##// END OF EJS Templates
release: updated pip2nix output for 4.21.0
marcink -
r4493:1e9428d7 stable
parent child Browse files
Show More
@@ -1,30 +1,31 b''
1 [DEFAULT]
1 [DEFAULT]
2 done = false
2 done = false
3
3
4 [task:bump_version]
4 [task:bump_version]
5 done = true
5 done = true
6
6
7 [task:rc_tools_pinned]
7 [task:rc_tools_pinned]
8 done = true
8 done = true
9
9
10 [task:fixes_on_stable]
10 [task:fixes_on_stable]
11
11
12 [task:pip2nix_generated]
12 [task:pip2nix_generated]
13
13
14 [task:changelog_updated]
14 [task:changelog_updated]
15
15
16 [task:generate_api_docs]
16 [task:generate_api_docs]
17 done = true
17 done = true
18
18
19 [task:updated_translation]
19 [task:updated_translation]
20 done = true
20
21
21 [release]
22 [release]
22 state = in_progress
23 state = in_progress
23 version = 4.21.0
24 version = 4.21.0
24
25
25 [task:generate_js_routes]
26 [task:generate_js_routes]
26
27
27 [task:updated_trial_license]
28 [task:updated_trial_license]
28
29
29 [task:generate_oss_licenses]
30 [task:generate_oss_licenses]
30
31
@@ -1,2497 +1,2497 b''
1 # Generated by pip2nix 0.8.0.dev1
1 # Generated by pip2nix 0.8.0.dev1
2 # See https://github.com/johbo/pip2nix
2 # See https://github.com/johbo/pip2nix
3
3
4 { pkgs, fetchurl, fetchgit, fetchhg }:
4 { pkgs, fetchurl, fetchgit, fetchhg }:
5
5
6 self: super: {
6 self: super: {
7 "alembic" = super.buildPythonPackage {
7 "alembic" = super.buildPythonPackage {
8 name = "alembic-1.4.2";
8 name = "alembic-1.4.2";
9 doCheck = false;
9 doCheck = false;
10 propagatedBuildInputs = [
10 propagatedBuildInputs = [
11 self."sqlalchemy"
11 self."sqlalchemy"
12 self."mako"
12 self."mako"
13 self."python-editor"
13 self."python-editor"
14 self."python-dateutil"
14 self."python-dateutil"
15 ];
15 ];
16 src = fetchurl {
16 src = fetchurl {
17 url = "https://files.pythonhosted.org/packages/60/1e/cabc75a189de0fbb2841d0975243e59bde8b7822bacbb95008ac6fe9ad47/alembic-1.4.2.tar.gz";
17 url = "https://files.pythonhosted.org/packages/60/1e/cabc75a189de0fbb2841d0975243e59bde8b7822bacbb95008ac6fe9ad47/alembic-1.4.2.tar.gz";
18 sha256 = "1gsdrzx9h7wfva200qvvsc9sn4w79mk2vs0bbnzjhxi1jw2b0nh3";
18 sha256 = "1gsdrzx9h7wfva200qvvsc9sn4w79mk2vs0bbnzjhxi1jw2b0nh3";
19 };
19 };
20 meta = {
20 meta = {
21 license = [ pkgs.lib.licenses.mit ];
21 license = [ pkgs.lib.licenses.mit ];
22 };
22 };
23 };
23 };
24 "amqp" = super.buildPythonPackage {
24 "amqp" = super.buildPythonPackage {
25 name = "amqp-2.5.2";
25 name = "amqp-2.5.2";
26 doCheck = false;
26 doCheck = false;
27 propagatedBuildInputs = [
27 propagatedBuildInputs = [
28 self."vine"
28 self."vine"
29 ];
29 ];
30 src = fetchurl {
30 src = fetchurl {
31 url = "https://files.pythonhosted.org/packages/92/1d/433541994a5a69f4ad2fff39746ddbb0bdedb0ea0d85673eb0db68a7edd9/amqp-2.5.2.tar.gz";
31 url = "https://files.pythonhosted.org/packages/92/1d/433541994a5a69f4ad2fff39746ddbb0bdedb0ea0d85673eb0db68a7edd9/amqp-2.5.2.tar.gz";
32 sha256 = "13dhhfxjrqcjybnq4zahg92mydhpg2l76nxcmq7d560687wsxwbp";
32 sha256 = "13dhhfxjrqcjybnq4zahg92mydhpg2l76nxcmq7d560687wsxwbp";
33 };
33 };
34 meta = {
34 meta = {
35 license = [ pkgs.lib.licenses.bsdOriginal ];
35 license = [ pkgs.lib.licenses.bsdOriginal ];
36 };
36 };
37 };
37 };
38 "apispec" = super.buildPythonPackage {
38 "apispec" = super.buildPythonPackage {
39 name = "apispec-1.0.0";
39 name = "apispec-1.0.0";
40 doCheck = false;
40 doCheck = false;
41 propagatedBuildInputs = [
41 propagatedBuildInputs = [
42 self."PyYAML"
42 self."PyYAML"
43 ];
43 ];
44 src = fetchurl {
44 src = fetchurl {
45 url = "https://files.pythonhosted.org/packages/67/15/346c04988dd67d36007e28145504c520491930c878b1f484a97b27a8f497/apispec-1.0.0.tar.gz";
45 url = "https://files.pythonhosted.org/packages/67/15/346c04988dd67d36007e28145504c520491930c878b1f484a97b27a8f497/apispec-1.0.0.tar.gz";
46 sha256 = "1712w1anvqrvadjjpvai84vbaygaxabd3zz5lxihdzwzs4gvi9sp";
46 sha256 = "1712w1anvqrvadjjpvai84vbaygaxabd3zz5lxihdzwzs4gvi9sp";
47 };
47 };
48 meta = {
48 meta = {
49 license = [ pkgs.lib.licenses.mit ];
49 license = [ pkgs.lib.licenses.mit ];
50 };
50 };
51 };
51 };
52 "appenlight-client" = super.buildPythonPackage {
52 "appenlight-client" = super.buildPythonPackage {
53 name = "appenlight-client-0.6.26";
53 name = "appenlight-client-0.6.26";
54 doCheck = false;
54 doCheck = false;
55 propagatedBuildInputs = [
55 propagatedBuildInputs = [
56 self."webob"
56 self."webob"
57 self."requests"
57 self."requests"
58 self."six"
58 self."six"
59 ];
59 ];
60 src = fetchurl {
60 src = fetchurl {
61 url = "https://files.pythonhosted.org/packages/2e/56/418fc10379b96e795ee39a15e69a730c222818af04c3821fa354eaa859ec/appenlight_client-0.6.26.tar.gz";
61 url = "https://files.pythonhosted.org/packages/2e/56/418fc10379b96e795ee39a15e69a730c222818af04c3821fa354eaa859ec/appenlight_client-0.6.26.tar.gz";
62 sha256 = "0s9xw3sb8s3pk73k78nnq4jil3q4mk6bczfa1fmgfx61kdxl2712";
62 sha256 = "0s9xw3sb8s3pk73k78nnq4jil3q4mk6bczfa1fmgfx61kdxl2712";
63 };
63 };
64 meta = {
64 meta = {
65 license = [ pkgs.lib.licenses.bsdOriginal ];
65 license = [ pkgs.lib.licenses.bsdOriginal ];
66 };
66 };
67 };
67 };
68 "asn1crypto" = super.buildPythonPackage {
68 "asn1crypto" = super.buildPythonPackage {
69 name = "asn1crypto-0.24.0";
69 name = "asn1crypto-0.24.0";
70 doCheck = false;
70 doCheck = false;
71 src = fetchurl {
71 src = fetchurl {
72 url = "https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz";
72 url = "https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz";
73 sha256 = "0jaf8rf9dx1lf23xfv2cdd5h52f1qr3w8k63985bc35g3d220p4x";
73 sha256 = "0jaf8rf9dx1lf23xfv2cdd5h52f1qr3w8k63985bc35g3d220p4x";
74 };
74 };
75 meta = {
75 meta = {
76 license = [ pkgs.lib.licenses.mit ];
76 license = [ pkgs.lib.licenses.mit ];
77 };
77 };
78 };
78 };
79 "atomicwrites" = super.buildPythonPackage {
79 "atomicwrites" = super.buildPythonPackage {
80 name = "atomicwrites-1.3.0";
80 name = "atomicwrites-1.3.0";
81 doCheck = false;
81 doCheck = false;
82 src = fetchurl {
82 src = fetchurl {
83 url = "https://files.pythonhosted.org/packages/ec/0f/cd484ac8820fed363b374af30049adc8fd13065720fd4f4c6be8a2309da7/atomicwrites-1.3.0.tar.gz";
83 url = "https://files.pythonhosted.org/packages/ec/0f/cd484ac8820fed363b374af30049adc8fd13065720fd4f4c6be8a2309da7/atomicwrites-1.3.0.tar.gz";
84 sha256 = "19ngcscdf3jsqmpcxn6zl5b6anmsajb6izp1smcd1n02midl9abm";
84 sha256 = "19ngcscdf3jsqmpcxn6zl5b6anmsajb6izp1smcd1n02midl9abm";
85 };
85 };
86 meta = {
86 meta = {
87 license = [ pkgs.lib.licenses.mit ];
87 license = [ pkgs.lib.licenses.mit ];
88 };
88 };
89 };
89 };
90 "attrs" = super.buildPythonPackage {
90 "attrs" = super.buildPythonPackage {
91 name = "attrs-19.3.0";
91 name = "attrs-19.3.0";
92 doCheck = false;
92 doCheck = false;
93 src = fetchurl {
93 src = fetchurl {
94 url = "https://files.pythonhosted.org/packages/98/c3/2c227e66b5e896e15ccdae2e00bbc69aa46e9a8ce8869cc5fa96310bf612/attrs-19.3.0.tar.gz";
94 url = "https://files.pythonhosted.org/packages/98/c3/2c227e66b5e896e15ccdae2e00bbc69aa46e9a8ce8869cc5fa96310bf612/attrs-19.3.0.tar.gz";
95 sha256 = "0wky4h28n7xnr6xv69p9z6kv8bzn50d10c3drmd9ds8gawbcxdzp";
95 sha256 = "0wky4h28n7xnr6xv69p9z6kv8bzn50d10c3drmd9ds8gawbcxdzp";
96 };
96 };
97 meta = {
97 meta = {
98 license = [ pkgs.lib.licenses.mit ];
98 license = [ pkgs.lib.licenses.mit ];
99 };
99 };
100 };
100 };
101 "babel" = super.buildPythonPackage {
101 "babel" = super.buildPythonPackage {
102 name = "babel-1.3";
102 name = "babel-1.3";
103 doCheck = false;
103 doCheck = false;
104 propagatedBuildInputs = [
104 propagatedBuildInputs = [
105 self."pytz"
105 self."pytz"
106 ];
106 ];
107 src = fetchurl {
107 src = fetchurl {
108 url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
108 url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
109 sha256 = "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz";
109 sha256 = "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz";
110 };
110 };
111 meta = {
111 meta = {
112 license = [ pkgs.lib.licenses.bsdOriginal ];
112 license = [ pkgs.lib.licenses.bsdOriginal ];
113 };
113 };
114 };
114 };
115 "backports.shutil-get-terminal-size" = super.buildPythonPackage {
115 "backports.shutil-get-terminal-size" = super.buildPythonPackage {
116 name = "backports.shutil-get-terminal-size-1.0.0";
116 name = "backports.shutil-get-terminal-size-1.0.0";
117 doCheck = false;
117 doCheck = false;
118 src = fetchurl {
118 src = fetchurl {
119 url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
119 url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
120 sha256 = "107cmn7g3jnbkp826zlj8rrj19fam301qvaqf0f3905f5217lgki";
120 sha256 = "107cmn7g3jnbkp826zlj8rrj19fam301qvaqf0f3905f5217lgki";
121 };
121 };
122 meta = {
122 meta = {
123 license = [ pkgs.lib.licenses.mit ];
123 license = [ pkgs.lib.licenses.mit ];
124 };
124 };
125 };
125 };
126 "beaker" = super.buildPythonPackage {
126 "beaker" = super.buildPythonPackage {
127 name = "beaker-1.9.1";
127 name = "beaker-1.9.1";
128 doCheck = false;
128 doCheck = false;
129 propagatedBuildInputs = [
129 propagatedBuildInputs = [
130 self."funcsigs"
130 self."funcsigs"
131 ];
131 ];
132 src = fetchurl {
132 src = fetchurl {
133 url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
133 url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
134 sha256 = "08arsn61r255lhz6hcpn2lsiqpg30clla805ysx06wmbhvb6w9rj";
134 sha256 = "08arsn61r255lhz6hcpn2lsiqpg30clla805ysx06wmbhvb6w9rj";
135 };
135 };
136 meta = {
136 meta = {
137 license = [ pkgs.lib.licenses.bsdOriginal ];
137 license = [ pkgs.lib.licenses.bsdOriginal ];
138 };
138 };
139 };
139 };
140 "beautifulsoup4" = super.buildPythonPackage {
140 "beautifulsoup4" = super.buildPythonPackage {
141 name = "beautifulsoup4-4.6.3";
141 name = "beautifulsoup4-4.6.3";
142 doCheck = false;
142 doCheck = false;
143 src = fetchurl {
143 src = fetchurl {
144 url = "https://files.pythonhosted.org/packages/88/df/86bffad6309f74f3ff85ea69344a078fc30003270c8df6894fca7a3c72ff/beautifulsoup4-4.6.3.tar.gz";
144 url = "https://files.pythonhosted.org/packages/88/df/86bffad6309f74f3ff85ea69344a078fc30003270c8df6894fca7a3c72ff/beautifulsoup4-4.6.3.tar.gz";
145 sha256 = "041dhalzjciw6qyzzq7a2k4h1yvyk76xigp35hv5ibnn448ydy4h";
145 sha256 = "041dhalzjciw6qyzzq7a2k4h1yvyk76xigp35hv5ibnn448ydy4h";
146 };
146 };
147 meta = {
147 meta = {
148 license = [ pkgs.lib.licenses.mit ];
148 license = [ pkgs.lib.licenses.mit ];
149 };
149 };
150 };
150 };
151 "billiard" = super.buildPythonPackage {
151 "billiard" = super.buildPythonPackage {
152 name = "billiard-3.6.1.0";
152 name = "billiard-3.6.1.0";
153 doCheck = false;
153 doCheck = false;
154 src = fetchurl {
154 src = fetchurl {
155 url = "https://files.pythonhosted.org/packages/68/1d/2aea8fbb0b1e1260a8a2e77352de2983d36d7ac01207cf14c2b9c6cc860e/billiard-3.6.1.0.tar.gz";
155 url = "https://files.pythonhosted.org/packages/68/1d/2aea8fbb0b1e1260a8a2e77352de2983d36d7ac01207cf14c2b9c6cc860e/billiard-3.6.1.0.tar.gz";
156 sha256 = "09hzy3aqi7visy4vmf4xiish61n0rq5nd3iwjydydps8yrs9r05q";
156 sha256 = "09hzy3aqi7visy4vmf4xiish61n0rq5nd3iwjydydps8yrs9r05q";
157 };
157 };
158 meta = {
158 meta = {
159 license = [ pkgs.lib.licenses.bsdOriginal ];
159 license = [ pkgs.lib.licenses.bsdOriginal ];
160 };
160 };
161 };
161 };
162 "bleach" = super.buildPythonPackage {
162 "bleach" = super.buildPythonPackage {
163 name = "bleach-3.1.3";
163 name = "bleach-3.1.3";
164 doCheck = false;
164 doCheck = false;
165 propagatedBuildInputs = [
165 propagatedBuildInputs = [
166 self."six"
166 self."six"
167 self."webencodings"
167 self."webencodings"
168 ];
168 ];
169 src = fetchurl {
169 src = fetchurl {
170 url = "https://files.pythonhosted.org/packages/de/09/5267f8577a92487ed43bc694476c4629c6eca2e3c93fcf690a26bfe39e1d/bleach-3.1.3.tar.gz";
170 url = "https://files.pythonhosted.org/packages/de/09/5267f8577a92487ed43bc694476c4629c6eca2e3c93fcf690a26bfe39e1d/bleach-3.1.3.tar.gz";
171 sha256 = "0al437aw4p2xp83az5hhlrp913nsf0cg6kg4qj3fjhv4wakxipzq";
171 sha256 = "0al437aw4p2xp83az5hhlrp913nsf0cg6kg4qj3fjhv4wakxipzq";
172 };
172 };
173 meta = {
173 meta = {
174 license = [ pkgs.lib.licenses.asl20 ];
174 license = [ pkgs.lib.licenses.asl20 ];
175 };
175 };
176 };
176 };
177 "bumpversion" = super.buildPythonPackage {
177 "bumpversion" = super.buildPythonPackage {
178 name = "bumpversion-0.5.3";
178 name = "bumpversion-0.5.3";
179 doCheck = false;
179 doCheck = false;
180 src = fetchurl {
180 src = fetchurl {
181 url = "https://files.pythonhosted.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
181 url = "https://files.pythonhosted.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
182 sha256 = "0zn7694yfipxg35ikkfh7kvgl2fissha3dnqad2c5bvsvmrwhi37";
182 sha256 = "0zn7694yfipxg35ikkfh7kvgl2fissha3dnqad2c5bvsvmrwhi37";
183 };
183 };
184 meta = {
184 meta = {
185 license = [ pkgs.lib.licenses.mit ];
185 license = [ pkgs.lib.licenses.mit ];
186 };
186 };
187 };
187 };
188 "cachetools" = super.buildPythonPackage {
188 "cachetools" = super.buildPythonPackage {
189 name = "cachetools-3.1.1";
189 name = "cachetools-3.1.1";
190 doCheck = false;
190 doCheck = false;
191 src = fetchurl {
191 src = fetchurl {
192 url = "https://files.pythonhosted.org/packages/ae/37/7fd45996b19200e0cb2027a0b6bef4636951c4ea111bfad36c71287247f6/cachetools-3.1.1.tar.gz";
192 url = "https://files.pythonhosted.org/packages/ae/37/7fd45996b19200e0cb2027a0b6bef4636951c4ea111bfad36c71287247f6/cachetools-3.1.1.tar.gz";
193 sha256 = "16m69l6n6y1r1y7cklm92rr7v69ldig2n3lbl3j323w5jz7d78lf";
193 sha256 = "16m69l6n6y1r1y7cklm92rr7v69ldig2n3lbl3j323w5jz7d78lf";
194 };
194 };
195 meta = {
195 meta = {
196 license = [ pkgs.lib.licenses.mit ];
196 license = [ pkgs.lib.licenses.mit ];
197 };
197 };
198 };
198 };
199 "celery" = super.buildPythonPackage {
199 "celery" = super.buildPythonPackage {
200 name = "celery-4.3.0";
200 name = "celery-4.3.0";
201 doCheck = false;
201 doCheck = false;
202 propagatedBuildInputs = [
202 propagatedBuildInputs = [
203 self."pytz"
203 self."pytz"
204 self."billiard"
204 self."billiard"
205 self."kombu"
205 self."kombu"
206 self."vine"
206 self."vine"
207 ];
207 ];
208 src = fetchurl {
208 src = fetchurl {
209 url = "https://files.pythonhosted.org/packages/a2/4b/d020836f751617e907e84753a41c92231cd4b673ff991b8ee9da52361323/celery-4.3.0.tar.gz";
209 url = "https://files.pythonhosted.org/packages/a2/4b/d020836f751617e907e84753a41c92231cd4b673ff991b8ee9da52361323/celery-4.3.0.tar.gz";
210 sha256 = "1y8y0gbgkwimpxqnxq2rm5qz2vy01fvjiybnpm00y5rzd2m34iac";
210 sha256 = "1y8y0gbgkwimpxqnxq2rm5qz2vy01fvjiybnpm00y5rzd2m34iac";
211 };
211 };
212 meta = {
212 meta = {
213 license = [ pkgs.lib.licenses.bsdOriginal ];
213 license = [ pkgs.lib.licenses.bsdOriginal ];
214 };
214 };
215 };
215 };
216 "certifi" = super.buildPythonPackage {
216 "certifi" = super.buildPythonPackage {
217 name = "certifi-2020.4.5.1";
217 name = "certifi-2020.4.5.1";
218 doCheck = false;
218 doCheck = false;
219 src = fetchurl {
219 src = fetchurl {
220 url = "https://files.pythonhosted.org/packages/b8/e2/a3a86a67c3fc8249ed305fc7b7d290ebe5e4d46ad45573884761ef4dea7b/certifi-2020.4.5.1.tar.gz";
220 url = "https://files.pythonhosted.org/packages/b8/e2/a3a86a67c3fc8249ed305fc7b7d290ebe5e4d46ad45573884761ef4dea7b/certifi-2020.4.5.1.tar.gz";
221 sha256 = "06b5gfs7wmmipln8f3z928d2mmx2j4b3x7pnqmj6cvmyfh8v7z2i";
221 sha256 = "06b5gfs7wmmipln8f3z928d2mmx2j4b3x7pnqmj6cvmyfh8v7z2i";
222 };
222 };
223 meta = {
223 meta = {
224 license = [ pkgs.lib.licenses.mpl20 { fullName = "Mozilla Public License 2.0 (MPL 2.0)"; } ];
224 license = [ pkgs.lib.licenses.mpl20 { fullName = "Mozilla Public License 2.0 (MPL 2.0)"; } ];
225 };
225 };
226 };
226 };
227 "cffi" = super.buildPythonPackage {
227 "cffi" = super.buildPythonPackage {
228 name = "cffi-1.12.3";
228 name = "cffi-1.12.3";
229 doCheck = false;
229 doCheck = false;
230 propagatedBuildInputs = [
230 propagatedBuildInputs = [
231 self."pycparser"
231 self."pycparser"
232 ];
232 ];
233 src = fetchurl {
233 src = fetchurl {
234 url = "https://files.pythonhosted.org/packages/93/1a/ab8c62b5838722f29f3daffcc8d4bd61844aa9b5f437341cc890ceee483b/cffi-1.12.3.tar.gz";
234 url = "https://files.pythonhosted.org/packages/93/1a/ab8c62b5838722f29f3daffcc8d4bd61844aa9b5f437341cc890ceee483b/cffi-1.12.3.tar.gz";
235 sha256 = "0x075521fxwv0mfp4cqzk7lvmw4n94bjw601qkcv314z5s182704";
235 sha256 = "0x075521fxwv0mfp4cqzk7lvmw4n94bjw601qkcv314z5s182704";
236 };
236 };
237 meta = {
237 meta = {
238 license = [ pkgs.lib.licenses.mit ];
238 license = [ pkgs.lib.licenses.mit ];
239 };
239 };
240 };
240 };
241 "chameleon" = super.buildPythonPackage {
241 "chameleon" = super.buildPythonPackage {
242 name = "chameleon-2.24";
242 name = "chameleon-2.24";
243 doCheck = false;
243 doCheck = false;
244 src = fetchurl {
244 src = fetchurl {
245 url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
245 url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
246 sha256 = "0ykqr7syxfa6h9adjfnsv1gdsca2xzm22vmic8859n0f0j09abj5";
246 sha256 = "0ykqr7syxfa6h9adjfnsv1gdsca2xzm22vmic8859n0f0j09abj5";
247 };
247 };
248 meta = {
248 meta = {
249 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
249 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
250 };
250 };
251 };
251 };
252 "channelstream" = super.buildPythonPackage {
252 "channelstream" = super.buildPythonPackage {
253 name = "channelstream-0.6.14";
253 name = "channelstream-0.6.14";
254 doCheck = false;
254 doCheck = false;
255 propagatedBuildInputs = [
255 propagatedBuildInputs = [
256 self."gevent"
256 self."gevent"
257 self."ws4py"
257 self."ws4py"
258 self."marshmallow"
258 self."marshmallow"
259 self."python-dateutil"
259 self."python-dateutil"
260 self."pyramid"
260 self."pyramid"
261 self."pyramid-jinja2"
261 self."pyramid-jinja2"
262 self."pyramid-apispec"
262 self."pyramid-apispec"
263 self."itsdangerous"
263 self."itsdangerous"
264 self."requests"
264 self."requests"
265 self."six"
265 self."six"
266 ];
266 ];
267 src = fetchurl {
267 src = fetchurl {
268 url = "https://files.pythonhosted.org/packages/d4/2d/86d6757ccd06ce673ee224123471da3d45251d061da7c580bfc259bad853/channelstream-0.6.14.tar.gz";
268 url = "https://files.pythonhosted.org/packages/d4/2d/86d6757ccd06ce673ee224123471da3d45251d061da7c580bfc259bad853/channelstream-0.6.14.tar.gz";
269 sha256 = "0qgy5j3rj6c8cslzidh32glhkrhbbdxjc008y69v8a0y3zyaz2d3";
269 sha256 = "0qgy5j3rj6c8cslzidh32glhkrhbbdxjc008y69v8a0y3zyaz2d3";
270 };
270 };
271 meta = {
271 meta = {
272 license = [ pkgs.lib.licenses.bsdOriginal ];
272 license = [ pkgs.lib.licenses.bsdOriginal ];
273 };
273 };
274 };
274 };
275 "chardet" = super.buildPythonPackage {
275 "chardet" = super.buildPythonPackage {
276 name = "chardet-3.0.4";
276 name = "chardet-3.0.4";
277 doCheck = false;
277 doCheck = false;
278 src = fetchurl {
278 src = fetchurl {
279 url = "https://files.pythonhosted.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d/chardet-3.0.4.tar.gz";
279 url = "https://files.pythonhosted.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d/chardet-3.0.4.tar.gz";
280 sha256 = "1bpalpia6r5x1kknbk11p1fzph56fmmnp405ds8icksd3knr5aw4";
280 sha256 = "1bpalpia6r5x1kknbk11p1fzph56fmmnp405ds8icksd3knr5aw4";
281 };
281 };
282 meta = {
282 meta = {
283 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
283 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
284 };
284 };
285 };
285 };
286 "click" = super.buildPythonPackage {
286 "click" = super.buildPythonPackage {
287 name = "click-7.0";
287 name = "click-7.0";
288 doCheck = false;
288 doCheck = false;
289 src = fetchurl {
289 src = fetchurl {
290 url = "https://files.pythonhosted.org/packages/f8/5c/f60e9d8a1e77005f664b76ff8aeaee5bc05d0a91798afd7f53fc998dbc47/Click-7.0.tar.gz";
290 url = "https://files.pythonhosted.org/packages/f8/5c/f60e9d8a1e77005f664b76ff8aeaee5bc05d0a91798afd7f53fc998dbc47/Click-7.0.tar.gz";
291 sha256 = "1mzjixd4vjbjvzb6vylki9w1556a9qmdh35kzmq6cign46av952v";
291 sha256 = "1mzjixd4vjbjvzb6vylki9w1556a9qmdh35kzmq6cign46av952v";
292 };
292 };
293 meta = {
293 meta = {
294 license = [ pkgs.lib.licenses.bsdOriginal ];
294 license = [ pkgs.lib.licenses.bsdOriginal ];
295 };
295 };
296 };
296 };
297 "colander" = super.buildPythonPackage {
297 "colander" = super.buildPythonPackage {
298 name = "colander-1.7.0";
298 name = "colander-1.7.0";
299 doCheck = false;
299 doCheck = false;
300 propagatedBuildInputs = [
300 propagatedBuildInputs = [
301 self."translationstring"
301 self."translationstring"
302 self."iso8601"
302 self."iso8601"
303 self."enum34"
303 self."enum34"
304 ];
304 ];
305 src = fetchurl {
305 src = fetchurl {
306 url = "https://files.pythonhosted.org/packages/db/e4/74ab06f54211917b41865cafc987ce511e35503de48da9bfe9358a1bdc3e/colander-1.7.0.tar.gz";
306 url = "https://files.pythonhosted.org/packages/db/e4/74ab06f54211917b41865cafc987ce511e35503de48da9bfe9358a1bdc3e/colander-1.7.0.tar.gz";
307 sha256 = "1wl1bqab307lbbcjx81i28s3yl6dlm4rf15fxawkjb6j48x1cn6p";
307 sha256 = "1wl1bqab307lbbcjx81i28s3yl6dlm4rf15fxawkjb6j48x1cn6p";
308 };
308 };
309 meta = {
309 meta = {
310 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
310 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
311 };
311 };
312 };
312 };
313 "configobj" = super.buildPythonPackage {
313 "configobj" = super.buildPythonPackage {
314 name = "configobj-5.0.6";
314 name = "configobj-5.0.6";
315 doCheck = false;
315 doCheck = false;
316 propagatedBuildInputs = [
316 propagatedBuildInputs = [
317 self."six"
317 self."six"
318 ];
318 ];
319 src = fetchurl {
319 src = fetchurl {
320 url = "https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626";
320 url = "https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626";
321 sha256 = "0kqfrdfr14mw8yd8qwq14dv2xghpkjmd3yjsy8dfcbvpcc17xnxp";
321 sha256 = "0kqfrdfr14mw8yd8qwq14dv2xghpkjmd3yjsy8dfcbvpcc17xnxp";
322 };
322 };
323 meta = {
323 meta = {
324 license = [ pkgs.lib.licenses.bsdOriginal ];
324 license = [ pkgs.lib.licenses.bsdOriginal ];
325 };
325 };
326 };
326 };
327 "configparser" = super.buildPythonPackage {
327 "configparser" = super.buildPythonPackage {
328 name = "configparser-4.0.2";
328 name = "configparser-4.0.2";
329 doCheck = false;
329 doCheck = false;
330 src = fetchurl {
330 src = fetchurl {
331 url = "https://files.pythonhosted.org/packages/16/4f/48975536bd488d3a272549eb795ac4a13a5f7fcdc8995def77fbef3532ee/configparser-4.0.2.tar.gz";
331 url = "https://files.pythonhosted.org/packages/16/4f/48975536bd488d3a272549eb795ac4a13a5f7fcdc8995def77fbef3532ee/configparser-4.0.2.tar.gz";
332 sha256 = "1priacxym85yjcf68hh38w55nqswaxp71ryjyfdk222kg9l85ln7";
332 sha256 = "1priacxym85yjcf68hh38w55nqswaxp71ryjyfdk222kg9l85ln7";
333 };
333 };
334 meta = {
334 meta = {
335 license = [ pkgs.lib.licenses.mit ];
335 license = [ pkgs.lib.licenses.mit ];
336 };
336 };
337 };
337 };
338 "contextlib2" = super.buildPythonPackage {
338 "contextlib2" = super.buildPythonPackage {
339 name = "contextlib2-0.6.0.post1";
339 name = "contextlib2-0.6.0.post1";
340 doCheck = false;
340 doCheck = false;
341 src = fetchurl {
341 src = fetchurl {
342 url = "https://files.pythonhosted.org/packages/02/54/669207eb72e3d8ae8b38aa1f0703ee87a0e9f88f30d3c0a47bebdb6de242/contextlib2-0.6.0.post1.tar.gz";
342 url = "https://files.pythonhosted.org/packages/02/54/669207eb72e3d8ae8b38aa1f0703ee87a0e9f88f30d3c0a47bebdb6de242/contextlib2-0.6.0.post1.tar.gz";
343 sha256 = "0bhnr2ac7wy5l85ji909gyljyk85n92w8pdvslmrvc8qih4r1x01";
343 sha256 = "0bhnr2ac7wy5l85ji909gyljyk85n92w8pdvslmrvc8qih4r1x01";
344 };
344 };
345 meta = {
345 meta = {
346 license = [ pkgs.lib.licenses.psfl ];
346 license = [ pkgs.lib.licenses.psfl ];
347 };
347 };
348 };
348 };
349 "cov-core" = super.buildPythonPackage {
349 "cov-core" = super.buildPythonPackage {
350 name = "cov-core-1.15.0";
350 name = "cov-core-1.15.0";
351 doCheck = false;
351 doCheck = false;
352 propagatedBuildInputs = [
352 propagatedBuildInputs = [
353 self."coverage"
353 self."coverage"
354 ];
354 ];
355 src = fetchurl {
355 src = fetchurl {
356 url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
356 url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
357 sha256 = "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a";
357 sha256 = "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a";
358 };
358 };
359 meta = {
359 meta = {
360 license = [ pkgs.lib.licenses.mit ];
360 license = [ pkgs.lib.licenses.mit ];
361 };
361 };
362 };
362 };
363 "coverage" = super.buildPythonPackage {
363 "coverage" = super.buildPythonPackage {
364 name = "coverage-4.5.4";
364 name = "coverage-4.5.4";
365 doCheck = false;
365 doCheck = false;
366 src = fetchurl {
366 src = fetchurl {
367 url = "https://files.pythonhosted.org/packages/85/d5/818d0e603685c4a613d56f065a721013e942088047ff1027a632948bdae6/coverage-4.5.4.tar.gz";
367 url = "https://files.pythonhosted.org/packages/85/d5/818d0e603685c4a613d56f065a721013e942088047ff1027a632948bdae6/coverage-4.5.4.tar.gz";
368 sha256 = "0p0j4di6h8k6ica7jwwj09azdcg4ycxq60i9qsskmsg94cd9yzg0";
368 sha256 = "0p0j4di6h8k6ica7jwwj09azdcg4ycxq60i9qsskmsg94cd9yzg0";
369 };
369 };
370 meta = {
370 meta = {
371 license = [ pkgs.lib.licenses.asl20 ];
371 license = [ pkgs.lib.licenses.asl20 ];
372 };
372 };
373 };
373 };
374 "cryptography" = super.buildPythonPackage {
374 "cryptography" = super.buildPythonPackage {
375 name = "cryptography-2.6.1";
375 name = "cryptography-2.6.1";
376 doCheck = false;
376 doCheck = false;
377 propagatedBuildInputs = [
377 propagatedBuildInputs = [
378 self."asn1crypto"
378 self."asn1crypto"
379 self."six"
379 self."six"
380 self."cffi"
380 self."cffi"
381 self."enum34"
381 self."enum34"
382 self."ipaddress"
382 self."ipaddress"
383 ];
383 ];
384 src = fetchurl {
384 src = fetchurl {
385 url = "https://files.pythonhosted.org/packages/07/ca/bc827c5e55918ad223d59d299fff92f3563476c3b00d0a9157d9c0217449/cryptography-2.6.1.tar.gz";
385 url = "https://files.pythonhosted.org/packages/07/ca/bc827c5e55918ad223d59d299fff92f3563476c3b00d0a9157d9c0217449/cryptography-2.6.1.tar.gz";
386 sha256 = "19iwz5avym5zl6jrrrkym1rdaa9h61j20ph4cswsqgv8xg5j3j16";
386 sha256 = "19iwz5avym5zl6jrrrkym1rdaa9h61j20ph4cswsqgv8xg5j3j16";
387 };
387 };
388 meta = {
388 meta = {
389 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ];
389 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ];
390 };
390 };
391 };
391 };
392 "cssselect" = super.buildPythonPackage {
392 "cssselect" = super.buildPythonPackage {
393 name = "cssselect-1.0.3";
393 name = "cssselect-1.0.3";
394 doCheck = false;
394 doCheck = false;
395 src = fetchurl {
395 src = fetchurl {
396 url = "https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz";
396 url = "https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz";
397 sha256 = "011jqa2jhmydhi0iz4v1w3cr540z5zas8g2bw8brdw4s4b2qnv86";
397 sha256 = "011jqa2jhmydhi0iz4v1w3cr540z5zas8g2bw8brdw4s4b2qnv86";
398 };
398 };
399 meta = {
399 meta = {
400 license = [ pkgs.lib.licenses.bsdOriginal ];
400 license = [ pkgs.lib.licenses.bsdOriginal ];
401 };
401 };
402 };
402 };
403 "cssutils" = super.buildPythonPackage {
403 "cssutils" = super.buildPythonPackage {
404 name = "cssutils-1.0.2";
404 name = "cssutils-1.0.2";
405 doCheck = false;
405 doCheck = false;
406 src = fetchurl {
406 src = fetchurl {
407 url = "https://files.pythonhosted.org/packages/5c/0b/c5f29d29c037e97043770b5e7c740b6252993e4b57f029b3cd03c78ddfec/cssutils-1.0.2.tar.gz";
407 url = "https://files.pythonhosted.org/packages/5c/0b/c5f29d29c037e97043770b5e7c740b6252993e4b57f029b3cd03c78ddfec/cssutils-1.0.2.tar.gz";
408 sha256 = "1bxchrbqzapwijap0yhlxdil1w9bmwvgx77aizlkhc2mcxjg1z52";
408 sha256 = "1bxchrbqzapwijap0yhlxdil1w9bmwvgx77aizlkhc2mcxjg1z52";
409 };
409 };
410 meta = {
410 meta = {
411 license = [ { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL 2.1 or later, see also http://cthedot.de/cssutils/"; } ];
411 license = [ { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL 2.1 or later, see also http://cthedot.de/cssutils/"; } ];
412 };
412 };
413 };
413 };
414 "decorator" = super.buildPythonPackage {
414 "decorator" = super.buildPythonPackage {
415 name = "decorator-4.1.2";
415 name = "decorator-4.1.2";
416 doCheck = false;
416 doCheck = false;
417 src = fetchurl {
417 src = fetchurl {
418 url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
418 url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
419 sha256 = "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw";
419 sha256 = "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw";
420 };
420 };
421 meta = {
421 meta = {
422 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
422 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
423 };
423 };
424 };
424 };
425 "deform" = super.buildPythonPackage {
425 "deform" = super.buildPythonPackage {
426 name = "deform-2.0.8";
426 name = "deform-2.0.8";
427 doCheck = false;
427 doCheck = false;
428 propagatedBuildInputs = [
428 propagatedBuildInputs = [
429 self."chameleon"
429 self."chameleon"
430 self."colander"
430 self."colander"
431 self."iso8601"
431 self."iso8601"
432 self."peppercorn"
432 self."peppercorn"
433 self."translationstring"
433 self."translationstring"
434 self."zope.deprecation"
434 self."zope.deprecation"
435 ];
435 ];
436 src = fetchurl {
436 src = fetchurl {
437 url = "https://files.pythonhosted.org/packages/21/d0/45fdf891a82722c02fc2da319cf2d1ae6b5abf9e470ad3762135a895a868/deform-2.0.8.tar.gz";
437 url = "https://files.pythonhosted.org/packages/21/d0/45fdf891a82722c02fc2da319cf2d1ae6b5abf9e470ad3762135a895a868/deform-2.0.8.tar.gz";
438 sha256 = "0wbjv98sib96649aqaygzxnrkclyy50qij2rha6fn1i4c86bfdl9";
438 sha256 = "0wbjv98sib96649aqaygzxnrkclyy50qij2rha6fn1i4c86bfdl9";
439 };
439 };
440 meta = {
440 meta = {
441 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
441 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
442 };
442 };
443 };
443 };
444 "defusedxml" = super.buildPythonPackage {
444 "defusedxml" = super.buildPythonPackage {
445 name = "defusedxml-0.6.0";
445 name = "defusedxml-0.6.0";
446 doCheck = false;
446 doCheck = false;
447 src = fetchurl {
447 src = fetchurl {
448 url = "https://files.pythonhosted.org/packages/a4/5f/f8aa58ca0cf01cbcee728abc9d88bfeb74e95e6cb4334cfd5bed5673ea77/defusedxml-0.6.0.tar.gz";
448 url = "https://files.pythonhosted.org/packages/a4/5f/f8aa58ca0cf01cbcee728abc9d88bfeb74e95e6cb4334cfd5bed5673ea77/defusedxml-0.6.0.tar.gz";
449 sha256 = "1xbp8fivl3wlbyg2jrvs4lalaqv1xp9a9f29p75wdx2s2d6h717n";
449 sha256 = "1xbp8fivl3wlbyg2jrvs4lalaqv1xp9a9f29p75wdx2s2d6h717n";
450 };
450 };
451 meta = {
451 meta = {
452 license = [ pkgs.lib.licenses.psfl ];
452 license = [ pkgs.lib.licenses.psfl ];
453 };
453 };
454 };
454 };
455 "dm.xmlsec.binding" = super.buildPythonPackage {
455 "dm.xmlsec.binding" = super.buildPythonPackage {
456 name = "dm.xmlsec.binding-1.3.7";
456 name = "dm.xmlsec.binding-1.3.7";
457 doCheck = false;
457 doCheck = false;
458 propagatedBuildInputs = [
458 propagatedBuildInputs = [
459 self."setuptools"
459 self."setuptools"
460 self."lxml"
460 self."lxml"
461 ];
461 ];
462 src = fetchurl {
462 src = fetchurl {
463 url = "https://files.pythonhosted.org/packages/2c/9e/7651982d50252692991acdae614af821fd6c79bc8dcd598ad71d55be8fc7/dm.xmlsec.binding-1.3.7.tar.gz";
463 url = "https://files.pythonhosted.org/packages/2c/9e/7651982d50252692991acdae614af821fd6c79bc8dcd598ad71d55be8fc7/dm.xmlsec.binding-1.3.7.tar.gz";
464 sha256 = "03jjjscx1pz2nc0dwiw9nia02qbz1c6f0f9zkyr8fmvys2n5jkb3";
464 sha256 = "03jjjscx1pz2nc0dwiw9nia02qbz1c6f0f9zkyr8fmvys2n5jkb3";
465 };
465 };
466 meta = {
466 meta = {
467 license = [ pkgs.lib.licenses.bsdOriginal ];
467 license = [ pkgs.lib.licenses.bsdOriginal ];
468 };
468 };
469 };
469 };
470 "docutils" = super.buildPythonPackage {
470 "docutils" = super.buildPythonPackage {
471 name = "docutils-0.16";
471 name = "docutils-0.16";
472 doCheck = false;
472 doCheck = false;
473 src = fetchurl {
473 src = fetchurl {
474 url = "https://files.pythonhosted.org/packages/2f/e0/3d435b34abd2d62e8206171892f174b180cd37b09d57b924ca5c2ef2219d/docutils-0.16.tar.gz";
474 url = "https://files.pythonhosted.org/packages/2f/e0/3d435b34abd2d62e8206171892f174b180cd37b09d57b924ca5c2ef2219d/docutils-0.16.tar.gz";
475 sha256 = "1z3qliszqca9m719q3qhdkh0ghh90g500avzdgi7pl77x5h3mpn2";
475 sha256 = "1z3qliszqca9m719q3qhdkh0ghh90g500avzdgi7pl77x5h3mpn2";
476 };
476 };
477 meta = {
477 meta = {
478 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ];
478 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ];
479 };
479 };
480 };
480 };
481 "dogpile.cache" = super.buildPythonPackage {
481 "dogpile.cache" = super.buildPythonPackage {
482 name = "dogpile.cache-0.9.0";
482 name = "dogpile.cache-0.9.0";
483 doCheck = false;
483 doCheck = false;
484 propagatedBuildInputs = [
484 propagatedBuildInputs = [
485 self."decorator"
485 self."decorator"
486 ];
486 ];
487 src = fetchurl {
487 src = fetchurl {
488 url = "https://files.pythonhosted.org/packages/ac/6a/9ac405686a94b7f009a20a50070a5786b0e1aedc707b88d40d0c4b51a82e/dogpile.cache-0.9.0.tar.gz";
488 url = "https://files.pythonhosted.org/packages/ac/6a/9ac405686a94b7f009a20a50070a5786b0e1aedc707b88d40d0c4b51a82e/dogpile.cache-0.9.0.tar.gz";
489 sha256 = "0sr1fn6b4k5bh0cscd9yi8csqxvj4ngzildav58x5p694mc86j5k";
489 sha256 = "0sr1fn6b4k5bh0cscd9yi8csqxvj4ngzildav58x5p694mc86j5k";
490 };
490 };
491 meta = {
491 meta = {
492 license = [ pkgs.lib.licenses.bsdOriginal ];
492 license = [ pkgs.lib.licenses.bsdOriginal ];
493 };
493 };
494 };
494 };
495 "dogpile.core" = super.buildPythonPackage {
495 "dogpile.core" = super.buildPythonPackage {
496 name = "dogpile.core-0.4.1";
496 name = "dogpile.core-0.4.1";
497 doCheck = false;
497 doCheck = false;
498 src = fetchurl {
498 src = fetchurl {
499 url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
499 url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
500 sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy";
500 sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy";
501 };
501 };
502 meta = {
502 meta = {
503 license = [ pkgs.lib.licenses.bsdOriginal ];
503 license = [ pkgs.lib.licenses.bsdOriginal ];
504 };
504 };
505 };
505 };
506 "ecdsa" = super.buildPythonPackage {
506 "ecdsa" = super.buildPythonPackage {
507 name = "ecdsa-0.13.2";
507 name = "ecdsa-0.13.2";
508 doCheck = false;
508 doCheck = false;
509 src = fetchurl {
509 src = fetchurl {
510 url = "https://files.pythonhosted.org/packages/51/76/139bf6e9b7b6684d5891212cdbd9e0739f2bfc03f380a1a6ffa700f392ac/ecdsa-0.13.2.tar.gz";
510 url = "https://files.pythonhosted.org/packages/51/76/139bf6e9b7b6684d5891212cdbd9e0739f2bfc03f380a1a6ffa700f392ac/ecdsa-0.13.2.tar.gz";
511 sha256 = "116qaq7bh4lcynzi613960jhsnn19v0kmsqwahiwjfj14gx4y0sw";
511 sha256 = "116qaq7bh4lcynzi613960jhsnn19v0kmsqwahiwjfj14gx4y0sw";
512 };
512 };
513 meta = {
513 meta = {
514 license = [ pkgs.lib.licenses.mit ];
514 license = [ pkgs.lib.licenses.mit ];
515 };
515 };
516 };
516 };
517 "elasticsearch" = super.buildPythonPackage {
517 "elasticsearch" = super.buildPythonPackage {
518 name = "elasticsearch-6.3.1";
518 name = "elasticsearch-6.3.1";
519 doCheck = false;
519 doCheck = false;
520 propagatedBuildInputs = [
520 propagatedBuildInputs = [
521 self."urllib3"
521 self."urllib3"
522 ];
522 ];
523 src = fetchurl {
523 src = fetchurl {
524 url = "https://files.pythonhosted.org/packages/9d/ce/c4664e8380e379a9402ecfbaf158e56396da90d520daba21cfa840e0eb71/elasticsearch-6.3.1.tar.gz";
524 url = "https://files.pythonhosted.org/packages/9d/ce/c4664e8380e379a9402ecfbaf158e56396da90d520daba21cfa840e0eb71/elasticsearch-6.3.1.tar.gz";
525 sha256 = "12y93v0yn7a4xmf969239g8gb3l4cdkclfpbk1qc8hx5qkymrnma";
525 sha256 = "12y93v0yn7a4xmf969239g8gb3l4cdkclfpbk1qc8hx5qkymrnma";
526 };
526 };
527 meta = {
527 meta = {
528 license = [ pkgs.lib.licenses.asl20 ];
528 license = [ pkgs.lib.licenses.asl20 ];
529 };
529 };
530 };
530 };
531 "elasticsearch-dsl" = super.buildPythonPackage {
531 "elasticsearch-dsl" = super.buildPythonPackage {
532 name = "elasticsearch-dsl-6.3.1";
532 name = "elasticsearch-dsl-6.3.1";
533 doCheck = false;
533 doCheck = false;
534 propagatedBuildInputs = [
534 propagatedBuildInputs = [
535 self."six"
535 self."six"
536 self."python-dateutil"
536 self."python-dateutil"
537 self."elasticsearch"
537 self."elasticsearch"
538 self."ipaddress"
538 self."ipaddress"
539 ];
539 ];
540 src = fetchurl {
540 src = fetchurl {
541 url = "https://files.pythonhosted.org/packages/4c/0d/1549f50c591db6bb4e66cbcc8d34a6e537c3d89aa426b167c244fd46420a/elasticsearch-dsl-6.3.1.tar.gz";
541 url = "https://files.pythonhosted.org/packages/4c/0d/1549f50c591db6bb4e66cbcc8d34a6e537c3d89aa426b167c244fd46420a/elasticsearch-dsl-6.3.1.tar.gz";
542 sha256 = "1gh8a0shqi105k325hgwb9avrpdjh0mc6mxwfg9ba7g6lssb702z";
542 sha256 = "1gh8a0shqi105k325hgwb9avrpdjh0mc6mxwfg9ba7g6lssb702z";
543 };
543 };
544 meta = {
544 meta = {
545 license = [ pkgs.lib.licenses.asl20 ];
545 license = [ pkgs.lib.licenses.asl20 ];
546 };
546 };
547 };
547 };
548 "elasticsearch1" = super.buildPythonPackage {
548 "elasticsearch1" = super.buildPythonPackage {
549 name = "elasticsearch1-1.10.0";
549 name = "elasticsearch1-1.10.0";
550 doCheck = false;
550 doCheck = false;
551 propagatedBuildInputs = [
551 propagatedBuildInputs = [
552 self."urllib3"
552 self."urllib3"
553 ];
553 ];
554 src = fetchurl {
554 src = fetchurl {
555 url = "https://files.pythonhosted.org/packages/a6/eb/73e75f9681fa71e3157b8ee878534235d57f24ee64f0e77f8d995fb57076/elasticsearch1-1.10.0.tar.gz";
555 url = "https://files.pythonhosted.org/packages/a6/eb/73e75f9681fa71e3157b8ee878534235d57f24ee64f0e77f8d995fb57076/elasticsearch1-1.10.0.tar.gz";
556 sha256 = "0g89444kd5zwql4vbvyrmi2m6l6dcj6ga98j4hqxyyyz6z20aki2";
556 sha256 = "0g89444kd5zwql4vbvyrmi2m6l6dcj6ga98j4hqxyyyz6z20aki2";
557 };
557 };
558 meta = {
558 meta = {
559 license = [ pkgs.lib.licenses.asl20 ];
559 license = [ pkgs.lib.licenses.asl20 ];
560 };
560 };
561 };
561 };
562 "elasticsearch1-dsl" = super.buildPythonPackage {
562 "elasticsearch1-dsl" = super.buildPythonPackage {
563 name = "elasticsearch1-dsl-0.0.12";
563 name = "elasticsearch1-dsl-0.0.12";
564 doCheck = false;
564 doCheck = false;
565 propagatedBuildInputs = [
565 propagatedBuildInputs = [
566 self."six"
566 self."six"
567 self."python-dateutil"
567 self."python-dateutil"
568 self."elasticsearch1"
568 self."elasticsearch1"
569 ];
569 ];
570 src = fetchurl {
570 src = fetchurl {
571 url = "https://files.pythonhosted.org/packages/eb/9d/785342775cb10eddc9b8d7457d618a423b4f0b89d8b2b2d1bc27190d71db/elasticsearch1-dsl-0.0.12.tar.gz";
571 url = "https://files.pythonhosted.org/packages/eb/9d/785342775cb10eddc9b8d7457d618a423b4f0b89d8b2b2d1bc27190d71db/elasticsearch1-dsl-0.0.12.tar.gz";
572 sha256 = "0ig1ly39v93hba0z975wnhbmzwj28w6w1sqlr2g7cn5spp732bhk";
572 sha256 = "0ig1ly39v93hba0z975wnhbmzwj28w6w1sqlr2g7cn5spp732bhk";
573 };
573 };
574 meta = {
574 meta = {
575 license = [ pkgs.lib.licenses.asl20 ];
575 license = [ pkgs.lib.licenses.asl20 ];
576 };
576 };
577 };
577 };
578 "elasticsearch2" = super.buildPythonPackage {
578 "elasticsearch2" = super.buildPythonPackage {
579 name = "elasticsearch2-2.5.1";
579 name = "elasticsearch2-2.5.1";
580 doCheck = false;
580 doCheck = false;
581 propagatedBuildInputs = [
581 propagatedBuildInputs = [
582 self."urllib3"
582 self."urllib3"
583 ];
583 ];
584 src = fetchurl {
584 src = fetchurl {
585 url = "https://files.pythonhosted.org/packages/f6/09/f9b24aa6b1120bea371cd57ef6f57c7694cf16660469456a8be6c2bdbe22/elasticsearch2-2.5.1.tar.gz";
585 url = "https://files.pythonhosted.org/packages/f6/09/f9b24aa6b1120bea371cd57ef6f57c7694cf16660469456a8be6c2bdbe22/elasticsearch2-2.5.1.tar.gz";
586 sha256 = "19k2znpjfyp0hrq73cz7pjyj289040xpsxsm0xhh4jfh6y551g7k";
586 sha256 = "19k2znpjfyp0hrq73cz7pjyj289040xpsxsm0xhh4jfh6y551g7k";
587 };
587 };
588 meta = {
588 meta = {
589 license = [ pkgs.lib.licenses.asl20 ];
589 license = [ pkgs.lib.licenses.asl20 ];
590 };
590 };
591 };
591 };
592 "entrypoints" = super.buildPythonPackage {
592 "entrypoints" = super.buildPythonPackage {
593 name = "entrypoints-0.2.2";
593 name = "entrypoints-0.2.2";
594 doCheck = false;
594 doCheck = false;
595 propagatedBuildInputs = [
595 propagatedBuildInputs = [
596 self."configparser"
596 self."configparser"
597 ];
597 ];
598 src = fetchurl {
598 src = fetchurl {
599 url = "https://code.rhodecode.com/upstream/entrypoints/artifacts/download/0-8e9ee9e4-c4db-409c-b07e-81568fd1832d.tar.gz?md5=3a027b8ff1d257b91fe257de6c43357d";
599 url = "https://code.rhodecode.com/upstream/entrypoints/artifacts/download/0-8e9ee9e4-c4db-409c-b07e-81568fd1832d.tar.gz?md5=3a027b8ff1d257b91fe257de6c43357d";
600 sha256 = "0qih72n2myclanplqipqxpgpj9d2yhff1pz5d02zq1cfqyd173w5";
600 sha256 = "0qih72n2myclanplqipqxpgpj9d2yhff1pz5d02zq1cfqyd173w5";
601 };
601 };
602 meta = {
602 meta = {
603 license = [ pkgs.lib.licenses.mit ];
603 license = [ pkgs.lib.licenses.mit ];
604 };
604 };
605 };
605 };
606 "enum34" = super.buildPythonPackage {
606 "enum34" = super.buildPythonPackage {
607 name = "enum34-1.1.10";
607 name = "enum34-1.1.10";
608 doCheck = false;
608 doCheck = false;
609 src = fetchurl {
609 src = fetchurl {
610 url = "https://files.pythonhosted.org/packages/11/c4/2da1f4952ba476677a42f25cd32ab8aaf0e1c0d0e00b89822b835c7e654c/enum34-1.1.10.tar.gz";
610 url = "https://files.pythonhosted.org/packages/11/c4/2da1f4952ba476677a42f25cd32ab8aaf0e1c0d0e00b89822b835c7e654c/enum34-1.1.10.tar.gz";
611 sha256 = "0j7ji699fwswm4vg6w1v07fkbf8dkzdm6gfh88jvs5nqgr3sgrnc";
611 sha256 = "0j7ji699fwswm4vg6w1v07fkbf8dkzdm6gfh88jvs5nqgr3sgrnc";
612 };
612 };
613 meta = {
613 meta = {
614 license = [ pkgs.lib.licenses.bsdOriginal ];
614 license = [ pkgs.lib.licenses.bsdOriginal ];
615 };
615 };
616 };
616 };
617 "formencode" = super.buildPythonPackage {
617 "formencode" = super.buildPythonPackage {
618 name = "formencode-1.2.4";
618 name = "formencode-1.2.4";
619 doCheck = false;
619 doCheck = false;
620 src = fetchurl {
620 src = fetchurl {
621 url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
621 url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
622 sha256 = "1fgy04sdy4yry5xcjls3x3xy30dqwj58ycnkndim819jx0788w42";
622 sha256 = "1fgy04sdy4yry5xcjls3x3xy30dqwj58ycnkndim819jx0788w42";
623 };
623 };
624 meta = {
624 meta = {
625 license = [ pkgs.lib.licenses.psfl ];
625 license = [ pkgs.lib.licenses.psfl ];
626 };
626 };
627 };
627 };
628 "funcsigs" = super.buildPythonPackage {
628 "funcsigs" = super.buildPythonPackage {
629 name = "funcsigs-1.0.2";
629 name = "funcsigs-1.0.2";
630 doCheck = false;
630 doCheck = false;
631 src = fetchurl {
631 src = fetchurl {
632 url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz";
632 url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz";
633 sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7";
633 sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7";
634 };
634 };
635 meta = {
635 meta = {
636 license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
636 license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
637 };
637 };
638 };
638 };
639 "functools32" = super.buildPythonPackage {
639 "functools32" = super.buildPythonPackage {
640 name = "functools32-3.2.3.post2";
640 name = "functools32-3.2.3.post2";
641 doCheck = false;
641 doCheck = false;
642 src = fetchurl {
642 src = fetchurl {
643 url = "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz";
643 url = "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz";
644 sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
644 sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
645 };
645 };
646 meta = {
646 meta = {
647 license = [ pkgs.lib.licenses.psfl ];
647 license = [ pkgs.lib.licenses.psfl ];
648 };
648 };
649 };
649 };
650 "future" = super.buildPythonPackage {
650 "future" = super.buildPythonPackage {
651 name = "future-0.14.3";
651 name = "future-0.14.3";
652 doCheck = false;
652 doCheck = false;
653 src = fetchurl {
653 src = fetchurl {
654 url = "https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
654 url = "https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
655 sha256 = "1savk7jx7hal032f522c5ajhh8fra6gmnadrj9adv5qxi18pv1b2";
655 sha256 = "1savk7jx7hal032f522c5ajhh8fra6gmnadrj9adv5qxi18pv1b2";
656 };
656 };
657 meta = {
657 meta = {
658 license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
658 license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
659 };
659 };
660 };
660 };
661 "futures" = super.buildPythonPackage {
661 "futures" = super.buildPythonPackage {
662 name = "futures-3.0.2";
662 name = "futures-3.0.2";
663 doCheck = false;
663 doCheck = false;
664 src = fetchurl {
664 src = fetchurl {
665 url = "https://files.pythonhosted.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
665 url = "https://files.pythonhosted.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
666 sha256 = "0mz2pbgxbc2nbib1szifi07whjbfs4r02pv2z390z7p410awjgyw";
666 sha256 = "0mz2pbgxbc2nbib1szifi07whjbfs4r02pv2z390z7p410awjgyw";
667 };
667 };
668 meta = {
668 meta = {
669 license = [ pkgs.lib.licenses.bsdOriginal ];
669 license = [ pkgs.lib.licenses.bsdOriginal ];
670 };
670 };
671 };
671 };
672 "gevent" = super.buildPythonPackage {
672 "gevent" = super.buildPythonPackage {
673 name = "gevent-1.5.0";
673 name = "gevent-1.5.0";
674 doCheck = false;
674 doCheck = false;
675 propagatedBuildInputs = [
675 propagatedBuildInputs = [
676 self."greenlet"
676 self."greenlet"
677 ];
677 ];
678 src = fetchurl {
678 src = fetchurl {
679 url = "https://files.pythonhosted.org/packages/5a/79/2c63d385d017b5dd7d70983a463dfd25befae70c824fedb857df6e72eff2/gevent-1.5.0.tar.gz";
679 url = "https://files.pythonhosted.org/packages/5a/79/2c63d385d017b5dd7d70983a463dfd25befae70c824fedb857df6e72eff2/gevent-1.5.0.tar.gz";
680 sha256 = "0aac3d4vhv5n4rsb6cqzq0d1xx9immqz4fmpddw35yxkwdc450dj";
680 sha256 = "0aac3d4vhv5n4rsb6cqzq0d1xx9immqz4fmpddw35yxkwdc450dj";
681 };
681 };
682 meta = {
682 meta = {
683 license = [ pkgs.lib.licenses.mit ];
683 license = [ pkgs.lib.licenses.mit ];
684 };
684 };
685 };
685 };
686 "gnureadline" = super.buildPythonPackage {
686 "gnureadline" = super.buildPythonPackage {
687 name = "gnureadline-6.3.8";
687 name = "gnureadline-6.3.8";
688 doCheck = false;
688 doCheck = false;
689 src = fetchurl {
689 src = fetchurl {
690 url = "https://files.pythonhosted.org/packages/50/64/86085c823cd78f9df9d8e33dce0baa71618016f8860460b82cf6610e1eb3/gnureadline-6.3.8.tar.gz";
690 url = "https://files.pythonhosted.org/packages/50/64/86085c823cd78f9df9d8e33dce0baa71618016f8860460b82cf6610e1eb3/gnureadline-6.3.8.tar.gz";
691 sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq";
691 sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq";
692 };
692 };
693 meta = {
693 meta = {
694 license = [ { fullName = "GNU General Public License v3 (GPLv3)"; } pkgs.lib.licenses.gpl1 ];
694 license = [ { fullName = "GNU General Public License v3 (GPLv3)"; } pkgs.lib.licenses.gpl1 ];
695 };
695 };
696 };
696 };
697 "gprof2dot" = super.buildPythonPackage {
697 "gprof2dot" = super.buildPythonPackage {
698 name = "gprof2dot-2017.9.19";
698 name = "gprof2dot-2017.9.19";
699 doCheck = false;
699 doCheck = false;
700 src = fetchurl {
700 src = fetchurl {
701 url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
701 url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
702 sha256 = "17ih23ld2nzgc3xwgbay911l6lh96jp1zshmskm17n1gg2i7mg6f";
702 sha256 = "17ih23ld2nzgc3xwgbay911l6lh96jp1zshmskm17n1gg2i7mg6f";
703 };
703 };
704 meta = {
704 meta = {
705 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
705 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
706 };
706 };
707 };
707 };
708 "greenlet" = super.buildPythonPackage {
708 "greenlet" = super.buildPythonPackage {
709 name = "greenlet-0.4.15";
709 name = "greenlet-0.4.15";
710 doCheck = false;
710 doCheck = false;
711 src = fetchurl {
711 src = fetchurl {
712 url = "https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz";
712 url = "https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz";
713 sha256 = "1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll";
713 sha256 = "1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll";
714 };
714 };
715 meta = {
715 meta = {
716 license = [ pkgs.lib.licenses.mit ];
716 license = [ pkgs.lib.licenses.mit ];
717 };
717 };
718 };
718 };
719 "gunicorn" = super.buildPythonPackage {
719 "gunicorn" = super.buildPythonPackage {
720 name = "gunicorn-19.9.0";
720 name = "gunicorn-19.9.0";
721 doCheck = false;
721 doCheck = false;
722 src = fetchurl {
722 src = fetchurl {
723 url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz";
723 url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz";
724 sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps";
724 sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps";
725 };
725 };
726 meta = {
726 meta = {
727 license = [ pkgs.lib.licenses.mit ];
727 license = [ pkgs.lib.licenses.mit ];
728 };
728 };
729 };
729 };
730 "hupper" = super.buildPythonPackage {
730 "hupper" = super.buildPythonPackage {
731 name = "hupper-1.10.2";
731 name = "hupper-1.10.2";
732 doCheck = false;
732 doCheck = false;
733 src = fetchurl {
733 src = fetchurl {
734 url = "https://files.pythonhosted.org/packages/41/24/ea90fef04706e54bd1635c05c50dc9cf87cda543c59303a03e7aa7dda0ce/hupper-1.10.2.tar.gz";
734 url = "https://files.pythonhosted.org/packages/41/24/ea90fef04706e54bd1635c05c50dc9cf87cda543c59303a03e7aa7dda0ce/hupper-1.10.2.tar.gz";
735 sha256 = "0am0p6g5cz6xmcaf04xq8q6dzdd9qz0phj6gcmpsckf2mcyza61q";
735 sha256 = "0am0p6g5cz6xmcaf04xq8q6dzdd9qz0phj6gcmpsckf2mcyza61q";
736 };
736 };
737 meta = {
737 meta = {
738 license = [ pkgs.lib.licenses.mit ];
738 license = [ pkgs.lib.licenses.mit ];
739 };
739 };
740 };
740 };
741 "idna" = super.buildPythonPackage {
741 "idna" = super.buildPythonPackage {
742 name = "idna-2.8";
742 name = "idna-2.8";
743 doCheck = false;
743 doCheck = false;
744 src = fetchurl {
744 src = fetchurl {
745 url = "https://files.pythonhosted.org/packages/ad/13/eb56951b6f7950cadb579ca166e448ba77f9d24efc03edd7e55fa57d04b7/idna-2.8.tar.gz";
745 url = "https://files.pythonhosted.org/packages/ad/13/eb56951b6f7950cadb579ca166e448ba77f9d24efc03edd7e55fa57d04b7/idna-2.8.tar.gz";
746 sha256 = "01rlkigdxg17sf9yar1jl8n18ls59367wqh59hnawlyg53vb6my3";
746 sha256 = "01rlkigdxg17sf9yar1jl8n18ls59367wqh59hnawlyg53vb6my3";
747 };
747 };
748 meta = {
748 meta = {
749 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD-like"; } ];
749 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD-like"; } ];
750 };
750 };
751 };
751 };
752 "importlib-metadata" = super.buildPythonPackage {
752 "importlib-metadata" = super.buildPythonPackage {
753 name = "importlib-metadata-1.6.0";
753 name = "importlib-metadata-1.6.0";
754 doCheck = false;
754 doCheck = false;
755 propagatedBuildInputs = [
755 propagatedBuildInputs = [
756 self."zipp"
756 self."zipp"
757 self."pathlib2"
757 self."pathlib2"
758 self."contextlib2"
758 self."contextlib2"
759 self."configparser"
759 self."configparser"
760 ];
760 ];
761 src = fetchurl {
761 src = fetchurl {
762 url = "https://files.pythonhosted.org/packages/b4/1b/baab42e3cd64c9d5caac25a9d6c054f8324cdc38975a44d600569f1f7158/importlib_metadata-1.6.0.tar.gz";
762 url = "https://files.pythonhosted.org/packages/b4/1b/baab42e3cd64c9d5caac25a9d6c054f8324cdc38975a44d600569f1f7158/importlib_metadata-1.6.0.tar.gz";
763 sha256 = "07icyggasn38yv2swdrd8z6i0plazmc9adavsdkbqqj91j53ll9l";
763 sha256 = "07icyggasn38yv2swdrd8z6i0plazmc9adavsdkbqqj91j53ll9l";
764 };
764 };
765 meta = {
765 meta = {
766 license = [ pkgs.lib.licenses.asl20 ];
766 license = [ pkgs.lib.licenses.asl20 ];
767 };
767 };
768 };
768 };
769 "infrae.cache" = super.buildPythonPackage {
769 "infrae.cache" = super.buildPythonPackage {
770 name = "infrae.cache-1.0.1";
770 name = "infrae.cache-1.0.1";
771 doCheck = false;
771 doCheck = false;
772 propagatedBuildInputs = [
772 propagatedBuildInputs = [
773 self."beaker"
773 self."beaker"
774 self."repoze.lru"
774 self."repoze.lru"
775 ];
775 ];
776 src = fetchurl {
776 src = fetchurl {
777 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
777 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
778 sha256 = "1dvqsjn8vw253wz9d1pz17j79mf4bs53dvp2qxck2qdp1am1njw4";
778 sha256 = "1dvqsjn8vw253wz9d1pz17j79mf4bs53dvp2qxck2qdp1am1njw4";
779 };
779 };
780 meta = {
780 meta = {
781 license = [ pkgs.lib.licenses.zpl21 ];
781 license = [ pkgs.lib.licenses.zpl21 ];
782 };
782 };
783 };
783 };
784 "invoke" = super.buildPythonPackage {
784 "invoke" = super.buildPythonPackage {
785 name = "invoke-0.13.0";
785 name = "invoke-0.13.0";
786 doCheck = false;
786 doCheck = false;
787 src = fetchurl {
787 src = fetchurl {
788 url = "https://files.pythonhosted.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
788 url = "https://files.pythonhosted.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
789 sha256 = "0794vhgxfmkh0vzkkg5cfv1w82g3jc3xr18wim29far9qpx9468s";
789 sha256 = "0794vhgxfmkh0vzkkg5cfv1w82g3jc3xr18wim29far9qpx9468s";
790 };
790 };
791 meta = {
791 meta = {
792 license = [ pkgs.lib.licenses.bsdOriginal ];
792 license = [ pkgs.lib.licenses.bsdOriginal ];
793 };
793 };
794 };
794 };
795 "ipaddress" = super.buildPythonPackage {
795 "ipaddress" = super.buildPythonPackage {
796 name = "ipaddress-1.0.23";
796 name = "ipaddress-1.0.23";
797 doCheck = false;
797 doCheck = false;
798 src = fetchurl {
798 src = fetchurl {
799 url = "https://files.pythonhosted.org/packages/b9/9a/3e9da40ea28b8210dd6504d3fe9fe7e013b62bf45902b458d1cdc3c34ed9/ipaddress-1.0.23.tar.gz";
799 url = "https://files.pythonhosted.org/packages/b9/9a/3e9da40ea28b8210dd6504d3fe9fe7e013b62bf45902b458d1cdc3c34ed9/ipaddress-1.0.23.tar.gz";
800 sha256 = "1qp743h30s04m3cg3yk3fycad930jv17q7dsslj4mfw0jlvf1y5p";
800 sha256 = "1qp743h30s04m3cg3yk3fycad930jv17q7dsslj4mfw0jlvf1y5p";
801 };
801 };
802 meta = {
802 meta = {
803 license = [ pkgs.lib.licenses.psfl ];
803 license = [ pkgs.lib.licenses.psfl ];
804 };
804 };
805 };
805 };
806 "ipdb" = super.buildPythonPackage {
806 "ipdb" = super.buildPythonPackage {
807 name = "ipdb-0.13.2";
807 name = "ipdb-0.13.2";
808 doCheck = false;
808 doCheck = false;
809 propagatedBuildInputs = [
809 propagatedBuildInputs = [
810 self."setuptools"
810 self."setuptools"
811 self."ipython"
811 self."ipython"
812 ];
812 ];
813 src = fetchurl {
813 src = fetchurl {
814 url = "https://files.pythonhosted.org/packages/2c/bb/a3e1a441719ebd75c6dac8170d3ddba884b7ee8a5c0f9aefa7297386627a/ipdb-0.13.2.tar.gz";
814 url = "https://files.pythonhosted.org/packages/2c/bb/a3e1a441719ebd75c6dac8170d3ddba884b7ee8a5c0f9aefa7297386627a/ipdb-0.13.2.tar.gz";
815 sha256 = "0jcd849rx30y3wcgzsqbn06v0yjlzvb9x3076q0yxpycdwm1ryvp";
815 sha256 = "0jcd849rx30y3wcgzsqbn06v0yjlzvb9x3076q0yxpycdwm1ryvp";
816 };
816 };
817 meta = {
817 meta = {
818 license = [ pkgs.lib.licenses.bsdOriginal ];
818 license = [ pkgs.lib.licenses.bsdOriginal ];
819 };
819 };
820 };
820 };
821 "ipython" = super.buildPythonPackage {
821 "ipython" = super.buildPythonPackage {
822 name = "ipython-5.1.0";
822 name = "ipython-5.1.0";
823 doCheck = false;
823 doCheck = false;
824 propagatedBuildInputs = [
824 propagatedBuildInputs = [
825 self."setuptools"
825 self."setuptools"
826 self."decorator"
826 self."decorator"
827 self."pickleshare"
827 self."pickleshare"
828 self."simplegeneric"
828 self."simplegeneric"
829 self."traitlets"
829 self."traitlets"
830 self."prompt-toolkit"
830 self."prompt-toolkit"
831 self."pygments"
831 self."pygments"
832 self."pexpect"
832 self."pexpect"
833 self."backports.shutil-get-terminal-size"
833 self."backports.shutil-get-terminal-size"
834 self."pathlib2"
834 self."pathlib2"
835 self."pexpect"
835 self."pexpect"
836 ];
836 ];
837 src = fetchurl {
837 src = fetchurl {
838 url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
838 url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
839 sha256 = "0qdrf6aj9kvjczd5chj1my8y2iq09am9l8bb2a1334a52d76kx3y";
839 sha256 = "0qdrf6aj9kvjczd5chj1my8y2iq09am9l8bb2a1334a52d76kx3y";
840 };
840 };
841 meta = {
841 meta = {
842 license = [ pkgs.lib.licenses.bsdOriginal ];
842 license = [ pkgs.lib.licenses.bsdOriginal ];
843 };
843 };
844 };
844 };
845 "ipython-genutils" = super.buildPythonPackage {
845 "ipython-genutils" = super.buildPythonPackage {
846 name = "ipython-genutils-0.2.0";
846 name = "ipython-genutils-0.2.0";
847 doCheck = false;
847 doCheck = false;
848 src = fetchurl {
848 src = fetchurl {
849 url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
849 url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
850 sha256 = "1a4bc9y8hnvq6cp08qs4mckgm6i6ajpndp4g496rvvzcfmp12bpb";
850 sha256 = "1a4bc9y8hnvq6cp08qs4mckgm6i6ajpndp4g496rvvzcfmp12bpb";
851 };
851 };
852 meta = {
852 meta = {
853 license = [ pkgs.lib.licenses.bsdOriginal ];
853 license = [ pkgs.lib.licenses.bsdOriginal ];
854 };
854 };
855 };
855 };
856 "iso8601" = super.buildPythonPackage {
856 "iso8601" = super.buildPythonPackage {
857 name = "iso8601-0.1.12";
857 name = "iso8601-0.1.12";
858 doCheck = false;
858 doCheck = false;
859 src = fetchurl {
859 src = fetchurl {
860 url = "https://files.pythonhosted.org/packages/45/13/3db24895497345fb44c4248c08b16da34a9eb02643cea2754b21b5ed08b0/iso8601-0.1.12.tar.gz";
860 url = "https://files.pythonhosted.org/packages/45/13/3db24895497345fb44c4248c08b16da34a9eb02643cea2754b21b5ed08b0/iso8601-0.1.12.tar.gz";
861 sha256 = "10nyvvnrhw2w3p09v1ica4lgj6f4g9j3kkfx17qmraiq3w7b5i29";
861 sha256 = "10nyvvnrhw2w3p09v1ica4lgj6f4g9j3kkfx17qmraiq3w7b5i29";
862 };
862 };
863 meta = {
863 meta = {
864 license = [ pkgs.lib.licenses.mit ];
864 license = [ pkgs.lib.licenses.mit ];
865 };
865 };
866 };
866 };
867 "isodate" = super.buildPythonPackage {
867 "isodate" = super.buildPythonPackage {
868 name = "isodate-0.6.0";
868 name = "isodate-0.6.0";
869 doCheck = false;
869 doCheck = false;
870 propagatedBuildInputs = [
870 propagatedBuildInputs = [
871 self."six"
871 self."six"
872 ];
872 ];
873 src = fetchurl {
873 src = fetchurl {
874 url = "https://files.pythonhosted.org/packages/b1/80/fb8c13a4cd38eb5021dc3741a9e588e4d1de88d895c1910c6fc8a08b7a70/isodate-0.6.0.tar.gz";
874 url = "https://files.pythonhosted.org/packages/b1/80/fb8c13a4cd38eb5021dc3741a9e588e4d1de88d895c1910c6fc8a08b7a70/isodate-0.6.0.tar.gz";
875 sha256 = "1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif";
875 sha256 = "1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif";
876 };
876 };
877 meta = {
877 meta = {
878 license = [ pkgs.lib.licenses.bsdOriginal ];
878 license = [ pkgs.lib.licenses.bsdOriginal ];
879 };
879 };
880 };
880 };
881 "itsdangerous" = super.buildPythonPackage {
881 "itsdangerous" = super.buildPythonPackage {
882 name = "itsdangerous-1.1.0";
882 name = "itsdangerous-1.1.0";
883 doCheck = false;
883 doCheck = false;
884 src = fetchurl {
884 src = fetchurl {
885 url = "https://files.pythonhosted.org/packages/68/1a/f27de07a8a304ad5fa817bbe383d1238ac4396da447fa11ed937039fa04b/itsdangerous-1.1.0.tar.gz";
885 url = "https://files.pythonhosted.org/packages/68/1a/f27de07a8a304ad5fa817bbe383d1238ac4396da447fa11ed937039fa04b/itsdangerous-1.1.0.tar.gz";
886 sha256 = "068zpbksq5q2z4dckh2k1zbcq43ay74ylqn77rni797j0wyh66rj";
886 sha256 = "068zpbksq5q2z4dckh2k1zbcq43ay74ylqn77rni797j0wyh66rj";
887 };
887 };
888 meta = {
888 meta = {
889 license = [ pkgs.lib.licenses.bsdOriginal ];
889 license = [ pkgs.lib.licenses.bsdOriginal ];
890 };
890 };
891 };
891 };
892 "jinja2" = super.buildPythonPackage {
892 "jinja2" = super.buildPythonPackage {
893 name = "jinja2-2.9.6";
893 name = "jinja2-2.9.6";
894 doCheck = false;
894 doCheck = false;
895 propagatedBuildInputs = [
895 propagatedBuildInputs = [
896 self."markupsafe"
896 self."markupsafe"
897 ];
897 ];
898 src = fetchurl {
898 src = fetchurl {
899 url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz";
899 url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz";
900 sha256 = "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx";
900 sha256 = "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx";
901 };
901 };
902 meta = {
902 meta = {
903 license = [ pkgs.lib.licenses.bsdOriginal ];
903 license = [ pkgs.lib.licenses.bsdOriginal ];
904 };
904 };
905 };
905 };
906 "jsonschema" = super.buildPythonPackage {
906 "jsonschema" = super.buildPythonPackage {
907 name = "jsonschema-2.6.0";
907 name = "jsonschema-2.6.0";
908 doCheck = false;
908 doCheck = false;
909 propagatedBuildInputs = [
909 propagatedBuildInputs = [
910 self."functools32"
910 self."functools32"
911 ];
911 ];
912 src = fetchurl {
912 src = fetchurl {
913 url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz";
913 url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz";
914 sha256 = "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg";
914 sha256 = "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg";
915 };
915 };
916 meta = {
916 meta = {
917 license = [ pkgs.lib.licenses.mit ];
917 license = [ pkgs.lib.licenses.mit ];
918 };
918 };
919 };
919 };
920 "jupyter-client" = super.buildPythonPackage {
920 "jupyter-client" = super.buildPythonPackage {
921 name = "jupyter-client-5.0.0";
921 name = "jupyter-client-5.0.0";
922 doCheck = false;
922 doCheck = false;
923 propagatedBuildInputs = [
923 propagatedBuildInputs = [
924 self."traitlets"
924 self."traitlets"
925 self."jupyter-core"
925 self."jupyter-core"
926 self."pyzmq"
926 self."pyzmq"
927 self."python-dateutil"
927 self."python-dateutil"
928 ];
928 ];
929 src = fetchurl {
929 src = fetchurl {
930 url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz";
930 url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz";
931 sha256 = "0nxw4rqk4wsjhc87gjqd7pv89cb9dnimcfnmcmp85bmrvv1gjri7";
931 sha256 = "0nxw4rqk4wsjhc87gjqd7pv89cb9dnimcfnmcmp85bmrvv1gjri7";
932 };
932 };
933 meta = {
933 meta = {
934 license = [ pkgs.lib.licenses.bsdOriginal ];
934 license = [ pkgs.lib.licenses.bsdOriginal ];
935 };
935 };
936 };
936 };
937 "jupyter-core" = super.buildPythonPackage {
937 "jupyter-core" = super.buildPythonPackage {
938 name = "jupyter-core-4.5.0";
938 name = "jupyter-core-4.5.0";
939 doCheck = false;
939 doCheck = false;
940 propagatedBuildInputs = [
940 propagatedBuildInputs = [
941 self."traitlets"
941 self."traitlets"
942 ];
942 ];
943 src = fetchurl {
943 src = fetchurl {
944 url = "https://files.pythonhosted.org/packages/4a/de/ff4ca734656d17ebe0450807b59d728f45277e2e7f4b82bc9aae6cb82961/jupyter_core-4.5.0.tar.gz";
944 url = "https://files.pythonhosted.org/packages/4a/de/ff4ca734656d17ebe0450807b59d728f45277e2e7f4b82bc9aae6cb82961/jupyter_core-4.5.0.tar.gz";
945 sha256 = "1xr4pbghwk5hayn5wwnhb7z95380r45p79gf5if5pi1akwg7qvic";
945 sha256 = "1xr4pbghwk5hayn5wwnhb7z95380r45p79gf5if5pi1akwg7qvic";
946 };
946 };
947 meta = {
947 meta = {
948 license = [ pkgs.lib.licenses.bsdOriginal ];
948 license = [ pkgs.lib.licenses.bsdOriginal ];
949 };
949 };
950 };
950 };
951 "kombu" = super.buildPythonPackage {
951 "kombu" = super.buildPythonPackage {
952 name = "kombu-4.6.6";
952 name = "kombu-4.6.6";
953 doCheck = false;
953 doCheck = false;
954 propagatedBuildInputs = [
954 propagatedBuildInputs = [
955 self."amqp"
955 self."amqp"
956 self."importlib-metadata"
956 self."importlib-metadata"
957 ];
957 ];
958 src = fetchurl {
958 src = fetchurl {
959 url = "https://files.pythonhosted.org/packages/20/e6/bc2d9affba6138a1dc143f77fef253e9e08e238fa7c0688d917c09005e96/kombu-4.6.6.tar.gz";
959 url = "https://files.pythonhosted.org/packages/20/e6/bc2d9affba6138a1dc143f77fef253e9e08e238fa7c0688d917c09005e96/kombu-4.6.6.tar.gz";
960 sha256 = "11mxpcy8mg1l35bgbhba70v29bydr2hrhdbdlb4lg98m3m5vaq0p";
960 sha256 = "11mxpcy8mg1l35bgbhba70v29bydr2hrhdbdlb4lg98m3m5vaq0p";
961 };
961 };
962 meta = {
962 meta = {
963 license = [ pkgs.lib.licenses.bsdOriginal ];
963 license = [ pkgs.lib.licenses.bsdOriginal ];
964 };
964 };
965 };
965 };
966 "lxml" = super.buildPythonPackage {
966 "lxml" = super.buildPythonPackage {
967 name = "lxml-4.2.5";
967 name = "lxml-4.2.5";
968 doCheck = false;
968 doCheck = false;
969 src = fetchurl {
969 src = fetchurl {
970 url = "https://files.pythonhosted.org/packages/4b/20/ddf5eb3bd5c57582d2b4652b4bbcf8da301bdfe5d805cb94e805f4d7464d/lxml-4.2.5.tar.gz";
970 url = "https://files.pythonhosted.org/packages/4b/20/ddf5eb3bd5c57582d2b4652b4bbcf8da301bdfe5d805cb94e805f4d7464d/lxml-4.2.5.tar.gz";
971 sha256 = "0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin";
971 sha256 = "0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin";
972 };
972 };
973 meta = {
973 meta = {
974 license = [ pkgs.lib.licenses.bsdOriginal ];
974 license = [ pkgs.lib.licenses.bsdOriginal ];
975 };
975 };
976 };
976 };
977 "mako" = super.buildPythonPackage {
977 "mako" = super.buildPythonPackage {
978 name = "mako-1.1.0";
978 name = "mako-1.1.0";
979 doCheck = false;
979 doCheck = false;
980 propagatedBuildInputs = [
980 propagatedBuildInputs = [
981 self."markupsafe"
981 self."markupsafe"
982 ];
982 ];
983 src = fetchurl {
983 src = fetchurl {
984 url = "https://files.pythonhosted.org/packages/b0/3c/8dcd6883d009f7cae0f3157fb53e9afb05a0d3d33b3db1268ec2e6f4a56b/Mako-1.1.0.tar.gz";
984 url = "https://files.pythonhosted.org/packages/b0/3c/8dcd6883d009f7cae0f3157fb53e9afb05a0d3d33b3db1268ec2e6f4a56b/Mako-1.1.0.tar.gz";
985 sha256 = "0jqa3qfpykyn4fmkn0kh6043sfls7br8i2bsdbccazcvk9cijsd3";
985 sha256 = "0jqa3qfpykyn4fmkn0kh6043sfls7br8i2bsdbccazcvk9cijsd3";
986 };
986 };
987 meta = {
987 meta = {
988 license = [ pkgs.lib.licenses.mit ];
988 license = [ pkgs.lib.licenses.mit ];
989 };
989 };
990 };
990 };
991 "markdown" = super.buildPythonPackage {
991 "markdown" = super.buildPythonPackage {
992 name = "markdown-2.6.11";
992 name = "markdown-2.6.11";
993 doCheck = false;
993 doCheck = false;
994 src = fetchurl {
994 src = fetchurl {
995 url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz";
995 url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz";
996 sha256 = "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8";
996 sha256 = "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8";
997 };
997 };
998 meta = {
998 meta = {
999 license = [ pkgs.lib.licenses.bsdOriginal ];
999 license = [ pkgs.lib.licenses.bsdOriginal ];
1000 };
1000 };
1001 };
1001 };
1002 "markupsafe" = super.buildPythonPackage {
1002 "markupsafe" = super.buildPythonPackage {
1003 name = "markupsafe-1.1.1";
1003 name = "markupsafe-1.1.1";
1004 doCheck = false;
1004 doCheck = false;
1005 src = fetchurl {
1005 src = fetchurl {
1006 url = "https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz";
1006 url = "https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz";
1007 sha256 = "0sqipg4fk7xbixqd8kq6rlkxj664d157bdwbh93farcphf92x1r9";
1007 sha256 = "0sqipg4fk7xbixqd8kq6rlkxj664d157bdwbh93farcphf92x1r9";
1008 };
1008 };
1009 meta = {
1009 meta = {
1010 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd3 ];
1010 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd3 ];
1011 };
1011 };
1012 };
1012 };
1013 "marshmallow" = super.buildPythonPackage {
1013 "marshmallow" = super.buildPythonPackage {
1014 name = "marshmallow-2.18.0";
1014 name = "marshmallow-2.18.0";
1015 doCheck = false;
1015 doCheck = false;
1016 src = fetchurl {
1016 src = fetchurl {
1017 url = "https://files.pythonhosted.org/packages/ad/0b/5799965d1c6d5f608d684e2c0dce8a828e0309a3bfe8327d9418a89f591c/marshmallow-2.18.0.tar.gz";
1017 url = "https://files.pythonhosted.org/packages/ad/0b/5799965d1c6d5f608d684e2c0dce8a828e0309a3bfe8327d9418a89f591c/marshmallow-2.18.0.tar.gz";
1018 sha256 = "1g0aafpjn7yaxq06yndy8c7rs9n42adxkqq1ayhlr869pr06d3lm";
1018 sha256 = "1g0aafpjn7yaxq06yndy8c7rs9n42adxkqq1ayhlr869pr06d3lm";
1019 };
1019 };
1020 meta = {
1020 meta = {
1021 license = [ pkgs.lib.licenses.mit ];
1021 license = [ pkgs.lib.licenses.mit ];
1022 };
1022 };
1023 };
1023 };
1024 "mistune" = super.buildPythonPackage {
1024 "mistune" = super.buildPythonPackage {
1025 name = "mistune-0.8.4";
1025 name = "mistune-0.8.4";
1026 doCheck = false;
1026 doCheck = false;
1027 src = fetchurl {
1027 src = fetchurl {
1028 url = "https://files.pythonhosted.org/packages/2d/a4/509f6e7783ddd35482feda27bc7f72e65b5e7dc910eca4ab2164daf9c577/mistune-0.8.4.tar.gz";
1028 url = "https://files.pythonhosted.org/packages/2d/a4/509f6e7783ddd35482feda27bc7f72e65b5e7dc910eca4ab2164daf9c577/mistune-0.8.4.tar.gz";
1029 sha256 = "0vkmsh0x480rni51lhyvigfdf06b9247z868pk3bal1wnnfl58sr";
1029 sha256 = "0vkmsh0x480rni51lhyvigfdf06b9247z868pk3bal1wnnfl58sr";
1030 };
1030 };
1031 meta = {
1031 meta = {
1032 license = [ pkgs.lib.licenses.bsdOriginal ];
1032 license = [ pkgs.lib.licenses.bsdOriginal ];
1033 };
1033 };
1034 };
1034 };
1035 "mock" = super.buildPythonPackage {
1035 "mock" = super.buildPythonPackage {
1036 name = "mock-3.0.5";
1036 name = "mock-3.0.5";
1037 doCheck = false;
1037 doCheck = false;
1038 propagatedBuildInputs = [
1038 propagatedBuildInputs = [
1039 self."six"
1039 self."six"
1040 self."funcsigs"
1040 self."funcsigs"
1041 ];
1041 ];
1042 src = fetchurl {
1042 src = fetchurl {
1043 url = "https://files.pythonhosted.org/packages/2e/ab/4fe657d78b270aa6a32f027849513b829b41b0f28d9d8d7f8c3d29ea559a/mock-3.0.5.tar.gz";
1043 url = "https://files.pythonhosted.org/packages/2e/ab/4fe657d78b270aa6a32f027849513b829b41b0f28d9d8d7f8c3d29ea559a/mock-3.0.5.tar.gz";
1044 sha256 = "1hrp6j0yrx2xzylfv02qa8kph661m6yq4p0mc8fnimch9j4psrc3";
1044 sha256 = "1hrp6j0yrx2xzylfv02qa8kph661m6yq4p0mc8fnimch9j4psrc3";
1045 };
1045 };
1046 meta = {
1046 meta = {
1047 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "OSI Approved :: BSD License"; } ];
1047 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "OSI Approved :: BSD License"; } ];
1048 };
1048 };
1049 };
1049 };
1050 "more-itertools" = super.buildPythonPackage {
1050 "more-itertools" = super.buildPythonPackage {
1051 name = "more-itertools-5.0.0";
1051 name = "more-itertools-5.0.0";
1052 doCheck = false;
1052 doCheck = false;
1053 propagatedBuildInputs = [
1053 propagatedBuildInputs = [
1054 self."six"
1054 self."six"
1055 ];
1055 ];
1056 src = fetchurl {
1056 src = fetchurl {
1057 url = "https://files.pythonhosted.org/packages/dd/26/30fc0d541d9fdf55faf5ba4b0fd68f81d5bd2447579224820ad525934178/more-itertools-5.0.0.tar.gz";
1057 url = "https://files.pythonhosted.org/packages/dd/26/30fc0d541d9fdf55faf5ba4b0fd68f81d5bd2447579224820ad525934178/more-itertools-5.0.0.tar.gz";
1058 sha256 = "1r12cm6mcdwdzz7d47a6g4l437xsvapdlgyhqay3i2nrlv03da9q";
1058 sha256 = "1r12cm6mcdwdzz7d47a6g4l437xsvapdlgyhqay3i2nrlv03da9q";
1059 };
1059 };
1060 meta = {
1060 meta = {
1061 license = [ pkgs.lib.licenses.mit ];
1061 license = [ pkgs.lib.licenses.mit ];
1062 };
1062 };
1063 };
1063 };
1064 "msgpack-python" = super.buildPythonPackage {
1064 "msgpack-python" = super.buildPythonPackage {
1065 name = "msgpack-python-0.5.6";
1065 name = "msgpack-python-0.5.6";
1066 doCheck = false;
1066 doCheck = false;
1067 src = fetchurl {
1067 src = fetchurl {
1068 url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz";
1068 url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz";
1069 sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p";
1069 sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p";
1070 };
1070 };
1071 meta = {
1071 meta = {
1072 license = [ pkgs.lib.licenses.asl20 ];
1072 license = [ pkgs.lib.licenses.asl20 ];
1073 };
1073 };
1074 };
1074 };
1075 "mysql-python" = super.buildPythonPackage {
1075 "mysql-python" = super.buildPythonPackage {
1076 name = "mysql-python-1.2.5";
1076 name = "mysql-python-1.2.5";
1077 doCheck = false;
1077 doCheck = false;
1078 src = fetchurl {
1078 src = fetchurl {
1079 url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
1079 url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
1080 sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441";
1080 sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441";
1081 };
1081 };
1082 meta = {
1082 meta = {
1083 license = [ pkgs.lib.licenses.gpl1 ];
1083 license = [ pkgs.lib.licenses.gpl1 ];
1084 };
1084 };
1085 };
1085 };
1086 "nbconvert" = super.buildPythonPackage {
1086 "nbconvert" = super.buildPythonPackage {
1087 name = "nbconvert-5.3.1";
1087 name = "nbconvert-5.3.1";
1088 doCheck = false;
1088 doCheck = false;
1089 propagatedBuildInputs = [
1089 propagatedBuildInputs = [
1090 self."mistune"
1090 self."mistune"
1091 self."jinja2"
1091 self."jinja2"
1092 self."pygments"
1092 self."pygments"
1093 self."traitlets"
1093 self."traitlets"
1094 self."jupyter-core"
1094 self."jupyter-core"
1095 self."nbformat"
1095 self."nbformat"
1096 self."entrypoints"
1096 self."entrypoints"
1097 self."bleach"
1097 self."bleach"
1098 self."pandocfilters"
1098 self."pandocfilters"
1099 self."testpath"
1099 self."testpath"
1100 ];
1100 ];
1101 src = fetchurl {
1101 src = fetchurl {
1102 url = "https://files.pythonhosted.org/packages/b9/a4/d0a0938ad6f5eeb4dea4e73d255c617ef94b0b2849d51194c9bbdb838412/nbconvert-5.3.1.tar.gz";
1102 url = "https://files.pythonhosted.org/packages/b9/a4/d0a0938ad6f5eeb4dea4e73d255c617ef94b0b2849d51194c9bbdb838412/nbconvert-5.3.1.tar.gz";
1103 sha256 = "1f9dkvpx186xjm4xab0qbph588mncp4vqk3fmxrsnqs43mks9c8j";
1103 sha256 = "1f9dkvpx186xjm4xab0qbph588mncp4vqk3fmxrsnqs43mks9c8j";
1104 };
1104 };
1105 meta = {
1105 meta = {
1106 license = [ pkgs.lib.licenses.bsdOriginal ];
1106 license = [ pkgs.lib.licenses.bsdOriginal ];
1107 };
1107 };
1108 };
1108 };
1109 "nbformat" = super.buildPythonPackage {
1109 "nbformat" = super.buildPythonPackage {
1110 name = "nbformat-4.4.0";
1110 name = "nbformat-4.4.0";
1111 doCheck = false;
1111 doCheck = false;
1112 propagatedBuildInputs = [
1112 propagatedBuildInputs = [
1113 self."ipython-genutils"
1113 self."ipython-genutils"
1114 self."traitlets"
1114 self."traitlets"
1115 self."jsonschema"
1115 self."jsonschema"
1116 self."jupyter-core"
1116 self."jupyter-core"
1117 ];
1117 ];
1118 src = fetchurl {
1118 src = fetchurl {
1119 url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz";
1119 url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz";
1120 sha256 = "00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp";
1120 sha256 = "00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp";
1121 };
1121 };
1122 meta = {
1122 meta = {
1123 license = [ pkgs.lib.licenses.bsdOriginal ];
1123 license = [ pkgs.lib.licenses.bsdOriginal ];
1124 };
1124 };
1125 };
1125 };
1126 "packaging" = super.buildPythonPackage {
1126 "packaging" = super.buildPythonPackage {
1127 name = "packaging-20.3";
1127 name = "packaging-20.3";
1128 doCheck = false;
1128 doCheck = false;
1129 propagatedBuildInputs = [
1129 propagatedBuildInputs = [
1130 self."pyparsing"
1130 self."pyparsing"
1131 self."six"
1131 self."six"
1132 ];
1132 ];
1133 src = fetchurl {
1133 src = fetchurl {
1134 url = "https://files.pythonhosted.org/packages/65/37/83e3f492eb52d771e2820e88105f605335553fe10422cba9d256faeb1702/packaging-20.3.tar.gz";
1134 url = "https://files.pythonhosted.org/packages/65/37/83e3f492eb52d771e2820e88105f605335553fe10422cba9d256faeb1702/packaging-20.3.tar.gz";
1135 sha256 = "18xpablq278janh03bai9xd4kz9b0yfp6vflazn725ns9x3jna9w";
1135 sha256 = "18xpablq278janh03bai9xd4kz9b0yfp6vflazn725ns9x3jna9w";
1136 };
1136 };
1137 meta = {
1137 meta = {
1138 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ];
1138 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ];
1139 };
1139 };
1140 };
1140 };
1141 "pandocfilters" = super.buildPythonPackage {
1141 "pandocfilters" = super.buildPythonPackage {
1142 name = "pandocfilters-1.4.2";
1142 name = "pandocfilters-1.4.2";
1143 doCheck = false;
1143 doCheck = false;
1144 src = fetchurl {
1144 src = fetchurl {
1145 url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz";
1145 url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz";
1146 sha256 = "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk";
1146 sha256 = "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk";
1147 };
1147 };
1148 meta = {
1148 meta = {
1149 license = [ pkgs.lib.licenses.bsdOriginal ];
1149 license = [ pkgs.lib.licenses.bsdOriginal ];
1150 };
1150 };
1151 };
1151 };
1152 "paste" = super.buildPythonPackage {
1152 "paste" = super.buildPythonPackage {
1153 name = "paste-3.4.0";
1153 name = "paste-3.4.0";
1154 doCheck = false;
1154 doCheck = false;
1155 propagatedBuildInputs = [
1155 propagatedBuildInputs = [
1156 self."six"
1156 self."six"
1157 ];
1157 ];
1158 src = fetchurl {
1158 src = fetchurl {
1159 url = "https://files.pythonhosted.org/packages/79/4a/45821b71dd40000507549afd1491546afad8279c0a87527c88776a794158/Paste-3.4.0.tar.gz";
1159 url = "https://files.pythonhosted.org/packages/79/4a/45821b71dd40000507549afd1491546afad8279c0a87527c88776a794158/Paste-3.4.0.tar.gz";
1160 sha256 = "16sichvhyci1gaarkjs35mai8vphh7b244qm14hj1isw38nx4c03";
1160 sha256 = "16sichvhyci1gaarkjs35mai8vphh7b244qm14hj1isw38nx4c03";
1161 };
1161 };
1162 meta = {
1162 meta = {
1163 license = [ pkgs.lib.licenses.mit ];
1163 license = [ pkgs.lib.licenses.mit ];
1164 };
1164 };
1165 };
1165 };
1166 "pastedeploy" = super.buildPythonPackage {
1166 "pastedeploy" = super.buildPythonPackage {
1167 name = "pastedeploy-2.1.0";
1167 name = "pastedeploy-2.1.0";
1168 doCheck = false;
1168 doCheck = false;
1169 src = fetchurl {
1169 src = fetchurl {
1170 url = "https://files.pythonhosted.org/packages/c4/e9/972a1c20318b3ae9edcab11a6cef64308fbae5d0d45ab52c6f8b2b8f35b8/PasteDeploy-2.1.0.tar.gz";
1170 url = "https://files.pythonhosted.org/packages/c4/e9/972a1c20318b3ae9edcab11a6cef64308fbae5d0d45ab52c6f8b2b8f35b8/PasteDeploy-2.1.0.tar.gz";
1171 sha256 = "16qsq5y6mryslmbp5pn35x4z8z3ndp5rpgl42h226879nrw9hmg7";
1171 sha256 = "16qsq5y6mryslmbp5pn35x4z8z3ndp5rpgl42h226879nrw9hmg7";
1172 };
1172 };
1173 meta = {
1173 meta = {
1174 license = [ pkgs.lib.licenses.mit ];
1174 license = [ pkgs.lib.licenses.mit ];
1175 };
1175 };
1176 };
1176 };
1177 "pastescript" = super.buildPythonPackage {
1177 "pastescript" = super.buildPythonPackage {
1178 name = "pastescript-3.2.0";
1178 name = "pastescript-3.2.0";
1179 doCheck = false;
1179 doCheck = false;
1180 propagatedBuildInputs = [
1180 propagatedBuildInputs = [
1181 self."paste"
1181 self."paste"
1182 self."pastedeploy"
1182 self."pastedeploy"
1183 self."six"
1183 self."six"
1184 ];
1184 ];
1185 src = fetchurl {
1185 src = fetchurl {
1186 url = "https://files.pythonhosted.org/packages/ff/47/45c6f5a3cb8f5abf786fea98dbb8d02400a55768a9b623afb7df12346c61/PasteScript-3.2.0.tar.gz";
1186 url = "https://files.pythonhosted.org/packages/ff/47/45c6f5a3cb8f5abf786fea98dbb8d02400a55768a9b623afb7df12346c61/PasteScript-3.2.0.tar.gz";
1187 sha256 = "1b3jq7xh383nvrrlblk05m37345bv97xrhx77wshllba3h7mq3wv";
1187 sha256 = "1b3jq7xh383nvrrlblk05m37345bv97xrhx77wshllba3h7mq3wv";
1188 };
1188 };
1189 meta = {
1189 meta = {
1190 license = [ pkgs.lib.licenses.mit ];
1190 license = [ pkgs.lib.licenses.mit ];
1191 };
1191 };
1192 };
1192 };
1193 "pathlib2" = super.buildPythonPackage {
1193 "pathlib2" = super.buildPythonPackage {
1194 name = "pathlib2-2.3.5";
1194 name = "pathlib2-2.3.5";
1195 doCheck = false;
1195 doCheck = false;
1196 propagatedBuildInputs = [
1196 propagatedBuildInputs = [
1197 self."six"
1197 self."six"
1198 self."scandir"
1198 self."scandir"
1199 ];
1199 ];
1200 src = fetchurl {
1200 src = fetchurl {
1201 url = "https://files.pythonhosted.org/packages/94/d8/65c86584e7e97ef824a1845c72bbe95d79f5b306364fa778a3c3e401b309/pathlib2-2.3.5.tar.gz";
1201 url = "https://files.pythonhosted.org/packages/94/d8/65c86584e7e97ef824a1845c72bbe95d79f5b306364fa778a3c3e401b309/pathlib2-2.3.5.tar.gz";
1202 sha256 = "0s4qa8c082fdkb17izh4mfgwrjd1n5pya18wvrbwqdvvb5xs9nbc";
1202 sha256 = "0s4qa8c082fdkb17izh4mfgwrjd1n5pya18wvrbwqdvvb5xs9nbc";
1203 };
1203 };
1204 meta = {
1204 meta = {
1205 license = [ pkgs.lib.licenses.mit ];
1205 license = [ pkgs.lib.licenses.mit ];
1206 };
1206 };
1207 };
1207 };
1208 "peppercorn" = super.buildPythonPackage {
1208 "peppercorn" = super.buildPythonPackage {
1209 name = "peppercorn-0.6";
1209 name = "peppercorn-0.6";
1210 doCheck = false;
1210 doCheck = false;
1211 src = fetchurl {
1211 src = fetchurl {
1212 url = "https://files.pythonhosted.org/packages/e4/77/93085de7108cdf1a0b092ff443872a8f9442c736d7ddebdf2f27627935f4/peppercorn-0.6.tar.gz";
1212 url = "https://files.pythonhosted.org/packages/e4/77/93085de7108cdf1a0b092ff443872a8f9442c736d7ddebdf2f27627935f4/peppercorn-0.6.tar.gz";
1213 sha256 = "1ip4bfwcpwkq9hz2dai14k2cyabvwrnvcvrcmzxmqm04g8fnimwn";
1213 sha256 = "1ip4bfwcpwkq9hz2dai14k2cyabvwrnvcvrcmzxmqm04g8fnimwn";
1214 };
1214 };
1215 meta = {
1215 meta = {
1216 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1216 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1217 };
1217 };
1218 };
1218 };
1219 "pexpect" = super.buildPythonPackage {
1219 "pexpect" = super.buildPythonPackage {
1220 name = "pexpect-4.8.0";
1220 name = "pexpect-4.8.0";
1221 doCheck = false;
1221 doCheck = false;
1222 propagatedBuildInputs = [
1222 propagatedBuildInputs = [
1223 self."ptyprocess"
1223 self."ptyprocess"
1224 ];
1224 ];
1225 src = fetchurl {
1225 src = fetchurl {
1226 url = "https://files.pythonhosted.org/packages/e5/9b/ff402e0e930e70467a7178abb7c128709a30dfb22d8777c043e501bc1b10/pexpect-4.8.0.tar.gz";
1226 url = "https://files.pythonhosted.org/packages/e5/9b/ff402e0e930e70467a7178abb7c128709a30dfb22d8777c043e501bc1b10/pexpect-4.8.0.tar.gz";
1227 sha256 = "032cg337h8awydgypz6f4wx848lw8dyrj4zy988x0lyib4ws8rgw";
1227 sha256 = "032cg337h8awydgypz6f4wx848lw8dyrj4zy988x0lyib4ws8rgw";
1228 };
1228 };
1229 meta = {
1229 meta = {
1230 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
1230 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
1231 };
1231 };
1232 };
1232 };
1233 "pickleshare" = super.buildPythonPackage {
1233 "pickleshare" = super.buildPythonPackage {
1234 name = "pickleshare-0.7.5";
1234 name = "pickleshare-0.7.5";
1235 doCheck = false;
1235 doCheck = false;
1236 propagatedBuildInputs = [
1236 propagatedBuildInputs = [
1237 self."pathlib2"
1237 self."pathlib2"
1238 ];
1238 ];
1239 src = fetchurl {
1239 src = fetchurl {
1240 url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz";
1240 url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz";
1241 sha256 = "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47";
1241 sha256 = "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47";
1242 };
1242 };
1243 meta = {
1243 meta = {
1244 license = [ pkgs.lib.licenses.mit ];
1244 license = [ pkgs.lib.licenses.mit ];
1245 };
1245 };
1246 };
1246 };
1247 "plaster" = super.buildPythonPackage {
1247 "plaster" = super.buildPythonPackage {
1248 name = "plaster-1.0";
1248 name = "plaster-1.0";
1249 doCheck = false;
1249 doCheck = false;
1250 propagatedBuildInputs = [
1250 propagatedBuildInputs = [
1251 self."setuptools"
1251 self."setuptools"
1252 ];
1252 ];
1253 src = fetchurl {
1253 src = fetchurl {
1254 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
1254 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
1255 sha256 = "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3";
1255 sha256 = "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3";
1256 };
1256 };
1257 meta = {
1257 meta = {
1258 license = [ pkgs.lib.licenses.mit ];
1258 license = [ pkgs.lib.licenses.mit ];
1259 };
1259 };
1260 };
1260 };
1261 "plaster-pastedeploy" = super.buildPythonPackage {
1261 "plaster-pastedeploy" = super.buildPythonPackage {
1262 name = "plaster-pastedeploy-0.7";
1262 name = "plaster-pastedeploy-0.7";
1263 doCheck = false;
1263 doCheck = false;
1264 propagatedBuildInputs = [
1264 propagatedBuildInputs = [
1265 self."pastedeploy"
1265 self."pastedeploy"
1266 self."plaster"
1266 self."plaster"
1267 ];
1267 ];
1268 src = fetchurl {
1268 src = fetchurl {
1269 url = "https://files.pythonhosted.org/packages/99/69/2d3bc33091249266a1bd3cf24499e40ab31d54dffb4a7d76fe647950b98c/plaster_pastedeploy-0.7.tar.gz";
1269 url = "https://files.pythonhosted.org/packages/99/69/2d3bc33091249266a1bd3cf24499e40ab31d54dffb4a7d76fe647950b98c/plaster_pastedeploy-0.7.tar.gz";
1270 sha256 = "1zg7gcsvc1kzay1ry5p699rg2qavfsxqwl17mqxzr0gzw6j9679r";
1270 sha256 = "1zg7gcsvc1kzay1ry5p699rg2qavfsxqwl17mqxzr0gzw6j9679r";
1271 };
1271 };
1272 meta = {
1272 meta = {
1273 license = [ pkgs.lib.licenses.mit ];
1273 license = [ pkgs.lib.licenses.mit ];
1274 };
1274 };
1275 };
1275 };
1276 "pluggy" = super.buildPythonPackage {
1276 "pluggy" = super.buildPythonPackage {
1277 name = "pluggy-0.13.1";
1277 name = "pluggy-0.13.1";
1278 doCheck = false;
1278 doCheck = false;
1279 propagatedBuildInputs = [
1279 propagatedBuildInputs = [
1280 self."importlib-metadata"
1280 self."importlib-metadata"
1281 ];
1281 ];
1282 src = fetchurl {
1282 src = fetchurl {
1283 url = "https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14/pluggy-0.13.1.tar.gz";
1283 url = "https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14/pluggy-0.13.1.tar.gz";
1284 sha256 = "1c35qyhvy27q9ih9n899f3h4sdnpgq027dbiilly2qb5cvgarchm";
1284 sha256 = "1c35qyhvy27q9ih9n899f3h4sdnpgq027dbiilly2qb5cvgarchm";
1285 };
1285 };
1286 meta = {
1286 meta = {
1287 license = [ pkgs.lib.licenses.mit ];
1287 license = [ pkgs.lib.licenses.mit ];
1288 };
1288 };
1289 };
1289 };
1290 "premailer" = super.buildPythonPackage {
1290 "premailer" = super.buildPythonPackage {
1291 name = "premailer-3.6.1";
1291 name = "premailer-3.6.1";
1292 doCheck = false;
1292 doCheck = false;
1293 propagatedBuildInputs = [
1293 propagatedBuildInputs = [
1294 self."lxml"
1294 self."lxml"
1295 self."cssselect"
1295 self."cssselect"
1296 self."cssutils"
1296 self."cssutils"
1297 self."requests"
1297 self."requests"
1298 self."cachetools"
1298 self."cachetools"
1299 ];
1299 ];
1300 src = fetchurl {
1300 src = fetchurl {
1301 url = "https://files.pythonhosted.org/packages/62/da/2f43cdf9d3d79c80c4856a12389a1f257d65fe9ccc44bc6b4383c8a18e33/premailer-3.6.1.tar.gz";
1301 url = "https://files.pythonhosted.org/packages/62/da/2f43cdf9d3d79c80c4856a12389a1f257d65fe9ccc44bc6b4383c8a18e33/premailer-3.6.1.tar.gz";
1302 sha256 = "08pshx7a110k4ll20x0xhpvyn3kkipkrbgxjjn7ncdxs54ihdhgw";
1302 sha256 = "08pshx7a110k4ll20x0xhpvyn3kkipkrbgxjjn7ncdxs54ihdhgw";
1303 };
1303 };
1304 meta = {
1304 meta = {
1305 license = [ pkgs.lib.licenses.psfl { fullName = "Python"; } ];
1305 license = [ pkgs.lib.licenses.psfl { fullName = "Python"; } ];
1306 };
1306 };
1307 };
1307 };
1308 "prompt-toolkit" = super.buildPythonPackage {
1308 "prompt-toolkit" = super.buildPythonPackage {
1309 name = "prompt-toolkit-1.0.18";
1309 name = "prompt-toolkit-1.0.18";
1310 doCheck = false;
1310 doCheck = false;
1311 propagatedBuildInputs = [
1311 propagatedBuildInputs = [
1312 self."six"
1312 self."six"
1313 self."wcwidth"
1313 self."wcwidth"
1314 ];
1314 ];
1315 src = fetchurl {
1315 src = fetchurl {
1316 url = "https://files.pythonhosted.org/packages/c5/64/c170e5b1913b540bf0c8ab7676b21fdd1d25b65ddeb10025c6ca43cccd4c/prompt_toolkit-1.0.18.tar.gz";
1316 url = "https://files.pythonhosted.org/packages/c5/64/c170e5b1913b540bf0c8ab7676b21fdd1d25b65ddeb10025c6ca43cccd4c/prompt_toolkit-1.0.18.tar.gz";
1317 sha256 = "09h1153wgr5x2ny7ds0w2m81n3bb9j8hjb8sjfnrg506r01clkyx";
1317 sha256 = "09h1153wgr5x2ny7ds0w2m81n3bb9j8hjb8sjfnrg506r01clkyx";
1318 };
1318 };
1319 meta = {
1319 meta = {
1320 license = [ pkgs.lib.licenses.bsdOriginal ];
1320 license = [ pkgs.lib.licenses.bsdOriginal ];
1321 };
1321 };
1322 };
1322 };
1323 "psutil" = super.buildPythonPackage {
1323 "psutil" = super.buildPythonPackage {
1324 name = "psutil-5.7.0";
1324 name = "psutil-5.7.0";
1325 doCheck = false;
1325 doCheck = false;
1326 src = fetchurl {
1326 src = fetchurl {
1327 url = "https://files.pythonhosted.org/packages/c4/b8/3512f0e93e0db23a71d82485ba256071ebef99b227351f0f5540f744af41/psutil-5.7.0.tar.gz";
1327 url = "https://files.pythonhosted.org/packages/c4/b8/3512f0e93e0db23a71d82485ba256071ebef99b227351f0f5540f744af41/psutil-5.7.0.tar.gz";
1328 sha256 = "03jykdi3dgf1cdal9bv4fq9zjvzj9l9bs99gi5ar81sdl5nc2pk8";
1328 sha256 = "03jykdi3dgf1cdal9bv4fq9zjvzj9l9bs99gi5ar81sdl5nc2pk8";
1329 };
1329 };
1330 meta = {
1330 meta = {
1331 license = [ pkgs.lib.licenses.bsdOriginal ];
1331 license = [ pkgs.lib.licenses.bsdOriginal ];
1332 };
1332 };
1333 };
1333 };
1334 "psycopg2" = super.buildPythonPackage {
1334 "psycopg2" = super.buildPythonPackage {
1335 name = "psycopg2-2.8.4";
1335 name = "psycopg2-2.8.4";
1336 doCheck = false;
1336 doCheck = false;
1337 src = fetchurl {
1337 src = fetchurl {
1338 url = "https://files.pythonhosted.org/packages/84/d7/6a93c99b5ba4d4d22daa3928b983cec66df4536ca50b22ce5dcac65e4e71/psycopg2-2.8.4.tar.gz";
1338 url = "https://files.pythonhosted.org/packages/84/d7/6a93c99b5ba4d4d22daa3928b983cec66df4536ca50b22ce5dcac65e4e71/psycopg2-2.8.4.tar.gz";
1339 sha256 = "1djvh98pi4hjd8rxbq8qzc63bg8v78k33yg6pl99wak61b6fb67q";
1339 sha256 = "1djvh98pi4hjd8rxbq8qzc63bg8v78k33yg6pl99wak61b6fb67q";
1340 };
1340 };
1341 meta = {
1341 meta = {
1342 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1342 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1343 };
1343 };
1344 };
1344 };
1345 "ptyprocess" = super.buildPythonPackage {
1345 "ptyprocess" = super.buildPythonPackage {
1346 name = "ptyprocess-0.6.0";
1346 name = "ptyprocess-0.6.0";
1347 doCheck = false;
1347 doCheck = false;
1348 src = fetchurl {
1348 src = fetchurl {
1349 url = "https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/ptyprocess-0.6.0.tar.gz";
1349 url = "https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/ptyprocess-0.6.0.tar.gz";
1350 sha256 = "1h4lcd3w5nrxnsk436ar7fwkiy5rfn5wj2xwy9l0r4mdqnf2jgwj";
1350 sha256 = "1h4lcd3w5nrxnsk436ar7fwkiy5rfn5wj2xwy9l0r4mdqnf2jgwj";
1351 };
1351 };
1352 meta = {
1352 meta = {
1353 license = [ ];
1353 license = [ ];
1354 };
1354 };
1355 };
1355 };
1356 "py" = super.buildPythonPackage {
1356 "py" = super.buildPythonPackage {
1357 name = "py-1.8.0";
1357 name = "py-1.8.0";
1358 doCheck = false;
1358 doCheck = false;
1359 src = fetchurl {
1359 src = fetchurl {
1360 url = "https://files.pythonhosted.org/packages/f1/5a/87ca5909f400a2de1561f1648883af74345fe96349f34f737cdfc94eba8c/py-1.8.0.tar.gz";
1360 url = "https://files.pythonhosted.org/packages/f1/5a/87ca5909f400a2de1561f1648883af74345fe96349f34f737cdfc94eba8c/py-1.8.0.tar.gz";
1361 sha256 = "0lsy1gajva083pzc7csj1cvbmminb7b4l6a0prdzyb3fd829nqyw";
1361 sha256 = "0lsy1gajva083pzc7csj1cvbmminb7b4l6a0prdzyb3fd829nqyw";
1362 };
1362 };
1363 meta = {
1363 meta = {
1364 license = [ pkgs.lib.licenses.mit ];
1364 license = [ pkgs.lib.licenses.mit ];
1365 };
1365 };
1366 };
1366 };
1367 "py-bcrypt" = super.buildPythonPackage {
1367 "py-bcrypt" = super.buildPythonPackage {
1368 name = "py-bcrypt-0.4";
1368 name = "py-bcrypt-0.4";
1369 doCheck = false;
1369 doCheck = false;
1370 src = fetchurl {
1370 src = fetchurl {
1371 url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
1371 url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
1372 sha256 = "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az";
1372 sha256 = "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az";
1373 };
1373 };
1374 meta = {
1374 meta = {
1375 license = [ pkgs.lib.licenses.bsdOriginal ];
1375 license = [ pkgs.lib.licenses.bsdOriginal ];
1376 };
1376 };
1377 };
1377 };
1378 "py-gfm" = super.buildPythonPackage {
1378 "py-gfm" = super.buildPythonPackage {
1379 name = "py-gfm-0.1.4";
1379 name = "py-gfm-0.1.4";
1380 doCheck = false;
1380 doCheck = false;
1381 propagatedBuildInputs = [
1381 propagatedBuildInputs = [
1382 self."setuptools"
1382 self."setuptools"
1383 self."markdown"
1383 self."markdown"
1384 ];
1384 ];
1385 src = fetchurl {
1385 src = fetchurl {
1386 url = "https://files.pythonhosted.org/packages/06/ee/004a03a1d92bb386dae44f6dd087db541bc5093374f1637d4d4ae5596cc2/py-gfm-0.1.4.tar.gz";
1386 url = "https://files.pythonhosted.org/packages/06/ee/004a03a1d92bb386dae44f6dd087db541bc5093374f1637d4d4ae5596cc2/py-gfm-0.1.4.tar.gz";
1387 sha256 = "0zip06g2isivx8fzgqd4n9qzsa22c25jas1rsb7m2rnjg72m0rzg";
1387 sha256 = "0zip06g2isivx8fzgqd4n9qzsa22c25jas1rsb7m2rnjg72m0rzg";
1388 };
1388 };
1389 meta = {
1389 meta = {
1390 license = [ pkgs.lib.licenses.bsdOriginal ];
1390 license = [ pkgs.lib.licenses.bsdOriginal ];
1391 };
1391 };
1392 };
1392 };
1393 "pyasn1" = super.buildPythonPackage {
1393 "pyasn1" = super.buildPythonPackage {
1394 name = "pyasn1-0.4.8";
1394 name = "pyasn1-0.4.8";
1395 doCheck = false;
1395 doCheck = false;
1396 src = fetchurl {
1396 src = fetchurl {
1397 url = "https://files.pythonhosted.org/packages/a4/db/fffec68299e6d7bad3d504147f9094830b704527a7fc098b721d38cc7fa7/pyasn1-0.4.8.tar.gz";
1397 url = "https://files.pythonhosted.org/packages/a4/db/fffec68299e6d7bad3d504147f9094830b704527a7fc098b721d38cc7fa7/pyasn1-0.4.8.tar.gz";
1398 sha256 = "1fnhbi3rmk47l9851gbik0flfr64vs5j0hbqx24cafjap6gprxxf";
1398 sha256 = "1fnhbi3rmk47l9851gbik0flfr64vs5j0hbqx24cafjap6gprxxf";
1399 };
1399 };
1400 meta = {
1400 meta = {
1401 license = [ pkgs.lib.licenses.bsdOriginal ];
1401 license = [ pkgs.lib.licenses.bsdOriginal ];
1402 };
1402 };
1403 };
1403 };
1404 "pyasn1-modules" = super.buildPythonPackage {
1404 "pyasn1-modules" = super.buildPythonPackage {
1405 name = "pyasn1-modules-0.2.6";
1405 name = "pyasn1-modules-0.2.6";
1406 doCheck = false;
1406 doCheck = false;
1407 propagatedBuildInputs = [
1407 propagatedBuildInputs = [
1408 self."pyasn1"
1408 self."pyasn1"
1409 ];
1409 ];
1410 src = fetchurl {
1410 src = fetchurl {
1411 url = "https://files.pythonhosted.org/packages/f1/a9/a1ef72a0e43feff643cf0130a08123dea76205e7a0dda37e3efb5f054a31/pyasn1-modules-0.2.6.tar.gz";
1411 url = "https://files.pythonhosted.org/packages/f1/a9/a1ef72a0e43feff643cf0130a08123dea76205e7a0dda37e3efb5f054a31/pyasn1-modules-0.2.6.tar.gz";
1412 sha256 = "08hph9j1r018drnrny29l7dl2q0cin78csswrhwrh8jmq61pmha3";
1412 sha256 = "08hph9j1r018drnrny29l7dl2q0cin78csswrhwrh8jmq61pmha3";
1413 };
1413 };
1414 meta = {
1414 meta = {
1415 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
1415 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
1416 };
1416 };
1417 };
1417 };
1418 "pycparser" = super.buildPythonPackage {
1418 "pycparser" = super.buildPythonPackage {
1419 name = "pycparser-2.20";
1419 name = "pycparser-2.20";
1420 doCheck = false;
1420 doCheck = false;
1421 src = fetchurl {
1421 src = fetchurl {
1422 url = "https://files.pythonhosted.org/packages/0f/86/e19659527668d70be91d0369aeaa055b4eb396b0f387a4f92293a20035bd/pycparser-2.20.tar.gz";
1422 url = "https://files.pythonhosted.org/packages/0f/86/e19659527668d70be91d0369aeaa055b4eb396b0f387a4f92293a20035bd/pycparser-2.20.tar.gz";
1423 sha256 = "1w0m3xvlrzq4lkbvd1ngfm8mdw64r1yxy6n7djlw6qj5d0km6ird";
1423 sha256 = "1w0m3xvlrzq4lkbvd1ngfm8mdw64r1yxy6n7djlw6qj5d0km6ird";
1424 };
1424 };
1425 meta = {
1425 meta = {
1426 license = [ pkgs.lib.licenses.bsdOriginal ];
1426 license = [ pkgs.lib.licenses.bsdOriginal ];
1427 };
1427 };
1428 };
1428 };
1429 "pycrypto" = super.buildPythonPackage {
1429 "pycrypto" = super.buildPythonPackage {
1430 name = "pycrypto-2.6.1";
1430 name = "pycrypto-2.6.1";
1431 doCheck = false;
1431 doCheck = false;
1432 src = fetchurl {
1432 src = fetchurl {
1433 url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
1433 url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
1434 sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
1434 sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
1435 };
1435 };
1436 meta = {
1436 meta = {
1437 license = [ pkgs.lib.licenses.publicDomain ];
1437 license = [ pkgs.lib.licenses.publicDomain ];
1438 };
1438 };
1439 };
1439 };
1440 "pycurl" = super.buildPythonPackage {
1440 "pycurl" = super.buildPythonPackage {
1441 name = "pycurl-7.43.0.3";
1441 name = "pycurl-7.43.0.3";
1442 doCheck = false;
1442 doCheck = false;
1443 src = fetchurl {
1443 src = fetchurl {
1444 url = "https://files.pythonhosted.org/packages/ac/b3/0f3979633b7890bab6098d84c84467030b807a1e2b31f5d30103af5a71ca/pycurl-7.43.0.3.tar.gz";
1444 url = "https://files.pythonhosted.org/packages/ac/b3/0f3979633b7890bab6098d84c84467030b807a1e2b31f5d30103af5a71ca/pycurl-7.43.0.3.tar.gz";
1445 sha256 = "13nsvqhvnmnvfk75s8iynqsgszyv06cjp4drd3psi7zpbh63623g";
1445 sha256 = "13nsvqhvnmnvfk75s8iynqsgszyv06cjp4drd3psi7zpbh63623g";
1446 };
1446 };
1447 meta = {
1447 meta = {
1448 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1448 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1449 };
1449 };
1450 };
1450 };
1451 "pygments" = super.buildPythonPackage {
1451 "pygments" = super.buildPythonPackage {
1452 name = "pygments-2.4.2";
1452 name = "pygments-2.4.2";
1453 doCheck = false;
1453 doCheck = false;
1454 src = fetchurl {
1454 src = fetchurl {
1455 url = "https://files.pythonhosted.org/packages/7e/ae/26808275fc76bf2832deb10d3a3ed3107bc4de01b85dcccbe525f2cd6d1e/Pygments-2.4.2.tar.gz";
1455 url = "https://files.pythonhosted.org/packages/7e/ae/26808275fc76bf2832deb10d3a3ed3107bc4de01b85dcccbe525f2cd6d1e/Pygments-2.4.2.tar.gz";
1456 sha256 = "15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748";
1456 sha256 = "15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748";
1457 };
1457 };
1458 meta = {
1458 meta = {
1459 license = [ pkgs.lib.licenses.bsdOriginal ];
1459 license = [ pkgs.lib.licenses.bsdOriginal ];
1460 };
1460 };
1461 };
1461 };
1462 "pymysql" = super.buildPythonPackage {
1462 "pymysql" = super.buildPythonPackage {
1463 name = "pymysql-0.8.1";
1463 name = "pymysql-0.8.1";
1464 doCheck = false;
1464 doCheck = false;
1465 src = fetchurl {
1465 src = fetchurl {
1466 url = "https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz";
1466 url = "https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz";
1467 sha256 = "0a96crz55bw4h6myh833skrli7b0ck89m3x673y2z2ryy7zrpq9l";
1467 sha256 = "0a96crz55bw4h6myh833skrli7b0ck89m3x673y2z2ryy7zrpq9l";
1468 };
1468 };
1469 meta = {
1469 meta = {
1470 license = [ pkgs.lib.licenses.mit ];
1470 license = [ pkgs.lib.licenses.mit ];
1471 };
1471 };
1472 };
1472 };
1473 "pyotp" = super.buildPythonPackage {
1473 "pyotp" = super.buildPythonPackage {
1474 name = "pyotp-2.3.0";
1474 name = "pyotp-2.3.0";
1475 doCheck = false;
1475 doCheck = false;
1476 src = fetchurl {
1476 src = fetchurl {
1477 url = "https://files.pythonhosted.org/packages/f7/15/395c4945ea6bc37e8811280bb675615cb4c2b2c1cd70bdc43329da91a386/pyotp-2.3.0.tar.gz";
1477 url = "https://files.pythonhosted.org/packages/f7/15/395c4945ea6bc37e8811280bb675615cb4c2b2c1cd70bdc43329da91a386/pyotp-2.3.0.tar.gz";
1478 sha256 = "18d13ikra1iq0xyfqfm72zhgwxi2qi9ps6z1a6zmqp4qrn57wlzw";
1478 sha256 = "18d13ikra1iq0xyfqfm72zhgwxi2qi9ps6z1a6zmqp4qrn57wlzw";
1479 };
1479 };
1480 meta = {
1480 meta = {
1481 license = [ pkgs.lib.licenses.mit ];
1481 license = [ pkgs.lib.licenses.mit ];
1482 };
1482 };
1483 };
1483 };
1484 "pyparsing" = super.buildPythonPackage {
1484 "pyparsing" = super.buildPythonPackage {
1485 name = "pyparsing-2.4.7";
1485 name = "pyparsing-2.4.7";
1486 doCheck = false;
1486 doCheck = false;
1487 src = fetchurl {
1487 src = fetchurl {
1488 url = "https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz";
1488 url = "https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz";
1489 sha256 = "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2";
1489 sha256 = "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2";
1490 };
1490 };
1491 meta = {
1491 meta = {
1492 license = [ pkgs.lib.licenses.mit ];
1492 license = [ pkgs.lib.licenses.mit ];
1493 };
1493 };
1494 };
1494 };
1495 "pyramid" = super.buildPythonPackage {
1495 "pyramid" = super.buildPythonPackage {
1496 name = "pyramid-1.10.4";
1496 name = "pyramid-1.10.4";
1497 doCheck = false;
1497 doCheck = false;
1498 propagatedBuildInputs = [
1498 propagatedBuildInputs = [
1499 self."hupper"
1499 self."hupper"
1500 self."plaster"
1500 self."plaster"
1501 self."plaster-pastedeploy"
1501 self."plaster-pastedeploy"
1502 self."setuptools"
1502 self."setuptools"
1503 self."translationstring"
1503 self."translationstring"
1504 self."venusian"
1504 self."venusian"
1505 self."webob"
1505 self."webob"
1506 self."zope.deprecation"
1506 self."zope.deprecation"
1507 self."zope.interface"
1507 self."zope.interface"
1508 self."repoze.lru"
1508 self."repoze.lru"
1509 ];
1509 ];
1510 src = fetchurl {
1510 src = fetchurl {
1511 url = "https://files.pythonhosted.org/packages/c2/43/1ae701c9c6bb3a434358e678a5e72c96e8aa55cf4cb1d2fa2041b5dd38b7/pyramid-1.10.4.tar.gz";
1511 url = "https://files.pythonhosted.org/packages/c2/43/1ae701c9c6bb3a434358e678a5e72c96e8aa55cf4cb1d2fa2041b5dd38b7/pyramid-1.10.4.tar.gz";
1512 sha256 = "0rkxs1ajycg2zh1c94xlmls56mx5m161sn8112skj0amza6cn36q";
1512 sha256 = "0rkxs1ajycg2zh1c94xlmls56mx5m161sn8112skj0amza6cn36q";
1513 };
1513 };
1514 meta = {
1514 meta = {
1515 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1515 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1516 };
1516 };
1517 };
1517 };
1518 "pyramid-debugtoolbar" = super.buildPythonPackage {
1518 "pyramid-debugtoolbar" = super.buildPythonPackage {
1519 name = "pyramid-debugtoolbar-4.6.1";
1519 name = "pyramid-debugtoolbar-4.6.1";
1520 doCheck = false;
1520 doCheck = false;
1521 propagatedBuildInputs = [
1521 propagatedBuildInputs = [
1522 self."pyramid"
1522 self."pyramid"
1523 self."pyramid-mako"
1523 self."pyramid-mako"
1524 self."repoze.lru"
1524 self."repoze.lru"
1525 self."pygments"
1525 self."pygments"
1526 self."ipaddress"
1526 self."ipaddress"
1527 ];
1527 ];
1528 src = fetchurl {
1528 src = fetchurl {
1529 url = "https://files.pythonhosted.org/packages/99/f6/b8603f82c18275be293921bc3a2184205056ca505747bf64ab8a0c08e124/pyramid_debugtoolbar-4.6.1.tar.gz";
1529 url = "https://files.pythonhosted.org/packages/99/f6/b8603f82c18275be293921bc3a2184205056ca505747bf64ab8a0c08e124/pyramid_debugtoolbar-4.6.1.tar.gz";
1530 sha256 = "185z7q8n959ga5331iczwra2iljwkidfx4qn6bbd7vm3rm4w6llv";
1530 sha256 = "185z7q8n959ga5331iczwra2iljwkidfx4qn6bbd7vm3rm4w6llv";
1531 };
1531 };
1532 meta = {
1532 meta = {
1533 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1533 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1534 };
1534 };
1535 };
1535 };
1536 "pyramid-jinja2" = super.buildPythonPackage {
1536 "pyramid-jinja2" = super.buildPythonPackage {
1537 name = "pyramid-jinja2-2.7";
1537 name = "pyramid-jinja2-2.7";
1538 doCheck = false;
1538 doCheck = false;
1539 propagatedBuildInputs = [
1539 propagatedBuildInputs = [
1540 self."pyramid"
1540 self."pyramid"
1541 self."zope.deprecation"
1541 self."zope.deprecation"
1542 self."jinja2"
1542 self."jinja2"
1543 self."markupsafe"
1543 self."markupsafe"
1544 ];
1544 ];
1545 src = fetchurl {
1545 src = fetchurl {
1546 url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz";
1546 url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz";
1547 sha256 = "1sz5s0pp5jqhf4w22w9527yz8hgdi4mhr6apd6vw1gm5clghh8aw";
1547 sha256 = "1sz5s0pp5jqhf4w22w9527yz8hgdi4mhr6apd6vw1gm5clghh8aw";
1548 };
1548 };
1549 meta = {
1549 meta = {
1550 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1550 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1551 };
1551 };
1552 };
1552 };
1553 "pyramid-apispec" = super.buildPythonPackage {
1553 "pyramid-apispec" = super.buildPythonPackage {
1554 name = "pyramid-apispec-0.3.2";
1554 name = "pyramid-apispec-0.3.2";
1555 doCheck = false;
1555 doCheck = false;
1556 propagatedBuildInputs = [
1556 propagatedBuildInputs = [
1557 self."apispec"
1557 self."apispec"
1558 ];
1558 ];
1559 src = fetchurl {
1559 src = fetchurl {
1560 url = "https://files.pythonhosted.org/packages/2a/30/1dea5d81ea635449572ba60ec3148310d75ae4530c3c695f54b0991bb8c7/pyramid_apispec-0.3.2.tar.gz";
1560 url = "https://files.pythonhosted.org/packages/2a/30/1dea5d81ea635449572ba60ec3148310d75ae4530c3c695f54b0991bb8c7/pyramid_apispec-0.3.2.tar.gz";
1561 sha256 = "0ffrcqp9dkykivhfcq0v9lgy6w0qhwl6x78925vfjmayly9r8da0";
1561 sha256 = "0ffrcqp9dkykivhfcq0v9lgy6w0qhwl6x78925vfjmayly9r8da0";
1562 };
1562 };
1563 meta = {
1563 meta = {
1564 license = [ pkgs.lib.licenses.bsdOriginal ];
1564 license = [ pkgs.lib.licenses.bsdOriginal ];
1565 };
1565 };
1566 };
1566 };
1567 "pyramid-mailer" = super.buildPythonPackage {
1567 "pyramid-mailer" = super.buildPythonPackage {
1568 name = "pyramid-mailer-0.15.1";
1568 name = "pyramid-mailer-0.15.1";
1569 doCheck = false;
1569 doCheck = false;
1570 propagatedBuildInputs = [
1570 propagatedBuildInputs = [
1571 self."pyramid"
1571 self."pyramid"
1572 self."repoze.sendmail"
1572 self."repoze.sendmail"
1573 self."transaction"
1573 self."transaction"
1574 ];
1574 ];
1575 src = fetchurl {
1575 src = fetchurl {
1576 url = "https://files.pythonhosted.org/packages/a0/f2/6febf5459dff4d7e653314d575469ad2e11b9d2af2c3606360e1c67202f2/pyramid_mailer-0.15.1.tar.gz";
1576 url = "https://files.pythonhosted.org/packages/a0/f2/6febf5459dff4d7e653314d575469ad2e11b9d2af2c3606360e1c67202f2/pyramid_mailer-0.15.1.tar.gz";
1577 sha256 = "16vg8jb203jgb7b0hd6wllfqvp542qh2ry1gjai2m6qpv5agy2pc";
1577 sha256 = "16vg8jb203jgb7b0hd6wllfqvp542qh2ry1gjai2m6qpv5agy2pc";
1578 };
1578 };
1579 meta = {
1579 meta = {
1580 license = [ pkgs.lib.licenses.bsdOriginal ];
1580 license = [ pkgs.lib.licenses.bsdOriginal ];
1581 };
1581 };
1582 };
1582 };
1583 "pyramid-mako" = super.buildPythonPackage {
1583 "pyramid-mako" = super.buildPythonPackage {
1584 name = "pyramid-mako-1.1.0";
1584 name = "pyramid-mako-1.1.0";
1585 doCheck = false;
1585 doCheck = false;
1586 propagatedBuildInputs = [
1586 propagatedBuildInputs = [
1587 self."pyramid"
1587 self."pyramid"
1588 self."mako"
1588 self."mako"
1589 ];
1589 ];
1590 src = fetchurl {
1590 src = fetchurl {
1591 url = "https://files.pythonhosted.org/packages/63/7b/5e2af68f675071a6bad148c1c393928f0ef5fcd94e95cbf53b89d6471a83/pyramid_mako-1.1.0.tar.gz";
1591 url = "https://files.pythonhosted.org/packages/63/7b/5e2af68f675071a6bad148c1c393928f0ef5fcd94e95cbf53b89d6471a83/pyramid_mako-1.1.0.tar.gz";
1592 sha256 = "1qj0m091mnii86j2q1d82yir22nha361rvhclvg3s70z8iiwhrh0";
1592 sha256 = "1qj0m091mnii86j2q1d82yir22nha361rvhclvg3s70z8iiwhrh0";
1593 };
1593 };
1594 meta = {
1594 meta = {
1595 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1595 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1596 };
1596 };
1597 };
1597 };
1598 "pysqlite" = super.buildPythonPackage {
1598 "pysqlite" = super.buildPythonPackage {
1599 name = "pysqlite-2.8.3";
1599 name = "pysqlite-2.8.3";
1600 doCheck = false;
1600 doCheck = false;
1601 src = fetchurl {
1601 src = fetchurl {
1602 url = "https://files.pythonhosted.org/packages/42/02/981b6703e3c83c5b25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz";
1602 url = "https://files.pythonhosted.org/packages/42/02/981b6703e3c83c5b25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz";
1603 sha256 = "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp";
1603 sha256 = "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp";
1604 };
1604 };
1605 meta = {
1605 meta = {
1606 license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
1606 license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
1607 };
1607 };
1608 };
1608 };
1609 "pytest" = super.buildPythonPackage {
1609 "pytest" = super.buildPythonPackage {
1610 name = "pytest-4.6.5";
1610 name = "pytest-4.6.5";
1611 doCheck = false;
1611 doCheck = false;
1612 propagatedBuildInputs = [
1612 propagatedBuildInputs = [
1613 self."py"
1613 self."py"
1614 self."six"
1614 self."six"
1615 self."packaging"
1615 self."packaging"
1616 self."attrs"
1616 self."attrs"
1617 self."atomicwrites"
1617 self."atomicwrites"
1618 self."pluggy"
1618 self."pluggy"
1619 self."importlib-metadata"
1619 self."importlib-metadata"
1620 self."wcwidth"
1620 self."wcwidth"
1621 self."funcsigs"
1621 self."funcsigs"
1622 self."pathlib2"
1622 self."pathlib2"
1623 self."more-itertools"
1623 self."more-itertools"
1624 ];
1624 ];
1625 src = fetchurl {
1625 src = fetchurl {
1626 url = "https://files.pythonhosted.org/packages/2a/c6/1d1f32f6a5009900521b12e6560fb6b7245b0d4bc3fb771acd63d10e30e1/pytest-4.6.5.tar.gz";
1626 url = "https://files.pythonhosted.org/packages/2a/c6/1d1f32f6a5009900521b12e6560fb6b7245b0d4bc3fb771acd63d10e30e1/pytest-4.6.5.tar.gz";
1627 sha256 = "0iykwwfp4h181nd7rsihh2120b0rkawlw7rvbl19sgfspncr3hwg";
1627 sha256 = "0iykwwfp4h181nd7rsihh2120b0rkawlw7rvbl19sgfspncr3hwg";
1628 };
1628 };
1629 meta = {
1629 meta = {
1630 license = [ pkgs.lib.licenses.mit ];
1630 license = [ pkgs.lib.licenses.mit ];
1631 };
1631 };
1632 };
1632 };
1633 "pytest-cov" = super.buildPythonPackage {
1633 "pytest-cov" = super.buildPythonPackage {
1634 name = "pytest-cov-2.7.1";
1634 name = "pytest-cov-2.7.1";
1635 doCheck = false;
1635 doCheck = false;
1636 propagatedBuildInputs = [
1636 propagatedBuildInputs = [
1637 self."pytest"
1637 self."pytest"
1638 self."coverage"
1638 self."coverage"
1639 ];
1639 ];
1640 src = fetchurl {
1640 src = fetchurl {
1641 url = "https://files.pythonhosted.org/packages/bb/0f/3db7ff86801883b21d5353b258c994b1b8e2abbc804e2273b8d0fd19004b/pytest-cov-2.7.1.tar.gz";
1641 url = "https://files.pythonhosted.org/packages/bb/0f/3db7ff86801883b21d5353b258c994b1b8e2abbc804e2273b8d0fd19004b/pytest-cov-2.7.1.tar.gz";
1642 sha256 = "0filvmmyqm715azsl09ql8hy2x7h286n6d8z5x42a1wpvvys83p0";
1642 sha256 = "0filvmmyqm715azsl09ql8hy2x7h286n6d8z5x42a1wpvvys83p0";
1643 };
1643 };
1644 meta = {
1644 meta = {
1645 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
1645 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
1646 };
1646 };
1647 };
1647 };
1648 "pytest-profiling" = super.buildPythonPackage {
1648 "pytest-profiling" = super.buildPythonPackage {
1649 name = "pytest-profiling-1.7.0";
1649 name = "pytest-profiling-1.7.0";
1650 doCheck = false;
1650 doCheck = false;
1651 propagatedBuildInputs = [
1651 propagatedBuildInputs = [
1652 self."six"
1652 self."six"
1653 self."pytest"
1653 self."pytest"
1654 self."gprof2dot"
1654 self."gprof2dot"
1655 ];
1655 ];
1656 src = fetchurl {
1656 src = fetchurl {
1657 url = "https://files.pythonhosted.org/packages/39/70/22a4b33739f07f1732a63e33bbfbf68e0fa58cfba9d200e76d01921eddbf/pytest-profiling-1.7.0.tar.gz";
1657 url = "https://files.pythonhosted.org/packages/39/70/22a4b33739f07f1732a63e33bbfbf68e0fa58cfba9d200e76d01921eddbf/pytest-profiling-1.7.0.tar.gz";
1658 sha256 = "0abz9gi26jpcfdzgsvwad91555lpgdc8kbymicmms8k2fqa8z4wk";
1658 sha256 = "0abz9gi26jpcfdzgsvwad91555lpgdc8kbymicmms8k2fqa8z4wk";
1659 };
1659 };
1660 meta = {
1660 meta = {
1661 license = [ pkgs.lib.licenses.mit ];
1661 license = [ pkgs.lib.licenses.mit ];
1662 };
1662 };
1663 };
1663 };
1664 "pytest-runner" = super.buildPythonPackage {
1664 "pytest-runner" = super.buildPythonPackage {
1665 name = "pytest-runner-5.1";
1665 name = "pytest-runner-5.1";
1666 doCheck = false;
1666 doCheck = false;
1667 src = fetchurl {
1667 src = fetchurl {
1668 url = "https://files.pythonhosted.org/packages/d9/6d/4b41a74b31720e25abd4799be72d54811da4b4d0233e38b75864dcc1f7ad/pytest-runner-5.1.tar.gz";
1668 url = "https://files.pythonhosted.org/packages/d9/6d/4b41a74b31720e25abd4799be72d54811da4b4d0233e38b75864dcc1f7ad/pytest-runner-5.1.tar.gz";
1669 sha256 = "0ykfcnpp8c22winj63qzc07l5axwlc9ikl8vn05sc32gv3417815";
1669 sha256 = "0ykfcnpp8c22winj63qzc07l5axwlc9ikl8vn05sc32gv3417815";
1670 };
1670 };
1671 meta = {
1671 meta = {
1672 license = [ pkgs.lib.licenses.mit ];
1672 license = [ pkgs.lib.licenses.mit ];
1673 };
1673 };
1674 };
1674 };
1675 "pytest-sugar" = super.buildPythonPackage {
1675 "pytest-sugar" = super.buildPythonPackage {
1676 name = "pytest-sugar-0.9.2";
1676 name = "pytest-sugar-0.9.2";
1677 doCheck = false;
1677 doCheck = false;
1678 propagatedBuildInputs = [
1678 propagatedBuildInputs = [
1679 self."pytest"
1679 self."pytest"
1680 self."termcolor"
1680 self."termcolor"
1681 self."packaging"
1681 self."packaging"
1682 ];
1682 ];
1683 src = fetchurl {
1683 src = fetchurl {
1684 url = "https://files.pythonhosted.org/packages/55/59/f02f78d1c80f7e03e23177f60624c8106d4f23d124c921df103f65692464/pytest-sugar-0.9.2.tar.gz";
1684 url = "https://files.pythonhosted.org/packages/55/59/f02f78d1c80f7e03e23177f60624c8106d4f23d124c921df103f65692464/pytest-sugar-0.9.2.tar.gz";
1685 sha256 = "1asq7yc4g8bx2sn7yy974mhc9ywvaihasjab4inkirdwn9s7mn7w";
1685 sha256 = "1asq7yc4g8bx2sn7yy974mhc9ywvaihasjab4inkirdwn9s7mn7w";
1686 };
1686 };
1687 meta = {
1687 meta = {
1688 license = [ pkgs.lib.licenses.bsdOriginal ];
1688 license = [ pkgs.lib.licenses.bsdOriginal ];
1689 };
1689 };
1690 };
1690 };
1691 "pytest-timeout" = super.buildPythonPackage {
1691 "pytest-timeout" = super.buildPythonPackage {
1692 name = "pytest-timeout-1.3.3";
1692 name = "pytest-timeout-1.3.3";
1693 doCheck = false;
1693 doCheck = false;
1694 propagatedBuildInputs = [
1694 propagatedBuildInputs = [
1695 self."pytest"
1695 self."pytest"
1696 ];
1696 ];
1697 src = fetchurl {
1697 src = fetchurl {
1698 url = "https://files.pythonhosted.org/packages/13/48/7a166eaa29c1dca6cc253e3ba5773ff2e4aa4f567c1ea3905808e95ac5c1/pytest-timeout-1.3.3.tar.gz";
1698 url = "https://files.pythonhosted.org/packages/13/48/7a166eaa29c1dca6cc253e3ba5773ff2e4aa4f567c1ea3905808e95ac5c1/pytest-timeout-1.3.3.tar.gz";
1699 sha256 = "1cczcjhw4xx5sjkhxlhc5c1bkr7x6fcyx12wrnvwfckshdvblc2a";
1699 sha256 = "1cczcjhw4xx5sjkhxlhc5c1bkr7x6fcyx12wrnvwfckshdvblc2a";
1700 };
1700 };
1701 meta = {
1701 meta = {
1702 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1702 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1703 };
1703 };
1704 };
1704 };
1705 "python-dateutil" = super.buildPythonPackage {
1705 "python-dateutil" = super.buildPythonPackage {
1706 name = "python-dateutil-2.8.1";
1706 name = "python-dateutil-2.8.1";
1707 doCheck = false;
1707 doCheck = false;
1708 propagatedBuildInputs = [
1708 propagatedBuildInputs = [
1709 self."six"
1709 self."six"
1710 ];
1710 ];
1711 src = fetchurl {
1711 src = fetchurl {
1712 url = "https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz";
1712 url = "https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz";
1713 sha256 = "0g42w7k5007iv9dam6gnja2ry8ydwirh99mgdll35s12pyfzxsvk";
1713 sha256 = "0g42w7k5007iv9dam6gnja2ry8ydwirh99mgdll35s12pyfzxsvk";
1714 };
1714 };
1715 meta = {
1715 meta = {
1716 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];
1716 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];
1717 };
1717 };
1718 };
1718 };
1719 "python-editor" = super.buildPythonPackage {
1719 "python-editor" = super.buildPythonPackage {
1720 name = "python-editor-1.0.4";
1720 name = "python-editor-1.0.4";
1721 doCheck = false;
1721 doCheck = false;
1722 src = fetchurl {
1722 src = fetchurl {
1723 url = "https://files.pythonhosted.org/packages/0a/85/78f4a216d28343a67b7397c99825cff336330893f00601443f7c7b2f2234/python-editor-1.0.4.tar.gz";
1723 url = "https://files.pythonhosted.org/packages/0a/85/78f4a216d28343a67b7397c99825cff336330893f00601443f7c7b2f2234/python-editor-1.0.4.tar.gz";
1724 sha256 = "0yrjh8w72ivqxi4i7xsg5b1vz15x8fg51xra7c3bgfyxqnyadzai";
1724 sha256 = "0yrjh8w72ivqxi4i7xsg5b1vz15x8fg51xra7c3bgfyxqnyadzai";
1725 };
1725 };
1726 meta = {
1726 meta = {
1727 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
1727 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
1728 };
1728 };
1729 };
1729 };
1730 "python-ldap" = super.buildPythonPackage {
1730 "python-ldap" = super.buildPythonPackage {
1731 name = "python-ldap-3.2.0";
1731 name = "python-ldap-3.2.0";
1732 doCheck = false;
1732 doCheck = false;
1733 propagatedBuildInputs = [
1733 propagatedBuildInputs = [
1734 self."pyasn1"
1734 self."pyasn1"
1735 self."pyasn1-modules"
1735 self."pyasn1-modules"
1736 ];
1736 ];
1737 src = fetchurl {
1737 src = fetchurl {
1738 url = "https://files.pythonhosted.org/packages/ea/93/596f875e003c770447f4b99267820a0c769dd2dc3ae3ed19afe460fcbad0/python-ldap-3.2.0.tar.gz";
1738 url = "https://files.pythonhosted.org/packages/ea/93/596f875e003c770447f4b99267820a0c769dd2dc3ae3ed19afe460fcbad0/python-ldap-3.2.0.tar.gz";
1739 sha256 = "13nvrhp85yr0jyxixcjj012iw8l9wynxxlykm9j3alss6waln73x";
1739 sha256 = "13nvrhp85yr0jyxixcjj012iw8l9wynxxlykm9j3alss6waln73x";
1740 };
1740 };
1741 meta = {
1741 meta = {
1742 license = [ pkgs.lib.licenses.psfl ];
1742 license = [ pkgs.lib.licenses.psfl ];
1743 };
1743 };
1744 };
1744 };
1745 "python-memcached" = super.buildPythonPackage {
1745 "python-memcached" = super.buildPythonPackage {
1746 name = "python-memcached-1.59";
1746 name = "python-memcached-1.59";
1747 doCheck = false;
1747 doCheck = false;
1748 propagatedBuildInputs = [
1748 propagatedBuildInputs = [
1749 self."six"
1749 self."six"
1750 ];
1750 ];
1751 src = fetchurl {
1751 src = fetchurl {
1752 url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz";
1752 url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz";
1753 sha256 = "0kvyapavbirk2x3n1jx4yb9nyigrj1s3x15nm3qhpvhkpqvqdqm2";
1753 sha256 = "0kvyapavbirk2x3n1jx4yb9nyigrj1s3x15nm3qhpvhkpqvqdqm2";
1754 };
1754 };
1755 meta = {
1755 meta = {
1756 license = [ pkgs.lib.licenses.psfl ];
1756 license = [ pkgs.lib.licenses.psfl ];
1757 };
1757 };
1758 };
1758 };
1759 "python-pam" = super.buildPythonPackage {
1759 "python-pam" = super.buildPythonPackage {
1760 name = "python-pam-1.8.4";
1760 name = "python-pam-1.8.4";
1761 doCheck = false;
1761 doCheck = false;
1762 src = fetchurl {
1762 src = fetchurl {
1763 url = "https://files.pythonhosted.org/packages/01/16/544d01cae9f28e0292dbd092b6b8b0bf222b528f362ee768a5bed2140111/python-pam-1.8.4.tar.gz";
1763 url = "https://files.pythonhosted.org/packages/01/16/544d01cae9f28e0292dbd092b6b8b0bf222b528f362ee768a5bed2140111/python-pam-1.8.4.tar.gz";
1764 sha256 = "16whhc0vr7gxsbzvsnq65nq8fs3wwmx755cavm8kkczdkz4djmn8";
1764 sha256 = "16whhc0vr7gxsbzvsnq65nq8fs3wwmx755cavm8kkczdkz4djmn8";
1765 };
1765 };
1766 meta = {
1766 meta = {
1767 license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
1767 license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
1768 };
1768 };
1769 };
1769 };
1770 "python-saml" = super.buildPythonPackage {
1770 "python-saml" = super.buildPythonPackage {
1771 name = "python-saml-2.4.2";
1771 name = "python-saml-2.4.2";
1772 doCheck = false;
1772 doCheck = false;
1773 propagatedBuildInputs = [
1773 propagatedBuildInputs = [
1774 self."dm.xmlsec.binding"
1774 self."dm.xmlsec.binding"
1775 self."isodate"
1775 self."isodate"
1776 self."defusedxml"
1776 self."defusedxml"
1777 ];
1777 ];
1778 src = fetchurl {
1778 src = fetchurl {
1779 url = "https://files.pythonhosted.org/packages/79/a8/a6611017e0883102fd5e2b73c9d90691b8134e38247c04ee1531d3dc647c/python-saml-2.4.2.tar.gz";
1779 url = "https://files.pythonhosted.org/packages/79/a8/a6611017e0883102fd5e2b73c9d90691b8134e38247c04ee1531d3dc647c/python-saml-2.4.2.tar.gz";
1780 sha256 = "0dls4hwvf13yg7x5yfjrghbywg8g38vn5vr0rsf70hli3ydbfm43";
1780 sha256 = "0dls4hwvf13yg7x5yfjrghbywg8g38vn5vr0rsf70hli3ydbfm43";
1781 };
1781 };
1782 meta = {
1782 meta = {
1783 license = [ pkgs.lib.licenses.mit ];
1783 license = [ pkgs.lib.licenses.mit ];
1784 };
1784 };
1785 };
1785 };
1786 "pytz" = super.buildPythonPackage {
1786 "pytz" = super.buildPythonPackage {
1787 name = "pytz-2019.3";
1787 name = "pytz-2019.3";
1788 doCheck = false;
1788 doCheck = false;
1789 src = fetchurl {
1789 src = fetchurl {
1790 url = "https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz";
1790 url = "https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz";
1791 sha256 = "1ghrk1wg45d3nymj7bf4zj03n3bh64xmczhk4pfi577hdkdhcb5h";
1791 sha256 = "1ghrk1wg45d3nymj7bf4zj03n3bh64xmczhk4pfi577hdkdhcb5h";
1792 };
1792 };
1793 meta = {
1793 meta = {
1794 license = [ pkgs.lib.licenses.mit ];
1794 license = [ pkgs.lib.licenses.mit ];
1795 };
1795 };
1796 };
1796 };
1797 "pyzmq" = super.buildPythonPackage {
1797 "pyzmq" = super.buildPythonPackage {
1798 name = "pyzmq-14.6.0";
1798 name = "pyzmq-14.6.0";
1799 doCheck = false;
1799 doCheck = false;
1800 src = fetchurl {
1800 src = fetchurl {
1801 url = "https://files.pythonhosted.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
1801 url = "https://files.pythonhosted.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
1802 sha256 = "1frmbjykvhmdg64g7sn20c9fpamrsfxwci1nhhg8q7jgz5pq0ikp";
1802 sha256 = "1frmbjykvhmdg64g7sn20c9fpamrsfxwci1nhhg8q7jgz5pq0ikp";
1803 };
1803 };
1804 meta = {
1804 meta = {
1805 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1805 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1806 };
1806 };
1807 };
1807 };
1808 "PyYAML" = super.buildPythonPackage {
1808 "PyYAML" = super.buildPythonPackage {
1809 name = "PyYAML-5.3.1";
1809 name = "PyYAML-5.3.1";
1810 doCheck = false;
1810 doCheck = false;
1811 src = fetchurl {
1811 src = fetchurl {
1812 url = "https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz";
1812 url = "https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz";
1813 sha256 = "0pb4zvkfxfijkpgd1b86xjsqql97ssf1knbd1v53wkg1qm9cgsmq";
1813 sha256 = "0pb4zvkfxfijkpgd1b86xjsqql97ssf1knbd1v53wkg1qm9cgsmq";
1814 };
1814 };
1815 meta = {
1815 meta = {
1816 license = [ pkgs.lib.licenses.mit ];
1816 license = [ pkgs.lib.licenses.mit ];
1817 };
1817 };
1818 };
1818 };
1819 "redis" = super.buildPythonPackage {
1819 "redis" = super.buildPythonPackage {
1820 name = "redis-3.4.1";
1820 name = "redis-3.4.1";
1821 doCheck = false;
1821 doCheck = false;
1822 src = fetchurl {
1822 src = fetchurl {
1823 url = "https://files.pythonhosted.org/packages/ef/2e/2c0f59891db7db087a7eeaa79bc7c7f2c039e71a2b5b0a41391e9d462926/redis-3.4.1.tar.gz";
1823 url = "https://files.pythonhosted.org/packages/ef/2e/2c0f59891db7db087a7eeaa79bc7c7f2c039e71a2b5b0a41391e9d462926/redis-3.4.1.tar.gz";
1824 sha256 = "07yaj0j9fs7xdkg5bg926fa990khyigjbp31si8ai20vj8sv7kqd";
1824 sha256 = "07yaj0j9fs7xdkg5bg926fa990khyigjbp31si8ai20vj8sv7kqd";
1825 };
1825 };
1826 meta = {
1826 meta = {
1827 license = [ pkgs.lib.licenses.mit ];
1827 license = [ pkgs.lib.licenses.mit ];
1828 };
1828 };
1829 };
1829 };
1830 "repoze.lru" = super.buildPythonPackage {
1830 "repoze.lru" = super.buildPythonPackage {
1831 name = "repoze.lru-0.7";
1831 name = "repoze.lru-0.7";
1832 doCheck = false;
1832 doCheck = false;
1833 src = fetchurl {
1833 src = fetchurl {
1834 url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
1834 url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
1835 sha256 = "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84";
1835 sha256 = "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84";
1836 };
1836 };
1837 meta = {
1837 meta = {
1838 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1838 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1839 };
1839 };
1840 };
1840 };
1841 "repoze.sendmail" = super.buildPythonPackage {
1841 "repoze.sendmail" = super.buildPythonPackage {
1842 name = "repoze.sendmail-4.4.1";
1842 name = "repoze.sendmail-4.4.1";
1843 doCheck = false;
1843 doCheck = false;
1844 propagatedBuildInputs = [
1844 propagatedBuildInputs = [
1845 self."setuptools"
1845 self."setuptools"
1846 self."zope.interface"
1846 self."zope.interface"
1847 self."transaction"
1847 self."transaction"
1848 ];
1848 ];
1849 src = fetchurl {
1849 src = fetchurl {
1850 url = "https://files.pythonhosted.org/packages/12/4e/8ef1fd5c42765d712427b9c391419a77bd48877886d2cbc5e9f23c8cad9b/repoze.sendmail-4.4.1.tar.gz";
1850 url = "https://files.pythonhosted.org/packages/12/4e/8ef1fd5c42765d712427b9c391419a77bd48877886d2cbc5e9f23c8cad9b/repoze.sendmail-4.4.1.tar.gz";
1851 sha256 = "096ln02jr2afk7ab9j2czxqv2ryqq7m86ah572nqplx52iws73ks";
1851 sha256 = "096ln02jr2afk7ab9j2czxqv2ryqq7m86ah572nqplx52iws73ks";
1852 };
1852 };
1853 meta = {
1853 meta = {
1854 license = [ pkgs.lib.licenses.zpl21 ];
1854 license = [ pkgs.lib.licenses.zpl21 ];
1855 };
1855 };
1856 };
1856 };
1857 "requests" = super.buildPythonPackage {
1857 "requests" = super.buildPythonPackage {
1858 name = "requests-2.22.0";
1858 name = "requests-2.22.0";
1859 doCheck = false;
1859 doCheck = false;
1860 propagatedBuildInputs = [
1860 propagatedBuildInputs = [
1861 self."chardet"
1861 self."chardet"
1862 self."idna"
1862 self."idna"
1863 self."urllib3"
1863 self."urllib3"
1864 self."certifi"
1864 self."certifi"
1865 ];
1865 ];
1866 src = fetchurl {
1866 src = fetchurl {
1867 url = "https://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608/requests-2.22.0.tar.gz";
1867 url = "https://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608/requests-2.22.0.tar.gz";
1868 sha256 = "1d5ybh11jr5sm7xp6mz8fyc7vrp4syifds91m7sj60xalal0gq0i";
1868 sha256 = "1d5ybh11jr5sm7xp6mz8fyc7vrp4syifds91m7sj60xalal0gq0i";
1869 };
1869 };
1870 meta = {
1870 meta = {
1871 license = [ pkgs.lib.licenses.asl20 ];
1871 license = [ pkgs.lib.licenses.asl20 ];
1872 };
1872 };
1873 };
1873 };
1874 "rhodecode-enterprise-ce" = super.buildPythonPackage {
1874 "rhodecode-enterprise-ce" = super.buildPythonPackage {
1875 name = "rhodecode-enterprise-ce-4.20.0";
1875 name = "rhodecode-enterprise-ce-4.21.0";
1876 buildInputs = [
1876 buildInputs = [
1877 self."pytest"
1877 self."pytest"
1878 self."py"
1878 self."py"
1879 self."pytest-cov"
1879 self."pytest-cov"
1880 self."pytest-sugar"
1880 self."pytest-sugar"
1881 self."pytest-runner"
1881 self."pytest-runner"
1882 self."pytest-profiling"
1882 self."pytest-profiling"
1883 self."pytest-timeout"
1883 self."pytest-timeout"
1884 self."gprof2dot"
1884 self."gprof2dot"
1885 self."mock"
1885 self."mock"
1886 self."cov-core"
1886 self."cov-core"
1887 self."coverage"
1887 self."coverage"
1888 self."webtest"
1888 self."webtest"
1889 self."beautifulsoup4"
1889 self."beautifulsoup4"
1890 self."configobj"
1890 self."configobj"
1891 ];
1891 ];
1892 doCheck = true;
1892 doCheck = true;
1893 propagatedBuildInputs = [
1893 propagatedBuildInputs = [
1894 self."amqp"
1894 self."amqp"
1895 self."babel"
1895 self."babel"
1896 self."beaker"
1896 self."beaker"
1897 self."bleach"
1897 self."bleach"
1898 self."celery"
1898 self."celery"
1899 self."channelstream"
1899 self."channelstream"
1900 self."click"
1900 self."click"
1901 self."colander"
1901 self."colander"
1902 self."configobj"
1902 self."configobj"
1903 self."cssselect"
1903 self."cssselect"
1904 self."cryptography"
1904 self."cryptography"
1905 self."decorator"
1905 self."decorator"
1906 self."deform"
1906 self."deform"
1907 self."docutils"
1907 self."docutils"
1908 self."dogpile.cache"
1908 self."dogpile.cache"
1909 self."dogpile.core"
1909 self."dogpile.core"
1910 self."formencode"
1910 self."formencode"
1911 self."future"
1911 self."future"
1912 self."futures"
1912 self."futures"
1913 self."infrae.cache"
1913 self."infrae.cache"
1914 self."iso8601"
1914 self."iso8601"
1915 self."itsdangerous"
1915 self."itsdangerous"
1916 self."kombu"
1916 self."kombu"
1917 self."lxml"
1917 self."lxml"
1918 self."mako"
1918 self."mako"
1919 self."markdown"
1919 self."markdown"
1920 self."markupsafe"
1920 self."markupsafe"
1921 self."msgpack-python"
1921 self."msgpack-python"
1922 self."pyotp"
1922 self."pyotp"
1923 self."packaging"
1923 self."packaging"
1924 self."pathlib2"
1924 self."pathlib2"
1925 self."paste"
1925 self."paste"
1926 self."pastedeploy"
1926 self."pastedeploy"
1927 self."pastescript"
1927 self."pastescript"
1928 self."peppercorn"
1928 self."peppercorn"
1929 self."premailer"
1929 self."premailer"
1930 self."psutil"
1930 self."psutil"
1931 self."py-bcrypt"
1931 self."py-bcrypt"
1932 self."pycurl"
1932 self."pycurl"
1933 self."pycrypto"
1933 self."pycrypto"
1934 self."pygments"
1934 self."pygments"
1935 self."pyparsing"
1935 self."pyparsing"
1936 self."pyramid-debugtoolbar"
1936 self."pyramid-debugtoolbar"
1937 self."pyramid-mako"
1937 self."pyramid-mako"
1938 self."pyramid"
1938 self."pyramid"
1939 self."pyramid-mailer"
1939 self."pyramid-mailer"
1940 self."python-dateutil"
1940 self."python-dateutil"
1941 self."python-ldap"
1941 self."python-ldap"
1942 self."python-memcached"
1942 self."python-memcached"
1943 self."python-pam"
1943 self."python-pam"
1944 self."python-saml"
1944 self."python-saml"
1945 self."pytz"
1945 self."pytz"
1946 self."tzlocal"
1946 self."tzlocal"
1947 self."pyzmq"
1947 self."pyzmq"
1948 self."py-gfm"
1948 self."py-gfm"
1949 self."redis"
1949 self."redis"
1950 self."repoze.lru"
1950 self."repoze.lru"
1951 self."requests"
1951 self."requests"
1952 self."routes"
1952 self."routes"
1953 self."simplejson"
1953 self."simplejson"
1954 self."six"
1954 self."six"
1955 self."sqlalchemy"
1955 self."sqlalchemy"
1956 self."sshpubkeys"
1956 self."sshpubkeys"
1957 self."subprocess32"
1957 self."subprocess32"
1958 self."supervisor"
1958 self."supervisor"
1959 self."translationstring"
1959 self."translationstring"
1960 self."urllib3"
1960 self."urllib3"
1961 self."urlobject"
1961 self."urlobject"
1962 self."venusian"
1962 self."venusian"
1963 self."weberror"
1963 self."weberror"
1964 self."webhelpers2"
1964 self."webhelpers2"
1965 self."webob"
1965 self."webob"
1966 self."whoosh"
1966 self."whoosh"
1967 self."wsgiref"
1967 self."wsgiref"
1968 self."zope.cachedescriptors"
1968 self."zope.cachedescriptors"
1969 self."zope.deprecation"
1969 self."zope.deprecation"
1970 self."zope.event"
1970 self."zope.event"
1971 self."zope.interface"
1971 self."zope.interface"
1972 self."mysql-python"
1972 self."mysql-python"
1973 self."pymysql"
1973 self."pymysql"
1974 self."pysqlite"
1974 self."pysqlite"
1975 self."psycopg2"
1975 self."psycopg2"
1976 self."nbconvert"
1976 self."nbconvert"
1977 self."nbformat"
1977 self."nbformat"
1978 self."jupyter-client"
1978 self."jupyter-client"
1979 self."jupyter-core"
1979 self."jupyter-core"
1980 self."alembic"
1980 self."alembic"
1981 self."invoke"
1981 self."invoke"
1982 self."bumpversion"
1982 self."bumpversion"
1983 self."gevent"
1983 self."gevent"
1984 self."greenlet"
1984 self."greenlet"
1985 self."gunicorn"
1985 self."gunicorn"
1986 self."waitress"
1986 self."waitress"
1987 self."ipdb"
1987 self."ipdb"
1988 self."ipython"
1988 self."ipython"
1989 self."rhodecode-tools"
1989 self."rhodecode-tools"
1990 self."appenlight-client"
1990 self."appenlight-client"
1991 self."pytest"
1991 self."pytest"
1992 self."py"
1992 self."py"
1993 self."pytest-cov"
1993 self."pytest-cov"
1994 self."pytest-sugar"
1994 self."pytest-sugar"
1995 self."pytest-runner"
1995 self."pytest-runner"
1996 self."pytest-profiling"
1996 self."pytest-profiling"
1997 self."pytest-timeout"
1997 self."pytest-timeout"
1998 self."gprof2dot"
1998 self."gprof2dot"
1999 self."mock"
1999 self."mock"
2000 self."cov-core"
2000 self."cov-core"
2001 self."coverage"
2001 self."coverage"
2002 self."webtest"
2002 self."webtest"
2003 self."beautifulsoup4"
2003 self."beautifulsoup4"
2004 ];
2004 ];
2005 src = ./.;
2005 src = ./.;
2006 meta = {
2006 meta = {
2007 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
2007 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
2008 };
2008 };
2009 };
2009 };
2010 "rhodecode-tools" = super.buildPythonPackage {
2010 "rhodecode-tools" = super.buildPythonPackage {
2011 name = "rhodecode-tools-1.4.0";
2011 name = "rhodecode-tools-1.4.0";
2012 doCheck = false;
2012 doCheck = false;
2013 propagatedBuildInputs = [
2013 propagatedBuildInputs = [
2014 self."click"
2014 self."click"
2015 self."future"
2015 self."future"
2016 self."six"
2016 self."six"
2017 self."mako"
2017 self."mako"
2018 self."markupsafe"
2018 self."markupsafe"
2019 self."requests"
2019 self."requests"
2020 self."urllib3"
2020 self."urllib3"
2021 self."whoosh"
2021 self."whoosh"
2022 self."elasticsearch"
2022 self."elasticsearch"
2023 self."elasticsearch-dsl"
2023 self."elasticsearch-dsl"
2024 self."elasticsearch2"
2024 self."elasticsearch2"
2025 self."elasticsearch1-dsl"
2025 self."elasticsearch1-dsl"
2026 ];
2026 ];
2027 src = fetchurl {
2027 src = fetchurl {
2028 url = "https://code.rhodecode.com/rhodecode-tools-ce/artifacts/download/0-ed54e749-2ef5-4bc7-ae7f-7900e3c2aa15.tar.gz?sha256=76f024bad3a1e55fdb3d64f13f5b77ff21a12fee699918de2110fe21effd5a3a";
2028 url = "https://code.rhodecode.com/rhodecode-tools-ce/artifacts/download/0-ed54e749-2ef5-4bc7-ae7f-7900e3c2aa15.tar.gz?sha256=76f024bad3a1e55fdb3d64f13f5b77ff21a12fee699918de2110fe21effd5a3a";
2029 sha256 = "0fjszppj3zhh47g1i6b9xqps28gzfxdkzwb47pdmzrd1sfx29w3n";
2029 sha256 = "0fjszppj3zhh47g1i6b9xqps28gzfxdkzwb47pdmzrd1sfx29w3n";
2030 };
2030 };
2031 meta = {
2031 meta = {
2032 license = [ { fullName = "Apache 2.0 and Proprietary"; } ];
2032 license = [ { fullName = "Apache 2.0 and Proprietary"; } ];
2033 };
2033 };
2034 };
2034 };
2035 "routes" = super.buildPythonPackage {
2035 "routes" = super.buildPythonPackage {
2036 name = "routes-2.4.1";
2036 name = "routes-2.4.1";
2037 doCheck = false;
2037 doCheck = false;
2038 propagatedBuildInputs = [
2038 propagatedBuildInputs = [
2039 self."six"
2039 self."six"
2040 self."repoze.lru"
2040 self."repoze.lru"
2041 ];
2041 ];
2042 src = fetchurl {
2042 src = fetchurl {
2043 url = "https://files.pythonhosted.org/packages/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz";
2043 url = "https://files.pythonhosted.org/packages/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz";
2044 sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6";
2044 sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6";
2045 };
2045 };
2046 meta = {
2046 meta = {
2047 license = [ pkgs.lib.licenses.mit ];
2047 license = [ pkgs.lib.licenses.mit ];
2048 };
2048 };
2049 };
2049 };
2050 "scandir" = super.buildPythonPackage {
2050 "scandir" = super.buildPythonPackage {
2051 name = "scandir-1.10.0";
2051 name = "scandir-1.10.0";
2052 doCheck = false;
2052 doCheck = false;
2053 src = fetchurl {
2053 src = fetchurl {
2054 url = "https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz";
2054 url = "https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz";
2055 sha256 = "1bkqwmf056pkchf05ywbnf659wqlp6lljcdb0y88wr9f0vv32ijd";
2055 sha256 = "1bkqwmf056pkchf05ywbnf659wqlp6lljcdb0y88wr9f0vv32ijd";
2056 };
2056 };
2057 meta = {
2057 meta = {
2058 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
2058 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
2059 };
2059 };
2060 };
2060 };
2061 "setproctitle" = super.buildPythonPackage {
2061 "setproctitle" = super.buildPythonPackage {
2062 name = "setproctitle-1.1.10";
2062 name = "setproctitle-1.1.10";
2063 doCheck = false;
2063 doCheck = false;
2064 src = fetchurl {
2064 src = fetchurl {
2065 url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz";
2065 url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz";
2066 sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2";
2066 sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2";
2067 };
2067 };
2068 meta = {
2068 meta = {
2069 license = [ pkgs.lib.licenses.bsdOriginal ];
2069 license = [ pkgs.lib.licenses.bsdOriginal ];
2070 };
2070 };
2071 };
2071 };
2072 "setuptools" = super.buildPythonPackage {
2072 "setuptools" = super.buildPythonPackage {
2073 name = "setuptools-44.1.0";
2073 name = "setuptools-44.1.0";
2074 doCheck = false;
2074 doCheck = false;
2075 src = fetchurl {
2075 src = fetchurl {
2076 url = "https://files.pythonhosted.org/packages/ed/7b/bbf89ca71e722b7f9464ebffe4b5ee20a9e5c9a555a56e2d3914bb9119a6/setuptools-44.1.0.zip";
2076 url = "https://files.pythonhosted.org/packages/ed/7b/bbf89ca71e722b7f9464ebffe4b5ee20a9e5c9a555a56e2d3914bb9119a6/setuptools-44.1.0.zip";
2077 sha256 = "1jja896zvd1ppccnjbhkgagxbwchgq6vfamp6qn1hvywq6q9cjkr";
2077 sha256 = "1jja896zvd1ppccnjbhkgagxbwchgq6vfamp6qn1hvywq6q9cjkr";
2078 };
2078 };
2079 meta = {
2079 meta = {
2080 license = [ pkgs.lib.licenses.mit ];
2080 license = [ pkgs.lib.licenses.mit ];
2081 };
2081 };
2082 };
2082 };
2083 "simplegeneric" = super.buildPythonPackage {
2083 "simplegeneric" = super.buildPythonPackage {
2084 name = "simplegeneric-0.8.1";
2084 name = "simplegeneric-0.8.1";
2085 doCheck = false;
2085 doCheck = false;
2086 src = fetchurl {
2086 src = fetchurl {
2087 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
2087 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
2088 sha256 = "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw";
2088 sha256 = "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw";
2089 };
2089 };
2090 meta = {
2090 meta = {
2091 license = [ pkgs.lib.licenses.zpl21 ];
2091 license = [ pkgs.lib.licenses.zpl21 ];
2092 };
2092 };
2093 };
2093 };
2094 "simplejson" = super.buildPythonPackage {
2094 "simplejson" = super.buildPythonPackage {
2095 name = "simplejson-3.16.0";
2095 name = "simplejson-3.16.0";
2096 doCheck = false;
2096 doCheck = false;
2097 src = fetchurl {
2097 src = fetchurl {
2098 url = "https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz";
2098 url = "https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz";
2099 sha256 = "19cws1syk8jzq2pw43878dv6fjkb0ifvjpx0i9aajix6kc9jkwxi";
2099 sha256 = "19cws1syk8jzq2pw43878dv6fjkb0ifvjpx0i9aajix6kc9jkwxi";
2100 };
2100 };
2101 meta = {
2101 meta = {
2102 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
2102 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
2103 };
2103 };
2104 };
2104 };
2105 "six" = super.buildPythonPackage {
2105 "six" = super.buildPythonPackage {
2106 name = "six-1.11.0";
2106 name = "six-1.11.0";
2107 doCheck = false;
2107 doCheck = false;
2108 src = fetchurl {
2108 src = fetchurl {
2109 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
2109 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
2110 sha256 = "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h";
2110 sha256 = "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h";
2111 };
2111 };
2112 meta = {
2112 meta = {
2113 license = [ pkgs.lib.licenses.mit ];
2113 license = [ pkgs.lib.licenses.mit ];
2114 };
2114 };
2115 };
2115 };
2116 "sqlalchemy" = super.buildPythonPackage {
2116 "sqlalchemy" = super.buildPythonPackage {
2117 name = "sqlalchemy-1.3.15";
2117 name = "sqlalchemy-1.3.15";
2118 doCheck = false;
2118 doCheck = false;
2119 src = fetchurl {
2119 src = fetchurl {
2120 url = "https://files.pythonhosted.org/packages/8c/30/4134e726dd5ed13728ff814fa91fc01c447ad8700504653fe99d91fdd34b/SQLAlchemy-1.3.15.tar.gz";
2120 url = "https://files.pythonhosted.org/packages/8c/30/4134e726dd5ed13728ff814fa91fc01c447ad8700504653fe99d91fdd34b/SQLAlchemy-1.3.15.tar.gz";
2121 sha256 = "0iglkvymfp35zm5pxy5kzqvcv96kkas0chqdx7xpla86sspa9k64";
2121 sha256 = "0iglkvymfp35zm5pxy5kzqvcv96kkas0chqdx7xpla86sspa9k64";
2122 };
2122 };
2123 meta = {
2123 meta = {
2124 license = [ pkgs.lib.licenses.mit ];
2124 license = [ pkgs.lib.licenses.mit ];
2125 };
2125 };
2126 };
2126 };
2127 "sshpubkeys" = super.buildPythonPackage {
2127 "sshpubkeys" = super.buildPythonPackage {
2128 name = "sshpubkeys-3.1.0";
2128 name = "sshpubkeys-3.1.0";
2129 doCheck = false;
2129 doCheck = false;
2130 propagatedBuildInputs = [
2130 propagatedBuildInputs = [
2131 self."cryptography"
2131 self."cryptography"
2132 self."ecdsa"
2132 self."ecdsa"
2133 ];
2133 ];
2134 src = fetchurl {
2134 src = fetchurl {
2135 url = "https://files.pythonhosted.org/packages/00/23/f7508a12007c96861c3da811992f14283d79c819d71a217b3e12d5196649/sshpubkeys-3.1.0.tar.gz";
2135 url = "https://files.pythonhosted.org/packages/00/23/f7508a12007c96861c3da811992f14283d79c819d71a217b3e12d5196649/sshpubkeys-3.1.0.tar.gz";
2136 sha256 = "105g2li04nm1hb15a2y6hm9m9k7fbrkd5l3gy12w3kgcmsf3k25k";
2136 sha256 = "105g2li04nm1hb15a2y6hm9m9k7fbrkd5l3gy12w3kgcmsf3k25k";
2137 };
2137 };
2138 meta = {
2138 meta = {
2139 license = [ pkgs.lib.licenses.bsdOriginal ];
2139 license = [ pkgs.lib.licenses.bsdOriginal ];
2140 };
2140 };
2141 };
2141 };
2142 "subprocess32" = super.buildPythonPackage {
2142 "subprocess32" = super.buildPythonPackage {
2143 name = "subprocess32-3.5.4";
2143 name = "subprocess32-3.5.4";
2144 doCheck = false;
2144 doCheck = false;
2145 src = fetchurl {
2145 src = fetchurl {
2146 url = "https://files.pythonhosted.org/packages/32/c8/564be4d12629b912ea431f1a50eb8b3b9d00f1a0b1ceff17f266be190007/subprocess32-3.5.4.tar.gz";
2146 url = "https://files.pythonhosted.org/packages/32/c8/564be4d12629b912ea431f1a50eb8b3b9d00f1a0b1ceff17f266be190007/subprocess32-3.5.4.tar.gz";
2147 sha256 = "17f7mvwx2271s1wrl0qac3wjqqnrqag866zs3qc8v5wp0k43fagb";
2147 sha256 = "17f7mvwx2271s1wrl0qac3wjqqnrqag866zs3qc8v5wp0k43fagb";
2148 };
2148 };
2149 meta = {
2149 meta = {
2150 license = [ pkgs.lib.licenses.psfl ];
2150 license = [ pkgs.lib.licenses.psfl ];
2151 };
2151 };
2152 };
2152 };
2153 "supervisor" = super.buildPythonPackage {
2153 "supervisor" = super.buildPythonPackage {
2154 name = "supervisor-4.1.0";
2154 name = "supervisor-4.1.0";
2155 doCheck = false;
2155 doCheck = false;
2156 src = fetchurl {
2156 src = fetchurl {
2157 url = "https://files.pythonhosted.org/packages/de/87/ee1ad8fa533a4b5f2c7623f4a2b585d3c1947af7bed8e65bc7772274320e/supervisor-4.1.0.tar.gz";
2157 url = "https://files.pythonhosted.org/packages/de/87/ee1ad8fa533a4b5f2c7623f4a2b585d3c1947af7bed8e65bc7772274320e/supervisor-4.1.0.tar.gz";
2158 sha256 = "10q36sa1jqljyyyl7cif52akpygl5kmlqq9x91hmx53f8zh6zj1d";
2158 sha256 = "10q36sa1jqljyyyl7cif52akpygl5kmlqq9x91hmx53f8zh6zj1d";
2159 };
2159 };
2160 meta = {
2160 meta = {
2161 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2161 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2162 };
2162 };
2163 };
2163 };
2164 "tempita" = super.buildPythonPackage {
2164 "tempita" = super.buildPythonPackage {
2165 name = "tempita-0.5.2";
2165 name = "tempita-0.5.2";
2166 doCheck = false;
2166 doCheck = false;
2167 src = fetchurl {
2167 src = fetchurl {
2168 url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
2168 url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
2169 sha256 = "177wwq45slfyajd8csy477bmdmzipyw0dm7i85k3akb7m85wzkna";
2169 sha256 = "177wwq45slfyajd8csy477bmdmzipyw0dm7i85k3akb7m85wzkna";
2170 };
2170 };
2171 meta = {
2171 meta = {
2172 license = [ pkgs.lib.licenses.mit ];
2172 license = [ pkgs.lib.licenses.mit ];
2173 };
2173 };
2174 };
2174 };
2175 "termcolor" = super.buildPythonPackage {
2175 "termcolor" = super.buildPythonPackage {
2176 name = "termcolor-1.1.0";
2176 name = "termcolor-1.1.0";
2177 doCheck = false;
2177 doCheck = false;
2178 src = fetchurl {
2178 src = fetchurl {
2179 url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
2179 url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
2180 sha256 = "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x";
2180 sha256 = "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x";
2181 };
2181 };
2182 meta = {
2182 meta = {
2183 license = [ pkgs.lib.licenses.mit ];
2183 license = [ pkgs.lib.licenses.mit ];
2184 };
2184 };
2185 };
2185 };
2186 "testpath" = super.buildPythonPackage {
2186 "testpath" = super.buildPythonPackage {
2187 name = "testpath-0.4.4";
2187 name = "testpath-0.4.4";
2188 doCheck = false;
2188 doCheck = false;
2189 src = fetchurl {
2189 src = fetchurl {
2190 url = "https://files.pythonhosted.org/packages/2c/b3/5d57205e896d8998d77ad12aa42ebce75cd97d8b9a97d00ba078c4c9ffeb/testpath-0.4.4.tar.gz";
2190 url = "https://files.pythonhosted.org/packages/2c/b3/5d57205e896d8998d77ad12aa42ebce75cd97d8b9a97d00ba078c4c9ffeb/testpath-0.4.4.tar.gz";
2191 sha256 = "0zpcmq22dz79ipvvsfnw1ykpjcaj6xyzy7ws77s5b5ql3hka7q30";
2191 sha256 = "0zpcmq22dz79ipvvsfnw1ykpjcaj6xyzy7ws77s5b5ql3hka7q30";
2192 };
2192 };
2193 meta = {
2193 meta = {
2194 license = [ ];
2194 license = [ ];
2195 };
2195 };
2196 };
2196 };
2197 "traitlets" = super.buildPythonPackage {
2197 "traitlets" = super.buildPythonPackage {
2198 name = "traitlets-4.3.3";
2198 name = "traitlets-4.3.3";
2199 doCheck = false;
2199 doCheck = false;
2200 propagatedBuildInputs = [
2200 propagatedBuildInputs = [
2201 self."ipython-genutils"
2201 self."ipython-genutils"
2202 self."six"
2202 self."six"
2203 self."decorator"
2203 self."decorator"
2204 self."enum34"
2204 self."enum34"
2205 ];
2205 ];
2206 src = fetchurl {
2206 src = fetchurl {
2207 url = "https://files.pythonhosted.org/packages/75/b0/43deb021bc943f18f07cbe3dac1d681626a48997b7ffa1e7fb14ef922b21/traitlets-4.3.3.tar.gz";
2207 url = "https://files.pythonhosted.org/packages/75/b0/43deb021bc943f18f07cbe3dac1d681626a48997b7ffa1e7fb14ef922b21/traitlets-4.3.3.tar.gz";
2208 sha256 = "1xsrwgivpkxlbr4dfndfsi098s29yqgswgjc1qqn69yxklvfw8yh";
2208 sha256 = "1xsrwgivpkxlbr4dfndfsi098s29yqgswgjc1qqn69yxklvfw8yh";
2209 };
2209 };
2210 meta = {
2210 meta = {
2211 license = [ pkgs.lib.licenses.bsdOriginal ];
2211 license = [ pkgs.lib.licenses.bsdOriginal ];
2212 };
2212 };
2213 };
2213 };
2214 "transaction" = super.buildPythonPackage {
2214 "transaction" = super.buildPythonPackage {
2215 name = "transaction-2.4.0";
2215 name = "transaction-2.4.0";
2216 doCheck = false;
2216 doCheck = false;
2217 propagatedBuildInputs = [
2217 propagatedBuildInputs = [
2218 self."zope.interface"
2218 self."zope.interface"
2219 ];
2219 ];
2220 src = fetchurl {
2220 src = fetchurl {
2221 url = "https://files.pythonhosted.org/packages/9d/7d/0e8af0d059e052b9dcf2bb5a08aad20ae3e238746bdd3f8701a60969b363/transaction-2.4.0.tar.gz";
2221 url = "https://files.pythonhosted.org/packages/9d/7d/0e8af0d059e052b9dcf2bb5a08aad20ae3e238746bdd3f8701a60969b363/transaction-2.4.0.tar.gz";
2222 sha256 = "17wz1y524ca07vr03yddy8dv0gbscs06dbdywmllxv5rc725jq3j";
2222 sha256 = "17wz1y524ca07vr03yddy8dv0gbscs06dbdywmllxv5rc725jq3j";
2223 };
2223 };
2224 meta = {
2224 meta = {
2225 license = [ pkgs.lib.licenses.zpl21 ];
2225 license = [ pkgs.lib.licenses.zpl21 ];
2226 };
2226 };
2227 };
2227 };
2228 "translationstring" = super.buildPythonPackage {
2228 "translationstring" = super.buildPythonPackage {
2229 name = "translationstring-1.3";
2229 name = "translationstring-1.3";
2230 doCheck = false;
2230 doCheck = false;
2231 src = fetchurl {
2231 src = fetchurl {
2232 url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
2232 url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
2233 sha256 = "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f";
2233 sha256 = "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f";
2234 };
2234 };
2235 meta = {
2235 meta = {
2236 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
2236 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
2237 };
2237 };
2238 };
2238 };
2239 "tzlocal" = super.buildPythonPackage {
2239 "tzlocal" = super.buildPythonPackage {
2240 name = "tzlocal-1.5.1";
2240 name = "tzlocal-1.5.1";
2241 doCheck = false;
2241 doCheck = false;
2242 propagatedBuildInputs = [
2242 propagatedBuildInputs = [
2243 self."pytz"
2243 self."pytz"
2244 ];
2244 ];
2245 src = fetchurl {
2245 src = fetchurl {
2246 url = "https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz";
2246 url = "https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz";
2247 sha256 = "0kiciwiqx0bv0fbc913idxibc4ygg4cb7f8rcpd9ij2shi4bigjf";
2247 sha256 = "0kiciwiqx0bv0fbc913idxibc4ygg4cb7f8rcpd9ij2shi4bigjf";
2248 };
2248 };
2249 meta = {
2249 meta = {
2250 license = [ pkgs.lib.licenses.mit ];
2250 license = [ pkgs.lib.licenses.mit ];
2251 };
2251 };
2252 };
2252 };
2253 "urllib3" = super.buildPythonPackage {
2253 "urllib3" = super.buildPythonPackage {
2254 name = "urllib3-1.25.2";
2254 name = "urllib3-1.25.2";
2255 doCheck = false;
2255 doCheck = false;
2256 src = fetchurl {
2256 src = fetchurl {
2257 url = "https://files.pythonhosted.org/packages/9a/8b/ea6d2beb2da6e331e9857d0a60b79ed4f72dcbc4e2c7f2d2521b0480fda2/urllib3-1.25.2.tar.gz";
2257 url = "https://files.pythonhosted.org/packages/9a/8b/ea6d2beb2da6e331e9857d0a60b79ed4f72dcbc4e2c7f2d2521b0480fda2/urllib3-1.25.2.tar.gz";
2258 sha256 = "1nq2k4pss1ihsjh02r41sqpjpm5rfqkjfysyq7g7n2i1p7c66c55";
2258 sha256 = "1nq2k4pss1ihsjh02r41sqpjpm5rfqkjfysyq7g7n2i1p7c66c55";
2259 };
2259 };
2260 meta = {
2260 meta = {
2261 license = [ pkgs.lib.licenses.mit ];
2261 license = [ pkgs.lib.licenses.mit ];
2262 };
2262 };
2263 };
2263 };
2264 "urlobject" = super.buildPythonPackage {
2264 "urlobject" = super.buildPythonPackage {
2265 name = "urlobject-2.4.3";
2265 name = "urlobject-2.4.3";
2266 doCheck = false;
2266 doCheck = false;
2267 src = fetchurl {
2267 src = fetchurl {
2268 url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz";
2268 url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz";
2269 sha256 = "1ahc8ficzfvr2avln71immfh4ls0zyv6cdaa5xmkdj5rd87f5cj7";
2269 sha256 = "1ahc8ficzfvr2avln71immfh4ls0zyv6cdaa5xmkdj5rd87f5cj7";
2270 };
2270 };
2271 meta = {
2271 meta = {
2272 license = [ pkgs.lib.licenses.publicDomain ];
2272 license = [ pkgs.lib.licenses.publicDomain ];
2273 };
2273 };
2274 };
2274 };
2275 "venusian" = super.buildPythonPackage {
2275 "venusian" = super.buildPythonPackage {
2276 name = "venusian-1.2.0";
2276 name = "venusian-1.2.0";
2277 doCheck = false;
2277 doCheck = false;
2278 src = fetchurl {
2278 src = fetchurl {
2279 url = "https://files.pythonhosted.org/packages/7e/6f/40a9d43ac77cb51cb62be5b5662d170f43f8037bdc4eab56336c4ca92bb7/venusian-1.2.0.tar.gz";
2279 url = "https://files.pythonhosted.org/packages/7e/6f/40a9d43ac77cb51cb62be5b5662d170f43f8037bdc4eab56336c4ca92bb7/venusian-1.2.0.tar.gz";
2280 sha256 = "0ghyx66g8ikx9nx1mnwqvdcqm11i1vlq0hnvwl50s48bp22q5v34";
2280 sha256 = "0ghyx66g8ikx9nx1mnwqvdcqm11i1vlq0hnvwl50s48bp22q5v34";
2281 };
2281 };
2282 meta = {
2282 meta = {
2283 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2283 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2284 };
2284 };
2285 };
2285 };
2286 "vine" = super.buildPythonPackage {
2286 "vine" = super.buildPythonPackage {
2287 name = "vine-1.3.0";
2287 name = "vine-1.3.0";
2288 doCheck = false;
2288 doCheck = false;
2289 src = fetchurl {
2289 src = fetchurl {
2290 url = "https://files.pythonhosted.org/packages/1c/e1/79fb8046e607dd6c2ad05c9b8ebac9d0bd31d086a08f02699e96fc5b3046/vine-1.3.0.tar.gz";
2290 url = "https://files.pythonhosted.org/packages/1c/e1/79fb8046e607dd6c2ad05c9b8ebac9d0bd31d086a08f02699e96fc5b3046/vine-1.3.0.tar.gz";
2291 sha256 = "11ydsbhl1vabndc2r979dv61s6j2b0giq6dgvryifvq1m7bycghk";
2291 sha256 = "11ydsbhl1vabndc2r979dv61s6j2b0giq6dgvryifvq1m7bycghk";
2292 };
2292 };
2293 meta = {
2293 meta = {
2294 license = [ pkgs.lib.licenses.bsdOriginal ];
2294 license = [ pkgs.lib.licenses.bsdOriginal ];
2295 };
2295 };
2296 };
2296 };
2297 "waitress" = super.buildPythonPackage {
2297 "waitress" = super.buildPythonPackage {
2298 name = "waitress-1.3.1";
2298 name = "waitress-1.3.1";
2299 doCheck = false;
2299 doCheck = false;
2300 src = fetchurl {
2300 src = fetchurl {
2301 url = "https://files.pythonhosted.org/packages/a6/e6/708da7bba65898e5d759ade8391b1077e49d07be0b0223c39f5be04def56/waitress-1.3.1.tar.gz";
2301 url = "https://files.pythonhosted.org/packages/a6/e6/708da7bba65898e5d759ade8391b1077e49d07be0b0223c39f5be04def56/waitress-1.3.1.tar.gz";
2302 sha256 = "1iysl8ka3l4cdrr0r19fh1cv28q41mwpvgsb81ji7k4shkb0k3i7";
2302 sha256 = "1iysl8ka3l4cdrr0r19fh1cv28q41mwpvgsb81ji7k4shkb0k3i7";
2303 };
2303 };
2304 meta = {
2304 meta = {
2305 license = [ pkgs.lib.licenses.zpl21 ];
2305 license = [ pkgs.lib.licenses.zpl21 ];
2306 };
2306 };
2307 };
2307 };
2308 "wcwidth" = super.buildPythonPackage {
2308 "wcwidth" = super.buildPythonPackage {
2309 name = "wcwidth-0.1.9";
2309 name = "wcwidth-0.1.9";
2310 doCheck = false;
2310 doCheck = false;
2311 src = fetchurl {
2311 src = fetchurl {
2312 url = "https://files.pythonhosted.org/packages/25/9d/0acbed6e4a4be4fc99148f275488580968f44ddb5e69b8ceb53fc9df55a0/wcwidth-0.1.9.tar.gz";
2312 url = "https://files.pythonhosted.org/packages/25/9d/0acbed6e4a4be4fc99148f275488580968f44ddb5e69b8ceb53fc9df55a0/wcwidth-0.1.9.tar.gz";
2313 sha256 = "1wf5ycjx8s066rdvr0fgz4xds9a8zhs91c4jzxvvymm1c8l8cwzf";
2313 sha256 = "1wf5ycjx8s066rdvr0fgz4xds9a8zhs91c4jzxvvymm1c8l8cwzf";
2314 };
2314 };
2315 meta = {
2315 meta = {
2316 license = [ pkgs.lib.licenses.mit ];
2316 license = [ pkgs.lib.licenses.mit ];
2317 };
2317 };
2318 };
2318 };
2319 "webencodings" = super.buildPythonPackage {
2319 "webencodings" = super.buildPythonPackage {
2320 name = "webencodings-0.5.1";
2320 name = "webencodings-0.5.1";
2321 doCheck = false;
2321 doCheck = false;
2322 src = fetchurl {
2322 src = fetchurl {
2323 url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz";
2323 url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz";
2324 sha256 = "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk";
2324 sha256 = "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk";
2325 };
2325 };
2326 meta = {
2326 meta = {
2327 license = [ pkgs.lib.licenses.bsdOriginal ];
2327 license = [ pkgs.lib.licenses.bsdOriginal ];
2328 };
2328 };
2329 };
2329 };
2330 "weberror" = super.buildPythonPackage {
2330 "weberror" = super.buildPythonPackage {
2331 name = "weberror-0.13.1";
2331 name = "weberror-0.13.1";
2332 doCheck = false;
2332 doCheck = false;
2333 propagatedBuildInputs = [
2333 propagatedBuildInputs = [
2334 self."webob"
2334 self."webob"
2335 self."tempita"
2335 self."tempita"
2336 self."pygments"
2336 self."pygments"
2337 self."paste"
2337 self."paste"
2338 ];
2338 ];
2339 src = fetchurl {
2339 src = fetchurl {
2340 url = "https://files.pythonhosted.org/packages/07/0a/09ca5eb0fab5c0d17b380026babe81c96ecebb13f2b06c3203432dd7be72/WebError-0.13.1.tar.gz";
2340 url = "https://files.pythonhosted.org/packages/07/0a/09ca5eb0fab5c0d17b380026babe81c96ecebb13f2b06c3203432dd7be72/WebError-0.13.1.tar.gz";
2341 sha256 = "0r4qvnf2r92gfnpa1kwygh4j2x6j3axg2i4an6hyxwg2gpaqp7y1";
2341 sha256 = "0r4qvnf2r92gfnpa1kwygh4j2x6j3axg2i4an6hyxwg2gpaqp7y1";
2342 };
2342 };
2343 meta = {
2343 meta = {
2344 license = [ pkgs.lib.licenses.mit ];
2344 license = [ pkgs.lib.licenses.mit ];
2345 };
2345 };
2346 };
2346 };
2347 "webhelpers2" = super.buildPythonPackage {
2347 "webhelpers2" = super.buildPythonPackage {
2348 name = "webhelpers2-2.0";
2348 name = "webhelpers2-2.0";
2349 doCheck = false;
2349 doCheck = false;
2350 propagatedBuildInputs = [
2350 propagatedBuildInputs = [
2351 self."markupsafe"
2351 self."markupsafe"
2352 self."six"
2352 self."six"
2353 ];
2353 ];
2354 src = fetchurl {
2354 src = fetchurl {
2355 url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
2355 url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
2356 sha256 = "0aphva1qmxh83n01p53f5fd43m4srzbnfbz5ajvbx9aj2aipwmcs";
2356 sha256 = "0aphva1qmxh83n01p53f5fd43m4srzbnfbz5ajvbx9aj2aipwmcs";
2357 };
2357 };
2358 meta = {
2358 meta = {
2359 license = [ pkgs.lib.licenses.mit ];
2359 license = [ pkgs.lib.licenses.mit ];
2360 };
2360 };
2361 };
2361 };
2362 "webob" = super.buildPythonPackage {
2362 "webob" = super.buildPythonPackage {
2363 name = "webob-1.8.5";
2363 name = "webob-1.8.5";
2364 doCheck = false;
2364 doCheck = false;
2365 src = fetchurl {
2365 src = fetchurl {
2366 url = "https://files.pythonhosted.org/packages/9d/1a/0c89c070ee2829c934cb6c7082287c822e28236a4fcf90063e6be7c35532/WebOb-1.8.5.tar.gz";
2366 url = "https://files.pythonhosted.org/packages/9d/1a/0c89c070ee2829c934cb6c7082287c822e28236a4fcf90063e6be7c35532/WebOb-1.8.5.tar.gz";
2367 sha256 = "11khpzaxc88q31v25ic330gsf56fwmbdc9b30br8mvp0fmwspah5";
2367 sha256 = "11khpzaxc88q31v25ic330gsf56fwmbdc9b30br8mvp0fmwspah5";
2368 };
2368 };
2369 meta = {
2369 meta = {
2370 license = [ pkgs.lib.licenses.mit ];
2370 license = [ pkgs.lib.licenses.mit ];
2371 };
2371 };
2372 };
2372 };
2373 "webtest" = super.buildPythonPackage {
2373 "webtest" = super.buildPythonPackage {
2374 name = "webtest-2.0.34";
2374 name = "webtest-2.0.34";
2375 doCheck = false;
2375 doCheck = false;
2376 propagatedBuildInputs = [
2376 propagatedBuildInputs = [
2377 self."six"
2377 self."six"
2378 self."webob"
2378 self."webob"
2379 self."waitress"
2379 self."waitress"
2380 self."beautifulsoup4"
2380 self."beautifulsoup4"
2381 ];
2381 ];
2382 src = fetchurl {
2382 src = fetchurl {
2383 url = "https://files.pythonhosted.org/packages/2c/74/a0e63feee438735d628631e2b70d82280276a930637ac535479e5fad9427/WebTest-2.0.34.tar.gz";
2383 url = "https://files.pythonhosted.org/packages/2c/74/a0e63feee438735d628631e2b70d82280276a930637ac535479e5fad9427/WebTest-2.0.34.tar.gz";
2384 sha256 = "0x1y2c8z4fmpsny4hbp6ka37si2g10r5r2jwxhvv5mx7g3blq4bi";
2384 sha256 = "0x1y2c8z4fmpsny4hbp6ka37si2g10r5r2jwxhvv5mx7g3blq4bi";
2385 };
2385 };
2386 meta = {
2386 meta = {
2387 license = [ pkgs.lib.licenses.mit ];
2387 license = [ pkgs.lib.licenses.mit ];
2388 };
2388 };
2389 };
2389 };
2390 "whoosh" = super.buildPythonPackage {
2390 "whoosh" = super.buildPythonPackage {
2391 name = "whoosh-2.7.4";
2391 name = "whoosh-2.7.4";
2392 doCheck = false;
2392 doCheck = false;
2393 src = fetchurl {
2393 src = fetchurl {
2394 url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
2394 url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
2395 sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
2395 sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
2396 };
2396 };
2397 meta = {
2397 meta = {
2398 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
2398 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
2399 };
2399 };
2400 };
2400 };
2401 "ws4py" = super.buildPythonPackage {
2401 "ws4py" = super.buildPythonPackage {
2402 name = "ws4py-0.5.1";
2402 name = "ws4py-0.5.1";
2403 doCheck = false;
2403 doCheck = false;
2404 src = fetchurl {
2404 src = fetchurl {
2405 url = "https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz";
2405 url = "https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz";
2406 sha256 = "10slbbf2jm4hpr92jx7kh7mhf48sjl01v2w4d8z3f1p0ybbp7l19";
2406 sha256 = "10slbbf2jm4hpr92jx7kh7mhf48sjl01v2w4d8z3f1p0ybbp7l19";
2407 };
2407 };
2408 meta = {
2408 meta = {
2409 license = [ pkgs.lib.licenses.bsdOriginal ];
2409 license = [ pkgs.lib.licenses.bsdOriginal ];
2410 };
2410 };
2411 };
2411 };
2412 "wsgiref" = super.buildPythonPackage {
2412 "wsgiref" = super.buildPythonPackage {
2413 name = "wsgiref-0.1.2";
2413 name = "wsgiref-0.1.2";
2414 doCheck = false;
2414 doCheck = false;
2415 src = fetchurl {
2415 src = fetchurl {
2416 url = "https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
2416 url = "https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
2417 sha256 = "0y8fyjmpq7vwwm4x732w97qbkw78rjwal5409k04cw4m03411rn7";
2417 sha256 = "0y8fyjmpq7vwwm4x732w97qbkw78rjwal5409k04cw4m03411rn7";
2418 };
2418 };
2419 meta = {
2419 meta = {
2420 license = [ { fullName = "PSF or ZPL"; } ];
2420 license = [ { fullName = "PSF or ZPL"; } ];
2421 };
2421 };
2422 };
2422 };
2423 "zipp" = super.buildPythonPackage {
2423 "zipp" = super.buildPythonPackage {
2424 name = "zipp-1.2.0";
2424 name = "zipp-1.2.0";
2425 doCheck = false;
2425 doCheck = false;
2426 propagatedBuildInputs = [
2426 propagatedBuildInputs = [
2427 self."contextlib2"
2427 self."contextlib2"
2428 ];
2428 ];
2429 src = fetchurl {
2429 src = fetchurl {
2430 url = "https://files.pythonhosted.org/packages/78/08/d52f0ea643bc1068d6dc98b412f4966a9b63255d20911a23ac3220c033c4/zipp-1.2.0.tar.gz";
2430 url = "https://files.pythonhosted.org/packages/78/08/d52f0ea643bc1068d6dc98b412f4966a9b63255d20911a23ac3220c033c4/zipp-1.2.0.tar.gz";
2431 sha256 = "1c91lnv1bxjimh8as27hz7bghsjkkbxn1d37xq7in9c82iai0167";
2431 sha256 = "1c91lnv1bxjimh8as27hz7bghsjkkbxn1d37xq7in9c82iai0167";
2432 };
2432 };
2433 meta = {
2433 meta = {
2434 license = [ pkgs.lib.licenses.mit ];
2434 license = [ pkgs.lib.licenses.mit ];
2435 };
2435 };
2436 };
2436 };
2437 "zope.cachedescriptors" = super.buildPythonPackage {
2437 "zope.cachedescriptors" = super.buildPythonPackage {
2438 name = "zope.cachedescriptors-4.3.1";
2438 name = "zope.cachedescriptors-4.3.1";
2439 doCheck = false;
2439 doCheck = false;
2440 propagatedBuildInputs = [
2440 propagatedBuildInputs = [
2441 self."setuptools"
2441 self."setuptools"
2442 ];
2442 ];
2443 src = fetchurl {
2443 src = fetchurl {
2444 url = "https://files.pythonhosted.org/packages/2f/89/ebe1890cc6d3291ebc935558fa764d5fffe571018dbbee200e9db78762cb/zope.cachedescriptors-4.3.1.tar.gz";
2444 url = "https://files.pythonhosted.org/packages/2f/89/ebe1890cc6d3291ebc935558fa764d5fffe571018dbbee200e9db78762cb/zope.cachedescriptors-4.3.1.tar.gz";
2445 sha256 = "0jhr3m5p74c6r7k8iv0005b8bfsialih9d7zl5vx38rf5xq1lk8z";
2445 sha256 = "0jhr3m5p74c6r7k8iv0005b8bfsialih9d7zl5vx38rf5xq1lk8z";
2446 };
2446 };
2447 meta = {
2447 meta = {
2448 license = [ pkgs.lib.licenses.zpl21 ];
2448 license = [ pkgs.lib.licenses.zpl21 ];
2449 };
2449 };
2450 };
2450 };
2451 "zope.deprecation" = super.buildPythonPackage {
2451 "zope.deprecation" = super.buildPythonPackage {
2452 name = "zope.deprecation-4.4.0";
2452 name = "zope.deprecation-4.4.0";
2453 doCheck = false;
2453 doCheck = false;
2454 propagatedBuildInputs = [
2454 propagatedBuildInputs = [
2455 self."setuptools"
2455 self."setuptools"
2456 ];
2456 ];
2457 src = fetchurl {
2457 src = fetchurl {
2458 url = "https://files.pythonhosted.org/packages/34/da/46e92d32d545dd067b9436279d84c339e8b16de2ca393d7b892bc1e1e9fd/zope.deprecation-4.4.0.tar.gz";
2458 url = "https://files.pythonhosted.org/packages/34/da/46e92d32d545dd067b9436279d84c339e8b16de2ca393d7b892bc1e1e9fd/zope.deprecation-4.4.0.tar.gz";
2459 sha256 = "1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d";
2459 sha256 = "1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d";
2460 };
2460 };
2461 meta = {
2461 meta = {
2462 license = [ pkgs.lib.licenses.zpl21 ];
2462 license = [ pkgs.lib.licenses.zpl21 ];
2463 };
2463 };
2464 };
2464 };
2465 "zope.event" = super.buildPythonPackage {
2465 "zope.event" = super.buildPythonPackage {
2466 name = "zope.event-4.4";
2466 name = "zope.event-4.4";
2467 doCheck = false;
2467 doCheck = false;
2468 propagatedBuildInputs = [
2468 propagatedBuildInputs = [
2469 self."setuptools"
2469 self."setuptools"
2470 ];
2470 ];
2471 src = fetchurl {
2471 src = fetchurl {
2472 url = "https://files.pythonhosted.org/packages/4c/b2/51c0369adcf5be2334280eed230192ab3b03f81f8efda9ddea6f65cc7b32/zope.event-4.4.tar.gz";
2472 url = "https://files.pythonhosted.org/packages/4c/b2/51c0369adcf5be2334280eed230192ab3b03f81f8efda9ddea6f65cc7b32/zope.event-4.4.tar.gz";
2473 sha256 = "1ksbc726av9xacml6jhcfyn828hlhb9xlddpx6fcvnlvmpmpvhk9";
2473 sha256 = "1ksbc726av9xacml6jhcfyn828hlhb9xlddpx6fcvnlvmpmpvhk9";
2474 };
2474 };
2475 meta = {
2475 meta = {
2476 license = [ pkgs.lib.licenses.zpl21 ];
2476 license = [ pkgs.lib.licenses.zpl21 ];
2477 };
2477 };
2478 };
2478 };
2479 "zope.interface" = super.buildPythonPackage {
2479 "zope.interface" = super.buildPythonPackage {
2480 name = "zope.interface-4.6.0";
2480 name = "zope.interface-4.6.0";
2481 doCheck = false;
2481 doCheck = false;
2482 propagatedBuildInputs = [
2482 propagatedBuildInputs = [
2483 self."setuptools"
2483 self."setuptools"
2484 ];
2484 ];
2485 src = fetchurl {
2485 src = fetchurl {
2486 url = "https://files.pythonhosted.org/packages/4e/d0/c9d16bd5b38de44a20c6dc5d5ed80a49626fafcb3db9f9efdc2a19026db6/zope.interface-4.6.0.tar.gz";
2486 url = "https://files.pythonhosted.org/packages/4e/d0/c9d16bd5b38de44a20c6dc5d5ed80a49626fafcb3db9f9efdc2a19026db6/zope.interface-4.6.0.tar.gz";
2487 sha256 = "1rgh2x3rcl9r0v0499kf78xy86rnmanajf4ywmqb943wpk50sg8v";
2487 sha256 = "1rgh2x3rcl9r0v0499kf78xy86rnmanajf4ywmqb943wpk50sg8v";
2488 };
2488 };
2489 meta = {
2489 meta = {
2490 license = [ pkgs.lib.licenses.zpl21 ];
2490 license = [ pkgs.lib.licenses.zpl21 ];
2491 };
2491 };
2492 };
2492 };
2493
2493
2494 ### Test requirements
2494 ### Test requirements
2495
2495
2496
2496
2497 }
2497 }
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Add another comment',
13 'Add another comment': 'Add another comment',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': 'Delete',
35 'Delete': 'Delete',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Follow',
45 'Follow': 'Follow',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': 'Lifetime',
53 'Lifetime': 'Lifetime',
50 'Loading ...': 'Loading ...',
54 'Loading ...': 'Loading ...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'No matches found',
63 'No matches found': 'No matches found',
60 'No matching files': 'No matching files',
64 'No matching files': 'No matching files',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'No results',
70 'No results': 'No results',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': 'Not Reviewed',
76 'Not Reviewed': 'Not Reviewed',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': 'Open new pull request',
79 'Open new pull request': 'Open new pull request',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Please delete {0} character',
81 'Please delete {0} character': 'Please delete {0} character',
77 'Please delete {0} characters': 'Please delete {0} characters',
82 'Please delete {0} characters': 'Please delete {0} characters',
78 'Please enter {0} or more character': 'Please enter {0} or more character',
83 'Please enter {0} or more character': 'Please enter {0} or more character',
79 'Please enter {0} or more characters': 'Please enter {0} or more characters',
84 'Please enter {0} or more characters': 'Please enter {0} or more characters',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': 'Selection link',
89 'Selection link': 'Selection link',
85 'Send': 'Send',
90 'Send': 'Send',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Show more',
97 'Show more': 'Show more',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'Start following this repository',
103 'Start following this repository': 'Start following this repository',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': 'Stop following this repository',
106 'Stop following this repository': 'Stop following this repository',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': 'Submitting...',
108 'Submitting...': 'Submitting...',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Unfollow',
121 'Unfollow': 'Unfollow',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': 'disabled',
134 'disabled': 'disabled',
128 'enabled': 'enabled',
135 'enabled': 'enabled',
129 'file': 'file',
136 'file': 'file',
130 'files': 'files',
137 'files': 'files',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'just now',
142 'just now': 'just now',
136 'loading...': 'loading...',
143 'loading...': 'loading...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Add another comment',
13 'Add another comment': 'Add another comment',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': 'Löschen',
35 'Delete': 'Löschen',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Follow',
45 'Follow': 'Follow',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': 'Lebensdauer',
53 'Lifetime': 'Lebensdauer',
50 'Loading ...': 'Loading ...',
54 'Loading ...': 'Loading ...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'Keine Treffer gefunden',
63 'No matches found': 'Keine Treffer gefunden',
60 'No matching files': 'No matching files',
64 'No matching files': 'No matching files',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'No results',
70 'No results': 'No results',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': 'Nicht Begutachtet',
76 'Not Reviewed': 'Nicht Begutachtet',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': 'Open new pull request',
79 'Open new pull request': 'Open new pull request',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Bitte {0} Zeichen löschen',
81 'Please delete {0} character': 'Bitte {0} Zeichen löschen',
77 'Please delete {0} characters': 'Bitte {0} Zeichen löschen',
82 'Please delete {0} characters': 'Bitte {0} Zeichen löschen',
78 'Please enter {0} or more character': 'Bitte {0} oder mehr Zeichen eingeben',
83 'Please enter {0} or more character': 'Bitte {0} oder mehr Zeichen eingeben',
79 'Please enter {0} or more characters': 'Bitte {0} oder mehr Zeichen eingeben',
84 'Please enter {0} or more characters': 'Bitte {0} oder mehr Zeichen eingeben',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': 'Selection link',
89 'Selection link': 'Selection link',
85 'Send': 'Senden',
90 'Send': 'Senden',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Show more',
97 'Show more': 'Show more',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'Start following this repository',
103 'Start following this repository': 'Start following this repository',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': 'Stop following this repository',
106 'Stop following this repository': 'Stop following this repository',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': 'Submitting...',
108 'Submitting...': 'Submitting...',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Unfollow',
121 'Unfollow': 'Unfollow',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': 'disabled',
134 'disabled': 'disabled',
128 'enabled': 'enabled',
135 'enabled': 'enabled',
129 'file': 'file',
136 'file': 'file',
130 'files': 'files',
137 'files': 'files',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'jetzt gerade',
142 'just now': 'jetzt gerade',
136 'loading...': 'loading...',
143 'loading...': 'loading...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Add another comment',
13 'Add another comment': 'Add another comment',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': 'Delete',
35 'Delete': 'Delete',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Follow',
45 'Follow': 'Follow',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': 'Lifetime',
53 'Lifetime': 'Lifetime',
50 'Loading ...': 'Loading ...',
54 'Loading ...': 'Loading ...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'No matches found',
63 'No matches found': 'No matches found',
60 'No matching files': 'No matching files',
64 'No matching files': 'No matching files',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'No results',
70 'No results': 'No results',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': 'Not Reviewed',
76 'Not Reviewed': 'Not Reviewed',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': 'Open new pull request',
79 'Open new pull request': 'Open new pull request',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Please delete {0} character',
81 'Please delete {0} character': 'Please delete {0} character',
77 'Please delete {0} characters': 'Please delete {0} characters',
82 'Please delete {0} characters': 'Please delete {0} characters',
78 'Please enter {0} or more character': 'Please enter {0} or more character',
83 'Please enter {0} or more character': 'Please enter {0} or more character',
79 'Please enter {0} or more characters': 'Please enter {0} or more characters',
84 'Please enter {0} or more characters': 'Please enter {0} or more characters',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': 'Selection link',
89 'Selection link': 'Selection link',
85 'Send': 'Send',
90 'Send': 'Send',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Show more',
97 'Show more': 'Show more',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'Start following this repository',
103 'Start following this repository': 'Start following this repository',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': 'Stop following this repository',
106 'Stop following this repository': 'Stop following this repository',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': 'Submitting...',
108 'Submitting...': 'Submitting...',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Unfollow',
121 'Unfollow': 'Unfollow',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': 'disabled',
134 'disabled': 'disabled',
128 'enabled': 'enabled',
135 'enabled': 'enabled',
129 'file': 'file',
136 'file': 'file',
130 'files': 'files',
137 'files': 'files',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'just now',
142 'just now': 'just now',
136 'loading...': 'loading...',
143 'loading...': 'loading...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Add another comment',
13 'Add another comment': 'Add another comment',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': 'Delete',
35 'Delete': 'Delete',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Follow',
45 'Follow': 'Follow',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': 'De por vida',
53 'Lifetime': 'De por vida',
50 'Loading ...': 'Loading ...',
54 'Loading ...': 'Loading ...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'No matches found',
63 'No matches found': 'No matches found',
60 'No matching files': 'No matching files',
64 'No matching files': 'No matching files',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'No results',
70 'No results': 'No results',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': 'Not Reviewed',
76 'Not Reviewed': 'Not Reviewed',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': 'Open new pull request',
79 'Open new pull request': 'Open new pull request',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Please delete {0} character',
81 'Please delete {0} character': 'Please delete {0} character',
77 'Please delete {0} characters': 'Please delete {0} characters',
82 'Please delete {0} characters': 'Please delete {0} characters',
78 'Please enter {0} or more character': 'Please enter {0} or more character',
83 'Please enter {0} or more character': 'Please enter {0} or more character',
79 'Please enter {0} or more characters': 'Please enter {0} or more characters',
84 'Please enter {0} or more characters': 'Please enter {0} or more characters',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': 'Selection link',
89 'Selection link': 'Selection link',
85 'Send': 'Send',
90 'Send': 'Send',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Show more',
97 'Show more': 'Show more',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'Start following this repository',
103 'Start following this repository': 'Start following this repository',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': 'Stop following this repository',
106 'Stop following this repository': 'Stop following this repository',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': 'Submitting...',
108 'Submitting...': 'Submitting...',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Unfollow',
121 'Unfollow': 'Unfollow',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': 'disabled',
134 'disabled': 'disabled',
128 'enabled': 'enabled',
135 'enabled': 'enabled',
129 'file': 'file',
136 'file': 'file',
130 'files': 'files',
137 'files': 'files',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'just now',
142 'just now': 'just now',
136 'loading...': 'loading...',
143 'loading...': 'loading...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Add another comment',
13 'Add another comment': 'Add another comment',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': 'Supprimer',
35 'Delete': 'Supprimer',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Follow',
45 'Follow': 'Follow',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': 'Durée de vie',
53 'Lifetime': 'Durée de vie',
50 'Loading ...': 'Loading ...',
54 'Loading ...': 'Loading ...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'No matches found',
63 'No matches found': 'No matches found',
60 'No matching files': 'No matching files',
64 'No matching files': 'No matching files',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'No results',
70 'No results': 'No results',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': 'Pas encore relue',
76 'Not Reviewed': 'Pas encore relue',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': 'Nouvelle requête de pull',
79 'Open new pull request': 'Nouvelle requête de pull',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Please delete {0} character',
81 'Please delete {0} character': 'Please delete {0} character',
77 'Please delete {0} characters': 'Please delete {0} characters',
82 'Please delete {0} characters': 'Please delete {0} characters',
78 'Please enter {0} or more character': 'Please enter {0} or more character',
83 'Please enter {0} or more character': 'Please enter {0} or more character',
79 'Please enter {0} or more characters': 'Please enter {0} or more characters',
84 'Please enter {0} or more characters': 'Please enter {0} or more characters',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': 'Lien vers la sélection',
89 'Selection link': 'Lien vers la sélection',
85 'Send': 'Envoyer',
90 'Send': 'Envoyer',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Show more',
97 'Show more': 'Show more',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'Suivre ce dépôt',
103 'Start following this repository': 'Suivre ce dépôt',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': 'Arrêter de suivre ce dépôt',
106 'Stop following this repository': 'Arrêter de suivre ce dépôt',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': 'Envoi…',
108 'Submitting...': 'Envoi…',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Unfollow',
121 'Unfollow': 'Unfollow',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': 'Désactivé',
134 'disabled': 'Désactivé',
128 'enabled': 'Activé',
135 'enabled': 'Activé',
129 'file': 'file',
136 'file': 'file',
130 'files': 'Fichiers',
137 'files': 'Fichiers',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'à l’instant',
142 'just now': 'à l’instant',
136 'loading...': 'Chargement…',
143 'loading...': 'Chargement…',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'Spécifier un commit',
150 'specify commit': 'Spécifier un commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} jours',
160 '{0} days': '{0} jours',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} heures',
162 '{0} hours': '{0} heures',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} mois',
165 '{0} months': '{0} mois',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} années',
177 '{0} years': '{0} années',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Aggiungi un altro commento',
13 'Add another comment': 'Aggiungi un altro commento',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': 'Elimina',
35 'Delete': 'Elimina',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Segui',
45 'Follow': 'Segui',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': 'a vita',
53 'Lifetime': 'a vita',
50 'Loading ...': 'Caricamento ...',
54 'Loading ...': 'Caricamento ...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'Nessuna corrispondenza',
63 'No matches found': 'Nessuna corrispondenza',
60 'No matching files': 'Nessuna corrispondenza tra i file',
64 'No matching files': 'Nessuna corrispondenza tra i file',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'Nessun risultato',
70 'No results': 'Nessun risultato',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': 'Non Revisionato',
76 'Not Reviewed': 'Non Revisionato',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': 'Apri una richiesta PULL',
79 'Open new pull request': 'Apri una richiesta PULL',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Please delete {0} character',
81 'Please delete {0} character': 'Please delete {0} character',
77 'Please delete {0} characters': 'Please delete {0} characters',
82 'Please delete {0} characters': 'Please delete {0} characters',
78 'Please enter {0} or more character': 'Please enter {0} or more character',
83 'Please enter {0} or more character': 'Please enter {0} or more character',
79 'Please enter {0} or more characters': 'Please enter {0} or more characters',
84 'Please enter {0} or more characters': 'Please enter {0} or more characters',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': 'Collegamento selezione',
89 'Selection link': 'Collegamento selezione',
85 'Send': 'Invia',
90 'Send': 'Invia',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Mostra ancora',
97 'Show more': 'Mostra ancora',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'Inizia a seguire il repository',
103 'Start following this repository': 'Inizia a seguire il repository',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': 'Smetti di seguire il repository',
106 'Stop following this repository': 'Smetti di seguire il repository',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': 'Inoltro...',
108 'Submitting...': 'Inoltro...',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'Al momento non ci sono richieste di PULL che richiedono il tuo intervento',
114 'There are currently no open pull requests requiring your participation.': 'Al momento non ci sono richieste di PULL che richiedono il tuo intervento',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Smetti di seguire',
121 'Unfollow': 'Smetti di seguire',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': 'disabilitato',
134 'disabled': 'disabilitato',
128 'enabled': 'abilitato',
135 'enabled': 'abilitato',
129 'file': 'file',
136 'file': 'file',
130 'files': 'i file',
137 'files': 'i file',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'proprio ora',
142 'just now': 'proprio ora',
136 'loading...': 'loading...',
143 'loading...': 'loading...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': '別のコメントを追加',
13 'Add another comment': '別のコメントを追加',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': '選択したステータス ({0}) を元にコメントが自動的に設定されます...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': '選択したステータス ({0}) を元にコメントが自動的に設定されます...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': '削除',
35 'Delete': '削除',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'フォロー',
45 'Follow': 'フォロー',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': '有効期間',
53 'Lifetime': '有効期間',
50 'Loading ...': '読み込み中...',
54 'Loading ...': '読み込み中...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': '読み込み失敗',
56 'Loading failed': '読み込み失敗',
53 'Loading more results...': '結果を読み込み中...',
57 'Loading more results...': '結果を読み込み中...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'まだブックマークがありません。',
59 'No bookmarks available yet.': 'まだブックマークがありません。',
56 'No branches available yet.': 'まだブランチがありません。',
60 'No branches available yet.': 'まだブランチがありません。',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'まだ Gist がありません。',
62 'No gists available yet.': 'まだ Gist がありません。',
59 'No matches found': '一致するものが見つかりません',
63 'No matches found': '一致するものが見つかりません',
60 'No matching files': 'マッチするファイルはありません',
64 'No matching files': 'マッチするファイルはありません',
61 'No pull requests available yet.': 'まだプルリクエストがありません。',
65 'No pull requests available yet.': 'まだプルリクエストがありません。',
62 'No repositories available yet.': 'まだリポジトリがありません。',
66 'No repositories available yet.': 'まだリポジトリがありません。',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'まだリポジトリグループがありません。',
68 'No repository groups available yet.': 'まだリポジトリグループがありません。',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': '結果がありません',
70 'No results': '結果がありません',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'まだタグがありません。',
73 'No tags available yet.': 'まだタグがありません。',
69 'No user groups available yet.': 'まだユーザーグループがありません。',
74 'No user groups available yet.': 'まだユーザーグループがありません。',
70 'No users available yet.': 'まだユーザーがいません。',
75 'No users available yet.': 'まだユーザーがいません。',
71 'Not Reviewed': '未レビュー',
76 'Not Reviewed': '未レビュー',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': '1 件の結果があります。 Enter で選択できます。',
78 'One result is available, press enter to select it.': '1 件の結果があります。 Enter で選択できます。',
74 'Open new pull request': '新しいプルリクエストを作成',
79 'Open new pull request': '新しいプルリクエストを作成',
75 'Open new pull request for selected commit': '選択したコミットから新しいプルリクエストを作成',
80 'Open new pull request for selected commit': '選択したコミットから新しいプルリクエストを作成',
76 'Please delete {0} character': '{0} 文字削除してください',
81 'Please delete {0} character': '{0} 文字削除してください',
77 'Please delete {0} characters': '{0} 文字削除してください',
82 'Please delete {0} characters': '{0} 文字削除してください',
78 'Please enter {0} or more character': '{0} 文字以上入力してください',
83 'Please enter {0} or more character': '{0} 文字以上入力してください',
79 'Please enter {0} or more characters': '{0} 文字以上入力してください',
84 'Please enter {0} or more characters': '{0} 文字以上入力してください',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': '検索中...',
88 'Searching...': '検索中...',
84 'Selection link': 'セレクション・リンク',
89 'Selection link': 'セレクション・リンク',
85 'Send': '送信',
90 'Send': '送信',
86 'Set status to Approved': 'ステータスを承認にする',
91 'Set status to Approved': 'ステータスを承認にする',
87 'Set status to Rejected': 'ステータスを拒否にする',
92 'Set status to Rejected': 'ステータスを拒否にする',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'もっと表示',
97 'Show more': 'もっと表示',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'このリポジトリのフォローする',
103 'Start following this repository': 'このリポジトリのフォローする',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'ステータスレビュー',
105 'Status Review': 'ステータスレビュー',
101 'Stop following this repository': 'このリポジトリのフォローをやめる',
106 'Stop following this repository': 'このリポジトリのフォローをやめる',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': '送信中...',
108 'Submitting...': '送信中...',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'アンフォロー',
121 'Unfollow': 'アンフォロー',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': '{0} 件のみ選択できます',
129 'You can only select {0} item': '{0} 件のみ選択できます',
123 'You can only select {0} items': '{0} 件のみ選択できます',
130 'You can only select {0} items': '{0} 件のみ選択できます',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': '無効',
134 'disabled': '無効',
128 'enabled': '有効',
135 'enabled': '有効',
129 'file': 'ファイル',
136 'file': 'ファイル',
130 'files': 'ファイル',
137 'files': 'ファイル',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'たったいま',
142 'just now': 'たったいま',
136 'loading...': '読み込み中...',
143 'loading...': '読み込み中...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': '省略された結果',
151 'truncated result': '省略された結果',
145 'truncated results': '省略された結果',
152 'truncated results': '省略された結果',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} 前',
156 '{0} ago': '{0} 前',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} 日',
159 '{0} day': '{0} 日',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} 時間',
161 '{0} hour': '{0} 時間',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} 分',
163 '{0} min': '{0} 分',
157 '{0} month': '{0} ヶ月',
164 '{0} month': '{0} ヶ月',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} 件の結果があります。矢印キーの上下で選択できます。',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} 件の結果があります。矢印キーの上下で選択できます。',
166 '{0} sec': '{0} 秒',
173 '{0} sec': '{0} 秒',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} 年',
176 '{0} year': '{0} 年',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,165 +1,172 b''
1 // AUTO GENERATED FILE FOR Babel JS-GETTEXT EXTRACTORS, DO NOT CHANGE
1 // AUTO GENERATED FILE FOR Babel JS-GETTEXT EXTRACTORS, DO NOT CHANGE
2 _gettext('(from usergroup {0})');
2 _gettext('(from usergroup {0})');
3 _gettext('<strong>, and {0} file</strong> changed.');
4 _gettext('<strong>, and {0} files</strong> changed.');
3 _gettext('<strong>{0} file</strong> changed, ');
5 _gettext('<strong>{0} file</strong> changed, ');
4 _gettext('<strong>{0} files</strong> changed, ');
6 _gettext('<strong>{0} files</strong> changed, ');
5 _gettext('Add another comment');
7 _gettext('Add another comment');
6 _gettext('Adding new reviewers is forbidden.');
8 _gettext('Adding new reviewers is forbidden.');
7 _gettext('Ajax Request Error');
9 _gettext('Ajax Request Error');
8 _gettext('All Authors');
10 _gettext('All Authors');
9 _gettext('All individual reviewers must vote.');
11 _gettext('All individual reviewers must vote.');
10 _gettext('All reviewers must vote.');
12 _gettext('All reviewers must vote.');
11 _gettext('Are you sure to close this pull request without merging?');
13 _gettext('Are you sure to close this pull request without merging?');
12 _gettext('At least {0} reviewer must vote.');
14 _gettext('At least {0} reviewer must vote.');
13 _gettext('At least {0} reviewers must vote.');
15 _gettext('At least {0} reviewers must vote.');
14 _gettext('Authentication Token');
16 _gettext('Authentication Token');
15 _gettext('Author is not allowed to be a reviewer.');
17 _gettext('Author is not allowed to be a reviewer.');
16 _gettext('Changed files');
18 _gettext('Changed files');
17 _gettext('Close');
19 _gettext('Close');
18 _gettext('Collapse all files');
20 _gettext('Collapse all files');
19 _gettext('Collapse {0} commit');
21 _gettext('Collapse {0} commit');
20 _gettext('Collapse {0} commits');
22 _gettext('Collapse {0} commits');
21 _gettext('Comment body was not changed.');
23 _gettext('Comment body was not changed.');
22 _gettext('Comment text will be set automatically based on currently selected status ({0}) ...');
24 _gettext('Comment text will be set automatically based on currently selected status ({0}) ...');
23 _gettext('Commit Authors are not allowed to be a reviewer.');
25 _gettext('Commit Authors are not allowed to be a reviewer.');
26 _gettext('Compare summary: <strong>{0} commit</strong>');
27 _gettext('Compare summary: <strong>{0} commits</strong>');
24 _gettext('Context file: ');
28 _gettext('Context file: ');
25 _gettext('Delete');
29 _gettext('Delete');
26 _gettext('Delete this comment?');
30 _gettext('Delete this comment?');
27 _gettext('Diff to Commit ');
31 _gettext('Diff to Commit ');
28 _gettext('Error during search operation');
32 _gettext('Error during search operation');
29 _gettext('Expand all files');
33 _gettext('Expand all files');
30 _gettext('Expand {0} commit');
34 _gettext('Expand {0} commit');
31 _gettext('Expand {0} commits');
35 _gettext('Expand {0} commits');
32 _gettext('Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.');
36 _gettext('Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.');
33 _gettext('Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.');
37 _gettext('Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.');
34 _gettext('File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.');
38 _gettext('File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.');
35 _gettext('Follow');
39 _gettext('Follow');
36 _gettext('Force updating...');
40 _gettext('Force updating...');
37 _gettext('Hide full context diff');
41 _gettext('Hide full context diff');
38 _gettext('Hide whitespace changes');
42 _gettext('Hide whitespace changes');
39 _gettext('Invite reviewers to this discussion');
43 _gettext('Invite reviewers to this discussion');
40 _gettext('Leave a comment on line {0}.');
44 _gettext('Leave a comment on line {0}.');
41 _gettext('Leave a comment, or click resolve button to resolve TODO comment #{0}');
45 _gettext('Leave a comment, or click resolve button to resolve TODO comment #{0}');
42 _gettext('Leave a resolution comment, or click resolve button to resolve TODO comment #{0}');
46 _gettext('Leave a resolution comment, or click resolve button to resolve TODO comment #{0}');
43 _gettext('Lifetime');
47 _gettext('Lifetime');
44 _gettext('Loading ...');
48 _gettext('Loading ...');
45 _gettext('Loading diff ...');
49 _gettext('Loading diff ...');
46 _gettext('Loading failed');
50 _gettext('Loading failed');
47 _gettext('Loading more results...');
51 _gettext('Loading more results...');
48 _gettext('Loading...');
52 _gettext('Loading...');
49 _gettext('No bookmarks available yet.');
53 _gettext('No bookmarks available yet.');
50 _gettext('No branches available yet.');
54 _gettext('No branches available yet.');
51 _gettext('No forks available yet.');
55 _gettext('No forks available yet.');
52 _gettext('No gists available yet.');
56 _gettext('No gists available yet.');
53 _gettext('No matches found');
57 _gettext('No matches found');
54 _gettext('No matching files');
58 _gettext('No matching files');
55 _gettext('No pull requests available yet.');
59 _gettext('No pull requests available yet.');
56 _gettext('No repositories available yet.');
60 _gettext('No repositories available yet.');
57 _gettext('No repositories present.');
61 _gettext('No repositories present.');
58 _gettext('No repository groups available yet.');
62 _gettext('No repository groups available yet.');
59 _gettext('No repository groups present.');
63 _gettext('No repository groups present.');
60 _gettext('No results');
64 _gettext('No results');
65 _gettext('No review rules set.');
61 _gettext('No ssh keys available yet.');
66 _gettext('No ssh keys available yet.');
62 _gettext('No tags available yet.');
67 _gettext('No tags available yet.');
63 _gettext('No user groups available yet.');
68 _gettext('No user groups available yet.');
64 _gettext('No users available yet.');
69 _gettext('No users available yet.');
65 _gettext('Not Reviewed');
70 _gettext('Not Reviewed');
66 _gettext('Note Comment');
71 _gettext('Note Comment');
67 _gettext('One result is available, press enter to select it.');
72 _gettext('One result is available, press enter to select it.');
68 _gettext('Open new pull request');
73 _gettext('Open new pull request');
69 _gettext('Open new pull request for selected commit');
74 _gettext('Open new pull request for selected commit');
70 _gettext('Please delete {0} character');
75 _gettext('Please delete {0} character');
71 _gettext('Please delete {0} characters');
76 _gettext('Please delete {0} characters');
72 _gettext('Please enter {0} or more character');
77 _gettext('Please enter {0} or more character');
73 _gettext('Please enter {0} or more characters');
78 _gettext('Please enter {0} or more characters');
74 _gettext('Please wait creating pull request...');
79 _gettext('Please wait creating pull request...');
75 _gettext('Reviewers picked from source code changes.');
80 _gettext('Reviewers picked from source code changes.');
76 _gettext('Saving...');
81 _gettext('Saving...');
77 _gettext('Searching...');
82 _gettext('Searching...');
78 _gettext('Selection link');
83 _gettext('Selection link');
79 _gettext('Send');
84 _gettext('Send');
80 _gettext('Set status to Approved');
85 _gettext('Set status to Approved');
81 _gettext('Set status to Rejected');
86 _gettext('Set status to Rejected');
82 _gettext('Show');
87 _gettext('Show');
83 _gettext('Show at Commit ');
88 _gettext('Show at Commit ');
84 _gettext('Show commit range {0} ... {1}');
89 _gettext('Show commit range {0} ... {1}');
85 _gettext('Show full context diff');
90 _gettext('Show full context diff');
86 _gettext('Show more');
91 _gettext('Show more');
87 _gettext('Show selected commit __S');
92 _gettext('Show selected commit __S');
88 _gettext('Show selected commits __S ... __E');
93 _gettext('Show selected commits __S ... __E');
89 _gettext('Show this authentication token?');
94 _gettext('Show this authentication token?');
90 _gettext('Show whitespace changes');
95 _gettext('Show whitespace changes');
91 _gettext('Specified expiration date');
96 _gettext('Specified expiration date');
92 _gettext('Start following this repository');
97 _gettext('Start following this repository');
93 _gettext('Started watching this repository');
98 _gettext('Started watching this repository');
94 _gettext('Status Review');
99 _gettext('Status Review');
95 _gettext('Stop following this repository');
100 _gettext('Stop following this repository');
96 _gettext('Stopped watching this repository');
101 _gettext('Stopped watching this repository');
97 _gettext('Submitting...');
102 _gettext('Submitting...');
103 _gettext('Switch target repository with the source.');
98 _gettext('Switch to chat');
104 _gettext('Switch to chat');
99 _gettext('Switch to comment');
105 _gettext('Switch to comment');
100 _gettext('TODO comment');
106 _gettext('TODO comment');
101 _gettext('TODO from comment {0} was fixed.');
107 _gettext('TODO from comment {0} was fixed.');
102 _gettext('There are currently no open pull requests requiring your participation.');
108 _gettext('There are currently no open pull requests requiring your participation.');
109 _gettext('There are no commits to merge.');
103 _gettext('There is a later version of file tree available. Click {0} to create a file at the latest tree.');
110 _gettext('There is a later version of file tree available. Click {0} to create a file at the latest tree.');
104 _gettext('There is an existing path `{0}` at this commit.');
111 _gettext('There is an existing path `{0}` at this commit.');
105 _gettext('This pull requests will consist of <strong>{0} commit</strong>.');
112 _gettext('This pull requests will consist of <strong>{0} commit</strong>.');
106 _gettext('This pull requests will consist of <strong>{0} commits</strong>.');
113 _gettext('This pull requests will consist of <strong>{0} commits</strong>.');
107 _gettext('Toggle Wide Mode diff');
114 _gettext('Toggle Wide Mode diff');
108 _gettext('Unfollow');
115 _gettext('Unfollow');
109 _gettext('Unwatch');
116 _gettext('Unwatch');
110 _gettext('Updated Comment');
117 _gettext('Updated Comment');
111 _gettext('Updating...');
118 _gettext('Updating...');
112 _gettext('User `{0}` already in reviewers');
119 _gettext('User `{0}` already in reviewers');
113 _gettext('User `{0}` not allowed to be a reviewer');
120 _gettext('User `{0}` not allowed to be a reviewer');
114 _gettext('Watch');
121 _gettext('Watch');
115 _gettext('Yes, delete comment #{0}!');
122 _gettext('Yes, delete comment #{0}!');
116 _gettext('You can only select {0} item');
123 _gettext('You can only select {0} item');
117 _gettext('You can only select {0} items');
124 _gettext('You can only select {0} items');
118 _gettext('activated');
125 _gettext('activated');
119 _gettext('added manually by "{0}"');
126 _gettext('added manually by "{0}"');
120 _gettext('date not in future');
127 _gettext('date not in future');
121 _gettext('disabled');
128 _gettext('disabled');
122 _gettext('enabled');
129 _gettext('enabled');
123 _gettext('file');
130 _gettext('file');
124 _gettext('files');
131 _gettext('files');
125 _gettext('go to numeric commit');
132 _gettext('go to numeric commit');
126 _gettext('in {0}');
133 _gettext('in {0}');
127 _gettext('in {0} and {1}');
134 _gettext('in {0} and {1}');
128 _gettext('in {0}, {1}');
135 _gettext('in {0}, {1}');
129 _gettext('just now');
136 _gettext('just now');
130 _gettext('loading...');
137 _gettext('loading...');
131 _gettext('member of "{0}"');
138 _gettext('member of "{0}"');
132 _gettext('no commits');
139 _gettext('no commits');
133 _gettext('not active');
140 _gettext('not active');
134 _gettext('resolve comment');
141 _gettext('resolve comment');
135 _gettext('showing {0} out of {1} commit');
142 _gettext('showing {0} out of {1} commit');
136 _gettext('showing {0} out of {1} commits');
143 _gettext('showing {0} out of {1} commits');
137 _gettext('specify commit');
144 _gettext('specify commit');
138 _gettext('truncated result');
145 _gettext('truncated result');
139 _gettext('truncated results');
146 _gettext('truncated results');
140 _gettext('{0} ({1} inactive) of {2} user groups ({3} inactive)');
147 _gettext('{0} ({1} inactive) of {2} user groups ({3} inactive)');
141 _gettext('{0} ({1} inactive) of {2} users ({3} inactive)');
148 _gettext('{0} ({1} inactive) of {2} users ({3} inactive)');
142 _gettext('{0} active out of {1} users');
149 _gettext('{0} active out of {1} users');
143 _gettext('{0} ago');
150 _gettext('{0} ago');
144 _gettext('{0} and {1}');
151 _gettext('{0} and {1}');
145 _gettext('{0} and {1} ago');
152 _gettext('{0} and {1} ago');
146 _gettext('{0} day');
153 _gettext('{0} day');
147 _gettext('{0} days');
154 _gettext('{0} days');
148 _gettext('{0} hour');
155 _gettext('{0} hour');
149 _gettext('{0} hours');
156 _gettext('{0} hours');
150 _gettext('{0} min');
157 _gettext('{0} min');
151 _gettext('{0} month');
158 _gettext('{0} month');
152 _gettext('{0} months');
159 _gettext('{0} months');
153 _gettext('{0} of {1} repositories');
160 _gettext('{0} of {1} repositories');
154 _gettext('{0} of {1} repository groups');
161 _gettext('{0} of {1} repository groups');
155 _gettext('{0} out of {1} ssh keys');
162 _gettext('{0} out of {1} ssh keys');
156 _gettext('{0} out of {1} users');
163 _gettext('{0} out of {1} users');
157 _gettext('{0} repositories');
164 _gettext('{0} repositories');
158 _gettext('{0} repository groups');
165 _gettext('{0} repository groups');
159 _gettext('{0} results are available, use up and down arrow keys to navigate.');
166 _gettext('{0} results are available, use up and down arrow keys to navigate.');
160 _gettext('{0} sec');
167 _gettext('{0} sec');
161 _gettext('{0} user groups ({1} inactive)');
168 _gettext('{0} user groups ({1} inactive)');
162 _gettext('{0} users ({1} inactive)');
169 _gettext('{0} users ({1} inactive)');
163 _gettext('{0} year');
170 _gettext('{0} year');
164 _gettext('{0} years');
171 _gettext('{0} years');
165 _gettext('{0}, {1} ago');
172 _gettext('{0}, {1} ago');
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Dodaj kolejny komentarz',
13 'Add another comment': 'Dodaj kolejny komentarz',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Zamknij',
25 'Close': 'Zamknij',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': 'Usuń',
35 'Delete': 'Usuń',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Obserwuj',
45 'Follow': 'Obserwuj',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': 'Czas życia',
53 'Lifetime': 'Czas życia',
50 'Loading ...': 'Ładuję...',
54 'Loading ...': 'Ładuję...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'No matches found',
63 'No matches found': 'No matches found',
60 'No matching files': 'Nie ma plików pasujących',
64 'No matching files': 'Nie ma plików pasujących',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'No results',
70 'No results': 'No results',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': 'Brak Korekty',
76 'Not Reviewed': 'Brak Korekty',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': 'Otwórz nową prośbę o połączenie gałęzi',
79 'Open new pull request': 'Otwórz nową prośbę o połączenie gałęzi',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Please delete {0} character',
81 'Please delete {0} character': 'Please delete {0} character',
77 'Please delete {0} characters': 'Please delete {0} characters',
82 'Please delete {0} characters': 'Please delete {0} characters',
78 'Please enter {0} or more character': 'Please enter {0} or more character',
83 'Please enter {0} or more character': 'Please enter {0} or more character',
79 'Please enter {0} or more characters': 'Please enter {0} or more characters',
84 'Please enter {0} or more characters': 'Please enter {0} or more characters',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': 'Wybór linku',
89 'Selection link': 'Wybór linku',
85 'Send': 'Wyślij',
90 'Send': 'Wyślij',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Pokaż więcej',
97 'Show more': 'Pokaż więcej',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'Zacznij obserwację tego repozytorium',
103 'Start following this repository': 'Zacznij obserwację tego repozytorium',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': 'Zakończyć obserwację tego repozytorium',
106 'Stop following this repository': 'Zakończyć obserwację tego repozytorium',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': 'Przesyłanie...',
108 'Submitting...': 'Przesyłanie...',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Nie obserwuj',
121 'Unfollow': 'Nie obserwuj',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': 'disabled',
134 'disabled': 'disabled',
128 'enabled': 'enabled',
135 'enabled': 'enabled',
129 'file': 'file',
136 'file': 'file',
130 'files': 'pliki',
137 'files': 'pliki',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'przed chwilą',
142 'just now': 'przed chwilą',
136 'loading...': 'wczytywanie...',
143 'loading...': 'wczytywanie...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} aktywnych z {1} użytkowników',
155 '{0} active out of {1} users': '{0} aktywnych z {1} użytkowników',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Adicionar outro comentário',
13 'Add another comment': 'Adicionar outro comentário',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': 'Excluir',
35 'Delete': 'Excluir',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Seguir',
45 'Follow': 'Seguir',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': 'Tempo de Vida',
53 'Lifetime': 'Tempo de Vida',
50 'Loading ...': 'Carregando...',
54 'Loading ...': 'Carregando...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'No matches found',
63 'No matches found': 'No matches found',
60 'No matching files': 'Nenhum arquivo encontrado',
64 'No matching files': 'Nenhum arquivo encontrado',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'No results',
70 'No results': 'No results',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': 'Não Revisado',
76 'Not Reviewed': 'Não Revisado',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': 'Crie novo pull request',
79 'Open new pull request': 'Crie novo pull request',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Please delete {0} character',
81 'Please delete {0} character': 'Please delete {0} character',
77 'Please delete {0} characters': 'Please delete {0} characters',
82 'Please delete {0} characters': 'Please delete {0} characters',
78 'Please enter {0} or more character': 'Please enter {0} or more character',
83 'Please enter {0} or more character': 'Please enter {0} or more character',
79 'Please enter {0} or more characters': 'Please enter {0} or more characters',
84 'Please enter {0} or more characters': 'Please enter {0} or more characters',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': 'Link da seleção',
89 'Selection link': 'Link da seleção',
85 'Send': 'Enviar',
90 'Send': 'Enviar',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Mostrar mais',
97 'Show more': 'Mostrar mais',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'Passar a seguir este repositório',
103 'Start following this repository': 'Passar a seguir este repositório',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': 'Parar de seguir este repositório',
106 'Stop following this repository': 'Parar de seguir este repositório',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': 'Enviando...',
108 'Submitting...': 'Enviando...',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Parar de seguir',
121 'Unfollow': 'Parar de seguir',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': 'desabilitado',
134 'disabled': 'desabilitado',
128 'enabled': 'enabled',
135 'enabled': 'enabled',
129 'file': 'file',
136 'file': 'file',
130 'files': 'arquivos',
137 'files': 'arquivos',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'agora há pouco',
142 'just now': 'agora há pouco',
136 'loading...': 'loading...',
143 'loading...': 'loading...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Добавить другой комментарий',
13 'Add another comment': 'Добавить другой комментарий',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': 'Удалить',
35 'Delete': 'Удалить',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Наблюдать',
45 'Follow': 'Наблюдать',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': 'Срок',
53 'Lifetime': 'Срок',
50 'Loading ...': 'Загрузка...',
54 'Loading ...': 'Загрузка...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'No matches found',
63 'No matches found': 'No matches found',
60 'No matching files': 'Нет совпадений',
64 'No matching files': 'Нет совпадений',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'No results',
70 'No results': 'No results',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': 'Не просмотрено',
76 'Not Reviewed': 'Не просмотрено',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': 'Создать новый pull запрос',
79 'Open new pull request': 'Создать новый pull запрос',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Please delete {0} character',
81 'Please delete {0} character': 'Please delete {0} character',
77 'Please delete {0} characters': 'Please delete {0} characters',
82 'Please delete {0} characters': 'Please delete {0} characters',
78 'Please enter {0} or more character': 'Please enter {0} or more character',
83 'Please enter {0} or more character': 'Please enter {0} or more character',
79 'Please enter {0} or more characters': 'Please enter {0} or more characters',
84 'Please enter {0} or more characters': 'Please enter {0} or more characters',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': 'Ссылка выбора',
89 'Selection link': 'Ссылка выбора',
85 'Send': 'Отправить',
90 'Send': 'Отправить',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Показать еще',
97 'Show more': 'Показать еще',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': 'Наблюдать за репозиторием',
103 'Start following this repository': 'Наблюдать за репозиторием',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': 'Отменить наблюдение за репозиторием',
106 'Stop following this repository': 'Отменить наблюдение за репозиторием',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': 'Применение...',
108 'Submitting...': 'Применение...',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Не наблюдать',
121 'Unfollow': 'Не наблюдать',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': 'отключено',
134 'disabled': 'отключено',
128 'enabled': 'enabled',
135 'enabled': 'enabled',
129 'file': 'file',
136 'file': 'file',
130 'files': 'файлы',
137 'files': 'файлы',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': 'прямо сейчас',
142 'just now': 'прямо сейчас',
136 'loading...': 'загрузка...',
143 'loading...': 'загрузка...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
@@ -1,172 +1,179 b''
1 /* This file is automatically generated. DO NOT change it manually.
1 /* This file is automatically generated. DO NOT change it manually.
2 * If this file needs to be modified, edit
2 * If this file needs to be modified, edit
3 * rhodecode/utils/file_generation/js_i18n_data.py
3 * rhodecode/utils/file_generation/js_i18n_data.py
4 * and run the script invoke -r scripts/ generate.js-i18n .
4 * and run the script invoke -r scripts/ generate.js-i18n .
5 */
5 */
6 //JS translations map
6 //JS translations map
7 var _TM = {
7 var _TM = {
8 '(from usergroup {0})': '(from usergroup {0})',
8 '(from usergroup {0})': '(from usergroup {0})',
9 '<strong>, and {0} file</strong> changed.': '<strong>, and {0} file</strong> changed.',
10 '<strong>, and {0} files</strong> changed.': '<strong>, and {0} files</strong> changed.',
9 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
11 '<strong>{0} file</strong> changed, ': '<strong>{0} file</strong> changed, ',
10 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
12 '<strong>{0} files</strong> changed, ': '<strong>{0} files</strong> changed, ',
11 'Add another comment': 'Add another comment',
13 'Add another comment': 'Add another comment',
12 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
14 'Adding new reviewers is forbidden.': 'Adding new reviewers is forbidden.',
13 'Ajax Request Error': 'Ajax Request Error',
15 'Ajax Request Error': 'Ajax Request Error',
14 'All Authors': 'All Authors',
16 'All Authors': 'All Authors',
15 'All individual reviewers must vote.': 'All individual reviewers must vote.',
17 'All individual reviewers must vote.': 'All individual reviewers must vote.',
16 'All reviewers must vote.': 'All reviewers must vote.',
18 'All reviewers must vote.': 'All reviewers must vote.',
17 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
19 'Are you sure to close this pull request without merging?': 'Are you sure to close this pull request without merging?',
18 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
20 'At least {0} reviewer must vote.': 'At least {0} reviewer must vote.',
19 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
21 'At least {0} reviewers must vote.': 'At least {0} reviewers must vote.',
20 'Authentication Token': 'Authentication Token',
22 'Authentication Token': 'Authentication Token',
21 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
23 'Author is not allowed to be a reviewer.': 'Author is not allowed to be a reviewer.',
22 'Changed files': 'Changed files',
24 'Changed files': 'Changed files',
23 'Close': 'Close',
25 'Close': 'Close',
24 'Collapse all files': 'Collapse all files',
26 'Collapse all files': 'Collapse all files',
25 'Collapse {0} commit': 'Collapse {0} commit',
27 'Collapse {0} commit': 'Collapse {0} commit',
26 'Collapse {0} commits': 'Collapse {0} commits',
28 'Collapse {0} commits': 'Collapse {0} commits',
27 'Comment body was not changed.': 'Comment body was not changed.',
29 'Comment body was not changed.': 'Comment body was not changed.',
28 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
30 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...',
29 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
31 'Commit Authors are not allowed to be a reviewer.': 'Commit Authors are not allowed to be a reviewer.',
32 'Compare summary: <strong>{0} commit</strong>': 'Compare summary: <strong>{0} commit</strong>',
33 'Compare summary: <strong>{0} commits</strong>': 'Compare summary: <strong>{0} commits</strong>',
30 'Context file: ': 'Context file: ',
34 'Context file: ': 'Context file: ',
31 'Delete': '删除',
35 'Delete': '删除',
32 'Delete this comment?': 'Delete this comment?',
36 'Delete this comment?': 'Delete this comment?',
33 'Diff to Commit ': 'Diff to Commit ',
37 'Diff to Commit ': 'Diff to Commit ',
34 'Error during search operation': 'Error during search operation',
38 'Error during search operation': 'Error during search operation',
35 'Expand all files': 'Expand all files',
39 'Expand all files': 'Expand all files',
36 'Expand {0} commit': 'Expand {0} commit',
40 'Expand {0} commit': 'Expand {0} commit',
37 'Expand {0} commits': 'Expand {0} commits',
41 'Expand {0} commits': 'Expand {0} commits',
38 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
42 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.': 'Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.',
39 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
43 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.': 'Fetching repository state failed. Error code: {0} {1}. Try refreshing this page.',
40 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
44 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.': 'File `{0}` has a newer version available, or has been removed. Click {1} to see the latest version.',
41 'Follow': 'Follow',
45 'Follow': 'Follow',
42 'Force updating...': 'Force updating...',
46 'Force updating...': 'Force updating...',
43 'Hide full context diff': 'Hide full context diff',
47 'Hide full context diff': 'Hide full context diff',
44 'Hide whitespace changes': 'Hide whitespace changes',
48 'Hide whitespace changes': 'Hide whitespace changes',
45 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
49 'Invite reviewers to this discussion': 'Invite reviewers to this discussion',
46 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
50 'Leave a comment on line {0}.': 'Leave a comment on line {0}.',
47 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
51 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a comment, or click resolve button to resolve TODO comment #{0}',
48 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
52 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}': 'Leave a resolution comment, or click resolve button to resolve TODO comment #{0}',
49 'Lifetime': '终身',
53 'Lifetime': '终身',
50 'Loading ...': 'Loading ...',
54 'Loading ...': 'Loading ...',
51 'Loading diff ...': 'Loading diff ...',
55 'Loading diff ...': 'Loading diff ...',
52 'Loading failed': 'Loading failed',
56 'Loading failed': 'Loading failed',
53 'Loading more results...': 'Loading more results...',
57 'Loading more results...': 'Loading more results...',
54 'Loading...': 'Loading...',
58 'Loading...': 'Loading...',
55 'No bookmarks available yet.': 'No bookmarks available yet.',
59 'No bookmarks available yet.': 'No bookmarks available yet.',
56 'No branches available yet.': 'No branches available yet.',
60 'No branches available yet.': 'No branches available yet.',
57 'No forks available yet.': 'No forks available yet.',
61 'No forks available yet.': 'No forks available yet.',
58 'No gists available yet.': 'No gists available yet.',
62 'No gists available yet.': 'No gists available yet.',
59 'No matches found': 'No matches found',
63 'No matches found': 'No matches found',
60 'No matching files': 'No matching files',
64 'No matching files': 'No matching files',
61 'No pull requests available yet.': 'No pull requests available yet.',
65 'No pull requests available yet.': 'No pull requests available yet.',
62 'No repositories available yet.': 'No repositories available yet.',
66 'No repositories available yet.': 'No repositories available yet.',
63 'No repositories present.': 'No repositories present.',
67 'No repositories present.': 'No repositories present.',
64 'No repository groups available yet.': 'No repository groups available yet.',
68 'No repository groups available yet.': 'No repository groups available yet.',
65 'No repository groups present.': 'No repository groups present.',
69 'No repository groups present.': 'No repository groups present.',
66 'No results': 'No results',
70 'No results': 'No results',
71 'No review rules set.': 'No review rules set.',
67 'No ssh keys available yet.': 'No ssh keys available yet.',
72 'No ssh keys available yet.': 'No ssh keys available yet.',
68 'No tags available yet.': 'No tags available yet.',
73 'No tags available yet.': 'No tags available yet.',
69 'No user groups available yet.': 'No user groups available yet.',
74 'No user groups available yet.': 'No user groups available yet.',
70 'No users available yet.': 'No users available yet.',
75 'No users available yet.': 'No users available yet.',
71 'Not Reviewed': '未检视',
76 'Not Reviewed': '未检视',
72 'Note Comment': 'Note Comment',
77 'Note Comment': 'Note Comment',
73 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
78 'One result is available, press enter to select it.': 'One result is available, press enter to select it.',
74 'Open new pull request': '新建拉取请求',
79 'Open new pull request': '新建拉取请求',
75 'Open new pull request for selected commit': 'Open new pull request for selected commit',
80 'Open new pull request for selected commit': 'Open new pull request for selected commit',
76 'Please delete {0} character': 'Please delete {0} character',
81 'Please delete {0} character': 'Please delete {0} character',
77 'Please delete {0} characters': 'Please delete {0} characters',
82 'Please delete {0} characters': 'Please delete {0} characters',
78 'Please enter {0} or more character': 'Please enter {0} or more character',
83 'Please enter {0} or more character': 'Please enter {0} or more character',
79 'Please enter {0} or more characters': 'Please enter {0} or more characters',
84 'Please enter {0} or more characters': 'Please enter {0} or more characters',
80 'Please wait creating pull request...': 'Please wait creating pull request...',
85 'Please wait creating pull request...': 'Please wait creating pull request...',
81 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
86 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.',
82 'Saving...': 'Saving...',
87 'Saving...': 'Saving...',
83 'Searching...': 'Searching...',
88 'Searching...': 'Searching...',
84 'Selection link': '选择链接',
89 'Selection link': '选择链接',
85 'Send': '发送',
90 'Send': '发送',
86 'Set status to Approved': 'Set status to Approved',
91 'Set status to Approved': 'Set status to Approved',
87 'Set status to Rejected': 'Set status to Rejected',
92 'Set status to Rejected': 'Set status to Rejected',
88 'Show': 'Show',
93 'Show': 'Show',
89 'Show at Commit ': 'Show at Commit ',
94 'Show at Commit ': 'Show at Commit ',
90 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
95 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}',
91 'Show full context diff': 'Show full context diff',
96 'Show full context diff': 'Show full context diff',
92 'Show more': 'Show more',
97 'Show more': 'Show more',
93 'Show selected commit __S': 'Show selected commit __S',
98 'Show selected commit __S': 'Show selected commit __S',
94 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
99 'Show selected commits __S ... __E': 'Show selected commits __S ... __E',
95 'Show this authentication token?': 'Show this authentication token?',
100 'Show this authentication token?': 'Show this authentication token?',
96 'Show whitespace changes': 'Show whitespace changes',
101 'Show whitespace changes': 'Show whitespace changes',
97 'Specified expiration date': 'Specified expiration date',
102 'Specified expiration date': 'Specified expiration date',
98 'Start following this repository': '开始关注该版本库',
103 'Start following this repository': '开始关注该版本库',
99 'Started watching this repository': 'Started watching this repository',
104 'Started watching this repository': 'Started watching this repository',
100 'Status Review': 'Status Review',
105 'Status Review': 'Status Review',
101 'Stop following this repository': '停止关注该版本库',
106 'Stop following this repository': '停止关注该版本库',
102 'Stopped watching this repository': 'Stopped watching this repository',
107 'Stopped watching this repository': 'Stopped watching this repository',
103 'Submitting...': '提交中……',
108 'Submitting...': '提交中……',
109 'Switch target repository with the source.': 'Switch target repository with the source.',
104 'Switch to chat': 'Switch to chat',
110 'Switch to chat': 'Switch to chat',
105 'Switch to comment': 'Switch to comment',
111 'Switch to comment': 'Switch to comment',
106 'TODO comment': 'TODO comment',
112 'TODO comment': 'TODO comment',
107 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
113 'TODO from comment {0} was fixed.': 'TODO from comment {0} was fixed.',
108 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
114 'There are currently no open pull requests requiring your participation.': 'There are currently no open pull requests requiring your participation.',
115 'There are no commits to merge.': 'There are no commits to merge.',
109 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
116 'There is a later version of file tree available. Click {0} to create a file at the latest tree.': 'There is a later version of file tree available. Click {0} to create a file at the latest tree.',
110 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
117 'There is an existing path `{0}` at this commit.': 'There is an existing path `{0}` at this commit.',
111 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
118 'This pull requests will consist of <strong>{0} commit</strong>.': 'This pull requests will consist of <strong>{0} commit</strong>.',
112 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
119 'This pull requests will consist of <strong>{0} commits</strong>.': 'This pull requests will consist of <strong>{0} commits</strong>.',
113 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
120 'Toggle Wide Mode diff': 'Toggle Wide Mode diff',
114 'Unfollow': 'Unfollow',
121 'Unfollow': 'Unfollow',
115 'Unwatch': 'Unwatch',
122 'Unwatch': 'Unwatch',
116 'Updated Comment': 'Updated Comment',
123 'Updated Comment': 'Updated Comment',
117 'Updating...': 'Updating...',
124 'Updating...': 'Updating...',
118 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
125 'User `{0}` already in reviewers': 'User `{0}` already in reviewers',
119 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
126 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer',
120 'Watch': 'Watch',
127 'Watch': 'Watch',
121 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
128 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!',
122 'You can only select {0} item': 'You can only select {0} item',
129 'You can only select {0} item': 'You can only select {0} item',
123 'You can only select {0} items': 'You can only select {0} items',
130 'You can only select {0} items': 'You can only select {0} items',
124 'activated': 'activated',
131 'activated': 'activated',
125 'added manually by "{0}"': 'added manually by "{0}"',
132 'added manually by "{0}"': 'added manually by "{0}"',
126 'date not in future': 'date not in future',
133 'date not in future': 'date not in future',
127 'disabled': '禁用',
134 'disabled': '禁用',
128 'enabled': 'enabled',
135 'enabled': 'enabled',
129 'file': 'file',
136 'file': 'file',
130 'files': '文件',
137 'files': '文件',
131 'go to numeric commit': 'go to numeric commit',
138 'go to numeric commit': 'go to numeric commit',
132 'in {0}': 'in {0}',
139 'in {0}': 'in {0}',
133 'in {0} and {1}': 'in {0} and {1}',
140 'in {0} and {1}': 'in {0} and {1}',
134 'in {0}, {1}': 'in {0}, {1}',
141 'in {0}, {1}': 'in {0}, {1}',
135 'just now': '刚刚',
142 'just now': '刚刚',
136 'loading...': 'loading...',
143 'loading...': 'loading...',
137 'member of "{0}"': 'member of "{0}"',
144 'member of "{0}"': 'member of "{0}"',
138 'no commits': 'no commits',
145 'no commits': 'no commits',
139 'not active': 'not active',
146 'not active': 'not active',
140 'resolve comment': 'resolve comment',
147 'resolve comment': 'resolve comment',
141 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
148 'showing {0} out of {1} commit': 'showing {0} out of {1} commit',
142 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
149 'showing {0} out of {1} commits': 'showing {0} out of {1} commits',
143 'specify commit': 'specify commit',
150 'specify commit': 'specify commit',
144 'truncated result': 'truncated result',
151 'truncated result': 'truncated result',
145 'truncated results': 'truncated results',
152 'truncated results': 'truncated results',
146 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
153 '{0} ({1} inactive) of {2} user groups ({3} inactive)': '{0} ({1} inactive) of {2} user groups ({3} inactive)',
147 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
154 '{0} ({1} inactive) of {2} users ({3} inactive)': '{0} ({1} inactive) of {2} users ({3} inactive)',
148 '{0} active out of {1} users': '{0} active out of {1} users',
155 '{0} active out of {1} users': '{0} active out of {1} users',
149 '{0} ago': '{0} ago',
156 '{0} ago': '{0} ago',
150 '{0} and {1}': '{0} and {1}',
157 '{0} and {1}': '{0} and {1}',
151 '{0} and {1} ago': '{0} and {1} ago',
158 '{0} and {1} ago': '{0} and {1} ago',
152 '{0} day': '{0} day',
159 '{0} day': '{0} day',
153 '{0} days': '{0} days',
160 '{0} days': '{0} days',
154 '{0} hour': '{0} hour',
161 '{0} hour': '{0} hour',
155 '{0} hours': '{0} hours',
162 '{0} hours': '{0} hours',
156 '{0} min': '{0} min',
163 '{0} min': '{0} min',
157 '{0} month': '{0} month',
164 '{0} month': '{0} month',
158 '{0} months': '{0} months',
165 '{0} months': '{0} months',
159 '{0} of {1} repositories': '{0} of {1} repositories',
166 '{0} of {1} repositories': '{0} of {1} repositories',
160 '{0} of {1} repository groups': '{0} of {1} repository groups',
167 '{0} of {1} repository groups': '{0} of {1} repository groups',
161 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
168 '{0} out of {1} ssh keys': '{0} out of {1} ssh keys',
162 '{0} out of {1} users': '{0} out of {1} users',
169 '{0} out of {1} users': '{0} out of {1} users',
163 '{0} repositories': '{0} repositories',
170 '{0} repositories': '{0} repositories',
164 '{0} repository groups': '{0} repository groups',
171 '{0} repository groups': '{0} repository groups',
165 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
172 '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.',
166 '{0} sec': '{0} sec',
173 '{0} sec': '{0} sec',
167 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
174 '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)',
168 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
175 '{0} users ({1} inactive)': '{0} users ({1} inactive)',
169 '{0} year': '{0} year',
176 '{0} year': '{0} year',
170 '{0} years': '{0} years',
177 '{0} years': '{0} years',
171 '{0}, {1} ago': '{0}, {1} ago'
178 '{0}, {1} ago': '{0}, {1} ago'
172 }; No newline at end of file
179 };
General Comments 0
You need to be logged in to leave comments. Login now