@@ -1,964 +1,964 | |||||
1 | en: |
|
1 | en: | |
2 | # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl) |
|
2 | # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl) | |
3 | direction: ltr |
|
3 | direction: ltr | |
4 | date: |
|
4 | date: | |
5 | formats: |
|
5 | formats: | |
6 | # Use the strftime parameters for formats. |
|
6 | # Use the strftime parameters for formats. | |
7 | # When no format has been given, it uses default. |
|
7 | # When no format has been given, it uses default. | |
8 | # You can provide other formats here if you like! |
|
8 | # You can provide other formats here if you like! | |
9 | default: "%m/%d/%Y" |
|
9 | default: "%m/%d/%Y" | |
10 | short: "%b %d" |
|
10 | short: "%b %d" | |
11 | long: "%B %d, %Y" |
|
11 | long: "%B %d, %Y" | |
12 |
|
12 | |||
13 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] |
|
13 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] | |
14 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] |
|
14 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] | |
15 |
|
15 | |||
16 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
16 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
17 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
17 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] | |
18 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
18 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] | |
19 | # Used in date_select and datime_select. |
|
19 | # Used in date_select and datime_select. | |
20 | order: |
|
20 | order: | |
21 | - :year |
|
21 | - :year | |
22 | - :month |
|
22 | - :month | |
23 | - :day |
|
23 | - :day | |
24 |
|
24 | |||
25 | time: |
|
25 | time: | |
26 | formats: |
|
26 | formats: | |
27 | default: "%m/%d/%Y %I:%M %p" |
|
27 | default: "%m/%d/%Y %I:%M %p" | |
28 | time: "%I:%M %p" |
|
28 | time: "%I:%M %p" | |
29 | short: "%d %b %H:%M" |
|
29 | short: "%d %b %H:%M" | |
30 | long: "%B %d, %Y %H:%M" |
|
30 | long: "%B %d, %Y %H:%M" | |
31 | am: "am" |
|
31 | am: "am" | |
32 | pm: "pm" |
|
32 | pm: "pm" | |
33 |
|
33 | |||
34 | datetime: |
|
34 | datetime: | |
35 | distance_in_words: |
|
35 | distance_in_words: | |
36 | half_a_minute: "half a minute" |
|
36 | half_a_minute: "half a minute" | |
37 | less_than_x_seconds: |
|
37 | less_than_x_seconds: | |
38 | one: "less than 1 second" |
|
38 | one: "less than 1 second" | |
39 | other: "less than %{count} seconds" |
|
39 | other: "less than %{count} seconds" | |
40 | x_seconds: |
|
40 | x_seconds: | |
41 | one: "1 second" |
|
41 | one: "1 second" | |
42 | other: "%{count} seconds" |
|
42 | other: "%{count} seconds" | |
43 | less_than_x_minutes: |
|
43 | less_than_x_minutes: | |
44 | one: "less than a minute" |
|
44 | one: "less than a minute" | |
45 | other: "less than %{count} minutes" |
|
45 | other: "less than %{count} minutes" | |
46 | x_minutes: |
|
46 | x_minutes: | |
47 | one: "1 minute" |
|
47 | one: "1 minute" | |
48 | other: "%{count} minutes" |
|
48 | other: "%{count} minutes" | |
49 | about_x_hours: |
|
49 | about_x_hours: | |
50 | one: "about 1 hour" |
|
50 | one: "about 1 hour" | |
51 | other: "about %{count} hours" |
|
51 | other: "about %{count} hours" | |
52 | x_days: |
|
52 | x_days: | |
53 | one: "1 day" |
|
53 | one: "1 day" | |
54 | other: "%{count} days" |
|
54 | other: "%{count} days" | |
55 | about_x_months: |
|
55 | about_x_months: | |
56 | one: "about 1 month" |
|
56 | one: "about 1 month" | |
57 | other: "about %{count} months" |
|
57 | other: "about %{count} months" | |
58 | x_months: |
|
58 | x_months: | |
59 | one: "1 month" |
|
59 | one: "1 month" | |
60 | other: "%{count} months" |
|
60 | other: "%{count} months" | |
61 | about_x_years: |
|
61 | about_x_years: | |
62 | one: "about 1 year" |
|
62 | one: "about 1 year" | |
63 | other: "about %{count} years" |
|
63 | other: "about %{count} years" | |
64 | over_x_years: |
|
64 | over_x_years: | |
65 | one: "over 1 year" |
|
65 | one: "over 1 year" | |
66 | other: "over %{count} years" |
|
66 | other: "over %{count} years" | |
67 | almost_x_years: |
|
67 | almost_x_years: | |
68 | one: "almost 1 year" |
|
68 | one: "almost 1 year" | |
69 | other: "almost %{count} years" |
|
69 | other: "almost %{count} years" | |
70 |
|
70 | |||
71 | number: |
|
71 | number: | |
72 | format: |
|
72 | format: | |
73 | separator: "." |
|
73 | separator: "." | |
74 | delimiter: "" |
|
74 | delimiter: "" | |
75 | precision: 3 |
|
75 | precision: 3 | |
76 |
|
76 | |||
77 | human: |
|
77 | human: | |
78 | format: |
|
78 | format: | |
79 | delimiter: "" |
|
79 | delimiter: "" | |
80 | precision: 1 |
|
80 | precision: 1 | |
81 | storage_units: |
|
81 | storage_units: | |
82 | format: "%n %u" |
|
82 | format: "%n %u" | |
83 | units: |
|
83 | units: | |
84 | byte: |
|
84 | byte: | |
85 | one: "Byte" |
|
85 | one: "Byte" | |
86 | other: "Bytes" |
|
86 | other: "Bytes" | |
87 | kb: "kB" |
|
87 | kb: "kB" | |
88 | mb: "MB" |
|
88 | mb: "MB" | |
89 | gb: "GB" |
|
89 | gb: "GB" | |
90 | tb: "TB" |
|
90 | tb: "TB" | |
91 |
|
91 | |||
92 |
|
92 | |||
93 | # Used in array.to_sentence. |
|
93 | # Used in array.to_sentence. | |
94 | support: |
|
94 | support: | |
95 | array: |
|
95 | array: | |
96 | sentence_connector: "and" |
|
96 | sentence_connector: "and" | |
97 | skip_last_comma: false |
|
97 | skip_last_comma: false | |
98 |
|
98 | |||
99 | activerecord: |
|
99 | activerecord: | |
100 | errors: |
|
100 | errors: | |
101 | template: |
|
101 | template: | |
102 | header: |
|
102 | header: | |
103 | one: "1 error prohibited this %{model} from being saved" |
|
103 | one: "1 error prohibited this %{model} from being saved" | |
104 | other: "%{count} errors prohibited this %{model} from being saved" |
|
104 | other: "%{count} errors prohibited this %{model} from being saved" | |
105 | messages: |
|
105 | messages: | |
106 | inclusion: "is not included in the list" |
|
106 | inclusion: "is not included in the list" | |
107 | exclusion: "is reserved" |
|
107 | exclusion: "is reserved" | |
108 | invalid: "is invalid" |
|
108 | invalid: "is invalid" | |
109 | confirmation: "doesn't match confirmation" |
|
109 | confirmation: "doesn't match confirmation" | |
110 | accepted: "must be accepted" |
|
110 | accepted: "must be accepted" | |
111 | empty: "can't be empty" |
|
111 | empty: "can't be empty" | |
112 | blank: "can't be blank" |
|
112 | blank: "can't be blank" | |
113 | too_long: "is too long (maximum is %{count} characters)" |
|
113 | too_long: "is too long (maximum is %{count} characters)" | |
114 | too_short: "is too short (minimum is %{count} characters)" |
|
114 | too_short: "is too short (minimum is %{count} characters)" | |
115 | wrong_length: "is the wrong length (should be %{count} characters)" |
|
115 | wrong_length: "is the wrong length (should be %{count} characters)" | |
116 | taken: "has already been taken" |
|
116 | taken: "has already been taken" | |
117 | not_a_number: "is not a number" |
|
117 | not_a_number: "is not a number" | |
118 | not_a_date: "is not a valid date" |
|
118 | not_a_date: "is not a valid date" | |
119 | greater_than: "must be greater than %{count}" |
|
119 | greater_than: "must be greater than %{count}" | |
120 | greater_than_or_equal_to: "must be greater than or equal to %{count}" |
|
120 | greater_than_or_equal_to: "must be greater than or equal to %{count}" | |
121 | equal_to: "must be equal to %{count}" |
|
121 | equal_to: "must be equal to %{count}" | |
122 | less_than: "must be less than %{count}" |
|
122 | less_than: "must be less than %{count}" | |
123 | less_than_or_equal_to: "must be less than or equal to %{count}" |
|
123 | less_than_or_equal_to: "must be less than or equal to %{count}" | |
124 | odd: "must be odd" |
|
124 | odd: "must be odd" | |
125 | even: "must be even" |
|
125 | even: "must be even" | |
126 | greater_than_start_date: "must be greater than start date" |
|
126 | greater_than_start_date: "must be greater than start date" | |
127 | not_same_project: "doesn't belong to the same project" |
|
127 | not_same_project: "doesn't belong to the same project" | |
128 | circular_dependency: "This relation would create a circular dependency" |
|
128 | circular_dependency: "This relation would create a circular dependency" | |
129 | cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" |
|
129 | cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" | |
130 |
|
130 | |||
131 | actionview_instancetag_blank_option: Please select |
|
131 | actionview_instancetag_blank_option: Please select | |
132 |
|
132 | |||
133 | general_text_No: 'No' |
|
133 | general_text_No: 'No' | |
134 | general_text_Yes: 'Yes' |
|
134 | general_text_Yes: 'Yes' | |
135 | general_text_no: 'no' |
|
135 | general_text_no: 'no' | |
136 | general_text_yes: 'yes' |
|
136 | general_text_yes: 'yes' | |
137 | general_lang_name: 'English' |
|
137 | general_lang_name: 'English' | |
138 | general_csv_separator: ',' |
|
138 | general_csv_separator: ',' | |
139 | general_csv_decimal_separator: '.' |
|
139 | general_csv_decimal_separator: '.' | |
140 | general_csv_encoding: ISO-8859-1 |
|
140 | general_csv_encoding: ISO-8859-1 | |
141 | general_pdf_encoding: UTF-8 |
|
141 | general_pdf_encoding: UTF-8 | |
142 | general_first_day_of_week: '7' |
|
142 | general_first_day_of_week: '7' | |
143 |
|
143 | |||
144 | notice_account_updated: Account was successfully updated. |
|
144 | notice_account_updated: Account was successfully updated. | |
145 | notice_account_invalid_creditentials: Invalid user or password |
|
145 | notice_account_invalid_creditentials: Invalid user or password | |
146 | notice_account_password_updated: Password was successfully updated. |
|
146 | notice_account_password_updated: Password was successfully updated. | |
147 | notice_account_wrong_password: Wrong password |
|
147 | notice_account_wrong_password: Wrong password | |
148 | notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you. |
|
148 | notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you. | |
149 | notice_account_unknown_email: Unknown user. |
|
149 | notice_account_unknown_email: Unknown user. | |
150 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. |
|
150 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. | |
151 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. |
|
151 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. | |
152 | notice_account_activated: Your account has been activated. You can now log in. |
|
152 | notice_account_activated: Your account has been activated. You can now log in. | |
153 | notice_successful_create: Successful creation. |
|
153 | notice_successful_create: Successful creation. | |
154 | notice_successful_update: Successful update. |
|
154 | notice_successful_update: Successful update. | |
155 | notice_successful_delete: Successful deletion. |
|
155 | notice_successful_delete: Successful deletion. | |
156 | notice_successful_connection: Successful connection. |
|
156 | notice_successful_connection: Successful connection. | |
157 | notice_file_not_found: The page you were trying to access doesn't exist or has been removed. |
|
157 | notice_file_not_found: The page you were trying to access doesn't exist or has been removed. | |
158 | notice_locking_conflict: Data has been updated by another user. |
|
158 | notice_locking_conflict: Data has been updated by another user. | |
159 | notice_not_authorized: You are not authorized to access this page. |
|
159 | notice_not_authorized: You are not authorized to access this page. | |
160 | notice_not_authorized_archived_project: The project you're trying to access has been archived. |
|
160 | notice_not_authorized_archived_project: The project you're trying to access has been archived. | |
161 | notice_email_sent: "An email was sent to %{value}" |
|
161 | notice_email_sent: "An email was sent to %{value}" | |
162 | notice_email_error: "An error occurred while sending mail (%{value})" |
|
162 | notice_email_error: "An error occurred while sending mail (%{value})" | |
163 | notice_feeds_access_key_reseted: Your RSS access key was reset. |
|
163 | notice_feeds_access_key_reseted: Your RSS access key was reset. | |
164 | notice_api_access_key_reseted: Your API access key was reset. |
|
164 | notice_api_access_key_reseted: Your API access key was reset. | |
165 | notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." |
|
165 | notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." | |
166 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." |
|
166 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." | |
167 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." |
|
167 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." | |
168 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
168 | notice_account_pending: "Your account was created and is now pending administrator approval." | |
169 | notice_default_data_loaded: Default configuration successfully loaded. |
|
169 | notice_default_data_loaded: Default configuration successfully loaded. | |
170 | notice_unable_delete_version: Unable to delete version. |
|
170 | notice_unable_delete_version: Unable to delete version. | |
171 | notice_unable_delete_time_entry: Unable to delete time log entry. |
|
171 | notice_unable_delete_time_entry: Unable to delete time log entry. | |
172 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
172 | notice_issue_done_ratios_updated: Issue done ratios updated. | |
173 | notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" |
|
173 | notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" | |
174 |
|
174 | |||
175 | error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" |
|
175 | error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" | |
176 | error_scm_not_found: "The entry or revision was not found in the repository." |
|
176 | error_scm_not_found: "The entry or revision was not found in the repository." | |
177 | error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" |
|
177 | error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" | |
178 | error_scm_annotate: "The entry does not exist or cannot be annotated." |
|
178 | error_scm_annotate: "The entry does not exist or cannot be annotated." | |
179 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
179 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
180 | error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' |
|
180 | error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' | |
181 | error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' |
|
181 | error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' | |
182 | error_can_not_delete_custom_field: Unable to delete custom field |
|
182 | error_can_not_delete_custom_field: Unable to delete custom field | |
183 | error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted." |
|
183 | error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted." | |
184 | error_can_not_remove_role: "This role is in use and cannot be deleted." |
|
184 | error_can_not_remove_role: "This role is in use and cannot be deleted." | |
185 | error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened' |
|
185 | error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened' | |
186 | error_can_not_archive_project: This project cannot be archived |
|
186 | error_can_not_archive_project: This project cannot be archived | |
187 | error_issue_done_ratios_not_updated: "Issue done ratios not updated." |
|
187 | error_issue_done_ratios_not_updated: "Issue done ratios not updated." | |
188 | error_workflow_copy_source: 'Please select a source tracker or role' |
|
188 | error_workflow_copy_source: 'Please select a source tracker or role' | |
189 | error_workflow_copy_target: 'Please select target tracker(s) and role(s)' |
|
189 | error_workflow_copy_target: 'Please select target tracker(s) and role(s)' | |
190 | error_unable_delete_issue_status: 'Unable to delete issue status' |
|
190 | error_unable_delete_issue_status: 'Unable to delete issue status' | |
191 | error_unable_to_connect: "Unable to connect (%{value})" |
|
191 | error_unable_to_connect: "Unable to connect (%{value})" | |
192 | warning_attachments_not_saved: "%{count} file(s) could not be saved." |
|
192 | warning_attachments_not_saved: "%{count} file(s) could not be saved." | |
193 |
|
193 | |||
194 | mail_subject_lost_password: "Your %{value} password" |
|
194 | mail_subject_lost_password: "Your %{value} password" | |
195 | mail_body_lost_password: 'To change your password, click on the following link:' |
|
195 | mail_body_lost_password: 'To change your password, click on the following link:' | |
196 | mail_subject_register: "Your %{value} account activation" |
|
196 | mail_subject_register: "Your %{value} account activation" | |
197 | mail_body_register: 'To activate your account, click on the following link:' |
|
197 | mail_body_register: 'To activate your account, click on the following link:' | |
198 | mail_body_account_information_external: "You can use your %{value} account to log in." |
|
198 | mail_body_account_information_external: "You can use your %{value} account to log in." | |
199 | mail_body_account_information: Your account information |
|
199 | mail_body_account_information: Your account information | |
200 | mail_subject_account_activation_request: "%{value} account activation request" |
|
200 | mail_subject_account_activation_request: "%{value} account activation request" | |
201 | mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:" |
|
201 | mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:" | |
202 | mail_subject_reminder: "%{count} issue(s) due in the next %{days} days" |
|
202 | mail_subject_reminder: "%{count} issue(s) due in the next %{days} days" | |
203 | mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" |
|
203 | mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" | |
204 | mail_subject_wiki_content_added: "'%{id}' wiki page has been added" |
|
204 | mail_subject_wiki_content_added: "'%{id}' wiki page has been added" | |
205 | mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." |
|
205 | mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." | |
206 | mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" |
|
206 | mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" | |
207 | mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." |
|
207 | mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." | |
208 |
|
208 | |||
209 | gui_validation_error: 1 error |
|
209 | gui_validation_error: 1 error | |
210 | gui_validation_error_plural: "%{count} errors" |
|
210 | gui_validation_error_plural: "%{count} errors" | |
211 |
|
211 | |||
212 | field_name: Name |
|
212 | field_name: Name | |
213 | field_description: Description |
|
213 | field_description: Description | |
214 | field_summary: Summary |
|
214 | field_summary: Summary | |
215 | field_is_required: Required |
|
215 | field_is_required: Required | |
216 | field_firstname: First name |
|
216 | field_firstname: First name | |
217 | field_lastname: Last name |
|
217 | field_lastname: Last name | |
218 | field_mail: Email |
|
218 | field_mail: Email | |
219 | field_filename: File |
|
219 | field_filename: File | |
220 | field_filesize: Size |
|
220 | field_filesize: Size | |
221 | field_downloads: Downloads |
|
221 | field_downloads: Downloads | |
222 | field_author: Author |
|
222 | field_author: Author | |
223 | field_created_on: Created |
|
223 | field_created_on: Created | |
224 | field_updated_on: Updated |
|
224 | field_updated_on: Updated | |
225 | field_field_format: Format |
|
225 | field_field_format: Format | |
226 | field_is_for_all: For all projects |
|
226 | field_is_for_all: For all projects | |
227 | field_possible_values: Possible values |
|
227 | field_possible_values: Possible values | |
228 | field_regexp: Regular expression |
|
228 | field_regexp: Regular expression | |
229 | field_min_length: Minimum length |
|
229 | field_min_length: Minimum length | |
230 | field_max_length: Maximum length |
|
230 | field_max_length: Maximum length | |
231 | field_value: Value |
|
231 | field_value: Value | |
232 | field_category: Category |
|
232 | field_category: Category | |
233 | field_title: Title |
|
233 | field_title: Title | |
234 | field_project: Project |
|
234 | field_project: Project | |
235 | field_issue: Issue |
|
235 | field_issue: Issue | |
236 | field_status: Status |
|
236 | field_status: Status | |
237 | field_notes: Notes |
|
237 | field_notes: Notes | |
238 | field_is_closed: Issue closed |
|
238 | field_is_closed: Issue closed | |
239 | field_is_default: Default value |
|
239 | field_is_default: Default value | |
240 | field_tracker: Tracker |
|
240 | field_tracker: Tracker | |
241 | field_subject: Subject |
|
241 | field_subject: Subject | |
242 | field_due_date: Due date |
|
242 | field_due_date: Due date | |
243 | field_assigned_to: Assignee |
|
243 | field_assigned_to: Assignee | |
244 | field_priority: Priority |
|
244 | field_priority: Priority | |
245 | field_fixed_version: Target version |
|
245 | field_fixed_version: Target version | |
246 | field_user: User |
|
246 | field_user: User | |
247 | field_principal: Principal |
|
247 | field_principal: Principal | |
248 | field_role: Role |
|
248 | field_role: Role | |
249 | field_homepage: Homepage |
|
249 | field_homepage: Homepage | |
250 | field_is_public: Public |
|
250 | field_is_public: Public | |
251 | field_parent: Subproject of |
|
251 | field_parent: Subproject of | |
252 | field_is_in_roadmap: Issues displayed in roadmap |
|
252 | field_is_in_roadmap: Issues displayed in roadmap | |
253 | field_login: Login |
|
253 | field_login: Login | |
254 | field_mail_notification: Email notifications |
|
254 | field_mail_notification: Email notifications | |
255 | field_admin: Administrator |
|
255 | field_admin: Administrator | |
256 | field_last_login_on: Last connection |
|
256 | field_last_login_on: Last connection | |
257 | field_language: Language |
|
257 | field_language: Language | |
258 | field_effective_date: Date |
|
258 | field_effective_date: Date | |
259 | field_password: Password |
|
259 | field_password: Password | |
260 | field_new_password: New password |
|
260 | field_new_password: New password | |
261 | field_password_confirmation: Confirmation |
|
261 | field_password_confirmation: Confirmation | |
262 | field_version: Version |
|
262 | field_version: Version | |
263 | field_type: Type |
|
263 | field_type: Type | |
264 | field_host: Host |
|
264 | field_host: Host | |
265 | field_port: Port |
|
265 | field_port: Port | |
266 | field_account: Account |
|
266 | field_account: Account | |
267 | field_base_dn: Base DN |
|
267 | field_base_dn: Base DN | |
268 | field_attr_login: Login attribute |
|
268 | field_attr_login: Login attribute | |
269 | field_attr_firstname: Firstname attribute |
|
269 | field_attr_firstname: Firstname attribute | |
270 | field_attr_lastname: Lastname attribute |
|
270 | field_attr_lastname: Lastname attribute | |
271 | field_attr_mail: Email attribute |
|
271 | field_attr_mail: Email attribute | |
272 | field_onthefly: On-the-fly user creation |
|
272 | field_onthefly: On-the-fly user creation | |
273 | field_start_date: Start date |
|
273 | field_start_date: Start date | |
274 | field_done_ratio: "% Done" |
|
274 | field_done_ratio: "% Done" | |
275 | field_auth_source: Authentication mode |
|
275 | field_auth_source: Authentication mode | |
276 | field_hide_mail: Hide my email address |
|
276 | field_hide_mail: Hide my email address | |
277 | field_comments: Comment |
|
277 | field_comments: Comment | |
278 | field_url: URL |
|
278 | field_url: URL | |
279 | field_start_page: Start page |
|
279 | field_start_page: Start page | |
280 | field_subproject: Subproject |
|
280 | field_subproject: Subproject | |
281 | field_hours: Hours |
|
281 | field_hours: Hours | |
282 | field_activity: Activity |
|
282 | field_activity: Activity | |
283 | field_spent_on: Date |
|
283 | field_spent_on: Date | |
284 | field_identifier: Identifier |
|
284 | field_identifier: Identifier | |
285 | field_is_filter: Used as a filter |
|
285 | field_is_filter: Used as a filter | |
286 | field_issue_to: Related issue |
|
286 | field_issue_to: Related issue | |
287 | field_delay: Delay |
|
287 | field_delay: Delay | |
288 | field_assignable: Issues can be assigned to this role |
|
288 | field_assignable: Issues can be assigned to this role | |
289 | field_redirect_existing_links: Redirect existing links |
|
289 | field_redirect_existing_links: Redirect existing links | |
290 | field_estimated_hours: Estimated time |
|
290 | field_estimated_hours: Estimated time | |
291 | field_column_names: Columns |
|
291 | field_column_names: Columns | |
292 | field_time_entries: Log time |
|
292 | field_time_entries: Log time | |
293 | field_time_zone: Time zone |
|
293 | field_time_zone: Time zone | |
294 | field_searchable: Searchable |
|
294 | field_searchable: Searchable | |
295 | field_default_value: Default value |
|
295 | field_default_value: Default value | |
296 | field_comments_sorting: Display comments |
|
296 | field_comments_sorting: Display comments | |
297 | field_parent_title: Parent page |
|
297 | field_parent_title: Parent page | |
298 | field_editable: Editable |
|
298 | field_editable: Editable | |
299 | field_watcher: Watcher |
|
299 | field_watcher: Watcher | |
300 | field_identity_url: OpenID URL |
|
300 | field_identity_url: OpenID URL | |
301 | field_content: Content |
|
301 | field_content: Content | |
302 | field_group_by: Group results by |
|
302 | field_group_by: Group results by | |
303 | field_sharing: Sharing |
|
303 | field_sharing: Sharing | |
304 | field_parent_issue: Parent task |
|
304 | field_parent_issue: Parent task | |
305 | field_member_of_group: "Assignee's group" |
|
305 | field_member_of_group: "Assignee's group" | |
306 | field_assigned_to_role: "Assignee's role" |
|
306 | field_assigned_to_role: "Assignee's role" | |
307 | field_text: Text field |
|
307 | field_text: Text field | |
308 | field_visible: Visible |
|
308 | field_visible: Visible | |
309 | field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text" |
|
309 | field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text" | |
310 | field_issues_visibility: Issues visibility |
|
310 | field_issues_visibility: Issues visibility | |
311 | field_is_private: Private |
|
311 | field_is_private: Private | |
312 |
|
312 | field_commit_logs_encoding: Commit messages encoding | ||
|
313 | ||||
313 | setting_app_title: Application title |
|
314 | setting_app_title: Application title | |
314 | setting_app_subtitle: Application subtitle |
|
315 | setting_app_subtitle: Application subtitle | |
315 | setting_welcome_text: Welcome text |
|
316 | setting_welcome_text: Welcome text | |
316 | setting_default_language: Default language |
|
317 | setting_default_language: Default language | |
317 | setting_login_required: Authentication required |
|
318 | setting_login_required: Authentication required | |
318 | setting_self_registration: Self-registration |
|
319 | setting_self_registration: Self-registration | |
319 | setting_attachment_max_size: Attachment max. size |
|
320 | setting_attachment_max_size: Attachment max. size | |
320 | setting_issues_export_limit: Issues export limit |
|
321 | setting_issues_export_limit: Issues export limit | |
321 | setting_mail_from: Emission email address |
|
322 | setting_mail_from: Emission email address | |
322 | setting_bcc_recipients: Blind carbon copy recipients (bcc) |
|
323 | setting_bcc_recipients: Blind carbon copy recipients (bcc) | |
323 | setting_plain_text_mail: Plain text mail (no HTML) |
|
324 | setting_plain_text_mail: Plain text mail (no HTML) | |
324 | setting_host_name: Host name and path |
|
325 | setting_host_name: Host name and path | |
325 | setting_text_formatting: Text formatting |
|
326 | setting_text_formatting: Text formatting | |
326 | setting_wiki_compression: Wiki history compression |
|
327 | setting_wiki_compression: Wiki history compression | |
327 | setting_feeds_limit: Feed content limit |
|
328 | setting_feeds_limit: Feed content limit | |
328 | setting_default_projects_public: New projects are public by default |
|
329 | setting_default_projects_public: New projects are public by default | |
329 | setting_autofetch_changesets: Autofetch commits |
|
330 | setting_autofetch_changesets: Autofetch commits | |
330 | setting_sys_api_enabled: Enable WS for repository management |
|
331 | setting_sys_api_enabled: Enable WS for repository management | |
331 | setting_commit_ref_keywords: Referencing keywords |
|
332 | setting_commit_ref_keywords: Referencing keywords | |
332 | setting_commit_fix_keywords: Fixing keywords |
|
333 | setting_commit_fix_keywords: Fixing keywords | |
333 | setting_autologin: Autologin |
|
334 | setting_autologin: Autologin | |
334 | setting_date_format: Date format |
|
335 | setting_date_format: Date format | |
335 | setting_time_format: Time format |
|
336 | setting_time_format: Time format | |
336 | setting_cross_project_issue_relations: Allow cross-project issue relations |
|
337 | setting_cross_project_issue_relations: Allow cross-project issue relations | |
337 | setting_issue_list_default_columns: Default columns displayed on the issue list |
|
338 | setting_issue_list_default_columns: Default columns displayed on the issue list | |
338 | setting_repositories_encodings: Repositories encodings |
|
339 | setting_repositories_encodings: Repositories encodings | |
339 | setting_emails_header: Emails header |
|
340 | setting_emails_header: Emails header | |
340 | setting_emails_footer: Emails footer |
|
341 | setting_emails_footer: Emails footer | |
341 | setting_protocol: Protocol |
|
342 | setting_protocol: Protocol | |
342 | setting_per_page_options: Objects per page options |
|
343 | setting_per_page_options: Objects per page options | |
343 | setting_user_format: Users display format |
|
344 | setting_user_format: Users display format | |
344 | setting_activity_days_default: Days displayed on project activity |
|
345 | setting_activity_days_default: Days displayed on project activity | |
345 | setting_display_subprojects_issues: Display subprojects issues on main projects by default |
|
346 | setting_display_subprojects_issues: Display subprojects issues on main projects by default | |
346 | setting_enabled_scm: Enabled SCM |
|
347 | setting_enabled_scm: Enabled SCM | |
347 | setting_mail_handler_body_delimiters: "Truncate emails after one of these lines" |
|
348 | setting_mail_handler_body_delimiters: "Truncate emails after one of these lines" | |
348 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
349 | setting_mail_handler_api_enabled: Enable WS for incoming emails | |
349 | setting_mail_handler_api_key: API key |
|
350 | setting_mail_handler_api_key: API key | |
350 | setting_sequential_project_identifiers: Generate sequential project identifiers |
|
351 | setting_sequential_project_identifiers: Generate sequential project identifiers | |
351 | setting_gravatar_enabled: Use Gravatar user icons |
|
352 | setting_gravatar_enabled: Use Gravatar user icons | |
352 | setting_gravatar_default: Default Gravatar image |
|
353 | setting_gravatar_default: Default Gravatar image | |
353 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
354 | setting_diff_max_lines_displayed: Max number of diff lines displayed | |
354 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
355 | setting_file_max_size_displayed: Max size of text files displayed inline | |
355 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
356 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
356 | setting_openid: Allow OpenID login and registration |
|
357 | setting_openid: Allow OpenID login and registration | |
357 | setting_password_min_length: Minimum password length |
|
358 | setting_password_min_length: Minimum password length | |
358 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project |
|
359 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
359 | setting_default_projects_modules: Default enabled modules for new projects |
|
360 | setting_default_projects_modules: Default enabled modules for new projects | |
360 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
361 | setting_issue_done_ratio: Calculate the issue done ratio with | |
361 | setting_issue_done_ratio_issue_field: Use the issue field |
|
362 | setting_issue_done_ratio_issue_field: Use the issue field | |
362 | setting_issue_done_ratio_issue_status: Use the issue status |
|
363 | setting_issue_done_ratio_issue_status: Use the issue status | |
363 | setting_start_of_week: Start calendars on |
|
364 | setting_start_of_week: Start calendars on | |
364 | setting_rest_api_enabled: Enable REST web service |
|
365 | setting_rest_api_enabled: Enable REST web service | |
365 | setting_cache_formatted_text: Cache formatted text |
|
366 | setting_cache_formatted_text: Cache formatted text | |
366 | setting_default_notification_option: Default notification option |
|
367 | setting_default_notification_option: Default notification option | |
367 | setting_commit_logtime_enabled: Enable time logging |
|
368 | setting_commit_logtime_enabled: Enable time logging | |
368 | setting_commit_logtime_activity_id: Activity for logged time |
|
369 | setting_commit_logtime_activity_id: Activity for logged time | |
369 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart |
|
370 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | |
370 |
|
371 | |||
371 | permission_add_project: Create project |
|
372 | permission_add_project: Create project | |
372 | permission_add_subprojects: Create subprojects |
|
373 | permission_add_subprojects: Create subprojects | |
373 | permission_edit_project: Edit project |
|
374 | permission_edit_project: Edit project | |
374 | permission_select_project_modules: Select project modules |
|
375 | permission_select_project_modules: Select project modules | |
375 | permission_manage_members: Manage members |
|
376 | permission_manage_members: Manage members | |
376 | permission_manage_project_activities: Manage project activities |
|
377 | permission_manage_project_activities: Manage project activities | |
377 | permission_manage_versions: Manage versions |
|
378 | permission_manage_versions: Manage versions | |
378 | permission_manage_categories: Manage issue categories |
|
379 | permission_manage_categories: Manage issue categories | |
379 | permission_view_issues: View Issues |
|
380 | permission_view_issues: View Issues | |
380 | permission_add_issues: Add issues |
|
381 | permission_add_issues: Add issues | |
381 | permission_edit_issues: Edit issues |
|
382 | permission_edit_issues: Edit issues | |
382 | permission_manage_issue_relations: Manage issue relations |
|
383 | permission_manage_issue_relations: Manage issue relations | |
383 | permission_set_issues_private: Set issues public or private |
|
384 | permission_set_issues_private: Set issues public or private | |
384 | permission_set_own_issues_private: Set own issues public or private |
|
385 | permission_set_own_issues_private: Set own issues public or private | |
385 | permission_add_issue_notes: Add notes |
|
386 | permission_add_issue_notes: Add notes | |
386 | permission_edit_issue_notes: Edit notes |
|
387 | permission_edit_issue_notes: Edit notes | |
387 | permission_edit_own_issue_notes: Edit own notes |
|
388 | permission_edit_own_issue_notes: Edit own notes | |
388 | permission_move_issues: Move issues |
|
389 | permission_move_issues: Move issues | |
389 | permission_delete_issues: Delete issues |
|
390 | permission_delete_issues: Delete issues | |
390 | permission_manage_public_queries: Manage public queries |
|
391 | permission_manage_public_queries: Manage public queries | |
391 | permission_save_queries: Save queries |
|
392 | permission_save_queries: Save queries | |
392 | permission_view_gantt: View gantt chart |
|
393 | permission_view_gantt: View gantt chart | |
393 | permission_view_calendar: View calendar |
|
394 | permission_view_calendar: View calendar | |
394 | permission_view_issue_watchers: View watchers list |
|
395 | permission_view_issue_watchers: View watchers list | |
395 | permission_add_issue_watchers: Add watchers |
|
396 | permission_add_issue_watchers: Add watchers | |
396 | permission_delete_issue_watchers: Delete watchers |
|
397 | permission_delete_issue_watchers: Delete watchers | |
397 | permission_log_time: Log spent time |
|
398 | permission_log_time: Log spent time | |
398 | permission_view_time_entries: View spent time |
|
399 | permission_view_time_entries: View spent time | |
399 | permission_edit_time_entries: Edit time logs |
|
400 | permission_edit_time_entries: Edit time logs | |
400 | permission_edit_own_time_entries: Edit own time logs |
|
401 | permission_edit_own_time_entries: Edit own time logs | |
401 | permission_manage_news: Manage news |
|
402 | permission_manage_news: Manage news | |
402 | permission_comment_news: Comment news |
|
403 | permission_comment_news: Comment news | |
403 | permission_manage_documents: Manage documents |
|
404 | permission_manage_documents: Manage documents | |
404 | permission_view_documents: View documents |
|
405 | permission_view_documents: View documents | |
405 | permission_manage_files: Manage files |
|
406 | permission_manage_files: Manage files | |
406 | permission_view_files: View files |
|
407 | permission_view_files: View files | |
407 | permission_manage_wiki: Manage wiki |
|
408 | permission_manage_wiki: Manage wiki | |
408 | permission_rename_wiki_pages: Rename wiki pages |
|
409 | permission_rename_wiki_pages: Rename wiki pages | |
409 | permission_delete_wiki_pages: Delete wiki pages |
|
410 | permission_delete_wiki_pages: Delete wiki pages | |
410 | permission_view_wiki_pages: View wiki |
|
411 | permission_view_wiki_pages: View wiki | |
411 | permission_view_wiki_edits: View wiki history |
|
412 | permission_view_wiki_edits: View wiki history | |
412 | permission_edit_wiki_pages: Edit wiki pages |
|
413 | permission_edit_wiki_pages: Edit wiki pages | |
413 | permission_delete_wiki_pages_attachments: Delete attachments |
|
414 | permission_delete_wiki_pages_attachments: Delete attachments | |
414 | permission_protect_wiki_pages: Protect wiki pages |
|
415 | permission_protect_wiki_pages: Protect wiki pages | |
415 | permission_manage_repository: Manage repository |
|
416 | permission_manage_repository: Manage repository | |
416 | permission_browse_repository: Browse repository |
|
417 | permission_browse_repository: Browse repository | |
417 | permission_view_changesets: View changesets |
|
418 | permission_view_changesets: View changesets | |
418 | permission_commit_access: Commit access |
|
419 | permission_commit_access: Commit access | |
419 | permission_manage_boards: Manage forums |
|
420 | permission_manage_boards: Manage forums | |
420 | permission_view_messages: View messages |
|
421 | permission_view_messages: View messages | |
421 | permission_add_messages: Post messages |
|
422 | permission_add_messages: Post messages | |
422 | permission_edit_messages: Edit messages |
|
423 | permission_edit_messages: Edit messages | |
423 | permission_edit_own_messages: Edit own messages |
|
424 | permission_edit_own_messages: Edit own messages | |
424 | permission_delete_messages: Delete messages |
|
425 | permission_delete_messages: Delete messages | |
425 | permission_delete_own_messages: Delete own messages |
|
426 | permission_delete_own_messages: Delete own messages | |
426 | permission_export_wiki_pages: Export wiki pages |
|
427 | permission_export_wiki_pages: Export wiki pages | |
427 | permission_manage_subtasks: Manage subtasks |
|
428 | permission_manage_subtasks: Manage subtasks | |
428 |
|
429 | |||
429 | project_module_issue_tracking: Issue tracking |
|
430 | project_module_issue_tracking: Issue tracking | |
430 | project_module_time_tracking: Time tracking |
|
431 | project_module_time_tracking: Time tracking | |
431 | project_module_news: News |
|
432 | project_module_news: News | |
432 | project_module_documents: Documents |
|
433 | project_module_documents: Documents | |
433 | project_module_files: Files |
|
434 | project_module_files: Files | |
434 | project_module_wiki: Wiki |
|
435 | project_module_wiki: Wiki | |
435 | project_module_repository: Repository |
|
436 | project_module_repository: Repository | |
436 | project_module_boards: Forums |
|
437 | project_module_boards: Forums | |
437 | project_module_calendar: Calendar |
|
438 | project_module_calendar: Calendar | |
438 | project_module_gantt: Gantt |
|
439 | project_module_gantt: Gantt | |
439 |
|
440 | |||
440 | label_user: User |
|
441 | label_user: User | |
441 | label_user_plural: Users |
|
442 | label_user_plural: Users | |
442 | label_user_new: New user |
|
443 | label_user_new: New user | |
443 | label_user_anonymous: Anonymous |
|
444 | label_user_anonymous: Anonymous | |
444 | label_project: Project |
|
445 | label_project: Project | |
445 | label_project_new: New project |
|
446 | label_project_new: New project | |
446 | label_project_plural: Projects |
|
447 | label_project_plural: Projects | |
447 | label_x_projects: |
|
448 | label_x_projects: | |
448 | zero: no projects |
|
449 | zero: no projects | |
449 | one: 1 project |
|
450 | one: 1 project | |
450 | other: "%{count} projects" |
|
451 | other: "%{count} projects" | |
451 | label_project_all: All Projects |
|
452 | label_project_all: All Projects | |
452 | label_project_latest: Latest projects |
|
453 | label_project_latest: Latest projects | |
453 | label_issue: Issue |
|
454 | label_issue: Issue | |
454 | label_issue_new: New issue |
|
455 | label_issue_new: New issue | |
455 | label_issue_plural: Issues |
|
456 | label_issue_plural: Issues | |
456 | label_issue_view_all: View all issues |
|
457 | label_issue_view_all: View all issues | |
457 | label_issues_by: "Issues by %{value}" |
|
458 | label_issues_by: "Issues by %{value}" | |
458 | label_issue_added: Issue added |
|
459 | label_issue_added: Issue added | |
459 | label_issue_updated: Issue updated |
|
460 | label_issue_updated: Issue updated | |
460 | label_issue_note_added: Note added |
|
461 | label_issue_note_added: Note added | |
461 | label_issue_status_updated: Status updated |
|
462 | label_issue_status_updated: Status updated | |
462 | label_issue_priority_updated: Priority updated |
|
463 | label_issue_priority_updated: Priority updated | |
463 | label_document: Document |
|
464 | label_document: Document | |
464 | label_document_new: New document |
|
465 | label_document_new: New document | |
465 | label_document_plural: Documents |
|
466 | label_document_plural: Documents | |
466 | label_document_added: Document added |
|
467 | label_document_added: Document added | |
467 | label_role: Role |
|
468 | label_role: Role | |
468 | label_role_plural: Roles |
|
469 | label_role_plural: Roles | |
469 | label_role_new: New role |
|
470 | label_role_new: New role | |
470 | label_role_and_permissions: Roles and permissions |
|
471 | label_role_and_permissions: Roles and permissions | |
471 | label_role_anonymous: Anonymous |
|
472 | label_role_anonymous: Anonymous | |
472 | label_role_non_member: Non member |
|
473 | label_role_non_member: Non member | |
473 | label_member: Member |
|
474 | label_member: Member | |
474 | label_member_new: New member |
|
475 | label_member_new: New member | |
475 | label_member_plural: Members |
|
476 | label_member_plural: Members | |
476 | label_tracker: Tracker |
|
477 | label_tracker: Tracker | |
477 | label_tracker_plural: Trackers |
|
478 | label_tracker_plural: Trackers | |
478 | label_tracker_new: New tracker |
|
479 | label_tracker_new: New tracker | |
479 | label_workflow: Workflow |
|
480 | label_workflow: Workflow | |
480 | label_issue_status: Issue status |
|
481 | label_issue_status: Issue status | |
481 | label_issue_status_plural: Issue statuses |
|
482 | label_issue_status_plural: Issue statuses | |
482 | label_issue_status_new: New status |
|
483 | label_issue_status_new: New status | |
483 | label_issue_category: Issue category |
|
484 | label_issue_category: Issue category | |
484 | label_issue_category_plural: Issue categories |
|
485 | label_issue_category_plural: Issue categories | |
485 | label_issue_category_new: New category |
|
486 | label_issue_category_new: New category | |
486 | label_custom_field: Custom field |
|
487 | label_custom_field: Custom field | |
487 | label_custom_field_plural: Custom fields |
|
488 | label_custom_field_plural: Custom fields | |
488 | label_custom_field_new: New custom field |
|
489 | label_custom_field_new: New custom field | |
489 | label_enumerations: Enumerations |
|
490 | label_enumerations: Enumerations | |
490 | label_enumeration_new: New value |
|
491 | label_enumeration_new: New value | |
491 | label_information: Information |
|
492 | label_information: Information | |
492 | label_information_plural: Information |
|
493 | label_information_plural: Information | |
493 | label_please_login: Please log in |
|
494 | label_please_login: Please log in | |
494 | label_register: Register |
|
495 | label_register: Register | |
495 | label_login_with_open_id_option: or login with OpenID |
|
496 | label_login_with_open_id_option: or login with OpenID | |
496 | label_password_lost: Lost password |
|
497 | label_password_lost: Lost password | |
497 | label_home: Home |
|
498 | label_home: Home | |
498 | label_my_page: My page |
|
499 | label_my_page: My page | |
499 | label_my_account: My account |
|
500 | label_my_account: My account | |
500 | label_my_projects: My projects |
|
501 | label_my_projects: My projects | |
501 | label_my_page_block: My page block |
|
502 | label_my_page_block: My page block | |
502 | label_administration: Administration |
|
503 | label_administration: Administration | |
503 | label_login: Sign in |
|
504 | label_login: Sign in | |
504 | label_logout: Sign out |
|
505 | label_logout: Sign out | |
505 | label_help: Help |
|
506 | label_help: Help | |
506 | label_reported_issues: Reported issues |
|
507 | label_reported_issues: Reported issues | |
507 | label_assigned_to_me_issues: Issues assigned to me |
|
508 | label_assigned_to_me_issues: Issues assigned to me | |
508 | label_last_login: Last connection |
|
509 | label_last_login: Last connection | |
509 | label_registered_on: Registered on |
|
510 | label_registered_on: Registered on | |
510 | label_activity: Activity |
|
511 | label_activity: Activity | |
511 | label_overall_activity: Overall activity |
|
512 | label_overall_activity: Overall activity | |
512 | label_user_activity: "%{value}'s activity" |
|
513 | label_user_activity: "%{value}'s activity" | |
513 | label_new: New |
|
514 | label_new: New | |
514 | label_logged_as: Logged in as |
|
515 | label_logged_as: Logged in as | |
515 | label_environment: Environment |
|
516 | label_environment: Environment | |
516 | label_authentication: Authentication |
|
517 | label_authentication: Authentication | |
517 | label_auth_source: Authentication mode |
|
518 | label_auth_source: Authentication mode | |
518 | label_auth_source_new: New authentication mode |
|
519 | label_auth_source_new: New authentication mode | |
519 | label_auth_source_plural: Authentication modes |
|
520 | label_auth_source_plural: Authentication modes | |
520 | label_subproject_plural: Subprojects |
|
521 | label_subproject_plural: Subprojects | |
521 | label_subproject_new: New subproject |
|
522 | label_subproject_new: New subproject | |
522 | label_and_its_subprojects: "%{value} and its subprojects" |
|
523 | label_and_its_subprojects: "%{value} and its subprojects" | |
523 | label_min_max_length: Min - Max length |
|
524 | label_min_max_length: Min - Max length | |
524 | label_list: List |
|
525 | label_list: List | |
525 | label_date: Date |
|
526 | label_date: Date | |
526 | label_integer: Integer |
|
527 | label_integer: Integer | |
527 | label_float: Float |
|
528 | label_float: Float | |
528 | label_boolean: Boolean |
|
529 | label_boolean: Boolean | |
529 | label_string: Text |
|
530 | label_string: Text | |
530 | label_text: Long text |
|
531 | label_text: Long text | |
531 | label_attribute: Attribute |
|
532 | label_attribute: Attribute | |
532 | label_attribute_plural: Attributes |
|
533 | label_attribute_plural: Attributes | |
533 | label_download: "%{count} Download" |
|
534 | label_download: "%{count} Download" | |
534 | label_download_plural: "%{count} Downloads" |
|
535 | label_download_plural: "%{count} Downloads" | |
535 | label_no_data: No data to display |
|
536 | label_no_data: No data to display | |
536 | label_change_status: Change status |
|
537 | label_change_status: Change status | |
537 | label_history: History |
|
538 | label_history: History | |
538 | label_attachment: File |
|
539 | label_attachment: File | |
539 | label_attachment_new: New file |
|
540 | label_attachment_new: New file | |
540 | label_attachment_delete: Delete file |
|
541 | label_attachment_delete: Delete file | |
541 | label_attachment_plural: Files |
|
542 | label_attachment_plural: Files | |
542 | label_file_added: File added |
|
543 | label_file_added: File added | |
543 | label_report: Report |
|
544 | label_report: Report | |
544 | label_report_plural: Reports |
|
545 | label_report_plural: Reports | |
545 | label_news: News |
|
546 | label_news: News | |
546 | label_news_new: Add news |
|
547 | label_news_new: Add news | |
547 | label_news_plural: News |
|
548 | label_news_plural: News | |
548 | label_news_latest: Latest news |
|
549 | label_news_latest: Latest news | |
549 | label_news_view_all: View all news |
|
550 | label_news_view_all: View all news | |
550 | label_news_added: News added |
|
551 | label_news_added: News added | |
551 | label_news_comment_added: Comment added to a news |
|
552 | label_news_comment_added: Comment added to a news | |
552 | label_settings: Settings |
|
553 | label_settings: Settings | |
553 | label_overview: Overview |
|
554 | label_overview: Overview | |
554 | label_version: Version |
|
555 | label_version: Version | |
555 | label_version_new: New version |
|
556 | label_version_new: New version | |
556 | label_version_plural: Versions |
|
557 | label_version_plural: Versions | |
557 | label_close_versions: Close completed versions |
|
558 | label_close_versions: Close completed versions | |
558 | label_confirmation: Confirmation |
|
559 | label_confirmation: Confirmation | |
559 | label_export_to: 'Also available in:' |
|
560 | label_export_to: 'Also available in:' | |
560 | label_read: Read... |
|
561 | label_read: Read... | |
561 | label_public_projects: Public projects |
|
562 | label_public_projects: Public projects | |
562 | label_open_issues: open |
|
563 | label_open_issues: open | |
563 | label_open_issues_plural: open |
|
564 | label_open_issues_plural: open | |
564 | label_closed_issues: closed |
|
565 | label_closed_issues: closed | |
565 | label_closed_issues_plural: closed |
|
566 | label_closed_issues_plural: closed | |
566 | label_x_open_issues_abbr_on_total: |
|
567 | label_x_open_issues_abbr_on_total: | |
567 | zero: 0 open / %{total} |
|
568 | zero: 0 open / %{total} | |
568 | one: 1 open / %{total} |
|
569 | one: 1 open / %{total} | |
569 | other: "%{count} open / %{total}" |
|
570 | other: "%{count} open / %{total}" | |
570 | label_x_open_issues_abbr: |
|
571 | label_x_open_issues_abbr: | |
571 | zero: 0 open |
|
572 | zero: 0 open | |
572 | one: 1 open |
|
573 | one: 1 open | |
573 | other: "%{count} open" |
|
574 | other: "%{count} open" | |
574 | label_x_closed_issues_abbr: |
|
575 | label_x_closed_issues_abbr: | |
575 | zero: 0 closed |
|
576 | zero: 0 closed | |
576 | one: 1 closed |
|
577 | one: 1 closed | |
577 | other: "%{count} closed" |
|
578 | other: "%{count} closed" | |
578 | label_total: Total |
|
579 | label_total: Total | |
579 | label_permissions: Permissions |
|
580 | label_permissions: Permissions | |
580 | label_current_status: Current status |
|
581 | label_current_status: Current status | |
581 | label_new_statuses_allowed: New statuses allowed |
|
582 | label_new_statuses_allowed: New statuses allowed | |
582 | label_all: all |
|
583 | label_all: all | |
583 | label_none: none |
|
584 | label_none: none | |
584 | label_nobody: nobody |
|
585 | label_nobody: nobody | |
585 | label_next: Next |
|
586 | label_next: Next | |
586 | label_previous: Previous |
|
587 | label_previous: Previous | |
587 | label_used_by: Used by |
|
588 | label_used_by: Used by | |
588 | label_details: Details |
|
589 | label_details: Details | |
589 | label_add_note: Add a note |
|
590 | label_add_note: Add a note | |
590 | label_per_page: Per page |
|
591 | label_per_page: Per page | |
591 | label_calendar: Calendar |
|
592 | label_calendar: Calendar | |
592 | label_months_from: months from |
|
593 | label_months_from: months from | |
593 | label_gantt: Gantt |
|
594 | label_gantt: Gantt | |
594 | label_internal: Internal |
|
595 | label_internal: Internal | |
595 | label_last_changes: "last %{count} changes" |
|
596 | label_last_changes: "last %{count} changes" | |
596 | label_change_view_all: View all changes |
|
597 | label_change_view_all: View all changes | |
597 | label_personalize_page: Personalize this page |
|
598 | label_personalize_page: Personalize this page | |
598 | label_comment: Comment |
|
599 | label_comment: Comment | |
599 | label_comment_plural: Comments |
|
600 | label_comment_plural: Comments | |
600 | label_x_comments: |
|
601 | label_x_comments: | |
601 | zero: no comments |
|
602 | zero: no comments | |
602 | one: 1 comment |
|
603 | one: 1 comment | |
603 | other: "%{count} comments" |
|
604 | other: "%{count} comments" | |
604 | label_comment_add: Add a comment |
|
605 | label_comment_add: Add a comment | |
605 | label_comment_added: Comment added |
|
606 | label_comment_added: Comment added | |
606 | label_comment_delete: Delete comments |
|
607 | label_comment_delete: Delete comments | |
607 | label_query: Custom query |
|
608 | label_query: Custom query | |
608 | label_query_plural: Custom queries |
|
609 | label_query_plural: Custom queries | |
609 | label_query_new: New query |
|
610 | label_query_new: New query | |
610 | label_my_queries: My custom queries |
|
611 | label_my_queries: My custom queries | |
611 | label_filter_add: Add filter |
|
612 | label_filter_add: Add filter | |
612 | label_filter_plural: Filters |
|
613 | label_filter_plural: Filters | |
613 | label_equals: is |
|
614 | label_equals: is | |
614 | label_not_equals: is not |
|
615 | label_not_equals: is not | |
615 | label_in_less_than: in less than |
|
616 | label_in_less_than: in less than | |
616 | label_in_more_than: in more than |
|
617 | label_in_more_than: in more than | |
617 | label_greater_or_equal: '>=' |
|
618 | label_greater_or_equal: '>=' | |
618 | label_less_or_equal: '<=' |
|
619 | label_less_or_equal: '<=' | |
619 | label_in: in |
|
620 | label_in: in | |
620 | label_today: today |
|
621 | label_today: today | |
621 | label_all_time: all time |
|
622 | label_all_time: all time | |
622 | label_yesterday: yesterday |
|
623 | label_yesterday: yesterday | |
623 | label_this_week: this week |
|
624 | label_this_week: this week | |
624 | label_last_week: last week |
|
625 | label_last_week: last week | |
625 | label_last_n_days: "last %{count} days" |
|
626 | label_last_n_days: "last %{count} days" | |
626 | label_this_month: this month |
|
627 | label_this_month: this month | |
627 | label_last_month: last month |
|
628 | label_last_month: last month | |
628 | label_this_year: this year |
|
629 | label_this_year: this year | |
629 | label_date_range: Date range |
|
630 | label_date_range: Date range | |
630 | label_less_than_ago: less than days ago |
|
631 | label_less_than_ago: less than days ago | |
631 | label_more_than_ago: more than days ago |
|
632 | label_more_than_ago: more than days ago | |
632 | label_ago: days ago |
|
633 | label_ago: days ago | |
633 | label_contains: contains |
|
634 | label_contains: contains | |
634 | label_not_contains: doesn't contain |
|
635 | label_not_contains: doesn't contain | |
635 | label_day_plural: days |
|
636 | label_day_plural: days | |
636 | label_repository: Repository |
|
637 | label_repository: Repository | |
637 | label_repository_plural: Repositories |
|
638 | label_repository_plural: Repositories | |
638 | label_browse: Browse |
|
639 | label_browse: Browse | |
639 | label_modification: "%{count} change" |
|
640 | label_modification: "%{count} change" | |
640 | label_modification_plural: "%{count} changes" |
|
641 | label_modification_plural: "%{count} changes" | |
641 | label_branch: Branch |
|
642 | label_branch: Branch | |
642 | label_tag: Tag |
|
643 | label_tag: Tag | |
643 | label_revision: Revision |
|
644 | label_revision: Revision | |
644 | label_revision_plural: Revisions |
|
645 | label_revision_plural: Revisions | |
645 | label_revision_id: "Revision %{value}" |
|
646 | label_revision_id: "Revision %{value}" | |
646 | label_associated_revisions: Associated revisions |
|
647 | label_associated_revisions: Associated revisions | |
647 | label_added: added |
|
648 | label_added: added | |
648 | label_modified: modified |
|
649 | label_modified: modified | |
649 | label_copied: copied |
|
650 | label_copied: copied | |
650 | label_renamed: renamed |
|
651 | label_renamed: renamed | |
651 | label_deleted: deleted |
|
652 | label_deleted: deleted | |
652 | label_latest_revision: Latest revision |
|
653 | label_latest_revision: Latest revision | |
653 | label_latest_revision_plural: Latest revisions |
|
654 | label_latest_revision_plural: Latest revisions | |
654 | label_view_revisions: View revisions |
|
655 | label_view_revisions: View revisions | |
655 | label_view_all_revisions: View all revisions |
|
656 | label_view_all_revisions: View all revisions | |
656 | label_max_size: Maximum size |
|
657 | label_max_size: Maximum size | |
657 | label_sort_highest: Move to top |
|
658 | label_sort_highest: Move to top | |
658 | label_sort_higher: Move up |
|
659 | label_sort_higher: Move up | |
659 | label_sort_lower: Move down |
|
660 | label_sort_lower: Move down | |
660 | label_sort_lowest: Move to bottom |
|
661 | label_sort_lowest: Move to bottom | |
661 | label_roadmap: Roadmap |
|
662 | label_roadmap: Roadmap | |
662 | label_roadmap_due_in: "Due in %{value}" |
|
663 | label_roadmap_due_in: "Due in %{value}" | |
663 | label_roadmap_overdue: "%{value} late" |
|
664 | label_roadmap_overdue: "%{value} late" | |
664 | label_roadmap_no_issues: No issues for this version |
|
665 | label_roadmap_no_issues: No issues for this version | |
665 | label_search: Search |
|
666 | label_search: Search | |
666 | label_result_plural: Results |
|
667 | label_result_plural: Results | |
667 | label_all_words: All words |
|
668 | label_all_words: All words | |
668 | label_wiki: Wiki |
|
669 | label_wiki: Wiki | |
669 | label_wiki_edit: Wiki edit |
|
670 | label_wiki_edit: Wiki edit | |
670 | label_wiki_edit_plural: Wiki edits |
|
671 | label_wiki_edit_plural: Wiki edits | |
671 | label_wiki_page: Wiki page |
|
672 | label_wiki_page: Wiki page | |
672 | label_wiki_page_plural: Wiki pages |
|
673 | label_wiki_page_plural: Wiki pages | |
673 | label_index_by_title: Index by title |
|
674 | label_index_by_title: Index by title | |
674 | label_index_by_date: Index by date |
|
675 | label_index_by_date: Index by date | |
675 | label_current_version: Current version |
|
676 | label_current_version: Current version | |
676 | label_preview: Preview |
|
677 | label_preview: Preview | |
677 | label_feed_plural: Feeds |
|
678 | label_feed_plural: Feeds | |
678 | label_changes_details: Details of all changes |
|
679 | label_changes_details: Details of all changes | |
679 | label_issue_tracking: Issue tracking |
|
680 | label_issue_tracking: Issue tracking | |
680 | label_spent_time: Spent time |
|
681 | label_spent_time: Spent time | |
681 | label_overall_spent_time: Overall spent time |
|
682 | label_overall_spent_time: Overall spent time | |
682 | label_f_hour: "%{value} hour" |
|
683 | label_f_hour: "%{value} hour" | |
683 | label_f_hour_plural: "%{value} hours" |
|
684 | label_f_hour_plural: "%{value} hours" | |
684 | label_time_tracking: Time tracking |
|
685 | label_time_tracking: Time tracking | |
685 | label_change_plural: Changes |
|
686 | label_change_plural: Changes | |
686 | label_statistics: Statistics |
|
687 | label_statistics: Statistics | |
687 | label_commits_per_month: Commits per month |
|
688 | label_commits_per_month: Commits per month | |
688 | label_commits_per_author: Commits per author |
|
689 | label_commits_per_author: Commits per author | |
689 | label_view_diff: View differences |
|
690 | label_view_diff: View differences | |
690 | label_diff_inline: inline |
|
691 | label_diff_inline: inline | |
691 | label_diff_side_by_side: side by side |
|
692 | label_diff_side_by_side: side by side | |
692 | label_options: Options |
|
693 | label_options: Options | |
693 | label_copy_workflow_from: Copy workflow from |
|
694 | label_copy_workflow_from: Copy workflow from | |
694 | label_permissions_report: Permissions report |
|
695 | label_permissions_report: Permissions report | |
695 | label_watched_issues: Watched issues |
|
696 | label_watched_issues: Watched issues | |
696 | label_related_issues: Related issues |
|
697 | label_related_issues: Related issues | |
697 | label_applied_status: Applied status |
|
698 | label_applied_status: Applied status | |
698 | label_loading: Loading... |
|
699 | label_loading: Loading... | |
699 | label_relation_new: New relation |
|
700 | label_relation_new: New relation | |
700 | label_relation_delete: Delete relation |
|
701 | label_relation_delete: Delete relation | |
701 | label_relates_to: related to |
|
702 | label_relates_to: related to | |
702 | label_duplicates: duplicates |
|
703 | label_duplicates: duplicates | |
703 | label_duplicated_by: duplicated by |
|
704 | label_duplicated_by: duplicated by | |
704 | label_blocks: blocks |
|
705 | label_blocks: blocks | |
705 | label_blocked_by: blocked by |
|
706 | label_blocked_by: blocked by | |
706 | label_precedes: precedes |
|
707 | label_precedes: precedes | |
707 | label_follows: follows |
|
708 | label_follows: follows | |
708 | label_end_to_start: end to start |
|
709 | label_end_to_start: end to start | |
709 | label_end_to_end: end to end |
|
710 | label_end_to_end: end to end | |
710 | label_start_to_start: start to start |
|
711 | label_start_to_start: start to start | |
711 | label_start_to_end: start to end |
|
712 | label_start_to_end: start to end | |
712 | label_stay_logged_in: Stay logged in |
|
713 | label_stay_logged_in: Stay logged in | |
713 | label_disabled: disabled |
|
714 | label_disabled: disabled | |
714 | label_show_completed_versions: Show completed versions |
|
715 | label_show_completed_versions: Show completed versions | |
715 | label_me: me |
|
716 | label_me: me | |
716 | label_board: Forum |
|
717 | label_board: Forum | |
717 | label_board_new: New forum |
|
718 | label_board_new: New forum | |
718 | label_board_plural: Forums |
|
719 | label_board_plural: Forums | |
719 | label_board_locked: Locked |
|
720 | label_board_locked: Locked | |
720 | label_board_sticky: Sticky |
|
721 | label_board_sticky: Sticky | |
721 | label_topic_plural: Topics |
|
722 | label_topic_plural: Topics | |
722 | label_message_plural: Messages |
|
723 | label_message_plural: Messages | |
723 | label_message_last: Last message |
|
724 | label_message_last: Last message | |
724 | label_message_new: New message |
|
725 | label_message_new: New message | |
725 | label_message_posted: Message added |
|
726 | label_message_posted: Message added | |
726 | label_reply_plural: Replies |
|
727 | label_reply_plural: Replies | |
727 | label_send_information: Send account information to the user |
|
728 | label_send_information: Send account information to the user | |
728 | label_year: Year |
|
729 | label_year: Year | |
729 | label_month: Month |
|
730 | label_month: Month | |
730 | label_week: Week |
|
731 | label_week: Week | |
731 | label_date_from: From |
|
732 | label_date_from: From | |
732 | label_date_to: To |
|
733 | label_date_to: To | |
733 | label_language_based: Based on user's language |
|
734 | label_language_based: Based on user's language | |
734 | label_sort_by: "Sort by %{value}" |
|
735 | label_sort_by: "Sort by %{value}" | |
735 | label_send_test_email: Send a test email |
|
736 | label_send_test_email: Send a test email | |
736 | label_feeds_access_key: RSS access key |
|
737 | label_feeds_access_key: RSS access key | |
737 | label_missing_feeds_access_key: Missing a RSS access key |
|
738 | label_missing_feeds_access_key: Missing a RSS access key | |
738 | label_feeds_access_key_created_on: "RSS access key created %{value} ago" |
|
739 | label_feeds_access_key_created_on: "RSS access key created %{value} ago" | |
739 | label_module_plural: Modules |
|
740 | label_module_plural: Modules | |
740 | label_added_time_by: "Added by %{author} %{age} ago" |
|
741 | label_added_time_by: "Added by %{author} %{age} ago" | |
741 | label_updated_time_by: "Updated by %{author} %{age} ago" |
|
742 | label_updated_time_by: "Updated by %{author} %{age} ago" | |
742 | label_updated_time: "Updated %{value} ago" |
|
743 | label_updated_time: "Updated %{value} ago" | |
743 | label_jump_to_a_project: Jump to a project... |
|
744 | label_jump_to_a_project: Jump to a project... | |
744 | label_file_plural: Files |
|
745 | label_file_plural: Files | |
745 | label_changeset_plural: Changesets |
|
746 | label_changeset_plural: Changesets | |
746 | label_default_columns: Default columns |
|
747 | label_default_columns: Default columns | |
747 | label_no_change_option: (No change) |
|
748 | label_no_change_option: (No change) | |
748 | label_bulk_edit_selected_issues: Bulk edit selected issues |
|
749 | label_bulk_edit_selected_issues: Bulk edit selected issues | |
749 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries |
|
750 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries | |
750 | label_theme: Theme |
|
751 | label_theme: Theme | |
751 | label_default: Default |
|
752 | label_default: Default | |
752 | label_search_titles_only: Search titles only |
|
753 | label_search_titles_only: Search titles only | |
753 | label_user_mail_option_all: "For any event on all my projects" |
|
754 | label_user_mail_option_all: "For any event on all my projects" | |
754 | label_user_mail_option_selected: "For any event on the selected projects only..." |
|
755 | label_user_mail_option_selected: "For any event on the selected projects only..." | |
755 | label_user_mail_option_none: "No events" |
|
756 | label_user_mail_option_none: "No events" | |
756 | label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in" |
|
757 | label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in" | |
757 | label_user_mail_option_only_assigned: "Only for things I am assigned to" |
|
758 | label_user_mail_option_only_assigned: "Only for things I am assigned to" | |
758 | label_user_mail_option_only_owner: "Only for things I am the owner of" |
|
759 | label_user_mail_option_only_owner: "Only for things I am the owner of" | |
759 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
760 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
760 | label_registration_activation_by_email: account activation by email |
|
761 | label_registration_activation_by_email: account activation by email | |
761 | label_registration_manual_activation: manual account activation |
|
762 | label_registration_manual_activation: manual account activation | |
762 | label_registration_automatic_activation: automatic account activation |
|
763 | label_registration_automatic_activation: automatic account activation | |
763 | label_display_per_page: "Per page: %{value}" |
|
764 | label_display_per_page: "Per page: %{value}" | |
764 | label_age: Age |
|
765 | label_age: Age | |
765 | label_change_properties: Change properties |
|
766 | label_change_properties: Change properties | |
766 | label_general: General |
|
767 | label_general: General | |
767 | label_more: More |
|
768 | label_more: More | |
768 | label_scm: SCM |
|
769 | label_scm: SCM | |
769 | label_plugins: Plugins |
|
770 | label_plugins: Plugins | |
770 | label_ldap_authentication: LDAP authentication |
|
771 | label_ldap_authentication: LDAP authentication | |
771 | label_downloads_abbr: D/L |
|
772 | label_downloads_abbr: D/L | |
772 | label_optional_description: Optional description |
|
773 | label_optional_description: Optional description | |
773 | label_add_another_file: Add another file |
|
774 | label_add_another_file: Add another file | |
774 | label_preferences: Preferences |
|
775 | label_preferences: Preferences | |
775 | label_chronological_order: In chronological order |
|
776 | label_chronological_order: In chronological order | |
776 | label_reverse_chronological_order: In reverse chronological order |
|
777 | label_reverse_chronological_order: In reverse chronological order | |
777 | label_planning: Planning |
|
778 | label_planning: Planning | |
778 | label_incoming_emails: Incoming emails |
|
779 | label_incoming_emails: Incoming emails | |
779 | label_generate_key: Generate a key |
|
780 | label_generate_key: Generate a key | |
780 | label_issue_watchers: Watchers |
|
781 | label_issue_watchers: Watchers | |
781 | label_example: Example |
|
782 | label_example: Example | |
782 | label_display: Display |
|
783 | label_display: Display | |
783 | label_sort: Sort |
|
784 | label_sort: Sort | |
784 | label_ascending: Ascending |
|
785 | label_ascending: Ascending | |
785 | label_descending: Descending |
|
786 | label_descending: Descending | |
786 | label_date_from_to: From %{start} to %{end} |
|
787 | label_date_from_to: From %{start} to %{end} | |
787 | label_wiki_content_added: Wiki page added |
|
788 | label_wiki_content_added: Wiki page added | |
788 | label_wiki_content_updated: Wiki page updated |
|
789 | label_wiki_content_updated: Wiki page updated | |
789 | label_group: Group |
|
790 | label_group: Group | |
790 | label_group_plural: Groups |
|
791 | label_group_plural: Groups | |
791 | label_group_new: New group |
|
792 | label_group_new: New group | |
792 | label_time_entry_plural: Spent time |
|
793 | label_time_entry_plural: Spent time | |
793 | label_version_sharing_none: Not shared |
|
794 | label_version_sharing_none: Not shared | |
794 | label_version_sharing_descendants: With subprojects |
|
795 | label_version_sharing_descendants: With subprojects | |
795 | label_version_sharing_hierarchy: With project hierarchy |
|
796 | label_version_sharing_hierarchy: With project hierarchy | |
796 | label_version_sharing_tree: With project tree |
|
797 | label_version_sharing_tree: With project tree | |
797 | label_version_sharing_system: With all projects |
|
798 | label_version_sharing_system: With all projects | |
798 | label_update_issue_done_ratios: Update issue done ratios |
|
799 | label_update_issue_done_ratios: Update issue done ratios | |
799 | label_copy_source: Source |
|
800 | label_copy_source: Source | |
800 | label_copy_target: Target |
|
801 | label_copy_target: Target | |
801 | label_copy_same_as_target: Same as target |
|
802 | label_copy_same_as_target: Same as target | |
802 | label_display_used_statuses_only: Only display statuses that are used by this tracker |
|
803 | label_display_used_statuses_only: Only display statuses that are used by this tracker | |
803 | label_api_access_key: API access key |
|
804 | label_api_access_key: API access key | |
804 | label_missing_api_access_key: Missing an API access key |
|
805 | label_missing_api_access_key: Missing an API access key | |
805 | label_api_access_key_created_on: "API access key created %{value} ago" |
|
806 | label_api_access_key_created_on: "API access key created %{value} ago" | |
806 | label_profile: Profile |
|
807 | label_profile: Profile | |
807 | label_subtask_plural: Subtasks |
|
808 | label_subtask_plural: Subtasks | |
808 | label_project_copy_notifications: Send email notifications during the project copy |
|
809 | label_project_copy_notifications: Send email notifications during the project copy | |
809 | label_principal_search: "Search for user or group:" |
|
810 | label_principal_search: "Search for user or group:" | |
810 | label_user_search: "Search for user:" |
|
811 | label_user_search: "Search for user:" | |
811 | label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author |
|
812 | label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | |
812 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee |
|
813 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | |
813 | label_issues_visibility_all: All issues |
|
814 | label_issues_visibility_all: All issues | |
814 | label_issues_visibility_public: All non private issues |
|
815 | label_issues_visibility_public: All non private issues | |
815 | label_issues_visibility_own: Issues created by or assigned to the user |
|
816 | label_issues_visibility_own: Issues created by or assigned to the user | |
816 |
|
817 | |||
817 | button_login: Login |
|
818 | button_login: Login | |
818 | button_submit: Submit |
|
819 | button_submit: Submit | |
819 | button_save: Save |
|
820 | button_save: Save | |
820 | button_check_all: Check all |
|
821 | button_check_all: Check all | |
821 | button_uncheck_all: Uncheck all |
|
822 | button_uncheck_all: Uncheck all | |
822 | button_collapse_all: Collapse all |
|
823 | button_collapse_all: Collapse all | |
823 | button_expand_all: Expand all |
|
824 | button_expand_all: Expand all | |
824 | button_delete: Delete |
|
825 | button_delete: Delete | |
825 | button_create: Create |
|
826 | button_create: Create | |
826 | button_create_and_continue: Create and continue |
|
827 | button_create_and_continue: Create and continue | |
827 | button_test: Test |
|
828 | button_test: Test | |
828 | button_edit: Edit |
|
829 | button_edit: Edit | |
829 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" |
|
830 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | |
830 | button_add: Add |
|
831 | button_add: Add | |
831 | button_change: Change |
|
832 | button_change: Change | |
832 | button_apply: Apply |
|
833 | button_apply: Apply | |
833 | button_clear: Clear |
|
834 | button_clear: Clear | |
834 | button_lock: Lock |
|
835 | button_lock: Lock | |
835 | button_unlock: Unlock |
|
836 | button_unlock: Unlock | |
836 | button_download: Download |
|
837 | button_download: Download | |
837 | button_list: List |
|
838 | button_list: List | |
838 | button_view: View |
|
839 | button_view: View | |
839 | button_move: Move |
|
840 | button_move: Move | |
840 | button_move_and_follow: Move and follow |
|
841 | button_move_and_follow: Move and follow | |
841 | button_back: Back |
|
842 | button_back: Back | |
842 | button_cancel: Cancel |
|
843 | button_cancel: Cancel | |
843 | button_activate: Activate |
|
844 | button_activate: Activate | |
844 | button_sort: Sort |
|
845 | button_sort: Sort | |
845 | button_log_time: Log time |
|
846 | button_log_time: Log time | |
846 | button_rollback: Rollback to this version |
|
847 | button_rollback: Rollback to this version | |
847 | button_watch: Watch |
|
848 | button_watch: Watch | |
848 | button_unwatch: Unwatch |
|
849 | button_unwatch: Unwatch | |
849 | button_reply: Reply |
|
850 | button_reply: Reply | |
850 | button_archive: Archive |
|
851 | button_archive: Archive | |
851 | button_unarchive: Unarchive |
|
852 | button_unarchive: Unarchive | |
852 | button_reset: Reset |
|
853 | button_reset: Reset | |
853 | button_rename: Rename |
|
854 | button_rename: Rename | |
854 | button_change_password: Change password |
|
855 | button_change_password: Change password | |
855 | button_copy: Copy |
|
856 | button_copy: Copy | |
856 | button_copy_and_follow: Copy and follow |
|
857 | button_copy_and_follow: Copy and follow | |
857 | button_annotate: Annotate |
|
858 | button_annotate: Annotate | |
858 | button_update: Update |
|
859 | button_update: Update | |
859 | button_configure: Configure |
|
860 | button_configure: Configure | |
860 | button_quote: Quote |
|
861 | button_quote: Quote | |
861 | button_duplicate: Duplicate |
|
862 | button_duplicate: Duplicate | |
862 | button_show: Show |
|
863 | button_show: Show | |
863 |
|
864 | |||
864 | status_active: active |
|
865 | status_active: active | |
865 | status_registered: registered |
|
866 | status_registered: registered | |
866 | status_locked: locked |
|
867 | status_locked: locked | |
867 |
|
868 | |||
868 | version_status_open: open |
|
869 | version_status_open: open | |
869 | version_status_locked: locked |
|
870 | version_status_locked: locked | |
870 | version_status_closed: closed |
|
871 | version_status_closed: closed | |
871 |
|
872 | |||
872 | field_active: Active |
|
873 | field_active: Active | |
873 |
|
874 | |||
874 | text_select_mail_notifications: Select actions for which email notifications should be sent. |
|
875 | text_select_mail_notifications: Select actions for which email notifications should be sent. | |
875 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
876 | text_regexp_info: eg. ^[A-Z0-9]+$ | |
876 | text_min_max_length_info: 0 means no restriction |
|
877 | text_min_max_length_info: 0 means no restriction | |
877 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data? |
|
878 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data? | |
878 | text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." |
|
879 | text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." | |
879 | text_workflow_edit: Select a role and a tracker to edit the workflow |
|
880 | text_workflow_edit: Select a role and a tracker to edit the workflow | |
880 | text_are_you_sure: Are you sure? |
|
881 | text_are_you_sure: Are you sure? | |
881 | text_are_you_sure_with_children: "Delete issue and all child issues?" |
|
882 | text_are_you_sure_with_children: "Delete issue and all child issues?" | |
882 | text_journal_changed: "%{label} changed from %{old} to %{new}" |
|
883 | text_journal_changed: "%{label} changed from %{old} to %{new}" | |
883 | text_journal_changed_no_detail: "%{label} updated" |
|
884 | text_journal_changed_no_detail: "%{label} updated" | |
884 | text_journal_set_to: "%{label} set to %{value}" |
|
885 | text_journal_set_to: "%{label} set to %{value}" | |
885 | text_journal_deleted: "%{label} deleted (%{old})" |
|
886 | text_journal_deleted: "%{label} deleted (%{old})" | |
886 | text_journal_added: "%{label} %{value} added" |
|
887 | text_journal_added: "%{label} %{value} added" | |
887 | text_tip_issue_begin_day: issue beginning this day |
|
888 | text_tip_issue_begin_day: issue beginning this day | |
888 | text_tip_issue_end_day: issue ending this day |
|
889 | text_tip_issue_end_day: issue ending this day | |
889 | text_tip_issue_begin_end_day: issue beginning and ending this day |
|
890 | text_tip_issue_begin_end_day: issue beginning and ending this day | |
890 | text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.' |
|
891 | text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.' | |
891 | text_caracters_maximum: "%{count} characters maximum." |
|
892 | text_caracters_maximum: "%{count} characters maximum." | |
892 | text_caracters_minimum: "Must be at least %{count} characters long." |
|
893 | text_caracters_minimum: "Must be at least %{count} characters long." | |
893 | text_length_between: "Length between %{min} and %{max} characters." |
|
894 | text_length_between: "Length between %{min} and %{max} characters." | |
894 | text_tracker_no_workflow: No workflow defined for this tracker |
|
895 | text_tracker_no_workflow: No workflow defined for this tracker | |
895 | text_unallowed_characters: Unallowed characters |
|
896 | text_unallowed_characters: Unallowed characters | |
896 | text_comma_separated: Multiple values allowed (comma separated). |
|
897 | text_comma_separated: Multiple values allowed (comma separated). | |
897 | text_line_separated: Multiple values allowed (one line for each value). |
|
898 | text_line_separated: Multiple values allowed (one line for each value). | |
898 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
899 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
899 | text_issue_added: "Issue %{id} has been reported by %{author}." |
|
900 | text_issue_added: "Issue %{id} has been reported by %{author}." | |
900 | text_issue_updated: "Issue %{id} has been updated by %{author}." |
|
901 | text_issue_updated: "Issue %{id} has been updated by %{author}." | |
901 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content? |
|
902 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content? | |
902 | text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?" |
|
903 | text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?" | |
903 | text_issue_category_destroy_assignments: Remove category assignments |
|
904 | text_issue_category_destroy_assignments: Remove category assignments | |
904 | text_issue_category_reassign_to: Reassign issues to this category |
|
905 | text_issue_category_reassign_to: Reassign issues to this category | |
905 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." |
|
906 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." | |
906 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." |
|
907 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." | |
907 | text_load_default_configuration: Load the default configuration |
|
908 | text_load_default_configuration: Load the default configuration | |
908 | text_status_changed_by_changeset: "Applied in changeset %{value}." |
|
909 | text_status_changed_by_changeset: "Applied in changeset %{value}." | |
909 | text_time_logged_by_changeset: "Applied in changeset %{value}." |
|
910 | text_time_logged_by_changeset: "Applied in changeset %{value}." | |
910 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' |
|
911 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' | |
911 | text_issues_destroy_descendants_confirmation: "This will also delete %{count} subtask(s)." |
|
912 | text_issues_destroy_descendants_confirmation: "This will also delete %{count} subtask(s)." | |
912 | text_time_entries_destroy_confirmation: 'Are you sure you want to delete the selected time entr(y/ies)?' |
|
913 | text_time_entries_destroy_confirmation: 'Are you sure you want to delete the selected time entr(y/ies)?' | |
913 | text_select_project_modules: 'Select modules to enable for this project:' |
|
914 | text_select_project_modules: 'Select modules to enable for this project:' | |
914 | text_default_administrator_account_changed: Default administrator account changed |
|
915 | text_default_administrator_account_changed: Default administrator account changed | |
915 | text_file_repository_writable: Attachments directory writable |
|
916 | text_file_repository_writable: Attachments directory writable | |
916 | text_plugin_assets_writable: Plugin assets directory writable |
|
917 | text_plugin_assets_writable: Plugin assets directory writable | |
917 | text_rmagick_available: RMagick available (optional) |
|
918 | text_rmagick_available: RMagick available (optional) | |
918 | text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?" |
|
919 | text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?" | |
919 | text_destroy_time_entries: Delete reported hours |
|
920 | text_destroy_time_entries: Delete reported hours | |
920 | text_assign_time_entries_to_project: Assign reported hours to the project |
|
921 | text_assign_time_entries_to_project: Assign reported hours to the project | |
921 | text_reassign_time_entries: 'Reassign reported hours to this issue:' |
|
922 | text_reassign_time_entries: 'Reassign reported hours to this issue:' | |
922 | text_user_wrote: "%{value} wrote:" |
|
923 | text_user_wrote: "%{value} wrote:" | |
923 | text_enumeration_destroy_question: "%{count} objects are assigned to this value." |
|
924 | text_enumeration_destroy_question: "%{count} objects are assigned to this value." | |
924 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
925 | text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
925 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." |
|
926 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." | |
926 | text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." |
|
927 | text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." | |
927 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
928 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' | |
928 | text_custom_field_possible_values_info: 'One line for each value' |
|
929 | text_custom_field_possible_values_info: 'One line for each value' | |
929 | text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" |
|
930 | text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" | |
930 | text_wiki_page_nullify_children: "Keep child pages as root pages" |
|
931 | text_wiki_page_nullify_children: "Keep child pages as root pages" | |
931 | text_wiki_page_destroy_children: "Delete child pages and all their descendants" |
|
932 | text_wiki_page_destroy_children: "Delete child pages and all their descendants" | |
932 | text_wiki_page_reassign_children: "Reassign child pages to this parent page" |
|
933 | text_wiki_page_reassign_children: "Reassign child pages to this parent page" | |
933 | text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?" |
|
934 | text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?" | |
934 | text_zoom_in: Zoom in |
|
935 | text_zoom_in: Zoom in | |
935 | text_zoom_out: Zoom out |
|
936 | text_zoom_out: Zoom out | |
936 | text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." |
|
937 | text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." | |
937 |
|
938 | |||
938 | default_role_manager: Manager |
|
939 | default_role_manager: Manager | |
939 | default_role_developer: Developer |
|
940 | default_role_developer: Developer | |
940 | default_role_reporter: Reporter |
|
941 | default_role_reporter: Reporter | |
941 | default_tracker_bug: Bug |
|
942 | default_tracker_bug: Bug | |
942 | default_tracker_feature: Feature |
|
943 | default_tracker_feature: Feature | |
943 | default_tracker_support: Support |
|
944 | default_tracker_support: Support | |
944 | default_issue_status_new: New |
|
945 | default_issue_status_new: New | |
945 | default_issue_status_in_progress: In Progress |
|
946 | default_issue_status_in_progress: In Progress | |
946 | default_issue_status_resolved: Resolved |
|
947 | default_issue_status_resolved: Resolved | |
947 | default_issue_status_feedback: Feedback |
|
948 | default_issue_status_feedback: Feedback | |
948 | default_issue_status_closed: Closed |
|
949 | default_issue_status_closed: Closed | |
949 | default_issue_status_rejected: Rejected |
|
950 | default_issue_status_rejected: Rejected | |
950 | default_doc_category_user: User documentation |
|
951 | default_doc_category_user: User documentation | |
951 | default_doc_category_tech: Technical documentation |
|
952 | default_doc_category_tech: Technical documentation | |
952 | default_priority_low: Low |
|
953 | default_priority_low: Low | |
953 | default_priority_normal: Normal |
|
954 | default_priority_normal: Normal | |
954 | default_priority_high: High |
|
955 | default_priority_high: High | |
955 | default_priority_urgent: Urgent |
|
956 | default_priority_urgent: Urgent | |
956 | default_priority_immediate: Immediate |
|
957 | default_priority_immediate: Immediate | |
957 | default_activity_design: Design |
|
958 | default_activity_design: Design | |
958 | default_activity_development: Development |
|
959 | default_activity_development: Development | |
959 |
|
960 | |||
960 | enumeration_issue_priorities: Issue priorities |
|
961 | enumeration_issue_priorities: Issue priorities | |
961 | enumeration_doc_categories: Document categories |
|
962 | enumeration_doc_categories: Document categories | |
962 | enumeration_activities: Activities (time tracking) |
|
963 | enumeration_activities: Activities (time tracking) | |
963 | enumeration_system_activity: System Activity |
|
964 | enumeration_system_activity: System Activity | |
964 | field_commit_logs_encoding: Commit messages encoding |
|
@@ -1,980 +1,980 | |||||
1 | # French translations for Ruby on Rails |
|
1 | # French translations for Ruby on Rails | |
2 | # by Christian Lescuyer (christian@flyingcoders.com) |
|
2 | # by Christian Lescuyer (christian@flyingcoders.com) | |
3 | # contributor: Sebastien Grosjean - ZenCocoon.com |
|
3 | # contributor: Sebastien Grosjean - ZenCocoon.com | |
4 | # contributor: Thibaut Cuvelier - Developpez.com |
|
4 | # contributor: Thibaut Cuvelier - Developpez.com | |
5 |
|
5 | |||
6 | fr: |
|
6 | fr: | |
7 | direction: ltr |
|
7 | direction: ltr | |
8 | date: |
|
8 | date: | |
9 | formats: |
|
9 | formats: | |
10 | default: "%d/%m/%Y" |
|
10 | default: "%d/%m/%Y" | |
11 | short: "%e %b" |
|
11 | short: "%e %b" | |
12 | long: "%e %B %Y" |
|
12 | long: "%e %B %Y" | |
13 | long_ordinal: "%e %B %Y" |
|
13 | long_ordinal: "%e %B %Y" | |
14 | only_day: "%e" |
|
14 | only_day: "%e" | |
15 |
|
15 | |||
16 | day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi] |
|
16 | day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi] | |
17 | abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] |
|
17 | abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] | |
18 | month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] |
|
18 | month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] | |
19 | abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] |
|
19 | abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] | |
20 | order: |
|
20 | order: | |
21 | - :day |
|
21 | - :day | |
22 | - :month |
|
22 | - :month | |
23 | - :year |
|
23 | - :year | |
24 |
|
24 | |||
25 | time: |
|
25 | time: | |
26 | formats: |
|
26 | formats: | |
27 | default: "%d/%m/%Y %H:%M" |
|
27 | default: "%d/%m/%Y %H:%M" | |
28 | time: "%H:%M" |
|
28 | time: "%H:%M" | |
29 | short: "%d %b %H:%M" |
|
29 | short: "%d %b %H:%M" | |
30 | long: "%A %d %B %Y %H:%M:%S %Z" |
|
30 | long: "%A %d %B %Y %H:%M:%S %Z" | |
31 | long_ordinal: "%A %d %B %Y %H:%M:%S %Z" |
|
31 | long_ordinal: "%A %d %B %Y %H:%M:%S %Z" | |
32 | only_second: "%S" |
|
32 | only_second: "%S" | |
33 | am: 'am' |
|
33 | am: 'am' | |
34 | pm: 'pm' |
|
34 | pm: 'pm' | |
35 |
|
35 | |||
36 | datetime: |
|
36 | datetime: | |
37 | distance_in_words: |
|
37 | distance_in_words: | |
38 | half_a_minute: "30 secondes" |
|
38 | half_a_minute: "30 secondes" | |
39 | less_than_x_seconds: |
|
39 | less_than_x_seconds: | |
40 | zero: "moins d'une seconde" |
|
40 | zero: "moins d'une seconde" | |
41 | one: "moins d'une seconde" |
|
41 | one: "moins d'une seconde" | |
42 | other: "moins de %{count} secondes" |
|
42 | other: "moins de %{count} secondes" | |
43 | x_seconds: |
|
43 | x_seconds: | |
44 | one: "1 seconde" |
|
44 | one: "1 seconde" | |
45 | other: "%{count} secondes" |
|
45 | other: "%{count} secondes" | |
46 | less_than_x_minutes: |
|
46 | less_than_x_minutes: | |
47 | zero: "moins d'une minute" |
|
47 | zero: "moins d'une minute" | |
48 | one: "moins d'une minute" |
|
48 | one: "moins d'une minute" | |
49 | other: "moins de %{count} minutes" |
|
49 | other: "moins de %{count} minutes" | |
50 | x_minutes: |
|
50 | x_minutes: | |
51 | one: "1 minute" |
|
51 | one: "1 minute" | |
52 | other: "%{count} minutes" |
|
52 | other: "%{count} minutes" | |
53 | about_x_hours: |
|
53 | about_x_hours: | |
54 | one: "environ une heure" |
|
54 | one: "environ une heure" | |
55 | other: "environ %{count} heures" |
|
55 | other: "environ %{count} heures" | |
56 | x_days: |
|
56 | x_days: | |
57 | one: "un jour" |
|
57 | one: "un jour" | |
58 | other: "%{count} jours" |
|
58 | other: "%{count} jours" | |
59 | about_x_months: |
|
59 | about_x_months: | |
60 | one: "environ un mois" |
|
60 | one: "environ un mois" | |
61 | other: "environ %{count} mois" |
|
61 | other: "environ %{count} mois" | |
62 | x_months: |
|
62 | x_months: | |
63 | one: "un mois" |
|
63 | one: "un mois" | |
64 | other: "%{count} mois" |
|
64 | other: "%{count} mois" | |
65 | about_x_years: |
|
65 | about_x_years: | |
66 | one: "environ un an" |
|
66 | one: "environ un an" | |
67 | other: "environ %{count} ans" |
|
67 | other: "environ %{count} ans" | |
68 | over_x_years: |
|
68 | over_x_years: | |
69 | one: "plus d'un an" |
|
69 | one: "plus d'un an" | |
70 | other: "plus de %{count} ans" |
|
70 | other: "plus de %{count} ans" | |
71 | almost_x_years: |
|
71 | almost_x_years: | |
72 | one: "presqu'un an" |
|
72 | one: "presqu'un an" | |
73 | other: "presque %{count} ans" |
|
73 | other: "presque %{count} ans" | |
74 | prompts: |
|
74 | prompts: | |
75 | year: "Année" |
|
75 | year: "Année" | |
76 | month: "Mois" |
|
76 | month: "Mois" | |
77 | day: "Jour" |
|
77 | day: "Jour" | |
78 | hour: "Heure" |
|
78 | hour: "Heure" | |
79 | minute: "Minute" |
|
79 | minute: "Minute" | |
80 | second: "Seconde" |
|
80 | second: "Seconde" | |
81 |
|
81 | |||
82 | number: |
|
82 | number: | |
83 | format: |
|
83 | format: | |
84 | precision: 3 |
|
84 | precision: 3 | |
85 | separator: ',' |
|
85 | separator: ',' | |
86 | delimiter: ' ' |
|
86 | delimiter: ' ' | |
87 | currency: |
|
87 | currency: | |
88 | format: |
|
88 | format: | |
89 | unit: '€' |
|
89 | unit: '€' | |
90 | precision: 2 |
|
90 | precision: 2 | |
91 | format: '%n %u' |
|
91 | format: '%n %u' | |
92 | human: |
|
92 | human: | |
93 | format: |
|
93 | format: | |
94 | precision: 2 |
|
94 | precision: 2 | |
95 | storage_units: |
|
95 | storage_units: | |
96 | format: "%n %u" |
|
96 | format: "%n %u" | |
97 | units: |
|
97 | units: | |
98 | byte: |
|
98 | byte: | |
99 | one: "octet" |
|
99 | one: "octet" | |
100 | other: "octet" |
|
100 | other: "octet" | |
101 | kb: "ko" |
|
101 | kb: "ko" | |
102 | mb: "Mo" |
|
102 | mb: "Mo" | |
103 | gb: "Go" |
|
103 | gb: "Go" | |
104 | tb: "To" |
|
104 | tb: "To" | |
105 |
|
105 | |||
106 | support: |
|
106 | support: | |
107 | array: |
|
107 | array: | |
108 | sentence_connector: 'et' |
|
108 | sentence_connector: 'et' | |
109 | skip_last_comma: true |
|
109 | skip_last_comma: true | |
110 | word_connector: ", " |
|
110 | word_connector: ", " | |
111 | two_words_connector: " et " |
|
111 | two_words_connector: " et " | |
112 | last_word_connector: " et " |
|
112 | last_word_connector: " et " | |
113 |
|
113 | |||
114 | activerecord: |
|
114 | activerecord: | |
115 | errors: |
|
115 | errors: | |
116 | template: |
|
116 | template: | |
117 | header: |
|
117 | header: | |
118 | one: "Impossible d'enregistrer %{model} : une erreur" |
|
118 | one: "Impossible d'enregistrer %{model} : une erreur" | |
119 | other: "Impossible d'enregistrer %{model} : %{count} erreurs." |
|
119 | other: "Impossible d'enregistrer %{model} : %{count} erreurs." | |
120 | body: "Veuillez vérifier les champs suivants :" |
|
120 | body: "Veuillez vérifier les champs suivants :" | |
121 | messages: |
|
121 | messages: | |
122 | inclusion: "n'est pas inclus(e) dans la liste" |
|
122 | inclusion: "n'est pas inclus(e) dans la liste" | |
123 | exclusion: "n'est pas disponible" |
|
123 | exclusion: "n'est pas disponible" | |
124 | invalid: "n'est pas valide" |
|
124 | invalid: "n'est pas valide" | |
125 | confirmation: "ne concorde pas avec la confirmation" |
|
125 | confirmation: "ne concorde pas avec la confirmation" | |
126 | accepted: "doit être accepté(e)" |
|
126 | accepted: "doit être accepté(e)" | |
127 | empty: "doit être renseigné(e)" |
|
127 | empty: "doit être renseigné(e)" | |
128 | blank: "doit être renseigné(e)" |
|
128 | blank: "doit être renseigné(e)" | |
129 | too_long: "est trop long (pas plus de %{count} caractères)" |
|
129 | too_long: "est trop long (pas plus de %{count} caractères)" | |
130 | too_short: "est trop court (au moins %{count} caractères)" |
|
130 | too_short: "est trop court (au moins %{count} caractères)" | |
131 | wrong_length: "ne fait pas la bonne longueur (doit comporter %{count} caractères)" |
|
131 | wrong_length: "ne fait pas la bonne longueur (doit comporter %{count} caractères)" | |
132 | taken: "est déjà utilisé" |
|
132 | taken: "est déjà utilisé" | |
133 | not_a_number: "n'est pas un nombre" |
|
133 | not_a_number: "n'est pas un nombre" | |
134 | not_a_date: "n'est pas une date valide" |
|
134 | not_a_date: "n'est pas une date valide" | |
135 | greater_than: "doit être supérieur à %{count}" |
|
135 | greater_than: "doit être supérieur à %{count}" | |
136 | greater_than_or_equal_to: "doit être supérieur ou égal à %{count}" |
|
136 | greater_than_or_equal_to: "doit être supérieur ou égal à %{count}" | |
137 | equal_to: "doit être égal à %{count}" |
|
137 | equal_to: "doit être égal à %{count}" | |
138 | less_than: "doit être inférieur à %{count}" |
|
138 | less_than: "doit être inférieur à %{count}" | |
139 | less_than_or_equal_to: "doit être inférieur ou égal à %{count}" |
|
139 | less_than_or_equal_to: "doit être inférieur ou égal à %{count}" | |
140 | odd: "doit être impair" |
|
140 | odd: "doit être impair" | |
141 | even: "doit être pair" |
|
141 | even: "doit être pair" | |
142 | greater_than_start_date: "doit être postérieure à la date de début" |
|
142 | greater_than_start_date: "doit être postérieure à la date de début" | |
143 | not_same_project: "n'appartient pas au même projet" |
|
143 | not_same_project: "n'appartient pas au même projet" | |
144 | circular_dependency: "Cette relation créerait une dépendance circulaire" |
|
144 | circular_dependency: "Cette relation créerait une dépendance circulaire" | |
145 | cant_link_an_issue_with_a_descendant: "Une demande ne peut pas être liée à l'une de ses sous-tâches" |
|
145 | cant_link_an_issue_with_a_descendant: "Une demande ne peut pas être liée à l'une de ses sous-tâches" | |
146 |
|
146 | |||
147 | actionview_instancetag_blank_option: Choisir |
|
147 | actionview_instancetag_blank_option: Choisir | |
148 |
|
148 | |||
149 | general_text_No: 'Non' |
|
149 | general_text_No: 'Non' | |
150 | general_text_Yes: 'Oui' |
|
150 | general_text_Yes: 'Oui' | |
151 | general_text_no: 'non' |
|
151 | general_text_no: 'non' | |
152 | general_text_yes: 'oui' |
|
152 | general_text_yes: 'oui' | |
153 | general_lang_name: 'Français' |
|
153 | general_lang_name: 'Français' | |
154 | general_csv_separator: ';' |
|
154 | general_csv_separator: ';' | |
155 | general_csv_decimal_separator: ',' |
|
155 | general_csv_decimal_separator: ',' | |
156 | general_csv_encoding: ISO-8859-1 |
|
156 | general_csv_encoding: ISO-8859-1 | |
157 | general_pdf_encoding: UTF-8 |
|
157 | general_pdf_encoding: UTF-8 | |
158 | general_first_day_of_week: '1' |
|
158 | general_first_day_of_week: '1' | |
159 |
|
159 | |||
160 | notice_account_updated: Le compte a été mis à jour avec succès. |
|
160 | notice_account_updated: Le compte a été mis à jour avec succès. | |
161 | notice_account_invalid_creditentials: Identifiant ou mot de passe invalide. |
|
161 | notice_account_invalid_creditentials: Identifiant ou mot de passe invalide. | |
162 | notice_account_password_updated: Mot de passe mis à jour avec succès. |
|
162 | notice_account_password_updated: Mot de passe mis à jour avec succès. | |
163 | notice_account_wrong_password: Mot de passe incorrect |
|
163 | notice_account_wrong_password: Mot de passe incorrect | |
164 | notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé. |
|
164 | notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé. | |
165 | notice_account_unknown_email: Aucun compte ne correspond à cette adresse. |
|
165 | notice_account_unknown_email: Aucun compte ne correspond à cette adresse. | |
166 | notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe. |
|
166 | notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe. | |
167 | notice_account_lost_email_sent: Un message contenant les instructions pour choisir un nouveau mot de passe vous a été envoyé. |
|
167 | notice_account_lost_email_sent: Un message contenant les instructions pour choisir un nouveau mot de passe vous a été envoyé. | |
168 | notice_account_activated: Votre compte a été activé. Vous pouvez à présent vous connecter. |
|
168 | notice_account_activated: Votre compte a été activé. Vous pouvez à présent vous connecter. | |
169 | notice_successful_create: Création effectuée avec succès. |
|
169 | notice_successful_create: Création effectuée avec succès. | |
170 | notice_successful_update: Mise à jour effectuée avec succès. |
|
170 | notice_successful_update: Mise à jour effectuée avec succès. | |
171 | notice_successful_delete: Suppression effectuée avec succès. |
|
171 | notice_successful_delete: Suppression effectuée avec succès. | |
172 | notice_successful_connection: Connexion réussie. |
|
172 | notice_successful_connection: Connexion réussie. | |
173 | notice_file_not_found: "La page à laquelle vous souhaitez accéder n'existe pas ou a été supprimée." |
|
173 | notice_file_not_found: "La page à laquelle vous souhaitez accéder n'existe pas ou a été supprimée." | |
174 | notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible. |
|
174 | notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible. | |
175 | notice_not_authorized: "Vous n'êtes pas autorisé à accéder à cette page." |
|
175 | notice_not_authorized: "Vous n'êtes pas autorisé à accéder à cette page." | |
176 | notice_not_authorized_archived_project: Le projet auquel vous tentez d'accéder a été archivé. |
|
176 | notice_not_authorized_archived_project: Le projet auquel vous tentez d'accéder a été archivé. | |
177 | notice_email_sent: "Un email a été envoyé à %{value}" |
|
177 | notice_email_sent: "Un email a été envoyé à %{value}" | |
178 | notice_email_error: "Erreur lors de l'envoi de l'email (%{value})" |
|
178 | notice_email_error: "Erreur lors de l'envoi de l'email (%{value})" | |
179 | notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée." |
|
179 | notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée." | |
180 | notice_failed_to_save_issues: "%{count} demande(s) sur les %{total} sélectionnées n'ont pas pu être mise(s) à jour : %{ids}." |
|
180 | notice_failed_to_save_issues: "%{count} demande(s) sur les %{total} sélectionnées n'ont pas pu être mise(s) à jour : %{ids}." | |
181 | notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour." |
|
181 | notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour." | |
182 | notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur." |
|
182 | notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur." | |
183 | notice_default_data_loaded: Paramétrage par défaut chargé avec succès. |
|
183 | notice_default_data_loaded: Paramétrage par défaut chargé avec succès. | |
184 | notice_unable_delete_version: Impossible de supprimer cette version. |
|
184 | notice_unable_delete_version: Impossible de supprimer cette version. | |
185 | notice_issue_done_ratios_updated: L'avancement des demandes a été mis à jour. |
|
185 | notice_issue_done_ratios_updated: L'avancement des demandes a été mis à jour. | |
186 | notice_api_access_key_reseted: Votre clé d'accès API a été réinitialisée. |
|
186 | notice_api_access_key_reseted: Votre clé d'accès API a été réinitialisée. | |
187 | notice_gantt_chart_truncated: "Le diagramme a été tronqué car il excède le nombre maximal d'éléments pouvant être affichés (%{max})" |
|
187 | notice_gantt_chart_truncated: "Le diagramme a été tronqué car il excède le nombre maximal d'éléments pouvant être affichés (%{max})" | |
188 |
|
188 | |||
189 | error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage : %{value}" |
|
189 | error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage : %{value}" | |
190 | error_scm_not_found: "L'entrée et/ou la révision demandée n'existe pas dans le dépôt." |
|
190 | error_scm_not_found: "L'entrée et/ou la révision demandée n'existe pas dans le dépôt." | |
191 | error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt : %{value}" |
|
191 | error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt : %{value}" | |
192 | error_scm_annotate: "L'entrée n'existe pas ou ne peut pas être annotée." |
|
192 | error_scm_annotate: "L'entrée n'existe pas ou ne peut pas être annotée." | |
193 | error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet" |
|
193 | error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet" | |
194 | error_can_not_reopen_issue_on_closed_version: 'Une demande assignée à une version fermée ne peut pas être réouverte' |
|
194 | error_can_not_reopen_issue_on_closed_version: 'Une demande assignée à une version fermée ne peut pas être réouverte' | |
195 | error_can_not_archive_project: "Ce projet ne peut pas être archivé" |
|
195 | error_can_not_archive_project: "Ce projet ne peut pas être archivé" | |
196 | error_workflow_copy_source: 'Veuillez sélectionner un tracker et/ou un rôle source' |
|
196 | error_workflow_copy_source: 'Veuillez sélectionner un tracker et/ou un rôle source' | |
197 | error_workflow_copy_target: 'Veuillez sélectionner les trackers et rôles cibles' |
|
197 | error_workflow_copy_target: 'Veuillez sélectionner les trackers et rôles cibles' | |
198 | error_issue_done_ratios_not_updated: L'avancement des demandes n'a pas pu être mis à jour. |
|
198 | error_issue_done_ratios_not_updated: L'avancement des demandes n'a pas pu être mis à jour. | |
199 |
|
199 | |||
200 | warning_attachments_not_saved: "%{count} fichier(s) n'ont pas pu être sauvegardés." |
|
200 | warning_attachments_not_saved: "%{count} fichier(s) n'ont pas pu être sauvegardés." | |
201 |
|
201 | |||
202 | mail_subject_lost_password: "Votre mot de passe %{value}" |
|
202 | mail_subject_lost_password: "Votre mot de passe %{value}" | |
203 | mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant :' |
|
203 | mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant :' | |
204 | mail_subject_register: "Activation de votre compte %{value}" |
|
204 | mail_subject_register: "Activation de votre compte %{value}" | |
205 | mail_body_register: 'Pour activer votre compte, cliquez sur le lien suivant :' |
|
205 | mail_body_register: 'Pour activer votre compte, cliquez sur le lien suivant :' | |
206 | mail_body_account_information_external: "Vous pouvez utiliser votre compte %{value} pour vous connecter." |
|
206 | mail_body_account_information_external: "Vous pouvez utiliser votre compte %{value} pour vous connecter." | |
207 | mail_body_account_information: Paramètres de connexion de votre compte |
|
207 | mail_body_account_information: Paramètres de connexion de votre compte | |
208 | mail_subject_account_activation_request: "Demande d'activation d'un compte %{value}" |
|
208 | mail_subject_account_activation_request: "Demande d'activation d'un compte %{value}" | |
209 | mail_body_account_activation_request: "Un nouvel utilisateur (%{value}) s'est inscrit. Son compte nécessite votre approbation :" |
|
209 | mail_body_account_activation_request: "Un nouvel utilisateur (%{value}) s'est inscrit. Son compte nécessite votre approbation :" | |
210 | mail_subject_reminder: "%{count} demande(s) arrivent à échéance (%{days})" |
|
210 | mail_subject_reminder: "%{count} demande(s) arrivent à échéance (%{days})" | |
211 | mail_body_reminder: "%{count} demande(s) qui vous sont assignées arrivent à échéance dans les %{days} prochains jours :" |
|
211 | mail_body_reminder: "%{count} demande(s) qui vous sont assignées arrivent à échéance dans les %{days} prochains jours :" | |
212 | mail_subject_wiki_content_added: "Page wiki '%{id}' ajoutée" |
|
212 | mail_subject_wiki_content_added: "Page wiki '%{id}' ajoutée" | |
213 | mail_body_wiki_content_added: "La page wiki '%{id}' a été ajoutée par %{author}." |
|
213 | mail_body_wiki_content_added: "La page wiki '%{id}' a été ajoutée par %{author}." | |
214 | mail_subject_wiki_content_updated: "Page wiki '%{id}' mise à jour" |
|
214 | mail_subject_wiki_content_updated: "Page wiki '%{id}' mise à jour" | |
215 | mail_body_wiki_content_updated: "La page wiki '%{id}' a été mise à jour par %{author}." |
|
215 | mail_body_wiki_content_updated: "La page wiki '%{id}' a été mise à jour par %{author}." | |
216 |
|
216 | |||
217 | gui_validation_error: 1 erreur |
|
217 | gui_validation_error: 1 erreur | |
218 | gui_validation_error_plural: "%{count} erreurs" |
|
218 | gui_validation_error_plural: "%{count} erreurs" | |
219 |
|
219 | |||
220 | field_name: Nom |
|
220 | field_name: Nom | |
221 | field_description: Description |
|
221 | field_description: Description | |
222 | field_summary: Résumé |
|
222 | field_summary: Résumé | |
223 | field_is_required: Obligatoire |
|
223 | field_is_required: Obligatoire | |
224 | field_firstname: Prénom |
|
224 | field_firstname: Prénom | |
225 | field_lastname: Nom |
|
225 | field_lastname: Nom | |
226 | field_mail: "Email " |
|
226 | field_mail: "Email " | |
227 | field_filename: Fichier |
|
227 | field_filename: Fichier | |
228 | field_filesize: Taille |
|
228 | field_filesize: Taille | |
229 | field_downloads: Téléchargements |
|
229 | field_downloads: Téléchargements | |
230 | field_author: Auteur |
|
230 | field_author: Auteur | |
231 | field_created_on: "Créé " |
|
231 | field_created_on: "Créé " | |
232 | field_updated_on: "Mis-à-jour " |
|
232 | field_updated_on: "Mis-à-jour " | |
233 | field_field_format: Format |
|
233 | field_field_format: Format | |
234 | field_is_for_all: Pour tous les projets |
|
234 | field_is_for_all: Pour tous les projets | |
235 | field_possible_values: Valeurs possibles |
|
235 | field_possible_values: Valeurs possibles | |
236 | field_regexp: Expression régulière |
|
236 | field_regexp: Expression régulière | |
237 | field_min_length: Longueur minimum |
|
237 | field_min_length: Longueur minimum | |
238 | field_max_length: Longueur maximum |
|
238 | field_max_length: Longueur maximum | |
239 | field_value: Valeur |
|
239 | field_value: Valeur | |
240 | field_category: Catégorie |
|
240 | field_category: Catégorie | |
241 | field_title: Titre |
|
241 | field_title: Titre | |
242 | field_project: Projet |
|
242 | field_project: Projet | |
243 | field_issue: Demande |
|
243 | field_issue: Demande | |
244 | field_status: Statut |
|
244 | field_status: Statut | |
245 | field_notes: Notes |
|
245 | field_notes: Notes | |
246 | field_is_closed: Demande fermée |
|
246 | field_is_closed: Demande fermée | |
247 | field_is_default: Valeur par défaut |
|
247 | field_is_default: Valeur par défaut | |
248 | field_tracker: Tracker |
|
248 | field_tracker: Tracker | |
249 | field_subject: Sujet |
|
249 | field_subject: Sujet | |
250 | field_due_date: Echéance |
|
250 | field_due_date: Echéance | |
251 | field_assigned_to: Assigné à |
|
251 | field_assigned_to: Assigné à | |
252 | field_priority: Priorité |
|
252 | field_priority: Priorité | |
253 | field_fixed_version: Version cible |
|
253 | field_fixed_version: Version cible | |
254 | field_user: Utilisateur |
|
254 | field_user: Utilisateur | |
255 | field_role: Rôle |
|
255 | field_role: Rôle | |
256 | field_homepage: "Site web " |
|
256 | field_homepage: "Site web " | |
257 | field_is_public: Public |
|
257 | field_is_public: Public | |
258 | field_parent: Sous-projet de |
|
258 | field_parent: Sous-projet de | |
259 | field_is_in_roadmap: Demandes affichées dans la roadmap |
|
259 | field_is_in_roadmap: Demandes affichées dans la roadmap | |
260 | field_login: "Identifiant " |
|
260 | field_login: "Identifiant " | |
261 | field_mail_notification: Notifications par mail |
|
261 | field_mail_notification: Notifications par mail | |
262 | field_admin: Administrateur |
|
262 | field_admin: Administrateur | |
263 | field_last_login_on: "Dernière connexion " |
|
263 | field_last_login_on: "Dernière connexion " | |
264 | field_language: Langue |
|
264 | field_language: Langue | |
265 | field_effective_date: Date |
|
265 | field_effective_date: Date | |
266 | field_password: Mot de passe |
|
266 | field_password: Mot de passe | |
267 | field_new_password: Nouveau mot de passe |
|
267 | field_new_password: Nouveau mot de passe | |
268 | field_password_confirmation: Confirmation |
|
268 | field_password_confirmation: Confirmation | |
269 | field_version: Version |
|
269 | field_version: Version | |
270 | field_type: Type |
|
270 | field_type: Type | |
271 | field_host: Hôte |
|
271 | field_host: Hôte | |
272 | field_port: Port |
|
272 | field_port: Port | |
273 | field_account: Compte |
|
273 | field_account: Compte | |
274 | field_base_dn: Base DN |
|
274 | field_base_dn: Base DN | |
275 | field_attr_login: Attribut Identifiant |
|
275 | field_attr_login: Attribut Identifiant | |
276 | field_attr_firstname: Attribut Prénom |
|
276 | field_attr_firstname: Attribut Prénom | |
277 | field_attr_lastname: Attribut Nom |
|
277 | field_attr_lastname: Attribut Nom | |
278 | field_attr_mail: Attribut Email |
|
278 | field_attr_mail: Attribut Email | |
279 | field_onthefly: Création des utilisateurs à la volée |
|
279 | field_onthefly: Création des utilisateurs à la volée | |
280 | field_start_date: Début |
|
280 | field_start_date: Début | |
281 | field_done_ratio: "% réalisé" |
|
281 | field_done_ratio: "% réalisé" | |
282 | field_auth_source: Mode d'authentification |
|
282 | field_auth_source: Mode d'authentification | |
283 | field_hide_mail: Cacher mon adresse mail |
|
283 | field_hide_mail: Cacher mon adresse mail | |
284 | field_comments: Commentaire |
|
284 | field_comments: Commentaire | |
285 | field_url: URL |
|
285 | field_url: URL | |
286 | field_start_page: Page de démarrage |
|
286 | field_start_page: Page de démarrage | |
287 | field_subproject: Sous-projet |
|
287 | field_subproject: Sous-projet | |
288 | field_hours: Heures |
|
288 | field_hours: Heures | |
289 | field_activity: Activité |
|
289 | field_activity: Activité | |
290 | field_spent_on: Date |
|
290 | field_spent_on: Date | |
291 | field_identifier: Identifiant |
|
291 | field_identifier: Identifiant | |
292 | field_is_filter: Utilisé comme filtre |
|
292 | field_is_filter: Utilisé comme filtre | |
293 | field_issue_to: Demande liée |
|
293 | field_issue_to: Demande liée | |
294 | field_delay: Retard |
|
294 | field_delay: Retard | |
295 | field_assignable: Demandes assignables à ce rôle |
|
295 | field_assignable: Demandes assignables à ce rôle | |
296 | field_redirect_existing_links: Rediriger les liens existants |
|
296 | field_redirect_existing_links: Rediriger les liens existants | |
297 | field_estimated_hours: Temps estimé |
|
297 | field_estimated_hours: Temps estimé | |
298 | field_column_names: Colonnes |
|
298 | field_column_names: Colonnes | |
299 | field_time_zone: Fuseau horaire |
|
299 | field_time_zone: Fuseau horaire | |
300 | field_searchable: Utilisé pour les recherches |
|
300 | field_searchable: Utilisé pour les recherches | |
301 | field_default_value: Valeur par défaut |
|
301 | field_default_value: Valeur par défaut | |
302 | field_comments_sorting: Afficher les commentaires |
|
302 | field_comments_sorting: Afficher les commentaires | |
303 | field_parent_title: Page parent |
|
303 | field_parent_title: Page parent | |
304 | field_editable: Modifiable |
|
304 | field_editable: Modifiable | |
305 | field_watcher: Observateur |
|
305 | field_watcher: Observateur | |
306 | field_identity_url: URL OpenID |
|
306 | field_identity_url: URL OpenID | |
307 | field_content: Contenu |
|
307 | field_content: Contenu | |
308 | field_group_by: Grouper par |
|
308 | field_group_by: Grouper par | |
309 | field_sharing: Partage |
|
309 | field_sharing: Partage | |
310 | field_active: Actif |
|
310 | field_active: Actif | |
311 | field_parent_issue: Tâche parente |
|
311 | field_parent_issue: Tâche parente | |
312 | field_visible: Visible |
|
312 | field_visible: Visible | |
313 | field_warn_on_leaving_unsaved: "M'avertir lorsque je quitte une page contenant du texte non sauvegardé" |
|
313 | field_warn_on_leaving_unsaved: "M'avertir lorsque je quitte une page contenant du texte non sauvegardé" | |
314 | field_issues_visibility: Visibilité des demandes |
|
314 | field_issues_visibility: Visibilité des demandes | |
315 | field_is_private: Privée |
|
315 | field_is_private: Privée | |
316 |
|
316 | field_commit_logs_encoding: Encodage des messages de commit | ||
|
317 | ||||
317 | setting_app_title: Titre de l'application |
|
318 | setting_app_title: Titre de l'application | |
318 | setting_app_subtitle: Sous-titre de l'application |
|
319 | setting_app_subtitle: Sous-titre de l'application | |
319 | setting_welcome_text: Texte d'accueil |
|
320 | setting_welcome_text: Texte d'accueil | |
320 | setting_default_language: Langue par défaut |
|
321 | setting_default_language: Langue par défaut | |
321 | setting_login_required: Authentification obligatoire |
|
322 | setting_login_required: Authentification obligatoire | |
322 | setting_self_registration: Inscription des nouveaux utilisateurs |
|
323 | setting_self_registration: Inscription des nouveaux utilisateurs | |
323 | setting_attachment_max_size: Taille max des fichiers |
|
324 | setting_attachment_max_size: Taille max des fichiers | |
324 | setting_issues_export_limit: Limite export demandes |
|
325 | setting_issues_export_limit: Limite export demandes | |
325 | setting_mail_from: Adresse d'émission |
|
326 | setting_mail_from: Adresse d'émission | |
326 | setting_bcc_recipients: Destinataires en copie cachée (cci) |
|
327 | setting_bcc_recipients: Destinataires en copie cachée (cci) | |
327 | setting_plain_text_mail: Mail texte brut (non HTML) |
|
328 | setting_plain_text_mail: Mail texte brut (non HTML) | |
328 | setting_host_name: Nom d'hôte et chemin |
|
329 | setting_host_name: Nom d'hôte et chemin | |
329 | setting_text_formatting: Formatage du texte |
|
330 | setting_text_formatting: Formatage du texte | |
330 | setting_wiki_compression: Compression historique wiki |
|
331 | setting_wiki_compression: Compression historique wiki | |
331 | setting_feeds_limit: Limite du contenu des flux RSS |
|
332 | setting_feeds_limit: Limite du contenu des flux RSS | |
332 | setting_default_projects_public: Définir les nouveaux projets comme publics par défaut |
|
333 | setting_default_projects_public: Définir les nouveaux projets comme publics par défaut | |
333 | setting_autofetch_changesets: Récupération auto. des commits |
|
334 | setting_autofetch_changesets: Récupération auto. des commits | |
334 | setting_sys_api_enabled: Activer les WS pour la gestion des dépôts |
|
335 | setting_sys_api_enabled: Activer les WS pour la gestion des dépôts | |
335 | setting_commit_ref_keywords: Mots-clés de référencement |
|
336 | setting_commit_ref_keywords: Mots-clés de référencement | |
336 | setting_commit_fix_keywords: Mots-clés de résolution |
|
337 | setting_commit_fix_keywords: Mots-clés de résolution | |
337 | setting_autologin: Autologin |
|
338 | setting_autologin: Autologin | |
338 | setting_date_format: Format de date |
|
339 | setting_date_format: Format de date | |
339 | setting_time_format: Format d'heure |
|
340 | setting_time_format: Format d'heure | |
340 | setting_cross_project_issue_relations: Autoriser les relations entre demandes de différents projets |
|
341 | setting_cross_project_issue_relations: Autoriser les relations entre demandes de différents projets | |
341 | setting_issue_list_default_columns: Colonnes affichées par défaut sur la liste des demandes |
|
342 | setting_issue_list_default_columns: Colonnes affichées par défaut sur la liste des demandes | |
342 | setting_repositories_encodings: Encodages des dépôts |
|
343 | setting_repositories_encodings: Encodages des dépôts | |
343 | setting_emails_footer: Pied-de-page des emails |
|
344 | setting_emails_footer: Pied-de-page des emails | |
344 | setting_protocol: Protocole |
|
345 | setting_protocol: Protocole | |
345 | setting_per_page_options: Options d'objets affichés par page |
|
346 | setting_per_page_options: Options d'objets affichés par page | |
346 | setting_user_format: Format d'affichage des utilisateurs |
|
347 | setting_user_format: Format d'affichage des utilisateurs | |
347 | setting_activity_days_default: Nombre de jours affichés sur l'activité des projets |
|
348 | setting_activity_days_default: Nombre de jours affichés sur l'activité des projets | |
348 | setting_display_subprojects_issues: Afficher par défaut les demandes des sous-projets sur les projets principaux |
|
349 | setting_display_subprojects_issues: Afficher par défaut les demandes des sous-projets sur les projets principaux | |
349 | setting_enabled_scm: SCM activés |
|
350 | setting_enabled_scm: SCM activés | |
350 | setting_mail_handler_body_delimiters: "Tronquer les emails après l'une de ces lignes" |
|
351 | setting_mail_handler_body_delimiters: "Tronquer les emails après l'une de ces lignes" | |
351 | setting_mail_handler_api_enabled: "Activer le WS pour la réception d'emails" |
|
352 | setting_mail_handler_api_enabled: "Activer le WS pour la réception d'emails" | |
352 | setting_mail_handler_api_key: Clé de protection de l'API |
|
353 | setting_mail_handler_api_key: Clé de protection de l'API | |
353 | setting_sequential_project_identifiers: Générer des identifiants de projet séquentiels |
|
354 | setting_sequential_project_identifiers: Générer des identifiants de projet séquentiels | |
354 | setting_gravatar_enabled: Afficher les Gravatar des utilisateurs |
|
355 | setting_gravatar_enabled: Afficher les Gravatar des utilisateurs | |
355 | setting_diff_max_lines_displayed: Nombre maximum de lignes de diff affichées |
|
356 | setting_diff_max_lines_displayed: Nombre maximum de lignes de diff affichées | |
356 | setting_file_max_size_displayed: Taille maximum des fichiers texte affichés en ligne |
|
357 | setting_file_max_size_displayed: Taille maximum des fichiers texte affichés en ligne | |
357 | setting_repository_log_display_limit: "Nombre maximum de révisions affichées sur l'historique d'un fichier" |
|
358 | setting_repository_log_display_limit: "Nombre maximum de révisions affichées sur l'historique d'un fichier" | |
358 | setting_openid: "Autoriser l'authentification et l'enregistrement OpenID" |
|
359 | setting_openid: "Autoriser l'authentification et l'enregistrement OpenID" | |
359 | setting_password_min_length: Longueur minimum des mots de passe |
|
360 | setting_password_min_length: Longueur minimum des mots de passe | |
360 | setting_new_project_user_role_id: Rôle donné à un utilisateur non-administrateur qui crée un projet |
|
361 | setting_new_project_user_role_id: Rôle donné à un utilisateur non-administrateur qui crée un projet | |
361 | setting_default_projects_modules: Modules activés par défaut pour les nouveaux projets |
|
362 | setting_default_projects_modules: Modules activés par défaut pour les nouveaux projets | |
362 | setting_issue_done_ratio: Calcul de l'avancement des demandes |
|
363 | setting_issue_done_ratio: Calcul de l'avancement des demandes | |
363 | setting_issue_done_ratio_issue_status: Utiliser le statut |
|
364 | setting_issue_done_ratio_issue_status: Utiliser le statut | |
364 | setting_issue_done_ratio_issue_field: 'Utiliser le champ % effectué' |
|
365 | setting_issue_done_ratio_issue_field: 'Utiliser le champ % effectué' | |
365 | setting_rest_api_enabled: Activer l'API REST |
|
366 | setting_rest_api_enabled: Activer l'API REST | |
366 | setting_gravatar_default: Image Gravatar par défaut |
|
367 | setting_gravatar_default: Image Gravatar par défaut | |
367 | setting_start_of_week: Jour de début des calendriers |
|
368 | setting_start_of_week: Jour de début des calendriers | |
368 | setting_cache_formatted_text: Mettre en cache le texte formaté |
|
369 | setting_cache_formatted_text: Mettre en cache le texte formaté | |
369 | setting_commit_logtime_enabled: Permettre la saisie de temps |
|
370 | setting_commit_logtime_enabled: Permettre la saisie de temps | |
370 | setting_commit_logtime_activity_id: Activité pour le temps saisi |
|
371 | setting_commit_logtime_activity_id: Activité pour le temps saisi | |
371 | setting_gantt_items_limit: Nombre maximum d'éléments affichés sur le gantt |
|
372 | setting_gantt_items_limit: Nombre maximum d'éléments affichés sur le gantt | |
372 |
|
373 | |||
373 | permission_add_project: Créer un projet |
|
374 | permission_add_project: Créer un projet | |
374 | permission_add_subprojects: Créer des sous-projets |
|
375 | permission_add_subprojects: Créer des sous-projets | |
375 | permission_edit_project: Modifier le projet |
|
376 | permission_edit_project: Modifier le projet | |
376 | permission_select_project_modules: Choisir les modules |
|
377 | permission_select_project_modules: Choisir les modules | |
377 | permission_manage_members: Gérer les membres |
|
378 | permission_manage_members: Gérer les membres | |
378 | permission_manage_versions: Gérer les versions |
|
379 | permission_manage_versions: Gérer les versions | |
379 | permission_manage_categories: Gérer les catégories de demandes |
|
380 | permission_manage_categories: Gérer les catégories de demandes | |
380 | permission_view_issues: Voir les demandes |
|
381 | permission_view_issues: Voir les demandes | |
381 | permission_add_issues: Créer des demandes |
|
382 | permission_add_issues: Créer des demandes | |
382 | permission_edit_issues: Modifier les demandes |
|
383 | permission_edit_issues: Modifier les demandes | |
383 | permission_manage_issue_relations: Gérer les relations |
|
384 | permission_manage_issue_relations: Gérer les relations | |
384 | permission_set_issues_private: Rendre les demandes publiques ou privées |
|
385 | permission_set_issues_private: Rendre les demandes publiques ou privées | |
385 | permission_set_own_issues_private: Rendre ses propres demandes publiques ou privées |
|
386 | permission_set_own_issues_private: Rendre ses propres demandes publiques ou privées | |
386 | permission_add_issue_notes: Ajouter des notes |
|
387 | permission_add_issue_notes: Ajouter des notes | |
387 | permission_edit_issue_notes: Modifier les notes |
|
388 | permission_edit_issue_notes: Modifier les notes | |
388 | permission_edit_own_issue_notes: Modifier ses propres notes |
|
389 | permission_edit_own_issue_notes: Modifier ses propres notes | |
389 | permission_move_issues: Déplacer les demandes |
|
390 | permission_move_issues: Déplacer les demandes | |
390 | permission_delete_issues: Supprimer les demandes |
|
391 | permission_delete_issues: Supprimer les demandes | |
391 | permission_manage_public_queries: Gérer les requêtes publiques |
|
392 | permission_manage_public_queries: Gérer les requêtes publiques | |
392 | permission_save_queries: Sauvegarder les requêtes |
|
393 | permission_save_queries: Sauvegarder les requêtes | |
393 | permission_view_gantt: Voir le gantt |
|
394 | permission_view_gantt: Voir le gantt | |
394 | permission_view_calendar: Voir le calendrier |
|
395 | permission_view_calendar: Voir le calendrier | |
395 | permission_view_issue_watchers: Voir la liste des observateurs |
|
396 | permission_view_issue_watchers: Voir la liste des observateurs | |
396 | permission_add_issue_watchers: Ajouter des observateurs |
|
397 | permission_add_issue_watchers: Ajouter des observateurs | |
397 | permission_delete_issue_watchers: Supprimer des observateurs |
|
398 | permission_delete_issue_watchers: Supprimer des observateurs | |
398 | permission_log_time: Saisir le temps passé |
|
399 | permission_log_time: Saisir le temps passé | |
399 | permission_view_time_entries: Voir le temps passé |
|
400 | permission_view_time_entries: Voir le temps passé | |
400 | permission_edit_time_entries: Modifier les temps passés |
|
401 | permission_edit_time_entries: Modifier les temps passés | |
401 | permission_edit_own_time_entries: Modifier son propre temps passé |
|
402 | permission_edit_own_time_entries: Modifier son propre temps passé | |
402 | permission_manage_news: Gérer les annonces |
|
403 | permission_manage_news: Gérer les annonces | |
403 | permission_comment_news: Commenter les annonces |
|
404 | permission_comment_news: Commenter les annonces | |
404 | permission_manage_documents: Gérer les documents |
|
405 | permission_manage_documents: Gérer les documents | |
405 | permission_view_documents: Voir les documents |
|
406 | permission_view_documents: Voir les documents | |
406 | permission_manage_files: Gérer les fichiers |
|
407 | permission_manage_files: Gérer les fichiers | |
407 | permission_view_files: Voir les fichiers |
|
408 | permission_view_files: Voir les fichiers | |
408 | permission_manage_wiki: Gérer le wiki |
|
409 | permission_manage_wiki: Gérer le wiki | |
409 | permission_rename_wiki_pages: Renommer les pages |
|
410 | permission_rename_wiki_pages: Renommer les pages | |
410 | permission_delete_wiki_pages: Supprimer les pages |
|
411 | permission_delete_wiki_pages: Supprimer les pages | |
411 | permission_view_wiki_pages: Voir le wiki |
|
412 | permission_view_wiki_pages: Voir le wiki | |
412 | permission_view_wiki_edits: "Voir l'historique des modifications" |
|
413 | permission_view_wiki_edits: "Voir l'historique des modifications" | |
413 | permission_edit_wiki_pages: Modifier les pages |
|
414 | permission_edit_wiki_pages: Modifier les pages | |
414 | permission_delete_wiki_pages_attachments: Supprimer les fichiers joints |
|
415 | permission_delete_wiki_pages_attachments: Supprimer les fichiers joints | |
415 | permission_protect_wiki_pages: Protéger les pages |
|
416 | permission_protect_wiki_pages: Protéger les pages | |
416 | permission_manage_repository: Gérer le dépôt de sources |
|
417 | permission_manage_repository: Gérer le dépôt de sources | |
417 | permission_browse_repository: Parcourir les sources |
|
418 | permission_browse_repository: Parcourir les sources | |
418 | permission_view_changesets: Voir les révisions |
|
419 | permission_view_changesets: Voir les révisions | |
419 | permission_commit_access: Droit de commit |
|
420 | permission_commit_access: Droit de commit | |
420 | permission_manage_boards: Gérer les forums |
|
421 | permission_manage_boards: Gérer les forums | |
421 | permission_view_messages: Voir les messages |
|
422 | permission_view_messages: Voir les messages | |
422 | permission_add_messages: Poster un message |
|
423 | permission_add_messages: Poster un message | |
423 | permission_edit_messages: Modifier les messages |
|
424 | permission_edit_messages: Modifier les messages | |
424 | permission_edit_own_messages: Modifier ses propres messages |
|
425 | permission_edit_own_messages: Modifier ses propres messages | |
425 | permission_delete_messages: Supprimer les messages |
|
426 | permission_delete_messages: Supprimer les messages | |
426 | permission_delete_own_messages: Supprimer ses propres messages |
|
427 | permission_delete_own_messages: Supprimer ses propres messages | |
427 | permission_export_wiki_pages: Exporter les pages |
|
428 | permission_export_wiki_pages: Exporter les pages | |
428 | permission_manage_project_activities: Gérer les activités |
|
429 | permission_manage_project_activities: Gérer les activités | |
429 | permission_manage_subtasks: Gérer les sous-tâches |
|
430 | permission_manage_subtasks: Gérer les sous-tâches | |
430 |
|
431 | |||
431 | project_module_issue_tracking: Suivi des demandes |
|
432 | project_module_issue_tracking: Suivi des demandes | |
432 | project_module_time_tracking: Suivi du temps passé |
|
433 | project_module_time_tracking: Suivi du temps passé | |
433 | project_module_news: Publication d'annonces |
|
434 | project_module_news: Publication d'annonces | |
434 | project_module_documents: Publication de documents |
|
435 | project_module_documents: Publication de documents | |
435 | project_module_files: Publication de fichiers |
|
436 | project_module_files: Publication de fichiers | |
436 | project_module_wiki: Wiki |
|
437 | project_module_wiki: Wiki | |
437 | project_module_repository: Dépôt de sources |
|
438 | project_module_repository: Dépôt de sources | |
438 | project_module_boards: Forums de discussion |
|
439 | project_module_boards: Forums de discussion | |
439 |
|
440 | |||
440 | label_user: Utilisateur |
|
441 | label_user: Utilisateur | |
441 | label_user_plural: Utilisateurs |
|
442 | label_user_plural: Utilisateurs | |
442 | label_user_new: Nouvel utilisateur |
|
443 | label_user_new: Nouvel utilisateur | |
443 | label_user_anonymous: Anonyme |
|
444 | label_user_anonymous: Anonyme | |
444 | label_project: Projet |
|
445 | label_project: Projet | |
445 | label_project_new: Nouveau projet |
|
446 | label_project_new: Nouveau projet | |
446 | label_project_plural: Projets |
|
447 | label_project_plural: Projets | |
447 | label_x_projects: |
|
448 | label_x_projects: | |
448 | zero: aucun projet |
|
449 | zero: aucun projet | |
449 | one: un projet |
|
450 | one: un projet | |
450 | other: "%{count} projets" |
|
451 | other: "%{count} projets" | |
451 | label_project_all: Tous les projets |
|
452 | label_project_all: Tous les projets | |
452 | label_project_latest: Derniers projets |
|
453 | label_project_latest: Derniers projets | |
453 | label_issue: Demande |
|
454 | label_issue: Demande | |
454 | label_issue_new: Nouvelle demande |
|
455 | label_issue_new: Nouvelle demande | |
455 | label_issue_plural: Demandes |
|
456 | label_issue_plural: Demandes | |
456 | label_issue_view_all: Voir toutes les demandes |
|
457 | label_issue_view_all: Voir toutes les demandes | |
457 | label_issue_added: Demande ajoutée |
|
458 | label_issue_added: Demande ajoutée | |
458 | label_issue_updated: Demande mise à jour |
|
459 | label_issue_updated: Demande mise à jour | |
459 | label_issue_note_added: Note ajoutée |
|
460 | label_issue_note_added: Note ajoutée | |
460 | label_issue_status_updated: Statut changé |
|
461 | label_issue_status_updated: Statut changé | |
461 | label_issue_priority_updated: Priorité changée |
|
462 | label_issue_priority_updated: Priorité changée | |
462 | label_issues_by: "Demandes par %{value}" |
|
463 | label_issues_by: "Demandes par %{value}" | |
463 | label_document: Document |
|
464 | label_document: Document | |
464 | label_document_new: Nouveau document |
|
465 | label_document_new: Nouveau document | |
465 | label_document_plural: Documents |
|
466 | label_document_plural: Documents | |
466 | label_document_added: Document ajouté |
|
467 | label_document_added: Document ajouté | |
467 | label_role: Rôle |
|
468 | label_role: Rôle | |
468 | label_role_plural: Rôles |
|
469 | label_role_plural: Rôles | |
469 | label_role_new: Nouveau rôle |
|
470 | label_role_new: Nouveau rôle | |
470 | label_role_and_permissions: Rôles et permissions |
|
471 | label_role_and_permissions: Rôles et permissions | |
471 | label_role_anonymous: Anonyme |
|
472 | label_role_anonymous: Anonyme | |
472 | label_role_non_member: Non membre |
|
473 | label_role_non_member: Non membre | |
473 | label_member: Membre |
|
474 | label_member: Membre | |
474 | label_member_new: Nouveau membre |
|
475 | label_member_new: Nouveau membre | |
475 | label_member_plural: Membres |
|
476 | label_member_plural: Membres | |
476 | label_tracker: Tracker |
|
477 | label_tracker: Tracker | |
477 | label_tracker_plural: Trackers |
|
478 | label_tracker_plural: Trackers | |
478 | label_tracker_new: Nouveau tracker |
|
479 | label_tracker_new: Nouveau tracker | |
479 | label_workflow: Workflow |
|
480 | label_workflow: Workflow | |
480 | label_issue_status: Statut de demandes |
|
481 | label_issue_status: Statut de demandes | |
481 | label_issue_status_plural: Statuts de demandes |
|
482 | label_issue_status_plural: Statuts de demandes | |
482 | label_issue_status_new: Nouveau statut |
|
483 | label_issue_status_new: Nouveau statut | |
483 | label_issue_category: Catégorie de demandes |
|
484 | label_issue_category: Catégorie de demandes | |
484 | label_issue_category_plural: Catégories de demandes |
|
485 | label_issue_category_plural: Catégories de demandes | |
485 | label_issue_category_new: Nouvelle catégorie |
|
486 | label_issue_category_new: Nouvelle catégorie | |
486 | label_custom_field: Champ personnalisé |
|
487 | label_custom_field: Champ personnalisé | |
487 | label_custom_field_plural: Champs personnalisés |
|
488 | label_custom_field_plural: Champs personnalisés | |
488 | label_custom_field_new: Nouveau champ personnalisé |
|
489 | label_custom_field_new: Nouveau champ personnalisé | |
489 | label_enumerations: Listes de valeurs |
|
490 | label_enumerations: Listes de valeurs | |
490 | label_enumeration_new: Nouvelle valeur |
|
491 | label_enumeration_new: Nouvelle valeur | |
491 | label_information: Information |
|
492 | label_information: Information | |
492 | label_information_plural: Informations |
|
493 | label_information_plural: Informations | |
493 | label_please_login: Identification |
|
494 | label_please_login: Identification | |
494 | label_register: S'enregistrer |
|
495 | label_register: S'enregistrer | |
495 | label_login_with_open_id_option: S'authentifier avec OpenID |
|
496 | label_login_with_open_id_option: S'authentifier avec OpenID | |
496 | label_password_lost: Mot de passe perdu |
|
497 | label_password_lost: Mot de passe perdu | |
497 | label_home: Accueil |
|
498 | label_home: Accueil | |
498 | label_my_page: Ma page |
|
499 | label_my_page: Ma page | |
499 | label_my_account: Mon compte |
|
500 | label_my_account: Mon compte | |
500 | label_my_projects: Mes projets |
|
501 | label_my_projects: Mes projets | |
501 | label_my_page_block: Blocs disponibles |
|
502 | label_my_page_block: Blocs disponibles | |
502 | label_administration: Administration |
|
503 | label_administration: Administration | |
503 | label_login: Connexion |
|
504 | label_login: Connexion | |
504 | label_logout: Déconnexion |
|
505 | label_logout: Déconnexion | |
505 | label_help: Aide |
|
506 | label_help: Aide | |
506 | label_reported_issues: "Demandes soumises " |
|
507 | label_reported_issues: "Demandes soumises " | |
507 | label_assigned_to_me_issues: Demandes qui me sont assignées |
|
508 | label_assigned_to_me_issues: Demandes qui me sont assignées | |
508 | label_last_login: "Dernière connexion " |
|
509 | label_last_login: "Dernière connexion " | |
509 | label_registered_on: "Inscrit le " |
|
510 | label_registered_on: "Inscrit le " | |
510 | label_activity: Activité |
|
511 | label_activity: Activité | |
511 | label_overall_activity: Activité globale |
|
512 | label_overall_activity: Activité globale | |
512 | label_user_activity: "Activité de %{value}" |
|
513 | label_user_activity: "Activité de %{value}" | |
513 | label_new: Nouveau |
|
514 | label_new: Nouveau | |
514 | label_logged_as: Connecté en tant que |
|
515 | label_logged_as: Connecté en tant que | |
515 | label_environment: Environnement |
|
516 | label_environment: Environnement | |
516 | label_authentication: Authentification |
|
517 | label_authentication: Authentification | |
517 | label_auth_source: Mode d'authentification |
|
518 | label_auth_source: Mode d'authentification | |
518 | label_auth_source_new: Nouveau mode d'authentification |
|
519 | label_auth_source_new: Nouveau mode d'authentification | |
519 | label_auth_source_plural: Modes d'authentification |
|
520 | label_auth_source_plural: Modes d'authentification | |
520 | label_subproject_plural: Sous-projets |
|
521 | label_subproject_plural: Sous-projets | |
521 | label_subproject_new: Nouveau sous-projet |
|
522 | label_subproject_new: Nouveau sous-projet | |
522 | label_and_its_subprojects: "%{value} et ses sous-projets" |
|
523 | label_and_its_subprojects: "%{value} et ses sous-projets" | |
523 | label_min_max_length: Longueurs mini - maxi |
|
524 | label_min_max_length: Longueurs mini - maxi | |
524 | label_list: Liste |
|
525 | label_list: Liste | |
525 | label_date: Date |
|
526 | label_date: Date | |
526 | label_integer: Entier |
|
527 | label_integer: Entier | |
527 | label_float: Nombre décimal |
|
528 | label_float: Nombre décimal | |
528 | label_boolean: Booléen |
|
529 | label_boolean: Booléen | |
529 | label_string: Texte |
|
530 | label_string: Texte | |
530 | label_text: Texte long |
|
531 | label_text: Texte long | |
531 | label_attribute: Attribut |
|
532 | label_attribute: Attribut | |
532 | label_attribute_plural: Attributs |
|
533 | label_attribute_plural: Attributs | |
533 | label_download: "%{count} téléchargement" |
|
534 | label_download: "%{count} téléchargement" | |
534 | label_download_plural: "%{count} téléchargements" |
|
535 | label_download_plural: "%{count} téléchargements" | |
535 | label_no_data: Aucune donnée à afficher |
|
536 | label_no_data: Aucune donnée à afficher | |
536 | label_change_status: Changer le statut |
|
537 | label_change_status: Changer le statut | |
537 | label_history: Historique |
|
538 | label_history: Historique | |
538 | label_attachment: Fichier |
|
539 | label_attachment: Fichier | |
539 | label_attachment_new: Nouveau fichier |
|
540 | label_attachment_new: Nouveau fichier | |
540 | label_attachment_delete: Supprimer le fichier |
|
541 | label_attachment_delete: Supprimer le fichier | |
541 | label_attachment_plural: Fichiers |
|
542 | label_attachment_plural: Fichiers | |
542 | label_file_added: Fichier ajouté |
|
543 | label_file_added: Fichier ajouté | |
543 | label_report: Rapport |
|
544 | label_report: Rapport | |
544 | label_report_plural: Rapports |
|
545 | label_report_plural: Rapports | |
545 | label_news: Annonce |
|
546 | label_news: Annonce | |
546 | label_news_new: Nouvelle annonce |
|
547 | label_news_new: Nouvelle annonce | |
547 | label_news_plural: Annonces |
|
548 | label_news_plural: Annonces | |
548 | label_news_latest: Dernières annonces |
|
549 | label_news_latest: Dernières annonces | |
549 | label_news_view_all: Voir toutes les annonces |
|
550 | label_news_view_all: Voir toutes les annonces | |
550 | label_news_added: Annonce ajoutée |
|
551 | label_news_added: Annonce ajoutée | |
551 | label_news_comment_added: Commentaire ajouté à une annonce |
|
552 | label_news_comment_added: Commentaire ajouté à une annonce | |
552 | label_settings: Configuration |
|
553 | label_settings: Configuration | |
553 | label_overview: Aperçu |
|
554 | label_overview: Aperçu | |
554 | label_version: Version |
|
555 | label_version: Version | |
555 | label_version_new: Nouvelle version |
|
556 | label_version_new: Nouvelle version | |
556 | label_version_plural: Versions |
|
557 | label_version_plural: Versions | |
557 | label_confirmation: Confirmation |
|
558 | label_confirmation: Confirmation | |
558 | label_export_to: 'Formats disponibles :' |
|
559 | label_export_to: 'Formats disponibles :' | |
559 | label_read: Lire... |
|
560 | label_read: Lire... | |
560 | label_public_projects: Projets publics |
|
561 | label_public_projects: Projets publics | |
561 | label_open_issues: ouvert |
|
562 | label_open_issues: ouvert | |
562 | label_open_issues_plural: ouverts |
|
563 | label_open_issues_plural: ouverts | |
563 | label_closed_issues: fermé |
|
564 | label_closed_issues: fermé | |
564 | label_closed_issues_plural: fermés |
|
565 | label_closed_issues_plural: fermés | |
565 | label_x_open_issues_abbr_on_total: |
|
566 | label_x_open_issues_abbr_on_total: | |
566 | zero: 0 ouvert sur %{total} |
|
567 | zero: 0 ouvert sur %{total} | |
567 | one: 1 ouvert sur %{total} |
|
568 | one: 1 ouvert sur %{total} | |
568 | other: "%{count} ouverts sur %{total}" |
|
569 | other: "%{count} ouverts sur %{total}" | |
569 | label_x_open_issues_abbr: |
|
570 | label_x_open_issues_abbr: | |
570 | zero: 0 ouvert |
|
571 | zero: 0 ouvert | |
571 | one: 1 ouvert |
|
572 | one: 1 ouvert | |
572 | other: "%{count} ouverts" |
|
573 | other: "%{count} ouverts" | |
573 | label_x_closed_issues_abbr: |
|
574 | label_x_closed_issues_abbr: | |
574 | zero: 0 fermé |
|
575 | zero: 0 fermé | |
575 | one: 1 fermé |
|
576 | one: 1 fermé | |
576 | other: "%{count} fermés" |
|
577 | other: "%{count} fermés" | |
577 | label_total: Total |
|
578 | label_total: Total | |
578 | label_permissions: Permissions |
|
579 | label_permissions: Permissions | |
579 | label_current_status: Statut actuel |
|
580 | label_current_status: Statut actuel | |
580 | label_new_statuses_allowed: Nouveaux statuts autorisés |
|
581 | label_new_statuses_allowed: Nouveaux statuts autorisés | |
581 | label_all: tous |
|
582 | label_all: tous | |
582 | label_none: aucun |
|
583 | label_none: aucun | |
583 | label_nobody: personne |
|
584 | label_nobody: personne | |
584 | label_next: Suivant |
|
585 | label_next: Suivant | |
585 | label_previous: Précédent |
|
586 | label_previous: Précédent | |
586 | label_used_by: Utilisé par |
|
587 | label_used_by: Utilisé par | |
587 | label_details: Détails |
|
588 | label_details: Détails | |
588 | label_add_note: Ajouter une note |
|
589 | label_add_note: Ajouter une note | |
589 | label_per_page: Par page |
|
590 | label_per_page: Par page | |
590 | label_calendar: Calendrier |
|
591 | label_calendar: Calendrier | |
591 | label_months_from: mois depuis |
|
592 | label_months_from: mois depuis | |
592 | label_gantt: Gantt |
|
593 | label_gantt: Gantt | |
593 | label_internal: Interne |
|
594 | label_internal: Interne | |
594 | label_last_changes: "%{count} derniers changements" |
|
595 | label_last_changes: "%{count} derniers changements" | |
595 | label_change_view_all: Voir tous les changements |
|
596 | label_change_view_all: Voir tous les changements | |
596 | label_personalize_page: Personnaliser cette page |
|
597 | label_personalize_page: Personnaliser cette page | |
597 | label_comment: Commentaire |
|
598 | label_comment: Commentaire | |
598 | label_comment_plural: Commentaires |
|
599 | label_comment_plural: Commentaires | |
599 | label_x_comments: |
|
600 | label_x_comments: | |
600 | zero: aucun commentaire |
|
601 | zero: aucun commentaire | |
601 | one: un commentaire |
|
602 | one: un commentaire | |
602 | other: "%{count} commentaires" |
|
603 | other: "%{count} commentaires" | |
603 | label_comment_add: Ajouter un commentaire |
|
604 | label_comment_add: Ajouter un commentaire | |
604 | label_comment_added: Commentaire ajouté |
|
605 | label_comment_added: Commentaire ajouté | |
605 | label_comment_delete: Supprimer les commentaires |
|
606 | label_comment_delete: Supprimer les commentaires | |
606 | label_query: Rapport personnalisé |
|
607 | label_query: Rapport personnalisé | |
607 | label_query_plural: Rapports personnalisés |
|
608 | label_query_plural: Rapports personnalisés | |
608 | label_query_new: Nouveau rapport |
|
609 | label_query_new: Nouveau rapport | |
609 | label_my_queries: Mes rapports personnalisés |
|
610 | label_my_queries: Mes rapports personnalisés | |
610 | label_filter_add: "Ajouter le filtre " |
|
611 | label_filter_add: "Ajouter le filtre " | |
611 | label_filter_plural: Filtres |
|
612 | label_filter_plural: Filtres | |
612 | label_equals: égal |
|
613 | label_equals: égal | |
613 | label_not_equals: différent |
|
614 | label_not_equals: différent | |
614 | label_in_less_than: dans moins de |
|
615 | label_in_less_than: dans moins de | |
615 | label_in_more_than: dans plus de |
|
616 | label_in_more_than: dans plus de | |
616 | label_in: dans |
|
617 | label_in: dans | |
617 | label_today: aujourd'hui |
|
618 | label_today: aujourd'hui | |
618 | label_all_time: toute la période |
|
619 | label_all_time: toute la période | |
619 | label_yesterday: hier |
|
620 | label_yesterday: hier | |
620 | label_this_week: cette semaine |
|
621 | label_this_week: cette semaine | |
621 | label_last_week: la semaine dernière |
|
622 | label_last_week: la semaine dernière | |
622 | label_last_n_days: "les %{count} derniers jours" |
|
623 | label_last_n_days: "les %{count} derniers jours" | |
623 | label_this_month: ce mois-ci |
|
624 | label_this_month: ce mois-ci | |
624 | label_last_month: le mois dernier |
|
625 | label_last_month: le mois dernier | |
625 | label_this_year: cette année |
|
626 | label_this_year: cette année | |
626 | label_date_range: Période |
|
627 | label_date_range: Période | |
627 | label_less_than_ago: il y a moins de |
|
628 | label_less_than_ago: il y a moins de | |
628 | label_more_than_ago: il y a plus de |
|
629 | label_more_than_ago: il y a plus de | |
629 | label_ago: il y a |
|
630 | label_ago: il y a | |
630 | label_contains: contient |
|
631 | label_contains: contient | |
631 | label_not_contains: ne contient pas |
|
632 | label_not_contains: ne contient pas | |
632 | label_day_plural: jours |
|
633 | label_day_plural: jours | |
633 | label_repository: Dépôt |
|
634 | label_repository: Dépôt | |
634 | label_repository_plural: Dépôts |
|
635 | label_repository_plural: Dépôts | |
635 | label_browse: Parcourir |
|
636 | label_browse: Parcourir | |
636 | label_modification: "%{count} modification" |
|
637 | label_modification: "%{count} modification" | |
637 | label_modification_plural: "%{count} modifications" |
|
638 | label_modification_plural: "%{count} modifications" | |
638 | label_revision: "Révision " |
|
639 | label_revision: "Révision " | |
639 | label_revision_plural: Révisions |
|
640 | label_revision_plural: Révisions | |
640 | label_associated_revisions: Révisions associées |
|
641 | label_associated_revisions: Révisions associées | |
641 | label_added: ajouté |
|
642 | label_added: ajouté | |
642 | label_modified: modifié |
|
643 | label_modified: modifié | |
643 | label_copied: copié |
|
644 | label_copied: copié | |
644 | label_renamed: renommé |
|
645 | label_renamed: renommé | |
645 | label_deleted: supprimé |
|
646 | label_deleted: supprimé | |
646 | label_latest_revision: Dernière révision |
|
647 | label_latest_revision: Dernière révision | |
647 | label_latest_revision_plural: Dernières révisions |
|
648 | label_latest_revision_plural: Dernières révisions | |
648 | label_view_revisions: Voir les révisions |
|
649 | label_view_revisions: Voir les révisions | |
649 | label_max_size: Taille maximale |
|
650 | label_max_size: Taille maximale | |
650 | label_sort_highest: Remonter en premier |
|
651 | label_sort_highest: Remonter en premier | |
651 | label_sort_higher: Remonter |
|
652 | label_sort_higher: Remonter | |
652 | label_sort_lower: Descendre |
|
653 | label_sort_lower: Descendre | |
653 | label_sort_lowest: Descendre en dernier |
|
654 | label_sort_lowest: Descendre en dernier | |
654 | label_roadmap: Roadmap |
|
655 | label_roadmap: Roadmap | |
655 | label_roadmap_due_in: "Échéance dans %{value}" |
|
656 | label_roadmap_due_in: "Échéance dans %{value}" | |
656 | label_roadmap_overdue: "En retard de %{value}" |
|
657 | label_roadmap_overdue: "En retard de %{value}" | |
657 | label_roadmap_no_issues: Aucune demande pour cette version |
|
658 | label_roadmap_no_issues: Aucune demande pour cette version | |
658 | label_search: "Recherche " |
|
659 | label_search: "Recherche " | |
659 | label_result_plural: Résultats |
|
660 | label_result_plural: Résultats | |
660 | label_all_words: Tous les mots |
|
661 | label_all_words: Tous les mots | |
661 | label_wiki: Wiki |
|
662 | label_wiki: Wiki | |
662 | label_wiki_edit: Révision wiki |
|
663 | label_wiki_edit: Révision wiki | |
663 | label_wiki_edit_plural: Révisions wiki |
|
664 | label_wiki_edit_plural: Révisions wiki | |
664 | label_wiki_page: Page wiki |
|
665 | label_wiki_page: Page wiki | |
665 | label_wiki_page_plural: Pages wiki |
|
666 | label_wiki_page_plural: Pages wiki | |
666 | label_index_by_title: Index par titre |
|
667 | label_index_by_title: Index par titre | |
667 | label_index_by_date: Index par date |
|
668 | label_index_by_date: Index par date | |
668 | label_current_version: Version actuelle |
|
669 | label_current_version: Version actuelle | |
669 | label_preview: Prévisualisation |
|
670 | label_preview: Prévisualisation | |
670 | label_feed_plural: Flux RSS |
|
671 | label_feed_plural: Flux RSS | |
671 | label_changes_details: Détails de tous les changements |
|
672 | label_changes_details: Détails de tous les changements | |
672 | label_issue_tracking: Suivi des demandes |
|
673 | label_issue_tracking: Suivi des demandes | |
673 | label_spent_time: Temps passé |
|
674 | label_spent_time: Temps passé | |
674 | label_f_hour: "%{value} heure" |
|
675 | label_f_hour: "%{value} heure" | |
675 | label_f_hour_plural: "%{value} heures" |
|
676 | label_f_hour_plural: "%{value} heures" | |
676 | label_time_tracking: Suivi du temps |
|
677 | label_time_tracking: Suivi du temps | |
677 | label_change_plural: Changements |
|
678 | label_change_plural: Changements | |
678 | label_statistics: Statistiques |
|
679 | label_statistics: Statistiques | |
679 | label_commits_per_month: Commits par mois |
|
680 | label_commits_per_month: Commits par mois | |
680 | label_commits_per_author: Commits par auteur |
|
681 | label_commits_per_author: Commits par auteur | |
681 | label_view_diff: Voir les différences |
|
682 | label_view_diff: Voir les différences | |
682 | label_diff_inline: en ligne |
|
683 | label_diff_inline: en ligne | |
683 | label_diff_side_by_side: côte à côte |
|
684 | label_diff_side_by_side: côte à côte | |
684 | label_options: Options |
|
685 | label_options: Options | |
685 | label_copy_workflow_from: Copier le workflow de |
|
686 | label_copy_workflow_from: Copier le workflow de | |
686 | label_permissions_report: Synthèse des permissions |
|
687 | label_permissions_report: Synthèse des permissions | |
687 | label_watched_issues: Demandes surveillées |
|
688 | label_watched_issues: Demandes surveillées | |
688 | label_related_issues: Demandes liées |
|
689 | label_related_issues: Demandes liées | |
689 | label_applied_status: Statut appliqué |
|
690 | label_applied_status: Statut appliqué | |
690 | label_loading: Chargement... |
|
691 | label_loading: Chargement... | |
691 | label_relation_new: Nouvelle relation |
|
692 | label_relation_new: Nouvelle relation | |
692 | label_relation_delete: Supprimer la relation |
|
693 | label_relation_delete: Supprimer la relation | |
693 | label_relates_to: lié à |
|
694 | label_relates_to: lié à | |
694 | label_duplicates: duplique |
|
695 | label_duplicates: duplique | |
695 | label_duplicated_by: dupliqué par |
|
696 | label_duplicated_by: dupliqué par | |
696 | label_blocks: bloque |
|
697 | label_blocks: bloque | |
697 | label_blocked_by: bloqué par |
|
698 | label_blocked_by: bloqué par | |
698 | label_precedes: précède |
|
699 | label_precedes: précède | |
699 | label_follows: suit |
|
700 | label_follows: suit | |
700 | label_end_to_start: fin à début |
|
701 | label_end_to_start: fin à début | |
701 | label_end_to_end: fin à fin |
|
702 | label_end_to_end: fin à fin | |
702 | label_start_to_start: début à début |
|
703 | label_start_to_start: début à début | |
703 | label_start_to_end: début à fin |
|
704 | label_start_to_end: début à fin | |
704 | label_stay_logged_in: Rester connecté |
|
705 | label_stay_logged_in: Rester connecté | |
705 | label_disabled: désactivé |
|
706 | label_disabled: désactivé | |
706 | label_show_completed_versions: Voir les versions passées |
|
707 | label_show_completed_versions: Voir les versions passées | |
707 | label_me: moi |
|
708 | label_me: moi | |
708 | label_board: Forum |
|
709 | label_board: Forum | |
709 | label_board_new: Nouveau forum |
|
710 | label_board_new: Nouveau forum | |
710 | label_board_plural: Forums |
|
711 | label_board_plural: Forums | |
711 | label_topic_plural: Discussions |
|
712 | label_topic_plural: Discussions | |
712 | label_message_plural: Messages |
|
713 | label_message_plural: Messages | |
713 | label_message_last: Dernier message |
|
714 | label_message_last: Dernier message | |
714 | label_message_new: Nouveau message |
|
715 | label_message_new: Nouveau message | |
715 | label_message_posted: Message ajouté |
|
716 | label_message_posted: Message ajouté | |
716 | label_reply_plural: Réponses |
|
717 | label_reply_plural: Réponses | |
717 | label_send_information: Envoyer les informations à l'utilisateur |
|
718 | label_send_information: Envoyer les informations à l'utilisateur | |
718 | label_year: Année |
|
719 | label_year: Année | |
719 | label_month: Mois |
|
720 | label_month: Mois | |
720 | label_week: Semaine |
|
721 | label_week: Semaine | |
721 | label_date_from: Du |
|
722 | label_date_from: Du | |
722 | label_date_to: Au |
|
723 | label_date_to: Au | |
723 | label_language_based: Basé sur la langue de l'utilisateur |
|
724 | label_language_based: Basé sur la langue de l'utilisateur | |
724 | label_sort_by: "Trier par %{value}" |
|
725 | label_sort_by: "Trier par %{value}" | |
725 | label_send_test_email: Envoyer un email de test |
|
726 | label_send_test_email: Envoyer un email de test | |
726 | label_feeds_access_key_created_on: "Clé d'accès RSS créée il y a %{value}" |
|
727 | label_feeds_access_key_created_on: "Clé d'accès RSS créée il y a %{value}" | |
727 | label_module_plural: Modules |
|
728 | label_module_plural: Modules | |
728 | label_added_time_by: "Ajouté par %{author} il y a %{age}" |
|
729 | label_added_time_by: "Ajouté par %{author} il y a %{age}" | |
729 | label_updated_time_by: "Mis à jour par %{author} il y a %{age}" |
|
730 | label_updated_time_by: "Mis à jour par %{author} il y a %{age}" | |
730 | label_updated_time: "Mis à jour il y a %{value}" |
|
731 | label_updated_time: "Mis à jour il y a %{value}" | |
731 | label_jump_to_a_project: Aller à un projet... |
|
732 | label_jump_to_a_project: Aller à un projet... | |
732 | label_file_plural: Fichiers |
|
733 | label_file_plural: Fichiers | |
733 | label_changeset_plural: Révisions |
|
734 | label_changeset_plural: Révisions | |
734 | label_default_columns: Colonnes par défaut |
|
735 | label_default_columns: Colonnes par défaut | |
735 | label_no_change_option: (Pas de changement) |
|
736 | label_no_change_option: (Pas de changement) | |
736 | label_bulk_edit_selected_issues: Modifier les demandes sélectionnées |
|
737 | label_bulk_edit_selected_issues: Modifier les demandes sélectionnées | |
737 | label_theme: Thème |
|
738 | label_theme: Thème | |
738 | label_default: Défaut |
|
739 | label_default: Défaut | |
739 | label_search_titles_only: Uniquement dans les titres |
|
740 | label_search_titles_only: Uniquement dans les titres | |
740 | label_user_mail_option_all: "Pour tous les événements de tous mes projets" |
|
741 | label_user_mail_option_all: "Pour tous les événements de tous mes projets" | |
741 | label_user_mail_option_selected: "Pour tous les événements des projets sélectionnés..." |
|
742 | label_user_mail_option_selected: "Pour tous les événements des projets sélectionnés..." | |
742 | label_user_mail_no_self_notified: "Je ne veux pas être notifié des changements que j'effectue" |
|
743 | label_user_mail_no_self_notified: "Je ne veux pas être notifié des changements que j'effectue" | |
743 | label_registration_activation_by_email: activation du compte par email |
|
744 | label_registration_activation_by_email: activation du compte par email | |
744 | label_registration_manual_activation: activation manuelle du compte |
|
745 | label_registration_manual_activation: activation manuelle du compte | |
745 | label_registration_automatic_activation: activation automatique du compte |
|
746 | label_registration_automatic_activation: activation automatique du compte | |
746 | label_display_per_page: "Par page : %{value}" |
|
747 | label_display_per_page: "Par page : %{value}" | |
747 | label_age: Âge |
|
748 | label_age: Âge | |
748 | label_change_properties: Changer les propriétés |
|
749 | label_change_properties: Changer les propriétés | |
749 | label_general: Général |
|
750 | label_general: Général | |
750 | label_more: Plus |
|
751 | label_more: Plus | |
751 | label_scm: SCM |
|
752 | label_scm: SCM | |
752 | label_plugins: Plugins |
|
753 | label_plugins: Plugins | |
753 | label_ldap_authentication: Authentification LDAP |
|
754 | label_ldap_authentication: Authentification LDAP | |
754 | label_downloads_abbr: D/L |
|
755 | label_downloads_abbr: D/L | |
755 | label_optional_description: Description facultative |
|
756 | label_optional_description: Description facultative | |
756 | label_add_another_file: Ajouter un autre fichier |
|
757 | label_add_another_file: Ajouter un autre fichier | |
757 | label_preferences: Préférences |
|
758 | label_preferences: Préférences | |
758 | label_chronological_order: Dans l'ordre chronologique |
|
759 | label_chronological_order: Dans l'ordre chronologique | |
759 | label_reverse_chronological_order: Dans l'ordre chronologique inverse |
|
760 | label_reverse_chronological_order: Dans l'ordre chronologique inverse | |
760 | label_planning: Planning |
|
761 | label_planning: Planning | |
761 | label_incoming_emails: Emails entrants |
|
762 | label_incoming_emails: Emails entrants | |
762 | label_generate_key: Générer une clé |
|
763 | label_generate_key: Générer une clé | |
763 | label_issue_watchers: Observateurs |
|
764 | label_issue_watchers: Observateurs | |
764 | label_example: Exemple |
|
765 | label_example: Exemple | |
765 | label_display: Affichage |
|
766 | label_display: Affichage | |
766 | label_sort: Tri |
|
767 | label_sort: Tri | |
767 | label_ascending: Croissant |
|
768 | label_ascending: Croissant | |
768 | label_descending: Décroissant |
|
769 | label_descending: Décroissant | |
769 | label_date_from_to: Du %{start} au %{end} |
|
770 | label_date_from_to: Du %{start} au %{end} | |
770 | label_wiki_content_added: Page wiki ajoutée |
|
771 | label_wiki_content_added: Page wiki ajoutée | |
771 | label_wiki_content_updated: Page wiki mise à jour |
|
772 | label_wiki_content_updated: Page wiki mise à jour | |
772 | label_group_plural: Groupes |
|
773 | label_group_plural: Groupes | |
773 | label_group: Groupe |
|
774 | label_group: Groupe | |
774 | label_group_new: Nouveau groupe |
|
775 | label_group_new: Nouveau groupe | |
775 | label_time_entry_plural: Temps passé |
|
776 | label_time_entry_plural: Temps passé | |
776 | label_version_sharing_none: Non partagé |
|
777 | label_version_sharing_none: Non partagé | |
777 | label_version_sharing_descendants: Avec les sous-projets |
|
778 | label_version_sharing_descendants: Avec les sous-projets | |
778 | label_version_sharing_hierarchy: Avec toute la hiérarchie |
|
779 | label_version_sharing_hierarchy: Avec toute la hiérarchie | |
779 | label_version_sharing_tree: Avec tout l'arbre |
|
780 | label_version_sharing_tree: Avec tout l'arbre | |
780 | label_version_sharing_system: Avec tous les projets |
|
781 | label_version_sharing_system: Avec tous les projets | |
781 | label_copy_source: Source |
|
782 | label_copy_source: Source | |
782 | label_copy_target: Cible |
|
783 | label_copy_target: Cible | |
783 | label_copy_same_as_target: Comme la cible |
|
784 | label_copy_same_as_target: Comme la cible | |
784 | label_update_issue_done_ratios: Mettre à jour l'avancement des demandes |
|
785 | label_update_issue_done_ratios: Mettre à jour l'avancement des demandes | |
785 | label_display_used_statuses_only: N'afficher que les statuts utilisés dans ce tracker |
|
786 | label_display_used_statuses_only: N'afficher que les statuts utilisés dans ce tracker | |
786 | label_api_access_key: Clé d'accès API |
|
787 | label_api_access_key: Clé d'accès API | |
787 | label_api_access_key_created_on: Clé d'accès API créée il y a %{value} |
|
788 | label_api_access_key_created_on: Clé d'accès API créée il y a %{value} | |
788 | label_feeds_access_key: Clé d'accès RSS |
|
789 | label_feeds_access_key: Clé d'accès RSS | |
789 | label_missing_api_access_key: Clé d'accès API manquante |
|
790 | label_missing_api_access_key: Clé d'accès API manquante | |
790 | label_missing_feeds_access_key: Clé d'accès RSS manquante |
|
791 | label_missing_feeds_access_key: Clé d'accès RSS manquante | |
791 | label_close_versions: Fermer les versions terminées |
|
792 | label_close_versions: Fermer les versions terminées | |
792 | label_revision_id: Revision %{value} |
|
793 | label_revision_id: Revision %{value} | |
793 | label_profile: Profil |
|
794 | label_profile: Profil | |
794 | label_subtask_plural: Sous-tâches |
|
795 | label_subtask_plural: Sous-tâches | |
795 | label_project_copy_notifications: Envoyer les notifications durant la copie du projet |
|
796 | label_project_copy_notifications: Envoyer les notifications durant la copie du projet | |
796 | label_principal_search: "Rechercher un utilisateur ou un groupe :" |
|
797 | label_principal_search: "Rechercher un utilisateur ou un groupe :" | |
797 | label_user_search: "Rechercher un utilisateur :" |
|
798 | label_user_search: "Rechercher un utilisateur :" | |
798 | label_additional_workflow_transitions_for_author: Autorisations supplémentaires lorsque l'utilisateur a créé la demande |
|
799 | label_additional_workflow_transitions_for_author: Autorisations supplémentaires lorsque l'utilisateur a créé la demande | |
799 | label_additional_workflow_transitions_for_assignee: Autorisations supplémentaires lorsque la demande est assignée à l'utilisateur |
|
800 | label_additional_workflow_transitions_for_assignee: Autorisations supplémentaires lorsque la demande est assignée à l'utilisateur | |
800 | label_issues_visibility_all: Toutes les demandes |
|
801 | label_issues_visibility_all: Toutes les demandes | |
801 | label_issues_visibility_public: Toutes les demandes non privées |
|
802 | label_issues_visibility_public: Toutes les demandes non privées | |
802 | label_issues_visibility_own: Demandes créées par ou assignées à l'utilisateur |
|
803 | label_issues_visibility_own: Demandes créées par ou assignées à l'utilisateur | |
803 |
|
804 | |||
804 | button_login: Connexion |
|
805 | button_login: Connexion | |
805 | button_submit: Soumettre |
|
806 | button_submit: Soumettre | |
806 | button_save: Sauvegarder |
|
807 | button_save: Sauvegarder | |
807 | button_check_all: Tout cocher |
|
808 | button_check_all: Tout cocher | |
808 | button_uncheck_all: Tout décocher |
|
809 | button_uncheck_all: Tout décocher | |
809 | button_collapse_all: Plier tout |
|
810 | button_collapse_all: Plier tout | |
810 | button_expand_all: Déplier tout |
|
811 | button_expand_all: Déplier tout | |
811 | button_delete: Supprimer |
|
812 | button_delete: Supprimer | |
812 | button_create: Créer |
|
813 | button_create: Créer | |
813 | button_create_and_continue: Créer et continuer |
|
814 | button_create_and_continue: Créer et continuer | |
814 | button_test: Tester |
|
815 | button_test: Tester | |
815 | button_edit: Modifier |
|
816 | button_edit: Modifier | |
816 | button_add: Ajouter |
|
817 | button_add: Ajouter | |
817 | button_change: Changer |
|
818 | button_change: Changer | |
818 | button_apply: Appliquer |
|
819 | button_apply: Appliquer | |
819 | button_clear: Effacer |
|
820 | button_clear: Effacer | |
820 | button_lock: Verrouiller |
|
821 | button_lock: Verrouiller | |
821 | button_unlock: Déverrouiller |
|
822 | button_unlock: Déverrouiller | |
822 | button_download: Télécharger |
|
823 | button_download: Télécharger | |
823 | button_list: Lister |
|
824 | button_list: Lister | |
824 | button_view: Voir |
|
825 | button_view: Voir | |
825 | button_move: Déplacer |
|
826 | button_move: Déplacer | |
826 | button_move_and_follow: Déplacer et suivre |
|
827 | button_move_and_follow: Déplacer et suivre | |
827 | button_back: Retour |
|
828 | button_back: Retour | |
828 | button_cancel: Annuler |
|
829 | button_cancel: Annuler | |
829 | button_activate: Activer |
|
830 | button_activate: Activer | |
830 | button_sort: Trier |
|
831 | button_sort: Trier | |
831 | button_log_time: Saisir temps |
|
832 | button_log_time: Saisir temps | |
832 | button_rollback: Revenir à cette version |
|
833 | button_rollback: Revenir à cette version | |
833 | button_watch: Surveiller |
|
834 | button_watch: Surveiller | |
834 | button_unwatch: Ne plus surveiller |
|
835 | button_unwatch: Ne plus surveiller | |
835 | button_reply: Répondre |
|
836 | button_reply: Répondre | |
836 | button_archive: Archiver |
|
837 | button_archive: Archiver | |
837 | button_unarchive: Désarchiver |
|
838 | button_unarchive: Désarchiver | |
838 | button_reset: Réinitialiser |
|
839 | button_reset: Réinitialiser | |
839 | button_rename: Renommer |
|
840 | button_rename: Renommer | |
840 | button_change_password: Changer de mot de passe |
|
841 | button_change_password: Changer de mot de passe | |
841 | button_copy: Copier |
|
842 | button_copy: Copier | |
842 | button_copy_and_follow: Copier et suivre |
|
843 | button_copy_and_follow: Copier et suivre | |
843 | button_annotate: Annoter |
|
844 | button_annotate: Annoter | |
844 | button_update: Mettre à jour |
|
845 | button_update: Mettre à jour | |
845 | button_configure: Configurer |
|
846 | button_configure: Configurer | |
846 | button_quote: Citer |
|
847 | button_quote: Citer | |
847 | button_duplicate: Dupliquer |
|
848 | button_duplicate: Dupliquer | |
848 | button_show: Afficher |
|
849 | button_show: Afficher | |
849 |
|
850 | |||
850 | status_active: actif |
|
851 | status_active: actif | |
851 | status_registered: enregistré |
|
852 | status_registered: enregistré | |
852 | status_locked: verrouillé |
|
853 | status_locked: verrouillé | |
853 |
|
854 | |||
854 | version_status_open: ouvert |
|
855 | version_status_open: ouvert | |
855 | version_status_locked: verrouillé |
|
856 | version_status_locked: verrouillé | |
856 | version_status_closed: fermé |
|
857 | version_status_closed: fermé | |
857 |
|
858 | |||
858 | text_select_mail_notifications: Actions pour lesquelles une notification par e-mail est envoyée |
|
859 | text_select_mail_notifications: Actions pour lesquelles une notification par e-mail est envoyée | |
859 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
860 | text_regexp_info: ex. ^[A-Z0-9]+$ | |
860 | text_min_max_length_info: 0 pour aucune restriction |
|
861 | text_min_max_length_info: 0 pour aucune restriction | |
861 | text_project_destroy_confirmation: Êtes-vous sûr de vouloir supprimer ce projet et toutes ses données ? |
|
862 | text_project_destroy_confirmation: Êtes-vous sûr de vouloir supprimer ce projet et toutes ses données ? | |
862 | text_subprojects_destroy_warning: "Ses sous-projets : %{value} seront également supprimés." |
|
863 | text_subprojects_destroy_warning: "Ses sous-projets : %{value} seront également supprimés." | |
863 | text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow |
|
864 | text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow | |
864 | text_are_you_sure: Êtes-vous sûr ? |
|
865 | text_are_you_sure: Êtes-vous sûr ? | |
865 | text_tip_issue_begin_day: tâche commençant ce jour |
|
866 | text_tip_issue_begin_day: tâche commençant ce jour | |
866 | text_tip_issue_end_day: tâche finissant ce jour |
|
867 | text_tip_issue_end_day: tâche finissant ce jour | |
867 | text_tip_issue_begin_end_day: tâche commençant et finissant ce jour |
|
868 | text_tip_issue_begin_end_day: tâche commençant et finissant ce jour | |
868 | text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' |
|
869 | text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' | |
869 | text_caracters_maximum: "%{count} caractères maximum." |
|
870 | text_caracters_maximum: "%{count} caractères maximum." | |
870 | text_caracters_minimum: "%{count} caractères minimum." |
|
871 | text_caracters_minimum: "%{count} caractères minimum." | |
871 | text_length_between: "Longueur comprise entre %{min} et %{max} caractères." |
|
872 | text_length_between: "Longueur comprise entre %{min} et %{max} caractères." | |
872 | text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker |
|
873 | text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker | |
873 | text_unallowed_characters: Caractères non autorisés |
|
874 | text_unallowed_characters: Caractères non autorisés | |
874 | text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules). |
|
875 | text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules). | |
875 | text_line_separated: Plusieurs valeurs possibles (une valeur par ligne). |
|
876 | text_line_separated: Plusieurs valeurs possibles (une valeur par ligne). | |
876 | text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits |
|
877 | text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits | |
877 | text_issue_added: "La demande %{id} a été soumise par %{author}." |
|
878 | text_issue_added: "La demande %{id} a été soumise par %{author}." | |
878 | text_issue_updated: "La demande %{id} a été mise à jour par %{author}." |
|
879 | text_issue_updated: "La demande %{id} a été mise à jour par %{author}." | |
879 | text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ? |
|
880 | text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ? | |
880 | text_issue_category_destroy_question: "%{count} demandes sont affectées à cette catégorie. Que voulez-vous faire ?" |
|
881 | text_issue_category_destroy_question: "%{count} demandes sont affectées à cette catégorie. Que voulez-vous faire ?" | |
881 | text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie |
|
882 | text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie | |
882 | text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie |
|
883 | text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie | |
883 | text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seulement des notifications pour ce que vous surveillez ou à quoi vous participez (exemple: demandes dont vous êtes l'auteur ou la personne assignée)." |
|
884 | text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seulement des notifications pour ce que vous surveillez ou à quoi vous participez (exemple: demandes dont vous êtes l'auteur ou la personne assignée)." | |
884 | text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé." |
|
885 | text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé." | |
885 | text_load_default_configuration: Charger le paramétrage par défaut |
|
886 | text_load_default_configuration: Charger le paramétrage par défaut | |
886 | text_status_changed_by_changeset: "Appliqué par commit %{value}." |
|
887 | text_status_changed_by_changeset: "Appliqué par commit %{value}." | |
887 | text_time_logged_by_changeset: "Appliqué par commit %{value}" |
|
888 | text_time_logged_by_changeset: "Appliqué par commit %{value}" | |
888 | text_issues_destroy_confirmation: 'Êtes-vous sûr de vouloir supprimer la ou les demandes(s) selectionnée(s) ?' |
|
889 | text_issues_destroy_confirmation: 'Êtes-vous sûr de vouloir supprimer la ou les demandes(s) selectionnée(s) ?' | |
889 | text_issues_destroy_descendants_confirmation: "Cela entrainera également la suppression de %{count} sous-tâche(s)." |
|
890 | text_issues_destroy_descendants_confirmation: "Cela entrainera également la suppression de %{count} sous-tâche(s)." | |
890 | text_select_project_modules: 'Sélectionner les modules à activer pour ce projet :' |
|
891 | text_select_project_modules: 'Sélectionner les modules à activer pour ce projet :' | |
891 | text_default_administrator_account_changed: Compte administrateur par défaut changé |
|
892 | text_default_administrator_account_changed: Compte administrateur par défaut changé | |
892 | text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture |
|
893 | text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture | |
893 | text_plugin_assets_writable: Répertoire public des plugins accessible en écriture |
|
894 | text_plugin_assets_writable: Répertoire public des plugins accessible en écriture | |
894 | text_rmagick_available: Bibliothèque RMagick présente (optionnelle) |
|
895 | text_rmagick_available: Bibliothèque RMagick présente (optionnelle) | |
895 | text_destroy_time_entries_question: "%{hours} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?" |
|
896 | text_destroy_time_entries_question: "%{hours} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?" | |
896 | text_destroy_time_entries: Supprimer les heures |
|
897 | text_destroy_time_entries: Supprimer les heures | |
897 | text_assign_time_entries_to_project: Reporter les heures sur le projet |
|
898 | text_assign_time_entries_to_project: Reporter les heures sur le projet | |
898 | text_reassign_time_entries: 'Reporter les heures sur cette demande:' |
|
899 | text_reassign_time_entries: 'Reporter les heures sur cette demande:' | |
899 | text_user_wrote: "%{value} a écrit :" |
|
900 | text_user_wrote: "%{value} a écrit :" | |
900 | text_enumeration_destroy_question: "Cette valeur est affectée à %{count} objets." |
|
901 | text_enumeration_destroy_question: "Cette valeur est affectée à %{count} objets." | |
901 | text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:' |
|
902 | text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:' | |
902 | text_email_delivery_not_configured: "L'envoi de mail n'est pas configuré, les notifications sont désactivées.\nConfigurez votre serveur SMTP dans config/configuration.yml et redémarrez l'application pour les activer." |
|
903 | text_email_delivery_not_configured: "L'envoi de mail n'est pas configuré, les notifications sont désactivées.\nConfigurez votre serveur SMTP dans config/configuration.yml et redémarrez l'application pour les activer." | |
903 | text_repository_usernames_mapping: "Vous pouvez sélectionner ou modifier l'utilisateur Redmine associé à chaque nom d'utilisateur figurant dans l'historique du dépôt.\nLes utilisateurs avec le même identifiant ou la même adresse mail seront automatiquement associés." |
|
904 | text_repository_usernames_mapping: "Vous pouvez sélectionner ou modifier l'utilisateur Redmine associé à chaque nom d'utilisateur figurant dans l'historique du dépôt.\nLes utilisateurs avec le même identifiant ou la même adresse mail seront automatiquement associés." | |
904 | text_diff_truncated: '... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.' |
|
905 | text_diff_truncated: '... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.' | |
905 | text_custom_field_possible_values_info: 'Une ligne par valeur' |
|
906 | text_custom_field_possible_values_info: 'Une ligne par valeur' | |
906 | text_wiki_page_destroy_question: "Cette page possède %{descendants} sous-page(s) et descendante(s). Que voulez-vous faire ?" |
|
907 | text_wiki_page_destroy_question: "Cette page possède %{descendants} sous-page(s) et descendante(s). Que voulez-vous faire ?" | |
907 | text_wiki_page_nullify_children: "Conserver les sous-pages en tant que pages racines" |
|
908 | text_wiki_page_nullify_children: "Conserver les sous-pages en tant que pages racines" | |
908 | text_wiki_page_destroy_children: "Supprimer les sous-pages et toutes leurs descedantes" |
|
909 | text_wiki_page_destroy_children: "Supprimer les sous-pages et toutes leurs descedantes" | |
909 | text_wiki_page_reassign_children: "Réaffecter les sous-pages à cette page" |
|
910 | text_wiki_page_reassign_children: "Réaffecter les sous-pages à cette page" | |
910 | text_own_membership_delete_confirmation: "Vous allez supprimer tout ou partie de vos permissions sur ce projet et ne serez peut-être plus autorisé à modifier ce projet.\nEtes-vous sûr de vouloir continuer ?" |
|
911 | text_own_membership_delete_confirmation: "Vous allez supprimer tout ou partie de vos permissions sur ce projet et ne serez peut-être plus autorisé à modifier ce projet.\nEtes-vous sûr de vouloir continuer ?" | |
911 | text_warn_on_leaving_unsaved: "Cette page contient du texte non sauvegardé qui sera perdu si vous quittez la page." |
|
912 | text_warn_on_leaving_unsaved: "Cette page contient du texte non sauvegardé qui sera perdu si vous quittez la page." | |
912 |
|
913 | |||
913 | default_role_manager: "Manager " |
|
914 | default_role_manager: "Manager " | |
914 | default_role_developer: "Développeur " |
|
915 | default_role_developer: "Développeur " | |
915 | default_role_reporter: "Rapporteur " |
|
916 | default_role_reporter: "Rapporteur " | |
916 | default_tracker_bug: Anomalie |
|
917 | default_tracker_bug: Anomalie | |
917 | default_tracker_feature: Evolution |
|
918 | default_tracker_feature: Evolution | |
918 | default_tracker_support: Assistance |
|
919 | default_tracker_support: Assistance | |
919 | default_issue_status_new: Nouveau |
|
920 | default_issue_status_new: Nouveau | |
920 | default_issue_status_in_progress: En cours |
|
921 | default_issue_status_in_progress: En cours | |
921 | default_issue_status_resolved: Résolu |
|
922 | default_issue_status_resolved: Résolu | |
922 | default_issue_status_feedback: Commentaire |
|
923 | default_issue_status_feedback: Commentaire | |
923 | default_issue_status_closed: Fermé |
|
924 | default_issue_status_closed: Fermé | |
924 | default_issue_status_rejected: Rejeté |
|
925 | default_issue_status_rejected: Rejeté | |
925 | default_doc_category_user: Documentation utilisateur |
|
926 | default_doc_category_user: Documentation utilisateur | |
926 | default_doc_category_tech: Documentation technique |
|
927 | default_doc_category_tech: Documentation technique | |
927 | default_priority_low: Bas |
|
928 | default_priority_low: Bas | |
928 | default_priority_normal: Normal |
|
929 | default_priority_normal: Normal | |
929 | default_priority_high: Haut |
|
930 | default_priority_high: Haut | |
930 | default_priority_urgent: Urgent |
|
931 | default_priority_urgent: Urgent | |
931 | default_priority_immediate: Immédiat |
|
932 | default_priority_immediate: Immédiat | |
932 | default_activity_design: Conception |
|
933 | default_activity_design: Conception | |
933 | default_activity_development: Développement |
|
934 | default_activity_development: Développement | |
934 |
|
935 | |||
935 | enumeration_issue_priorities: Priorités des demandes |
|
936 | enumeration_issue_priorities: Priorités des demandes | |
936 | enumeration_doc_categories: Catégories des documents |
|
937 | enumeration_doc_categories: Catégories des documents | |
937 | enumeration_activities: Activités (suivi du temps) |
|
938 | enumeration_activities: Activités (suivi du temps) | |
938 | label_greater_or_equal: ">=" |
|
939 | label_greater_or_equal: ">=" | |
939 | label_less_or_equal: "<=" |
|
940 | label_less_or_equal: "<=" | |
940 | label_view_all_revisions: Voir toutes les révisions |
|
941 | label_view_all_revisions: Voir toutes les révisions | |
941 | label_tag: Tag |
|
942 | label_tag: Tag | |
942 | label_branch: Branche |
|
943 | label_branch: Branche | |
943 | error_no_tracker_in_project: "Aucun tracker n'est associé à ce projet. Vérifier la configuration du projet." |
|
944 | error_no_tracker_in_project: "Aucun tracker n'est associé à ce projet. Vérifier la configuration du projet." | |
944 | error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)." |
|
945 | error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)." | |
945 | text_journal_changed: "%{label} changé de %{old} à %{new}" |
|
946 | text_journal_changed: "%{label} changé de %{old} à %{new}" | |
946 | text_journal_changed_no_detail: "%{label} mis à jour" |
|
947 | text_journal_changed_no_detail: "%{label} mis à jour" | |
947 | text_journal_set_to: "%{label} mis à %{value}" |
|
948 | text_journal_set_to: "%{label} mis à %{value}" | |
948 | text_journal_deleted: "%{label} %{old} supprimé" |
|
949 | text_journal_deleted: "%{label} %{old} supprimé" | |
949 | text_journal_added: "%{label} %{value} ajouté" |
|
950 | text_journal_added: "%{label} %{value} ajouté" | |
950 | enumeration_system_activity: Activité système |
|
951 | enumeration_system_activity: Activité système | |
951 | label_board_sticky: Sticky |
|
952 | label_board_sticky: Sticky | |
952 | label_board_locked: Verrouillé |
|
953 | label_board_locked: Verrouillé | |
953 | error_unable_delete_issue_status: Impossible de supprimer le statut de demande |
|
954 | error_unable_delete_issue_status: Impossible de supprimer le statut de demande | |
954 | error_can_not_delete_custom_field: Impossible de supprimer le champ personnalisé |
|
955 | error_can_not_delete_custom_field: Impossible de supprimer le champ personnalisé | |
955 | error_unable_to_connect: Connexion impossible (%{value}) |
|
956 | error_unable_to_connect: Connexion impossible (%{value}) | |
956 | error_can_not_remove_role: Ce rôle est utilisé et ne peut pas être supprimé. |
|
957 | error_can_not_remove_role: Ce rôle est utilisé et ne peut pas être supprimé. | |
957 | error_can_not_delete_tracker: Ce tracker contient des demandes et ne peut pas être supprimé. |
|
958 | error_can_not_delete_tracker: Ce tracker contient des demandes et ne peut pas être supprimé. | |
958 | field_principal: Principal |
|
959 | field_principal: Principal | |
959 | notice_failed_to_save_members: "Erreur lors de la sauvegarde des membres: %{errors}." |
|
960 | notice_failed_to_save_members: "Erreur lors de la sauvegarde des membres: %{errors}." | |
960 | text_zoom_out: Zoom arrière |
|
961 | text_zoom_out: Zoom arrière | |
961 | text_zoom_in: Zoom avant |
|
962 | text_zoom_in: Zoom avant | |
962 | notice_unable_delete_time_entry: Impossible de supprimer le temps passé. |
|
963 | notice_unable_delete_time_entry: Impossible de supprimer le temps passé. | |
963 | label_overall_spent_time: Temps passé global |
|
964 | label_overall_spent_time: Temps passé global | |
964 | field_time_entries: Log time |
|
965 | field_time_entries: Log time | |
965 | project_module_gantt: Gantt |
|
966 | project_module_gantt: Gantt | |
966 | project_module_calendar: Calendrier |
|
967 | project_module_calendar: Calendrier | |
967 | button_edit_associated_wikipage: "Modifier la page wiki associée: %{page_title}" |
|
968 | button_edit_associated_wikipage: "Modifier la page wiki associée: %{page_title}" | |
968 | text_are_you_sure_with_children: Supprimer la demande et toutes ses sous-demandes ? |
|
969 | text_are_you_sure_with_children: Supprimer la demande et toutes ses sous-demandes ? | |
969 | field_text: Champ texte |
|
970 | field_text: Champ texte | |
970 | label_user_mail_option_only_owner: Seulement pour ce que j'ai créé |
|
971 | label_user_mail_option_only_owner: Seulement pour ce que j'ai créé | |
971 | setting_default_notification_option: Option de notification par défaut |
|
972 | setting_default_notification_option: Option de notification par défaut | |
972 | label_user_mail_option_only_my_events: Seulement pour ce que je surveille |
|
973 | label_user_mail_option_only_my_events: Seulement pour ce que je surveille | |
973 | label_user_mail_option_only_assigned: Seulement pour ce qui m'est assigné |
|
974 | label_user_mail_option_only_assigned: Seulement pour ce qui m'est assigné | |
974 | label_user_mail_option_none: Aucune notification |
|
975 | label_user_mail_option_none: Aucune notification | |
975 | field_member_of_group: Groupe de l'assigné |
|
976 | field_member_of_group: Groupe de l'assigné | |
976 | field_assigned_to_role: Rôle de l'assigné |
|
977 | field_assigned_to_role: Rôle de l'assigné | |
977 | setting_emails_header: En-tête des emails |
|
978 | setting_emails_header: En-tête des emails | |
978 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries |
|
979 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries | |
979 | text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? |
|
980 | text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? | |
980 | field_commit_logs_encoding: Encodage des messages de commit |
|
@@ -1,988 +1,988 | |||||
1 | # Japanese translations for Ruby on Rails |
|
1 | # Japanese translations for Ruby on Rails | |
2 | # by Akira Matsuda (ronnie@dio.jp) |
|
2 | # by Akira Matsuda (ronnie@dio.jp) | |
3 | # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh. |
|
3 | # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh. | |
4 |
|
4 | |||
5 | ja: |
|
5 | ja: | |
6 | direction: ltr |
|
6 | direction: ltr | |
7 | date: |
|
7 | date: | |
8 | formats: |
|
8 | formats: | |
9 | # Use the strftime parameters for formats. |
|
9 | # Use the strftime parameters for formats. | |
10 | # When no format has been given, it uses default. |
|
10 | # When no format has been given, it uses default. | |
11 | # You can provide other formats here if you like! |
|
11 | # You can provide other formats here if you like! | |
12 | default: "%Y/%m/%d" |
|
12 | default: "%Y/%m/%d" | |
13 | short: "%m/%d" |
|
13 | short: "%m/%d" | |
14 | long: "%Y年%m月%d日(%a)" |
|
14 | long: "%Y年%m月%d日(%a)" | |
15 |
|
15 | |||
16 | day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日] |
|
16 | day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日] | |
17 | abbr_day_names: [日, 月, 火, 水, 木, 金, 土] |
|
17 | abbr_day_names: [日, 月, 火, 水, 木, 金, 土] | |
18 |
|
18 | |||
19 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
19 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
20 | month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
20 | month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] | |
21 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
21 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] | |
22 | # Used in date_select and datime_select. |
|
22 | # Used in date_select and datime_select. | |
23 | order: |
|
23 | order: | |
24 | - :year |
|
24 | - :year | |
25 | - :month |
|
25 | - :month | |
26 | - :day |
|
26 | - :day | |
27 |
|
27 | |||
28 | time: |
|
28 | time: | |
29 | formats: |
|
29 | formats: | |
30 | default: "%Y/%m/%d %H:%M:%S" |
|
30 | default: "%Y/%m/%d %H:%M:%S" | |
31 | time: "%H:%M" |
|
31 | time: "%H:%M" | |
32 | short: "%y/%m/%d %H:%M" |
|
32 | short: "%y/%m/%d %H:%M" | |
33 | long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z" |
|
33 | long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z" | |
34 | am: "午前" |
|
34 | am: "午前" | |
35 | pm: "午後" |
|
35 | pm: "午後" | |
36 |
|
36 | |||
37 | datetime: |
|
37 | datetime: | |
38 | distance_in_words: |
|
38 | distance_in_words: | |
39 | half_a_minute: "30秒前後" |
|
39 | half_a_minute: "30秒前後" | |
40 | less_than_x_seconds: |
|
40 | less_than_x_seconds: | |
41 | one: "1秒以内" |
|
41 | one: "1秒以内" | |
42 | other: "%{count}秒以内" |
|
42 | other: "%{count}秒以内" | |
43 | x_seconds: |
|
43 | x_seconds: | |
44 | one: "1秒" |
|
44 | one: "1秒" | |
45 | other: "%{count}秒" |
|
45 | other: "%{count}秒" | |
46 | less_than_x_minutes: |
|
46 | less_than_x_minutes: | |
47 | one: "1分以内" |
|
47 | one: "1分以内" | |
48 | other: "%{count}分以内" |
|
48 | other: "%{count}分以内" | |
49 | x_minutes: |
|
49 | x_minutes: | |
50 | one: "1分" |
|
50 | one: "1分" | |
51 | other: "%{count}分" |
|
51 | other: "%{count}分" | |
52 | about_x_hours: |
|
52 | about_x_hours: | |
53 | one: "約1時間" |
|
53 | one: "約1時間" | |
54 | other: "約%{count}時間" |
|
54 | other: "約%{count}時間" | |
55 | x_days: |
|
55 | x_days: | |
56 | one: "1日" |
|
56 | one: "1日" | |
57 | other: "%{count}日" |
|
57 | other: "%{count}日" | |
58 | about_x_months: |
|
58 | about_x_months: | |
59 | one: "約1ヶ月" |
|
59 | one: "約1ヶ月" | |
60 | other: "約%{count}ヶ月" |
|
60 | other: "約%{count}ヶ月" | |
61 | x_months: |
|
61 | x_months: | |
62 | one: "1ヶ月" |
|
62 | one: "1ヶ月" | |
63 | other: "%{count}ヶ月" |
|
63 | other: "%{count}ヶ月" | |
64 | about_x_years: |
|
64 | about_x_years: | |
65 | one: "約1年" |
|
65 | one: "約1年" | |
66 | other: "約%{count}年" |
|
66 | other: "約%{count}年" | |
67 | over_x_years: |
|
67 | over_x_years: | |
68 | one: "1年以上" |
|
68 | one: "1年以上" | |
69 | other: "%{count}年以上" |
|
69 | other: "%{count}年以上" | |
70 | almost_x_years: |
|
70 | almost_x_years: | |
71 | one: "ほぼ1年" |
|
71 | one: "ほぼ1年" | |
72 | other: "ほぼ%{count}年" |
|
72 | other: "ほぼ%{count}年" | |
73 |
|
73 | |||
74 | number: |
|
74 | number: | |
75 | format: |
|
75 | format: | |
76 | separator: "." |
|
76 | separator: "." | |
77 | delimiter: "," |
|
77 | delimiter: "," | |
78 | precision: 3 |
|
78 | precision: 3 | |
79 |
|
79 | |||
80 | currency: |
|
80 | currency: | |
81 | format: |
|
81 | format: | |
82 | format: "%n%u" |
|
82 | format: "%n%u" | |
83 | unit: "円" |
|
83 | unit: "円" | |
84 | separator: "." |
|
84 | separator: "." | |
85 | delimiter: "," |
|
85 | delimiter: "," | |
86 | precision: 0 |
|
86 | precision: 0 | |
87 |
|
87 | |||
88 | percentage: |
|
88 | percentage: | |
89 | format: |
|
89 | format: | |
90 | delimiter: "" |
|
90 | delimiter: "" | |
91 |
|
91 | |||
92 | precision: |
|
92 | precision: | |
93 | format: |
|
93 | format: | |
94 | delimiter: "" |
|
94 | delimiter: "" | |
95 |
|
95 | |||
96 | human: |
|
96 | human: | |
97 | format: |
|
97 | format: | |
98 | delimiter: "" |
|
98 | delimiter: "" | |
99 | precision: 1 |
|
99 | precision: 1 | |
100 | storage_units: |
|
100 | storage_units: | |
101 | format: "%n %u" |
|
101 | format: "%n %u" | |
102 | units: |
|
102 | units: | |
103 | byte: |
|
103 | byte: | |
104 | one: "Byte" |
|
104 | one: "Byte" | |
105 | other: "Bytes" |
|
105 | other: "Bytes" | |
106 | kb: "KB" |
|
106 | kb: "KB" | |
107 | mb: "MB" |
|
107 | mb: "MB" | |
108 | gb: "GB" |
|
108 | gb: "GB" | |
109 | tb: "TB" |
|
109 | tb: "TB" | |
110 |
|
110 | |||
111 |
|
111 | |||
112 | # Used in array.to_sentence. |
|
112 | # Used in array.to_sentence. | |
113 | support: |
|
113 | support: | |
114 | array: |
|
114 | array: | |
115 | sentence_connector: "及び" |
|
115 | sentence_connector: "及び" | |
116 | skip_last_comma: true |
|
116 | skip_last_comma: true | |
117 |
|
117 | |||
118 | activerecord: |
|
118 | activerecord: | |
119 | errors: |
|
119 | errors: | |
120 | template: |
|
120 | template: | |
121 | header: |
|
121 | header: | |
122 | one: "%{model} にエラーが発生しました。" |
|
122 | one: "%{model} にエラーが発生しました。" | |
123 | other: "%{model} に %{count} つのエラーが発生しました。" |
|
123 | other: "%{model} に %{count} つのエラーが発生しました。" | |
124 | body: "次の項目を確認してください。" |
|
124 | body: "次の項目を確認してください。" | |
125 |
|
125 | |||
126 | messages: |
|
126 | messages: | |
127 | inclusion: "は一覧にありません。" |
|
127 | inclusion: "は一覧にありません。" | |
128 | exclusion: "は予約されています。" |
|
128 | exclusion: "は予約されています。" | |
129 | invalid: "は不正な値です。" |
|
129 | invalid: "は不正な値です。" | |
130 | confirmation: "が一致しません。" |
|
130 | confirmation: "が一致しません。" | |
131 | accepted: "を受諾してください。" |
|
131 | accepted: "を受諾してください。" | |
132 | empty: "を入力してください。" |
|
132 | empty: "を入力してください。" | |
133 | blank: "を入力してください。" |
|
133 | blank: "を入力してください。" | |
134 | too_long: "は%{count}文字以内で入力してください。" |
|
134 | too_long: "は%{count}文字以内で入力してください。" | |
135 | too_short: "は%{count}文字以上で入力してください。" |
|
135 | too_short: "は%{count}文字以上で入力してください。" | |
136 | wrong_length: "は%{count}文字で入力してください。" |
|
136 | wrong_length: "は%{count}文字で入力してください。" | |
137 | taken: "はすでに存在します。" |
|
137 | taken: "はすでに存在します。" | |
138 | not_a_number: "は数値で入力してください。" |
|
138 | not_a_number: "は数値で入力してください。" | |
139 | not_a_date: "は日付を入力してください。" |
|
139 | not_a_date: "は日付を入力してください。" | |
140 | greater_than: "は%{count}より大きい値にしてください。" |
|
140 | greater_than: "は%{count}より大きい値にしてください。" | |
141 | greater_than_or_equal_to: "は%{count}以上の値にしてください。" |
|
141 | greater_than_or_equal_to: "は%{count}以上の値にしてください。" | |
142 | equal_to: "は%{count}にしてください。" |
|
142 | equal_to: "は%{count}にしてください。" | |
143 | less_than: "は%{count}より小さい値にしてください。" |
|
143 | less_than: "は%{count}より小さい値にしてください。" | |
144 | less_than_or_equal_to: "は%{count}以下の値にしてください。" |
|
144 | less_than_or_equal_to: "は%{count}以下の値にしてください。" | |
145 | odd: "は奇数にしてください。" |
|
145 | odd: "は奇数にしてください。" | |
146 | even: "は偶数にしてください。" |
|
146 | even: "は偶数にしてください。" | |
147 | greater_than_start_date: "を開始日より後にしてください" |
|
147 | greater_than_start_date: "を開始日より後にしてください" | |
148 | not_same_project: "同じプロジェクトに属していません" |
|
148 | not_same_project: "同じプロジェクトに属していません" | |
149 | circular_dependency: "この関係では、循環依存になります" |
|
149 | circular_dependency: "この関係では、循環依存になります" | |
150 | cant_link_an_issue_with_a_descendant: "指定したチケットとは親子関係になっているため関連づけられません" |
|
150 | cant_link_an_issue_with_a_descendant: "指定したチケットとは親子関係になっているため関連づけられません" | |
151 |
|
151 | |||
152 | actionview_instancetag_blank_option: 選んでください |
|
152 | actionview_instancetag_blank_option: 選んでください | |
153 |
|
153 | |||
154 | general_text_No: 'いいえ' |
|
154 | general_text_No: 'いいえ' | |
155 | general_text_Yes: 'はい' |
|
155 | general_text_Yes: 'はい' | |
156 | general_text_no: 'いいえ' |
|
156 | general_text_no: 'いいえ' | |
157 | general_text_yes: 'はい' |
|
157 | general_text_yes: 'はい' | |
158 | general_lang_name: 'Japanese (日本語)' |
|
158 | general_lang_name: 'Japanese (日本語)' | |
159 | general_csv_separator: ',' |
|
159 | general_csv_separator: ',' | |
160 | general_csv_decimal_separator: '.' |
|
160 | general_csv_decimal_separator: '.' | |
161 | general_csv_encoding: CP932 |
|
161 | general_csv_encoding: CP932 | |
162 | general_pdf_encoding: CP932 |
|
162 | general_pdf_encoding: CP932 | |
163 | general_first_day_of_week: '7' |
|
163 | general_first_day_of_week: '7' | |
164 |
|
164 | |||
165 | notice_account_updated: アカウントが更新されました。 |
|
165 | notice_account_updated: アカウントが更新されました。 | |
166 | notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効 |
|
166 | notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効 | |
167 | notice_account_password_updated: パスワードが更新されました。 |
|
167 | notice_account_password_updated: パスワードが更新されました。 | |
168 | notice_account_wrong_password: パスワードが違います |
|
168 | notice_account_wrong_password: パスワードが違います | |
169 | notice_account_register_done: アカウントが作成されました。 |
|
169 | notice_account_register_done: アカウントが作成されました。 | |
170 | notice_account_unknown_email: ユーザが存在しません。 |
|
170 | notice_account_unknown_email: ユーザが存在しません。 | |
171 | notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。 |
|
171 | notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。 | |
172 | notice_account_lost_email_sent: 新しいパスワードのメールを送信しました。 |
|
172 | notice_account_lost_email_sent: 新しいパスワードのメールを送信しました。 | |
173 | notice_account_activated: アカウントが有効になりました。ログインできます。 |
|
173 | notice_account_activated: アカウントが有効になりました。ログインできます。 | |
174 | notice_successful_create: 作成しました。 |
|
174 | notice_successful_create: 作成しました。 | |
175 | notice_successful_update: 更新しました。 |
|
175 | notice_successful_update: 更新しました。 | |
176 | notice_successful_delete: 削除しました。 |
|
176 | notice_successful_delete: 削除しました。 | |
177 | notice_successful_connection: 接続しました。 |
|
177 | notice_successful_connection: 接続しました。 | |
178 | notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。 |
|
178 | notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。 | |
179 | notice_locking_conflict: 別のユーザがデータを更新しています。 |
|
179 | notice_locking_conflict: 別のユーザがデータを更新しています。 | |
180 | notice_not_authorized: このページにアクセスするには認証が必要です。 |
|
180 | notice_not_authorized: このページにアクセスするには認証が必要です。 | |
181 | notice_not_authorized_archived_project: プロジェクトは書庫に保存されています。 |
|
181 | notice_not_authorized_archived_project: プロジェクトは書庫に保存されています。 | |
182 | notice_email_sent: "%{value} 宛にメールを送信しました。" |
|
182 | notice_email_sent: "%{value} 宛にメールを送信しました。" | |
183 | notice_email_error: "メール送信中にエラーが発生しました (%{value})" |
|
183 | notice_email_error: "メール送信中にエラーが発生しました (%{value})" | |
184 | notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました。 |
|
184 | notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました。 | |
185 | notice_api_access_key_reseted: APIアクセスキーを初期化しました。 |
|
185 | notice_api_access_key_reseted: APIアクセスキーを初期化しました。 | |
186 | notice_failed_to_save_issues: "%{total}件のうち%{count}件のチケットが保存できませんでした: %{ids}." |
|
186 | notice_failed_to_save_issues: "%{total}件のうち%{count}件のチケットが保存できませんでした: %{ids}." | |
187 | notice_failed_to_save_members: "メンバーの保存に失敗しました: %{errors}." |
|
187 | notice_failed_to_save_members: "メンバーの保存に失敗しました: %{errors}." | |
188 | notice_no_issue_selected: "チケットが選択されていません! 更新対象のチケットを選択してください。" |
|
188 | notice_no_issue_selected: "チケットが選択されていません! 更新対象のチケットを選択してください。" | |
189 | notice_account_pending: アカウントは作成済みで、管理者の承認待ちです。 |
|
189 | notice_account_pending: アカウントは作成済みで、管理者の承認待ちです。 | |
190 | notice_default_data_loaded: デフォルト設定をロードしました。 |
|
190 | notice_default_data_loaded: デフォルト設定をロードしました。 | |
191 | notice_unable_delete_version: バージョンを削除できません |
|
191 | notice_unable_delete_version: バージョンを削除できません | |
192 | notice_unable_delete_time_entry: 作業時間を削除できません |
|
192 | notice_unable_delete_time_entry: 作業時間を削除できません | |
193 | notice_issue_done_ratios_updated: チケットの進捗が更新されました。 |
|
193 | notice_issue_done_ratios_updated: チケットの進捗が更新されました。 | |
194 | notice_gantt_chart_truncated: ガントチャートは、最大表示項目数(%{max})を超えたたため切り捨てられました。 |
|
194 | notice_gantt_chart_truncated: ガントチャートは、最大表示項目数(%{max})を超えたたため切り捨てられました。 | |
195 |
|
195 | |||
196 | error_can_t_load_default_data: "デフォルト設定がロードできませんでした: %{value}" |
|
196 | error_can_t_load_default_data: "デフォルト設定がロードできませんでした: %{value}" | |
197 | error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。 |
|
197 | error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。 | |
198 | error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: %{value}" |
|
198 | error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: %{value}" | |
199 | error_scm_annotate: "エントリが存在しない、もしくはアノテートできません。" |
|
199 | error_scm_annotate: "エントリが存在しない、もしくはアノテートできません。" | |
200 | error_issue_not_found_in_project: 'チケットが見つかりません、もしくはこのプロジェクトに属していません' |
|
200 | error_issue_not_found_in_project: 'チケットが見つかりません、もしくはこのプロジェクトに属していません' | |
201 | error_unable_delete_issue_status: "チケットのステータスを削除できませんでした。" |
|
201 | error_unable_delete_issue_status: "チケットのステータスを削除できませんでした。" | |
202 | error_no_tracker_in_project: 'このプロジェクトにはトラッカーが登録されていません。プロジェクト設定を確認してください。' |
|
202 | error_no_tracker_in_project: 'このプロジェクトにはトラッカーが登録されていません。プロジェクト設定を確認してください。' | |
203 | error_no_default_issue_status: 'デフォルトのチケットステータスが定義されていません。設定を確認してください(管理→チケットのステータス)。' |
|
203 | error_no_default_issue_status: 'デフォルトのチケットステータスが定義されていません。設定を確認してください(管理→チケットのステータス)。' | |
204 | error_can_not_delete_custom_field: 'カスタムフィールドを削除できません。' |
|
204 | error_can_not_delete_custom_field: 'カスタムフィールドを削除できません。' | |
205 | error_unable_to_connect: "接続できません。 (%{value})" |
|
205 | error_unable_to_connect: "接続できません。 (%{value})" | |
206 | error_can_not_remove_role: 'このロールは使用されています。削除できません。' |
|
206 | error_can_not_remove_role: 'このロールは使用されています。削除できません。' | |
207 | error_can_not_reopen_issue_on_closed_version: '終了したバージョンにひも付けされたチケットの再オープンはできません。' |
|
207 | error_can_not_reopen_issue_on_closed_version: '終了したバージョンにひも付けされたチケットの再オープンはできません。' | |
208 | error_can_not_archive_project: このプロジェクトは書庫に保存できません |
|
208 | error_can_not_archive_project: このプロジェクトは書庫に保存できません | |
209 | error_issue_done_ratios_not_updated: "チケットの進捗が更新できません。" |
|
209 | error_issue_done_ratios_not_updated: "チケットの進捗が更新できません。" | |
210 | error_workflow_copy_source: 'コピー元となるトラッカーまたはロールを選択してください' |
|
210 | error_workflow_copy_source: 'コピー元となるトラッカーまたはロールを選択してください' | |
211 | error_workflow_copy_target: 'コピー先となるトラッカーとロールを選択してください' |
|
211 | error_workflow_copy_target: 'コピー先となるトラッカーとロールを選択してください' | |
212 | error_can_not_delete_tracker: 'このトラッカーは使用されています。削除できません。' |
|
212 | error_can_not_delete_tracker: 'このトラッカーは使用されています。削除できません。' | |
213 |
|
213 | |||
214 | warning_attachments_not_saved: "%{count}個の添付ファイルが保存できませんでした。" |
|
214 | warning_attachments_not_saved: "%{count}個の添付ファイルが保存できませんでした。" | |
215 |
|
215 | |||
216 | mail_subject_lost_password: "%{value} パスワード再発行" |
|
216 | mail_subject_lost_password: "%{value} パスワード再発行" | |
217 | mail_body_lost_password: 'パスワードを変更するには、以下のリンクをクリックしてください:' |
|
217 | mail_body_lost_password: 'パスワードを変更するには、以下のリンクをクリックしてください:' | |
218 | mail_subject_register: "%{value} アカウント登録の確認" |
|
218 | mail_subject_register: "%{value} アカウント登録の確認" | |
219 | mail_body_register: 'アカウント登録を完了するには、以下のアドレスをクリックしてください:' |
|
219 | mail_body_register: 'アカウント登録を完了するには、以下のアドレスをクリックしてください:' | |
220 | mail_body_account_information_external: "%{value} アカウントを使ってにログインできます。" |
|
220 | mail_body_account_information_external: "%{value} アカウントを使ってにログインできます。" | |
221 | mail_body_account_information: アカウント情報 |
|
221 | mail_body_account_information: アカウント情報 | |
222 | mail_subject_account_activation_request: "%{value} アカウントの承認要求" |
|
222 | mail_subject_account_activation_request: "%{value} アカウントの承認要求" | |
223 | mail_body_account_activation_request: "新しいユーザ %{value} が登録されました。このアカウントはあなたの承認待ちです:" |
|
223 | mail_body_account_activation_request: "新しいユーザ %{value} が登録されました。このアカウントはあなたの承認待ちです:" | |
224 | mail_subject_reminder: "%{count}件のチケットの期日が%{days}日以内に到来します" |
|
224 | mail_subject_reminder: "%{count}件のチケットの期日が%{days}日以内に到来します" | |
225 | mail_body_reminder: "%{count}件の担当チケットの期日が%{days}日以内に到来します:" |
|
225 | mail_body_reminder: "%{count}件の担当チケットの期日が%{days}日以内に到来します:" | |
226 | mail_subject_wiki_content_added: "Wikiページ %{id} が追加されました" |
|
226 | mail_subject_wiki_content_added: "Wikiページ %{id} が追加されました" | |
227 | mail_body_wiki_content_added: "%{author} によってWikiページ %{id} が追加されました。" |
|
227 | mail_body_wiki_content_added: "%{author} によってWikiページ %{id} が追加されました。" | |
228 | mail_subject_wiki_content_updated: "Wikiページ %{id} が更新されました" |
|
228 | mail_subject_wiki_content_updated: "Wikiページ %{id} が更新されました" | |
229 | mail_body_wiki_content_updated: "%{author} によってWikiページ %{id} が更新されました。" |
|
229 | mail_body_wiki_content_updated: "%{author} によってWikiページ %{id} が更新されました。" | |
230 |
|
230 | |||
231 | gui_validation_error: 1件のエラー |
|
231 | gui_validation_error: 1件のエラー | |
232 | gui_validation_error_plural: "%{count}件のエラー" |
|
232 | gui_validation_error_plural: "%{count}件のエラー" | |
233 |
|
233 | |||
234 | field_name: 名称 |
|
234 | field_name: 名称 | |
235 | field_description: 説明 |
|
235 | field_description: 説明 | |
236 | field_summary: サマリー |
|
236 | field_summary: サマリー | |
237 | field_is_required: 必須 |
|
237 | field_is_required: 必須 | |
238 | field_firstname: 名前 |
|
238 | field_firstname: 名前 | |
239 | field_lastname: 苗字 |
|
239 | field_lastname: 苗字 | |
240 | field_mail: メールアドレス |
|
240 | field_mail: メールアドレス | |
241 | field_filename: ファイル |
|
241 | field_filename: ファイル | |
242 | field_filesize: サイズ |
|
242 | field_filesize: サイズ | |
243 | field_downloads: ダウンロード |
|
243 | field_downloads: ダウンロード | |
244 | field_author: 作成者 |
|
244 | field_author: 作成者 | |
245 | field_created_on: 作成日 |
|
245 | field_created_on: 作成日 | |
246 | field_updated_on: 更新日 |
|
246 | field_updated_on: 更新日 | |
247 | field_field_format: 書式 |
|
247 | field_field_format: 書式 | |
248 | field_is_for_all: 全プロジェクト向け |
|
248 | field_is_for_all: 全プロジェクト向け | |
249 | field_possible_values: 選択肢 |
|
249 | field_possible_values: 選択肢 | |
250 | field_regexp: 正規表現 |
|
250 | field_regexp: 正規表現 | |
251 | field_min_length: 最小値 |
|
251 | field_min_length: 最小値 | |
252 | field_max_length: 最大値 |
|
252 | field_max_length: 最大値 | |
253 | field_value: 値 |
|
253 | field_value: 値 | |
254 | field_category: カテゴリ |
|
254 | field_category: カテゴリ | |
255 | field_title: タイトル |
|
255 | field_title: タイトル | |
256 | field_project: プロジェクト |
|
256 | field_project: プロジェクト | |
257 | field_issue: チケット |
|
257 | field_issue: チケット | |
258 | field_status: ステータス |
|
258 | field_status: ステータス | |
259 | field_notes: 注記 |
|
259 | field_notes: 注記 | |
260 | field_is_closed: 終了したチケット |
|
260 | field_is_closed: 終了したチケット | |
261 | field_is_default: デフォルト値 |
|
261 | field_is_default: デフォルト値 | |
262 | field_tracker: トラッカー |
|
262 | field_tracker: トラッカー | |
263 | field_subject: 題名 |
|
263 | field_subject: 題名 | |
264 | field_due_date: 期日 |
|
264 | field_due_date: 期日 | |
265 | field_assigned_to: 担当者 |
|
265 | field_assigned_to: 担当者 | |
266 | field_priority: 優先度 |
|
266 | field_priority: 優先度 | |
267 | field_fixed_version: 対象バージョン |
|
267 | field_fixed_version: 対象バージョン | |
268 | field_user: ユーザ |
|
268 | field_user: ユーザ | |
269 | field_principal: 主体 |
|
269 | field_principal: 主体 | |
270 | field_role: ロール |
|
270 | field_role: ロール | |
271 | field_homepage: ホームページ |
|
271 | field_homepage: ホームページ | |
272 | field_is_public: 公開 |
|
272 | field_is_public: 公開 | |
273 | field_parent: 親プロジェクト名 |
|
273 | field_parent: 親プロジェクト名 | |
274 | field_is_in_roadmap: チケットをロードマップに表示する |
|
274 | field_is_in_roadmap: チケットをロードマップに表示する | |
275 | field_login: ログイン |
|
275 | field_login: ログイン | |
276 | field_mail_notification: メール通知 |
|
276 | field_mail_notification: メール通知 | |
277 | field_admin: 管理者 |
|
277 | field_admin: 管理者 | |
278 | field_last_login_on: 最終接続日 |
|
278 | field_last_login_on: 最終接続日 | |
279 | field_language: 言語 |
|
279 | field_language: 言語 | |
280 | field_effective_date: 期日 |
|
280 | field_effective_date: 期日 | |
281 | field_password: パスワード |
|
281 | field_password: パスワード | |
282 | field_new_password: 新しいパスワード |
|
282 | field_new_password: 新しいパスワード | |
283 | field_password_confirmation: パスワードの確認 |
|
283 | field_password_confirmation: パスワードの確認 | |
284 | field_version: バージョン |
|
284 | field_version: バージョン | |
285 | field_type: タイプ |
|
285 | field_type: タイプ | |
286 | field_host: ホスト |
|
286 | field_host: ホスト | |
287 | field_port: ポート |
|
287 | field_port: ポート | |
288 | field_account: アカウント |
|
288 | field_account: アカウント | |
289 | field_base_dn: 検索範囲 |
|
289 | field_base_dn: 検索範囲 | |
290 | field_attr_login: ログイン名属性 |
|
290 | field_attr_login: ログイン名属性 | |
291 | field_attr_firstname: 名前属性 |
|
291 | field_attr_firstname: 名前属性 | |
292 | field_attr_lastname: 苗字属性 |
|
292 | field_attr_lastname: 苗字属性 | |
293 | field_attr_mail: メール属性 |
|
293 | field_attr_mail: メール属性 | |
294 | field_onthefly: あわせてユーザを作成 |
|
294 | field_onthefly: あわせてユーザを作成 | |
295 | field_start_date: 開始日 |
|
295 | field_start_date: 開始日 | |
296 | field_done_ratio: 進捗 % |
|
296 | field_done_ratio: 進捗 % | |
297 | field_auth_source: 認証方式 |
|
297 | field_auth_source: 認証方式 | |
298 | field_hide_mail: メールアドレスを隠す |
|
298 | field_hide_mail: メールアドレスを隠す | |
299 | field_comments: コメント |
|
299 | field_comments: コメント | |
300 | field_url: URL |
|
300 | field_url: URL | |
301 | field_start_page: メインページ |
|
301 | field_start_page: メインページ | |
302 | field_subproject: サブプロジェクト |
|
302 | field_subproject: サブプロジェクト | |
303 | field_hours: 時間 |
|
303 | field_hours: 時間 | |
304 | field_activity: 活動 |
|
304 | field_activity: 活動 | |
305 | field_spent_on: 日付 |
|
305 | field_spent_on: 日付 | |
306 | field_identifier: 識別子 |
|
306 | field_identifier: 識別子 | |
307 | field_is_filter: フィルタとして使う |
|
307 | field_is_filter: フィルタとして使う | |
308 | field_issue_to: 関連するチケット |
|
308 | field_issue_to: 関連するチケット | |
309 | field_delay: 遅延 |
|
309 | field_delay: 遅延 | |
310 | field_assignable: このロールにチケットを割り当て可能 |
|
310 | field_assignable: このロールにチケットを割り当て可能 | |
311 | field_redirect_existing_links: 既存のリンクをリダイレクトする |
|
311 | field_redirect_existing_links: 既存のリンクをリダイレクトする | |
312 | field_estimated_hours: 予定工数 |
|
312 | field_estimated_hours: 予定工数 | |
313 | field_column_names: 項目 |
|
313 | field_column_names: 項目 | |
314 | field_time_entries: 時間を記録 |
|
314 | field_time_entries: 時間を記録 | |
315 | field_time_zone: タイムゾーン |
|
315 | field_time_zone: タイムゾーン | |
316 | field_searchable: 検索条件に設定可能とする |
|
316 | field_searchable: 検索条件に設定可能とする | |
317 | field_default_value: デフォルト値 |
|
317 | field_default_value: デフォルト値 | |
318 | field_comments_sorting: コメントを表示 |
|
318 | field_comments_sorting: コメントを表示 | |
319 | field_parent_title: 親ページ |
|
319 | field_parent_title: 親ページ | |
320 | field_editable: 編集可能 |
|
320 | field_editable: 編集可能 | |
321 | field_watcher: ウォッチャー |
|
321 | field_watcher: ウォッチャー | |
322 | field_identity_url: OpenID URL |
|
322 | field_identity_url: OpenID URL | |
323 | field_content: 内容 |
|
323 | field_content: 内容 | |
324 | field_group_by: グループ条件 |
|
324 | field_group_by: グループ条件 | |
325 | field_sharing: 共有 |
|
325 | field_sharing: 共有 | |
326 | field_parent_issue: 親チケット |
|
326 | field_parent_issue: 親チケット | |
327 | field_member_of_group: 担当者のグループ |
|
327 | field_member_of_group: 担当者のグループ | |
328 | field_assigned_to_role: 担当者のロール |
|
328 | field_assigned_to_role: 担当者のロール | |
329 | field_text: テキスト |
|
329 | field_text: テキスト | |
330 | field_visible: 表示 |
|
330 | field_visible: 表示 | |
331 | field_warn_on_leaving_unsaved: データを保存せずにページから移動するときに警告 |
|
331 | field_warn_on_leaving_unsaved: データを保存せずにページから移動するときに警告 | |
332 |
|
332 | field_commit_logs_encoding: コミットメッセージのエンコーディング | ||
|
333 | ||||
333 | setting_app_title: アプリケーションのタイトル |
|
334 | setting_app_title: アプリケーションのタイトル | |
334 | setting_app_subtitle: アプリケーションのサブタイトル |
|
335 | setting_app_subtitle: アプリケーションのサブタイトル | |
335 | setting_welcome_text: ウェルカムメッセージ |
|
336 | setting_welcome_text: ウェルカムメッセージ | |
336 | setting_default_language: 既定の言語 |
|
337 | setting_default_language: 既定の言語 | |
337 | setting_login_required: 認証が必要 |
|
338 | setting_login_required: 認証が必要 | |
338 | setting_self_registration: ユーザは自分で登録できる |
|
339 | setting_self_registration: ユーザは自分で登録できる | |
339 | setting_attachment_max_size: 添付ファイルの最大サイズ |
|
340 | setting_attachment_max_size: 添付ファイルの最大サイズ | |
340 | setting_issues_export_limit: 出力するチケット数の上限 |
|
341 | setting_issues_export_limit: 出力するチケット数の上限 | |
341 | setting_mail_from: 送信元メールアドレス |
|
342 | setting_mail_from: 送信元メールアドレス | |
342 | setting_bcc_recipients: ブラインドカーボンコピーで受信(bcc) |
|
343 | setting_bcc_recipients: ブラインドカーボンコピーで受信(bcc) | |
343 | setting_plain_text_mail: プレインテキストのみ(HTMLなし) |
|
344 | setting_plain_text_mail: プレインテキストのみ(HTMLなし) | |
344 | setting_host_name: ホスト名 |
|
345 | setting_host_name: ホスト名 | |
345 | setting_text_formatting: テキストの書式 |
|
346 | setting_text_formatting: テキストの書式 | |
346 | setting_cache_formatted_text: 書式化されたテキストをキャッシュする |
|
347 | setting_cache_formatted_text: 書式化されたテキストをキャッシュする | |
347 | setting_wiki_compression: Wiki履歴を圧縮する |
|
348 | setting_wiki_compression: Wiki履歴を圧縮する | |
348 | setting_feeds_limit: フィード内容の上限 |
|
349 | setting_feeds_limit: フィード内容の上限 | |
349 | setting_default_projects_public: デフォルトで新しいプロジェクトは公開にする |
|
350 | setting_default_projects_public: デフォルトで新しいプロジェクトは公開にする | |
350 | setting_autofetch_changesets: コミットを自動取得する |
|
351 | setting_autofetch_changesets: コミットを自動取得する | |
351 | setting_sys_api_enabled: リポジトリ管理用のWebサービスを有効にする |
|
352 | setting_sys_api_enabled: リポジトリ管理用のWebサービスを有効にする | |
352 | setting_commit_ref_keywords: 参照用キーワード |
|
353 | setting_commit_ref_keywords: 参照用キーワード | |
353 | setting_commit_fix_keywords: 修正用キーワード |
|
354 | setting_commit_fix_keywords: 修正用キーワード | |
354 | setting_autologin: 自動ログイン |
|
355 | setting_autologin: 自動ログイン | |
355 | setting_date_format: 日付の形式 |
|
356 | setting_date_format: 日付の形式 | |
356 | setting_time_format: 時刻の形式 |
|
357 | setting_time_format: 時刻の形式 | |
357 | setting_cross_project_issue_relations: 異なるプロジェクトのチケット間で関係の設定を許可 |
|
358 | setting_cross_project_issue_relations: 異なるプロジェクトのチケット間で関係の設定を許可 | |
358 | setting_issue_list_default_columns: チケットの一覧で表示する項目 |
|
359 | setting_issue_list_default_columns: チケットの一覧で表示する項目 | |
359 | setting_repositories_encodings: リポジトリのエンコーディング |
|
360 | setting_repositories_encodings: リポジトリのエンコーディング | |
360 | setting_emails_header: メールのヘッダ |
|
361 | setting_emails_header: メールのヘッダ | |
361 | setting_emails_footer: メールのフッタ |
|
362 | setting_emails_footer: メールのフッタ | |
362 | setting_protocol: プロトコル |
|
363 | setting_protocol: プロトコル | |
363 | setting_per_page_options: ページ毎の表示件数 |
|
364 | setting_per_page_options: ページ毎の表示件数 | |
364 | setting_user_format: ユーザ名の表示書式 |
|
365 | setting_user_format: ユーザ名の表示書式 | |
365 | setting_activity_days_default: プロジェクトの活動ページに表示される日数 |
|
366 | setting_activity_days_default: プロジェクトの活動ページに表示される日数 | |
366 | setting_display_subprojects_issues: デフォルトでサブプロジェクトのチケットをメインプロジェクトに表示する |
|
367 | setting_display_subprojects_issues: デフォルトでサブプロジェクトのチケットをメインプロジェクトに表示する | |
367 | setting_enabled_scm: 使用するバージョン管理システム |
|
368 | setting_enabled_scm: 使用するバージョン管理システム | |
368 | setting_mail_handler_body_delimiters: "メール本文から一致する行以降を切り取る" |
|
369 | setting_mail_handler_body_delimiters: "メール本文から一致する行以降を切り取る" | |
369 | setting_mail_handler_api_enabled: 受信メール用のWebサービスを有効にする |
|
370 | setting_mail_handler_api_enabled: 受信メール用のWebサービスを有効にする | |
370 | setting_mail_handler_api_key: APIキー |
|
371 | setting_mail_handler_api_key: APIキー | |
371 | setting_sequential_project_identifiers: プロジェクト識別子を連番で生成する |
|
372 | setting_sequential_project_identifiers: プロジェクト識別子を連番で生成する | |
372 | setting_gravatar_enabled: Gravatarのアイコンを使用する |
|
373 | setting_gravatar_enabled: Gravatarのアイコンを使用する | |
373 | setting_gravatar_default: デフォルトのGravatarアイコン |
|
374 | setting_gravatar_default: デフォルトのGravatarアイコン | |
374 | setting_diff_max_lines_displayed: 差分の表示行数の上限 |
|
375 | setting_diff_max_lines_displayed: 差分の表示行数の上限 | |
375 | setting_file_max_size_displayed: テキストファイルのインライン表示行数の上限 |
|
376 | setting_file_max_size_displayed: テキストファイルのインライン表示行数の上限 | |
376 | setting_repository_log_display_limit: ファイルのリビジョン表示数の上限 |
|
377 | setting_repository_log_display_limit: ファイルのリビジョン表示数の上限 | |
377 | setting_openid: OpenIDによるログインと登録 |
|
378 | setting_openid: OpenIDによるログインと登録 | |
378 | setting_password_min_length: パスワードの最低必要文字数 |
|
379 | setting_password_min_length: パスワードの最低必要文字数 | |
379 | setting_new_project_user_role_id: 管理者以外のユーザが作成したプロジェクトに設定するロール |
|
380 | setting_new_project_user_role_id: 管理者以外のユーザが作成したプロジェクトに設定するロール | |
380 | setting_default_projects_modules: 新規プロジェクトにおいてデフォルトで有効になるモジュール |
|
381 | setting_default_projects_modules: 新規プロジェクトにおいてデフォルトで有効になるモジュール | |
381 | setting_issue_done_ratio: 進捗の算出方法 |
|
382 | setting_issue_done_ratio: 進捗の算出方法 | |
382 | setting_issue_done_ratio_issue_field: 各チケットにフィールドを用意する |
|
383 | setting_issue_done_ratio_issue_field: 各チケットにフィールドを用意する | |
383 | setting_issue_done_ratio_issue_status: チケットのステータスを使用する |
|
384 | setting_issue_done_ratio_issue_status: チケットのステータスを使用する | |
384 | setting_start_of_week: 週の開始曜日 |
|
385 | setting_start_of_week: 週の開始曜日 | |
385 | setting_rest_api_enabled: RESTによるWebサービスを有効にする |
|
386 | setting_rest_api_enabled: RESTによるWebサービスを有効にする | |
386 | setting_default_notification_option: デフォルトのメール通知オプション |
|
387 | setting_default_notification_option: デフォルトのメール通知オプション | |
387 | setting_commit_logtime_enabled: コミット時に作業時間を記録する |
|
388 | setting_commit_logtime_enabled: コミット時に作業時間を記録する | |
388 | setting_commit_logtime_activity_id: 作業時間の作業分類 |
|
389 | setting_commit_logtime_activity_id: 作業時間の作業分類 | |
389 | setting_gantt_items_limit: ガントチャート最大表示項目数 |
|
390 | setting_gantt_items_limit: ガントチャート最大表示項目数 | |
390 |
|
391 | |||
391 | permission_add_project: プロジェクトの追加 |
|
392 | permission_add_project: プロジェクトの追加 | |
392 | permission_add_subprojects: サブプロジェクトの追加 |
|
393 | permission_add_subprojects: サブプロジェクトの追加 | |
393 | permission_edit_project: プロジェクトの編集 |
|
394 | permission_edit_project: プロジェクトの編集 | |
394 | permission_select_project_modules: モジュールの選択 |
|
395 | permission_select_project_modules: モジュールの選択 | |
395 | permission_manage_members: メンバーの管理 |
|
396 | permission_manage_members: メンバーの管理 | |
396 | permission_manage_versions: バージョンの管理 |
|
397 | permission_manage_versions: バージョンの管理 | |
397 | permission_manage_categories: チケットのカテゴリの管理 |
|
398 | permission_manage_categories: チケットのカテゴリの管理 | |
398 | permission_view_issues: チケットの閲覧 |
|
399 | permission_view_issues: チケットの閲覧 | |
399 | permission_add_issues: チケットの追加 |
|
400 | permission_add_issues: チケットの追加 | |
400 | permission_edit_issues: チケットの編集 |
|
401 | permission_edit_issues: チケットの編集 | |
401 | permission_manage_issue_relations: チケットの管理 |
|
402 | permission_manage_issue_relations: チケットの管理 | |
402 | permission_add_issue_notes: 注記の追加 |
|
403 | permission_add_issue_notes: 注記の追加 | |
403 | permission_edit_issue_notes: 注記の編集 |
|
404 | permission_edit_issue_notes: 注記の編集 | |
404 | permission_edit_own_issue_notes: 自身が記入した注記の編集 |
|
405 | permission_edit_own_issue_notes: 自身が記入した注記の編集 | |
405 | permission_move_issues: チケットの移動 |
|
406 | permission_move_issues: チケットの移動 | |
406 | permission_delete_issues: チケットの削除 |
|
407 | permission_delete_issues: チケットの削除 | |
407 | permission_manage_public_queries: 公開クエリの管理 |
|
408 | permission_manage_public_queries: 公開クエリの管理 | |
408 | permission_save_queries: クエリの保存 |
|
409 | permission_save_queries: クエリの保存 | |
409 | permission_view_gantt: ガントチャートの閲覧 |
|
410 | permission_view_gantt: ガントチャートの閲覧 | |
410 | permission_view_calendar: カレンダーの閲覧 |
|
411 | permission_view_calendar: カレンダーの閲覧 | |
411 | permission_view_issue_watchers: ウォッチ一覧の閲覧 |
|
412 | permission_view_issue_watchers: ウォッチ一覧の閲覧 | |
412 | permission_add_issue_watchers: ウォッチの追加 |
|
413 | permission_add_issue_watchers: ウォッチの追加 | |
413 | permission_delete_issue_watchers: ウォッチの削除 |
|
414 | permission_delete_issue_watchers: ウォッチの削除 | |
414 | permission_log_time: 変更履歴の記入 |
|
415 | permission_log_time: 変更履歴の記入 | |
415 | permission_view_time_entries: 変更履歴の閲覧 |
|
416 | permission_view_time_entries: 変更履歴の閲覧 | |
416 | permission_edit_time_entries: 変更履歴の編集 |
|
417 | permission_edit_time_entries: 変更履歴の編集 | |
417 | permission_edit_own_time_entries: 自身が記入した変更履歴の編集 |
|
418 | permission_edit_own_time_entries: 自身が記入した変更履歴の編集 | |
418 | permission_manage_project_activities: 作業分類 (時間トラッキング) の管理 |
|
419 | permission_manage_project_activities: 作業分類 (時間トラッキング) の管理 | |
419 | permission_manage_news: ニュースの管理 |
|
420 | permission_manage_news: ニュースの管理 | |
420 | permission_comment_news: ニュースへのコメント |
|
421 | permission_comment_news: ニュースへのコメント | |
421 | permission_manage_documents: 文書の管理 |
|
422 | permission_manage_documents: 文書の管理 | |
422 | permission_view_documents: 文書の閲覧 |
|
423 | permission_view_documents: 文書の閲覧 | |
423 | permission_manage_files: ファイルの管理 |
|
424 | permission_manage_files: ファイルの管理 | |
424 | permission_view_files: ファイルの閲覧 |
|
425 | permission_view_files: ファイルの閲覧 | |
425 | permission_manage_wiki: Wikiの管理 |
|
426 | permission_manage_wiki: Wikiの管理 | |
426 | permission_rename_wiki_pages: Wikiページ名の変更 |
|
427 | permission_rename_wiki_pages: Wikiページ名の変更 | |
427 | permission_delete_wiki_pages: Wikiページの削除 |
|
428 | permission_delete_wiki_pages: Wikiページの削除 | |
428 | permission_view_wiki_pages: Wikiの閲覧 |
|
429 | permission_view_wiki_pages: Wikiの閲覧 | |
429 | permission_export_wiki_pages: Wikiページを他の形式に出力 |
|
430 | permission_export_wiki_pages: Wikiページを他の形式に出力 | |
430 | permission_view_wiki_edits: Wiki履歴の閲覧 |
|
431 | permission_view_wiki_edits: Wiki履歴の閲覧 | |
431 | permission_edit_wiki_pages: Wikiページの編集 |
|
432 | permission_edit_wiki_pages: Wikiページの編集 | |
432 | permission_delete_wiki_pages_attachments: 添付ファイルの削除 |
|
433 | permission_delete_wiki_pages_attachments: 添付ファイルの削除 | |
433 | permission_protect_wiki_pages: Wikiページの凍結 |
|
434 | permission_protect_wiki_pages: Wikiページの凍結 | |
434 | permission_manage_repository: リポジトリの管理 |
|
435 | permission_manage_repository: リポジトリの管理 | |
435 | permission_browse_repository: リポジトリの閲覧 |
|
436 | permission_browse_repository: リポジトリの閲覧 | |
436 | permission_view_changesets: 更新履歴の閲覧 |
|
437 | permission_view_changesets: 更新履歴の閲覧 | |
437 | permission_commit_access: コミットの閲覧 |
|
438 | permission_commit_access: コミットの閲覧 | |
438 | permission_manage_boards: フォーラムの管理 |
|
439 | permission_manage_boards: フォーラムの管理 | |
439 | permission_view_messages: メッセージの閲覧 |
|
440 | permission_view_messages: メッセージの閲覧 | |
440 | permission_add_messages: メッセージの追加 |
|
441 | permission_add_messages: メッセージの追加 | |
441 | permission_edit_messages: メッセージの編集 |
|
442 | permission_edit_messages: メッセージの編集 | |
442 | permission_edit_own_messages: 自身が記入したメッセージの編集 |
|
443 | permission_edit_own_messages: 自身が記入したメッセージの編集 | |
443 | permission_delete_messages: メッセージの削除 |
|
444 | permission_delete_messages: メッセージの削除 | |
444 | permission_delete_own_messages: 自身が記入したメッセージの削除 |
|
445 | permission_delete_own_messages: 自身が記入したメッセージの削除 | |
445 | permission_manage_subtasks: 子チケットの管理 |
|
446 | permission_manage_subtasks: 子チケットの管理 | |
446 |
|
447 | |||
447 | project_module_issue_tracking: チケットトラッキング |
|
448 | project_module_issue_tracking: チケットトラッキング | |
448 | project_module_time_tracking: 時間トラッキング |
|
449 | project_module_time_tracking: 時間トラッキング | |
449 | project_module_news: ニュース |
|
450 | project_module_news: ニュース | |
450 | project_module_documents: 文書 |
|
451 | project_module_documents: 文書 | |
451 | project_module_files: ファイル |
|
452 | project_module_files: ファイル | |
452 | project_module_wiki: Wiki |
|
453 | project_module_wiki: Wiki | |
453 | project_module_repository: リポジトリ |
|
454 | project_module_repository: リポジトリ | |
454 | project_module_boards: フォーラム |
|
455 | project_module_boards: フォーラム | |
455 | project_module_gantt: ガントチャート |
|
456 | project_module_gantt: ガントチャート | |
456 | project_module_calendar: カレンダー |
|
457 | project_module_calendar: カレンダー | |
457 |
|
458 | |||
458 | label_user: ユーザ |
|
459 | label_user: ユーザ | |
459 | label_user_plural: ユーザ |
|
460 | label_user_plural: ユーザ | |
460 | label_user_new: 新しいユーザ |
|
461 | label_user_new: 新しいユーザ | |
461 | label_user_anonymous: 匿名ユーザ |
|
462 | label_user_anonymous: 匿名ユーザ | |
462 | label_profile: プロフィール |
|
463 | label_profile: プロフィール | |
463 | label_project: プロジェクト |
|
464 | label_project: プロジェクト | |
464 | label_project_new: 新しいプロジェクト |
|
465 | label_project_new: 新しいプロジェクト | |
465 | label_project_plural: プロジェクト |
|
466 | label_project_plural: プロジェクト | |
466 | label_x_projects: |
|
467 | label_x_projects: | |
467 | zero: プロジェクトはありません |
|
468 | zero: プロジェクトはありません | |
468 | one: 1プロジェクト |
|
469 | one: 1プロジェクト | |
469 | other: "%{count}プロジェクト" |
|
470 | other: "%{count}プロジェクト" | |
470 | label_project_all: 全プロジェクト |
|
471 | label_project_all: 全プロジェクト | |
471 | label_project_latest: 最近のプロジェクト |
|
472 | label_project_latest: 最近のプロジェクト | |
472 | label_issue: チケット |
|
473 | label_issue: チケット | |
473 | label_issue_new: 新しいチケット |
|
474 | label_issue_new: 新しいチケット | |
474 | label_issue_plural: チケット |
|
475 | label_issue_plural: チケット | |
475 | label_issue_view_all: すべてのチケットを見る |
|
476 | label_issue_view_all: すべてのチケットを見る | |
476 | label_issues_by: "%{value} 別のチケット" |
|
477 | label_issues_by: "%{value} 別のチケット" | |
477 | label_issue_added: チケットが追加されました |
|
478 | label_issue_added: チケットが追加されました | |
478 | label_issue_updated: チケットが更新されました |
|
479 | label_issue_updated: チケットが更新されました | |
479 | label_document: 文書 |
|
480 | label_document: 文書 | |
480 | label_document_new: 新しい文書 |
|
481 | label_document_new: 新しい文書 | |
481 | label_document_plural: 文書 |
|
482 | label_document_plural: 文書 | |
482 | label_document_added: 文書が追加されました |
|
483 | label_document_added: 文書が追加されました | |
483 | label_role: ロール |
|
484 | label_role: ロール | |
484 | label_role_plural: ロール |
|
485 | label_role_plural: ロール | |
485 | label_role_new: 新しいロール |
|
486 | label_role_new: 新しいロール | |
486 | label_role_and_permissions: ロールと権限 |
|
487 | label_role_and_permissions: ロールと権限 | |
487 | label_member: メンバー |
|
488 | label_member: メンバー | |
488 | label_member_new: 新しいメンバー |
|
489 | label_member_new: 新しいメンバー | |
489 | label_member_plural: メンバー |
|
490 | label_member_plural: メンバー | |
490 | label_tracker: トラッカー |
|
491 | label_tracker: トラッカー | |
491 | label_tracker_plural: トラッカー |
|
492 | label_tracker_plural: トラッカー | |
492 | label_tracker_new: 新しいトラッカーを作成 |
|
493 | label_tracker_new: 新しいトラッカーを作成 | |
493 | label_workflow: ワークフロー |
|
494 | label_workflow: ワークフロー | |
494 | label_issue_status: チケットのステータス |
|
495 | label_issue_status: チケットのステータス | |
495 | label_issue_status_plural: チケットのステータス |
|
496 | label_issue_status_plural: チケットのステータス | |
496 | label_issue_status_new: 新しいステータス |
|
497 | label_issue_status_new: 新しいステータス | |
497 | label_issue_category: チケットのカテゴリ |
|
498 | label_issue_category: チケットのカテゴリ | |
498 | label_issue_category_plural: チケットのカテゴリ |
|
499 | label_issue_category_plural: チケットのカテゴリ | |
499 | label_issue_category_new: 新しいカテゴリ |
|
500 | label_issue_category_new: 新しいカテゴリ | |
500 | label_custom_field: カスタムフィールド |
|
501 | label_custom_field: カスタムフィールド | |
501 | label_custom_field_plural: カスタムフィールド |
|
502 | label_custom_field_plural: カスタムフィールド | |
502 | label_custom_field_new: 新しいカスタムフィールドを作成 |
|
503 | label_custom_field_new: 新しいカスタムフィールドを作成 | |
503 | label_enumerations: 列挙項目 |
|
504 | label_enumerations: 列挙項目 | |
504 | label_enumeration_new: 新しい値 |
|
505 | label_enumeration_new: 新しい値 | |
505 | label_information: 情報 |
|
506 | label_information: 情報 | |
506 | label_information_plural: 情報 |
|
507 | label_information_plural: 情報 | |
507 | label_please_login: ログインしてください |
|
508 | label_please_login: ログインしてください | |
508 | label_register: 登録する |
|
509 | label_register: 登録する | |
509 | label_login_with_open_id_option: またはOpenIDでログインする |
|
510 | label_login_with_open_id_option: またはOpenIDでログインする | |
510 | label_password_lost: パスワードの再発行 |
|
511 | label_password_lost: パスワードの再発行 | |
511 | label_home: ホーム |
|
512 | label_home: ホーム | |
512 | label_my_page: マイページ |
|
513 | label_my_page: マイページ | |
513 | label_my_account: 個人設定 |
|
514 | label_my_account: 個人設定 | |
514 | label_my_projects: マイプロジェクト |
|
515 | label_my_projects: マイプロジェクト | |
515 | label_my_page_block: マイページパーツ |
|
516 | label_my_page_block: マイページパーツ | |
516 | label_administration: 管理 |
|
517 | label_administration: 管理 | |
517 | label_login: ログイン |
|
518 | label_login: ログイン | |
518 | label_logout: ログアウト |
|
519 | label_logout: ログアウト | |
519 | label_help: ヘルプ |
|
520 | label_help: ヘルプ | |
520 | label_reported_issues: 報告したチケット |
|
521 | label_reported_issues: 報告したチケット | |
521 | label_assigned_to_me_issues: 担当しているチケット |
|
522 | label_assigned_to_me_issues: 担当しているチケット | |
522 | label_last_login: 最近の接続 |
|
523 | label_last_login: 最近の接続 | |
523 | label_registered_on: 登録日 |
|
524 | label_registered_on: 登録日 | |
524 | label_activity: 活動 |
|
525 | label_activity: 活動 | |
525 | label_overall_activity: すべての活動 |
|
526 | label_overall_activity: すべての活動 | |
526 | label_user_activity: "%{value} の活動" |
|
527 | label_user_activity: "%{value} の活動" | |
527 | label_new: 新しく作成 |
|
528 | label_new: 新しく作成 | |
528 | label_logged_as: ログイン中: |
|
529 | label_logged_as: ログイン中: | |
529 | label_environment: 環境 |
|
530 | label_environment: 環境 | |
530 | label_authentication: 認証 |
|
531 | label_authentication: 認証 | |
531 | label_auth_source: 認証方式 |
|
532 | label_auth_source: 認証方式 | |
532 | label_auth_source_new: 新しい認証方式 |
|
533 | label_auth_source_new: 新しい認証方式 | |
533 | label_auth_source_plural: 認証方式 |
|
534 | label_auth_source_plural: 認証方式 | |
534 | label_subproject_plural: サブプロジェクト |
|
535 | label_subproject_plural: サブプロジェクト | |
535 | label_subproject_new: 新しいサブプロジェクト |
|
536 | label_subproject_new: 新しいサブプロジェクト | |
536 | label_and_its_subprojects: "%{value} とサブプロジェクト" |
|
537 | label_and_its_subprojects: "%{value} とサブプロジェクト" | |
537 | label_min_max_length: 最小値 - 最大値の長さ |
|
538 | label_min_max_length: 最小値 - 最大値の長さ | |
538 | label_list: リストから選択 |
|
539 | label_list: リストから選択 | |
539 | label_date: 日付 |
|
540 | label_date: 日付 | |
540 | label_integer: 整数 |
|
541 | label_integer: 整数 | |
541 | label_float: 小数 |
|
542 | label_float: 小数 | |
542 | label_boolean: 真偽値 |
|
543 | label_boolean: 真偽値 | |
543 | label_string: テキスト |
|
544 | label_string: テキスト | |
544 | label_text: 長いテキスト |
|
545 | label_text: 長いテキスト | |
545 | label_attribute: 属性 |
|
546 | label_attribute: 属性 | |
546 | label_attribute_plural: 属性 |
|
547 | label_attribute_plural: 属性 | |
547 | label_download: "%{count}ダウンロード" |
|
548 | label_download: "%{count}ダウンロード" | |
548 | label_download_plural: "%{count}ダウンロード" |
|
549 | label_download_plural: "%{count}ダウンロード" | |
549 | label_no_data: 表示するデータがありません |
|
550 | label_no_data: 表示するデータがありません | |
550 | label_change_status: ステータスの変更 |
|
551 | label_change_status: ステータスの変更 | |
551 | label_history: 履歴 |
|
552 | label_history: 履歴 | |
552 | label_attachment: 添付ファイル |
|
553 | label_attachment: 添付ファイル | |
553 | label_attachment_new: 新しい添付ファイル |
|
554 | label_attachment_new: 新しい添付ファイル | |
554 | label_attachment_delete: 添付ファイルを削除 |
|
555 | label_attachment_delete: 添付ファイルを削除 | |
555 | label_attachment_plural: 添付ファイル |
|
556 | label_attachment_plural: 添付ファイル | |
556 | label_file_added: ファイルが追加されました |
|
557 | label_file_added: ファイルが追加されました | |
557 | label_report: レポート |
|
558 | label_report: レポート | |
558 | label_report_plural: レポート |
|
559 | label_report_plural: レポート | |
559 | label_news: ニュース |
|
560 | label_news: ニュース | |
560 | label_news_new: ニュースを追加 |
|
561 | label_news_new: ニュースを追加 | |
561 | label_news_plural: ニュース |
|
562 | label_news_plural: ニュース | |
562 | label_news_latest: 最新ニュース |
|
563 | label_news_latest: 最新ニュース | |
563 | label_news_view_all: すべてのニュースを見る |
|
564 | label_news_view_all: すべてのニュースを見る | |
564 | label_news_added: ニュースが追加されました |
|
565 | label_news_added: ニュースが追加されました | |
565 | label_news_comment_added: ニュースにコメントが追加されました |
|
566 | label_news_comment_added: ニュースにコメントが追加されました | |
566 | label_settings: 設定 |
|
567 | label_settings: 設定 | |
567 | label_overview: 概要 |
|
568 | label_overview: 概要 | |
568 | label_version: バージョン |
|
569 | label_version: バージョン | |
569 | label_version_new: 新しいバージョン |
|
570 | label_version_new: 新しいバージョン | |
570 | label_version_plural: バージョン |
|
571 | label_version_plural: バージョン | |
571 | label_confirmation: 確認 |
|
572 | label_confirmation: 確認 | |
572 | label_close_versions: 完了したバージョンを終了にする |
|
573 | label_close_versions: 完了したバージョンを終了にする | |
573 | label_export_to: '他の形式に出力:' |
|
574 | label_export_to: '他の形式に出力:' | |
574 | label_read: 読む... |
|
575 | label_read: 読む... | |
575 | label_public_projects: 公開プロジェクト |
|
576 | label_public_projects: 公開プロジェクト | |
576 | label_open_issues: 未完了 |
|
577 | label_open_issues: 未完了 | |
577 | label_open_issues_plural: 未完了 |
|
578 | label_open_issues_plural: 未完了 | |
578 | label_closed_issues: 完了 |
|
579 | label_closed_issues: 完了 | |
579 | label_closed_issues_plural: 完了 |
|
580 | label_closed_issues_plural: 完了 | |
580 | label_x_open_issues_abbr_on_total: |
|
581 | label_x_open_issues_abbr_on_total: | |
581 | zero: 0件未完了 / 全%{total}件 |
|
582 | zero: 0件未完了 / 全%{total}件 | |
582 | one: 1件未完了 / 全%{total}件 |
|
583 | one: 1件未完了 / 全%{total}件 | |
583 | other: "%{count}件未完了 / 全%{total}件" |
|
584 | other: "%{count}件未完了 / 全%{total}件" | |
584 | label_x_open_issues_abbr: |
|
585 | label_x_open_issues_abbr: | |
585 | zero: 0件未完了 |
|
586 | zero: 0件未完了 | |
586 | one: 1件未完了 |
|
587 | one: 1件未完了 | |
587 | other: "%{count}件未完了" |
|
588 | other: "%{count}件未完了" | |
588 | label_x_closed_issues_abbr: |
|
589 | label_x_closed_issues_abbr: | |
589 | zero: 0件完了 |
|
590 | zero: 0件完了 | |
590 | one: 1件完了 |
|
591 | one: 1件完了 | |
591 | other: "%{count}件完了" |
|
592 | other: "%{count}件完了" | |
592 | label_total: 合計 |
|
593 | label_total: 合計 | |
593 | label_permissions: 権限 |
|
594 | label_permissions: 権限 | |
594 | label_current_status: 現在のステータス |
|
595 | label_current_status: 現在のステータス | |
595 | label_new_statuses_allowed: ステータスの移行先 |
|
596 | label_new_statuses_allowed: ステータスの移行先 | |
596 | label_all: すべて |
|
597 | label_all: すべて | |
597 | label_none: なし |
|
598 | label_none: なし | |
598 | label_nobody: 無記名 |
|
599 | label_nobody: 無記名 | |
599 | label_next: 次 |
|
600 | label_next: 次 | |
600 | label_previous: 前 |
|
601 | label_previous: 前 | |
601 | label_used_by: 使用中 |
|
602 | label_used_by: 使用中 | |
602 | label_details: 詳細 |
|
603 | label_details: 詳細 | |
603 | label_add_note: 注記を追加 |
|
604 | label_add_note: 注記を追加 | |
604 | label_per_page: ページ毎 |
|
605 | label_per_page: ページ毎 | |
605 | label_calendar: カレンダー |
|
606 | label_calendar: カレンダー | |
606 | label_months_from: ヶ月分 |
|
607 | label_months_from: ヶ月分 | |
607 | label_gantt: ガントチャート |
|
608 | label_gantt: ガントチャート | |
608 | label_internal: 内部 |
|
609 | label_internal: 内部 | |
609 | label_last_changes: "最新の変更 %{count}件" |
|
610 | label_last_changes: "最新の変更 %{count}件" | |
610 | label_change_view_all: すべての変更を見る |
|
611 | label_change_view_all: すべての変更を見る | |
611 | label_personalize_page: このページをパーソナライズする |
|
612 | label_personalize_page: このページをパーソナライズする | |
612 | label_comment: コメント |
|
613 | label_comment: コメント | |
613 | label_comment_plural: コメント |
|
614 | label_comment_plural: コメント | |
614 | label_x_comments: |
|
615 | label_x_comments: | |
615 | zero: コメントがありません |
|
616 | zero: コメントがありません | |
616 | one: 1コメント |
|
617 | one: 1コメント | |
617 | other: "%{count}コメント" |
|
618 | other: "%{count}コメント" | |
618 | label_comment_add: コメント追加 |
|
619 | label_comment_add: コメント追加 | |
619 | label_comment_added: 追加されたコメント |
|
620 | label_comment_added: 追加されたコメント | |
620 | label_comment_delete: コメント削除 |
|
621 | label_comment_delete: コメント削除 | |
621 | label_query: カスタムクエリ |
|
622 | label_query: カスタムクエリ | |
622 | label_query_plural: カスタムクエリ |
|
623 | label_query_plural: カスタムクエリ | |
623 | label_query_new: 新しいクエリ |
|
624 | label_query_new: 新しいクエリ | |
624 | label_my_queries: マイカスタムクエリ |
|
625 | label_my_queries: マイカスタムクエリ | |
625 | label_filter_add: フィルタ追加 |
|
626 | label_filter_add: フィルタ追加 | |
626 | label_filter_plural: フィルタ |
|
627 | label_filter_plural: フィルタ | |
627 | label_equals: 等しい |
|
628 | label_equals: 等しい | |
628 | label_not_equals: 等しくない |
|
629 | label_not_equals: 等しくない | |
629 | label_in_less_than: が今日から○日後以前 |
|
630 | label_in_less_than: が今日から○日後以前 | |
630 | label_in_more_than: が今日から○日後以降 |
|
631 | label_in_more_than: が今日から○日後以降 | |
631 | label_greater_or_equal: 以上 |
|
632 | label_greater_or_equal: 以上 | |
632 | label_less_or_equal: 以下 |
|
633 | label_less_or_equal: 以下 | |
633 | label_in: が今日から○日後 |
|
634 | label_in: が今日から○日後 | |
634 | label_today: 今日 |
|
635 | label_today: 今日 | |
635 | label_all_time: 全期間 |
|
636 | label_all_time: 全期間 | |
636 | label_yesterday: 昨日 |
|
637 | label_yesterday: 昨日 | |
637 | label_this_week: この週 |
|
638 | label_this_week: この週 | |
638 | label_last_week: 先週 |
|
639 | label_last_week: 先週 | |
639 | label_last_n_days: "最後の%{count}日間" |
|
640 | label_last_n_days: "最後の%{count}日間" | |
640 | label_this_month: 今月 |
|
641 | label_this_month: 今月 | |
641 | label_last_month: 先月 |
|
642 | label_last_month: 先月 | |
642 | label_this_year: 今年 |
|
643 | label_this_year: 今年 | |
643 | label_date_range: 日付の範囲 |
|
644 | label_date_range: 日付の範囲 | |
644 | label_less_than_ago: が今日より○日前以降 |
|
645 | label_less_than_ago: が今日より○日前以降 | |
645 | label_more_than_ago: が今日より○日前以前 |
|
646 | label_more_than_ago: が今日より○日前以前 | |
646 | label_ago: 日前 |
|
647 | label_ago: 日前 | |
647 | label_contains: 含む |
|
648 | label_contains: 含む | |
648 | label_not_contains: 含まない |
|
649 | label_not_contains: 含まない | |
649 | label_day_plural: 日 |
|
650 | label_day_plural: 日 | |
650 | label_repository: リポジトリ |
|
651 | label_repository: リポジトリ | |
651 | label_repository_plural: リポジトリ |
|
652 | label_repository_plural: リポジトリ | |
652 | label_browse: ブラウズ |
|
653 | label_browse: ブラウズ | |
653 | label_modification: "%{count}点の変更" |
|
654 | label_modification: "%{count}点の変更" | |
654 | label_modification_plural: "%{count}点の変更" |
|
655 | label_modification_plural: "%{count}点の変更" | |
655 | label_branch: ブランチ |
|
656 | label_branch: ブランチ | |
656 | label_tag: タグ |
|
657 | label_tag: タグ | |
657 | label_revision: リビジョン |
|
658 | label_revision: リビジョン | |
658 | label_revision_plural: リビジョン |
|
659 | label_revision_plural: リビジョン | |
659 | label_revision_id: リビジョン %{value} |
|
660 | label_revision_id: リビジョン %{value} | |
660 | label_associated_revisions: 関係しているリビジョン |
|
661 | label_associated_revisions: 関係しているリビジョン | |
661 | label_added: 追加 |
|
662 | label_added: 追加 | |
662 | label_modified: 変更 |
|
663 | label_modified: 変更 | |
663 | label_copied: コピー |
|
664 | label_copied: コピー | |
664 | label_renamed: 名称変更 |
|
665 | label_renamed: 名称変更 | |
665 | label_deleted: 削除 |
|
666 | label_deleted: 削除 | |
666 | label_latest_revision: 最新リビジョン |
|
667 | label_latest_revision: 最新リビジョン | |
667 | label_latest_revision_plural: 最新リビジョン |
|
668 | label_latest_revision_plural: 最新リビジョン | |
668 | label_view_revisions: リビジョンを見る |
|
669 | label_view_revisions: リビジョンを見る | |
669 | label_view_all_revisions: すべてのリビジョンを見る |
|
670 | label_view_all_revisions: すべてのリビジョンを見る | |
670 | label_max_size: 最大サイズ |
|
671 | label_max_size: 最大サイズ | |
671 | label_sort_highest: 一番上へ |
|
672 | label_sort_highest: 一番上へ | |
672 | label_sort_higher: 上へ |
|
673 | label_sort_higher: 上へ | |
673 | label_sort_lower: 下へ |
|
674 | label_sort_lower: 下へ | |
674 | label_sort_lowest: 一番下へ |
|
675 | label_sort_lowest: 一番下へ | |
675 | label_roadmap: ロードマップ |
|
676 | label_roadmap: ロードマップ | |
676 | label_roadmap_due_in: "期日まで %{value}" |
|
677 | label_roadmap_due_in: "期日まで %{value}" | |
677 | label_roadmap_overdue: "%{value} 遅れ" |
|
678 | label_roadmap_overdue: "%{value} 遅れ" | |
678 | label_roadmap_no_issues: このバージョンに関するチケットはありません |
|
679 | label_roadmap_no_issues: このバージョンに関するチケットはありません | |
679 | label_search: 検索 |
|
680 | label_search: 検索 | |
680 | label_result_plural: 結果 |
|
681 | label_result_plural: 結果 | |
681 | label_all_words: すべての単語 |
|
682 | label_all_words: すべての単語 | |
682 | label_wiki: Wiki |
|
683 | label_wiki: Wiki | |
683 | label_wiki_edit: Wiki編集 |
|
684 | label_wiki_edit: Wiki編集 | |
684 | label_wiki_edit_plural: Wiki編集 |
|
685 | label_wiki_edit_plural: Wiki編集 | |
685 | label_wiki_page: Wikiページ |
|
686 | label_wiki_page: Wikiページ | |
686 | label_wiki_page_plural: Wikiページ |
|
687 | label_wiki_page_plural: Wikiページ | |
687 | label_index_by_title: 索引(名前順) |
|
688 | label_index_by_title: 索引(名前順) | |
688 | label_index_by_date: 索引(日付順) |
|
689 | label_index_by_date: 索引(日付順) | |
689 | label_current_version: 最新版 |
|
690 | label_current_version: 最新版 | |
690 | label_preview: プレビュー |
|
691 | label_preview: プレビュー | |
691 | label_feed_plural: フィード |
|
692 | label_feed_plural: フィード | |
692 | label_changes_details: 全変更の詳細 |
|
693 | label_changes_details: 全変更の詳細 | |
693 | label_issue_tracking: チケットトラッキング |
|
694 | label_issue_tracking: チケットトラッキング | |
694 | label_spent_time: 作業時間の記録 |
|
695 | label_spent_time: 作業時間の記録 | |
695 | label_overall_spent_time: すべての作業時間の記録 |
|
696 | label_overall_spent_time: すべての作業時間の記録 | |
696 | label_f_hour: "%{value}時間" |
|
697 | label_f_hour: "%{value}時間" | |
697 | label_f_hour_plural: "%{value}時間" |
|
698 | label_f_hour_plural: "%{value}時間" | |
698 | label_time_tracking: 時間トラッキング |
|
699 | label_time_tracking: 時間トラッキング | |
699 | label_change_plural: 変更 |
|
700 | label_change_plural: 変更 | |
700 | label_statistics: 統計 |
|
701 | label_statistics: 統計 | |
701 | label_commits_per_month: 月別のコミット |
|
702 | label_commits_per_month: 月別のコミット | |
702 | label_commits_per_author: 起票者別のコミット |
|
703 | label_commits_per_author: 起票者別のコミット | |
703 | label_view_diff: 差分を見る |
|
704 | label_view_diff: 差分を見る | |
704 | label_diff_inline: インライン |
|
705 | label_diff_inline: インライン | |
705 | label_diff_side_by_side: 横に並べる |
|
706 | label_diff_side_by_side: 横に並べる | |
706 | label_options: オプション |
|
707 | label_options: オプション | |
707 | label_copy_workflow_from: ワークフローをここからコピー |
|
708 | label_copy_workflow_from: ワークフローをここからコピー | |
708 | label_permissions_report: 権限レポート |
|
709 | label_permissions_report: 権限レポート | |
709 | label_watched_issues: ウォッチしているチケット |
|
710 | label_watched_issues: ウォッチしているチケット | |
710 | label_related_issues: 関連するチケット |
|
711 | label_related_issues: 関連するチケット | |
711 | label_applied_status: 適用されるステータス |
|
712 | label_applied_status: 適用されるステータス | |
712 | label_loading: ロード中... |
|
713 | label_loading: ロード中... | |
713 | label_relation_new: 新しい関連 |
|
714 | label_relation_new: 新しい関連 | |
714 | label_relation_delete: 関連の削除 |
|
715 | label_relation_delete: 関連の削除 | |
715 | label_relates_to: 関係している |
|
716 | label_relates_to: 関係している | |
716 | label_duplicates: 重複している |
|
717 | label_duplicates: 重複している | |
717 | label_duplicated_by: 重複されている |
|
718 | label_duplicated_by: 重複されている | |
718 | label_blocks: ブロックしている |
|
719 | label_blocks: ブロックしている | |
719 | label_blocked_by: ブロックされている |
|
720 | label_blocked_by: ブロックされている | |
720 | label_precedes: 先行する |
|
721 | label_precedes: 先行する | |
721 | label_follows: 後続する |
|
722 | label_follows: 後続する | |
722 | label_end_to_start: 最後-最初 |
|
723 | label_end_to_start: 最後-最初 | |
723 | label_end_to_end: 最後-最後 |
|
724 | label_end_to_end: 最後-最後 | |
724 | label_start_to_start: 最初-最初 |
|
725 | label_start_to_start: 最初-最初 | |
725 | label_start_to_end: 最初-最後 |
|
726 | label_start_to_end: 最初-最後 | |
726 | label_stay_logged_in: ログインを維持 |
|
727 | label_stay_logged_in: ログインを維持 | |
727 | label_disabled: 無効 |
|
728 | label_disabled: 無効 | |
728 | label_show_completed_versions: 完了したバージョンを表示 |
|
729 | label_show_completed_versions: 完了したバージョンを表示 | |
729 | label_me: 自分 |
|
730 | label_me: 自分 | |
730 | label_board: フォーラム |
|
731 | label_board: フォーラム | |
731 | label_board_new: 新しいフォーラム |
|
732 | label_board_new: 新しいフォーラム | |
732 | label_board_plural: フォーラム |
|
733 | label_board_plural: フォーラム | |
733 | label_board_sticky: スティッキー |
|
734 | label_board_sticky: スティッキー | |
734 | label_board_locked: ロック |
|
735 | label_board_locked: ロック | |
735 | label_topic_plural: トピック |
|
736 | label_topic_plural: トピック | |
736 | label_message_plural: メッセージ |
|
737 | label_message_plural: メッセージ | |
737 | label_message_last: 最新のメッセージ |
|
738 | label_message_last: 最新のメッセージ | |
738 | label_message_new: 新しいメッセージ |
|
739 | label_message_new: 新しいメッセージ | |
739 | label_message_posted: メッセージが追加されました |
|
740 | label_message_posted: メッセージが追加されました | |
740 | label_reply_plural: 返答 |
|
741 | label_reply_plural: 返答 | |
741 | label_send_information: アカウント情報をユーザに送信 |
|
742 | label_send_information: アカウント情報をユーザに送信 | |
742 | label_year: 年 |
|
743 | label_year: 年 | |
743 | label_month: 月 |
|
744 | label_month: 月 | |
744 | label_week: 週 |
|
745 | label_week: 週 | |
745 | label_date_from: "日付指定: " |
|
746 | label_date_from: "日付指定: " | |
746 | label_date_to: から |
|
747 | label_date_to: から | |
747 | label_language_based: 既定の言語の設定に従う |
|
748 | label_language_based: 既定の言語の設定に従う | |
748 | label_sort_by: "並び替え %{value}" |
|
749 | label_sort_by: "並び替え %{value}" | |
749 | label_send_test_email: テストメールを送信 |
|
750 | label_send_test_email: テストメールを送信 | |
750 | label_feeds_access_key: RSSアクセスキー |
|
751 | label_feeds_access_key: RSSアクセスキー | |
751 | label_missing_feeds_access_key: RSSアクセスキーが見つかりません |
|
752 | label_missing_feeds_access_key: RSSアクセスキーが見つかりません | |
752 | label_feeds_access_key_created_on: "RSSアクセスキーは%{value}前に作成されました" |
|
753 | label_feeds_access_key_created_on: "RSSアクセスキーは%{value}前に作成されました" | |
753 | label_module_plural: モジュール |
|
754 | label_module_plural: モジュール | |
754 | label_added_time_by: "%{author} が%{age}前に追加" |
|
755 | label_added_time_by: "%{author} が%{age}前に追加" | |
755 | label_updated_time_by: "%{author} が%{age}前に更新" |
|
756 | label_updated_time_by: "%{author} が%{age}前に更新" | |
756 | label_updated_time: "%{value}前に更新" |
|
757 | label_updated_time: "%{value}前に更新" | |
757 | label_jump_to_a_project: プロジェクトへ移動... |
|
758 | label_jump_to_a_project: プロジェクトへ移動... | |
758 | label_file_plural: ファイル |
|
759 | label_file_plural: ファイル | |
759 | label_changeset_plural: 更新履歴 |
|
760 | label_changeset_plural: 更新履歴 | |
760 | label_default_columns: 既定の項目 |
|
761 | label_default_columns: 既定の項目 | |
761 | label_no_change_option: (変更無し) |
|
762 | label_no_change_option: (変更無し) | |
762 | label_bulk_edit_selected_issues: チケットの一括編集 |
|
763 | label_bulk_edit_selected_issues: チケットの一括編集 | |
763 | label_theme: テーマ |
|
764 | label_theme: テーマ | |
764 | label_default: 既定 |
|
765 | label_default: 既定 | |
765 | label_search_titles_only: タイトルのみ |
|
766 | label_search_titles_only: タイトルのみ | |
766 | label_user_mail_option_all: "参加しているプロジェクトのすべての通知" |
|
767 | label_user_mail_option_all: "参加しているプロジェクトのすべての通知" | |
767 | label_user_mail_option_selected: "選択したプロジェクトのすべての通知..." |
|
768 | label_user_mail_option_selected: "選択したプロジェクトのすべての通知..." | |
768 | label_user_mail_option_none: "通知しない" |
|
769 | label_user_mail_option_none: "通知しない" | |
769 | label_user_mail_option_only_my_events: "ウォッチまたは関係している事柄のみ" |
|
770 | label_user_mail_option_only_my_events: "ウォッチまたは関係している事柄のみ" | |
770 | label_user_mail_option_only_assigned: "自分が担当している事柄のみ" |
|
771 | label_user_mail_option_only_assigned: "自分が担当している事柄のみ" | |
771 | label_user_mail_option_only_owner: "自分が作成した事柄のみ" |
|
772 | label_user_mail_option_only_owner: "自分が作成した事柄のみ" | |
772 | label_user_mail_no_self_notified: 自分自身による変更の通知は不要 |
|
773 | label_user_mail_no_self_notified: 自分自身による変更の通知は不要 | |
773 | label_registration_activation_by_email: メールでアカウントを有効化 |
|
774 | label_registration_activation_by_email: メールでアカウントを有効化 | |
774 | label_registration_manual_activation: 手動でアカウントを有効化 |
|
775 | label_registration_manual_activation: 手動でアカウントを有効化 | |
775 | label_registration_automatic_activation: 自動でアカウントを有効化 |
|
776 | label_registration_automatic_activation: 自動でアカウントを有効化 | |
776 | label_display_per_page: "1ページに: %{value}" |
|
777 | label_display_per_page: "1ページに: %{value}" | |
777 | label_age: 年齢 |
|
778 | label_age: 年齢 | |
778 | label_change_properties: プロパティの変更 |
|
779 | label_change_properties: プロパティの変更 | |
779 | label_general: 全般 |
|
780 | label_general: 全般 | |
780 | label_more: 続き |
|
781 | label_more: 続き | |
781 | label_scm: バージョン管理システム |
|
782 | label_scm: バージョン管理システム | |
782 | label_plugins: プラグイン |
|
783 | label_plugins: プラグイン | |
783 | label_ldap_authentication: LDAP認証 |
|
784 | label_ldap_authentication: LDAP認証 | |
784 | label_downloads_abbr: DL |
|
785 | label_downloads_abbr: DL | |
785 | label_optional_description: 任意のコメント |
|
786 | label_optional_description: 任意のコメント | |
786 | label_add_another_file: 別のファイルを追加 |
|
787 | label_add_another_file: 別のファイルを追加 | |
787 | label_preferences: 設定 |
|
788 | label_preferences: 設定 | |
788 | label_chronological_order: 古い順 |
|
789 | label_chronological_order: 古い順 | |
789 | label_reverse_chronological_order: 新しい順 |
|
790 | label_reverse_chronological_order: 新しい順 | |
790 | label_planning: 計画 |
|
791 | label_planning: 計画 | |
791 | label_incoming_emails: 受信メール |
|
792 | label_incoming_emails: 受信メール | |
792 | label_generate_key: キーの生成 |
|
793 | label_generate_key: キーの生成 | |
793 | label_issue_watchers: チケットのウォッチャー |
|
794 | label_issue_watchers: チケットのウォッチャー | |
794 | label_example: 例 |
|
795 | label_example: 例 | |
795 | label_display: 表示 |
|
796 | label_display: 表示 | |
796 | label_sort: ソート条件 |
|
797 | label_sort: ソート条件 | |
797 | label_ascending: 昇順 |
|
798 | label_ascending: 昇順 | |
798 | label_descending: 降順 |
|
799 | label_descending: 降順 | |
799 | label_date_from_to: "%{start}から%{end}まで" |
|
800 | label_date_from_to: "%{start}から%{end}まで" | |
800 | label_wiki_content_added: Wikiページが追加されました |
|
801 | label_wiki_content_added: Wikiページが追加されました | |
801 | label_wiki_content_updated: Wikiページが更新されました |
|
802 | label_wiki_content_updated: Wikiページが更新されました | |
802 | label_group: グループ |
|
803 | label_group: グループ | |
803 | label_group_plural: グループ |
|
804 | label_group_plural: グループ | |
804 | label_group_new: 新しいグループ |
|
805 | label_group_new: 新しいグループ | |
805 | label_time_entry_plural: 作業時間の記録 |
|
806 | label_time_entry_plural: 作業時間の記録 | |
806 | label_version_sharing_none: 共有しない |
|
807 | label_version_sharing_none: 共有しない | |
807 | label_version_sharing_descendants: サブプロジェクト単位 |
|
808 | label_version_sharing_descendants: サブプロジェクト単位 | |
808 | label_version_sharing_hierarchy: プロジェクト階層単位 |
|
809 | label_version_sharing_hierarchy: プロジェクト階層単位 | |
809 | label_version_sharing_tree: プロジェクトツリー単位 |
|
810 | label_version_sharing_tree: プロジェクトツリー単位 | |
810 | label_version_sharing_system: すべてのプロジェクト |
|
811 | label_version_sharing_system: すべてのプロジェクト | |
811 | label_update_issue_done_ratios: 進捗の更新 |
|
812 | label_update_issue_done_ratios: 進捗の更新 | |
812 | label_copy_source: コピー元 |
|
813 | label_copy_source: コピー元 | |
813 | label_copy_target: コピー先 |
|
814 | label_copy_target: コピー先 | |
814 | label_copy_same_as_target: 同じコピー先 |
|
815 | label_copy_same_as_target: 同じコピー先 | |
815 | label_display_used_statuses_only: このトラッカーで使われているステータスのみ表示する |
|
816 | label_display_used_statuses_only: このトラッカーで使われているステータスのみ表示する | |
816 | label_api_access_key: APIアクセスキー |
|
817 | label_api_access_key: APIアクセスキー | |
817 | label_missing_api_access_key: APIアクセスキーが見つかりません |
|
818 | label_missing_api_access_key: APIアクセスキーが見つかりません | |
818 | label_api_access_key_created_on: "APIアクセスキーは%{value}前に作成されました" |
|
819 | label_api_access_key_created_on: "APIアクセスキーは%{value}前に作成されました" | |
819 | label_subtask_plural: 子チケット |
|
820 | label_subtask_plural: 子チケット | |
820 | label_project_copy_notifications: コピーしたチケットのメール通知を送信する |
|
821 | label_project_copy_notifications: コピーしたチケットのメール通知を送信する | |
821 | label_principal_search: "ユーザまたはグループの検索:" |
|
822 | label_principal_search: "ユーザまたはグループの検索:" | |
822 | label_user_search: "ユーザの検索:" |
|
823 | label_user_search: "ユーザの検索:" | |
823 |
|
824 | |||
824 | button_login: ログイン |
|
825 | button_login: ログイン | |
825 | button_submit: 変更 |
|
826 | button_submit: 変更 | |
826 | button_save: 保存 |
|
827 | button_save: 保存 | |
827 | button_check_all: すべてにチェックをつける |
|
828 | button_check_all: すべてにチェックをつける | |
828 | button_uncheck_all: すべてのチェックを外す |
|
829 | button_uncheck_all: すべてのチェックを外す | |
829 | button_expand_all: 展開 |
|
830 | button_expand_all: 展開 | |
830 | button_collapse_all: 折りたたみ |
|
831 | button_collapse_all: 折りたたみ | |
831 | button_delete: 削除 |
|
832 | button_delete: 削除 | |
832 | button_create: 作成 |
|
833 | button_create: 作成 | |
833 | button_create_and_continue: 連続作成 |
|
834 | button_create_and_continue: 連続作成 | |
834 | button_test: テスト |
|
835 | button_test: テスト | |
835 | button_edit: 編集 |
|
836 | button_edit: 編集 | |
836 | button_edit_associated_wikipage: "関連するWikiページを編集: %{page_title}" |
|
837 | button_edit_associated_wikipage: "関連するWikiページを編集: %{page_title}" | |
837 | button_add: 追加 |
|
838 | button_add: 追加 | |
838 | button_change: 変更 |
|
839 | button_change: 変更 | |
839 | button_apply: 適用 |
|
840 | button_apply: 適用 | |
840 | button_clear: クリア |
|
841 | button_clear: クリア | |
841 | button_lock: ロック |
|
842 | button_lock: ロック | |
842 | button_unlock: アンロック |
|
843 | button_unlock: アンロック | |
843 | button_download: ダウンロード |
|
844 | button_download: ダウンロード | |
844 | button_list: 一覧 |
|
845 | button_list: 一覧 | |
845 | button_view: 見る |
|
846 | button_view: 見る | |
846 | button_move: 移動 |
|
847 | button_move: 移動 | |
847 | button_move_and_follow: 移動後表示 |
|
848 | button_move_and_follow: 移動後表示 | |
848 | button_back: 戻る |
|
849 | button_back: 戻る | |
849 | button_cancel: キャンセル |
|
850 | button_cancel: キャンセル | |
850 | button_activate: 有効にする |
|
851 | button_activate: 有効にする | |
851 | button_sort: ソート |
|
852 | button_sort: ソート | |
852 | button_log_time: 時間を記録 |
|
853 | button_log_time: 時間を記録 | |
853 | button_rollback: このバージョンにロールバック |
|
854 | button_rollback: このバージョンにロールバック | |
854 | button_watch: ウォッチ |
|
855 | button_watch: ウォッチ | |
855 | button_unwatch: ウォッチをやめる |
|
856 | button_unwatch: ウォッチをやめる | |
856 | button_reply: 返答 |
|
857 | button_reply: 返答 | |
857 | button_archive: 書庫に保存 |
|
858 | button_archive: 書庫に保存 | |
858 | button_unarchive: 書庫から戻す |
|
859 | button_unarchive: 書庫から戻す | |
859 | button_reset: リセット |
|
860 | button_reset: リセット | |
860 | button_rename: 名前変更 |
|
861 | button_rename: 名前変更 | |
861 | button_change_password: パスワード変更 |
|
862 | button_change_password: パスワード変更 | |
862 | button_copy: コピー |
|
863 | button_copy: コピー | |
863 | button_copy_and_follow: コピー後表示 |
|
864 | button_copy_and_follow: コピー後表示 | |
864 | button_annotate: 注釈 |
|
865 | button_annotate: 注釈 | |
865 | button_update: 更新 |
|
866 | button_update: 更新 | |
866 | button_configure: 設定 |
|
867 | button_configure: 設定 | |
867 | button_quote: 引用 |
|
868 | button_quote: 引用 | |
868 | button_duplicate: 複製 |
|
869 | button_duplicate: 複製 | |
869 | button_show: 表示 |
|
870 | button_show: 表示 | |
870 |
|
871 | |||
871 | status_active: 有効 |
|
872 | status_active: 有効 | |
872 | status_registered: 登録 |
|
873 | status_registered: 登録 | |
873 | status_locked: ロック |
|
874 | status_locked: ロック | |
874 |
|
875 | |||
875 | version_status_open: 進行中 |
|
876 | version_status_open: 進行中 | |
876 | version_status_locked: ロック中 |
|
877 | version_status_locked: ロック中 | |
877 | version_status_closed: 終了 |
|
878 | version_status_closed: 終了 | |
878 |
|
879 | |||
879 | field_active: 有効 |
|
880 | field_active: 有効 | |
880 |
|
881 | |||
881 | text_select_mail_notifications: どのメール通知を送信するか、アクションを選択してください。 |
|
882 | text_select_mail_notifications: どのメール通知を送信するか、アクションを選択してください。 | |
882 | text_regexp_info: 例) ^[A-Z0-9]+$ |
|
883 | text_regexp_info: 例) ^[A-Z0-9]+$ | |
883 | text_min_max_length_info: 0だと無制限になります |
|
884 | text_min_max_length_info: 0だと無制限になります | |
884 | text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除してもよろしいですか? |
|
885 | text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除してもよろしいですか? | |
885 | text_subprojects_destroy_warning: "サブプロジェクト %{value} も削除されます。" |
|
886 | text_subprojects_destroy_warning: "サブプロジェクト %{value} も削除されます。" | |
886 | text_workflow_edit: ワークフローを編集するロールとトラッカーを選んでください |
|
887 | text_workflow_edit: ワークフローを編集するロールとトラッカーを選んでください | |
887 | text_are_you_sure: よろしいですか? |
|
888 | text_are_you_sure: よろしいですか? | |
888 | text_are_you_sure_with_children: チケットとその子チケットすべてを削除しますか? |
|
889 | text_are_you_sure_with_children: チケットとその子チケットすべてを削除しますか? | |
889 | text_journal_changed: "%{label} を %{old} から %{new} に変更" |
|
890 | text_journal_changed: "%{label} を %{old} から %{new} に変更" | |
890 | text_journal_changed_no_detail: "%{label} を更新" |
|
891 | text_journal_changed_no_detail: "%{label} を更新" | |
891 | text_journal_set_to: "%{label} を %{value} にセット" |
|
892 | text_journal_set_to: "%{label} を %{value} にセット" | |
892 | text_journal_deleted: "%{label} を削除 (%{old})" |
|
893 | text_journal_deleted: "%{label} を削除 (%{old})" | |
893 | text_journal_added: "%{label} %{value} を追加" |
|
894 | text_journal_added: "%{label} %{value} を追加" | |
894 | text_tip_issue_begin_day: この日に開始するタスク |
|
895 | text_tip_issue_begin_day: この日に開始するタスク | |
895 | text_tip_issue_end_day: この日に終了するタスク |
|
896 | text_tip_issue_end_day: この日に終了するタスク | |
896 | text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク |
|
897 | text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク | |
897 | text_project_identifier_info: '英小文字(a-z)と数字とダッシュ(-)が使えます。<br />一度保存すると、識別子は変更できません。' |
|
898 | text_project_identifier_info: '英小文字(a-z)と数字とダッシュ(-)が使えます。<br />一度保存すると、識別子は変更できません。' | |
898 | text_caracters_maximum: "最大%{count}文字です。" |
|
899 | text_caracters_maximum: "最大%{count}文字です。" | |
899 | text_caracters_minimum: "最低%{count}文字の長さが必要です" |
|
900 | text_caracters_minimum: "最低%{count}文字の長さが必要です" | |
900 | text_length_between: "長さは%{min}から%{max}文字までです。" |
|
901 | text_length_between: "長さは%{min}から%{max}文字までです。" | |
901 | text_tracker_no_workflow: このトラッカーにワークフローが定義されていません |
|
902 | text_tracker_no_workflow: このトラッカーにワークフローが定義されていません | |
902 | text_unallowed_characters: 次の文字は使用できません |
|
903 | text_unallowed_characters: 次の文字は使用できません | |
903 | text_comma_separated: (カンマで区切ることで)複数の値を設定できます。 |
|
904 | text_comma_separated: (カンマで区切ることで)複数の値を設定できます。 | |
904 | text_line_separated: (1行ごとに書くことで)複数の値を設定できます。 |
|
905 | text_line_separated: (1行ごとに書くことで)複数の値を設定できます。 | |
905 | text_issues_ref_in_commit_messages: コミットメッセージ内でチケットの参照/修正 |
|
906 | text_issues_ref_in_commit_messages: コミットメッセージ内でチケットの参照/修正 | |
906 | text_issue_added: "チケット %{id} が %{author} によって報告されました。" |
|
907 | text_issue_added: "チケット %{id} が %{author} によって報告されました。" | |
907 | text_issue_updated: "チケット %{id} が %{author} によって更新されました。" |
|
908 | text_issue_updated: "チケット %{id} が %{author} によって更新されました。" | |
908 | text_wiki_destroy_confirmation: 本当にこのwikiとその内容のすべてを削除しますか? |
|
909 | text_wiki_destroy_confirmation: 本当にこのwikiとその内容のすべてを削除しますか? | |
909 | text_issue_category_destroy_question: "%{count}件のチケットがこのカテゴリに割り当てられています。" |
|
910 | text_issue_category_destroy_question: "%{count}件のチケットがこのカテゴリに割り当てられています。" | |
910 | text_issue_category_destroy_assignments: カテゴリの割り当てを削除する |
|
911 | text_issue_category_destroy_assignments: カテゴリの割り当てを削除する | |
911 | text_issue_category_reassign_to: チケットをこのカテゴリに再割り当てする |
|
912 | text_issue_category_reassign_to: チケットをこのカテゴリに再割り当てする | |
912 | text_user_mail_option: "未選択のプロジェクトでは、ウォッチまたは関係している事柄(例: 自分が報告者もしくは担当者であるチケット)のみメールが送信されます。" |
|
913 | text_user_mail_option: "未選択のプロジェクトでは、ウォッチまたは関係している事柄(例: 自分が報告者もしくは担当者であるチケット)のみメールが送信されます。" | |
913 | text_no_configuration_data: "ロール、トラッカー、チケットのステータス、ワークフローがまだ設定されていません。\nデフォルト設定のロードを強くお勧めします。ロードした後、それを修正することができます。" |
|
914 | text_no_configuration_data: "ロール、トラッカー、チケットのステータス、ワークフローがまだ設定されていません。\nデフォルト設定のロードを強くお勧めします。ロードした後、それを修正することができます。" | |
914 | text_load_default_configuration: デフォルト設定をロード |
|
915 | text_load_default_configuration: デフォルト設定をロード | |
915 | text_status_changed_by_changeset: "更新履歴 %{value} で適用されました。" |
|
916 | text_status_changed_by_changeset: "更新履歴 %{value} で適用されました。" | |
916 | text_time_logged_by_changeset: "更新履歴 %{value} で適用されました。" |
|
917 | text_time_logged_by_changeset: "更新履歴 %{value} で適用されました。" | |
917 | text_issues_destroy_confirmation: '本当に選択したチケットを削除しますか?' |
|
918 | text_issues_destroy_confirmation: '本当に選択したチケットを削除しますか?' | |
918 | text_select_project_modules: 'このプロジェクトで使用するモジュールを選択してください:' |
|
919 | text_select_project_modules: 'このプロジェクトで使用するモジュールを選択してください:' | |
919 | text_default_administrator_account_changed: デフォルト管理アカウントが変更済 |
|
920 | text_default_administrator_account_changed: デフォルト管理アカウントが変更済 | |
920 | text_file_repository_writable: ファイルリポジトリに書き込み可能 |
|
921 | text_file_repository_writable: ファイルリポジトリに書き込み可能 | |
921 | text_plugin_assets_writable: Plugin assetsディレクトリに書き込み可能 |
|
922 | text_plugin_assets_writable: Plugin assetsディレクトリに書き込み可能 | |
922 | text_rmagick_available: RMagickが使用可能 (オプション) |
|
923 | text_rmagick_available: RMagickが使用可能 (オプション) | |
923 | text_destroy_time_entries_question: このチケットの%{hours}時間分の作業記録の扱いを選択してください。 |
|
924 | text_destroy_time_entries_question: このチケットの%{hours}時間分の作業記録の扱いを選択してください。 | |
924 | text_destroy_time_entries: 記録された作業時間を含めて削除 |
|
925 | text_destroy_time_entries: 記録された作業時間を含めて削除 | |
925 | text_assign_time_entries_to_project: 記録された作業時間をプロジェクト自体に割り当て |
|
926 | text_assign_time_entries_to_project: 記録された作業時間をプロジェクト自体に割り当て | |
926 | text_reassign_time_entries: '記録された作業時間をこのチケットに再割り当て:' |
|
927 | text_reassign_time_entries: '記録された作業時間をこのチケットに再割り当て:' | |
927 | text_user_wrote: "%{value} は書きました:" |
|
928 | text_user_wrote: "%{value} は書きました:" | |
928 | text_enumeration_destroy_question: "%{count}個のオブジェクトがこの値に割り当てられています。" |
|
929 | text_enumeration_destroy_question: "%{count}個のオブジェクトがこの値に割り当てられています。" | |
929 | text_enumeration_category_reassign_to: '次の値に割り当て直す:' |
|
930 | text_enumeration_category_reassign_to: '次の値に割り当て直す:' | |
930 | text_email_delivery_not_configured: "メールを送信するために必要な設定が行われていないため、メール通知は利用できません。\nconfig/configuration.ymlでSMTPサーバの設定を行い、アプリケーションを再起動してください。" |
|
931 | text_email_delivery_not_configured: "メールを送信するために必要な設定が行われていないため、メール通知は利用できません。\nconfig/configuration.ymlでSMTPサーバの設定を行い、アプリケーションを再起動してください。" | |
931 | text_repository_usernames_mapping: "リポジトリのログから検出されたユーザー名をどのRedmineユーザーに関連づけるのか選択してください。\nログ上のユーザー名またはメールアドレスがRedmineのユーザーと一致する場合は自動的に関連づけられます。" |
|
932 | text_repository_usernames_mapping: "リポジトリのログから検出されたユーザー名をどのRedmineユーザーに関連づけるのか選択してください。\nログ上のユーザー名またはメールアドレスがRedmineのユーザーと一致する場合は自動的に関連づけられます。" | |
932 | text_diff_truncated: '... 差分の行数が表示可能な上限を超えました。超過分は表示しません。' |
|
933 | text_diff_truncated: '... 差分の行数が表示可能な上限を超えました。超過分は表示しません。' | |
933 | text_custom_field_possible_values_info: '選択肢の値は1行に1個ずつ記述してください。' |
|
934 | text_custom_field_possible_values_info: '選択肢の値は1行に1個ずつ記述してください。' | |
934 | text_wiki_page_destroy_question: "この親ページの配下に%{descendants}ページの子孫ページがあります。" |
|
935 | text_wiki_page_destroy_question: "この親ページの配下に%{descendants}ページの子孫ページがあります。" | |
935 | text_wiki_page_nullify_children: "子ページをメインページ配下に移動する" |
|
936 | text_wiki_page_nullify_children: "子ページをメインページ配下に移動する" | |
936 | text_wiki_page_destroy_children: "配下の子孫ページも削除する" |
|
937 | text_wiki_page_destroy_children: "配下の子孫ページも削除する" | |
937 | text_wiki_page_reassign_children: "子ページを次の親ページの配下に移動する" |
|
938 | text_wiki_page_reassign_children: "子ページを次の親ページの配下に移動する" | |
938 | text_own_membership_delete_confirmation: "いくつかまたはすべての権限をあなた自身から剥奪しようとしているため、このプロジェクトを編集できなくなるかもしれません。\n本当に続けてもよろしいですか?" |
|
939 | text_own_membership_delete_confirmation: "いくつかまたはすべての権限をあなた自身から剥奪しようとしているため、このプロジェクトを編集できなくなるかもしれません。\n本当に続けてもよろしいですか?" | |
939 | text_zoom_in: 拡大 |
|
940 | text_zoom_in: 拡大 | |
940 | text_zoom_out: 縮小 |
|
941 | text_zoom_out: 縮小 | |
941 | text_warn_on_leaving_unsaved: このページから移動すると、保存されていないデータが失われます。 |
|
942 | text_warn_on_leaving_unsaved: このページから移動すると、保存されていないデータが失われます。 | |
942 |
|
943 | |||
943 | default_role_manager: 管理者 |
|
944 | default_role_manager: 管理者 | |
944 | default_role_developer: 開発者 |
|
945 | default_role_developer: 開発者 | |
945 | default_role_reporter: 報告者 |
|
946 | default_role_reporter: 報告者 | |
946 | default_tracker_bug: バグ |
|
947 | default_tracker_bug: バグ | |
947 | default_tracker_feature: 機能 |
|
948 | default_tracker_feature: 機能 | |
948 | default_tracker_support: サポート |
|
949 | default_tracker_support: サポート | |
949 | default_issue_status_new: 新規 |
|
950 | default_issue_status_new: 新規 | |
950 | default_issue_status_in_progress: 進行中 |
|
951 | default_issue_status_in_progress: 進行中 | |
951 | default_issue_status_resolved: 解決 |
|
952 | default_issue_status_resolved: 解決 | |
952 | default_issue_status_feedback: フィードバック |
|
953 | default_issue_status_feedback: フィードバック | |
953 | default_issue_status_closed: 終了 |
|
954 | default_issue_status_closed: 終了 | |
954 | default_issue_status_rejected: 却下 |
|
955 | default_issue_status_rejected: 却下 | |
955 | default_doc_category_user: ユーザ文書 |
|
956 | default_doc_category_user: ユーザ文書 | |
956 | default_doc_category_tech: 技術文書 |
|
957 | default_doc_category_tech: 技術文書 | |
957 | default_priority_low: 低め |
|
958 | default_priority_low: 低め | |
958 | default_priority_normal: 通常 |
|
959 | default_priority_normal: 通常 | |
959 | default_priority_high: 高め |
|
960 | default_priority_high: 高め | |
960 | default_priority_urgent: 急いで |
|
961 | default_priority_urgent: 急いで | |
961 | default_priority_immediate: 今すぐ |
|
962 | default_priority_immediate: 今すぐ | |
962 | default_activity_design: 設計作業 |
|
963 | default_activity_design: 設計作業 | |
963 | default_activity_development: 開発作業 |
|
964 | default_activity_development: 開発作業 | |
964 |
|
965 | |||
965 | enumeration_issue_priorities: チケットの優先度 |
|
966 | enumeration_issue_priorities: チケットの優先度 | |
966 | enumeration_doc_categories: 文書カテゴリ |
|
967 | enumeration_doc_categories: 文書カテゴリ | |
967 | enumeration_activities: 作業分類 (時間トラッキング) |
|
968 | enumeration_activities: 作業分類 (時間トラッキング) | |
968 | enumeration_system_activity: システム作業分類 |
|
969 | enumeration_system_activity: システム作業分類 | |
969 | label_additional_workflow_transitions_for_assignee: チケット担当者に追加で許可する遷移 |
|
970 | label_additional_workflow_transitions_for_assignee: チケット担当者に追加で許可する遷移 | |
970 | label_additional_workflow_transitions_for_author: チケット作成者に追加で許可する遷移 |
|
971 | label_additional_workflow_transitions_for_author: チケット作成者に追加で許可する遷移 | |
971 | label_bulk_edit_selected_time_entries: 作業時間の一括編集 |
|
972 | label_bulk_edit_selected_time_entries: 作業時間の一括編集 | |
972 | text_time_entries_destroy_confirmation: 本当に選択した作業時間を削除してもよろしいですか? |
|
973 | text_time_entries_destroy_confirmation: 本当に選択した作業時間を削除してもよろしいですか? | |
973 |
|
974 | |||
974 | label_role_anonymous: Anonymous |
|
975 | label_role_anonymous: Anonymous | |
975 | label_role_non_member: Non member |
|
976 | label_role_non_member: Non member | |
976 |
|
977 | |||
977 | label_issue_note_added: 注記が追加されました |
|
978 | label_issue_note_added: 注記が追加されました | |
978 | label_issue_status_updated: ステータスが更新されました |
|
979 | label_issue_status_updated: ステータスが更新されました | |
979 | label_issue_priority_updated: 優先度が更新されました |
|
980 | label_issue_priority_updated: 優先度が更新されました | |
980 | label_issues_visibility_own: 作成者か担当者であるチケット |
|
981 | label_issues_visibility_own: 作成者か担当者であるチケット | |
981 | field_issues_visibility: 表示できるチケット |
|
982 | field_issues_visibility: 表示できるチケット | |
982 | label_issues_visibility_all: すべてのチケット |
|
983 | label_issues_visibility_all: すべてのチケット | |
983 | permission_set_own_issues_private: 自分のチケットをプライベートに設定 |
|
984 | permission_set_own_issues_private: 自分のチケットをプライベートに設定 | |
984 | field_is_private: プライベート |
|
985 | field_is_private: プライベート | |
985 | permission_set_issues_private: チケットをプライベートに設定 |
|
986 | permission_set_issues_private: チケットをプライベートに設定 | |
986 | label_issues_visibility_public: プライベートチケット以外 |
|
987 | label_issues_visibility_public: プライベートチケット以外 | |
987 | text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). |
|
988 | text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). | |
988 | field_commit_logs_encoding: コミットメッセージのエンコーディング |
|
General Comments 0
You need to be logged in to leave comments.
Login now