Show More
@@ -17,6 +17,7 b' done = true' | |||||
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 |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
86 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': 'Selection link', |
|
92 | 'Selection link': 'Selection link', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Show more', |
|
101 | 'Show more': 'Show more', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': 'Stop following this repository', |
|
110 | 'Stop following this repository': 'Stop following this repository', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': 'Submitting...', |
|
114 | 'Submitting...': 'Submitting...', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Unfollow', |
|
127 | 'Unfollow': 'Unfollow', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Bitte {0} oder mehr Zeichen eingeben', |
|
86 | 'Please enter {0} or more characters': 'Bitte {0} oder mehr Zeichen eingeben', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': 'Selection link', |
|
92 | 'Selection link': 'Selection link', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Show more', |
|
101 | 'Show more': 'Show more', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': 'Stop following this repository', |
|
110 | 'Stop following this repository': 'Stop following this repository', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': 'Submitting...', |
|
114 | 'Submitting...': 'Submitting...', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Unfollow', |
|
127 | 'Unfollow': 'Unfollow', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
86 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': 'Selection link', |
|
92 | 'Selection link': 'Selection link', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Show more', |
|
101 | 'Show more': 'Show more', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': 'Stop following this repository', |
|
110 | 'Stop following this repository': 'Stop following this repository', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': 'Submitting...', |
|
114 | 'Submitting...': 'Submitting...', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Unfollow', |
|
127 | 'Unfollow': 'Unfollow', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
86 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': 'Selection link', |
|
92 | 'Selection link': 'Selection link', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Show more', |
|
101 | 'Show more': 'Show more', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': 'Stop following this repository', |
|
110 | 'Stop following this repository': 'Stop following this repository', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': 'Submitting...', |
|
114 | 'Submitting...': 'Submitting...', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Unfollow', |
|
127 | 'Unfollow': 'Unfollow', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
86 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': 'Lien vers la sélection', |
|
92 | 'Selection link': 'Lien vers la sélection', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Show more', |
|
101 | 'Show more': 'Show more', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': 'Arrêter de suivre ce dépôt', |
|
110 | 'Stop following this repository': 'Arrêter de suivre ce dépôt', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': 'Envoi…', |
|
114 | 'Submitting...': 'Envoi…', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Unfollow', |
|
127 | 'Unfollow': 'Unfollow', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} jours', |
|
173 | '{0} days': '{0} jours', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
86 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': 'Collegamento selezione', |
|
92 | 'Selection link': 'Collegamento selezione', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Mostra ancora', |
|
101 | 'Show more': 'Mostra ancora', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': 'Smetti di seguire il repository', |
|
110 | 'Stop following this repository': 'Smetti di seguire il repository', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': 'Inoltro...', |
|
114 | 'Submitting...': 'Inoltro...', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Smetti di seguire', |
|
127 | 'Unfollow': 'Smetti di seguire', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': '読み込み失敗', |
|
57 | 'Loading failed': '読み込み失敗', | |
57 | 'Loading more results...': '結果を読み込み中...', |
|
58 | 'Loading more results...': '結果を読み込み中...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'まだブックマークがありません。', |
|
61 | 'No bookmarks available yet.': 'まだブックマークがありません。', | |
60 | 'No branches available yet.': 'まだブランチがありません。', |
|
62 | 'No branches available yet.': 'まだブランチがありません。', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': '{0} 文字以上入力してください', |
|
86 | 'Please enter {0} or more characters': '{0} 文字以上入力してください', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': '検索中...', |
|
91 | 'Searching...': '検索中...', | |
89 | 'Selection link': 'セレクション・リンク', |
|
92 | 'Selection link': 'セレクション・リンク', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'もっと表示', |
|
101 | 'Show more': 'もっと表示', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'ステータスレビュー', |
|
109 | 'Status Review': 'ステータスレビュー', | |
106 | 'Stop following this repository': 'このリポジトリのフォローをやめる', |
|
110 | 'Stop following this repository': 'このリポジトリのフォローをやめる', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': '送信中...', |
|
114 | 'Submitting...': '送信中...', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'アンフォロー', |
|
127 | 'Unfollow': 'アンフォロー', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': '{0} 件のみ選択できます', |
|
138 | 'You can only select {0} item': '{0} 件のみ選択できます', | |
130 | 'You can only select {0} items': '{0} 件のみ選択できます', |
|
139 | 'You can only select {0} items': '{0} 件のみ選択できます', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} 前', |
|
165 | '{0} ago': '{0} 前', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} 日', |
|
172 | '{0} day': '{0} 日', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} 時間', |
|
174 | '{0} hour': '{0} 時間', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
172 | '{0} results are available, use up and down arrow keys to navigate.': '{0} 件の結果があります。矢印キーの上下で選択できます。', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} 件の結果があります。矢印キーの上下で選択できます。', | |
173 | '{0} sec': '{0} 秒', |
|
186 | '{0} sec': '{0} 秒', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} 年', |
|
191 | '{0} year': '{0} 年', |
@@ -41,6 +41,7 b'' | |||||
41 | _gettext('Hide full context diff'); |
|
41 | _gettext('Hide full context diff'); | |
42 | _gettext('Hide whitespace changes'); |
|
42 | _gettext('Hide whitespace changes'); | |
43 | _gettext('Invite reviewers to this discussion'); |
|
43 | _gettext('Invite reviewers to this discussion'); | |
|
44 | _gettext('Leave a comment on file {0} line {1}.'); | |||
44 | _gettext('Leave a comment on line {0}.'); |
|
45 | _gettext('Leave a comment on line {0}.'); | |
45 | _gettext('Leave a comment, or click resolve button to resolve TODO comment #{0}'); |
|
46 | _gettext('Leave a 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}'); |
|
47 | _gettext('Leave a resolution comment, or click resolve button to resolve TODO comment #{0}'); | |
@@ -50,6 +51,7 b'' | |||||
50 | _gettext('Loading failed'); |
|
51 | _gettext('Loading failed'); | |
51 | _gettext('Loading more results...'); |
|
52 | _gettext('Loading more results...'); | |
52 | _gettext('Loading...'); |
|
53 | _gettext('Loading...'); | |
|
54 | _gettext('No additional review rules set.'); | |||
53 | _gettext('No bookmarks available yet.'); |
|
55 | _gettext('No bookmarks available yet.'); | |
54 | _gettext('No branches available yet.'); |
|
56 | _gettext('No branches available yet.'); | |
55 | _gettext('No forks available yet.'); |
|
57 | _gettext('No forks available yet.'); | |
@@ -78,6 +80,7 b'' | |||||
78 | _gettext('Please enter {0} or more characters'); |
|
80 | _gettext('Please enter {0} or more characters'); | |
79 | _gettext('Please wait creating pull request...'); |
|
81 | _gettext('Please wait creating pull request...'); | |
80 | _gettext('Reviewers picked from source code changes.'); |
|
82 | _gettext('Reviewers picked from source code changes.'); | |
|
83 | _gettext('Saving Draft...'); | |||
81 | _gettext('Saving...'); |
|
84 | _gettext('Saving...'); | |
82 | _gettext('Searching...'); |
|
85 | _gettext('Searching...'); | |
83 | _gettext('Selection link'); |
|
86 | _gettext('Selection link'); | |
@@ -87,6 +90,7 b'' | |||||
87 | _gettext('Show'); |
|
90 | _gettext('Show'); | |
88 | _gettext('Show at Commit '); |
|
91 | _gettext('Show at Commit '); | |
89 | _gettext('Show commit range {0} ... {1}'); |
|
92 | _gettext('Show commit range {0} ... {1}'); | |
|
93 | _gettext('Show commit range {0}<i class="icon-angle-right"></i>{1}'); | |||
90 | _gettext('Show full context diff'); |
|
94 | _gettext('Show full context diff'); | |
91 | _gettext('Show more'); |
|
95 | _gettext('Show more'); | |
92 | _gettext('Show selected commit __S'); |
|
96 | _gettext('Show selected commit __S'); | |
@@ -99,6 +103,8 b'' | |||||
99 | _gettext('Status Review'); |
|
103 | _gettext('Status Review'); | |
100 | _gettext('Stop following this repository'); |
|
104 | _gettext('Stop following this repository'); | |
101 | _gettext('Stopped watching this repository'); |
|
105 | _gettext('Stopped watching this repository'); | |
|
106 | _gettext('Submit {0} draft comment.'); | |||
|
107 | _gettext('Submit {0} draft comments.'); | |||
102 | _gettext('Submitting...'); |
|
108 | _gettext('Submitting...'); | |
103 | _gettext('Switch target repository with the source.'); |
|
109 | _gettext('Switch target repository with the source.'); | |
104 | _gettext('Switch to chat'); |
|
110 | _gettext('Switch to chat'); | |
@@ -114,11 +120,14 b'' | |||||
114 | _gettext('Toggle Wide Mode diff'); |
|
120 | _gettext('Toggle Wide Mode diff'); | |
115 | _gettext('Unfollow'); |
|
121 | _gettext('Unfollow'); | |
116 | _gettext('Unwatch'); |
|
122 | _gettext('Unwatch'); | |
|
123 | _gettext('Update Comment'); | |||
117 | _gettext('Updated Comment'); |
|
124 | _gettext('Updated Comment'); | |
118 | _gettext('Updating...'); |
|
125 | _gettext('Updating...'); | |
119 | _gettext('User `{0}` already in reviewers'); |
|
126 | _gettext('User `{0}` already in reviewers'); | |
|
127 | _gettext('User `{0}` already in reviewers/observers'); | |||
120 | _gettext('User `{0}` not allowed to be a reviewer'); |
|
128 | _gettext('User `{0}` not allowed to be a reviewer'); | |
121 | _gettext('Watch'); |
|
129 | _gettext('Watch'); | |
|
130 | _gettext('Yes'); | |||
122 | _gettext('Yes, delete comment #{0}!'); |
|
131 | _gettext('Yes, delete comment #{0}!'); | |
123 | _gettext('You can only select {0} item'); |
|
132 | _gettext('You can only select {0} item'); | |
124 | _gettext('You can only select {0} items'); |
|
133 | _gettext('You can only select {0} items'); | |
@@ -150,6 +159,10 b'' | |||||
150 | _gettext('{0} ago'); |
|
159 | _gettext('{0} ago'); | |
151 | _gettext('{0} and {1}'); |
|
160 | _gettext('{0} and {1}'); | |
152 | _gettext('{0} and {1} ago'); |
|
161 | _gettext('{0} and {1} ago'); | |
|
162 | _gettext('{0} bookmark'); | |||
|
163 | _gettext('{0} bookmarks'); | |||
|
164 | _gettext('{0} branch'); | |||
|
165 | _gettext('{0} branches'); | |||
153 | _gettext('{0} day'); |
|
166 | _gettext('{0} day'); | |
154 | _gettext('{0} days'); |
|
167 | _gettext('{0} days'); | |
155 | _gettext('{0} hour'); |
|
168 | _gettext('{0} hour'); | |
@@ -165,6 +178,8 b'' | |||||
165 | _gettext('{0} repository groups'); |
|
178 | _gettext('{0} repository groups'); | |
166 | _gettext('{0} results are available, use up and down arrow keys to navigate.'); |
|
179 | _gettext('{0} results are available, use up and down arrow keys to navigate.'); | |
167 | _gettext('{0} sec'); |
|
180 | _gettext('{0} sec'); | |
|
181 | _gettext('{0} tag'); | |||
|
182 | _gettext('{0} tags'); | |||
168 | _gettext('{0} user groups ({1} inactive)'); |
|
183 | _gettext('{0} user groups ({1} inactive)'); | |
169 | _gettext('{0} users ({1} inactive)'); |
|
184 | _gettext('{0} users ({1} inactive)'); | |
170 | _gettext('{0} year'); |
|
185 | _gettext('{0} year'); |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
86 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': 'Wybór linku', |
|
92 | 'Selection link': 'Wybór linku', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Pokaż więcej', |
|
101 | 'Show more': 'Pokaż więcej', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': 'Zakończyć obserwację tego repozytorium', |
|
110 | 'Stop following this repository': 'Zakończyć obserwację tego repozytorium', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': 'Przesyłanie...', |
|
114 | 'Submitting...': 'Przesyłanie...', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Nie obserwuj', |
|
127 | 'Unfollow': 'Nie obserwuj', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
86 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': 'Link da seleção', |
|
92 | 'Selection link': 'Link da seleção', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Mostrar mais', |
|
101 | 'Show more': 'Mostrar mais', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': 'Parar de seguir este repositório', |
|
110 | 'Stop following this repository': 'Parar de seguir este repositório', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': 'Enviando...', |
|
114 | 'Submitting...': 'Enviando...', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Parar de seguir', |
|
127 | 'Unfollow': 'Parar de seguir', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
86 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': 'Ссылка выбора', |
|
92 | 'Selection link': 'Ссылка выбора', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Показать еще', |
|
101 | 'Show more': 'Показать еще', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': 'Отменить наблюдение за репозиторием', |
|
110 | 'Stop following this repository': 'Отменить наблюдение за репозиторием', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': 'Применение...', |
|
114 | 'Submitting...': 'Применение...', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Не наблюдать', |
|
127 | 'Unfollow': 'Не наблюдать', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
@@ -47,6 +47,7 b' var _TM = {' | |||||
47 | 'Hide full context diff': 'Hide full context diff', |
|
47 | 'Hide full context diff': 'Hide full context diff', | |
48 | 'Hide whitespace changes': 'Hide whitespace changes', |
|
48 | 'Hide whitespace changes': 'Hide whitespace changes', | |
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', |
|
49 | 'Invite reviewers to this discussion': 'Invite reviewers to this discussion', | |
|
50 | 'Leave a comment on file {0} line {1}.': 'Leave a comment on file {0} line {1}.', | |||
50 | 'Leave a comment on line {0}.': 'Leave a comment on line {0}.', |
|
51 | 'Leave a comment on line {0}.': 'Leave a comment on line {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}', |
|
52 | 'Leave a comment, or click resolve button to resolve TODO comment #{0}': 'Leave a 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}', |
|
53 | '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}', | |
@@ -56,6 +57,7 b' var _TM = {' | |||||
56 | 'Loading failed': 'Loading failed', |
|
57 | 'Loading failed': 'Loading failed', | |
57 | 'Loading more results...': 'Loading more results...', |
|
58 | 'Loading more results...': 'Loading more results...', | |
58 | 'Loading...': 'Loading...', |
|
59 | 'Loading...': 'Loading...', | |
|
60 | 'No additional review rules set.': 'No additional review rules set.', | |||
59 | 'No bookmarks available yet.': 'No bookmarks available yet.', |
|
61 | 'No bookmarks available yet.': 'No bookmarks available yet.', | |
60 | 'No branches available yet.': 'No branches available yet.', |
|
62 | 'No branches available yet.': 'No branches available yet.', | |
61 | 'No forks available yet.': 'No forks available yet.', |
|
63 | 'No forks available yet.': 'No forks available yet.', | |
@@ -84,6 +86,7 b' var _TM = {' | |||||
84 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', |
|
86 | 'Please enter {0} or more characters': 'Please enter {0} or more characters', | |
85 | 'Please wait creating pull request...': 'Please wait creating pull request...', |
|
87 | 'Please wait creating pull request...': 'Please wait creating pull request...', | |
86 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', |
|
88 | 'Reviewers picked from source code changes.': 'Reviewers picked from source code changes.', | |
|
89 | 'Saving Draft...': 'Saving Draft...', | |||
87 | 'Saving...': 'Saving...', |
|
90 | 'Saving...': 'Saving...', | |
88 | 'Searching...': 'Searching...', |
|
91 | 'Searching...': 'Searching...', | |
89 | 'Selection link': '选择链接', |
|
92 | 'Selection link': '选择链接', | |
@@ -93,6 +96,7 b' var _TM = {' | |||||
93 | 'Show': 'Show', |
|
96 | 'Show': 'Show', | |
94 | 'Show at Commit ': 'Show at Commit ', |
|
97 | 'Show at Commit ': 'Show at Commit ', | |
95 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', |
|
98 | 'Show commit range {0} ... {1}': 'Show commit range {0} ... {1}', | |
|
99 | 'Show commit range {0}<i class="icon-angle-right"></i>{1}': 'Show commit range {0}<i class="icon-angle-right"></i>{1}', | |||
96 | 'Show full context diff': 'Show full context diff', |
|
100 | 'Show full context diff': 'Show full context diff', | |
97 | 'Show more': 'Show more', |
|
101 | 'Show more': 'Show more', | |
98 | 'Show selected commit __S': 'Show selected commit __S', |
|
102 | 'Show selected commit __S': 'Show selected commit __S', | |
@@ -105,6 +109,8 b' var _TM = {' | |||||
105 | 'Status Review': 'Status Review', |
|
109 | 'Status Review': 'Status Review', | |
106 | 'Stop following this repository': '停止关注该版本库', |
|
110 | 'Stop following this repository': '停止关注该版本库', | |
107 | 'Stopped watching this repository': 'Stopped watching this repository', |
|
111 | 'Stopped watching this repository': 'Stopped watching this repository', | |
|
112 | 'Submit {0} draft comment.': 'Submit {0} draft comment.', | |||
|
113 | 'Submit {0} draft comments.': 'Submit {0} draft comments.', | |||
108 | 'Submitting...': '提交中……', |
|
114 | 'Submitting...': '提交中……', | |
109 | 'Switch target repository with the source.': 'Switch target repository with the source.', |
|
115 | 'Switch target repository with the source.': 'Switch target repository with the source.', | |
110 | 'Switch to chat': 'Switch to chat', |
|
116 | 'Switch to chat': 'Switch to chat', | |
@@ -120,11 +126,14 b' var _TM = {' | |||||
120 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', |
|
126 | 'Toggle Wide Mode diff': 'Toggle Wide Mode diff', | |
121 | 'Unfollow': 'Unfollow', |
|
127 | 'Unfollow': 'Unfollow', | |
122 | 'Unwatch': 'Unwatch', |
|
128 | 'Unwatch': 'Unwatch', | |
|
129 | 'Update Comment': 'Update Comment', | |||
123 | 'Updated Comment': 'Updated Comment', |
|
130 | 'Updated Comment': 'Updated Comment', | |
124 | 'Updating...': 'Updating...', |
|
131 | 'Updating...': 'Updating...', | |
125 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', |
|
132 | 'User `{0}` already in reviewers': 'User `{0}` already in reviewers', | |
|
133 | 'User `{0}` already in reviewers/observers': 'User `{0}` already in reviewers/observers', | |||
126 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', |
|
134 | 'User `{0}` not allowed to be a reviewer': 'User `{0}` not allowed to be a reviewer', | |
127 | 'Watch': 'Watch', |
|
135 | 'Watch': 'Watch', | |
|
136 | 'Yes': 'Yes', | |||
128 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', |
|
137 | 'Yes, delete comment #{0}!': 'Yes, delete comment #{0}!', | |
129 | 'You can only select {0} item': 'You can only select {0} item', |
|
138 | 'You can only select {0} item': 'You can only select {0} item', | |
130 | 'You can only select {0} items': 'You can only select {0} items', |
|
139 | 'You can only select {0} items': 'You can only select {0} items', | |
@@ -156,6 +165,10 b' var _TM = {' | |||||
156 | '{0} ago': '{0} ago', |
|
165 | '{0} ago': '{0} ago', | |
157 | '{0} and {1}': '{0} and {1}', |
|
166 | '{0} and {1}': '{0} and {1}', | |
158 | '{0} and {1} ago': '{0} and {1} ago', |
|
167 | '{0} and {1} ago': '{0} and {1} ago', | |
|
168 | '{0} bookmark': '{0} bookmark', | |||
|
169 | '{0} bookmarks': '{0} bookmarks', | |||
|
170 | '{0} branch': '{0} branch', | |||
|
171 | '{0} branches': '{0} branches', | |||
159 | '{0} day': '{0} day', |
|
172 | '{0} day': '{0} day', | |
160 | '{0} days': '{0} days', |
|
173 | '{0} days': '{0} days', | |
161 | '{0} hour': '{0} hour', |
|
174 | '{0} hour': '{0} hour', | |
@@ -171,6 +184,8 b' var _TM = {' | |||||
171 | '{0} repository groups': '{0} repository groups', |
|
184 | '{0} repository groups': '{0} repository groups', | |
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.', |
|
185 | '{0} results are available, use up and down arrow keys to navigate.': '{0} results are available, use up and down arrow keys to navigate.', | |
173 | '{0} sec': '{0} sec', |
|
186 | '{0} sec': '{0} sec', | |
|
187 | '{0} tag': '{0} tag', | |||
|
188 | '{0} tags': '{0} tags', | |||
174 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', |
|
189 | '{0} user groups ({1} inactive)': '{0} user groups ({1} inactive)', | |
175 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', |
|
190 | '{0} users ({1} inactive)': '{0} users ({1} inactive)', | |
176 | '{0} year': '{0} year', |
|
191 | '{0} year': '{0} year', |
General Comments 0
You need to be logged in to leave comments.
Login now