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