Show More
@@ -0,0 +1,68 b'' | |||||
|
1 | // AUTO GENERATED FILE FOR Babel JS-GETTEXT EXTRACTORS, DO NOT CHANGE | |||
|
2 | _gettext('Add another comment'); | |||
|
3 | _gettext('Comment text will be set automatically based on currently selected status ({0}) ...'); | |||
|
4 | _gettext('Follow'); | |||
|
5 | _gettext('Loading ...'); | |||
|
6 | _gettext('Loading failed'); | |||
|
7 | _gettext('Loading more results...'); | |||
|
8 | _gettext('No bookmarks available yet.'); | |||
|
9 | _gettext('No branches available yet.'); | |||
|
10 | _gettext('No gists available yet.'); | |||
|
11 | _gettext('No matches found'); | |||
|
12 | _gettext('No matching files'); | |||
|
13 | _gettext('No pull requests available yet.'); | |||
|
14 | _gettext('No repositories available yet.'); | |||
|
15 | _gettext('No repository groups available yet.'); | |||
|
16 | _gettext('No results'); | |||
|
17 | _gettext('No tags available yet.'); | |||
|
18 | _gettext('No user groups available yet.'); | |||
|
19 | _gettext('No users available yet.'); | |||
|
20 | _gettext('One result is available, press enter to select it.'); | |||
|
21 | _gettext('Open new pull request'); | |||
|
22 | _gettext('Open new pull request for selected commit'); | |||
|
23 | _gettext('Please delete {0} character'); | |||
|
24 | _gettext('Please delete {0} characters'); | |||
|
25 | _gettext('Please enter {0} or more character'); | |||
|
26 | _gettext('Please enter {0} or more characters'); | |||
|
27 | _gettext('Searching...'); | |||
|
28 | _gettext('Selection link'); | |||
|
29 | _gettext('Set status to Approved'); | |||
|
30 | _gettext('Set status to Rejected'); | |||
|
31 | _gettext('Show more'); | |||
|
32 | _gettext('Show selected commit __S'); | |||
|
33 | _gettext('Show selected commits __S ... __E'); | |||
|
34 | _gettext('Start following this repository'); | |||
|
35 | _gettext('Status Review'); | |||
|
36 | _gettext('Stop following this repository'); | |||
|
37 | _gettext('Submitting...'); | |||
|
38 | _gettext('Unfollow'); | |||
|
39 | _gettext('Updating...'); | |||
|
40 | _gettext('You can only select {0} item'); | |||
|
41 | _gettext('You can only select {0} items'); | |||
|
42 | _gettext('disabled'); | |||
|
43 | _gettext('enabled'); | |||
|
44 | _gettext('file'); | |||
|
45 | _gettext('files'); | |||
|
46 | _gettext('in {0}'); | |||
|
47 | _gettext('in {0} and {1}'); | |||
|
48 | _gettext('in {0}, {1}'); | |||
|
49 | _gettext('just now'); | |||
|
50 | _gettext('specify commit'); | |||
|
51 | _gettext('truncated result'); | |||
|
52 | _gettext('truncated results'); | |||
|
53 | _gettext('{0} active out of {1} users'); | |||
|
54 | _gettext('{0} ago'); | |||
|
55 | _gettext('{0} and {1}'); | |||
|
56 | _gettext('{0} and {1} ago'); | |||
|
57 | _gettext('{0} day'); | |||
|
58 | _gettext('{0} days'); | |||
|
59 | _gettext('{0} hour'); | |||
|
60 | _gettext('{0} hours'); | |||
|
61 | _gettext('{0} min'); | |||
|
62 | _gettext('{0} month'); | |||
|
63 | _gettext('{0} months'); | |||
|
64 | _gettext('{0} results are available, use up and down arrow keys to navigate.'); | |||
|
65 | _gettext('{0} sec'); | |||
|
66 | _gettext('{0} year'); | |||
|
67 | _gettext('{0} years'); | |||
|
68 | _gettext('{0}, {1} ago'); |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': 'Open new pull request', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': 'disabled', | |||
|
49 | 'enabled': 'enabled', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'just now', |
|
55 | 'just now': 'just now', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': 'Open new pull request', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': 'disabled', | |||
|
49 | 'enabled': 'enabled', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'jetzt gerade', |
|
55 | 'just now': 'jetzt gerade', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': 'Open new pull request', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': 'disabled', | |||
|
49 | 'enabled': 'enabled', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'just now', |
|
55 | 'just now': 'just now', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': 'Open new pull request', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': 'disabled', | |||
|
49 | 'enabled': 'enabled', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'just now', |
|
55 | 'just now': 'just now', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': 'Nouvelle requête de pull', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': 'Désactivé', | |||
|
49 | 'enabled': 'enabled', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'à l’instant', |
|
55 | 'just now': 'à l’instant', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': 'Apri una richiesta PULL', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': 'disabilitato', | |||
|
49 | 'enabled': 'abilitato', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'proprio ora', |
|
55 | 'just now': 'proprio ora', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': '新しいプルリクエストを作成', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': '無効', | |||
|
49 | 'enabled': '有効', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'たったいま', |
|
55 | 'just now': 'たったいま', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': 'Otwórz nową prośbę o połączenie gałęzi', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': 'disabled', | |||
|
49 | 'enabled': 'enabled', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'przed chwilą', |
|
55 | 'just now': 'przed chwilą', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': 'Crie novo pull request', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': 'desabilitado', | |||
|
49 | 'enabled': 'enabled', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'agora há pouco', |
|
55 | 'just now': 'agora há pouco', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': 'Создать новый pull запрос', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': 'отключено', | |||
|
49 | 'enabled': 'enabled', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': 'прямо сейчас', |
|
55 | 'just now': 'прямо сейчас', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
@@ -1,59 +1,75 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 | 'Add another comment': 'Add another comment', |
|
8 | 'Add another comment': 'Add another comment', | |
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', |
|
9 | 'Comment text will be set automatically based on currently selected status ({0}) ...': 'Comment text will be set automatically based on currently selected status ({0}) ...', | |
10 | 'Follow': 'Follow', |
|
10 | 'Follow': 'Follow', | |
11 | 'Loading ...': 'Loading ...', |
|
11 | 'Loading ...': 'Loading ...', | |
12 | 'Loading failed': 'Loading failed', |
|
12 | 'Loading failed': 'Loading failed', | |
13 | 'Loading more results...': 'Loading more results...', |
|
13 | 'Loading more results...': 'Loading more results...', | |
|
14 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |||
|
15 | 'No branches available yet.': 'No branches available yet.', | |||
|
16 | 'No gists available yet.': 'No gists available yet.', | |||
14 | 'No matches found': 'No matches found', |
|
17 | 'No matches found': 'No matches found', | |
15 | 'No matching files': 'No matching files', |
|
18 | 'No matching files': 'No matching files', | |
|
19 | 'No pull requests available yet.': 'No pull requests available yet.', | |||
|
20 | 'No repositories available yet.': 'No repositories available yet.', | |||
|
21 | 'No repository groups available yet.': 'No repository groups available yet.', | |||
16 | 'No results': 'No results', |
|
22 | 'No results': 'No results', | |
|
23 | 'No tags available yet.': 'No tags available yet.', | |||
|
24 | 'No user groups available yet.': 'No user groups available yet.', | |||
|
25 | 'No users available yet.': 'No users available yet.', | |||
17 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', |
|
26 | 'One result is available, press enter to select it.': 'One result is available, press enter to select it.', | |
|
27 | 'Open new pull request': '新建拉取请求', | |||
|
28 | 'Open new pull request for selected commit': 'Open new pull request for selected commit', | |||
18 | 'Please delete {0} character': 'Please delete {0} character', |
|
29 | 'Please delete {0} character': 'Please delete {0} character', | |
19 | 'Please delete {0} characters': 'Please delete {0} characters', |
|
30 | 'Please delete {0} characters': 'Please delete {0} characters', | |
20 | 'Please enter {0} or more character': 'Please enter {0} or more character', |
|
31 | 'Please enter {0} or more character': 'Please enter {0} or more character', | |
21 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
32 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
22 | 'Searching...': 'Searching...', |
|
33 | 'Searching...': 'Searching...', | |
23 | 'Selection link': 'Selection link', |
|
34 | 'Selection link': 'Selection link', | |
24 | 'Set status to Approved': 'Set status to Approved', |
|
35 | 'Set status to Approved': 'Set status to Approved', | |
25 | 'Set status to Rejected': 'Set status to Rejected', |
|
36 | 'Set status to Rejected': 'Set status to Rejected', | |
26 | 'Show more': 'Show more', |
|
37 | 'Show more': 'Show more', | |
|
38 | 'Show selected commit __S': 'Show selected commit __S', | |||
|
39 | 'Show selected commits __S ... __E': 'Show selected commits __S ... __E', | |||
27 | 'Start following this repository': 'Start following this repository', |
|
40 | 'Start following this repository': 'Start following this repository', | |
28 | 'Status Review': 'Status Review', |
|
41 | 'Status Review': 'Status Review', | |
29 | 'Stop following this repository': 'Stop following this repository', |
|
42 | 'Stop following this repository': 'Stop following this repository', | |
30 | 'Submitting...': 'Submitting...', |
|
43 | 'Submitting...': 'Submitting...', | |
31 | 'Unfollow': 'Unfollow', |
|
44 | 'Unfollow': 'Unfollow', | |
32 | 'Updating...': 'Updating...', |
|
45 | 'Updating...': 'Updating...', | |
33 | 'You can only select {0} item': 'You can only select {0} item', |
|
46 | 'You can only select {0} item': 'You can only select {0} item', | |
34 | 'You can only select {0} items': 'You can only select {0} items', |
|
47 | 'You can only select {0} items': 'You can only select {0} items', | |
|
48 | 'disabled': '禁用', | |||
|
49 | 'enabled': 'enabled', | |||
35 | 'file': 'file', |
|
50 | 'file': 'file', | |
36 | 'files': 'files', |
|
51 | 'files': 'files', | |
37 | 'in {0}': 'in {0}', |
|
52 | 'in {0}': 'in {0}', | |
38 | 'in {0} and {1}': 'in {0} and {1}', |
|
53 | 'in {0} and {1}': 'in {0} and {1}', | |
39 | 'in {0}, {1}': 'in {0}, {1}', |
|
54 | 'in {0}, {1}': 'in {0}, {1}', | |
40 | 'just now': '刚才', |
|
55 | 'just now': '刚才', | |
|
56 | 'specify commit': 'specify commit', | |||
41 | 'truncated result': 'truncated result', |
|
57 | 'truncated result': 'truncated result', | |
42 | 'truncated results': 'truncated results', |
|
58 | 'truncated results': 'truncated results', | |
43 | '{0} active out of {1} users': '{0} active out of {1} users', |
|
59 | '{0} active out of {1} users': '{0} active out of {1} users', | |
44 | '{0} ago': '{0} ago', |
|
60 | '{0} ago': '{0} ago', | |
45 | '{0} and {1}': '{0} and {1}', |
|
61 | '{0} and {1}': '{0} and {1}', | |
46 | '{0} and {1} ago': '{0} and {1} ago', |
|
62 | '{0} and {1} ago': '{0} and {1} ago', | |
47 | '{0} day': '{0} day', |
|
63 | '{0} day': '{0} day', | |
48 | '{0} days': '{0} days', |
|
64 | '{0} days': '{0} days', | |
49 | '{0} hour': '{0} hour', |
|
65 | '{0} hour': '{0} hour', | |
50 | '{0} hours': '{0} hours', |
|
66 | '{0} hours': '{0} hours', | |
51 | '{0} min': '{0} min', |
|
67 | '{0} min': '{0} min', | |
52 | '{0} month': '{0} month', |
|
68 | '{0} month': '{0} month', | |
53 | '{0} months': '{0} months', |
|
69 | '{0} months': '{0} months', | |
54 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', |
|
70 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
55 | '{0} sec': '{0} sec', |
|
71 | '{0} sec': '{0} sec', | |
56 | '{0} year': '{0} year', |
|
72 | '{0} year': '{0} year', | |
57 | '{0} years': '{0} years', |
|
73 | '{0} years': '{0} years', | |
58 | '{0}, {1} ago': '{0}, {1} ago' |
|
74 | '{0}, {1} ago': '{0}, {1} ago' | |
59 | }; No newline at end of file |
|
75 | }; |
General Comments 0
You need to be logged in to leave comments.
Login now