This diff has been collapsed as it changes many lines, (892 lines changed) Show them Hide them | |||
@@ -0,0 +1,892 | |||
|
1 | en-GB: | |
|
2 | date: | |
|
3 | formats: | |
|
4 | # Use the strftime parameters for formats. | |
|
5 | # When no format has been given, it uses default. | |
|
6 | # You can provide other formats here if you like! | |
|
7 | default: "%d/%m/%Y" | |
|
8 | short: "%d %b" | |
|
9 | long: "%d %B, %Y" | |
|
10 | ||
|
11 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] | |
|
12 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] | |
|
13 | ||
|
14 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
|
15 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] | |
|
16 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] | |
|
17 | # Used in date_select and datime_select. | |
|
18 | order: [ :year, :month, :day ] | |
|
19 | ||
|
20 | time: | |
|
21 | formats: | |
|
22 | default: "%d/%m/%Y %I:%M %p" | |
|
23 | time: "%I:%M %p" | |
|
24 | short: "%d %b %H:%M" | |
|
25 | long: "%d %B, %Y %H:%M" | |
|
26 | am: "am" | |
|
27 | pm: "pm" | |
|
28 | ||
|
29 | datetime: | |
|
30 | distance_in_words: | |
|
31 | half_a_minute: "half a minute" | |
|
32 | less_than_x_seconds: | |
|
33 | one: "less than 1 second" | |
|
34 | other: "less than {{count}} seconds" | |
|
35 | x_seconds: | |
|
36 | one: "1 second" | |
|
37 | other: "{{count}} seconds" | |
|
38 | less_than_x_minutes: | |
|
39 | one: "less than a minute" | |
|
40 | other: "less than {{count}} minutes" | |
|
41 | x_minutes: | |
|
42 | one: "1 minute" | |
|
43 | other: "{{count}} minutes" | |
|
44 | about_x_hours: | |
|
45 | one: "about 1 hour" | |
|
46 | other: "about {{count}} hours" | |
|
47 | x_days: | |
|
48 | one: "1 day" | |
|
49 | other: "{{count}} days" | |
|
50 | about_x_months: | |
|
51 | one: "about 1 month" | |
|
52 | other: "about {{count}} months" | |
|
53 | x_months: | |
|
54 | one: "1 month" | |
|
55 | other: "{{count}} months" | |
|
56 | about_x_years: | |
|
57 | one: "about 1 year" | |
|
58 | other: "about {{count}} years" | |
|
59 | over_x_years: | |
|
60 | one: "over 1 year" | |
|
61 | other: "over {{count}} years" | |
|
62 | almost_x_years: | |
|
63 | one: "almost 1 year" | |
|
64 | other: "almost {{count}} years" | |
|
65 | ||
|
66 | number: | |
|
67 | currency: | |
|
68 | format: | |
|
69 | format: "%u%n" | |
|
70 | unit: "£" | |
|
71 | human: | |
|
72 | format: | |
|
73 | delimiter: "" | |
|
74 | precision: 1 | |
|
75 | storage_units: | |
|
76 | format: "%n %u" | |
|
77 | units: | |
|
78 | byte: | |
|
79 | one: "Byte" | |
|
80 | other: "Bytes" | |
|
81 | kb: "KB" | |
|
82 | mb: "MB" | |
|
83 | gb: "GB" | |
|
84 | tb: "TB" | |
|
85 | ||
|
86 | ||
|
87 | # Used in array.to_sentence. | |
|
88 | support: | |
|
89 | array: | |
|
90 | sentence_connector: "and" | |
|
91 | skip_last_comma: false | |
|
92 | ||
|
93 | activerecord: | |
|
94 | errors: | |
|
95 | messages: | |
|
96 | inclusion: "is not included in the list" | |
|
97 | exclusion: "is reserved" | |
|
98 | invalid: "is invalid" | |
|
99 | confirmation: "doesn't match confirmation" | |
|
100 | accepted: "must be accepted" | |
|
101 | empty: "can't be empty" | |
|
102 | blank: "can't be blank" | |
|
103 | too_long: "is too long (maximum is {{count}} characters)" | |
|
104 | too_short: "is too short (minimum is {{count}} characters)" | |
|
105 | wrong_length: "is the wrong length (should be {{count}} characters)" | |
|
106 | taken: "has already been taken" | |
|
107 | not_a_number: "is not a number" | |
|
108 | not_a_date: "is not a valid date" | |
|
109 | greater_than: "must be greater than {{count}}" | |
|
110 | greater_than_or_equal_to: "must be greater than or equal to {{count}}" | |
|
111 | equal_to: "must be equal to {{count}}" | |
|
112 | less_than: "must be less than {{count}}" | |
|
113 | less_than_or_equal_to: "must be less than or equal to {{count}}" | |
|
114 | odd: "must be odd" | |
|
115 | even: "must be even" | |
|
116 | greater_than_start_date: "must be greater than start date" | |
|
117 | not_same_project: "doesn't belong to the same project" | |
|
118 | circular_dependency: "This relation would create a circular dependency" | |
|
119 | ||
|
120 | actionview_instancetag_blank_option: Please select | |
|
121 | ||
|
122 | general_text_No: 'No' | |
|
123 | general_text_Yes: 'Yes' | |
|
124 | general_text_no: 'no' | |
|
125 | general_text_yes: 'yes' | |
|
126 | general_lang_name: 'English (British)' | |
|
127 | general_csv_separator: ',' | |
|
128 | general_csv_decimal_separator: '.' | |
|
129 | general_csv_encoding: ISO-8859-1 | |
|
130 | general_pdf_encoding: ISO-8859-1 | |
|
131 | general_first_day_of_week: '1' | |
|
132 | ||
|
133 | notice_account_updated: Account was successfully updated. | |
|
134 | notice_account_invalid_creditentials: Invalid user or password | |
|
135 | notice_account_password_updated: Password was successfully updated. | |
|
136 | notice_account_wrong_password: Wrong password | |
|
137 | notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you. | |
|
138 | notice_account_unknown_email: Unknown user. | |
|
139 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. | |
|
140 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. | |
|
141 | notice_account_activated: Your account has been activated. You can now log in. | |
|
142 | notice_successful_create: Successful creation. | |
|
143 | notice_successful_update: Successful update. | |
|
144 | notice_successful_delete: Successful deletion. | |
|
145 | notice_successful_connection: Successful connection. | |
|
146 | notice_file_not_found: The page you were trying to access doesn't exist or has been removed. | |
|
147 | notice_locking_conflict: Data has been updated by another user. | |
|
148 | notice_not_authorized: You are not authorised to access this page. | |
|
149 | notice_email_sent: "An email was sent to {{value}}" | |
|
150 | notice_email_error: "An error occurred while sending mail ({{value}})" | |
|
151 | notice_feeds_access_key_reseted: Your RSS access key was reset. | |
|
152 | notice_api_access_key_reseted: Your API access key was reset. | |
|
153 | notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}." | |
|
154 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." | |
|
155 | notice_account_pending: "Your account was created and is now pending administrator approval." | |
|
156 | notice_default_data_loaded: Default configuration successfully loaded. | |
|
157 | notice_unable_delete_version: Unable to delete version. | |
|
158 | notice_issue_done_ratios_updated: Issue done ratios updated. | |
|
159 | ||
|
160 | error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}" | |
|
161 | error_scm_not_found: "The entry or revision was not found in the repository." | |
|
162 | error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}" | |
|
163 | error_scm_annotate: "The entry does not exist or can not be annotated." | |
|
164 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
|
165 | error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' | |
|
166 | error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' | |
|
167 | error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened' | |
|
168 | error_can_not_archive_project: This project can not be archived | |
|
169 | error_issue_done_ratios_not_updated: "Issue done ratios not updated." | |
|
170 | error_workflow_copy_source: 'Please select a source tracker or role' | |
|
171 | error_workflow_copy_target: 'Please select target tracker(s) and role(s)' | |
|
172 | ||
|
173 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." | |
|
174 | ||
|
175 | mail_subject_lost_password: "Your {{value}} password" | |
|
176 | mail_body_lost_password: 'To change your password, click on the following link:' | |
|
177 | mail_subject_register: "Your {{value}} account activation" | |
|
178 | mail_body_register: 'To activate your account, click on the following link:' | |
|
179 | mail_body_account_information_external: "You can use your {{value}} account to log in." | |
|
180 | mail_body_account_information: Your account information | |
|
181 | mail_subject_account_activation_request: "{{value}} account activation request" | |
|
182 | mail_body_account_activation_request: "A new user ({{value}}) has registered. The account is pending your approval:" | |
|
183 | mail_subject_reminder: "{{count}} issue(s) due in the next days" | |
|
184 | mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:" | |
|
185 | mail_subject_wiki_content_added: "'{{page}}' wiki page has been added" | |
|
186 | mail_body_wiki_content_added: "The '{{page}}' wiki page has been added by {{author}}." | |
|
187 | mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated" | |
|
188 | mail_body_wiki_content_updated: "The '{{page}}' wiki page has been updated by {{author}}." | |
|
189 | ||
|
190 | gui_validation_error: 1 error | |
|
191 | gui_validation_error_plural: "{{count}} errors" | |
|
192 | ||
|
193 | field_name: Name | |
|
194 | field_description: Description | |
|
195 | field_summary: Summary | |
|
196 | field_is_required: Required | |
|
197 | field_firstname: Firstname | |
|
198 | field_lastname: Lastname | |
|
199 | field_mail: Email | |
|
200 | field_filename: File | |
|
201 | field_filesize: Size | |
|
202 | field_downloads: Downloads | |
|
203 | field_author: Author | |
|
204 | field_created_on: Created | |
|
205 | field_updated_on: Updated | |
|
206 | field_field_format: Format | |
|
207 | field_is_for_all: For all projects | |
|
208 | field_possible_values: Possible values | |
|
209 | field_regexp: Regular expression | |
|
210 | field_min_length: Minimum length | |
|
211 | field_max_length: Maximum length | |
|
212 | field_value: Value | |
|
213 | field_category: Category | |
|
214 | field_title: Title | |
|
215 | field_project: Project | |
|
216 | field_issue: Issue | |
|
217 | field_status: Status | |
|
218 | field_notes: Notes | |
|
219 | field_is_closed: Issue closed | |
|
220 | field_is_default: Default value | |
|
221 | field_tracker: Tracker | |
|
222 | field_subject: Subject | |
|
223 | field_due_date: Due date | |
|
224 | field_assigned_to: Assigned to | |
|
225 | field_priority: Priority | |
|
226 | field_fixed_version: Target version | |
|
227 | field_user: User | |
|
228 | field_role: Role | |
|
229 | field_homepage: Homepage | |
|
230 | field_is_public: Public | |
|
231 | field_parent: Subproject of | |
|
232 | field_is_in_roadmap: Issues displayed in roadmap | |
|
233 | field_login: Login | |
|
234 | field_mail_notification: Email notifications | |
|
235 | field_admin: Administrator | |
|
236 | field_last_login_on: Last connection | |
|
237 | field_language: Language | |
|
238 | field_effective_date: Date | |
|
239 | field_password: Password | |
|
240 | field_new_password: New password | |
|
241 | field_password_confirmation: Confirmation | |
|
242 | field_version: Version | |
|
243 | field_type: Type | |
|
244 | field_host: Host | |
|
245 | field_port: Port | |
|
246 | field_account: Account | |
|
247 | field_base_dn: Base DN | |
|
248 | field_attr_login: Login attribute | |
|
249 | field_attr_firstname: Firstname attribute | |
|
250 | field_attr_lastname: Lastname attribute | |
|
251 | field_attr_mail: Email attribute | |
|
252 | field_onthefly: On-the-fly user creation | |
|
253 | field_start_date: Start | |
|
254 | field_done_ratio: % Done | |
|
255 | field_auth_source: Authentication mode | |
|
256 | field_hide_mail: Hide my email address | |
|
257 | field_comments: Comment | |
|
258 | field_url: URL | |
|
259 | field_start_page: Start page | |
|
260 | field_subproject: Subproject | |
|
261 | field_hours: Hours | |
|
262 | field_activity: Activity | |
|
263 | field_spent_on: Date | |
|
264 | field_identifier: Identifier | |
|
265 | field_is_filter: Used as a filter | |
|
266 | field_issue_to: Related issue | |
|
267 | field_delay: Delay | |
|
268 | field_assignable: Issues can be assigned to this role | |
|
269 | field_redirect_existing_links: Redirect existing links | |
|
270 | field_estimated_hours: Estimated time | |
|
271 | field_column_names: Columns | |
|
272 | field_time_zone: Time zone | |
|
273 | field_searchable: Searchable | |
|
274 | field_default_value: Default value | |
|
275 | field_comments_sorting: Display comments | |
|
276 | field_parent_title: Parent page | |
|
277 | field_editable: Editable | |
|
278 | field_watcher: Watcher | |
|
279 | field_identity_url: OpenID URL | |
|
280 | field_content: Content | |
|
281 | field_group_by: Group results by | |
|
282 | field_sharing: Sharing | |
|
283 | ||
|
284 | setting_app_title: Application title | |
|
285 | setting_app_subtitle: Application subtitle | |
|
286 | setting_welcome_text: Welcome text | |
|
287 | setting_default_language: Default language | |
|
288 | setting_login_required: Authentication required | |
|
289 | setting_self_registration: Self-registration | |
|
290 | setting_attachment_max_size: Attachment max. size | |
|
291 | setting_issues_export_limit: Issues export limit | |
|
292 | setting_mail_from: Emission email address | |
|
293 | setting_bcc_recipients: Blind carbon copy recipients (bcc) | |
|
294 | setting_plain_text_mail: Plain text mail (no HTML) | |
|
295 | setting_host_name: Host name and path | |
|
296 | setting_text_formatting: Text formatting | |
|
297 | setting_wiki_compression: Wiki history compression | |
|
298 | setting_feeds_limit: Feed content limit | |
|
299 | setting_default_projects_public: New projects are public by default | |
|
300 | setting_autofetch_changesets: Autofetch commits | |
|
301 | setting_sys_api_enabled: Enable WS for repository management | |
|
302 | setting_commit_ref_keywords: Referencing keywords | |
|
303 | setting_commit_fix_keywords: Fixing keywords | |
|
304 | setting_autologin: Autologin | |
|
305 | setting_date_format: Date format | |
|
306 | setting_time_format: Time format | |
|
307 | setting_cross_project_issue_relations: Allow cross-project issue relations | |
|
308 | setting_issue_list_default_columns: Default columns displayed on the issue list | |
|
309 | setting_repositories_encodings: Repositories encodings | |
|
310 | setting_commit_logs_encoding: Commit messages encoding | |
|
311 | setting_emails_footer: Emails footer | |
|
312 | setting_protocol: Protocol | |
|
313 | setting_per_page_options: Objects per page options | |
|
314 | setting_user_format: Users display format | |
|
315 | setting_activity_days_default: Days displayed on project activity | |
|
316 | setting_display_subprojects_issues: Display subprojects issues on main projects by default | |
|
317 | setting_enabled_scm: Enabled SCM | |
|
318 | setting_mail_handler_body_delimiters: "Truncate emails after one of these lines" | |
|
319 | setting_mail_handler_api_enabled: Enable WS for incoming emails | |
|
320 | setting_mail_handler_api_key: API key | |
|
321 | setting_sequential_project_identifiers: Generate sequential project identifiers | |
|
322 | setting_gravatar_enabled: Use Gravatar user icons | |
|
323 | setting_gravatar_default: Default Gravatar image | |
|
324 | setting_diff_max_lines_displayed: Max number of diff lines displayed | |
|
325 | setting_file_max_size_displayed: Max size of text files displayed inline | |
|
326 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
|
327 | setting_openid: Allow OpenID login and registration | |
|
328 | setting_password_min_length: Minimum password length | |
|
329 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
|
330 | setting_default_projects_modules: Default enabled modules for new projects | |
|
331 | setting_issue_done_ratio: Calculate the issue done ratio with | |
|
332 | setting_issue_done_ratio_issue_field: Use the issue field | |
|
333 | setting_issue_done_ratio_issue_status: Use the issue status | |
|
334 | setting_start_of_week: Start calendars on | |
|
335 | setting_rest_api_enabled: Enable REST web service | |
|
336 | setting_cache_formatted_text: Cache formatted text | |
|
337 | ||
|
338 | permission_add_project: Create project | |
|
339 | permission_add_subprojects: Create subprojects | |
|
340 | permission_edit_project: Edit project | |
|
341 | permission_select_project_modules: Select project modules | |
|
342 | permission_manage_members: Manage members | |
|
343 | permission_manage_project_activities: Manage project activities | |
|
344 | permission_manage_versions: Manage versions | |
|
345 | permission_manage_categories: Manage issue categories | |
|
346 | permission_view_issues: View Issues | |
|
347 | permission_add_issues: Add issues | |
|
348 | permission_edit_issues: Edit issues | |
|
349 | permission_manage_issue_relations: Manage issue relations | |
|
350 | permission_add_issue_notes: Add notes | |
|
351 | permission_edit_issue_notes: Edit notes | |
|
352 | permission_edit_own_issue_notes: Edit own notes | |
|
353 | permission_move_issues: Move issues | |
|
354 | permission_delete_issues: Delete issues | |
|
355 | permission_manage_public_queries: Manage public queries | |
|
356 | permission_save_queries: Save queries | |
|
357 | permission_view_gantt: View gantt chart | |
|
358 | permission_view_calendar: View calendar | |
|
359 | permission_view_issue_watchers: View watchers list | |
|
360 | permission_add_issue_watchers: Add watchers | |
|
361 | permission_delete_issue_watchers: Delete watchers | |
|
362 | permission_log_time: Log spent time | |
|
363 | permission_view_time_entries: View spent time | |
|
364 | permission_edit_time_entries: Edit time logs | |
|
365 | permission_edit_own_time_entries: Edit own time logs | |
|
366 | permission_manage_news: Manage news | |
|
367 | permission_comment_news: Comment news | |
|
368 | permission_manage_documents: Manage documents | |
|
369 | permission_view_documents: View documents | |
|
370 | permission_manage_files: Manage files | |
|
371 | permission_view_files: View files | |
|
372 | permission_manage_wiki: Manage wiki | |
|
373 | permission_rename_wiki_pages: Rename wiki pages | |
|
374 | permission_delete_wiki_pages: Delete wiki pages | |
|
375 | permission_view_wiki_pages: View wiki | |
|
376 | permission_view_wiki_edits: View wiki history | |
|
377 | permission_edit_wiki_pages: Edit wiki pages | |
|
378 | permission_delete_wiki_pages_attachments: Delete attachments | |
|
379 | permission_protect_wiki_pages: Protect wiki pages | |
|
380 | permission_manage_repository: Manage repository | |
|
381 | permission_browse_repository: Browse repository | |
|
382 | permission_view_changesets: View changesets | |
|
383 | permission_commit_access: Commit access | |
|
384 | permission_manage_boards: Manage boards | |
|
385 | permission_view_messages: View messages | |
|
386 | permission_add_messages: Post messages | |
|
387 | permission_edit_messages: Edit messages | |
|
388 | permission_edit_own_messages: Edit own messages | |
|
389 | permission_delete_messages: Delete messages | |
|
390 | permission_delete_own_messages: Delete own messages | |
|
391 | permission_export_wiki_pages: Export wiki pages | |
|
392 | ||
|
393 | project_module_issue_tracking: Issue tracking | |
|
394 | project_module_time_tracking: Time tracking | |
|
395 | project_module_news: News | |
|
396 | project_module_documents: Documents | |
|
397 | project_module_files: Files | |
|
398 | project_module_wiki: Wiki | |
|
399 | project_module_repository: Repository | |
|
400 | project_module_boards: Boards | |
|
401 | ||
|
402 | label_user: User | |
|
403 | label_user_plural: Users | |
|
404 | label_user_new: New user | |
|
405 | label_user_anonymous: Anonymous | |
|
406 | label_project: Project | |
|
407 | label_project_new: New project | |
|
408 | label_project_plural: Projects | |
|
409 | label_x_projects: | |
|
410 | zero: no projects | |
|
411 | one: 1 project | |
|
412 | other: "{{count}} projects" | |
|
413 | label_project_all: All Projects | |
|
414 | label_project_latest: Latest projects | |
|
415 | label_issue: Issue | |
|
416 | label_issue_new: New issue | |
|
417 | label_issue_plural: Issues | |
|
418 | label_issue_view_all: View all issues | |
|
419 | label_issues_by: "Issues by {{value}}" | |
|
420 | label_issue_added: Issue added | |
|
421 | label_issue_updated: Issue updated | |
|
422 | label_document: Document | |
|
423 | label_document_new: New document | |
|
424 | label_document_plural: Documents | |
|
425 | label_document_added: Document added | |
|
426 | label_role: Role | |
|
427 | label_role_plural: Roles | |
|
428 | label_role_new: New role | |
|
429 | label_role_and_permissions: Roles and permissions | |
|
430 | label_member: Member | |
|
431 | label_member_new: New member | |
|
432 | label_member_plural: Members | |
|
433 | label_tracker: Tracker | |
|
434 | label_tracker_plural: Trackers | |
|
435 | label_tracker_new: New tracker | |
|
436 | label_workflow: Workflow | |
|
437 | label_issue_status: Issue status | |
|
438 | label_issue_status_plural: Issue statuses | |
|
439 | label_issue_status_new: New status | |
|
440 | label_issue_category: Issue category | |
|
441 | label_issue_category_plural: Issue categories | |
|
442 | label_issue_category_new: New category | |
|
443 | label_custom_field: Custom field | |
|
444 | label_custom_field_plural: Custom fields | |
|
445 | label_custom_field_new: New custom field | |
|
446 | label_enumerations: Enumerations | |
|
447 | label_enumeration_new: New value | |
|
448 | label_information: Information | |
|
449 | label_information_plural: Information | |
|
450 | label_please_login: Please log in | |
|
451 | label_register: Register | |
|
452 | label_login_with_open_id_option: or login with OpenID | |
|
453 | label_password_lost: Lost password | |
|
454 | label_home: Home | |
|
455 | label_my_page: My page | |
|
456 | label_my_account: My account | |
|
457 | label_my_projects: My projects | |
|
458 | label_administration: Administration | |
|
459 | label_login: Sign in | |
|
460 | label_logout: Sign out | |
|
461 | label_help: Help | |
|
462 | label_reported_issues: Reported issues | |
|
463 | label_assigned_to_me_issues: Issues assigned to me | |
|
464 | label_last_login: Last connection | |
|
465 | label_registered_on: Registered on | |
|
466 | label_activity: Activity | |
|
467 | label_overall_activity: Overall activity | |
|
468 | label_user_activity: "{{value}}'s activity" | |
|
469 | label_new: New | |
|
470 | label_logged_as: Logged in as | |
|
471 | label_environment: Environment | |
|
472 | label_authentication: Authentication | |
|
473 | label_auth_source: Authentication mode | |
|
474 | label_auth_source_new: New authentication mode | |
|
475 | label_auth_source_plural: Authentication modes | |
|
476 | label_subproject_plural: Subprojects | |
|
477 | label_subproject_new: New subproject | |
|
478 | label_and_its_subprojects: "{{value}} and its subprojects" | |
|
479 | label_min_max_length: Min - Max length | |
|
480 | label_list: List | |
|
481 | label_date: Date | |
|
482 | label_integer: Integer | |
|
483 | label_float: Float | |
|
484 | label_boolean: Boolean | |
|
485 | label_string: Text | |
|
486 | label_text: Long text | |
|
487 | label_attribute: Attribute | |
|
488 | label_attribute_plural: Attributes | |
|
489 | label_download: "{{count}} Download" | |
|
490 | label_download_plural: "{{count}} Downloads" | |
|
491 | label_no_data: No data to display | |
|
492 | label_change_status: Change status | |
|
493 | label_history: History | |
|
494 | label_attachment: File | |
|
495 | label_attachment_new: New file | |
|
496 | label_attachment_delete: Delete file | |
|
497 | label_attachment_plural: Files | |
|
498 | label_file_added: File added | |
|
499 | label_report: Report | |
|
500 | label_report_plural: Reports | |
|
501 | label_news: News | |
|
502 | label_news_new: Add news | |
|
503 | label_news_plural: News | |
|
504 | label_news_latest: Latest news | |
|
505 | label_news_view_all: View all news | |
|
506 | label_news_added: News added | |
|
507 | label_settings: Settings | |
|
508 | label_overview: Overview | |
|
509 | label_version: Version | |
|
510 | label_version_new: New version | |
|
511 | label_version_plural: Versions | |
|
512 | label_close_versions: Close completed versions | |
|
513 | label_confirmation: Confirmation | |
|
514 | label_export_to: 'Also available in:' | |
|
515 | label_read: Read... | |
|
516 | label_public_projects: Public projects | |
|
517 | label_open_issues: open | |
|
518 | label_open_issues_plural: open | |
|
519 | label_closed_issues: closed | |
|
520 | label_closed_issues_plural: closed | |
|
521 | label_x_open_issues_abbr_on_total: | |
|
522 | zero: 0 open / {{total}} | |
|
523 | one: 1 open / {{total}} | |
|
524 | other: "{{count}} open / {{total}}" | |
|
525 | label_x_open_issues_abbr: | |
|
526 | zero: 0 open | |
|
527 | one: 1 open | |
|
528 | other: "{{count}} open" | |
|
529 | label_x_closed_issues_abbr: | |
|
530 | zero: 0 closed | |
|
531 | one: 1 closed | |
|
532 | other: "{{count}} closed" | |
|
533 | label_total: Total | |
|
534 | label_permissions: Permissions | |
|
535 | label_current_status: Current status | |
|
536 | label_new_statuses_allowed: New statuses allowed | |
|
537 | label_all: all | |
|
538 | label_none: none | |
|
539 | label_nobody: nobody | |
|
540 | label_next: Next | |
|
541 | label_previous: Previous | |
|
542 | label_used_by: Used by | |
|
543 | label_details: Details | |
|
544 | label_add_note: Add a note | |
|
545 | label_per_page: Per page | |
|
546 | label_calendar: Calendar | |
|
547 | label_months_from: months from | |
|
548 | label_gantt: Gantt | |
|
549 | label_internal: Internal | |
|
550 | label_last_changes: "last {{count}} changes" | |
|
551 | label_change_view_all: View all changes | |
|
552 | label_personalize_page: Personalise this page | |
|
553 | label_comment: Comment | |
|
554 | label_comment_plural: Comments | |
|
555 | label_x_comments: | |
|
556 | zero: no comments | |
|
557 | one: 1 comment | |
|
558 | other: "{{count}} comments" | |
|
559 | label_comment_add: Add a comment | |
|
560 | label_comment_added: Comment added | |
|
561 | label_comment_delete: Delete comments | |
|
562 | label_query: Custom query | |
|
563 | label_query_plural: Custom queries | |
|
564 | label_query_new: New query | |
|
565 | label_filter_add: Add filter | |
|
566 | label_filter_plural: Filters | |
|
567 | label_equals: is | |
|
568 | label_not_equals: is not | |
|
569 | label_in_less_than: in less than | |
|
570 | label_in_more_than: in more than | |
|
571 | label_greater_or_equal: '>=' | |
|
572 | label_less_or_equal: '<=' | |
|
573 | label_in: in | |
|
574 | label_today: today | |
|
575 | label_all_time: all time | |
|
576 | label_yesterday: yesterday | |
|
577 | label_this_week: this week | |
|
578 | label_last_week: last week | |
|
579 | label_last_n_days: "last {{count}} days" | |
|
580 | label_this_month: this month | |
|
581 | label_last_month: last month | |
|
582 | label_this_year: this year | |
|
583 | label_date_range: Date range | |
|
584 | label_less_than_ago: less than days ago | |
|
585 | label_more_than_ago: more than days ago | |
|
586 | label_ago: days ago | |
|
587 | label_contains: contains | |
|
588 | label_not_contains: doesn't contain | |
|
589 | label_day_plural: days | |
|
590 | label_repository: Repository | |
|
591 | label_repository_plural: Repositories | |
|
592 | label_browse: Browse | |
|
593 | label_modification: "{{count}} change" | |
|
594 | label_modification_plural: "{{count}} changes" | |
|
595 | label_branch: Branch | |
|
596 | label_tag: Tag | |
|
597 | label_revision: Revision | |
|
598 | label_revision_plural: Revisions | |
|
599 | label_revision_id: "Revision {{value}}" | |
|
600 | label_associated_revisions: Associated revisions | |
|
601 | label_added: added | |
|
602 | label_modified: modified | |
|
603 | label_copied: copied | |
|
604 | label_renamed: renamed | |
|
605 | label_deleted: deleted | |
|
606 | label_latest_revision: Latest revision | |
|
607 | label_latest_revision_plural: Latest revisions | |
|
608 | label_view_revisions: View revisions | |
|
609 | label_view_all_revisions: View all revisions | |
|
610 | label_max_size: Maximum size | |
|
611 | label_sort_highest: Move to top | |
|
612 | label_sort_higher: Move up | |
|
613 | label_sort_lower: Move down | |
|
614 | label_sort_lowest: Move to bottom | |
|
615 | label_roadmap: Roadmap | |
|
616 | label_roadmap_due_in: "Due in {{value}}" | |
|
617 | label_roadmap_overdue: "{{value}} late" | |
|
618 | label_roadmap_no_issues: No issues for this version | |
|
619 | label_search: Search | |
|
620 | label_result_plural: Results | |
|
621 | label_all_words: All words | |
|
622 | label_wiki: Wiki | |
|
623 | label_wiki_edit: Wiki edit | |
|
624 | label_wiki_edit_plural: Wiki edits | |
|
625 | label_wiki_page: Wiki page | |
|
626 | label_wiki_page_plural: Wiki pages | |
|
627 | label_index_by_title: Index by title | |
|
628 | label_index_by_date: Index by date | |
|
629 | label_current_version: Current version | |
|
630 | label_preview: Preview | |
|
631 | label_feed_plural: Feeds | |
|
632 | label_changes_details: Details of all changes | |
|
633 | label_issue_tracking: Issue tracking | |
|
634 | label_spent_time: Spent time | |
|
635 | label_f_hour: "{{value}} hour" | |
|
636 | label_f_hour_plural: "{{value}} hours" | |
|
637 | label_time_tracking: Time tracking | |
|
638 | label_change_plural: Changes | |
|
639 | label_statistics: Statistics | |
|
640 | label_commits_per_month: Commits per month | |
|
641 | label_commits_per_author: Commits per author | |
|
642 | label_view_diff: View differences | |
|
643 | label_diff_inline: inline | |
|
644 | label_diff_side_by_side: side by side | |
|
645 | label_options: Options | |
|
646 | label_copy_workflow_from: Copy workflow from | |
|
647 | label_permissions_report: Permissions report | |
|
648 | label_watched_issues: Watched issues | |
|
649 | label_related_issues: Related issues | |
|
650 | label_applied_status: Applied status | |
|
651 | label_loading: Loading... | |
|
652 | label_relation_new: New relation | |
|
653 | label_relation_delete: Delete relation | |
|
654 | label_relates_to: related to | |
|
655 | label_duplicates: duplicates | |
|
656 | label_duplicated_by: duplicated by | |
|
657 | label_blocks: blocks | |
|
658 | label_blocked_by: blocked by | |
|
659 | label_precedes: precedes | |
|
660 | label_follows: follows | |
|
661 | label_end_to_start: end to start | |
|
662 | label_end_to_end: end to end | |
|
663 | label_start_to_start: start to start | |
|
664 | label_start_to_end: start to end | |
|
665 | label_stay_logged_in: Stay logged in | |
|
666 | label_disabled: disabled | |
|
667 | label_show_completed_versions: Show completed versions | |
|
668 | label_me: me | |
|
669 | label_board: Forum | |
|
670 | label_board_new: New forum | |
|
671 | label_board_plural: Forums | |
|
672 | label_board_locked: Locked | |
|
673 | label_board_sticky: Sticky | |
|
674 | label_topic_plural: Topics | |
|
675 | label_message_plural: Messages | |
|
676 | label_message_last: Last message | |
|
677 | label_message_new: New message | |
|
678 | label_message_posted: Message added | |
|
679 | label_reply_plural: Replies | |
|
680 | label_send_information: Send account information to the user | |
|
681 | label_year: Year | |
|
682 | label_month: Month | |
|
683 | label_week: Week | |
|
684 | label_date_from: From | |
|
685 | label_date_to: To | |
|
686 | label_language_based: Based on user's language | |
|
687 | label_sort_by: "Sort by {{value}}" | |
|
688 | label_send_test_email: Send a test email | |
|
689 | label_feeds_access_key: RSS access key | |
|
690 | label_missing_feeds_access_key: Missing a RSS access key | |
|
691 | label_feeds_access_key_created_on: "RSS access key created {{value}} ago" | |
|
692 | label_module_plural: Modules | |
|
693 | label_added_time_by: "Added by {{author}} {{age}} ago" | |
|
694 | label_updated_time_by: "Updated by {{author}} {{age}} ago" | |
|
695 | label_updated_time: "Updated {{value}} ago" | |
|
696 | label_jump_to_a_project: Jump to a project... | |
|
697 | label_file_plural: Files | |
|
698 | label_changeset_plural: Changesets | |
|
699 | label_default_columns: Default columns | |
|
700 | label_no_change_option: (No change) | |
|
701 | label_bulk_edit_selected_issues: Bulk edit selected issues | |
|
702 | label_theme: Theme | |
|
703 | label_default: Default | |
|
704 | label_search_titles_only: Search titles only | |
|
705 | label_user_mail_option_all: "For any event on all my projects" | |
|
706 | label_user_mail_option_selected: "For any event on the selected projects only..." | |
|
707 | label_user_mail_option_none: "Only for things I watch or I'm involved in" | |
|
708 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
|
709 | label_registration_activation_by_email: account activation by email | |
|
710 | label_registration_manual_activation: manual account activation | |
|
711 | label_registration_automatic_activation: automatic account activation | |
|
712 | label_display_per_page: "Per page: {{value}}" | |
|
713 | label_age: Age | |
|
714 | label_change_properties: Change properties | |
|
715 | label_general: General | |
|
716 | label_more: More | |
|
717 | label_scm: SCM | |
|
718 | label_plugins: Plugins | |
|
719 | label_ldap_authentication: LDAP authentication | |
|
720 | label_downloads_abbr: D/L | |
|
721 | label_optional_description: Optional description | |
|
722 | label_add_another_file: Add another file | |
|
723 | label_preferences: Preferences | |
|
724 | label_chronological_order: In chronological order | |
|
725 | label_reverse_chronological_order: In reverse chronological order | |
|
726 | label_planning: Planning | |
|
727 | label_incoming_emails: Incoming emails | |
|
728 | label_generate_key: Generate a key | |
|
729 | label_issue_watchers: Watchers | |
|
730 | label_example: Example | |
|
731 | label_display: Display | |
|
732 | label_sort: Sort | |
|
733 | label_ascending: Ascending | |
|
734 | label_descending: Descending | |
|
735 | label_date_from_to: From {{start}} to {{end}} | |
|
736 | label_wiki_content_added: Wiki page added | |
|
737 | label_wiki_content_updated: Wiki page updated | |
|
738 | label_group: Group | |
|
739 | label_group_plural: Groups | |
|
740 | label_group_new: New group | |
|
741 | label_time_entry_plural: Spent time | |
|
742 | label_version_sharing_none: Not shared | |
|
743 | label_version_sharing_descendants: With subprojects | |
|
744 | label_version_sharing_hierarchy: With project hierarchy | |
|
745 | label_version_sharing_tree: With project tree | |
|
746 | label_version_sharing_system: With all projects | |
|
747 | label_update_issue_done_ratios: Update issue done ratios | |
|
748 | label_copy_source: Source | |
|
749 | label_copy_target: Target | |
|
750 | label_copy_same_as_target: Same as target | |
|
751 | label_display_used_statuses_only: Only display statuses that are used by this tracker | |
|
752 | label_api_access_key: API access key | |
|
753 | label_missing_api_access_key: Missing an API access key | |
|
754 | label_api_access_key_created_on: "API access key created {{value}} ago" | |
|
755 | ||
|
756 | button_login: Login | |
|
757 | button_submit: Submit | |
|
758 | button_save: Save | |
|
759 | button_check_all: Check all | |
|
760 | button_uncheck_all: Uncheck all | |
|
761 | button_delete: Delete | |
|
762 | button_create: Create | |
|
763 | button_create_and_continue: Create and continue | |
|
764 | button_test: Test | |
|
765 | button_edit: Edit | |
|
766 | button_add: Add | |
|
767 | button_change: Change | |
|
768 | button_apply: Apply | |
|
769 | button_clear: Clear | |
|
770 | button_lock: Lock | |
|
771 | button_unlock: Unlock | |
|
772 | button_download: Download | |
|
773 | button_list: List | |
|
774 | button_view: View | |
|
775 | button_move: Move | |
|
776 | button_move_and_follow: Move and follow | |
|
777 | button_back: Back | |
|
778 | button_cancel: Cancel | |
|
779 | button_activate: Activate | |
|
780 | button_sort: Sort | |
|
781 | button_log_time: Log time | |
|
782 | button_rollback: Rollback to this version | |
|
783 | button_watch: Watch | |
|
784 | button_unwatch: Unwatch | |
|
785 | button_reply: Reply | |
|
786 | button_archive: Archive | |
|
787 | button_unarchive: Unarchive | |
|
788 | button_reset: Reset | |
|
789 | button_rename: Rename | |
|
790 | button_change_password: Change password | |
|
791 | button_copy: Copy | |
|
792 | button_copy_and_follow: Copy and follow | |
|
793 | button_annotate: Annotate | |
|
794 | button_update: Update | |
|
795 | button_configure: Configure | |
|
796 | button_quote: Quote | |
|
797 | button_duplicate: Duplicate | |
|
798 | button_show: Show | |
|
799 | ||
|
800 | status_active: active | |
|
801 | status_registered: registered | |
|
802 | status_locked: locked | |
|
803 | ||
|
804 | version_status_open: open | |
|
805 | version_status_locked: locked | |
|
806 | version_status_closed: closed | |
|
807 | ||
|
808 | field_active: Active | |
|
809 | ||
|
810 | text_select_mail_notifications: Select actions for which email notifications should be sent. | |
|
811 | text_regexp_info: eg. ^[A-Z0-9]+$ | |
|
812 | text_min_max_length_info: 0 means no restriction | |
|
813 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data? | |
|
814 | text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted." | |
|
815 | text_workflow_edit: Select a role and a tracker to edit the workflow | |
|
816 | text_are_you_sure: Are you sure? | |
|
817 | text_journal_changed: "{{label}} changed from {{old}} to {{new}}" | |
|
818 | text_journal_set_to: "{{label}} set to {{value}}" | |
|
819 | text_journal_deleted: "{{label}} deleted ({{old}})" | |
|
820 | text_journal_added: "{{label}} {{value}} added" | |
|
821 | text_tip_task_begin_day: task beginning this day | |
|
822 | text_tip_task_end_day: task ending this day | |
|
823 | text_tip_task_begin_end_day: task beginning and ending this day | |
|
824 | text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.' | |
|
825 | text_caracters_maximum: "{{count}} characters maximum." | |
|
826 | text_caracters_minimum: "Must be at least {{count}} characters long." | |
|
827 | text_length_between: "Length between {{min}} and {{max}} characters." | |
|
828 | text_tracker_no_workflow: No workflow defined for this tracker | |
|
829 | text_unallowed_characters: Unallowed characters | |
|
830 | text_comma_separated: Multiple values allowed (comma separated). | |
|
831 | text_line_separated: Multiple values allowed (one line for each value). | |
|
832 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
|
833 | text_issue_added: "Issue {{id}} has been reported by {{author}}." | |
|
834 | text_issue_updated: "Issue {{id}} has been updated by {{author}}." | |
|
835 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content? | |
|
836 | text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do?" | |
|
837 | text_issue_category_destroy_assignments: Remove category assignments | |
|
838 | text_issue_category_reassign_to: Reassign issues to this category | |
|
839 | 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)." | |
|
840 | 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." | |
|
841 | text_load_default_configuration: Load the default configuration | |
|
842 | text_status_changed_by_changeset: "Applied in changeset {{value}}." | |
|
843 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' | |
|
844 | text_select_project_modules: 'Select modules to enable for this project:' | |
|
845 | text_default_administrator_account_changed: Default administrator account changed | |
|
846 | text_file_repository_writable: Attachments directory writable | |
|
847 | text_plugin_assets_writable: Plugin assets directory writable | |
|
848 | text_rmagick_available: RMagick available (optional) | |
|
849 | text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do?" | |
|
850 | text_destroy_time_entries: Delete reported hours | |
|
851 | text_assign_time_entries_to_project: Assign reported hours to the project | |
|
852 | text_reassign_time_entries: 'Reassign reported hours to this issue:' | |
|
853 | text_user_wrote: "{{value}} wrote:" | |
|
854 | text_enumeration_destroy_question: "{{count}} objects are assigned to this value." | |
|
855 | text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
|
856 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." | |
|
857 | 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." | |
|
858 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' | |
|
859 | text_custom_field_possible_values_info: 'One line for each value' | |
|
860 | text_wiki_page_destroy_question: "This page has {{descendants}} child page(s) and descendant(s). What do you want to do?" | |
|
861 | text_wiki_page_nullify_children: "Keep child pages as root pages" | |
|
862 | text_wiki_page_destroy_children: "Delete child pages and all their descendants" | |
|
863 | text_wiki_page_reassign_children: "Reassign child pages to this parent page" | |
|
864 | 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?" | |
|
865 | ||
|
866 | default_role_manager: Manager | |
|
867 | default_role_developper: Developer | |
|
868 | default_role_reporter: Reporter | |
|
869 | default_tracker_bug: Bug | |
|
870 | default_tracker_feature: Feature | |
|
871 | default_tracker_support: Support | |
|
872 | default_issue_status_new: New | |
|
873 | default_issue_status_in_progress: In Progress | |
|
874 | default_issue_status_resolved: Resolved | |
|
875 | default_issue_status_feedback: Feedback | |
|
876 | default_issue_status_closed: Closed | |
|
877 | default_issue_status_rejected: Rejected | |
|
878 | default_doc_category_user: User documentation | |
|
879 | default_doc_category_tech: Technical documentation | |
|
880 | default_priority_low: Low | |
|
881 | default_priority_normal: Normal | |
|
882 | default_priority_high: High | |
|
883 | default_priority_urgent: Urgent | |
|
884 | default_priority_immediate: Immediate | |
|
885 | default_activity_design: Design | |
|
886 | default_activity_development: Development | |
|
887 | ||
|
888 | enumeration_issue_priorities: Issue priorities | |
|
889 | enumeration_doc_categories: Document categories | |
|
890 | enumeration_activities: Activities (time tracking) | |
|
891 | enumeration_system_activity: System Activity | |
|
892 |
@@ -0,0 +1,127 | |||
|
1 | // ** I18N | |
|
2 | ||
|
3 | // Calendar EN language | |
|
4 | // Author: Mihai Bazon, <mihai_bazon@yahoo.com> | |
|
5 | // Encoding: any | |
|
6 | // Distributed under the same terms as the calendar itself. | |
|
7 | ||
|
8 | // For translators: please use UTF-8 if possible. We strongly believe that | |
|
9 | // Unicode is the answer to a real internationalized world. Also please | |
|
10 | // include your contact information in the header, as can be seen above. | |
|
11 | ||
|
12 | // full day names | |
|
13 | Calendar._DN = new Array | |
|
14 | ("Sunday", | |
|
15 | "Monday", | |
|
16 | "Tuesday", | |
|
17 | "Wednesday", | |
|
18 | "Thursday", | |
|
19 | "Friday", | |
|
20 | "Saturday", | |
|
21 | "Sunday"); | |
|
22 | ||
|
23 | // Please note that the following array of short day names (and the same goes | |
|
24 | // for short month names, _SMN) isn't absolutely necessary. We give it here | |
|
25 | // for exemplification on how one can customize the short day names, but if | |
|
26 | // they are simply the first N letters of the full name you can simply say: | |
|
27 | // | |
|
28 | // Calendar._SDN_len = N; // short day name length | |
|
29 | // Calendar._SMN_len = N; // short month name length | |
|
30 | // | |
|
31 | // If N = 3 then this is not needed either since we assume a value of 3 if not | |
|
32 | // present, to be compatible with translation files that were written before | |
|
33 | // this feature. | |
|
34 | ||
|
35 | // short day names | |
|
36 | Calendar._SDN = new Array | |
|
37 | ("Sun", | |
|
38 | "Mon", | |
|
39 | "Tue", | |
|
40 | "Wed", | |
|
41 | "Thu", | |
|
42 | "Fri", | |
|
43 | "Sat", | |
|
44 | "Sun"); | |
|
45 | ||
|
46 | // First day of the week. "0" means display Sunday first, "1" means display | |
|
47 | // Monday first, etc. | |
|
48 | Calendar._FD = 1; | |
|
49 | ||
|
50 | // full month names | |
|
51 | Calendar._MN = new Array | |
|
52 | ("January", | |
|
53 | "February", | |
|
54 | "March", | |
|
55 | "April", | |
|
56 | "May", | |
|
57 | "June", | |
|
58 | "July", | |
|
59 | "August", | |
|
60 | "September", | |
|
61 | "October", | |
|
62 | "November", | |
|
63 | "December"); | |
|
64 | ||
|
65 | // short month names | |
|
66 | Calendar._SMN = new Array | |
|
67 | ("Jan", | |
|
68 | "Feb", | |
|
69 | "Mar", | |
|
70 | "Apr", | |
|
71 | "May", | |
|
72 | "Jun", | |
|
73 | "Jul", | |
|
74 | "Aug", | |
|
75 | "Sep", | |
|
76 | "Oct", | |
|
77 | "Nov", | |
|
78 | "Dec"); | |
|
79 | ||
|
80 | // tooltips | |
|
81 | Calendar._TT = {}; | |
|
82 | Calendar._TT["INFO"] = "About the calendar"; | |
|
83 | ||
|
84 | Calendar._TT["ABOUT"] = | |
|
85 | "DHTML Date/Time Selector\n" + | |
|
86 | "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) | |
|
87 | "For latest version visit: http://www.dynarch.com/projects/calendar/\n" + | |
|
88 | "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + | |
|
89 | "\n\n" + | |
|
90 | "Date selection:\n" + | |
|
91 | "- Use the \xab, \xbb buttons to select year\n" + | |
|
92 | "- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" + | |
|
93 | "- Hold mouse button on any of the above buttons for faster selection."; | |
|
94 | Calendar._TT["ABOUT_TIME"] = "\n\n" + | |
|
95 | "Time selection:\n" + | |
|
96 | "- Click on any of the time parts to increase it\n" + | |
|
97 | "- or Shift-click to decrease it\n" + | |
|
98 | "- or click and drag for faster selection."; | |
|
99 | ||
|
100 | Calendar._TT["PREV_YEAR"] = "Prev. year (hold for menu)"; | |
|
101 | Calendar._TT["PREV_MONTH"] = "Prev. month (hold for menu)"; | |
|
102 | Calendar._TT["GO_TODAY"] = "Go Today"; | |
|
103 | Calendar._TT["NEXT_MONTH"] = "Next month (hold for menu)"; | |
|
104 | Calendar._TT["NEXT_YEAR"] = "Next year (hold for menu)"; | |
|
105 | Calendar._TT["SEL_DATE"] = "Select date"; | |
|
106 | Calendar._TT["DRAG_TO_MOVE"] = "Drag to move"; | |
|
107 | Calendar._TT["PART_TODAY"] = " (today)"; | |
|
108 | ||
|
109 | // the following is to inform that "%s" is to be the first day of week | |
|
110 | // %s will be replaced with the day name. | |
|
111 | Calendar._TT["DAY_FIRST"] = "Display %s first"; | |
|
112 | ||
|
113 | // This may be locale-dependent. It specifies the week-end days, as an array | |
|
114 | // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 | |
|
115 | // means Monday, etc. | |
|
116 | Calendar._TT["WEEKEND"] = "0,6"; | |
|
117 | ||
|
118 | Calendar._TT["CLOSE"] = "Close"; | |
|
119 | Calendar._TT["TODAY"] = "Today"; | |
|
120 | Calendar._TT["TIME_PART"] = "(Shift-)Click or drag to change value"; | |
|
121 | ||
|
122 | // date formats | |
|
123 | Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; | |
|
124 | Calendar._TT["TT_DATE_FORMAT"] = "%a, %e %b"; | |
|
125 | ||
|
126 | Calendar._TT["WK"] = "wk"; | |
|
127 | Calendar._TT["TIME"] = "Time:"; |
@@ -0,0 +1,16 | |||
|
1 | jsToolBar.strings = {}; | |
|
2 | jsToolBar.strings['Strong'] = 'Strong'; | |
|
3 | jsToolBar.strings['Italic'] = 'Italic'; | |
|
4 | jsToolBar.strings['Underline'] = 'Underline'; | |
|
5 | jsToolBar.strings['Deleted'] = 'Deleted'; | |
|
6 | jsToolBar.strings['Code'] = 'Inline Code'; | |
|
7 | jsToolBar.strings['Heading 1'] = 'Heading 1'; | |
|
8 | jsToolBar.strings['Heading 2'] = 'Heading 2'; | |
|
9 | jsToolBar.strings['Heading 3'] = 'Heading 3'; | |
|
10 | jsToolBar.strings['Unordered list'] = 'Unordered list'; | |
|
11 | jsToolBar.strings['Ordered list'] = 'Ordered list'; | |
|
12 | jsToolBar.strings['Quote'] = 'Quote'; | |
|
13 | jsToolBar.strings['Unquote'] = 'Remove Quote'; | |
|
14 | jsToolBar.strings['Preformatted text'] = 'Preformatted text'; | |
|
15 | jsToolBar.strings['Wiki link'] = 'Link to a Wiki page'; | |
|
16 | jsToolBar.strings['Image'] = 'Image'; |
@@ -1,933 +1,935 | |||
|
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 | date: |
|
7 | 7 | formats: |
|
8 | 8 | # Use the strftime parameters for formats. |
|
9 | 9 | # When no format has been given, it uses default. |
|
10 | 10 | # You can provide other formats here if you like! |
|
11 | 11 | default: "%Y/%m/%d" |
|
12 | 12 | short: "%m/%d" |
|
13 | 13 | long: "%Y年%m月%d日(%a)" |
|
14 | 14 | |
|
15 | 15 | day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日] |
|
16 | 16 | abbr_day_names: [日, 月, 火, 水, 木, 金, 土] |
|
17 | 17 | |
|
18 | 18 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
19 | 19 | month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
20 | 20 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
21 | 21 | # Used in date_select and datime_select. |
|
22 | 22 | order: [ :year, :month, :day ] |
|
23 | 23 | |
|
24 | 24 | time: |
|
25 | 25 | formats: |
|
26 | 26 | default: "%Y/%m/%d %H:%M:%S" |
|
27 | 27 | time: "%H:%M" |
|
28 | 28 | short: "%y/%m/%d %H:%M" |
|
29 | 29 | long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z" |
|
30 | 30 | am: "午前" |
|
31 | 31 | pm: "午後" |
|
32 | 32 | |
|
33 | 33 | datetime: |
|
34 | 34 | distance_in_words: |
|
35 | 35 | half_a_minute: "30秒前後" |
|
36 | 36 | less_than_x_seconds: |
|
37 | 37 | one: "1秒以内" |
|
38 | 38 | other: "{{count}}秒以内" |
|
39 | 39 | x_seconds: |
|
40 | 40 | one: "1秒" |
|
41 | 41 | other: "{{count}}秒" |
|
42 | 42 | less_than_x_minutes: |
|
43 | 43 | one: "1分以内" |
|
44 | 44 | other: "{{count}}分以内" |
|
45 | 45 | x_minutes: |
|
46 | 46 | one: "1分" |
|
47 | 47 | other: "{{count}}分" |
|
48 | 48 | about_x_hours: |
|
49 | 49 | one: "約1時間" |
|
50 | 50 | other: "約{{count}}時間" |
|
51 | 51 | x_days: |
|
52 | 52 | one: "1日" |
|
53 | 53 | other: "{{count}}日" |
|
54 | 54 | about_x_months: |
|
55 | 55 | one: "約1ヶ月" |
|
56 | 56 | other: "約{{count}}ヶ月" |
|
57 | 57 | x_months: |
|
58 | 58 | one: "1ヶ月" |
|
59 | 59 | other: "{{count}}ヶ月" |
|
60 | 60 | about_x_years: |
|
61 | 61 | one: "約1年" |
|
62 | 62 | other: "約{{count}}年" |
|
63 | 63 | over_x_years: |
|
64 | 64 | one: "1年以上" |
|
65 | 65 | other: "{{count}}年以上" |
|
66 | 66 | almost_x_years: |
|
67 | 67 | one: "ほぼ1年" |
|
68 | 68 | other: "ほぼ{{count}}年" |
|
69 | 69 | |
|
70 | 70 | number: |
|
71 | 71 | format: |
|
72 | 72 | separator: "." |
|
73 | 73 | delimiter: "," |
|
74 | 74 | precision: 3 |
|
75 | 75 | |
|
76 | 76 | currency: |
|
77 | 77 | format: |
|
78 | 78 | format: "%n%u" |
|
79 | 79 | unit: "円" |
|
80 | 80 | separator: "." |
|
81 | 81 | delimiter: "," |
|
82 | 82 | precision: 0 |
|
83 | 83 | |
|
84 | 84 | percentage: |
|
85 | 85 | format: |
|
86 | 86 | delimiter: "" |
|
87 | 87 | |
|
88 | 88 | precision: |
|
89 | 89 | format: |
|
90 | 90 | delimiter: "" |
|
91 | 91 | |
|
92 | 92 | human: |
|
93 | 93 | format: |
|
94 | 94 | delimiter: "" |
|
95 | 95 | precision: 1 |
|
96 | 96 | storage_units: |
|
97 | 97 | format: "%n %u" |
|
98 | 98 | units: |
|
99 | 99 | byte: |
|
100 | 100 | one: "Byte" |
|
101 | 101 | other: "Bytes" |
|
102 | 102 | kb: "KB" |
|
103 | 103 | mb: "MB" |
|
104 | 104 | gb: "GB" |
|
105 | 105 | tb: "TB" |
|
106 | 106 | |
|
107 | 107 | |
|
108 | 108 | # Used in array.to_sentence. |
|
109 | 109 | support: |
|
110 | 110 | array: |
|
111 | 111 | sentence_connector: "及び" |
|
112 | 112 | skip_last_comma: true |
|
113 | 113 | |
|
114 | 114 | activerecord: |
|
115 | 115 | errors: |
|
116 | 116 | template: |
|
117 | 117 | header: |
|
118 | 118 | one: "{{model}} にエラーが発生しました。" |
|
119 | 119 | other: "{{model}} に {{count}} つのエラーが発生しました。" |
|
120 | 120 | body: "次の項目を確認してください。" |
|
121 | 121 | |
|
122 | 122 | messages: |
|
123 | 123 | inclusion: "は一覧にありません。" |
|
124 | 124 | exclusion: "は予約されています。" |
|
125 | 125 | invalid: "は不正な値です。" |
|
126 | 126 | confirmation: "が一致しません。" |
|
127 | 127 | accepted: "を受諾してください。" |
|
128 | 128 | empty: "を入力してください。" |
|
129 | 129 | blank: "を入力してください。" |
|
130 | 130 | too_long: "は{{count}}文字以内で入力してください。" |
|
131 | 131 | too_short: "は{{count}}文字以上で入力してください。" |
|
132 | 132 | wrong_length: "は{{count}}文字で入力してください。" |
|
133 | 133 | taken: "はすでに存在します。" |
|
134 | 134 | not_a_number: "は数値で入力してください。" |
|
135 | 135 | not_a_date: "は日付を入力してください。" |
|
136 | 136 | greater_than: "は{{count}}より大きい値にしてください。" |
|
137 | 137 | greater_than_or_equal_to: "は{{count}}以上の値にしてください。" |
|
138 | 138 | equal_to: "は{{count}}にしてください。" |
|
139 | 139 | less_than: "は{{count}}より小さい値にしてください。" |
|
140 | 140 | less_than_or_equal_to: "は{{count}}以下の値にしてください。" |
|
141 | 141 | odd: "は奇数にしてください。" |
|
142 | 142 | even: "は偶数にしてください。" |
|
143 | 143 | greater_than_start_date: "を開始日より後にしてください" |
|
144 | 144 | not_same_project: "同じプロジェクトに属していません" |
|
145 | 145 | circular_dependency: "この関係では、循環依存になります" |
|
146 | 146 | |
|
147 | 147 | actionview_instancetag_blank_option: 選んでください |
|
148 | 148 | |
|
149 | 149 | general_text_No: 'いいえ' |
|
150 | 150 | general_text_Yes: 'はい' |
|
151 | 151 | general_text_no: 'いいえ' |
|
152 | 152 | general_text_yes: 'はい' |
|
153 | 153 | general_lang_name: 'Japanese (日本語)' |
|
154 | 154 | general_csv_separator: ',' |
|
155 | 155 | general_csv_decimal_separator: '.' |
|
156 | 156 | general_csv_encoding: CP932 |
|
157 | 157 | general_pdf_encoding: CP932 |
|
158 | 158 | general_first_day_of_week: '7' |
|
159 | 159 | |
|
160 | 160 | notice_account_updated: アカウントが更新されました。 |
|
161 | 161 | notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効 |
|
162 | 162 | notice_account_password_updated: パスワードが更新されました。 |
|
163 | 163 | notice_account_wrong_password: パスワードが違います |
|
164 | 164 | notice_account_register_done: アカウントが作成されました。 |
|
165 | 165 | notice_account_unknown_email: ユーザが存在しません。 |
|
166 | 166 | notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。 |
|
167 | 167 | notice_account_lost_email_sent: 新しいパスワードのメールを送信しました。 |
|
168 | 168 | notice_account_activated: アカウントが有効になりました。ログインできます。 |
|
169 | 169 | notice_successful_create: 作成しました。 |
|
170 | 170 | notice_successful_update: 更新しました。 |
|
171 | 171 | notice_successful_delete: 削除しました。 |
|
172 | 172 | notice_successful_connection: 接続しました。 |
|
173 | 173 | notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。 |
|
174 | 174 | notice_locking_conflict: 別のユーザがデータを更新しています。 |
|
175 | 175 | notice_not_authorized: このページにアクセスするには認証が必要です。 |
|
176 | 176 | notice_email_sent: "{{value}} 宛にメールを送信しました。" |
|
177 | 177 | notice_email_error: "メール送信中にエラーが発生しました ({{value}})" |
|
178 | 178 | notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました。 |
|
179 | 179 | notice_api_access_key_reseted: APIアクセスキーを初期化しました。 |
|
180 | 180 | notice_failed_to_save_issues: "{{total}}件のうち{{count}}件のチケットが保存できませんでした: {{ids}}." |
|
181 | 181 | notice_failed_to_save_members: "メンバーの保存に失敗しました: {{errors}}." |
|
182 | 182 | notice_no_issue_selected: "チケットが選択されていません! 更新対象のチケットを選択してください。" |
|
183 | 183 | notice_account_pending: アカウントは作成済みで、管理者の承認待ちです。 |
|
184 | 184 | notice_default_data_loaded: デフォルト設定をロードしました。 |
|
185 | 185 | notice_unable_delete_version: バージョンを削除できません |
|
186 | notice_unable_delete_time_entry: 作業時間を削除できません | |
|
186 | 187 | notice_issue_done_ratios_updated: チケットの進捗が更新されました。 |
|
187 | 188 | |
|
188 | 189 | error_can_t_load_default_data: "デフォルト設定がロードできませんでした: {{value}}" |
|
189 | 190 | error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。 |
|
190 | 191 | error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: {{value}}" |
|
191 | 192 | error_scm_annotate: "エントリが存在しない、もしくはアノテートできません。" |
|
192 | 193 | error_issue_not_found_in_project: 'チケットが見つかりません、もしくはこのプロジェクトに属していません' |
|
193 | 194 | error_unable_delete_issue_status: "チケットのステータスを削除できませんでした。" |
|
194 | 195 | error_no_tracker_in_project: 'このプロジェクトにはトラッカーが登録されていません。プロジェクト設定を確認してください。' |
|
195 | 196 | error_no_default_issue_status: 'デフォルトのチケットステータスが定義されていません。設定を確認してください(管理→チケットのステータス)。' |
|
196 | 197 | error_can_not_delete_custom_field: 'カスタムフィールドを削除できません。' |
|
197 | 198 | error_unable_to_connect: "接続できません。 ({{value}})" |
|
198 | 199 | error_can_not_remove_role: 'このロールは使用されています。削除できません。' |
|
199 | 200 | error_can_not_reopen_issue_on_closed_version: '終了したバージョンにひも付けされたチケットの再オープンはできません。' |
|
200 | 201 | error_can_not_archive_project: このプロジェクトは書庫に保存できません |
|
201 | 202 | error_issue_done_ratios_not_updated: "チケットの進捗が更新できません。" |
|
202 | 203 | error_workflow_copy_source: 'コピー元となるトラッカーまたはロールを選択してください' |
|
203 | 204 | error_workflow_copy_target: 'コピー先となるトラッカーとロールを選択してください' |
|
204 | 205 | error_can_not_delete_tracker: 'このトラッカーは使用されています。削除できません。' |
|
205 | 206 | |
|
206 | 207 | warning_attachments_not_saved: "{{count}}個の添付ファイルが保存できませんでした。" |
|
207 | 208 | |
|
208 | 209 | mail_subject_lost_password: "{{value}} パスワード再発行" |
|
209 | 210 | mail_body_lost_password: 'パスワードを変更するには、以下のリンクをクリックしてください:' |
|
210 | 211 | mail_subject_register: "{{value}} アカウント登録の確認" |
|
211 | 212 | mail_body_register: 'アカウント登録を完了するには、以下のアドレスをクリックしてください:' |
|
212 | 213 | mail_body_account_information_external: "{{value}} アカウントを使ってにログインできます。" |
|
213 | 214 | mail_body_account_information: アカウント情報 |
|
214 | 215 | mail_subject_account_activation_request: "{{value}} アカウントの承認要求" |
|
215 | 216 | mail_body_account_activation_request: "新しいユーザ {{value}} が登録されました。このアカウントはあなたの承認待ちです:" |
|
216 | 217 | mail_subject_reminder: "{{count}}件のチケットが期日間近です" |
|
217 | 218 | mail_body_reminder: "{{count}}件の担当チケットの期日が{{days}}日以内に到来します:" |
|
218 | 219 | mail_subject_wiki_content_added: "Wikiページ {{page}} が追加されました" |
|
219 | 220 | mail_body_wiki_content_added: "{{author}} によってWikiページ {{page}} が追加されました。" |
|
220 | 221 | mail_subject_wiki_content_updated: "Wikiページ {{page}} が更新されました" |
|
221 | 222 | mail_body_wiki_content_updated: "{{author}} によってWikiページ {{page}} が更新されました。" |
|
222 | 223 | |
|
223 | 224 | gui_validation_error: 1件のエラー |
|
224 | 225 | gui_validation_error_plural: "{{count}}件のエラー" |
|
225 | 226 | |
|
226 | 227 | field_name: 名称 |
|
227 | 228 | field_description: 説明 |
|
228 | 229 | field_summary: サマリー |
|
229 | 230 | field_is_required: 必須 |
|
230 | 231 | field_firstname: 名前 |
|
231 | 232 | field_lastname: 苗字 |
|
232 | 233 | field_mail: メールアドレス |
|
233 | 234 | field_filename: ファイル |
|
234 | 235 | field_filesize: サイズ |
|
235 | 236 | field_downloads: ダウンロード |
|
236 | 237 | field_author: 作成者 |
|
237 | 238 | field_created_on: 作成日 |
|
238 | 239 | field_updated_on: 更新日 |
|
239 | 240 | field_field_format: 書式 |
|
240 | 241 | field_is_for_all: 全プロジェクト向け |
|
241 | 242 | field_possible_values: 選択肢 |
|
242 | 243 | field_regexp: 正規表現 |
|
243 | 244 | field_min_length: 最小値 |
|
244 | 245 | field_max_length: 最大値 |
|
245 | 246 | field_value: 値 |
|
246 | 247 | field_category: カテゴリ |
|
247 | 248 | field_title: タイトル |
|
248 | 249 | field_project: プロジェクト |
|
249 | 250 | field_issue: チケット |
|
250 | 251 | field_status: ステータス |
|
251 | 252 | field_notes: 注記 |
|
252 | 253 | field_is_closed: 終了したチケット |
|
253 | 254 | field_is_default: デフォルト値 |
|
254 | 255 | field_tracker: トラッカー |
|
255 | 256 | field_subject: 題名 |
|
256 | 257 | field_due_date: 期日 |
|
257 | 258 | field_assigned_to: 担当者 |
|
258 | 259 | field_priority: 優先度 |
|
259 | 260 | field_fixed_version: 対象バージョン |
|
260 | 261 | field_user: ユーザ |
|
261 | 262 | field_principal: 主体 |
|
262 | 263 | field_role: ロール |
|
263 | 264 | field_homepage: ホームページ |
|
264 | 265 | field_is_public: 公開 |
|
265 | 266 | field_parent: 親プロジェクト名 |
|
266 | 267 | field_is_in_roadmap: チケットをロードマップに表示する |
|
267 | 268 | field_login: ログイン |
|
268 | 269 | field_mail_notification: メール通知 |
|
269 | 270 | field_admin: 管理者 |
|
270 | 271 | field_last_login_on: 最終接続日 |
|
271 | 272 | field_language: 言語 |
|
272 | 273 | field_effective_date: 期日 |
|
273 | 274 | field_password: パスワード |
|
274 | 275 | field_new_password: 新しいパスワード |
|
275 | 276 | field_password_confirmation: パスワードの確認 |
|
276 | 277 | field_version: バージョン |
|
277 | 278 | field_type: タイプ |
|
278 | 279 | field_host: ホスト |
|
279 | 280 | field_port: ポート |
|
280 | 281 | field_account: アカウント |
|
281 | 282 | field_base_dn: 検索範囲 |
|
282 | 283 | field_attr_login: ログイン名属性 |
|
283 | 284 | field_attr_firstname: 名前属性 |
|
284 | 285 | field_attr_lastname: 苗字属性 |
|
285 | 286 | field_attr_mail: メール属性 |
|
286 | 287 | field_onthefly: あわせてユーザを作成 |
|
287 | 288 | field_start_date: 開始日 |
|
288 | 289 | field_done_ratio: 進捗 % |
|
289 | 290 | field_auth_source: 認証方式 |
|
290 | 291 | field_hide_mail: メールアドレスを隠す |
|
291 | 292 | field_comments: コメント |
|
292 | 293 | field_url: URL |
|
293 | 294 | field_start_page: メインページ |
|
294 | 295 | field_subproject: サブプロジェクト |
|
295 | 296 | field_hours: 時間 |
|
296 | 297 | field_activity: 活動 |
|
297 | 298 | field_spent_on: 日付 |
|
298 | 299 | field_identifier: 識別子 |
|
299 | 300 | field_is_filter: フィルタとして使う |
|
300 | 301 | field_issue_to: 関連するチケット |
|
301 | 302 | field_delay: 遅延 |
|
302 | 303 | field_assignable: このロールにチケットを割り当て可能 |
|
303 | 304 | field_redirect_existing_links: 既存のリンクをリダイレクトする |
|
304 | 305 | field_estimated_hours: 予定工数 |
|
305 | 306 | field_column_names: 項目 |
|
306 | 307 | field_time_zone: タイムゾーン |
|
307 | 308 | field_searchable: 検索条件に設定可能とする |
|
308 | 309 | field_default_value: デフォルト値 |
|
309 | 310 | field_comments_sorting: コメントを表示 |
|
310 | 311 | field_parent_title: 親ページ |
|
311 | 312 | field_editable: 編集可能 |
|
312 | 313 | field_watcher: ウォッチャー |
|
313 | 314 | field_identity_url: OpenID URL |
|
314 | 315 | field_content: 内容 |
|
315 | 316 | field_group_by: グループ条件 |
|
316 | 317 | field_sharing: 共有 |
|
317 | 318 | field_parent_issue: 親チケット |
|
318 | 319 | |
|
319 | 320 | setting_app_title: アプリケーションのタイトル |
|
320 | 321 | setting_app_subtitle: アプリケーションのサブタイトル |
|
321 | 322 | setting_welcome_text: ウェルカムメッセージ |
|
322 | 323 | setting_default_language: 既定の言語 |
|
323 | 324 | setting_login_required: 認証が必要 |
|
324 | 325 | setting_self_registration: ユーザは自分で登録できる |
|
325 | 326 | setting_attachment_max_size: 添付ファイルの最大サイズ |
|
326 | 327 | setting_issues_export_limit: 出力するチケット数の上限 |
|
327 | 328 | setting_mail_from: 送信元メールアドレス |
|
328 | 329 | setting_bcc_recipients: ブラインドカーボンコピーで受信(bcc) |
|
329 | 330 | setting_plain_text_mail: プレインテキストのみ(HTMLなし) |
|
330 | 331 | setting_host_name: ホスト名 |
|
331 | 332 | setting_text_formatting: テキストの書式 |
|
332 | 333 | setting_cache_formatted_text: 書式化されたテキストをキャッシュする |
|
333 | 334 | setting_wiki_compression: Wiki履歴を圧縮する |
|
334 | 335 | setting_feeds_limit: フィード内容の上限 |
|
335 | 336 | setting_default_projects_public: デフォルトで新しいプロジェクトは公開にする |
|
336 | 337 | setting_autofetch_changesets: コミットを自動取得する |
|
337 | 338 | setting_sys_api_enabled: リポジトリ管理用のWebサービスを有効にする |
|
338 | 339 | setting_commit_ref_keywords: 参照用キーワード |
|
339 | 340 | setting_commit_fix_keywords: 修正用キーワード |
|
340 | 341 | setting_autologin: 自動ログイン |
|
341 | 342 | setting_date_format: 日付の形式 |
|
342 | 343 | setting_time_format: 時刻の形式 |
|
343 | 344 | setting_cross_project_issue_relations: 異なるプロジェクトのチケット間で関係の設定を許可 |
|
344 | 345 | setting_issue_list_default_columns: チケットの一覧で表示する項目 |
|
345 | 346 | setting_repositories_encodings: リポジトリのエンコーディング |
|
346 | 347 | setting_commit_logs_encoding: コミットメッセージのエンコーディング |
|
347 | 348 | setting_emails_footer: メールのフッタ |
|
348 | 349 | setting_protocol: プロトコル |
|
349 | 350 | setting_per_page_options: ページ毎の表示件数 |
|
350 | 351 | setting_user_format: ユーザ名の表示書式 |
|
351 | 352 | setting_activity_days_default: プロジェクトの活動ページに表示される日数 |
|
352 | 353 | setting_display_subprojects_issues: デフォルトでサブプロジェクトのチケットをメインプロジェクトに表示する |
|
353 | 354 | setting_enabled_scm: 使用するバージョン管理システム |
|
354 | 355 | setting_mail_handler_body_delimiters: "メール本文から一致する行以降を切り取る" |
|
355 | 356 | setting_mail_handler_api_enabled: 受信メール用のWebサービスを有効にする |
|
356 | 357 | setting_mail_handler_api_key: APIキー |
|
357 | 358 | setting_sequential_project_identifiers: プロジェクト識別子を連番で生成する |
|
358 | 359 | setting_gravatar_enabled: Gravatarのアイコンを使用する |
|
359 | 360 | setting_gravatar_default: デフォルトのGravatarアイコン |
|
360 | 361 | setting_diff_max_lines_displayed: 差分の表示行数の上限 |
|
361 | 362 | setting_file_max_size_displayed: テキストファイルのインライン表示行数の上限 |
|
362 | 363 | setting_repository_log_display_limit: ファイルのリビジョン表示数の上限 |
|
363 | 364 | setting_openid: OpenIDによるログインと登録 |
|
364 | 365 | setting_password_min_length: パスワードの最低必要文字数 |
|
365 | 366 | setting_new_project_user_role_id: 管理者以外のユーザが作成したプロジェクトに設定するロール |
|
366 | 367 | setting_default_projects_modules: 新規プロジェクトにおいてデフォルトで有効になるモジュール |
|
367 | 368 | setting_issue_done_ratio: 進捗の算出方法 |
|
368 | 369 | setting_issue_done_ratio_issue_field: 各チケットにフィールドを用意する |
|
369 | 370 | setting_issue_done_ratio_issue_status: チケットのステータスを使用する |
|
370 | 371 | setting_start_of_week: 週の開始曜日 |
|
371 | 372 | setting_rest_api_enabled: RESTによるWebサービスを有効にする |
|
372 | 373 | |
|
373 | 374 | permission_add_project: プロジェクトの追加 |
|
374 | 375 | permission_add_subprojects: サブプロジェクトの追加 |
|
375 | 376 | permission_edit_project: プロジェクトの編集 |
|
376 | 377 | permission_select_project_modules: モジュールの選択 |
|
377 | 378 | permission_manage_members: メンバーの管理 |
|
378 | 379 | permission_manage_versions: バージョンの管理 |
|
379 | 380 | permission_manage_categories: チケットのカテゴリの管理 |
|
380 | 381 | permission_view_issues: チケットの閲覧 |
|
381 | 382 | permission_add_issues: チケットの追加 |
|
382 | 383 | permission_edit_issues: チケットの編集 |
|
383 | 384 | permission_manage_issue_relations: チケットの管理 |
|
384 | 385 | permission_add_issue_notes: 注記の追加 |
|
385 | 386 | permission_edit_issue_notes: 注記の編集 |
|
386 | 387 | permission_edit_own_issue_notes: 自身が記入した注記の編集 |
|
387 | 388 | permission_move_issues: チケットの移動 |
|
388 | 389 | permission_delete_issues: チケットの削除 |
|
389 | 390 | permission_manage_public_queries: 公開クエリの管理 |
|
390 | 391 | permission_save_queries: クエリの保存 |
|
391 | 392 | permission_view_gantt: ガントチャートの閲覧 |
|
392 | 393 | permission_view_calendar: カレンダーの閲覧 |
|
393 | 394 | permission_view_issue_watchers: ウォッチ一覧の閲覧 |
|
394 | 395 | permission_add_issue_watchers: ウォッチの追加 |
|
395 | 396 | permission_delete_issue_watchers: ウォッチの削除 |
|
396 | 397 | permission_log_time: 変更履歴の記入 |
|
397 | 398 | permission_view_time_entries: 変更履歴の閲覧 |
|
398 | 399 | permission_edit_time_entries: 変更履歴の編集 |
|
399 | 400 | permission_edit_own_time_entries: 自身が記入した変更履歴の編集 |
|
400 | 401 | permission_manage_project_activities: 作業分類 (時間トラッキング) の管理 |
|
401 | 402 | permission_manage_news: ニュースの管理 |
|
402 | 403 | permission_comment_news: ニュースへのコメント |
|
403 | 404 | permission_manage_documents: 文書の管理 |
|
404 | 405 | permission_view_documents: 文書の閲覧 |
|
405 | 406 | permission_manage_files: ファイルの管理 |
|
406 | 407 | permission_view_files: ファイルの閲覧 |
|
407 | 408 | permission_manage_wiki: Wikiの管理 |
|
408 | 409 | permission_rename_wiki_pages: Wikiページ名の変更 |
|
409 | 410 | permission_delete_wiki_pages: Wikiページの削除 |
|
410 | 411 | permission_view_wiki_pages: Wikiの閲覧 |
|
411 | 412 | permission_export_wiki_pages: Wikiページを他の形式に出力 |
|
412 | 413 | permission_view_wiki_edits: Wiki履歴の閲覧 |
|
413 | 414 | permission_edit_wiki_pages: Wikiページの編集 |
|
414 | 415 | permission_delete_wiki_pages_attachments: 添付ファイルの削除 |
|
415 | 416 | permission_protect_wiki_pages: Wikiページの凍結 |
|
416 | 417 | permission_manage_repository: リポジトリの管理 |
|
417 | 418 | permission_browse_repository: リポジトリの閲覧 |
|
418 | 419 | permission_view_changesets: 更新履歴の閲覧 |
|
419 | 420 | permission_commit_access: コミットの閲覧 |
|
420 | 421 | permission_manage_boards: フォーラムの管理 |
|
421 | 422 | permission_view_messages: メッセージの閲覧 |
|
422 | 423 | permission_add_messages: メッセージの追加 |
|
423 | 424 | permission_edit_messages: メッセージの編集 |
|
424 | 425 | permission_edit_own_messages: 自身が記入したメッセージの編集 |
|
425 | 426 | permission_delete_messages: メッセージの削除 |
|
426 | 427 | permission_delete_own_messages: 自身が記入したメッセージの削除 |
|
427 | 428 | permission_manage_subtasks: 子チケットの管理 |
|
428 | 429 | |
|
429 | 430 | project_module_issue_tracking: チケットトラッキング |
|
430 | 431 | project_module_time_tracking: 時間トラッキング |
|
431 | 432 | project_module_news: ニュース |
|
432 | 433 | project_module_documents: 文書 |
|
433 | 434 | project_module_files: ファイル |
|
434 | 435 | project_module_wiki: Wiki |
|
435 | 436 | project_module_repository: リポジトリ |
|
436 | 437 | project_module_boards: フォーラム |
|
437 | 438 | |
|
438 | 439 | label_user: ユーザ |
|
439 | 440 | label_user_plural: ユーザ |
|
440 | 441 | label_user_new: 新しいユーザ |
|
441 | 442 | label_user_anonymous: 匿名ユーザ |
|
442 | 443 | label_profile: プロフィール |
|
443 | 444 | label_project: プロジェクト |
|
444 | 445 | label_project_new: 新しいプロジェクト |
|
445 | 446 | label_project_plural: プロジェクト |
|
446 | 447 | label_x_projects: |
|
447 | 448 | zero: プロジェクトはありません |
|
448 | 449 | one: 1プロジェクト |
|
449 | 450 | other: "{{count}}プロジェクト" |
|
450 | 451 | label_project_all: 全プロジェクト |
|
451 | 452 | label_project_latest: 最近のプロジェクト |
|
452 | 453 | label_issue: チケット |
|
453 | 454 | label_issue_new: 新しいチケット |
|
454 | 455 | label_issue_plural: チケット |
|
455 | 456 | label_issue_view_all: 全てのチケットを見る |
|
456 | 457 | label_issues_by: "{{value}} 別のチケット" |
|
457 | 458 | label_issue_added: チケットが追加されました |
|
458 | 459 | label_issue_updated: チケットが更新されました |
|
459 | 460 | label_document: 文書 |
|
460 | 461 | label_document_new: 新しい文書 |
|
461 | 462 | label_document_plural: 文書 |
|
462 | 463 | label_document_added: 文書が追加されました |
|
463 | 464 | label_role: ロール |
|
464 | 465 | label_role_plural: ロール |
|
465 | 466 | label_role_new: 新しいロール |
|
466 | 467 | label_role_and_permissions: ロールと権限 |
|
467 | 468 | label_member: メンバー |
|
468 | 469 | label_member_new: 新しいメンバー |
|
469 | 470 | label_member_plural: メンバー |
|
470 | 471 | label_tracker: トラッカー |
|
471 | 472 | label_tracker_plural: トラッカー |
|
472 | 473 | label_tracker_new: 新しいトラッカーを作成 |
|
473 | 474 | label_workflow: ワークフロー |
|
474 | 475 | label_issue_status: チケットのステータス |
|
475 | 476 | label_issue_status_plural: チケットのステータス |
|
476 | 477 | label_issue_status_new: 新しいステータス |
|
477 | 478 | label_issue_category: チケットのカテゴリ |
|
478 | 479 | label_issue_category_plural: チケットのカテゴリ |
|
479 | 480 | label_issue_category_new: 新しいカテゴリ |
|
480 | 481 | label_custom_field: カスタムフィールド |
|
481 | 482 | label_custom_field_plural: カスタムフィールド |
|
482 | 483 | label_custom_field_new: 新しいカスタムフィールドを作成 |
|
483 | 484 | label_enumerations: 列挙項目 |
|
484 | 485 | label_enumeration_new: 新しい値 |
|
485 | 486 | label_information: 情報 |
|
486 | 487 | label_information_plural: 情報 |
|
487 | 488 | label_please_login: ログインしてください |
|
488 | 489 | label_register: 登録する |
|
489 | 490 | label_login_with_open_id_option: またはOpenIDでログインする |
|
490 | 491 | label_password_lost: パスワードの再発行 |
|
491 | 492 | label_home: ホーム |
|
492 | 493 | label_my_page: マイページ |
|
493 | 494 | label_my_account: 個人設定 |
|
494 | 495 | label_my_projects: マイプロジェクト |
|
495 | 496 | label_my_page_block: マイページパーツ |
|
496 | 497 | label_administration: 管理 |
|
497 | 498 | label_login: ログイン |
|
498 | 499 | label_logout: ログアウト |
|
499 | 500 | label_help: ヘルプ |
|
500 | 501 | label_reported_issues: 報告したチケット |
|
501 | 502 | label_assigned_to_me_issues: 担当しているチケット |
|
502 | 503 | label_last_login: 最近の接続 |
|
503 | 504 | label_registered_on: 登録日 |
|
504 | 505 | label_activity: 活動 |
|
505 | 506 | label_overall_activity: 全ての活動 |
|
506 | 507 | label_user_activity: "{{value}} の活動" |
|
507 | 508 | label_new: 新しく作成 |
|
508 | 509 | label_logged_as: ログイン中: |
|
509 | 510 | label_environment: 環境 |
|
510 | 511 | label_authentication: 認証 |
|
511 | 512 | label_auth_source: 認証方式 |
|
512 | 513 | label_auth_source_new: 新しい認証方式 |
|
513 | 514 | label_auth_source_plural: 認証方式 |
|
514 | 515 | label_subproject_plural: サブプロジェクト |
|
515 | 516 | label_subproject_new: 新しいサブプロジェクト |
|
516 | 517 | label_and_its_subprojects: "{{value}} とサブプロジェクト" |
|
517 | 518 | label_min_max_length: 最小値 - 最大値の長さ |
|
518 | 519 | label_list: リストから選択 |
|
519 | 520 | label_date: 日付 |
|
520 | 521 | label_integer: 整数 |
|
521 | 522 | label_float: 小数 |
|
522 | 523 | label_boolean: 真偽値 |
|
523 | 524 | label_string: テキスト |
|
524 | 525 | label_text: 長いテキスト |
|
525 | 526 | label_attribute: 属性 |
|
526 | 527 | label_attribute_plural: 属性 |
|
527 | 528 | label_download: "{{count}}ダウンロード" |
|
528 | 529 | label_download_plural: "{{count}}ダウンロード" |
|
529 | 530 | label_no_data: 表示するデータがありません |
|
530 | 531 | label_change_status: ステータスの変更 |
|
531 | 532 | label_history: 履歴 |
|
532 | 533 | label_attachment: 添付ファイル |
|
533 | 534 | label_attachment_new: 新しい添付ファイル |
|
534 | 535 | label_attachment_delete: 添付ファイルを削除 |
|
535 | 536 | label_attachment_plural: 添付ファイル |
|
536 | 537 | label_file_added: ファイルが追加されました |
|
537 | 538 | label_report: レポート |
|
538 | 539 | label_report_plural: レポート |
|
539 | 540 | label_news: ニュース |
|
540 | 541 | label_news_new: ニュースを追加 |
|
541 | 542 | label_news_plural: ニュース |
|
542 | 543 | label_news_latest: 最新ニュース |
|
543 | 544 | label_news_view_all: 全てのニュースを見る |
|
544 | 545 | label_news_added: ニュースが追加されました |
|
545 | 546 | label_settings: 設定 |
|
546 | 547 | label_overview: 概要 |
|
547 | 548 | label_version: バージョン |
|
548 | 549 | label_version_new: 新しいバージョン |
|
549 | 550 | label_version_plural: バージョン |
|
550 | 551 | label_confirmation: 確認 |
|
551 | 552 | label_close_versions: 完了したバージョンを終了にする |
|
552 | 553 | label_export_to: '他の形式に出力:' |
|
553 | 554 | label_read: 読む... |
|
554 | 555 | label_public_projects: 公開プロジェクト |
|
555 | 556 | label_open_issues: 未完了 |
|
556 | 557 | label_open_issues_plural: 未完了 |
|
557 | 558 | label_closed_issues: 完了 |
|
558 | 559 | label_closed_issues_plural: 完了 |
|
559 | 560 | label_x_open_issues_abbr_on_total: |
|
560 | 561 | zero: 0件未完了 / 全{{total}}件 |
|
561 | 562 | one: 1件未完了 / 全{{total}}件 |
|
562 | 563 | other: "{{count}}件未完了 / 全{{total}}件" |
|
563 | 564 | label_x_open_issues_abbr: |
|
564 | 565 | zero: 0件未完了 |
|
565 | 566 | one: 1件未完了 |
|
566 | 567 | other: "{{count}}件未完了" |
|
567 | 568 | label_x_closed_issues_abbr: |
|
568 | 569 | zero: 0件完了 |
|
569 | 570 | one: 1件完了 |
|
570 | 571 | other: "{{count}}件完了" |
|
571 | 572 | label_total: 合計 |
|
572 | 573 | label_permissions: 権限 |
|
573 | 574 | label_current_status: 現在のステータス |
|
574 | 575 | label_new_statuses_allowed: ステータスの移行先 |
|
575 | 576 | label_all: 全て |
|
576 | 577 | label_none: なし |
|
577 | 578 | label_nobody: 無記名 |
|
578 | 579 | label_next: 次 |
|
579 | 580 | label_previous: 前 |
|
580 | 581 | label_used_by: 使用中 |
|
581 | 582 | label_details: 詳細 |
|
582 | 583 | label_add_note: 注記を追加 |
|
583 | 584 | label_per_page: ページ毎 |
|
584 | 585 | label_calendar: カレンダー |
|
585 | 586 | label_months_from: ヶ月分 |
|
586 | 587 | label_gantt: ガントチャート |
|
587 | 588 | label_internal: 内部 |
|
588 | 589 | label_last_changes: "最新の変更 {{count}}件" |
|
589 | 590 | label_change_view_all: 全ての変更を見る |
|
590 | 591 | label_personalize_page: このページをパーソナライズする |
|
591 | 592 | label_comment: コメント |
|
592 | 593 | label_comment_plural: コメント |
|
593 | 594 | label_x_comments: |
|
594 | 595 | zero: コメントがありません |
|
595 | 596 | one: 1コメント |
|
596 | 597 | other: "{{count}}コメント" |
|
597 | 598 | label_comment_add: コメント追加 |
|
598 | 599 | label_comment_added: 追加されたコメント |
|
599 | 600 | label_comment_delete: コメント削除 |
|
600 | 601 | label_query: カスタムクエリ |
|
601 | 602 | label_query_plural: カスタムクエリ |
|
602 | 603 | label_query_new: 新しいクエリ |
|
603 | 604 | label_filter_add: フィルタ追加 |
|
604 | 605 | label_filter_plural: フィルタ |
|
605 | 606 | label_equals: 等しい |
|
606 | 607 | label_not_equals: 等しくない |
|
607 | 608 | label_in_less_than: が今日から○日後以前 |
|
608 | 609 | label_in_more_than: が今日から○日後以降 |
|
609 | 610 | label_greater_or_equal: 以上 |
|
610 | 611 | label_less_or_equal: 以下 |
|
611 | 612 | label_in: が今日から○日後 |
|
612 | 613 | label_today: 今日 |
|
613 | 614 | label_all_time: 全期間 |
|
614 | 615 | label_yesterday: 昨日 |
|
615 | 616 | label_this_week: この週 |
|
616 | 617 | label_last_week: 先週 |
|
617 | 618 | label_last_n_days: "最後の{{count}}日間" |
|
618 | 619 | label_this_month: 今月 |
|
619 | 620 | label_last_month: 先月 |
|
620 | 621 | label_this_year: 今年 |
|
621 | 622 | label_date_range: 日付の範囲 |
|
622 | 623 | label_less_than_ago: が今日より○日前以降 |
|
623 | 624 | label_more_than_ago: が今日より○日前以前 |
|
624 | 625 | label_ago: 日前 |
|
625 | 626 | label_contains: 含む |
|
626 | 627 | label_not_contains: 含まない |
|
627 | 628 | label_day_plural: 日 |
|
628 | 629 | label_repository: リポジトリ |
|
629 | 630 | label_repository_plural: リポジトリ |
|
630 | 631 | label_browse: ブラウズ |
|
631 | 632 | label_modification: "{{count}}点の変更" |
|
632 | 633 | label_modification_plural: "{{count}}点の変更" |
|
633 | 634 | label_branch: ブランチ |
|
634 | 635 | label_tag: タグ |
|
635 | 636 | label_revision: リビジョン |
|
636 | 637 | label_revision_plural: リビジョン |
|
637 | 638 | label_revision_id: リビジョン {{value}} |
|
638 | 639 | label_associated_revisions: 関係しているリビジョン |
|
639 | 640 | label_added: 追加 |
|
640 | 641 | label_modified: 変更 |
|
641 | 642 | label_copied: コピー |
|
642 | 643 | label_renamed: 名称変更 |
|
643 | 644 | label_deleted: 削除 |
|
644 | 645 | label_latest_revision: 最新リビジョン |
|
645 | 646 | label_latest_revision_plural: 最新リビジョン |
|
646 | 647 | label_view_revisions: リビジョンを見る |
|
647 | 648 | label_view_all_revisions: 全てのリビジョンを見る |
|
648 | 649 | label_max_size: 最大サイズ |
|
649 | 650 | label_sort_highest: 一番上へ |
|
650 | 651 | label_sort_higher: 上へ |
|
651 | 652 | label_sort_lower: 下へ |
|
652 | 653 | label_sort_lowest: 一番下へ |
|
653 | 654 | label_roadmap: ロードマップ |
|
654 | 655 | label_roadmap_due_in: "期日まで {{value}}" |
|
655 | 656 | label_roadmap_overdue: "{{value}} 遅れ" |
|
656 | 657 | label_roadmap_no_issues: このバージョンに関するチケットはありません |
|
657 | 658 | label_search: 検索 |
|
658 | 659 | label_result_plural: 結果 |
|
659 | 660 | label_all_words: すべての単語 |
|
660 | 661 | label_wiki: Wiki |
|
661 | 662 | label_wiki_edit: Wiki編集 |
|
662 | 663 | label_wiki_edit_plural: Wiki編集 |
|
663 | 664 | label_wiki_page: Wikiページ |
|
664 | 665 | label_wiki_page_plural: Wikiページ |
|
665 | 666 | label_index_by_title: 索引(名前順) |
|
666 | 667 | label_index_by_date: 索引(日付順) |
|
667 | 668 | label_current_version: 最新版 |
|
668 | 669 | label_preview: プレビュー |
|
669 | 670 | label_feed_plural: フィード |
|
670 | 671 | label_changes_details: 全変更の詳細 |
|
671 | 672 | label_issue_tracking: チケットトラッキング |
|
672 | 673 | label_spent_time: 作業時間の記録 |
|
674 | label_overall_spent_time: 全ての作業時間の記録 | |
|
673 | 675 | label_f_hour: "{{value}}時間" |
|
674 | 676 | label_f_hour_plural: "{{value}}時間" |
|
675 | 677 | label_time_tracking: 時間トラッキング |
|
676 | 678 | label_change_plural: 変更 |
|
677 | 679 | label_statistics: 統計 |
|
678 | 680 | label_commits_per_month: 月別のコミット |
|
679 | 681 | label_commits_per_author: 起票者別のコミット |
|
680 | 682 | label_view_diff: 差分を見る |
|
681 | 683 | label_diff_inline: インライン |
|
682 | 684 | label_diff_side_by_side: 横に並べる |
|
683 | 685 | label_options: オプション |
|
684 | 686 | label_copy_workflow_from: ワークフローをここからコピー |
|
685 | 687 | label_permissions_report: 権限レポート |
|
686 | 688 | label_watched_issues: ウォッチしているチケット |
|
687 | 689 | label_related_issues: 関連するチケット |
|
688 | 690 | label_applied_status: 適用されるステータス |
|
689 | 691 | label_loading: ロード中... |
|
690 | 692 | label_relation_new: 新しい関連 |
|
691 | 693 | label_relation_delete: 関連の削除 |
|
692 | 694 | label_relates_to: 関係している |
|
693 | 695 | label_duplicates: 重複している |
|
694 | 696 | label_duplicated_by: 重複している |
|
695 | 697 | label_blocks: ブロックしている |
|
696 | 698 | label_blocked_by: ブロックされている |
|
697 | 699 | label_precedes: 先行する |
|
698 | 700 | label_follows: 後続する |
|
699 | 701 | label_end_to_start: 最後-最初 |
|
700 | 702 | label_end_to_end: 最後-最後 |
|
701 | 703 | label_start_to_start: 最初-最初 |
|
702 | 704 | label_start_to_end: 最初-最後 |
|
703 | 705 | label_stay_logged_in: ログインを維持 |
|
704 | 706 | label_disabled: 無効 |
|
705 | 707 | label_show_completed_versions: 完了したバージョンを表示 |
|
706 | 708 | label_me: 自分 |
|
707 | 709 | label_board: フォーラム |
|
708 | 710 | label_board_new: 新しいフォーラム |
|
709 | 711 | label_board_plural: フォーラム |
|
710 | 712 | label_board_sticky: スティッキー |
|
711 | 713 | label_board_locked: ロック |
|
712 | 714 | label_topic_plural: トピック |
|
713 | 715 | label_message_plural: メッセージ |
|
714 | 716 | label_message_last: 最新のメッセージ |
|
715 | 717 | label_message_new: 新しいメッセージ |
|
716 | 718 | label_message_posted: メッセージが追加されました |
|
717 | 719 | label_reply_plural: 返答 |
|
718 | 720 | label_send_information: アカウント情報をユーザに送信 |
|
719 | 721 | label_year: 年 |
|
720 | 722 | label_month: 月 |
|
721 | 723 | label_week: 週 |
|
722 | 724 | label_date_from: "日付指定: " |
|
723 | 725 | label_date_to: から |
|
724 | 726 | label_language_based: 既定の言語の設定に従う |
|
725 | 727 | label_sort_by: "並び替え {{value}}" |
|
726 | 728 | label_send_test_email: テストメールを送信 |
|
727 | 729 | label_feeds_access_key: RSSアクセスキー |
|
728 | 730 | label_missing_feeds_access_key: RSSアクセスキーが見つかりません |
|
729 | 731 | label_feeds_access_key_created_on: "RSSアクセスキーは{{value}}前に作成されました" |
|
730 | 732 | label_module_plural: モジュール |
|
731 | 733 | label_added_time_by: "{{author}} が{{age}}前に追加" |
|
732 | 734 | label_updated_time_by: "{{author}} が{{age}}前に更新" |
|
733 | 735 | label_updated_time: "{{value}}前に更新" |
|
734 | 736 | label_jump_to_a_project: プロジェクトへ移動... |
|
735 | 737 | label_file_plural: ファイル |
|
736 | 738 | label_changeset_plural: 更新履歴 |
|
737 | 739 | label_default_columns: 既定の項目 |
|
738 | 740 | label_no_change_option: (変更無し) |
|
739 | 741 | label_bulk_edit_selected_issues: チケットの一括編集 |
|
740 | 742 | label_theme: テーマ |
|
741 | 743 | label_default: 既定 |
|
742 | 744 | label_search_titles_only: タイトルのみ |
|
743 | 745 | label_user_mail_option_all: "参加しているプロジェクトの全ての通知" |
|
744 | 746 | label_user_mail_option_selected: "選択したプロジェクトの全ての通知..." |
|
745 | 747 | label_user_mail_option_none: "ウォッチまたは関係している事柄のみ" |
|
746 | 748 | label_user_mail_no_self_notified: 自分自身による変更の通知は不要 |
|
747 | 749 | label_registration_activation_by_email: メールでアカウントを有効化 |
|
748 | 750 | label_registration_manual_activation: 手動でアカウントを有効化 |
|
749 | 751 | label_registration_automatic_activation: 自動でアカウントを有効化 |
|
750 | 752 | label_display_per_page: "1ページに: {{value}}" |
|
751 | 753 | label_age: 年齢 |
|
752 | 754 | label_change_properties: プロパティの変更 |
|
753 | 755 | label_general: 全般 |
|
754 | 756 | label_more: 続き |
|
755 | 757 | label_scm: バージョン管理システム |
|
756 | 758 | label_plugins: プラグイン |
|
757 | 759 | label_ldap_authentication: LDAP認証 |
|
758 | 760 | label_downloads_abbr: DL |
|
759 | 761 | label_optional_description: 任意のコメント |
|
760 | 762 | label_add_another_file: 別のファイルを追加 |
|
761 | 763 | label_preferences: 設定 |
|
762 | 764 | label_chronological_order: 古い順 |
|
763 | 765 | label_reverse_chronological_order: 新しい順 |
|
764 | 766 | label_planning: 計画 |
|
765 | 767 | label_incoming_emails: 受信メール |
|
766 | 768 | label_generate_key: キーの生成 |
|
767 | 769 | label_issue_watchers: チケットのウォッチャー |
|
768 | 770 | label_example: 例 |
|
769 | 771 | label_display: 表示 |
|
770 | 772 | label_sort: ソート条件 |
|
771 | 773 | label_ascending: 昇順 |
|
772 | 774 | label_descending: 降順 |
|
773 | 775 | label_date_from_to: "{{start}}から{{end}}まで" |
|
774 | 776 | label_wiki_content_added: Wikiページが追加されました |
|
775 | 777 | label_wiki_content_updated: Wikiページが更新されました |
|
776 | 778 | label_group: グループ |
|
777 | 779 | label_group_plural: グループ |
|
778 | 780 | label_group_new: 新しいグループ |
|
779 | 781 | label_time_entry_plural: 作業時間の記録 |
|
780 | 782 | label_version_sharing_none: 共有しない |
|
781 | 783 | label_version_sharing_descendants: サブプロジェクト単位 |
|
782 | 784 | label_version_sharing_hierarchy: プロジェクト階層単位 |
|
783 | 785 | label_version_sharing_tree: プロジェクトツリー単位 |
|
784 | 786 | label_version_sharing_system: すべてのプロジェクト |
|
785 | 787 | label_update_issue_done_ratios: 進捗の更新 |
|
786 | 788 | label_copy_source: コピー元 |
|
787 | 789 | label_copy_target: コピー先 |
|
788 | 790 | label_copy_same_as_target: 同じコピー先 |
|
789 | 791 | label_display_used_statuses_only: このトラッカーで使われているステータスのみ表示する |
|
790 | 792 | label_api_access_key: APIアクセスキー |
|
791 | 793 | label_missing_api_access_key: APIアクセスキーが見つかりません |
|
792 | 794 | label_api_access_key_created_on: "APIアクセスキーは{{value}}前に作成されました" |
|
793 | 795 | label_subtask_plural: 子チケット |
|
794 | 796 | label_project_copy_notifications: コピーしたチケットのメール通知を送信する |
|
795 | 797 | |
|
796 | 798 | button_login: ログイン |
|
797 | 799 | button_submit: 変更 |
|
798 | 800 | button_save: 保存 |
|
799 | 801 | button_check_all: 全てにチェックをつける |
|
800 | 802 | button_uncheck_all: 全てのチェックを外す |
|
801 | 803 | button_delete: 削除 |
|
802 | 804 | button_create: 作成 |
|
803 | 805 | button_create_and_continue: 連続作成 |
|
804 | 806 | button_test: テスト |
|
805 | 807 | button_edit: 編集 |
|
806 | 808 | button_add: 追加 |
|
807 | 809 | button_change: 変更 |
|
808 | 810 | button_apply: 適用 |
|
809 | 811 | button_clear: クリア |
|
810 | 812 | button_lock: ロック |
|
811 | 813 | button_unlock: アンロック |
|
812 | 814 | button_download: ダウンロード |
|
813 | 815 | button_list: 一覧 |
|
814 | 816 | button_view: 見る |
|
815 | 817 | button_move: 移動 |
|
816 | 818 | button_move_and_follow: 移動後表示 |
|
817 | 819 | button_back: 戻る |
|
818 | 820 | button_cancel: キャンセル |
|
819 | 821 | button_activate: 有効にする |
|
820 | 822 | button_sort: ソート |
|
821 | 823 | button_log_time: 時間を記録 |
|
822 | 824 | button_rollback: このバージョンにロールバック |
|
823 | 825 | button_watch: ウォッチ |
|
824 | 826 | button_unwatch: ウォッチをやめる |
|
825 | 827 | button_reply: 返答 |
|
826 | 828 | button_archive: 書庫に保存 |
|
827 | 829 | button_unarchive: 書庫から戻す |
|
828 | 830 | button_reset: リセット |
|
829 | 831 | button_rename: 名前変更 |
|
830 | 832 | button_change_password: パスワード変更 |
|
831 | 833 | button_copy: コピー |
|
832 | 834 | button_copy_and_follow: コピー後表示 |
|
833 | 835 | button_annotate: 注釈 |
|
834 | 836 | button_update: 更新 |
|
835 | 837 | button_configure: 設定 |
|
836 | 838 | button_quote: 引用 |
|
837 | 839 | button_duplicate: 複製 |
|
838 | 840 | button_show: 表示 |
|
839 | 841 | |
|
840 | 842 | status_active: 有効 |
|
841 | 843 | status_registered: 登録 |
|
842 | 844 | status_locked: ロック |
|
843 | 845 | |
|
844 | 846 | version_status_open: 進行中 |
|
845 | 847 | version_status_locked: ロック中 |
|
846 | 848 | version_status_closed: 終了 |
|
847 | 849 | |
|
848 | 850 | field_active: 有効 |
|
849 | 851 | |
|
850 | 852 | text_select_mail_notifications: どのメール通知を送信するか、アクションを選択してください。 |
|
851 | 853 | text_regexp_info: 例) ^[A-Z0-9]+$ |
|
852 | 854 | text_min_max_length_info: 0だと無制限になります |
|
853 | 855 | text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除してもよろしいですか? |
|
854 | 856 | text_subprojects_destroy_warning: "サブプロジェクト {{value}} も削除されます。" |
|
855 | 857 | text_workflow_edit: ワークフローを編集するロールとトラッカーを選んでください |
|
856 | 858 | text_are_you_sure: よろしいですか? |
|
857 | 859 | text_journal_changed: "{{label}} を {{old}} から {{new}} に変更" |
|
858 | 860 | text_journal_set_to: "{{label}} を {{value}} にセット" |
|
859 | 861 | text_journal_deleted: "{{label}} を削除 ({{old}})" |
|
860 | 862 | text_journal_added: "{{label}} {{value}} を追加" |
|
861 | 863 | text_tip_task_begin_day: この日に開始するタスク |
|
862 | 864 | text_tip_task_end_day: この日に終了するタスク |
|
863 | 865 | text_tip_task_begin_end_day: この日のうちに開始して終了するタスク |
|
864 | 866 | text_project_identifier_info: '英小文字(a-z)と数字とダッシュ(-)が使えます。<br />一度保存すると、識別子は変更できません。' |
|
865 | 867 | text_caracters_maximum: "最大{{count}}文字です。" |
|
866 | 868 | text_caracters_minimum: "最低{{count}}文字の長さが必要です" |
|
867 | 869 | text_length_between: "長さは{{min}}から{{max}}文字までです。" |
|
868 | 870 | text_tracker_no_workflow: このトラッカーにワークフローが定義されていません |
|
869 | 871 | text_unallowed_characters: 次の文字は使用できません |
|
870 | 872 | text_comma_separated: (カンマで区切ることで)複数の値を設定できます。 |
|
871 | 873 | text_line_separated: (1行ごとに書くことで)複数の値を設定できます。 |
|
872 | 874 | text_issues_ref_in_commit_messages: コミットメッセージ内でチケットの参照/修正 |
|
873 | 875 | text_issue_added: "チケット {{id}} が {{author}} によって報告されました。" |
|
874 | 876 | text_issue_updated: "チケット {{id}} が {{author}} によって更新されました。" |
|
875 | 877 | text_wiki_destroy_confirmation: 本当にこのwikiとその内容の全てを削除しますか? |
|
876 | 878 | text_issue_category_destroy_question: "{{count}}件のチケットがこのカテゴリに割り当てられています。" |
|
877 | 879 | text_issue_category_destroy_assignments: カテゴリの割り当てを削除する |
|
878 | 880 | text_issue_category_reassign_to: チケットをこのカテゴリに再割り当てする |
|
879 | 881 | text_user_mail_option: "未選択のプロジェクトでは、ウォッチまたは関係している事柄(例: 自分が報告者もしくは担当者であるチケット)のみメールが送信されます。" |
|
880 | 882 | text_no_configuration_data: "ロール、トラッカー、チケットのステータス、ワークフローがまだ設定されていません。\nデフォルト設定のロードを強くお勧めします。ロードした後、それを修正することができます。" |
|
881 | 883 | text_load_default_configuration: デフォルト設定をロード |
|
882 | 884 | text_status_changed_by_changeset: "更新履歴 {{value}} で適用されました。" |
|
883 | 885 | text_issues_destroy_confirmation: '本当に選択したチケットを削除しますか?' |
|
884 | 886 | text_select_project_modules: 'このプロジェクトで使用するモジュールを選択してください:' |
|
885 | 887 | text_default_administrator_account_changed: デフォルト管理アカウントが変更済 |
|
886 | 888 | text_file_repository_writable: ファイルリポジトリに書き込み可能 |
|
887 | 889 | text_plugin_assets_writable: Plugin assetsディレクトリに書き込み可能 |
|
888 | 890 | text_rmagick_available: RMagickが使用可能 (オプション) |
|
889 | 891 | text_destroy_time_entries_question: このチケットの{{hours}}時間分の作業記録の扱いを選択してください。 |
|
890 | 892 | text_destroy_time_entries: 記録された作業時間を含めて削除 |
|
891 | 893 | text_assign_time_entries_to_project: 記録された作業時間をプロジェクト自体に割り当て |
|
892 | 894 | text_reassign_time_entries: '記録された作業時間をこのチケットに再割り当て:' |
|
893 | 895 | text_user_wrote: "{{value}} は書きました:" |
|
894 | 896 | text_enumeration_destroy_question: "{{count}}個のオブジェクトがこの値に割り当てられています。" |
|
895 | 897 | text_enumeration_category_reassign_to: '次の値に割り当て直す:' |
|
896 | 898 | text_email_delivery_not_configured: "メールを送信するために必要な設定が行われていないため、メール通知は利用できません。\nconfig/email.ymlでSMTPサーバの設定を行い、アプリケーションを再起動してください。" |
|
897 | 899 | text_repository_usernames_mapping: "リポジトリのログから検出されたユーザー名をどのRedmineユーザーに関連づけるのか選択してください。\nログ上のユーザー名またはメールアドレスがRedmineのユーザーと一致する場合は自動的に関連づけられます。" |
|
898 | 900 | text_diff_truncated: '... 差分の行数が表示可能な上限を超えました。超過分は表示しません。' |
|
899 | 901 | text_custom_field_possible_values_info: '選択肢の値は1行に1個ずつ記述してください。' |
|
900 | 902 | text_wiki_page_destroy_question: "この親ページの配下に{{descendants}}ページの子孫ページがあります。" |
|
901 | 903 | text_wiki_page_nullify_children: "子ページをメインページ配下に移動する" |
|
902 | 904 | text_wiki_page_destroy_children: "配下の子孫ページも削除する" |
|
903 | 905 | text_wiki_page_reassign_children: "子ページを次の親ページの配下に移動する" |
|
904 | 906 | text_own_membership_delete_confirmation: "いくつかまたはすべての権限をあなた自身から剥奪しようとしているため、このプロジェクトを編集できなくなるかもしれません。\n本当に続けてもよろしいですか?" |
|
905 | 907 | text_zoom_in: 拡大 |
|
906 | 908 | text_zoom_out: 縮小 |
|
907 | 909 | |
|
908 | 910 | default_role_manager: 管理者 |
|
909 | 911 | default_role_developper: 開発者 |
|
910 | 912 | default_role_reporter: 報告者 |
|
911 | 913 | default_tracker_bug: バグ |
|
912 | 914 | default_tracker_feature: 機能 |
|
913 | 915 | default_tracker_support: サポート |
|
914 | 916 | default_issue_status_new: 新規 |
|
915 | 917 | default_issue_status_in_progress: 進行中 |
|
916 | 918 | default_issue_status_resolved: 解決 |
|
917 | 919 | default_issue_status_feedback: フィードバック |
|
918 | 920 | default_issue_status_closed: 終了 |
|
919 | 921 | default_issue_status_rejected: 却下 |
|
920 | 922 | default_doc_category_user: ユーザ文書 |
|
921 | 923 | default_doc_category_tech: 技術文書 |
|
922 | 924 | default_priority_low: 低め |
|
923 | 925 | default_priority_normal: 通常 |
|
924 | 926 | default_priority_high: 高め |
|
925 | 927 | default_priority_urgent: 急いで |
|
926 | 928 | default_priority_immediate: 今すぐ |
|
927 | 929 | default_activity_design: 設計作業 |
|
928 | 930 | default_activity_development: 開発作業 |
|
929 | 931 | |
|
930 | 932 | enumeration_issue_priorities: チケットの優先度 |
|
931 | 933 | enumeration_doc_categories: 文書カテゴリ |
|
932 | 934 | enumeration_activities: 作業分類 (時間トラッキング) |
|
933 | 935 | enumeration_system_activity: システム作業分類 |
@@ -1,953 +1,953 | |||
|
1 | 1 | # Swedish translation for Ruby on Rails |
|
2 | 2 | # by Johan Lundström (johanlunds@gmail.com), |
|
3 | 3 | # with parts taken from http://github.com/daniel/swe_rails |
|
4 | 4 | |
|
5 | 5 | sv: |
|
6 | 6 | number: |
|
7 | 7 | # Used in number_with_delimiter() |
|
8 | 8 | # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' |
|
9 | 9 | format: |
|
10 | 10 | # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) |
|
11 | 11 | separator: "," |
|
12 | 12 | # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) |
|
13 | 13 | delimiter: "." |
|
14 | 14 | # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00) |
|
15 | 15 | precision: 2 |
|
16 | 16 | |
|
17 | 17 | # Used in number_to_currency() |
|
18 | 18 | currency: |
|
19 | 19 | format: |
|
20 | 20 | # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) |
|
21 | 21 | format: "%n %u" |
|
22 | 22 | unit: "kr" |
|
23 | 23 | # These three are to override number.format and are optional |
|
24 | 24 | # separator: "." |
|
25 | 25 | # delimiter: "," |
|
26 | 26 | # precision: 2 |
|
27 | 27 | |
|
28 | 28 | # Used in number_to_percentage() |
|
29 | 29 | percentage: |
|
30 | 30 | format: |
|
31 | 31 | # These three are to override number.format and are optional |
|
32 | 32 | # separator: |
|
33 | 33 | delimiter: "" |
|
34 | 34 | # precision: |
|
35 | 35 | |
|
36 | 36 | # Used in number_to_precision() |
|
37 | 37 | precision: |
|
38 | 38 | format: |
|
39 | 39 | # These three are to override number.format and are optional |
|
40 | 40 | # separator: |
|
41 | 41 | delimiter: "" |
|
42 | 42 | # precision: |
|
43 | 43 | |
|
44 | 44 | # Used in number_to_human_size() |
|
45 | 45 | human: |
|
46 | 46 | format: |
|
47 | 47 | # These three are to override number.format and are optional |
|
48 | 48 | # separator: |
|
49 | 49 | delimiter: "" |
|
50 | 50 | # precision: 1 |
|
51 | 51 | storage_units: |
|
52 | 52 | format: "%n %u" |
|
53 | 53 | units: |
|
54 | 54 | byte: |
|
55 | 55 | one: "Byte" |
|
56 | 56 | other: "Bytes" |
|
57 | 57 | kb: "KB" |
|
58 | 58 | mb: "MB" |
|
59 | 59 | gb: "GB" |
|
60 | 60 | tb: "TB" |
|
61 | 61 | |
|
62 | 62 | # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() |
|
63 | 63 | datetime: |
|
64 | 64 | distance_in_words: |
|
65 | 65 | half_a_minute: "en halv minut" |
|
66 | 66 | less_than_x_seconds: |
|
67 | 67 | one: "mindre än en sekund" |
|
68 | 68 | other: "mindre än {{count}} sekunder" |
|
69 | 69 | x_seconds: |
|
70 | 70 | one: "en sekund" |
|
71 | 71 | other: "{{count}} sekunder" |
|
72 | 72 | less_than_x_minutes: |
|
73 | 73 | one: "mindre än en minut" |
|
74 | 74 | other: "mindre än {{count}} minuter" |
|
75 | 75 | x_minutes: |
|
76 | 76 | one: "en minut" |
|
77 | 77 | other: "{{count}} minuter" |
|
78 | 78 | about_x_hours: |
|
79 | 79 | one: "ungefär en timme" |
|
80 | 80 | other: "ungefär {{count}} timmar" |
|
81 | 81 | x_days: |
|
82 | 82 | one: "en dag" |
|
83 | 83 | other: "{{count}} dagar" |
|
84 | 84 | about_x_months: |
|
85 | 85 | one: "ungefär en månad" |
|
86 | 86 | other: "ungefär {{count}} månader" |
|
87 | 87 | x_months: |
|
88 | 88 | one: "en månad" |
|
89 | 89 | other: "{{count}} månader" |
|
90 | 90 | about_x_years: |
|
91 | 91 | one: "ungefär ett år" |
|
92 | 92 | other: "ungefär {{count}} år" |
|
93 | 93 | over_x_years: |
|
94 | 94 | one: "mer än ett år" |
|
95 | 95 | other: "mer än {{count}} år" |
|
96 | 96 | almost_x_years: |
|
97 | 97 | one: "nästan 1 år" |
|
98 | 98 | other: "nästan {{count}} år" |
|
99 | 99 | |
|
100 | 100 | activerecord: |
|
101 | 101 | errors: |
|
102 | 102 | template: |
|
103 | 103 | header: |
|
104 | 104 | one: "Ett fel förhindrade denna {{model}} från att sparas" |
|
105 | 105 | other: "{{count}} fel förhindrade denna {{model}} från att sparas" |
|
106 | 106 | # The variable :count is also available |
|
107 | 107 | body: "Det var problem med följande fält:" |
|
108 | 108 | # The values :model, :attribute and :value are always available for interpolation |
|
109 | 109 | # The value :count is available when applicable. Can be used for pluralization. |
|
110 | 110 | messages: |
|
111 | 111 | inclusion: "finns inte i listan" |
|
112 | 112 | exclusion: "är reserverat" |
|
113 | 113 | invalid: "är ogiltigt" |
|
114 | 114 | confirmation: "stämmer inte överens" |
|
115 | 115 | accepted : "måste vara accepterad" |
|
116 | 116 | empty: "får ej vara tom" |
|
117 | 117 | blank: "måste anges" |
|
118 | 118 | too_long: "är för lång (maximum är {{count}} tecken)" |
|
119 | 119 | too_short: "är för kort (minimum är {{count}} tecken)" |
|
120 | 120 | wrong_length: "har fel längd (ska vara {{count}} tecken)" |
|
121 | 121 | taken: "har redan tagits" |
|
122 | 122 | not_a_number: "är inte ett nummer" |
|
123 | 123 | greater_than: "måste vara större än {{count}}" |
|
124 | 124 | greater_than_or_equal_to: "måste vara större än eller lika med {{count}}" |
|
125 | 125 | equal_to: "måste vara samma som" |
|
126 | 126 | less_than: "måste vara mindre än {{count}}" |
|
127 | 127 | less_than_or_equal_to: "måste vara mindre än eller lika med {{count}}" |
|
128 | 128 | odd: "måste vara udda" |
|
129 | 129 | even: "måste vara jämnt" |
|
130 | 130 | greater_than_start_date: "måste vara senare än startdatumet" |
|
131 | 131 | not_same_project: "tillhör inte samma projekt" |
|
132 | 132 | circular_dependency: "Denna relation skulle skapa ett cirkulärt beroende" |
|
133 | 133 | |
|
134 | 134 | date: |
|
135 | 135 | formats: |
|
136 | 136 | # Use the strftime parameters for formats. |
|
137 | 137 | # When no format has been given, it uses default. |
|
138 | 138 | # You can provide other formats here if you like! |
|
139 | 139 | default: "%Y-%m-%d" |
|
140 | 140 | short: "%e %b" |
|
141 | 141 | long: "%e %B, %Y" |
|
142 | 142 | |
|
143 | 143 | day_names: [söndag, måndag, tisdag, onsdag, torsdag, fredag, lördag] |
|
144 | 144 | abbr_day_names: [sön, mån, tis, ons, tor, fre, lör] |
|
145 | 145 | |
|
146 | 146 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
147 | 147 | month_names: [~, januari, februari, mars, april, maj, juni, juli, augusti, september, oktober, november, december] |
|
148 | 148 | abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] |
|
149 | 149 | # Used in date_select and datime_select. |
|
150 | 150 | order: [ :day, :month, :year ] |
|
151 | 151 | |
|
152 | 152 | time: |
|
153 | 153 | formats: |
|
154 | 154 | default: "%Y-%m-%d %H:%M" |
|
155 | 155 | time: "%H:%M" |
|
156 | 156 | short: "%d %b %H:%M" |
|
157 | 157 | long: "%d %B, %Y %H:%M" |
|
158 | 158 | am: "" |
|
159 | 159 | pm: "" |
|
160 | 160 | |
|
161 | 161 | # Used in array.to_sentence. |
|
162 | 162 | support: |
|
163 | 163 | array: |
|
164 | 164 | sentence_connector: "och" |
|
165 | 165 | skip_last_comma: true |
|
166 | 166 | |
|
167 | 167 | actionview_instancetag_blank_option: Var god välj |
|
168 | 168 | |
|
169 | 169 | general_text_No: 'Nej' |
|
170 | 170 | general_text_Yes: 'Ja' |
|
171 | 171 | general_text_no: 'nej' |
|
172 | 172 | general_text_yes: 'ja' |
|
173 | 173 | general_lang_name: 'Svenska' |
|
174 | 174 | general_csv_separator: ',' |
|
175 | 175 | general_csv_decimal_separator: '.' |
|
176 | 176 | general_csv_encoding: ISO-8859-1 |
|
177 | 177 | general_pdf_encoding: ISO-8859-1 |
|
178 | 178 | general_first_day_of_week: '1' |
|
179 | 179 | |
|
180 | 180 | notice_account_updated: Kontot har uppdaterats |
|
181 | 181 | notice_account_invalid_creditentials: Fel användarnamn eller lösenord |
|
182 | 182 | notice_account_password_updated: Lösenordet har uppdaterats |
|
183 | 183 | notice_account_wrong_password: Fel lösenord |
|
184 | 184 | notice_account_register_done: Kontot har skapats. För att aktivera kontot, klicka på länken i mailet som skickades till dig. |
|
185 | 185 | notice_account_unknown_email: Okänd användare. |
|
186 | 186 | notice_can_t_change_password: Detta konto använder en extern autentiseringskälla. Det går inte att byta lösenord. |
|
187 | 187 | notice_account_lost_email_sent: Ett mail med instruktioner om hur man väljer ett nytt lösenord har skickats till dig. |
|
188 | 188 | notice_account_activated: Ditt konto har blivit aktiverat. Du kan nu logga in. |
|
189 | 189 | notice_successful_create: Skapades korrekt. |
|
190 | 190 | notice_successful_update: Uppdatering lyckades. |
|
191 | 191 | notice_successful_delete: Borttagning lyckades. |
|
192 | 192 | notice_successful_connection: Uppkoppling lyckades. |
|
193 | 193 | notice_file_not_found: Sidan du försökte komma åt existerar inte eller är borttagen. |
|
194 | 194 | notice_locking_conflict: Data har uppdaterats av en annan användare. |
|
195 | 195 | notice_not_authorized: Du saknar behörighet att komma åt den här sidan. |
|
196 | 196 | notice_email_sent: "Ett mail skickades till {{value}}" |
|
197 | 197 | notice_email_error: "Ett fel inträffade när mail skickades ({{value}})" |
|
198 | 198 | notice_feeds_access_key_reseted: Din RSS-nyckel återställdes. |
|
199 | 199 | notice_api_access_key_reseted: Din API-nyckel återställdes. |
|
200 | notice_failed_to_save_issues: "Misslyckades att spara {{count}} ärende(n) på {{total}} valt: {{ids}}." | |
|
200 | notice_failed_to_save_issues: "Misslyckades med att spara {{count}} ärende(n) på {{total}} valt: {{ids}}." | |
|
201 | notice_failed_to_save_members: "Misslyckades med att spara medlem(mar): {{errors}}." | |
|
201 | 202 | notice_no_issue_selected: "Inget ärende är markerat! Var vänlig, markera de ärenden du vill ändra." |
|
202 | 203 | notice_account_pending: "Ditt konto skapades och avvaktar nu administratörens godkännande." |
|
203 | 204 | notice_default_data_loaded: Standardkonfiguration inläst. |
|
204 | 205 | notice_unable_delete_version: Denna version var inte möjlig att ta bort. |
|
205 | 206 | notice_issue_done_ratios_updated: % klart uppdaterade. |
|
206 | 207 | |
|
207 | 208 | error_can_t_load_default_data: "Standardkonfiguration gick inte att läsa in: {{value}}" |
|
208 | 209 | error_scm_not_found: "Inlägg och/eller revision finns inte i detta versionsarkiv." |
|
209 | 210 | error_scm_command_failed: "Ett fel inträffade vid försök att nå versionsarkivet: {{value}}" |
|
210 | 211 | error_scm_annotate: "Inlägget existerar inte eller kan inte kommenteras." |
|
211 | 212 | error_issue_not_found_in_project: 'Ärendet hittades inte eller så tillhör det inte detta projekt' |
|
212 | 213 | error_no_tracker_in_project: 'Ingen ärendetyp är associerad med projektet. Vänligen kontrollera projektinställningarna.' |
|
213 | 214 | error_no_default_issue_status: 'Ingen status är definierad som standard för nya ärenden. Vänligen kontrollera din konfiguration (Gå till "Administration -> Ärendestatus").' |
|
214 | 215 | error_can_not_delete_custom_field: Kan inte ta bort användardefinerat fält |
|
215 | 216 | error_can_not_delete_tracker: Det finns ärenden av denna typ och den är därför inte möjlig att ta bort. |
|
216 | 217 | error_can_not_remove_role: "Denna roll används och den är därför inte möjlig att ta bort." |
|
217 | 218 | error_can_not_reopen_issue_on_closed_version: 'Ett ärende tilldelat en stängd version kan inte öppnas på nytt' |
|
218 | 219 | error_can_not_archive_project: Detta projekt kan inte arkiveras |
|
219 | 220 | error_issue_done_ratios_not_updated: "% klart inte uppdaterade." |
|
220 | 221 | error_workflow_copy_source: 'Vänligen välj källans ärendetyp eller roll' |
|
221 | 222 | error_workflow_copy_target: 'Vänligen välj ärendetyp(er) och roll(er) för mål' |
|
222 | 223 | error_unable_delete_issue_status: 'Ärendestatus kunde inte tas bort' |
|
223 | 224 | error_unable_to_connect: Kan inte ansluta ({{value}}) |
|
224 | 225 | |
|
225 | 226 | warning_attachments_not_saved: "{{count}} fil(er) kunde inte sparas." |
|
226 | 227 | |
|
227 | 228 | mail_subject_lost_password: "Ditt {{value}} lösenord" |
|
228 | 229 | mail_body_lost_password: 'För att ändra ditt lösenord, klicka på följande länk:' |
|
229 | 230 | mail_subject_register: "Din {{value}} kontoaktivering" |
|
230 | 231 | mail_body_register: 'För att aktivera ditt konto, klicka på följande länk:' |
|
231 | 232 | mail_body_account_information_external: "Du kan använda ditt {{value}}-konto för att logga in." |
|
232 | 233 | mail_body_account_information: Din kontoinformation |
|
233 | 234 | mail_subject_account_activation_request: "{{value}} begäran om kontoaktivering" |
|
234 | 235 | mail_body_account_activation_request: "En ny användare ({{value}}) har registrerat sig och avvaktar ditt godkännande:" |
|
235 | 236 | mail_subject_reminder: "{{count}} ärende(n) har deadline under de kommande dagarna" |
|
236 | 237 | mail_body_reminder: "{{count}} ärende(n) som är tilldelat dig har deadline under de {{days}} dagarna:" |
|
237 | 238 | mail_subject_wiki_content_added: "'{{page}}' wikisida has lagts till" |
|
238 | 239 | mail_body_wiki_content_added: The '{{page}}' wikisida has lagts till av {{author}}. |
|
239 | 240 | mail_subject_wiki_content_updated: "'{{page}}' wikisida har uppdaterats" |
|
240 | 241 | mail_body_wiki_content_updated: The '{{page}}' wikisida har uppdaterats av {{author}}. |
|
241 | 242 | |
|
242 | 243 | gui_validation_error: 1 fel |
|
243 | 244 | gui_validation_error_plural: "{{count}} fel" |
|
244 | 245 | |
|
245 | 246 | field_name: Namn |
|
246 | 247 | field_description: Beskrivning |
|
247 | 248 | field_summary: Sammanfattning |
|
248 | 249 | field_is_required: Obligatorisk |
|
249 | 250 | field_firstname: Förnamn |
|
250 | 251 | field_lastname: Efternamn |
|
251 | 252 | field_mail: Mail |
|
252 | 253 | field_filename: Fil |
|
253 | 254 | field_filesize: Storlek |
|
254 | 255 | field_downloads: Nerladdningar |
|
255 | 256 | field_author: Författare |
|
256 | 257 | field_created_on: Skapad |
|
257 | 258 | field_updated_on: Uppdaterad |
|
258 | 259 | field_field_format: Format |
|
259 | 260 | field_is_for_all: För alla projekt |
|
260 | 261 | field_possible_values: Möjliga värden |
|
261 | 262 | field_regexp: Reguljärt uttryck |
|
262 | 263 | field_min_length: Minimilängd |
|
263 | 264 | field_max_length: Maxlängd |
|
264 | 265 | field_value: Värde |
|
265 | 266 | field_category: Kategori |
|
266 | 267 | field_title: Titel |
|
267 | 268 | field_project: Projekt |
|
268 | 269 | field_issue: Ärende |
|
269 | 270 | field_status: Status |
|
270 | 271 | field_notes: Anteckningar |
|
271 | 272 | field_is_closed: Ärendet är stängt |
|
272 | 273 | field_is_default: Standardvärde |
|
273 | 274 | field_tracker: Ärendetyp |
|
274 | 275 | field_subject: Ämne |
|
275 | 276 | field_due_date: Deadline |
|
276 | 277 | field_assigned_to: Tilldelad till |
|
277 | 278 | field_priority: Prioritet |
|
278 | 279 | field_fixed_version: Versionsmål |
|
279 | 280 | field_user: Användare |
|
281 | field_principal: Principal | |
|
280 | 282 | field_role: Roll |
|
281 | 283 | field_homepage: Hemsida |
|
282 | 284 | field_is_public: Publik |
|
283 | 285 | field_parent: Underprojekt till |
|
284 | 286 | field_is_in_roadmap: Visa ärenden i roadmap |
|
285 | 287 | field_login: Användarnamn |
|
286 | 288 | field_mail_notification: Mailnotifieringar |
|
287 | 289 | field_admin: Administratör |
|
288 | 290 | field_last_login_on: Senaste inloggning |
|
289 | 291 | field_language: Språk |
|
290 | 292 | field_effective_date: Datum |
|
291 | 293 | field_password: Lösenord |
|
292 | 294 | field_new_password: Nytt lösenord |
|
293 | 295 | field_password_confirmation: Bekräfta lösenord |
|
294 | 296 | field_version: Version |
|
295 | 297 | field_type: Typ |
|
296 | 298 | field_host: Värddator |
|
297 | 299 | field_port: Port |
|
298 | 300 | field_account: Konto |
|
299 | 301 | field_base_dn: Bas-DN |
|
300 | 302 | field_attr_login: Inloggningsattribut |
|
301 | 303 | field_attr_firstname: Förnamnsattribut |
|
302 | 304 | field_attr_lastname: Efternamnsattribut |
|
303 | 305 | field_attr_mail: Mailattribut |
|
304 | 306 | field_onthefly: Skapa användare on-the-fly |
|
305 | 307 | field_start_date: Start |
|
306 | 308 | field_done_ratio: % Klart |
|
307 | 309 | field_auth_source: Autentiseringsläge |
|
308 | 310 | field_hide_mail: Dölj min mailadress |
|
309 | 311 | field_comments: Kommentar |
|
310 | 312 | field_url: URL |
|
311 | 313 | field_start_page: Startsida |
|
312 | 314 | field_subproject: Underprojekt |
|
313 | 315 | field_hours: Timmar |
|
314 | 316 | field_activity: Aktivitet |
|
315 | 317 | field_spent_on: Datum |
|
316 | 318 | field_identifier: Identifierare |
|
317 | 319 | field_is_filter: Använd som filter |
|
318 | 320 | field_issue_to: Relaterade ärenden |
|
319 | 321 | field_delay: Fördröjning |
|
320 | 322 | field_assignable: Ärenden kan tilldelas denna roll |
|
321 | 323 | field_redirect_existing_links: Omdirigera existerande länkar |
|
322 | 324 | field_estimated_hours: Estimerad tid |
|
323 | 325 | field_column_names: Kolumner |
|
324 | 326 | field_time_zone: Tidszon |
|
325 | 327 | field_searchable: Sökbar |
|
326 | 328 | field_default_value: Standardvärde |
|
327 | 329 | field_comments_sorting: Visa kommentarer |
|
328 | 330 | field_parent_title: Föräldersida |
|
329 | 331 | field_editable: Redigerbar |
|
330 | 332 | field_watcher: Bevakare |
|
331 | 333 | field_identity_url: OpenID URL |
|
332 | 334 | field_content: Innehåll |
|
333 | 335 | field_group_by: Gruppera resultat efter |
|
334 | 336 | field_sharing: Delning |
|
335 | 337 | field_parent_issue: Förälderaktivitet |
|
336 | 338 | |
|
337 | 339 | setting_app_title: Applikationsrubrik |
|
338 | 340 | setting_app_subtitle: Applikationsunderrubrik |
|
339 | 341 | setting_welcome_text: Välkomsttext |
|
340 | 342 | setting_default_language: Standardspråk |
|
341 | 343 | setting_login_required: Kräver inloggning |
|
342 | 344 | setting_self_registration: Självregistrering |
|
343 | 345 | setting_attachment_max_size: Maxstorlek på bilaga |
|
344 | 346 | setting_issues_export_limit: Exportgräns för ärenden |
|
345 | 347 | setting_mail_from: Avsändare |
|
346 | 348 | setting_bcc_recipients: Hemlig kopia (bcc) till mottagare |
|
347 | 349 | setting_plain_text_mail: Oformaterad text i mail (ingen HTML) |
|
348 | 350 | setting_host_name: Värddatornamn |
|
349 | 351 | setting_text_formatting: Textformatering |
|
350 | 352 | setting_wiki_compression: Komprimering av wikihistorik |
|
351 | 353 | setting_feeds_limit: Innehållsgräns för Feed |
|
352 | 354 | setting_default_projects_public: Nya projekt är publika som standard |
|
353 | 355 | setting_autofetch_changesets: Automatisk hämtning av commits |
|
354 | 356 | setting_sys_api_enabled: Aktivera WS för versionsarkivhantering |
|
355 | 357 | setting_commit_ref_keywords: Referens-nyckelord |
|
356 | 358 | setting_commit_fix_keywords: Fix-nyckelord |
|
357 | 359 | setting_autologin: Automatisk inloggning |
|
358 | 360 | setting_date_format: Datumformat |
|
359 | 361 | setting_time_format: Tidsformat |
|
360 | 362 | setting_cross_project_issue_relations: Tillåt ärenderelationer mellan projekt |
|
361 | 363 | setting_issue_list_default_columns: Standardkolumner i ärendelistan |
|
362 | 364 | setting_repositories_encodings: Teckenuppsättningar för versionsarkiv |
|
363 | 365 | setting_commit_logs_encoding: Teckenuppsättning för commit-meddelanden |
|
364 | 366 | setting_emails_footer: Signatur |
|
365 | 367 | setting_protocol: Protokoll |
|
366 | 368 | setting_per_page_options: Alternativ, objekt per sida |
|
367 | 369 | setting_user_format: Visningsformat för användare |
|
368 | 370 | setting_activity_days_default: Dagar som visas på projektaktivitet |
|
369 | 371 | setting_display_subprojects_issues: Visa ärenden från underprojekt i huvudprojekt som standard |
|
370 | 372 | setting_enabled_scm: Aktivera SCM |
|
371 | 373 | setting_mail_handler_body_delimiters: Trunkera mail efter en av följande rader |
|
372 | 374 | setting_mail_handler_api_enabled: Aktivera WS för inkommande mail |
|
373 | 375 | setting_mail_handler_api_key: API-nyckel |
|
374 | 376 | setting_sequential_project_identifiers: Generera projektidentifierare sekventiellt |
|
375 | 377 | setting_gravatar_enabled: Använd Gravatar-avatarer |
|
376 | 378 | setting_gravatar_default: Förvald Gravatar-bild |
|
377 | 379 | setting_diff_max_lines_displayed: Maximalt antal synliga rader i diff |
|
378 | 380 | setting_file_max_size_displayed: Maxstorlek på textfiler som visas inline |
|
379 | 381 | setting_repository_log_display_limit: Maximalt antal revisioner i filloggen |
|
380 | 382 | setting_openid: Tillåt inloggning och registrering med OpenID |
|
381 | 383 | setting_password_min_length: Minsta tillåtna lösenordslängd |
|
382 | 384 | setting_new_project_user_role_id: Tilldelad roll för en icke-administratör som skapar ett projekt |
|
383 | 385 | setting_default_projects_modules: Standardaktiverade moduler för nya projekt |
|
384 | 386 | setting_issue_done_ratio: Beräkna % klart med |
|
385 | 387 | setting_issue_done_ratio_issue_field: Använd ärendefältet |
|
386 | 388 | setting_issue_done_ratio_issue_status: Använd ärendestatus |
|
387 | 389 | setting_start_of_week: Första dagen i veckan |
|
388 | 390 | setting_rest_api_enabled: Aktivera REST webbtjänst |
|
389 | 391 | setting_cache_formatted_text: Cacha formaterad text |
|
390 | 392 | |
|
391 | 393 | permission_add_project: Skapa projekt |
|
392 | 394 | permission_add_subprojects: Skapa underprojekt |
|
393 | 395 | permission_edit_project: Ändra projekt |
|
394 | 396 | permission_select_project_modules: Välja projektmoduler |
|
395 | 397 | permission_manage_members: Hantera medlemmar |
|
396 | 398 | permission_manage_project_activities: Hantera projektaktiviteter |
|
397 | 399 | permission_manage_versions: Hantera versioner |
|
398 | 400 | permission_manage_categories: Hantera ärendekategorier |
|
399 | 401 | permission_add_issues: Lägga till ärenden |
|
400 | 402 | permission_edit_issues: Ändra ärenden |
|
401 | 403 | permission_view_issues: Visa ärenden |
|
402 | 404 | permission_manage_issue_relations: Hantera ärenderelationer |
|
403 | 405 | permission_add_issue_notes: Lägga till ärendenotering |
|
404 | 406 | permission_edit_issue_notes: Ändra ärendenoteringar |
|
405 | 407 | permission_edit_own_issue_notes: Ändra egna ärendenoteringar |
|
406 | 408 | permission_move_issues: Flytta ärenden |
|
407 | 409 | permission_delete_issues: Ta bort ärenden |
|
408 | 410 | permission_manage_public_queries: Hantera publika frågor |
|
409 | 411 | permission_save_queries: Spara frågor |
|
410 | 412 | permission_view_gantt: Visa Gantt-schema |
|
411 | 413 | permission_view_calendar: Visa kalender |
|
412 | 414 | permission_view_issue_watchers: Visa bevakarlista |
|
413 | 415 | permission_add_issue_watchers: Lägga till bevakare |
|
414 | 416 | permission_delete_issue_watchers: Ta bort bevakare |
|
415 | 417 | permission_log_time: Logga spenderad tid |
|
416 | 418 | permission_view_time_entries: Visa spenderad tid |
|
417 | 419 | permission_edit_time_entries: Ändra tidloggningar |
|
418 | 420 | permission_edit_own_time_entries: Ändra egna tidloggningar |
|
419 | 421 | permission_manage_news: Hantera nyheter |
|
420 | 422 | permission_comment_news: Kommentera nyheter |
|
421 | 423 | permission_manage_documents: Hantera dokument |
|
422 | 424 | permission_view_documents: Visa dokument |
|
423 | 425 | permission_manage_files: Hantera filer |
|
424 | 426 | permission_view_files: Visa filer |
|
425 | 427 | permission_manage_wiki: Hantera wiki |
|
426 | 428 | permission_rename_wiki_pages: Byta namn på wikisidor |
|
427 | 429 | permission_delete_wiki_pages: Ta bort wikisidor |
|
428 | 430 | permission_view_wiki_pages: Visa wiki |
|
429 | 431 | permission_view_wiki_edits: Visa wikihistorik |
|
430 | 432 | permission_edit_wiki_pages: Ändra wikisidor |
|
431 | 433 | permission_delete_wiki_pages_attachments: Ta bort bilagor |
|
432 | 434 | permission_protect_wiki_pages: Skydda wikisidor |
|
433 | 435 | permission_manage_repository: Hantera versionsarkiv |
|
434 | 436 | permission_browse_repository: Bläddra i versionsarkiv |
|
435 | 437 | permission_view_changesets: Visa changesets |
|
436 | 438 | permission_commit_access: Commit-åtkomst |
|
437 | 439 | permission_manage_boards: Hantera forum |
|
438 | 440 | permission_view_messages: Visa meddelanden |
|
439 | 441 | permission_add_messages: Lägg till meddelanden |
|
440 | 442 | permission_edit_messages: Ändra meddelanden |
|
441 | 443 | permission_edit_own_messages: Ändra egna meddelanden |
|
442 | 444 | permission_delete_messages: Ta bort meddelanden |
|
443 | 445 | permission_delete_own_messages: Ta bort egna meddelanden |
|
444 | 446 | permission_export_wiki_pages: Exportera wikisidor |
|
445 | 447 | permission_manage_subtasks: Hantera underaktiviteter |
|
446 | 448 | |
|
447 | 449 | project_module_issue_tracking: Ärendeuppföljning |
|
448 | 450 | project_module_time_tracking: Tidsuppföljning |
|
449 | 451 | project_module_news: Nyheter |
|
450 | 452 | project_module_documents: Dokument |
|
451 | 453 | project_module_files: Filer |
|
452 | 454 | project_module_wiki: Wiki |
|
453 | 455 | project_module_repository: Versionsarkiv |
|
454 | 456 | project_module_boards: Forum |
|
455 | 457 | |
|
456 | 458 | label_user: Användare |
|
457 | 459 | label_user_plural: Användare |
|
458 | 460 | label_user_new: Ny användare |
|
459 | 461 | label_user_anonymous: Anonym |
|
460 | 462 | label_project: Projekt |
|
461 | 463 | label_project_new: Nytt projekt |
|
462 | 464 | label_project_plural: Projekt |
|
463 | 465 | label_x_projects: |
|
464 | 466 | zero: inga projekt |
|
465 | 467 | one: 1 projekt |
|
466 | 468 | other: "{{count}} projekt" |
|
467 | 469 | label_project_all: Alla projekt |
|
468 | 470 | label_project_latest: Senaste projekt |
|
469 | 471 | label_issue: Ärende |
|
470 | 472 | label_issue_new: Nytt ärende |
|
471 | 473 | label_issue_plural: Ärenden |
|
472 | 474 | label_issue_view_all: Visa alla ärenden |
|
473 | 475 | label_issues_by: "Ärenden {{value}}" |
|
474 | 476 | label_issue_added: Ärende tillagt |
|
475 | 477 | label_issue_updated: Ärende uppdaterat |
|
476 | 478 | label_document: Dokument |
|
477 | 479 | label_document_new: Nytt dokument |
|
478 | 480 | label_document_plural: Dokument |
|
479 | 481 | label_document_added: Dokument tillagt |
|
480 | 482 | label_role: Roll |
|
481 | 483 | label_role_plural: Roller |
|
482 | 484 | label_role_new: Ny roll |
|
483 | 485 | label_role_and_permissions: Roller och behörigheter |
|
484 | 486 | label_member: Medlem |
|
485 | 487 | label_member_new: Ny medlem |
|
486 | 488 | label_member_plural: Medlemmar |
|
487 | 489 | label_tracker: Ärendetyp |
|
488 | 490 | label_tracker_plural: Ärendetyper |
|
489 | 491 | label_tracker_new: Ny ärendetyp |
|
490 | 492 | label_workflow: Arbetsflöde |
|
491 | 493 | label_issue_status: Ärendestatus |
|
492 | 494 | label_issue_status_plural: Ärendestatus |
|
493 | 495 | label_issue_status_new: Ny status |
|
494 | 496 | label_issue_category: Ärendekategori |
|
495 | 497 | label_issue_category_plural: Ärendekategorier |
|
496 | 498 | label_issue_category_new: Ny kategori |
|
497 | 499 | label_custom_field: Användardefinerat fält |
|
498 | 500 | label_custom_field_plural: Användardefinerade fält |
|
499 | 501 | label_custom_field_new: Nytt användardefinerat fält |
|
500 | 502 | label_enumerations: Uppräkningar |
|
501 | 503 | label_enumeration_new: Nytt värde |
|
502 | 504 | label_information: Information |
|
503 | 505 | label_information_plural: Information |
|
504 | 506 | label_please_login: Var god logga in |
|
505 | 507 | label_register: Registrera |
|
506 | 508 | label_login_with_open_id_option: eller logga in med OpenID |
|
507 | 509 | label_password_lost: Glömt lösenord |
|
508 | 510 | label_home: Hem |
|
509 | 511 | label_my_page: Min sida |
|
510 | 512 | label_my_account: Mitt konto |
|
511 | 513 | label_my_projects: Mina projekt |
|
514 | label_my_page_block: '"Min sida"-block' | |
|
512 | 515 | label_administration: Administration |
|
513 | 516 | label_login: Logga in |
|
514 | 517 | label_logout: Logga ut |
|
515 | 518 | label_help: Hjälp |
|
516 | 519 | label_reported_issues: Rapporterade ärenden |
|
517 | 520 | label_assigned_to_me_issues: Ärenden tilldelade till mig |
|
518 | 521 | label_last_login: Senaste inloggning |
|
519 | 522 | label_registered_on: Registrerad |
|
520 | 523 | label_activity: Aktivitet |
|
521 | 524 | label_overall_activity: All aktivitet |
|
522 | 525 | label_user_activity: "Aktiviteter för {{value}}" |
|
523 | 526 | label_new: Ny |
|
524 | 527 | label_logged_as: Inloggad som |
|
525 | 528 | label_environment: Miljö |
|
526 | 529 | label_authentication: Autentisering |
|
527 | 530 | label_auth_source: Autentiseringsläge |
|
528 | 531 | label_auth_source_new: Nytt autentiseringsläge |
|
529 | 532 | label_auth_source_plural: Autentiseringslägen |
|
530 | 533 | label_subproject_plural: Underprojekt |
|
531 | 534 | label_subproject_new: Nytt underprojekt |
|
532 | 535 | label_and_its_subprojects: "{{value}} och dess underprojekt" |
|
533 | 536 | label_min_max_length: Min./Max.-längd |
|
534 | 537 | label_list: Lista |
|
535 | 538 | label_date: Datum |
|
536 | 539 | label_integer: Heltal |
|
537 | 540 | label_float: Flyttal |
|
538 | 541 | label_boolean: Boolean |
|
539 | 542 | label_string: Text |
|
540 | 543 | label_text: Lång text |
|
541 | 544 | label_attribute: Attribut |
|
542 | 545 | label_attribute_plural: Attribut |
|
543 | 546 | label_download: "{{count}} Nerladdning" |
|
544 | 547 | label_download_plural: "{{count}} Nerladdningar" |
|
545 | 548 | label_no_data: Ingen data att visa |
|
546 | 549 | label_change_status: Ändra status |
|
547 | 550 | label_history: Historia |
|
548 | 551 | label_attachment: Fil |
|
549 | 552 | label_attachment_new: Ny fil |
|
550 | 553 | label_attachment_delete: Ta bort fil |
|
551 | 554 | label_attachment_plural: Filer |
|
552 | 555 | label_file_added: Fil tillagd |
|
553 | 556 | label_report: Rapport |
|
554 | 557 | label_report_plural: Rapporter |
|
555 | 558 | label_news: Nyhet |
|
556 | 559 | label_news_new: Lägg till nyhet |
|
557 | 560 | label_news_plural: Nyheter |
|
558 | 561 | label_news_latest: Senaste nyheterna |
|
559 | 562 | label_news_view_all: Visa alla nyheter |
|
560 | 563 | label_news_added: Nyhet tillagd |
|
561 | 564 | label_settings: Inställningar |
|
562 | 565 | label_overview: Överblick |
|
563 | 566 | label_version: Version |
|
564 | 567 | label_version_new: Ny version |
|
565 | 568 | label_version_plural: Versioner |
|
566 | 569 | label_close_versions: Stäng klara versioner |
|
567 | 570 | label_confirmation: Bekräftelse |
|
568 | 571 | label_export_to: Exportera till |
|
569 | 572 | label_read: Läs... |
|
570 | 573 | label_public_projects: Publika projekt |
|
571 | 574 | label_open_issues: öppen |
|
572 | 575 | label_open_issues_plural: öppna |
|
573 | 576 | label_closed_issues: stängd |
|
574 | 577 | label_closed_issues_plural: stängda |
|
575 | 578 | label_x_open_issues_abbr_on_total: |
|
576 | 579 | zero: 0 öppna av {{total}} |
|
577 | 580 | one: 1 öppen av {{total}} |
|
578 | 581 | other: "{{count}} öppna av {{total}}" |
|
579 | 582 | label_x_open_issues_abbr: |
|
580 | 583 | zero: 0 öppna |
|
581 | 584 | one: 1 öppen |
|
582 | 585 | other: "{{count}} öppna" |
|
583 | 586 | label_x_closed_issues_abbr: |
|
584 | 587 | zero: 0 stängda |
|
585 | 588 | one: 1 stängd |
|
586 | 589 | other: "{{count}} stängda" |
|
587 | 590 | label_total: Total |
|
588 | 591 | label_permissions: Behörigheter |
|
589 | 592 | label_current_status: Nuvarande status |
|
590 | 593 | label_new_statuses_allowed: Nya tillåtna statusvärden |
|
591 | 594 | label_all: alla |
|
592 | 595 | label_none: ingen |
|
593 | 596 | label_nobody: ingen |
|
594 | 597 | label_next: Nästa |
|
595 | 598 | label_previous: Föregående |
|
596 | 599 | label_used_by: Använd av |
|
597 | 600 | label_details: Detaljer |
|
598 | 601 | label_add_note: Lägg till anteckning |
|
599 | 602 | label_per_page: Per sida |
|
600 | 603 | label_calendar: Kalender |
|
601 | 604 | label_months_from: månader från |
|
602 | 605 | label_gantt: Gantt |
|
603 | 606 | label_internal: Intern |
|
604 | 607 | label_last_changes: "senaste {{count}} ändringar" |
|
605 | 608 | label_change_view_all: Visa alla ändringar |
|
606 | 609 | label_personalize_page: Anpassa denna sida |
|
607 | 610 | label_comment: Kommentar |
|
608 | 611 | label_comment_plural: Kommentarer |
|
609 | 612 | label_x_comments: |
|
610 | 613 | zero: inga kommentarer |
|
611 | 614 | one: 1 kommentar |
|
612 | 615 | other: "{{count}} kommentarer" |
|
613 | 616 | label_comment_add: Lägg till kommentar |
|
614 | 617 | label_comment_added: Kommentar tillagd |
|
615 | 618 | label_comment_delete: Ta bort kommentar |
|
616 | 619 | label_query: Användardefinerad fråga |
|
617 | 620 | label_query_plural: Användardefinerade frågor |
|
618 | 621 | label_query_new: Ny fråga |
|
619 | 622 | label_filter_add: Lägg till filter |
|
620 | 623 | label_filter_plural: Filter |
|
621 | 624 | label_equals: är |
|
622 | 625 | label_not_equals: är inte |
|
623 | 626 | label_in_less_than: om mindre än |
|
624 | 627 | label_in_more_than: om mer än |
|
625 | 628 | label_greater_or_equal: '>=' |
|
626 | 629 | label_less_or_equal: '<=' |
|
627 | 630 | label_in: om |
|
628 | 631 | label_today: idag |
|
629 | 632 | label_all_time: närsom |
|
630 | 633 | label_yesterday: igår |
|
631 | 634 | label_this_week: denna vecka |
|
632 | 635 | label_last_week: senaste veckan |
|
633 | 636 | label_last_n_days: "senaste {{count}} dagarna" |
|
634 | 637 | label_this_month: denna månad |
|
635 | 638 | label_last_month: senaste månaden |
|
636 | 639 | label_this_year: detta året |
|
637 | 640 | label_date_range: Datumintervall |
|
638 | 641 | label_less_than_ago: mindre än dagar sedan |
|
639 | 642 | label_more_than_ago: mer än dagar sedan |
|
640 | 643 | label_ago: dagar sedan |
|
641 | 644 | label_contains: innehåller |
|
642 | 645 | label_not_contains: innehåller inte |
|
643 | 646 | label_day_plural: dagar |
|
644 | 647 | label_repository: Versionsarkiv |
|
645 | 648 | label_repository_plural: Versionsarkiv |
|
646 | 649 | label_browse: Bläddra |
|
647 | 650 | label_modification: "{{count}} ändring" |
|
648 | 651 | label_modification_plural: "{{count}} ändringar" |
|
649 | 652 | label_branch: Branch |
|
650 | 653 | label_tag: Tag |
|
651 | 654 | label_revision: Revision |
|
652 | 655 | label_revision_plural: Revisioner |
|
653 | 656 | label_revision_id: Revision {{value}} |
|
654 | 657 | label_associated_revisions: Associerade revisioner |
|
655 | 658 | label_added: tillagd |
|
656 | 659 | label_modified: modifierad |
|
657 | 660 | label_copied: kopierad |
|
658 | 661 | label_renamed: omdöpt |
|
659 | 662 | label_deleted: borttagen |
|
660 | 663 | label_latest_revision: Senaste revisionen |
|
661 | 664 | label_latest_revision_plural: Senaste revisionerna |
|
662 | 665 | label_view_revisions: Visa revisioner |
|
663 | 666 | label_view_all_revisions: Visa alla revisioner |
|
664 | 667 | label_max_size: Maxstorlek |
|
665 | 668 | label_sort_highest: Flytta till toppen |
|
666 | 669 | label_sort_higher: Flytta upp |
|
667 | 670 | label_sort_lower: Flytta ner |
|
668 | 671 | label_sort_lowest: Flytta till botten |
|
669 | 672 | label_roadmap: Roadmap |
|
670 | 673 | label_roadmap_due_in: "Färdig om {{value}}" |
|
671 | 674 | label_roadmap_overdue: "{{value}} sen" |
|
672 | 675 | label_roadmap_no_issues: Inga ärenden för denna version |
|
673 | 676 | label_search: Sök |
|
674 | 677 | label_result_plural: Resultat |
|
675 | 678 | label_all_words: Alla ord |
|
676 | 679 | label_wiki: Wiki |
|
677 | 680 | label_wiki_edit: Wikiändring |
|
678 | 681 | label_wiki_edit_plural: Wikiändringar |
|
679 | 682 | label_wiki_page: Wikisida |
|
680 | 683 | label_wiki_page_plural: Wikisidor |
|
681 | 684 | label_index_by_title: Innehåll efter titel |
|
682 | 685 | label_index_by_date: Innehåll efter datum |
|
683 | 686 | label_current_version: Nuvarande version |
|
684 | 687 | label_preview: Förhandsgranska |
|
685 | 688 | label_feed_plural: Feeds |
|
686 | 689 | label_changes_details: Detaljer om alla ändringar |
|
687 | 690 | label_issue_tracking: Ärendeuppföljning |
|
688 | 691 | label_spent_time: Spenderad tid |
|
689 | 692 | label_f_hour: "{{value}} timme" |
|
690 | 693 | label_f_hour_plural: "{{value}} timmar" |
|
691 | 694 | label_time_tracking: Tidsuppföljning |
|
692 | 695 | label_change_plural: Ändringar |
|
693 | 696 | label_statistics: Statistik |
|
694 | 697 | label_commits_per_month: Commits per månad |
|
695 | 698 | label_commits_per_author: Commits per författare |
|
696 | 699 | label_view_diff: Visa skillnader |
|
697 | 700 | label_diff_inline: i texten |
|
698 | 701 | label_diff_side_by_side: sida vid sida |
|
699 | 702 | label_options: Inställningar |
|
700 | 703 | label_copy_workflow_from: Kopiera arbetsflöde från |
|
701 | 704 | label_permissions_report: Behörighetsrapport |
|
702 | 705 | label_watched_issues: Bevakade ärenden |
|
703 | 706 | label_related_issues: Relaterade ärenden |
|
704 | 707 | label_applied_status: Tilldelad status |
|
705 | 708 | label_loading: Laddar... |
|
706 | 709 | label_relation_new: Ny relation |
|
707 | 710 | label_relation_delete: Ta bort relation |
|
708 | 711 | label_relates_to: relaterar till |
|
709 | 712 | label_duplicates: kopierar |
|
710 | 713 | label_duplicated_by: kopierad av |
|
711 | 714 | label_blocks: blockerar |
|
712 | 715 | label_blocked_by: blockerad av |
|
713 | 716 | label_precedes: kommer före |
|
714 | 717 | label_follows: följer |
|
715 | 718 | label_end_to_start: slut till start |
|
716 | 719 | label_end_to_end: slut till slut |
|
717 | 720 | label_start_to_start: start till start |
|
718 | 721 | label_start_to_end: start till slut |
|
719 | 722 | label_stay_logged_in: Förbli inloggad |
|
720 | 723 | label_disabled: inaktiverad |
|
721 | 724 | label_show_completed_versions: Visa färdiga versioner |
|
722 | 725 | label_me: mig |
|
723 | 726 | label_board: Forum |
|
724 | 727 | label_board_new: Nytt forum |
|
725 | 728 | label_board_plural: Forum |
|
726 | 729 | label_board_locked: Låst |
|
727 | 730 | label_board_sticky: Sticky |
|
728 | 731 | label_topic_plural: Ämnen |
|
729 | 732 | label_message_plural: Meddelanden |
|
730 | 733 | label_message_last: Senaste meddelande |
|
731 | 734 | label_message_new: Nytt meddelande |
|
732 | 735 | label_message_posted: Meddelande tillagt |
|
733 | 736 | label_reply_plural: Svar |
|
734 | 737 | label_send_information: Skicka kontoinformation till användaren |
|
735 | 738 | label_year: År |
|
736 | 739 | label_month: Månad |
|
737 | 740 | label_week: Vecka |
|
738 | 741 | label_date_from: Från |
|
739 | 742 | label_date_to: Till |
|
740 | 743 | label_language_based: Språkbaserad |
|
741 | 744 | label_sort_by: "Sortera på {{value}}" |
|
742 | 745 | label_send_test_email: Skicka testmail |
|
743 | 746 | label_feeds_access_key: RSS-nyckel |
|
744 | 747 | label_missing_feeds_access_key: Saknar en RSS-nyckel |
|
745 | 748 | label_feeds_access_key_created_on: "RSS-nyckel skapad för {{value}} sedan" |
|
746 | 749 | label_module_plural: Moduler |
|
747 | 750 | label_added_time_by: "Tillagd av {{author}} för {{age}} sedan" |
|
748 | 751 | label_updated_time_by: "Uppdaterad av {{author}} för {{age}} sedan" |
|
749 | 752 | label_updated_time: "Uppdaterad för {{value}} sedan" |
|
750 | 753 | label_jump_to_a_project: Gå till projekt... |
|
751 | 754 | label_file_plural: Filer |
|
752 | 755 | label_changeset_plural: Changesets |
|
753 | 756 | label_default_columns: Standardkolumner |
|
754 | 757 | label_no_change_option: (Ingen ändring) |
|
755 | 758 | label_bulk_edit_selected_issues: Gemensam ändring av markerade ärenden |
|
756 | 759 | label_theme: Tema |
|
757 | 760 | label_default: Standard |
|
758 | 761 | label_search_titles_only: Sök endast i titlar |
|
759 | 762 | label_user_mail_option_all: "För alla händelser i mina projekt" |
|
760 | 763 | label_user_mail_option_selected: "För alla händelser i markerade projekt..." |
|
761 | 764 | label_user_mail_option_none: "Endast för saker jag bevakar eller är involverad i" |
|
762 | 765 | label_user_mail_no_self_notified: "Jag vill inte bli underrättad om ändringar som jag har gjort" |
|
763 | 766 | label_registration_activation_by_email: kontoaktivering med mail |
|
764 | 767 | label_registration_manual_activation: manuell kontoaktivering |
|
765 | 768 | label_registration_automatic_activation: automatisk kontoaktivering |
|
766 | 769 | label_display_per_page: "Per sida: {{value}}" |
|
767 | 770 | label_age: Ålder |
|
768 | 771 | label_change_properties: Ändra inställningar |
|
769 | 772 | label_general: Allmänt |
|
770 | 773 | label_more: Mer |
|
771 | 774 | label_scm: SCM |
|
772 | 775 | label_plugins: Tillägg |
|
773 | 776 | label_ldap_authentication: LDAP-autentisering |
|
774 | 777 | label_downloads_abbr: Nerl. |
|
775 | 778 | label_optional_description: Valfri beskrivning |
|
776 | 779 | label_add_another_file: Lägg till ytterligare en fil |
|
777 | 780 | label_preferences: Användarinställningar |
|
778 | 781 | label_chronological_order: I kronologisk ordning |
|
779 | 782 | label_reverse_chronological_order: I omvänd kronologisk ordning |
|
780 | 783 | label_planning: Planering |
|
781 | 784 | label_incoming_emails: Inkommande mail |
|
782 | 785 | label_generate_key: Generera en nyckel |
|
783 | 786 | label_issue_watchers: Bevakare |
|
784 | 787 | label_example: Exempel |
|
785 | 788 | label_display: Visa |
|
786 | 789 | label_sort: Sortera |
|
787 | 790 | label_descending: Fallande |
|
788 | 791 | label_ascending: Stigande |
|
789 | 792 | label_date_from_to: Från {{start}} till {{end}} |
|
790 | 793 | label_wiki_content_added: Wikisida tillagd |
|
791 | 794 | label_wiki_content_updated: Wikisida uppdaterad |
|
792 | 795 | label_group: Grupp |
|
793 | 796 | label_group_plural: Grupper |
|
794 | 797 | label_group_new: Ny grupp |
|
795 | 798 | label_time_entry_plural: Spenderad tid |
|
796 | 799 | label_version_sharing_none: Inte delad |
|
797 | 800 | label_version_sharing_descendants: Med underprojekt |
|
798 | 801 | label_version_sharing_hierarchy: Med projekthierarki |
|
799 | 802 | label_version_sharing_tree: Med projektträd |
|
800 | 803 | label_version_sharing_system: Med alla projekt |
|
801 | 804 | label_update_issue_done_ratios: Uppdatera % klart |
|
802 | 805 | label_copy_source: Källa |
|
803 | 806 | label_copy_target: Mål |
|
804 | 807 | label_copy_same_as_target: Samma som mål |
|
805 | 808 | label_display_used_statuses_only: Visa endast status som används av denna ärendetyp |
|
806 | 809 | label_api_access_key: API-nyckel |
|
807 | 810 | label_missing_api_access_key: Saknar en API-nyckel |
|
808 | 811 | label_api_access_key_created_on: API-nyckel skapad för {{value}} sedan |
|
809 | 812 | label_profile: Profil |
|
810 | 813 | label_subtask_plural: Underaktiviteter |
|
811 | 814 | label_project_copy_notifications: Skicka mailnotifieringar när projektet kopieras |
|
812 | 815 | |
|
813 | 816 | button_login: Logga in |
|
814 | 817 | button_submit: Skicka |
|
815 | 818 | button_save: Spara |
|
816 | 819 | button_check_all: Markera alla |
|
817 | 820 | button_uncheck_all: Avmarkera alla |
|
818 | 821 | button_delete: Ta bort |
|
819 | 822 | button_create: Skapa |
|
820 | 823 | button_create_and_continue: Skapa och fortsätt |
|
821 | 824 | button_test: Testa |
|
822 | 825 | button_edit: Ändra |
|
823 | 826 | button_add: Lägg till |
|
824 | 827 | button_change: Ändra |
|
825 | 828 | button_apply: Verkställ |
|
826 | 829 | button_clear: Återställ |
|
827 | 830 | button_lock: Lås |
|
828 | 831 | button_unlock: Lås upp |
|
829 | 832 | button_download: Ladda ner |
|
830 | 833 | button_list: Lista |
|
831 | 834 | button_view: Visa |
|
832 | 835 | button_move: Flytta |
|
833 | 836 | button_move_and_follow: Flytta och följ efter |
|
834 | 837 | button_back: Tillbaka |
|
835 | 838 | button_cancel: Avbryt |
|
836 | 839 | button_activate: Aktivera |
|
837 | 840 | button_sort: Sortera |
|
838 | 841 | button_log_time: Logga tid |
|
839 | 842 | button_rollback: Återställ till denna version |
|
840 | 843 | button_watch: Bevaka |
|
841 | 844 | button_unwatch: Stoppa bevakning |
|
842 | 845 | button_reply: Svara |
|
843 | 846 | button_archive: Arkivera |
|
844 | 847 | button_unarchive: Ta bort från arkiv |
|
845 | 848 | button_reset: Återställ |
|
846 | 849 | button_rename: Byt namn |
|
847 | 850 | button_change_password: Ändra lösenord |
|
848 | 851 | button_copy: Kopiera |
|
849 | 852 | button_copy_and_follow: Kopiera och följ efter |
|
850 | 853 | button_annotate: Kommentera |
|
851 | 854 | button_update: Uppdatera |
|
852 | 855 | button_configure: Konfigurera |
|
853 | 856 | button_quote: Citera |
|
854 | 857 | button_duplicate: Duplisera |
|
855 | 858 | button_show: Visa |
|
856 | 859 | |
|
857 | 860 | status_active: aktiv |
|
858 | 861 | status_registered: registrerad |
|
859 | 862 | status_locked: låst |
|
860 | 863 | |
|
861 | 864 | version_status_open: öppen |
|
862 | 865 | version_status_locked: låst |
|
863 | 866 | version_status_closed: stängd |
|
864 | 867 | |
|
865 | 868 | field_active: Aktiv |
|
866 | 869 | |
|
867 | 870 | text_select_mail_notifications: Välj för vilka händelser mail ska skickas. |
|
868 | 871 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
869 | 872 | text_min_max_length_info: 0 betyder ingen gräns |
|
870 | 873 | text_project_destroy_confirmation: Är du säker på att du vill ta bort detta projekt och all relaterad data? |
|
871 | 874 | text_subprojects_destroy_warning: "Alla underprojekt: {{value}} kommer också tas bort." |
|
872 | 875 | text_workflow_edit: Välj en roll och en ärendetyp för att ändra arbetsflöde |
|
873 | 876 | text_are_you_sure: Är du säker ? |
|
874 | 877 | text_journal_changed: "{{label}} ändrad från {{old}} till {{new}}" |
|
875 | 878 | text_journal_set_to: "{{label}} satt till {{value}}" |
|
876 | 879 | text_journal_deleted: "{{label}} borttagen ({{old}})" |
|
877 | 880 | text_journal_added: "{{label}} {{value}} tillagd" |
|
878 | 881 | text_tip_task_begin_day: arbetsuppgift som börjar denna dag |
|
879 | 882 | text_tip_task_end_day: arbetsuppgift som slutar denna dag |
|
880 | 883 | text_tip_task_begin_end_day: arbetsuppgift börjar och slutar denna dag |
|
881 | 884 | text_project_identifier_info: 'Små bokstäver (a-z), siffror och streck tillåtna.<br />När den är sparad kan identifieraren inte ändras.' |
|
882 | 885 | text_caracters_maximum: "max {{count}} tecken." |
|
883 | 886 | text_caracters_minimum: "Måste vara minst {{count}} tecken lång." |
|
884 | 887 | text_length_between: "Längd mellan {{min}} och {{max}} tecken." |
|
885 | 888 | text_tracker_no_workflow: Inget arbetsflöde definerat för denna ärendetyp |
|
886 | 889 | text_unallowed_characters: Otillåtna tecken |
|
887 | 890 | text_comma_separated: Flera värden tillåtna (kommaseparerade). |
|
888 | 891 | text_line_separated: Flera värden tillåtna (ett värde per rad). |
|
889 | 892 | text_issues_ref_in_commit_messages: Referera och fixa ärenden i commit-meddelanden |
|
890 | 893 | text_issue_added: "Ärende {{id}} har rapporterats (av {{author}})." |
|
891 | 894 | text_issue_updated: "Ärende {{id}} har uppdaterats (av {{author}})." |
|
892 | 895 | text_wiki_destroy_confirmation: Är du säker på att du vill ta bort denna wiki och allt dess innehåll ? |
|
893 | 896 | text_issue_category_destroy_question: "Några ärenden ({{count}}) är tilldelade till denna kategori. Vad vill du göra ?" |
|
894 | 897 | text_issue_category_destroy_assignments: Ta bort kategoritilldelningar |
|
895 | 898 | text_issue_category_reassign_to: Återtilldela ärenden till denna kategori |
|
896 | 899 | text_user_mail_option: "För omarkerade projekt kommer du bara bli underrättad om saker du bevakar eller är inblandad i (T.ex. ärenden du skapat eller tilldelats)." |
|
897 | 900 | text_no_configuration_data: "Roller, ärendetyper, ärendestatus och arbetsflöden har inte konfigurerats ännu.\nDet rekommenderas att läsa in standardkonfigurationen. Du kommer att kunna göra ändringar efter att den blivit inläst." |
|
898 | 901 | text_load_default_configuration: Läs in standardkonfiguration |
|
899 | 902 | text_status_changed_by_changeset: "Tilldelad i changeset {{value}}." |
|
900 | 903 | text_issues_destroy_confirmation: 'Är du säker på att du vill radera markerade ärende(n) ?' |
|
901 | 904 | text_select_project_modules: 'Välj vilka moduler som ska vara aktiva för projektet:' |
|
902 | 905 | text_default_administrator_account_changed: Standardadministratörens konto ändrat |
|
903 | 906 | text_file_repository_writable: Arkivet för bifogade filer är skrivbar |
|
904 | 907 | text_plugin_assets_writable: Arkivet för plug-ins är skrivbar |
|
905 | 908 | text_rmagick_available: RMagick tillgängligt (valfritt) |
|
906 | 909 | text_destroy_time_entries_question: "{{hours}} timmar har rapporterats på ärendena du är på väg att ta bort. Vad vill du göra ?" |
|
907 | 910 | text_destroy_time_entries: Ta bort rapporterade timmar |
|
908 | 911 | text_assign_time_entries_to_project: Tilldela rapporterade timmar till projektet |
|
909 | 912 | text_reassign_time_entries: 'Återtilldela rapporterade timmar till detta ärende:' |
|
910 | 913 | text_user_wrote: "{{value}} skrev:" |
|
911 | 914 | text_enumeration_destroy_question: "{{count}} objekt är tilldelade till detta värde." |
|
912 | 915 | text_enumeration_category_reassign_to: 'Återtilldela till detta värde:' |
|
913 | 916 | text_email_delivery_not_configured: "Mailfunktionen har inte konfigurerats, och notifieringar via mail kan därför inte skickas.\nKonfigurera din SMTP-server i config/email.yml och starta om applikationen för att aktivera dem." |
|
914 | 917 | text_repository_usernames_mapping: "Välj eller uppdatera den Redmine-användare som är mappad till varje användarnamn i versionarkivloggen.\nAnvändare med samma användarnamn eller emailadress i både Redmine och versionsarkivet mappas automatiskt." |
|
915 | 918 | text_diff_truncated: '... Denna diff har förminskats eftersom den överskrider den maximala storlek som kan visas.' |
|
916 | 919 | text_custom_field_possible_values_info: 'Ett värde per rad' |
|
917 | 920 | text_wiki_page_destroy_question: Denna sida har {{descendants}} underliggande sidor. Vad vill du göra? |
|
918 | 921 | text_wiki_page_nullify_children: Behåll undersidor som rotsidor |
|
919 | 922 | text_wiki_page_destroy_children: Ta bort alla underliggande sidor |
|
920 | 923 | text_wiki_page_reassign_children: Flytta undersidor till denna föräldersida |
|
921 | 924 | text_own_membership_delete_confirmation: "Några av, eller alla, dina behörigheter kommer att tas bort och du kanske inte längre kommer kunna göra ändringar i det här projektet.\nVill du verkligen fortsätta?" |
|
925 | text_zoom_out: Zooma ut | |
|
926 | text_zoom_in: Zooma in | |
|
922 | 927 | |
|
923 | 928 | default_role_manager: Projektledare |
|
924 | 929 | default_role_developper: Utvecklare |
|
925 | 930 | default_role_reporter: Rapportör |
|
926 | 931 | default_tracker_bug: Bugg |
|
927 | 932 | default_tracker_feature: Funktionalitet |
|
928 | 933 | default_tracker_support: Support |
|
929 | 934 | default_issue_status_new: Ny |
|
930 | 935 | default_issue_status_in_progress: Pågår |
|
931 | 936 | default_issue_status_resolved: Löst |
|
932 | 937 | default_issue_status_feedback: Återkoppling |
|
933 | 938 | default_issue_status_closed: Stängd |
|
934 | 939 | default_issue_status_rejected: Avslagen |
|
935 | 940 | default_doc_category_user: Användardokumentation |
|
936 | 941 | default_doc_category_tech: Teknisk dokumentation |
|
937 | 942 | default_priority_low: Låg |
|
938 | 943 | default_priority_normal: Normal |
|
939 | 944 | default_priority_high: Hög |
|
940 | 945 | default_priority_urgent: Brådskande |
|
941 | 946 | default_priority_immediate: Omedelbar |
|
942 | 947 | default_activity_design: Design |
|
943 | 948 | default_activity_development: Utveckling |
|
944 | 949 | |
|
945 | 950 | enumeration_issue_priorities: Ärendeprioriteter |
|
946 | 951 | enumeration_doc_categories: Dokumentkategorier |
|
947 | 952 | enumeration_activities: Aktiviteter (tidsuppföljning) |
|
948 | 953 | enumeration_system_activity: Systemaktivitet |
|
949 | field_principal: Principal | |
|
950 | label_my_page_block: My page block | |
|
951 | notice_failed_to_save_members: "Failed to save member(s): {{errors}}." | |
|
952 | text_zoom_out: Zoom out | |
|
953 | text_zoom_in: Zoom in |
General Comments 0
You need to be logged in to leave comments.
Login now