From 918937c8736ea6e3a3f72a210b47dfbcfa1aaf5f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang <jp_lang@yahoo.fr> Date: Wed, 5 Mar 2008 08:54:26 +0000 Subject: [PATCH] =?UTF-8?q?Translations=20updates:=20*=20Finnish=20(Antti?= =?UTF-8?q?=20Perki=C3=B6m=C3=A4ki)=20*=20Russian=20(Michael=20Pirogov)=20?= =?UTF-8?q?*=20Chinese=20Traditional=20(shortie=20lo)=20*=20Japanese=20(Sa?= =?UTF-8?q?toru=20Kurashiki)=20*=20Korean=20(Jongyoon=20Choi)=20*=20Simpli?= =?UTF-8?q?fied=20Chinese=20(chaoqun=20zou)=20*=20German=20(Thomas=20L?= =?UTF-8?q?=C3=B6ber)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed zh and zh-tw encoding in PDF (chaoqun zou). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1186 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/ifpdf_helper.rb | 11 +- lang/de.yml | 89 ++-- lang/fi.yml | 86 ++-- lang/ja.yml | 178 +++---- lang/ko.yml | 128 ++--- lang/ru.yml | 62 +-- lang/zh-tw.yml | 61 +-- lang/zh.yml | 452 +++++++++--------- .../javascripts/calendar/lang/calendar-fi.js | 2 +- .../jstoolbar/lang/jstoolbar-ja.js | 26 +- 10 files changed, 550 insertions(+), 545 deletions(-) diff --git a/app/helpers/ifpdf_helper.rb b/app/helpers/ifpdf_helper.rb index 585dbeeca..2cfca1929 100644 --- a/app/helpers/ifpdf_helper.rb +++ b/app/helpers/ifpdf_helper.rb @@ -27,13 +27,18 @@ module IfpdfHelper def initialize(lang) super() set_language_if_valid lang - case current_language - when :ja + case current_language.to_s + when 'ja' extend(PDF_Japanese) AddSJISFont() @font_for_content = 'SJIS' @font_for_footer = 'SJIS' - when :zh + when 'zh' + extend(PDF_Chinese) + AddGBFont() + @font_for_content = 'GB' + @font_for_footer = 'GB' + when 'zh-tw' extend(PDF_Chinese) AddBig5Font() @font_for_content = 'Big5' diff --git a/lang/de.yml b/lang/de.yml index 9397cf892..6cde2d9d4 100644 --- a/lang/de.yml +++ b/lang/de.yml @@ -80,6 +80,7 @@ notice_default_data_loaded: Die Standard-Konfiguration wurde erfolgreich geladen error_can_t_load_default_data: "Die Standard-Konfiguration konnte nicht geladen werden: %s" error_scm_not_found: Eintrag und/oder Revision besteht nicht im Projektarchiv. error_scm_command_failed: "Beim Zugriff auf das Projektarchiv ist ein Fehler aufgetreten: %s" +error_issue_not_found_in_project: 'Das Ticket wurde nicht gefunden oder gehört nicht zu diesem Projekt.' mail_subject_lost_password: Ihr Redmine-Kennwort mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Kennwort zu ändern:' @@ -206,6 +207,15 @@ setting_protocol: Protokoll setting_per_page_options: Objekte pro Seite setting_user_format: Benutzer-Anzeigeformat +project_module_issue_tracking: Ticket-Verfolgung +project_module_time_tracking: Zeiterfassung +project_module_news: News +project_module_documents: Dokumente +project_module_files: Dateien +project_module_wiki: Wiki +project_module_repository: Projektarchiv +project_module_boards: Foren + label_user: Benutzer label_user_plural: Benutzer label_user_new: Neuer Benutzer @@ -219,9 +229,12 @@ label_issue_new: Neues Ticket label_issue_plural: Tickets label_issue_view_all: Alle Tickets ansehen label_issues_by: Tickets von %s +label_issue_added: Ticket hinzugefügt +label_issue_updated: Ticket aktualisiert label_document: Dokument label_document_new: Neues Dokument label_document_plural: Dokumente +label_document_added: Dokument hinzugefügt label_role: Rolle label_role_plural: Rollen label_role_new: Neue Rolle @@ -291,6 +304,7 @@ label_attachment: Datei label_attachment_new: Neue Datei label_attachment_delete: Anhang löschen label_attachment_plural: Dateien +label_file_added: Datei hinzugefügt label_report: Bericht label_report_plural: Berichte label_news: News @@ -298,6 +312,7 @@ label_news_new: News hinzufügen label_news_plural: News label_news_latest: Letzte News label_news_view_all: Alle News anzeigen +label_news_added: News hinzugefügt label_change_log: Change-Log label_settings: Konfiguration label_overview: Ãœbersicht @@ -348,7 +363,15 @@ label_in_less_than: in weniger als label_in_more_than: in mehr als label_in: an label_today: heute -label_this_week: diese Woche +label_all_time: gesamter Zeitraum +label_yesterday: gestern +label_this_week: aktuelle Woche +label_last_week: vorige Woche +label_last_n_days: die letzten %d Tage +label_this_month: aktueller Monat +label_last_month: voriger Monat +label_this_year: aktuelles Jahr +label_date_range: Zeitraum label_less_than_ago: vor weniger als label_more_than_ago: vor mehr als label_ago: vor @@ -435,6 +458,7 @@ label_topic_plural: Themen label_message_plural: Nachrichten label_message_last: Letzte Nachricht label_message_new: Neue Nachricht +label_message_posted: Forums-Beitrag hinzugefügt label_reply_plural: Antworten label_send_information: Sende Kontoinformationen zum Benutzer label_year: Jahr @@ -466,9 +490,16 @@ label_registration_activation_by_email: Kontoaktivierung durch E-Mail label_registration_manual_activation: Manuelle Kontoaktivierung label_registration_automatic_activation: Automatische Kontoaktivierung label_display_per_page: 'Pro Seite: %s' -label_age: Alter +label_age: Geändert vor label_change_properties: Eigenschaften ändern label_general: Allgemein +label_more: Mehr +label_scm: Versionskontrollsystem +label_plugins: Plugins +label_ldap_authentication: LDAP-Authentifizierung +label_downloads_abbr: D/L +label_optional_description: Beschreibung (optional) +label_add_another_file: Eine weitere Datei hinzufügen button_login: Anmelden button_submit: OK @@ -506,12 +537,13 @@ button_change_password: Kennwort ändern button_copy: Kopieren button_annotate: Mit Anmerkungen versehen button_update: Aktualisieren +button_configure: Konfigurieren status_active: aktiv status_registered: angemeldet status_locked: gesperrt -text_select_mail_notifications: Aktionen, für die Mailbenachrichtigung aktiviert werden soll. +text_select_mail_notifications: Bitte wählen Sie die Aktionen aus, für die eine Mailbenachrichtigung gesendet werden soll text_regexp_info: z. B. ^[A-Z0-9]+$ text_min_max_length_info: 0 heißt keine Beschränkung text_project_destroy_confirmation: Sind Sie sicher, dass sie das Projekt löschen wollen? @@ -540,6 +572,16 @@ text_issue_category_reassign_to: Tickets dieser Kategorie zuordnen text_user_mail_option: "Für nicht ausgewählte Projekte werden Sie nur Benachrichtigungen für Dinge erhalten, die Sie beobachten oder an denen Sie beteiligt sind (z. B. Tickets, deren Autor Sie sind oder die Ihnen zugewiesen sind)." text_no_configuration_data: "Rollen, Tracker, Ticket-Status und Workflows wurden noch nicht konfiguriert.\nEs ist sehr zu empfehlen, die Standard-Konfiguration zu laden. Sobald sie geladen ist, können Sie sie abändern." text_load_default_configuration: Standard-Konfiguration laden +text_status_changed_by_changeset: Status geändert durch Changeset %s. +text_issues_destroy_confirmation: 'Sind Sie sicher, dass Sie die ausgewählten Tickets löschen möchten?' +text_select_project_modules: 'Bitte wählen Sie die Module aus, die in diesem Projekt aktiviert sein sollen:' +text_default_administrator_account_changed: Administrator-Kennwort geändert +text_file_repository_writable: Verzeichnis für Dateien beschreibbar +text_rmagick_available: RMagick verfügbar (optional) +text_destroy_time_entries_question: Es wurden bereits %.02f Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen? +text_destroy_time_entries: Gebuchte Aufwände löschen +text_assign_time_entries_to_project: Gebuchte Aufwände dem Projekt zuweisen +text_reassign_time_entries: 'Gebuchte Aufwände diesem Ticket zuweisen:' default_role_manager: Manager default_role_developper: Entwickler @@ -566,44 +608,3 @@ default_activity_development: Entwicklung enumeration_issue_priorities: Ticket-Prioritäten enumeration_doc_categories: Dokumentenkategorien enumeration_activities: Aktivitäten (Zeiterfassung) -text_status_changed_by_changeset: Applied in changeset %s. -label_more: More -text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' -label_scm: SCM -text_select_project_modules: 'Select modules to enable for this project:' -label_issue_added: Issue added -label_issue_updated: Issue updated -label_document_added: Document added -label_message_posted: Message added -label_file_added: File added -label_news_added: News added -project_module_boards: Boards -project_module_issue_tracking: Issue tracking -project_module_wiki: Wiki -project_module_files: Files -project_module_documents: Documents -project_module_repository: Repository -project_module_news: News -project_module_time_tracking: Time tracking -text_file_repository_writable: File repository writable -text_default_administrator_account_changed: Default administrator account changed -text_rmagick_available: RMagick available (optional) -button_configure: Configure -label_plugins: Plugins -label_ldap_authentication: LDAP authentication -label_downloads_abbr: D/L -label_this_month: this month -label_last_n_days: last %d days -label_all_time: all time -label_this_year: this year -label_date_range: Date range -label_last_week: last week -label_yesterday: yesterday -label_last_month: last month -label_add_another_file: Add another file -label_optional_description: Optional description -text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? -error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' -text_assign_time_entries_to_project: Assign reported hours to the project -text_destroy_time_entries: Delete reported hours -text_reassign_time_entries: 'Reassign reported hours to this issue:' diff --git a/lang/fi.yml b/lang/fi.yml index dbcc3763c..a0f165e56 100644 --- a/lang/fi.yml +++ b/lang/fi.yml @@ -121,7 +121,7 @@ field_status: Tila field_notes: Muistiinpanot field_is_closed: Tapahtuma suljettu field_is_default: Vakio arvo -field_tracker: Tiketti +field_tracker: Tapahtuma field_subject: Aihe field_due_date: Määräaika field_assigned_to: Nimetty @@ -163,7 +163,7 @@ field_url: URL field_start_page: Aloitus sivu field_subproject: Alaprojekti field_hours: Tuntia -field_activity: Aktiviteetti +field_activity: Historia field_spent_on: Päivä field_identifier: Tunniste field_is_filter: Käytetään suodattimena @@ -206,7 +206,7 @@ setting_protocol: Protokolla setting_per_page_options: Sivun objektien määrän asetukset label_user: Käyttäjä -label_user_plural: Käyttäjiä +label_user_plural: Käyttäjät label_user_new: Uusi käyttäjä label_project: Projekti label_project_new: Uusi projekti @@ -228,9 +228,9 @@ label_role_and_permissions: Roolit ja oikeudet label_member: Jäsen label_member_new: Uusi jäsen label_member_plural: Jäsenet -label_tracker: Tiketti -label_tracker_plural: Tiketit -label_tracker_new: Uusi tiketti +label_tracker: Tapahtuma +label_tracker_plural: Tapahtumat +label_tracker_new: Uusi tapahtuma label_workflow: Työnkulku label_issue_status: Tapahtuman tila label_issue_status_plural: Tapahtumien tilat @@ -255,14 +255,14 @@ label_my_projects: Minun projektit label_administration: Ylläpito label_login: Kirjaudu sisään label_logout: Kirjaudu ulos -label_help: Apua +label_help: Ohjeet label_reported_issues: Raportoidut tapahtumat label_assigned_to_me_issues: Minulle nimetyt tapahtumat label_last_login: Viimeinen yhteys label_last_updates: Viimeinen päivitys label_last_updates_plural: %d päivitetty viimeksi label_registered_on: Rekisteröity -label_activity: Aktiviteetti +label_activity: Historia label_new: Uusi label_logged_as: Kirjauduttu nimellä label_environment: Ympäristö @@ -467,10 +467,6 @@ label_display_per_page: 'Per sivu: %s' label_age: Ikä label_change_properties: Vaihda asetuksia label_general: Yleinen -label_date_to: To -label_date_from: From -label_in: in -label_on: 'on' button_login: Kirjaudu button_submit: Lähetä @@ -497,8 +493,8 @@ button_activate: Aktivoi button_sort: Järjestä button_log_time: Seuraa aikaa button_rollback: Siirry takaisin tähän versioon -button_watch: Vahdi -button_unwatch: Älä vahdi +button_watch: Seuraa +button_unwatch: Älä seuraa button_reply: Vastaa button_archive: Arkistoi button_unarchive: Palauta @@ -517,7 +513,7 @@ text_select_mail_notifications: Valitse tapahtumat joista tulisi lähettää sä text_regexp_info: esim. ^[A-Z0-9]+$ text_min_max_length_info: 0 tarkoitta, ei rajoitusta text_project_destroy_confirmation: Oletko varma että haluat poistaa tämän projektin ja kaikki siihen kuuluvat tiedot? -text_workflow_edit: Valitse rooli ja tiketti muokataksesi työnkulkua +text_workflow_edit: Valitse rooli ja tapahtuma muokataksesi työnkulkua text_are_you_sure: Oletko varma? text_journal_changed: %s muutettu arvoksi %s text_journal_set_to: muutettu %s @@ -529,7 +525,7 @@ text_project_identifier_info: 'Pienet kirjaimet (a-z), numerot ja viivat ovat sa text_caracters_maximum: %d merkkiä enintään. text_caracters_minimum: Täytyy olla vähintään %d merkkiä pitkä. text_length_between: Pituus välillä %d ja %d merkkiä. -text_tracker_no_workflow: Ei työnkulkua määritelty tälle tiketille +text_tracker_no_workflow: Ei työnkulkua määritelty tälle tapahtumalle text_unallowed_characters: Kiellettyjä merkkejä text_comma_separated: Useat arvot sallittu (pilkku eroteltuna). text_issues_ref_in_commit_messages: Liitän ja korjaan ongelmia syötetyssä viestissä @@ -539,7 +535,7 @@ text_wiki_destroy_confirmation: Oletko varma että haluat poistaa tämän wiki:n text_issue_category_destroy_question: Jotkut tapahtumat (%d) ovat nimetty tälle luokalle. Mitä haluat tehdä? text_issue_category_destroy_assignments: Poista luokan tehtävät text_issue_category_reassign_to: Vaihda tapahtuma tähän luokkaan -text_user_mail_option: "Valitesemattomille projekteille, saat vain muistutuksen asioista joita vahdit tai olet mukana (esim. tapahtumat joissa olet tekijä tai nimettynä)." +text_user_mail_option: "Valitesemattomille projekteille, saat vain muistutuksen asioista joita seuraat tai olet mukana (esim. tapahtumat joissa olet tekijä tai nimettynä)." text_no_configuration_data: "Rooleja, tikettejä, tapahtumien tiloja ja työnkulkua ei vielä olla määritelty.\nOn erittäin suotavaa ladata vakioasetukset. Voit muuttaa sitä latauksen jälkeen." text_load_default_configuration: Lataa vakioasetukset @@ -567,47 +563,51 @@ default_activity_development: Kehitys enumeration_issue_priorities: Tapahtuman prioriteetit enumeration_doc_categories: Dokumentin luokat -enumeration_activities: Aktiviteetit (ajan seuranta) +enumeration_activities: Historia (ajan seuranta) label_associated_revisions: Liittyvät versiot setting_user_format: Käyttäjien esitysmuoto text_status_changed_by_changeset: Päivitetty muutosversioon %s. text_issues_destroy_confirmation: 'Oletko varma että haluat poistaa valitut tapahtumat ?' label_more: Lisää -label_issue_added: Issue added -label_issue_updated: Issue updated -label_document_added: Document added -label_message_posted: Message added -label_file_added: File added +label_issue_added: Tapahtuma lisätty +label_issue_updated: Tapahtuma päivitetty +label_document_added: Dokumentti lisätty +label_message_posted: Viesti lisätty +label_file_added: Tiedosto lisätty label_scm: SCM -text_select_project_modules: 'Select modules to enable for this project:' -label_news_added: News added -project_module_boards: Boards -project_module_issue_tracking: Issue tracking +text_select_project_modules: 'Valitse modulit jotka haluat käyttöön tähän projektiin:' +label_news_added: Uutinen lisätty +project_module_boards: Keskustelupalsta +project_module_issue_tracking: Tapahtuman seuranta project_module_wiki: Wiki -project_module_files: Files -project_module_documents: Documents -project_module_repository: Repository -project_module_news: News -project_module_time_tracking: Time tracking -text_file_repository_writable: File repository writable -text_default_administrator_account_changed: Default administrator account changed -text_rmagick_available: RMagick available (optional) -button_configure: Configure -label_plugins: Plugins -label_ldap_authentication: LDAP authentication +project_module_files: Tiedostot +project_module_documents: Dokumentit +project_module_repository: Säiliö +project_module_news: Uutiset +project_module_time_tracking: Ajan seuranta +text_file_repository_writable: Kirjoitettava tiedosto säiliö +text_default_administrator_account_changed: Vakio hallinoijan tunnus muutettu +text_rmagick_available: RMagick saatavilla (valinnainen) +button_configure: Asetukset +label_plugins: Lisäosat +label_ldap_authentication: LDAP autentikointi label_downloads_abbr: D/L +label_add_another_file: Add another file label_this_month: this month +label_date_to: To +text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? +label_date_from: From label_last_n_days: last %d days label_all_time: all time +label_in: in +error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' label_this_year: this year +text_assign_time_entries_to_project: Assign reported hours to the project label_date_range: Date range label_last_week: last week label_yesterday: yesterday -label_last_month: last month -label_add_another_file: Add another file label_optional_description: Optional description -text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? -error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' -text_assign_time_entries_to_project: Assign reported hours to the project +label_last_month: last month text_destroy_time_entries: Delete reported hours text_reassign_time_entries: 'Reassign reported hours to this issue:' +label_on: 'on' diff --git a/lang/ja.yml b/lang/ja.yml index d652f4b19..1c25b1a3f 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -7,7 +7,7 @@ actionview_datehelper_select_month_prefix: actionview_datehelper_select_year_prefix: actionview_datehelper_select_year_suffix: 月 actionview_datehelper_time_in_words_day: 1æ—¥ -actionview_datehelper_time_in_words_day_plural: %d日間 +actionview_datehelper_time_in_words_day_plural: %dæ—¥ actionview_datehelper_time_in_words_hour_about: ç´„1時間 actionview_datehelper_time_in_words_hour_about_plural: ç´„%d時間 actionview_datehelper_time_in_words_hour_about_single: ç´„1時間 @@ -75,7 +75,7 @@ notice_email_error: メールé€ä¿¡ä¸ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ(%s) notice_feeds_access_key_reseted: RSSアクセスã‚ーをåˆæœŸåŒ–ã—ã¾ã—ãŸã€‚ error_scm_not_found: リãƒã‚¸ãƒˆãƒªã«ã€ã‚¨ãƒ³ãƒˆãƒª/リビジョンãŒå˜åœ¨ã—ã¾ã›ã‚“。 -error_scm_command_failed: "An error occurred when trying to access the repository: %s" +error_scm_command_failed: "リãƒã‚¸ãƒˆãƒªã¸ã‚¢ã‚¯ã‚»ã‚¹ã—よã†ã¨ã—ã¦ã‚¨ãƒ©ãƒ¼ã«ãªã‚Šã¾ã—ãŸ: %s" mail_subject_lost_password: Redmineパスワード mail_body_lost_password: 'パスワードを変更ã™ã‚‹ã«ã¯ã€ä»¥ä¸‹ã®ãƒªãƒ³ã‚¯ã‚’ãŸã©ã£ã¦ãã ã•ã„:' @@ -108,10 +108,10 @@ field_value: 値 field_category: カテゴリ field_title: タイトル field_project: プãƒã‚¸ã‚§ã‚¯ãƒˆ -field_issue: å•é¡Œ +field_issue: ãƒã‚±ãƒƒãƒˆ field_status: ステータス field_notes: 注記 -field_is_closed: 終了ã—ãŸå•é¡Œ +field_is_closed: 終了ã—ãŸãƒã‚±ãƒƒãƒˆ field_is_default: デフォルトã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ field_tracker: トラッカー field_subject: é¡Œå @@ -124,8 +124,8 @@ field_role: 役割 field_homepage: ホームページ field_is_public: 公開 field_parent: 親プãƒã‚¸ã‚§ã‚¯ãƒˆå -field_is_in_chlog: 変更記録ã«è¡¨ç¤ºã•ã‚Œã¦ã„ã‚‹å•é¡Œ -field_is_in_roadmap: ãƒãƒ¼ãƒ‰ãƒžãƒƒãƒ—ã«è¡¨ç¤ºã•ã‚Œã¦ã„ã‚‹å•é¡Œ +field_is_in_chlog: 変更記録ã«è¡¨ç¤ºã•ã‚Œã¦ã„ã‚‹ãƒã‚±ãƒƒãƒˆ +field_is_in_roadmap: ãƒãƒ¼ãƒ‰ãƒžãƒƒãƒ—ã«è¡¨ç¤ºã•ã‚Œã¦ã„ã‚‹ãƒã‚±ãƒƒãƒˆ field_login: ãƒã‚°ã‚¤ãƒ³ field_mail_notification: メール通知 field_admin: 管ç†è€… @@ -159,9 +159,9 @@ field_activity: 活動 field_spent_on: 日付 field_identifier: è˜åˆ¥å field_is_filter: フィルタã¨ã—ã¦ä½¿ã† -field_issue_to_id: 関連ã™ã‚‹å•é¡Œ +field_issue_to_id: 関連ã™ã‚‹ãƒã‚±ãƒƒãƒˆ field_delay: é…延 -field_assignable: å•é¡Œã¯ã“ã®ãƒãƒ¼ãƒ«ã«å‰²ã‚Šå½“ã¦ã‚‹ã“ã¨ãŒã§ãã¾ã™ +field_assignable: ãƒã‚±ãƒƒãƒˆã¯ã“ã®ãƒãƒ¼ãƒ«ã«å‰²ã‚Šå½“ã¦ã‚‹ã“ã¨ãŒã§ãã¾ã™ field_redirect_existing_links: æ—¢å˜ã®ãƒªãƒ³ã‚¯ã‚’リダイレクトã™ã‚‹ field_estimated_hours: 予定工数 field_default_value: デフォルトã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ @@ -173,7 +173,7 @@ setting_default_language: 既定ã®è¨€èªž setting_login_required: èªè¨¼ãŒå¿…è¦ setting_self_registration: ユーザã¯è‡ªåˆ†ã§ç™»éŒ²ã§ãã‚‹ setting_attachment_max_size: 添付ã®æœ€å¤§ã‚µã‚¤ã‚º -setting_issues_export_limit: 出力ã™ã‚‹å•é¡Œæ•°ã®ä¸Šé™ +setting_issues_export_limit: 出力ã™ã‚‹ãƒã‚±ãƒƒãƒˆæ•°ã®ä¸Šé™ setting_mail_from: é€ä¿¡å…ƒãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ setting_host_name: ホストå setting_text_formatting: テã‚ストã®æ›¸å¼ @@ -185,7 +185,7 @@ setting_commit_ref_keywords: å‚照用ã‚ーワード setting_commit_fix_keywords: ä¿®æ£ç”¨ã‚ーワード setting_autologin: 自動ãƒã‚°ã‚¤ãƒ³ setting_date_format: 日付ã®å½¢å¼ -setting_cross_project_issue_relations: ç•°ãªã‚‹ãƒ—ãƒã‚¸ã‚§ã‚¯ãƒˆã®å•é¡Œé–“ã§é–¢ä¿‚ã®è¨å®šã‚’è¨±å¯ +setting_cross_project_issue_relations: ç•°ãªã‚‹ãƒ—ãƒã‚¸ã‚§ã‚¯ãƒˆã®ãƒã‚±ãƒƒãƒˆé–“ã§é–¢ä¿‚ã®è¨å®šã‚’è¨±å¯ label_user: ユーザ label_user_plural: ユーザ @@ -195,10 +195,10 @@ label_project_new: æ–°ã—ã„プãƒã‚¸ã‚§ã‚¯ãƒˆ label_project_plural: プãƒã‚¸ã‚§ã‚¯ãƒˆ label_project_all: 全プãƒã‚¸ã‚§ã‚¯ãƒˆ label_project_latest: 最近ã®ãƒ—ãƒã‚¸ã‚§ã‚¯ãƒˆ -label_issue: å•é¡Œ -label_issue_new: æ–°ã—ã„å•é¡Œ -label_issue_plural: å•é¡Œ -label_issue_view_all: å•é¡Œã‚’å…¨ã¦è¦‹ã‚‹ +label_issue: ãƒã‚±ãƒƒãƒˆ +label_issue_new: æ–°ã—ã„ãƒã‚±ãƒƒãƒˆ +label_issue_plural: ãƒã‚±ãƒƒãƒˆ +label_issue_view_all: ãƒã‚±ãƒƒãƒˆã‚’å…¨ã¦è¦‹ã‚‹ label_document: 文書 label_document_new: æ–°ã—ã„文書 label_document_plural: 文書 @@ -213,11 +213,11 @@ label_tracker: トラッカー label_tracker_plural: トラッカー label_tracker_new: æ–°ã—ã„ãƒˆãƒ©ãƒƒã‚«ãƒ¼ã‚’ä½œæˆ label_workflow: ワークフãƒãƒ¼ -label_issue_status: å•é¡Œã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ -label_issue_status_plural: å•é¡Œã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ +label_issue_status: ãƒã‚±ãƒƒãƒˆã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ +label_issue_status_plural: ãƒã‚±ãƒƒãƒˆã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ label_issue_status_new: æ–°ã—ã„ステータス -label_issue_category: å•é¡Œã®ã‚«ãƒ†ã‚´ãƒª -label_issue_category_plural: å•é¡Œã®ã‚«ãƒ†ã‚´ãƒª +label_issue_category: ãƒã‚±ãƒƒãƒˆã®ã‚«ãƒ†ã‚´ãƒª +label_issue_category_plural: ãƒã‚±ãƒƒãƒˆã®ã‚«ãƒ†ã‚´ãƒª label_issue_category_new: æ–°ã—ã„カテゴリ label_custom_field: カスタムフィールド label_custom_field_plural: カスタムフィールド @@ -237,8 +237,8 @@ label_administration: ç®¡ç† label_login: ãƒã‚°ã‚¤ãƒ³ label_logout: ãƒã‚°ã‚¢ã‚¦ãƒˆ label_help: ヘルプ -label_reported_issues: å ±å‘Šã—ãŸå•é¡Œ -label_assigned_to_me_issues: 担当ã—ã¦ã„ã‚‹å•é¡Œ +label_reported_issues: å ±å‘Šã—ãŸãƒã‚±ãƒƒãƒˆ +label_assigned_to_me_issues: 担当ã—ã¦ã„ã‚‹ãƒã‚±ãƒƒãƒˆ label_last_login: 最近ã®æŽ¥ç¶š label_last_updates: 最近ã®æ›´æ–°1件 label_last_updates_plural: 最近ã®æ›´æ–°%d件 @@ -326,7 +326,7 @@ label_in_less_than: 残日数ãŒã“れより多ㄠlabel_in_more_than: 残日数ãŒã“れより少ãªã„ label_in: 残日数 label_today: 今日 -label_this_week: this week +label_this_week: ã“ã®é€± label_less_than_ago: 経éŽæ—¥æ•°ãŒã“れより少ãªã„ label_more_than_ago: 経éŽæ—¥æ•°ãŒã“れより多ㄠlabel_ago: æ—¥å‰ @@ -354,7 +354,7 @@ label_sort_lowest: 一番下㸠label_roadmap: ãƒãƒ¼ãƒ‰ãƒžãƒƒãƒ— label_roadmap_due_in: 期日ã¾ã§ label_roadmap_overdue: %s late -label_roadmap_no_issues: ã“ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«å‘ã‘ã¦ã®å•é¡Œã¯ã‚ã‚Šã¾ã›ã‚“ +label_roadmap_no_issues: ã“ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«å‘ã‘ã¦ã®ãƒã‚±ãƒƒãƒˆã¯ã‚ã‚Šã¾ã›ã‚“ label_search: 検索 label_result_plural: çµæžœ label_all_words: ã™ã¹ã¦ã®å˜èªž @@ -363,13 +363,13 @@ label_wiki_edit: Wiki編集 label_wiki_edit_plural: Wiki編集 label_wiki_page: Wiki page label_wiki_page_plural: Wikiページ -label_index_by_title: 索引 -label_index_by_date: Index by date +label_index_by_title: 索引(åå‰é †) +label_index_by_date: 索引(æ—¥ä»˜é †) label_current_version: 最新版 label_preview: プレビュー label_feed_plural: フィード label_changes_details: 全変更ã®è©³ç´° -label_issue_tracking: å•é¡Œãƒˆãƒ©ãƒƒã‚ング +label_issue_tracking: ãƒã‚±ãƒƒãƒˆãƒˆãƒ©ãƒƒã‚ング label_spent_time: 経éŽæ™‚é–“ label_f_hour: %.2f 時間 label_f_hour_plural: %.2f 時間 @@ -384,8 +384,8 @@ label_diff_side_by_side: 横ã«ä¸¦ã¹ã‚‹ label_options: オプション label_copy_workflow_from: ワークフãƒãƒ¼ã‚’ã“ã“ã‹ã‚‰ã‚³ãƒ”ー label_permissions_report: 権é™ãƒ¬ãƒãƒ¼ãƒˆ -label_watched_issues: ウォッãƒä¸ã®å•é¡Œ -label_related_issues: 関連ã™ã‚‹å•é¡Œ +label_watched_issues: ウォッãƒä¸ã®ãƒã‚±ãƒƒãƒˆ +label_related_issues: 関連ã™ã‚‹ãƒã‚±ãƒƒãƒˆ label_applied_status: é©ç”¨ã•ã‚ŒãŸã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ label_loading: ãƒãƒ¼ãƒ‰ä¸... label_relation_new: æ–°ã—ã„関連 @@ -416,8 +416,8 @@ label_send_information: ã‚¢ã‚«ã‚¦ãƒ³ãƒˆæƒ…å ±ã‚’ãƒ¦ãƒ¼ã‚¶ã«é€ä¿¡ label_year: å¹´ label_month: 月 label_week: 週 -label_date_from: ã‹ã‚‰ -label_date_to: ã¾ã§ +label_date_from: "日付指定: " +label_date_to: ã‹ã‚‰ label_language_based: 既定ã®è¨€èªžã®è¨å®šã«å¾“ㆠlabel_sort_by: %sã§ä¸¦ã³æ›¿ãˆ label_send_test_email: テストメールをé€ä¿¡ @@ -482,13 +482,13 @@ text_length_between: é•·ã•ã¯ %d ã‹ã‚‰ %d æ–‡å—ã¾ã§ã§ã™ã€‚ text_tracker_no_workflow: ã“ã®ãƒˆãƒ©ãƒƒã‚«ãƒ¼ã«ãƒ¯ãƒ¼ã‚¯ãƒ•ãƒãƒ¼ãŒå®šç¾©ã•ã‚Œã¦ã„ã¾ã›ã‚“ text_unallowed_characters: 使ãˆãªã„æ–‡å—ã§ã™ text_comma_separated: (カンマã§åŒºåˆ‡ã£ãŸ)複数ã®å€¤ãŒä½¿ãˆã¾ã™ -text_issues_ref_in_commit_messages: コミットメッセージ内ã§å•é¡Œã®å‚ç…§/ä¿®æ£ -text_issue_added: å•é¡Œ %s ãŒå ±å‘Šã•ã‚Œã¾ã—ãŸã€‚ (by %s) -text_issue_updated: å•é¡Œ %s ãŒæ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚ (by %s) +text_issues_ref_in_commit_messages: コミットメッセージ内ã§ãƒã‚±ãƒƒãƒˆã®å‚ç…§/ä¿®æ£ +text_issue_added: ãƒã‚±ãƒƒãƒˆ %s ãŒå ±å‘Šã•ã‚Œã¾ã—ãŸã€‚ (by %s) +text_issue_updated: ãƒã‚±ãƒƒãƒˆ %s ãŒæ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚ (by %s) text_wiki_destroy_confirmation: 本当ã«ã“ã®wikiã¨ãã®å†…容ã®å…¨ã¦ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ -text_issue_category_destroy_question: ã“ã®ã‚«ãƒ†ã‚´ãƒªã«å‰²ã‚Šå½“ã¦æ¸ˆã¿ã®å•é¡Œ(%d)ãŒã‚ã‚Šã¾ã™ã€‚何をã—よã†ã¨ã—ã¦ã„ã¾ã™ã‹ï¼Ÿ +text_issue_category_destroy_question: ã“ã®ã‚«ãƒ†ã‚´ãƒªã«å‰²ã‚Šå½“ã¦æ¸ˆã¿ã®ãƒã‚±ãƒƒãƒˆ(%d)ãŒã‚ã‚Šã¾ã™ã€‚何をã—よã†ã¨ã—ã¦ã„ã¾ã™ã‹ï¼Ÿ text_issue_category_destroy_assignments: カテゴリã®å‰²ã‚Šå½“ã¦ã‚’削除ã™ã‚‹ -text_issue_category_reassign_to: å•é¡Œã‚’ã“ã®ã‚«ãƒ†ã‚´ãƒªã«å†å‰²ã‚Šå½“ã¦ã™ã‚‹ +text_issue_category_reassign_to: ãƒã‚±ãƒƒãƒˆã‚’ã“ã®ã‚«ãƒ†ã‚´ãƒªã«å†å‰²ã‚Šå½“ã¦ã™ã‚‹ default_role_manager: 管ç†è€… default_role_developper: 開発者 @@ -512,28 +512,28 @@ default_priority_immediate: 今ã™ã default_activity_design: ãƒ‡ã‚¶ã‚¤ãƒ³ä½œæ¥ default_activity_development: é–‹ç™ºä½œæ¥ -enumeration_issue_priorities: å•é¡Œã®å„ªå…ˆåº¦ +enumeration_issue_priorities: ãƒã‚±ãƒƒãƒˆã®å„ªå…ˆåº¦ enumeration_doc_categories: 文書カテゴリ enumeration_activities: 作æ¥åˆ†é¡ž (時間トラッã‚ング) label_file_plural: ファイル label_changeset_plural: ãƒã‚§ãƒ³ã‚¸ã‚»ãƒƒãƒˆ field_column_names: é …ç›® label_default_columns: 既定ã®é …ç›® -setting_issue_list_default_columns: å•é¡Œã®ä¸€è¦§ã§è¡¨ç¤ºã™ã‚‹é …ç›® +setting_issue_list_default_columns: ãƒã‚±ãƒƒãƒˆã®ä¸€è¦§ã§è¡¨ç¤ºã™ã‚‹é …ç›® setting_repositories_encodings: リãƒã‚¸ãƒˆãƒªã®ã‚¨ãƒ³ã‚³ãƒ¼ãƒ‡ã‚£ãƒ³ã‚° -notice_no_issue_selected: "å•é¡ŒãŒé¸æŠžã•ã‚Œã¦ã„ã¾ã›ã‚“! 更新対象ã®å•é¡Œã‚’é¸æŠžã—ã¦ãã ã•ã„。" -label_bulk_edit_selected_issues: å•é¡Œã®ä¸€æ‹¬ç·¨é›† +notice_no_issue_selected: "ãƒã‚±ãƒƒãƒˆãŒé¸æŠžã•ã‚Œã¦ã„ã¾ã›ã‚“! 更新対象ã®ãƒã‚±ãƒƒãƒˆã‚’é¸æŠžã—ã¦ãã ã•ã„。" +label_bulk_edit_selected_issues: ãƒã‚±ãƒƒãƒˆã®ä¸€æ‹¬ç·¨é›† label_no_change_option: (変更無ã—) -notice_failed_to_save_issues: "%d件ã®å•é¡ŒãŒä¿å˜ã§ãã¾ã›ã‚“ã§ã—ãŸ(%d件é¸æŠžã®ã†ã¡) : %s." +notice_failed_to_save_issues: "%d件ã®ãƒã‚±ãƒƒãƒˆãŒä¿å˜ã§ãã¾ã›ã‚“ã§ã—ãŸ(%d件é¸æŠžã®ã†ã¡) : %s." label_theme: テーマ label_default: 既定 label_search_titles_only: タイトルã®ã¿ label_nobody: nobody button_change_password: パスワード変更 -text_user_mail_option: "未é¸æŠžã®ãƒ—ãƒã‚¸ã‚§ã‚¯ãƒˆã§ã¯ã€ã‚¦ã‚©ãƒƒãƒã¾ãŸã¯é–¢ä¿‚ã—ã¦ã„ã‚‹å•é¡Œ(例: 自分ãŒå ±å‘Šè€…ã‚‚ã—ãã¯æ‹…当者ã§ã‚ã‚‹å•é¡Œ)ã®ã¿ãƒ¡ãƒ¼ãƒ«ãŒé€ä¿¡ã•ã‚Œã¾ã™ã€‚" +text_user_mail_option: "未é¸æŠžã®ãƒ—ãƒã‚¸ã‚§ã‚¯ãƒˆã§ã¯ã€ã‚¦ã‚©ãƒƒãƒã¾ãŸã¯é–¢ä¿‚ã—ã¦ã„ã‚‹ãƒã‚±ãƒƒãƒˆ(例: 自分ãŒå ±å‘Šè€…ã‚‚ã—ãã¯æ‹…当者ã§ã‚ã‚‹ãƒã‚±ãƒƒãƒˆ)ã®ã¿ãƒ¡ãƒ¼ãƒ«ãŒé€ä¿¡ã•ã‚Œã¾ã™ã€‚" label_user_mail_option_selected: "é¸æŠžã—ãŸãƒ—ãƒã‚¸ã‚§ã‚¯ãƒˆ..." -label_user_mail_option_all: "å‚åŠ ã—ã¦ã„るプãƒã‚¸ã‚§ã‚¯ãƒˆã®å…¨ã¦ã®å•é¡Œ" -label_user_mail_option_none: "ウォッãƒã¾ãŸã¯é–¢ä¿‚ã—ã¦ã„ã‚‹å•é¡Œã®ã¿" +label_user_mail_option_all: "å‚åŠ ã—ã¦ã„るプãƒã‚¸ã‚§ã‚¯ãƒˆã®å…¨ã¦ã®ãƒã‚±ãƒƒãƒˆ" +label_user_mail_option_none: "ウォッãƒã¾ãŸã¯é–¢ä¿‚ã—ã¦ã„ã‚‹ãƒã‚±ãƒƒãƒˆã®ã¿" setting_emails_footer: メールã®ãƒ•ãƒƒã‚¿ label_float: å°æ•° button_copy: コピー @@ -552,59 +552,59 @@ field_time_zone: タイムゾーン text_caracters_minimum: 最低%dæ–‡å—ã®é•·ã•ãŒå¿…è¦ã§ã™ setting_bcc_recipients: ブラインドカーボンコピーã§å—ä¿¡(bcc) button_annotate: 注釈 -label_issues_by: %s別ã®å•é¡Œ +label_issues_by: %s別ã®ãƒã‚±ãƒƒãƒˆ field_searchable: Searchable -label_display_per_page: 'Per page: %s' -setting_per_page_options: Objects per page options -label_age: Age -notice_default_data_loaded: Default configuration successfully loaded. -text_load_default_configuration: Load the default configuration -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." -error_can_t_load_default_data: "Default configuration could not be loaded: %s" -button_update: Update -label_change_properties: Change properties -label_general: General -label_repository_plural: Repositories -label_associated_revisions: Associated revisions -setting_user_format: Users display format -text_status_changed_by_changeset: Applied in changeset %s. -label_more: More -text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' +label_display_per_page: '1ページã«: %s' +setting_per_page_options: ページ毎ã®è¡¨ç¤ºä»¶æ•° +label_age: å¹´é½¢ +notice_default_data_loaded: デフォルトè¨å®šã‚’ãƒãƒ¼ãƒ‰ã—ã¾ã—ãŸã€‚ +text_load_default_configuration: デフォルトè¨å®šã‚’ãƒãƒ¼ãƒ‰ +text_no_configuration_data: "ãƒãƒ¼ãƒ«ã€ãƒˆãƒ©ãƒƒã‚«ãƒ¼ã€ãƒã‚±ãƒƒãƒˆã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã€ãƒ¯ãƒ¼ã‚¯ãƒ•ãƒãƒ¼ãŒã¾ã è¨å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。\nデフォルトè¨å®šã®ãƒãƒ¼ãƒ‰ã‚’å¼·ããŠå‹§ã‚ã—ã¾ã™ã€‚ãƒãƒ¼ãƒ‰ã—ãŸå¾Œã€ãれを修æ£ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" +error_can_t_load_default_data: "デフォルトè¨å®šãŒãƒãƒ¼ãƒ‰ã§ãã¾ã›ã‚“ã§ã—ãŸ: %s" +button_update: æ›´æ–° +label_change_properties: プãƒãƒ‘ティã®å¤‰æ›´ +label_general: 全般 +label_repository_plural: リãƒã‚¸ãƒˆãƒª +label_associated_revisions: 関係ã—ã¦ã„るリビジョン +setting_user_format: ユーザåã®è¡¨ç¤ºæ›¸å¼ +text_status_changed_by_changeset: ãƒã‚§ãƒ³ã‚¸ã‚»ãƒƒãƒˆ%sã§é©ç”¨ã•ã‚Œã¾ã—ãŸã€‚ +label_more: 続ã +text_issues_destroy_confirmation: '本当ã«é¸æŠžã—ãŸãƒã‚±ãƒƒãƒˆã‚’削除ã—ã¾ã™ã‹ï¼Ÿ' label_scm: SCM -text_select_project_modules: 'Select modules to enable for this project:' -label_issue_added: Issue added -label_issue_updated: Issue updated -label_document_added: Document added -label_message_posted: Message added -label_file_added: File added -label_news_added: News added -project_module_boards: Boards -project_module_issue_tracking: Issue tracking +text_select_project_modules: 'ã“ã®ãƒ—ãƒã‚¸ã‚§ã‚¯ãƒˆã§ä½¿ç”¨ã™ã‚‹ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’é¸æŠžã—ã¦ãã ã•ã„:' +label_issue_added: ãƒã‚±ãƒƒãƒˆãŒè¿½åŠ ã•ã‚Œã¾ã—㟠+label_issue_updated: ãƒã‚±ãƒƒãƒˆãŒæ›´æ–°ã•ã‚Œã¾ã—㟠+label_document_added: 文書ãŒè¿½åŠ ã•ã‚Œã¾ã—㟠+label_message_posted: メッセージãŒè¿½åŠ ã•ã‚Œã¾ã—㟠+label_file_added: ファイルãŒè¿½åŠ ã•ã‚Œã¾ã—㟠+label_news_added: ニュースãŒè¿½åŠ ã•ã‚Œã¾ã—㟠+project_module_boards: フォーラム+project_module_issue_tracking: ãƒã‚±ãƒƒãƒˆãƒˆãƒ©ãƒƒã‚ング project_module_wiki: Wiki -project_module_files: Files -project_module_documents: Documents -project_module_repository: Repository -project_module_news: News -project_module_time_tracking: Time tracking -text_file_repository_writable: File repository writable -text_default_administrator_account_changed: Default administrator account changed -text_rmagick_available: RMagick available (optional) -button_configure: Configure -label_plugins: Plugins -label_ldap_authentication: LDAP authentication -label_downloads_abbr: D/L -label_this_month: this month -label_last_n_days: last %d days -label_all_time: all time -label_this_year: this year -label_date_range: Date range -label_last_week: last week -label_yesterday: yesterday -label_last_month: last month +project_module_files: ファイル +project_module_documents: 文書 +project_module_repository: リãƒã‚¸ãƒˆãƒª +project_module_news: ニュース +project_module_time_tracking: 時間トラッã‚ング +text_file_repository_writable: ファイルリãƒã‚¸ãƒˆãƒªã«æ›¸ãè¾¼ã¿å¯èƒ½ +text_default_administrator_account_changed: デフォルト管ç†ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒå¤‰æ›´æ¸ˆ +text_rmagick_available: RMagickãŒä½¿ç”¨å¯èƒ½ (オプション) +button_configure: è¨å®š +label_plugins: プラグイン +label_ldap_authentication: LDAPèªè¨¼ +label_downloads_abbr: DL +label_this_month: 今月 +label_last_n_days: 最後ã®%d日間 +label_all_time: 全期間 +label_this_year: 今年 +label_date_range: 日付ã®ç¯„囲 +label_last_week: 先週 +label_yesterday: 昨日 +label_last_month: 先月 label_add_another_file: Add another file -label_optional_description: Optional description text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' text_assign_time_entries_to_project: Assign reported hours to the project +label_optional_description: Optional description text_destroy_time_entries: Delete reported hours text_reassign_time_entries: 'Reassign reported hours to this issue:' diff --git a/lang/ko.yml b/lang/ko.yml index 12fa4b8fb..267560a6d 100644 --- a/lang/ko.yml +++ b/lang/ko.yml @@ -73,7 +73,7 @@ notice_email_sent: %s 님ì—게 Emailì´ ë°œì†¡ë˜ì—ˆìŠµë‹ˆë‹¤. notice_email_error: ë©”ì¼ì„ ì „ì†¡í•˜ëŠ” ê³¼ì •ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤. (%s) notice_feeds_access_key_reseted: RSSì— ì ‘ê·¼ê°€ëŠ¥í•œ ì—´ì‡ (key)ê°€ ìƒì„±ë˜ì—ˆìŠµë‹ˆë‹¤. notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s." -notice_no_issue_selected: "í‹°ì¼“ì´ ì„ íƒë˜ì§€ 않았습니다. ìˆ˜ì •í•˜ê¸° ì›í•˜ëŠ” í‹°ì¼“ì„ ì„ íƒí•˜ì„¸ìš”" +notice_no_issue_selected: "ì´ìŠˆê°€ ì„ íƒë˜ì§€ 않았습니다. ìˆ˜ì •í•˜ê¸° ì›í•˜ëŠ” ì´ìŠˆë¥¼ ì„ íƒí•˜ì„¸ìš”" error_scm_not_found: 소스 ì €ìž¥ì†Œì— í•´ë‹¹ ë‚´ìš©ì´ ì¡´ìž¬í•˜ì§€ 않습니다. error_scm_command_failed: "An error occurred when trying to access the repository: %s" @@ -109,10 +109,10 @@ field_value: ê°’ field_category: ì¹´í…Œê³ ë¦¬ field_title: ì œëª© field_project: 프로ì 트 -field_issue: 티켓 +field_issue: ì´ìŠˆ field_status: ìƒíƒœ field_notes: 노트 -field_is_closed: ì™„ë£Œëœ í‹°ì¼“ +field_is_closed: ì™„ë£Œëœ ì´ìŠˆ field_is_default: 기본값 field_tracker: 구분 field_subject: ì œëª© @@ -125,8 +125,8 @@ field_role: ì—í• field_homepage: 홈페ì´ì§€ field_is_public: 공개 field_parent: ìƒìœ„ 프로ì 트 -field_is_in_chlog: 변경ì´ë ¥(changelog)ì—ì„œ 보여지는 티켓들 -field_is_in_roadmap: 로드맵ì—ì„œ 보여지는 티켓들 +field_is_in_chlog: 변경ì´ë ¥(changelog)ì—ì„œ 보여지는 ì´ìŠˆë“¤ +field_is_in_roadmap: 로드맵ì—ì„œ 보여지는 ì´ìŠˆë“¤ field_login: ë¡œê·¸ì¸ field_mail_notification: ë©”ì¼ ì•Œë¦¼ field_admin: ê´€ë¦¬ìž @@ -160,9 +160,9 @@ field_activity: 작업종류 field_spent_on: 작업시간 field_identifier: ì‹ë³„ìž field_is_filter: í•„í„°ë¡œ ì‚¬ìš©ë¨ -field_issue_to_id: ì—°ê´€ëœ í‹°ì¼“ +field_issue_to_id: ì—°ê´€ëœ ì´ìŠˆ field_delay: 지연 -field_assignable: ì´ ì—í• ì— í• ë‹¹ë 수 있는 티켓 +field_assignable: ì´ ì—í• ì— í• ë‹¹ë 수 있는 ì´ìŠˆ field_redirect_existing_links: Redirect existing links field_estimated_hours: ì¶”ì •ì‹œê°„ field_column_names: 컬럼 @@ -183,12 +183,12 @@ setting_wiki_compression: 위키 기ë¡(history) 압축 setting_feeds_limit: Feed content limit setting_autofetch_changesets: Autofetch commits setting_sys_api_enabled: Enable WS for repository management -setting_commit_ref_keywords: 티켓 ì°¸ì¡°ì— ì‚¬ìš©í• í‚¤ì›Œë“œë“¤ -setting_commit_fix_keywords: 티켓 í•´ê²°ì— ì‚¬ìš©í• í‚¤ì›Œë“œë“¤ +setting_commit_ref_keywords: ì´ìŠˆ ì°¸ì¡°ì— ì‚¬ìš©í• í‚¤ì›Œë“œë“¤ +setting_commit_fix_keywords: ì´ìŠˆ í•´ê²°ì— ì‚¬ìš©í• í‚¤ì›Œë“œë“¤ setting_autologin: ìžë™ ë¡œê·¸ì¸ setting_date_format: ë‚ ì§œ í˜•ì‹ -setting_cross_project_issue_relations: 프로ì 트 ê°„ì— ì´ìŠˆì— ê´€ë ¨ì„ ë§ºëŠ” ê²ƒì„ í—ˆìš© -setting_issue_list_default_columns: 티켓 목ë¡ì— 보여줄 기본 컬럼들 +setting_cross_project_issue_relations: 프로ì 트간 ì´ìŠˆì— ê´€ë ¨ì„ ë§ºëŠ” ê²ƒì„ í—ˆìš© +setting_issue_list_default_columns: ì´ìŠˆ 목ë¡ì— 보여줄 기본 컬럼들 setting_repositories_encodings: ì €ìž¥ì†Œ ì¸ì½”딩 setting_emails_footer: ë©”ì¼ ê¼¬ë¦¬ @@ -200,10 +200,10 @@ label_project_new: ì‹ ê·œ 프로ì 트 label_project_plural: 프로ì 트 label_project_all: ëª¨ë“ í”„ë¡œì 트 label_project_latest: 최근 프로ì 트 -label_issue: 티켓 보기 -label_issue_new: 새 티켓만들기 -label_issue_plural: 티켓 보기 -label_issue_view_all: ëª¨ë“ í‹°ì¼“ 보기 +label_issue: ì´ìŠˆ 보기 +label_issue_new: 새 ì´ìŠˆë§Œë“¤ê¸° +label_issue_plural: ì´ìŠˆ 보기 +label_issue_view_all: ëª¨ë“ ì´ìŠˆ 보기 label_document: 문서 label_document_new: 새로운 문서 label_document_plural: 문서 @@ -214,13 +214,13 @@ label_role_and_permissions: 권한관리 label_member: ë‹´ë‹¹ìž label_member_new: 새로운 ë‹´ë‹¹ìž label_member_plural: ë‹´ë‹¹ìž -label_tracker: 티켓 ìœ í˜• -label_tracker_plural: 티켓 ìœ í˜• -label_tracker_new: 새로운 티켓 ìœ í˜• +label_tracker: ì´ìŠˆ ìœ í˜• +label_tracker_plural: ì´ìŠˆ ìœ í˜• +label_tracker_new: 새로운 ì´ìŠˆ ìœ í˜• label_workflow: 워í¬í”Œë¡œ(Workflow) -label_issue_status: 티켓 ìƒíƒœ -label_issue_status_plural: 티켓 ìƒíƒœ -label_issue_status_new: 새로운 티켓 ìƒíƒœ +label_issue_status: ì´ìŠˆ ìƒíƒœ +label_issue_status_plural: ì´ìŠˆ ìƒíƒœ +label_issue_status_new: 새로운 ì´ìŠˆ ìƒíƒœ label_issue_category: ì¹´í…Œê³ ë¦¬ label_issue_category_plural: ì¹´í…Œê³ ë¦¬ label_issue_category_new: 새 ì¹´í…Œê³ ë¦¬ @@ -242,8 +242,8 @@ label_administration: ê´€ë¦¬ìž label_login: ë¡œê·¸ì¸ label_logout: 로그아웃 label_help: ë„ì›€ë§ -label_reported_issues: ë³´ê³ ëœ í‹°ì¼“ -label_assigned_to_me_issues: 나ì—게 í• ë‹¹ëœ í‹°ì¼“ +label_reported_issues: ë³´ê³ ëœ ì´ìŠˆ +label_assigned_to_me_issues: 나ì—게 í• ë‹¹ëœ ì´ìŠˆ label_last_login: 최종 ì ‘ì† label_last_updates: 최종 변경 ë‚´ì— label_last_updates_plural: 최종변경 %d @@ -299,15 +299,15 @@ label_closed_issues: ì™„ë£Œë¨ label_closed_issues_plural: ì™„ë£Œë¨ label_total: Total label_permissions: 허가권한 -label_current_status: 티켓 ìƒíƒœ -label_new_statuses_allowed: 허용ë˜ëŠ” 티켓 ìƒíƒœ +label_current_status: ì´ìŠˆ ìƒíƒœ +label_new_statuses_allowed: 허용ë˜ëŠ” ì´ìŠˆ ìƒíƒœ label_all: ëª¨ë‘ label_none: ì—†ìŒ label_next: ë‹¤ìŒ label_previous: ì´ì „ label_used_by: ì‚¬ìš©ë¨ label_details: ìƒì„¸ -label_add_note: 티켓노트 추가 +label_add_note: ì´ìŠˆë…¸íŠ¸ 추가 label_per_page: 페ì´ì§€ë³„ label_calendar: ë‹¬ë ¥ label_months_from: 개월 ë™ì•ˆ | 다ìŒë¶€í„° @@ -360,7 +360,7 @@ label_sort_lowest: 최하단으로 label_roadmap: 로드맵 label_roadmap_due_in: 기한 label_roadmap_overdue: %s 지연 -label_roadmap_no_issues: ì´ë²„ì „ì— í•´ë‹¹í•˜ëŠ” 티켓 ì—†ìŒ +label_roadmap_no_issues: ì´ë²„ì „ì— í•´ë‹¹í•˜ëŠ” ì´ìŠˆ ì—†ìŒ label_search: 검색 label_result_plural: ê²°ê³¼ label_all_words: ëª¨ë“ ë‹¨ì–´ @@ -375,7 +375,7 @@ label_current_version: 현재 ë²„ì „ label_preview: 미리보기 label_feed_plural: 피드(Feeds) label_changes_details: ëª¨ë“ ìƒì„¸ 변경 ë‚´ì— -label_issue_tracking: 티켓 추ì +label_issue_tracking: ì´ìŠˆ 추ì label_spent_time: ìž‘ì—… 시간 label_f_hour: %.2f 시간 label_f_hour_plural: %.2f 시간 @@ -390,18 +390,18 @@ label_diff_side_by_side: ë‘줄로 label_options: Options label_copy_workflow_from: Copy workflow from label_permissions_report: 권한 ë³´ê³ ì„œ -label_watched_issues: ê°ì‹œì¤‘ì¸ í‹°ì¼“ -label_related_issues: ì—°ê²°ëœ í‹°ì¼“ +label_watched_issues: ê°ì‹œì¤‘ì¸ ì´ìŠˆ +label_related_issues: ì—°ê²°ëœ ì´ìŠˆ label_applied_status: Applied status label_loading: ì½ëŠ” 중... label_relation_new: New relation label_relation_delete: Delete relation -label_relates_to: ë‹¤ìŒ í‹°ì¼“ê³¼ ê´€ë ¨ë˜ì–´ ìžˆìŒ -label_duplicates: ë‹¤ìŒ í‹°ì¼“ê³¼ 중복ë¨. -label_blocks: ë‹¤ìŒ í‹°ì¼“ì„ í•´ê²°ì„ ë§‰ê³ ìžˆìŒ. -label_blocked_by: ë§‰ê³ ìžˆëŠ” 티켓 -label_precedes: ë‹¤ìŒ í‹°ì¼“ë³´ë‹¤ 앞서서 처리해야 함. -label_follows: ì„ ì²˜ë¦¬í‹°ì¼“ +label_relates_to: ë‹¤ìŒ ì´ìŠˆì™€ ê´€ë ¨ë˜ì–´ ìžˆìŒ +label_duplicates: ë‹¤ìŒ ì´ìŠˆì™€ 중복ë¨. +label_blocks: ë‹¤ìŒ ì´ìŠˆê°€ í•´ê²°ì„ ë§‰ê³ ìžˆìŒ. +label_blocked_by: ë§‰ê³ ìžˆëŠ” ì´ìŠˆ +label_precedes: ë‹¤ìŒ ì´ìŠˆë³´ë‹¤ 앞서서 처리해야 함. +label_follows: ì„ ì²˜ë¦¬ ì´ìŠˆ label_end_to_start: end to start label_end_to_end: end to end label_start_to_start: start to start @@ -436,7 +436,7 @@ label_file_plural: íŒŒì¼ label_changeset_plural: ë³€ê²½ì‚¬í• label_default_columns: 기본 컬럼 label_no_change_option: (ìˆ˜ì • 안함) -label_bulk_edit_selected_issues: ì„ íƒëœ í‹°ì¼“ë“¤ì„ í•œêº¼ë²ˆì— ìˆ˜ì •í•˜ê¸° +label_bulk_edit_selected_issues: ì„ íƒëœ ì´ìŠˆë“¤ì„ í•œêº¼ë²ˆì— ìˆ˜ì •í•˜ê¸° label_theme: 테마 label_default: 기본 label_search_titles_only: ì œëª©ì—서만 찾기 @@ -485,7 +485,7 @@ text_select_mail_notifications: 알림메ì¼ì´ 필요한 ìž‘ì—…ì„ ì„ íƒí•˜ì„¸ text_regexp_info: 예) ^[A-Z0-9]+$ text_min_max_length_info: 0 는 ì œí•œì´ ì—†ìŒì„ ì˜ë¯¸í•¨ text_project_destroy_confirmation: ì´ í”„ë¡œì 트를 ì‚ì œí•˜ê³ ëª¨ë“ ë°ì´í„°ë¥¼ ì§€ìš°ì‹œê² ìŠµë‹ˆê¹Œ? -text_workflow_edit: 워í¬í”Œë¡œë¥¼ ìˆ˜ì •í•˜ê¸° 위해서 ì—í• ê³¼ í‹°ì¼“ìœ í˜•ì„ ì„ íƒí•˜ì„¸ìš”. +text_workflow_edit: 워í¬í”Œë¡œë¥¼ ìˆ˜ì •í•˜ê¸° 위해서 ì—í• ê³¼ ì´ìŠˆìœ í˜•ì„ ì„ íƒí•˜ì„¸ìš”. text_are_you_sure: ê³„ì† ì§„í–‰ í•˜ì‹œê² ìŠµë‹ˆê¹Œ? text_journal_changed: %sì—ì„œ %s(으)ë¡œ 변경 text_journal_set_to: %së¡œ ì„¤ì • @@ -499,14 +499,14 @@ text_length_between: %d ì—ì„œ %d ê¸€ìž text_tracker_no_workflow: ì´ ì¶”ì 타입(tracker)ì— ì›Œí¬í”Œë¡œìš°ê°€ ì •ì˜ë˜ì§€ 않았습니다. text_unallowed_characters: 허용ë˜ì§€ 않는 문ìžì—´ text_comma_separated: ë³µìˆ˜ì˜ ê°’ë“¤ì´ í—ˆìš©ë©ë‹ˆë‹¤.(êµ¬ë¶„ìž ,) -text_issues_ref_in_commit_messages: 커밋메시지ì—ì„œ í‹°ì¼“ì„ ì°¸ì¡°í•˜ê±°ë‚˜ 해결하기 -text_issue_added: 티켓[%s]ì´ ë³´ê³ ë˜ì—ˆìŠµë‹ˆë‹¤ (by %s). -text_issue_updated: 티켓[%s]ì´ ìˆ˜ì •ë˜ì—ˆìŠµë‹ˆë‹¤ (by %s). +text_issues_ref_in_commit_messages: 커밋메시지ì—ì„œ ì´ìŠˆë¥¼ 참조하거나 해결하기 +text_issue_added: ì´ìŠˆ[%s]ê°€ ë³´ê³ ë˜ì—ˆìŠµë‹ˆë‹¤. +text_issue_updated: ì´ìŠˆ[%s]ê°€ ìˆ˜ì •ë˜ì—ˆìŠµë‹ˆë‹¤. text_wiki_destroy_confirmation: ì´ ìœ„í‚¤ì™€ ëª¨ë“ ë‚´ìš©ì„ ì§€ìš°ì‹œê² ìŠµë‹ˆê¹Œ? -text_issue_category_destroy_question: ì¼ë¶€ 티켓들(%dê°œ)ì´ ì´ ì¹´í…Œê³ ë¦¬ì— í• ë‹¹ë˜ì–´ 있습니다. 어떻게 í•˜ì‹œê² ìŠµë‹ˆê¹Œ? +text_issue_category_destroy_question: ì¼ë¶€ ì´ìŠˆë“¤(%dê°œ)ì´ ì´ ì¹´í…Œê³ ë¦¬ì— í• ë‹¹ë˜ì–´ 있습니다. 어떻게 í•˜ì‹œê² ìŠµë‹ˆê¹Œ? text_issue_category_destroy_assignments: ì¹´í…Œê³ ë¦¬ í• ë‹¹ 지우기 -text_issue_category_reassign_to: í‹°ì¼“ì„ ì´ ì¹´í…Œê³ ë¦¬ì— ë‹¤ì‹œ í• ë‹¹í•˜ê¸° -text_user_mail_option: "ì„ íƒí•˜ì§€ ì•Šì€ í”„ë¡œì 트ì—ì„œë„, ëª¨ë‹ˆí„°ë§ ì¤‘ì´ê±°ë‚˜ ì†í•´ìžˆëŠ” 사í•(í‹°ì¼“ì„ ë°œí–‰í–ˆê±°ë‚˜ í• ë‹¹ëœ ê²½ìš°)ì´ ìžˆìœ¼ë©´ 알림메ì¼ì„ 받게 ë©ë‹ˆë‹¤." +text_issue_category_reassign_to: ì´ìŠˆë¥¼ ì´ ì¹´í…Œê³ ë¦¬ì— ë‹¤ì‹œ í• ë‹¹í•˜ê¸° +text_user_mail_option: "ì„ íƒí•˜ì§€ ì•Šì€ í”„ë¡œì 트ì—ì„œë„, ëª¨ë‹ˆí„°ë§ ì¤‘ì´ê±°ë‚˜ ì†í•´ìžˆëŠ” 사í•(ì´ìŠˆë¥¼ 발행했거나 í• ë‹¹ëœ ê²½ìš°)ì´ ìžˆìœ¼ë©´ 알림메ì¼ì„ 받게 ë©ë‹ˆë‹¤." default_role_manager: ê´€ë¦¬ìž default_role_developper: ê°œë°œìž @@ -530,7 +530,7 @@ default_priority_immediate: 즉시 default_activity_design: 설계 default_activity_development: 개발 -enumeration_issue_priorities: 티켓 ìš°ì„ ìˆœìœ„ +enumeration_issue_priorities: ì´ìŠˆ ìš°ì„ ìˆœìœ„ enumeration_doc_categories: 문서 ì¹´í…Œê³ ë¦¬ enumeration_activities: 진행활ë™(시간 추ì ) button_copy: 복사 @@ -558,7 +558,7 @@ setting_per_page_options: Objects per page options label_age: Age notice_default_data_loaded: 기본 ì„¤ì •ì„ ì„±ê³µì 으로 로드하였습니다. text_load_default_configuration: 기본 ì„¤ì •ì„ ë¡œë”©í•˜ê¸° -text_no_configuration_data: "ì—í• , 티켓타입, 티켓 ìƒíƒœë“¤ê³¼ 워í¬í”Œë¡œê°€ ì•„ì§ ì„¤ì •ë˜ì§€ 않았습니다.\n기본 ì„¤ì •ì„ ë¡œë”©í•˜ëŠ” ê²ƒì„ ê¶Œìž¥í•©ë‹ˆë‹¤. ë¡œë“œëœ í›„ì— ìˆ˜ì •í• ìˆ˜ 있습니다." +text_no_configuration_data: "ì—í• , ì´ìŠˆ 타입, ì´ìŠˆ ìƒíƒœë“¤ê³¼ 워í¬í”Œë¡œê°€ ì•„ì§ ì„¤ì •ë˜ì§€ 않았습니다.\n기본 ì„¤ì •ì„ ë¡œë”©í•˜ëŠ” ê²ƒì„ ê¶Œìž¥í•©ë‹ˆë‹¤. ë¡œë“œëœ í›„ì— ìˆ˜ì •í• ìˆ˜ 있습니다." error_can_t_load_default_data: "기본 ì„¤ì •ì„ ë¡œë“œí• ìˆ˜ 없습니다.: %s" button_update: 변경사í•ê¸°ë¡ label_change_properties: ì†ì„± 변경 @@ -568,42 +568,42 @@ label_associated_revisions: Associated revisions setting_user_format: Users display format text_status_changed_by_changeset: Applied in changeset %s. label_more: More -text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' +text_issues_destroy_confirmation: 'ì„ íƒí•œ ì´ìŠˆë¥¼ ì •ë§ë¡œ ì‚ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?' label_scm: SCM -text_select_project_modules: 'Select modules to enable for this project:' +text_select_project_modules: 'ì´ í”„ë¡œì 트ì—ì„œ 활성화시킬 ëª¨ë“ˆì„ ì„ íƒí•˜ì„¸ìš”:' label_issue_added: Issue added label_issue_updated: Issue updated label_document_added: Document added label_message_posted: Message added label_file_added: File added label_news_added: News added -project_module_boards: Boards -project_module_issue_tracking: Issue tracking -project_module_wiki: Wiki -project_module_files: Files -project_module_documents: Documents -project_module_repository: Repository -project_module_news: News +project_module_boards: ê²Œì‹œíŒ +project_module_issue_tracking: ì´ìŠˆê´€ë¦¬ +project_module_wiki: 위키 +project_module_files: ê´€ë ¨íŒŒì¼ +project_module_documents: 문서 +project_module_repository: ì €ìž¥ì†Œ +project_module_news: 뉴스 project_module_time_tracking: Time tracking text_file_repository_writable: File repository writable -text_default_administrator_account_changed: Default administrator account changed +text_default_administrator_account_changed: 기본 ê´€ë¦¬ìž ê³„ì •ì´ ë³€ê²½ë˜ì—ˆìŠµë‹ˆë‹¤. text_rmagick_available: RMagick available (optional) -button_configure: Configure -label_plugins: Plugins -label_ldap_authentication: LDAP authentication +button_configure: ì„¤ì • +label_plugins: í”ŒëŸ¬ê·¸ì¸ +label_ldap_authentication: LDAP ì¸ì¦ label_downloads_abbr: D/L +label_add_another_file: Add another file label_this_month: this month +text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? label_last_n_days: last %d days label_all_time: all time +error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' label_this_year: this year +text_assign_time_entries_to_project: Assign reported hours to the project label_date_range: Date range label_last_week: last week label_yesterday: yesterday -label_last_month: last month -label_add_another_file: Add another file label_optional_description: Optional description -text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? -error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' -text_assign_time_entries_to_project: Assign reported hours to the project +label_last_month: last month text_destroy_time_entries: Delete reported hours text_reassign_time_entries: 'Reassign reported hours to this issue:' diff --git a/lang/ru.yml b/lang/ru.yml index 93fbd3b74..a92105ca4 100644 --- a/lang/ru.yml +++ b/lang/ru.yml @@ -438,8 +438,8 @@ label_send_information: Отправить пользователю информ label_year: Год label_month: МеÑÑц label_week: ÐÐµÐ´ÐµÐ»Ñ -label_date_from: От -label_date_to: Кому +label_date_from: С +label_date_to: По label_language_based: Ðа оÑнове Ñзыка label_sort_by: Сортировать по %s label_send_test_email: ПоÑлать email Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ @@ -581,33 +581,33 @@ label_news_added: ÐовоÑÑ‚ÑŒ добавлена label_calendar_filter: Ð’ÐºÐ»ÑŽÑ‡Ð°Ñ label_calendar_no_assigned: не мои label_timelog_today: РаÑход времени за ÑÐµÐ³Ð¾Ð´Ð½Ñ -project_module_boards: Boards -project_module_issue_tracking: Issue tracking +project_module_boards: Форумы +project_module_issue_tracking: Задачи project_module_wiki: Wiki -project_module_files: Files -project_module_documents: Documents -project_module_repository: Repository -project_module_news: News -project_module_time_tracking: Time tracking -text_file_repository_writable: File repository writable -text_default_administrator_account_changed: Default administrator account changed -text_rmagick_available: RMagick available (optional) -button_configure: Configure -label_plugins: Plugins -label_ldap_authentication: LDAP authentication -label_downloads_abbr: D/L -label_this_month: this month -label_last_n_days: last %d days -label_all_time: all time -label_this_year: this year -label_date_range: Date range -label_last_week: last week -label_yesterday: yesterday -label_last_month: last month -label_add_another_file: Add another file -label_optional_description: Optional description -text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? -error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' -text_assign_time_entries_to_project: Assign reported hours to the project -text_destroy_time_entries: Delete reported hours -text_reassign_time_entries: 'Reassign reported hours to this issue:' +project_module_files: Файлы +project_module_documents: Документы +project_module_repository: Харнилище +project_module_news: ÐовоÑтной блок +project_module_time_tracking: Учет времени +text_file_repository_writable: Хранилище Ñ Ð´Ð¾Ñтупом на запиÑÑŒ +text_default_administrator_account_changed: Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ админиÑтратора по умолчанию изменена +text_rmagick_available: ДоÑтупно иÑпользование RMagick (выборочно) +button_configure: Параметры +label_plugins: Модули +label_ldap_authentication: ÐÐ²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¿Ð¾ÑредÑтвом LDAP +label_downloads_abbr: Скачек +label_this_month: Ñтот меÑÑц +label_last_n_days: поÑледние %d дней +label_all_time: вÑÑ‘ Ð²Ñ€ÐµÐ¼Ñ +label_this_year: Ñтот год +label_date_range: временной интервал +label_last_week: поÑледнÑÑ Ð½ÐµÐ´ÐµÐ»ÑŽ +label_yesterday: вчера +label_last_month: поÑледний меÑÑц +label_add_another_file: Добавить ещё один файл +label_optional_description: ОпиÑание (выборочно) +text_destroy_time_entries_question: Ð’Ñ‹ ÑобираетеÑÑŒ удалить %.02f чаÑа(ов) прикрепленных за Ñтой задачей. +error_issue_not_found_in_project: Задача не была найдена или не прикреплена к Ñтому проекту +text_assign_time_entries_to_project: Прикрепить зарегиÑтрированное Ð²Ñ€ÐµÐ¼Ñ Ðº проекту +text_destroy_time_entries: Удалить зарегиÑтрированное Ð²Ñ€ÐµÐ¼Ñ +text_reassign_time_entries: 'ПеренеÑти зарегиÑтрированное Ð²Ñ€ÐµÐ¼Ñ Ð½Ð° Ñледующую задачу:' diff --git a/lang/zh-tw.yml b/lang/zh-tw.yml index 070aa290c..58088d84f 100644 --- a/lang/zh-tw.yml +++ b/lang/zh-tw.yml @@ -80,6 +80,7 @@ notice_default_data_loaded: é è¨çµ„態已載入æˆåŠŸã€‚ error_can_t_load_default_data: "無法載入é è¨çµ„態: %s" error_scm_not_found: SCM 儲å˜åº«ä¸æ‰¾ä¸åˆ°é€™å€‹å°ˆæ¡ˆèˆ‡(或)版本。 error_scm_command_failed: "嘗試å˜å–儲å˜åº«æ™‚發生錯誤:: %s" +error_issue_not_found_in_project: 'è©²é …ç›®ä¸å˜åœ¨æˆ–ä¸å±¬æ–¼æ¤å°ˆæ¡ˆ' mail_subject_lost_password: 您的 Redmine 網站密碼 mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點é¸ä»¥ä¸‹éˆçµ:' @@ -206,6 +207,15 @@ setting_protocol: å”定 setting_per_page_options: æ¯é 顯示個數é¸é … setting_user_format: ä½¿ç”¨è€…é¡¯ç¤ºæ ¼å¼ +project_module_issue_tracking: é …ç›®è¿½è¹¤ +project_module_time_tracking: 工時追蹤 +project_module_news: æ–°èž +project_module_documents: 文件 +project_module_files: 檔案 +project_module_wiki: Wiki +project_module_repository: 版本控管 +project_module_boards: è¨Žè«–å€ + label_user: 用戶 label_user_plural: 用戶清單 label_user_new: 建立新的帳戶 @@ -353,7 +363,15 @@ label_in_less_than: 在å°æ–¼ label_in_more_than: 在大於 label_in: 在 label_today: 今天 +label_all_time: all time +label_yesterday: 昨天 label_this_week: 本週 +label_last_week: 上週 +label_last_n_days: éŽåŽ» %d 天 +label_this_month: 這個月 +label_last_month: 上個月 +label_this_year: 今年 +label_date_range: 日期å€é–“ label_less_than_ago: å°æ–¼å¹¾å¤©ä¹‹å‰ label_more_than_ago: å¤§æ–¼å¹¾å¤©ä¹‹å‰ label_ago: å¤©ä»¥å‰ @@ -477,6 +495,11 @@ label_change_properties: 變更屬性 label_general: 一般 label_more: 更多 » label_scm: 版本控管 +label_plugins: é™„åŠ å…ƒä»¶ +label_ldap_authentication: LDAP èªè‰ +label_downloads_abbr: 下載 +label_optional_description: é¡å¤–的說明 +label_add_another_file: å¢žåŠ å…¶ä»–æª”æ¡ˆ button_login: 登入 button_submit: é€å‡º @@ -514,6 +537,7 @@ button_change_password: 變更密碼 button_copy: 複製 button_annotate: åŠ æ³¨ button_update: æ›´æ–° +button_configure: è¨å®š status_active: æ´»å‹•ä¸ status_registered: è¨»å†Šå®Œæˆ @@ -551,6 +575,13 @@ text_load_default_configuration: 載入é è¨çµ„æ…‹ text_status_changed_by_changeset: 已套用至變更集 %s. text_issues_destroy_confirmation: '確定刪除已é¸æ“‡çš„é …ç›®ï¼Ÿ' text_select_project_modules: 'é¸æ“‡æ¤å°ˆæ¡ˆå¯ä½¿ç”¨ä¹‹æ¨¡çµ„:' +text_default_administrator_account_changed: 已變更é è¨ç®¡ç†å“¡å¸³è™Ÿå…§å®¹ +text_file_repository_writable: å¯å¯«å…¥æª”案 +text_rmagick_available: å¯ä½¿ç”¨ RMagick (é¸é…) +text_destroy_time_entries_question: 您å³å°‡åˆªé™¤çš„é …ç›®å·²å ±å·¥ %.02f å°æ™‚. 您的é¸æ“‡æ˜¯ï¼Ÿ +text_destroy_time_entries: åˆªé™¤å·²å ±å·¥çš„æ™‚æ•¸ +text_assign_time_entries_to_project: æŒ‡å®šå·²å ±å·¥çš„æ™‚æ•¸è‡³å°ˆæ¡ˆä¸ +text_reassign_time_entries: 'é‡æ–°æŒ‡å®šå·²å ±å·¥çš„時數至æ¤é …目:' default_role_manager: 管ç†äººå“¡ default_role_developper: 開發人員 @@ -577,33 +608,3 @@ default_activity_development: 開發 enumeration_issue_priorities: é …ç›®å„ªå…ˆæ¬Š enumeration_doc_categories: 文件分類 enumeration_activities: 活動 (time tracking) -project_module_boards: Boards -project_module_issue_tracking: Issue tracking -project_module_wiki: Wiki -project_module_files: Files -project_module_documents: Documents -project_module_repository: Repository -project_module_news: News -project_module_time_tracking: Time tracking -text_file_repository_writable: File repository writable -text_default_administrator_account_changed: Default administrator account changed -text_rmagick_available: RMagick available (optional) -button_configure: Configure -label_plugins: Plugins -label_ldap_authentication: LDAP authentication -label_downloads_abbr: D/L -label_this_month: this month -label_last_n_days: last %d days -label_all_time: all time -label_this_year: this year -label_date_range: Date range -label_last_week: last week -label_yesterday: yesterday -label_last_month: last month -label_add_another_file: Add another file -label_optional_description: Optional description -text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? -error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' -text_assign_time_entries_to_project: Assign reported hours to the project -text_destroy_time_entries: Delete reported hours -text_reassign_time_entries: 'Reassign reported hours to this issue:' diff --git a/lang/zh.yml b/lang/zh.yml index 6b2e64abd..3d88c8565 100644 --- a/lang/zh.yml +++ b/lang/zh.yml @@ -1,6 +1,3 @@ -# Originally translated by andy wu (email:andywu.zh@gmail.com) -# new translations added by the translation team from 72pines at http://code.72pines.org/projects/show/72pines-redmine/ - _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' actionview_datehelper_select_day_prefix: @@ -10,37 +7,37 @@ actionview_datehelper_select_month_prefix: actionview_datehelper_select_year_prefix: actionview_datehelper_time_in_words_day: 1 天 actionview_datehelper_time_in_words_day_plural: %d 天 -actionview_datehelper_time_in_words_hour_about: 约1å°æ—¶ +actionview_datehelper_time_in_words_hour_about: 约 1 å°æ—¶ actionview_datehelper_time_in_words_hour_about_plural: 约 %d å°æ—¶ -actionview_datehelper_time_in_words_hour_about_single: 约1å°æ—¶ -actionview_datehelper_time_in_words_minute: 1分钟 +actionview_datehelper_time_in_words_hour_about_single: 约 1 å°æ—¶ +actionview_datehelper_time_in_words_minute: 1 分钟 actionview_datehelper_time_in_words_minute_half: åŠåˆ†é’Ÿ -actionview_datehelper_time_in_words_minute_less_than: 1分钟以内 +actionview_datehelper_time_in_words_minute_less_than: 1 分钟以内 actionview_datehelper_time_in_words_minute_plural: %d 分钟 -actionview_datehelper_time_in_words_minute_single: 1分钟 -actionview_datehelper_time_in_words_second_less_than: 1秒以内 -actionview_datehelper_time_in_words_second_less_than_plural: %d 秒以内 +actionview_datehelper_time_in_words_minute_single: 1 分钟 +actionview_datehelper_time_in_words_second_less_than: 1 秒以内 +actionview_datehelper_time_in_words_second_less_than_plural: %d 秒以内 actionview_instancetag_blank_option: 请选择 -activerecord_error_inclusion: 未包å«åœ¨åˆ—è¡¨ä¸ -activerecord_error_exclusion: ä¿ç•™çš„ -activerecord_error_invalid: æ— æ•ˆçš„ -activerecord_error_confirmation: 和确认输入ä¸åŒ¹é… -activerecord_error_accepted: å¿…éœ€è¢«æŽ¥å— -activerecord_error_empty: ä¸èƒ½ä¸ºç©º -activerecord_error_blank: ä¸èƒ½æ˜¯ç©ºæ ¼ -activerecord_error_too_long: 太长 -activerecord_error_too_short: å¤ªçŸ -activerecord_error_wrong_length: 长度有问题 -activerecord_error_taken: å·²ç»å˜åœ¨äº† +activerecord_error_inclusion: 未被包å«åœ¨åˆ—è¡¨ä¸ +activerecord_error_exclusion: 是ä¿ç•™å— +activerecord_error_invalid: æ˜¯æ— æ•ˆçš„ +activerecord_error_confirmation: 与确认æ ä¸ç¬¦ +activerecord_error_accepted: å¿…é¡»è¢«æŽ¥å— +activerecord_error_empty: ä¸å¯ä¸ºç©º +activerecord_error_blank: ä¸å¯ä¸ºç©ºç™½ +activerecord_error_too_long: 过长 +activerecord_error_too_short: è¿‡çŸ +activerecord_error_wrong_length: 长度ä¸æ£ç¡® +activerecord_error_taken: 已被使用 activerecord_error_not_a_number: ä¸æ˜¯æ•°å— activerecord_error_not_a_date: ä¸æ˜¯æœ‰æ•ˆçš„日期 -activerecord_error_greater_than_start_date: 必需大于开始日期 +activerecord_error_greater_than_start_date: å¿…é¡»åœ¨èµ·å§‹æ—¥æœŸä¹‹åŽ activerecord_error_not_same_project: ä¸å±žäºŽåŒä¸€ä¸ªé¡¹ç›® -activerecord_error_circular_dependency: è¿™ä¸ªè®¾ç½®ä¼šé€ æˆå¾ªçŽ¯å…³ç³»çš„错误 +activerecord_error_circular_dependency: æ¤å…³è”将导致循环ä¾èµ– -general_fmt_age: %d yr -general_fmt_age_plural: %d yrs +general_fmt_age: %d å¹´ +general_fmt_age_plural: %d å¹´ general_fmt_date: %%m/%%d/%%Y general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p general_fmt_datetime_short: %%b %%d, %%I:%%M %%p @@ -52,37 +49,47 @@ general_text_yes: '是' general_lang_name: 'Simplified Chinese (简体ä¸æ–‡)' general_csv_separator: ',' general_csv_encoding: gb2312 -general_pdf_encoding: Big5 -general_day_names: 一,二,三,å››,五,å…,æ—¥ +general_pdf_encoding: gb2312 +general_day_names: 星期一,星期二,星期三,星期四,星期五,星期å…,星期日 general_first_day_of_week: '7' -notice_account_updated: å¸æˆ·æ›´æ–°æˆåŠŸã€‚ -notice_account_invalid_creditentials: 用户å或密ç ä¸æ£ç¡® -notice_account_password_updated: æˆåŠŸæ›´æ–°å¯†ç -notice_account_wrong_password: 错误的密ç -notice_account_register_done: å¸æˆ·å·²åˆ›å»ºæˆåŠŸ +notice_account_updated: å¸å·æ›´æ–°æˆåŠŸ +notice_account_invalid_creditentials: æ— æ•ˆçš„ç”¨æˆ·å或密ç +notice_account_password_updated: 密ç æ›´æ–°æˆåŠŸ +notice_account_wrong_password: 密ç 错误 +notice_account_register_done: å¸å·åˆ›å»ºæˆåŠŸï¼Œè¯·ä½¿ç”¨æ³¨å†Œç¡®è®¤é‚®ä»¶ä¸çš„链接æ¥æ¿€æ´»æ‚¨çš„å¸å·ã€‚ notice_account_unknown_email: 未知用户 -notice_can_t_change_password: 该å¸æˆ·ä½¿ç”¨äº†å¤–部认è¯ã€‚æ— æ³•æ›´æ”¹å¯†ç 。 -notice_account_lost_email_sent: 邮件已被å‘é€ï¼Œé‚®ä»¶ä¸æœ‰å…³äºŽé€‰æ‹©æ–°å¯†ç 的指导 +notice_can_t_change_password: 该å¸å·ä½¿ç”¨äº†å¤–部认è¯ï¼Œå› æ¤æ— 法更改密ç 。 +notice_account_lost_email_sent: 系统已将引导您设置新密ç 的邮件å‘é€ç»™æ‚¨ã€‚ notice_account_activated: 您的å¸å·å·²è¢«æ¿€æ´»ã€‚您现在å¯ä»¥ç™»å½•äº†ã€‚ notice_successful_create: 创建æˆåŠŸ notice_successful_update: æ›´æ–°æˆåŠŸ notice_successful_delete: åˆ é™¤æˆåŠŸ notice_successful_connection: 连接æˆåŠŸ notice_file_not_found: 您访问的页é¢ä¸å˜åœ¨æˆ–å·²è¢«åˆ é™¤ã€‚ -notice_locking_conflict: æ•°æ®å·²è¢«å¦ä¸€ä¸ªç”¨æˆ·æ›´æ–° -notice_not_authorized: 对ä¸èµ·ï¼Œæ‚¨æ— æƒè®¿é—®æ¤é¡µé¢. -notice_email_sent: å·²ç»æˆåŠŸå‘é€email到 %s -notice_email_error: å‘é€emailæ—¶å‘生错误 (%s) -notice_feeds_access_key_reseted: 您的RSS访问代ç å·²ç»è¢«é‡ç½®äº†. +notice_locking_conflict: æ•°æ®å·²è¢«å¦ä¸€ä½ç”¨æˆ·æ›´æ–° +notice_not_authorized: 对ä¸èµ·ï¼Œæ‚¨æ— æƒè®¿é—®æ¤é¡µé¢ã€‚ +notice_email_sent: 邮件已æˆåŠŸå‘é€åˆ° %s +notice_email_error: å‘é€é‚®ä»¶æ—¶å‘生错误 (%s) +notice_feeds_access_key_reseted: 您的RSSå˜å–键已被é‡ç½®ã€‚ +notice_failed_to_save_issues: "%d 个问题ä¿å˜å¤±è´¥ï¼ˆå…±é€‰æ‹© %d 个问题):%s." +notice_no_issue_selected: "未选择任何问题ï¼è¯·é€‰æ‹©æ‚¨è¦ç¼–辑的问题。" +notice_account_pending: "您的å¸å·å·²è¢«æˆåŠŸåˆ›å»ºï¼Œæ£åœ¨ç‰å¾…管ç†å‘˜çš„å®¡æ ¸ã€‚" +notice_default_data_loaded: æˆåŠŸè½½å…¥é»˜è®¤è®¾ç½®ã€‚ -error_scm_not_found: 在æºä»£ç 库ä¸ä¸å˜åœ¨è¯¥æ¡ç›®æˆ–修订 -error_scm_command_failed: "访问æºä»£ç 库的时候å‘生错误: %s" +error_can_t_load_default_data: "æ— æ³•è½½å…¥é»˜è®¤è®¾ç½®ï¼š%s" +error_scm_not_found: "版本库ä¸ä¸å˜åœ¨è¯¥æ¡ç›®å’Œï¼ˆæˆ–)其修订版本。" +error_scm_command_failed: "访问版本库时å‘生错误:%s" +error_issue_not_found_in_project: '问题ä¸å˜åœ¨æˆ–ä¸å±žäºŽæ¤é¡¹ç›®' -mail_subject_lost_password: 您的redMine密ç -mail_body_lost_password: '点击以下的链接æ¥ä¿®æ”¹æ‚¨åœ¨redmine系统的密ç :' -mail_subject_register: redMineå¸æˆ·æ¿€æ´» -mail_body_register: '点击以下的链接æ¥æ¿€æ´»æ‚¨çš„redMineå¸å·:' +mail_subject_lost_password: 您的Redmine密ç +mail_body_lost_password: '请点击以下链接æ¥ä¿®æ”¹æ‚¨çš„Redmine密ç :' +mail_subject_register: Redmineå¸å·æ¿€æ´» +mail_body_register: '请点击以下链接æ¥æ¿€æ´»æ‚¨çš„Redmineå¸å·ï¼š' +mail_body_account_information_external: 您å¯ä»¥ä½¿ç”¨æ‚¨çš„ "%s" å¸å·æ¥ç™»å½•Redmine。 +mail_body_account_information: 您的Redmineå¸å·ä¿¡æ¯ +mail_subject_account_activation_request: Redmineå¸å·æ¿€æ´»è¯·æ±‚ +mail_body_account_activation_request: '新用户 (%s) 已完æˆæ³¨å†Œï¼Œæ£åœ¨ç‰å€™æ‚¨çš„å®¡æ ¸ï¼š' gui_validation_error: 1 个错误 gui_validation_error_plural: %d 个错误 @@ -92,7 +99,7 @@ field_description: æè¿° field_summary: æ‘˜è¦ field_is_required: å¿…å¡« field_firstname: åå— -field_lastname: 姓 +field_lastname: å§“æ° field_mail: é‚®ä»¶åœ°å€ field_filename: 文件 field_filesize: å¤§å° @@ -107,18 +114,18 @@ field_regexp: æ£åˆ™è¡¨è¾¾å¼ field_min_length: 最å°é•¿åº¦ field_max_length: 最大长度 field_value: 值 -field_category: 分类 +field_category: 类别 field_title: æ ‡é¢˜ field_project: 项目 field_issue: 问题 field_status: çŠ¶æ€ field_notes: 说明 field_is_closed: 已关é—的问题 -field_is_default: é»˜è®¤çŠ¶æ€ +field_is_default: 默认值 field_tracker: 跟踪 field_subject: 主题 -field_due_date: 到期日 -field_assigned_to: 指派 +field_due_date: 完æˆæ—¥æœŸ +field_assigned_to: 指派给 field_priority: 优先级 field_fixed_version: 修订版本 field_user: 用户 @@ -138,34 +145,37 @@ field_password: 密ç field_new_password: 新密ç field_password_confirmation: 确认 field_version: 版本 -field_type: 类别 +field_type: 类型 field_host: 主机 field_port: ç«¯å£ field_account: å¸å· field_base_dn: Base DN field_attr_login: 登录å属性 field_attr_firstname: åå—属性 -field_attr_lastname: 姓属性 +field_attr_lastname: 姓æ°å±žæ€§ field_attr_mail: 邮件属性 field_onthefly: å³æ—¶çš„ç”¨æˆ·ç”Ÿæˆ field_start_date: 开始 -field_done_ratio: %% å®Œæˆ +field_done_ratio: 完æˆåº¦ field_auth_source: 认è¯æ¨¡å¼ -field_hide_mail: éšè—我的邮件 +field_hide_mail: éšè—æˆ‘çš„é‚®ä»¶åœ°å€ field_comments: 注释 field_url: URL field_start_page: 起始页 field_subproject: å项目 -field_hours: Hours +field_hours: å°æ—¶ field_activity: 活动 field_spent_on: 日期 field_identifier: æ ‡è¯† field_is_filter: 作为过滤æ¡ä»¶ -field_issue_to_id: 相关的问题报告 +field_issue_to_id: 相关问题 field_delay: 延期 -field_assignable: 是å¦å¯ä»¥åˆ†é…到问题 -field_redirect_existing_links: é‡å®šå‘现有的链接 +field_assignable: å¯åˆ†é…ç»™æ¤è§’色的问题 +field_redirect_existing_links: é‡å®šå‘到现有链接 field_estimated_hours: 预期时间 +field_column_names: 列 +field_time_zone: 时区 +field_searchable: å¯ç”¨ä½œæœç´¢æ¡ä»¶ field_default_value: 默认值 setting_app_title: 应用程åºæ ‡é¢˜ @@ -174,20 +184,37 @@ setting_welcome_text: æ¬¢è¿Žæ–‡å— setting_default_language: 默认è¯è¨€ setting_login_required: è¦æ±‚è®¤è¯ setting_self_registration: å…许自注册 -setting_attachment_max_size: 附件最大尺寸 +setting_attachment_max_size: 附件大å°é™åˆ¶ setting_issues_export_limit: 问题输出æ¡ç›®çš„é™åˆ¶ -setting_mail_from: 邮件å‘é€äººçš„åœ°å€ +setting_mail_from: 邮件å‘ä»¶äººåœ°å€ +setting_bcc_recipients: 抄é€åœ°å€ (bcc) setting_host_name: 主机å称 setting_text_formatting: æ–‡æœ¬æ ¼å¼ -setting_wiki_compression: Wiki文档的历å²è®°å½•åŽ‹ç¼© -setting_feeds_limit: RSS Feed内容æ¡æ•° +setting_wiki_compression: 压缩Wiki历å²æ–‡æ¡£ +setting_feeds_limit: RSS Feed内容æ¡æ•°é™åˆ¶ setting_autofetch_changesets: 自动获å–程åºå˜åŠ¨ -setting_sys_api_enabled: å¯ç”¨åŽå°çš„WS代ç ç”¨äºŽç®¡ç† -setting_commit_ref_keywords: æ交å˜åŠ¨æ—¶å¼•ç”¨é—®é¢˜å·ç çš„å…³é”®å— -setting_commit_fix_keywords: æ交å˜åŠ¨æ—¶è‡ªåŠ¨æ ‡å¿—问题状æ€çš„å…³é”®å— +setting_sys_api_enabled: å¯ç”¨ç”¨äºŽç‰ˆæœ¬åº“管ç†çš„Web Service +setting_commit_ref_keywords: ç”¨äºŽå¼•ç”¨é—®é¢˜çš„å…³é”®å— +setting_commit_fix_keywords: ç”¨äºŽä¿®è®¢é—®é¢˜çš„å…³é”®å— setting_autologin: 自动登录 setting_date_format: æ—¥æœŸæ ¼å¼ +setting_time_format: æ—¶é—´æ ¼å¼ setting_cross_project_issue_relations: å…许ä¸åŒé¡¹ç›®ä¹‹é—´çš„é—®é¢˜å…³è” +setting_issue_list_default_columns: 问题列表ä¸æ˜¾ç¤ºçš„默认列 +setting_repositories_encodings: 版本库编ç +setting_emails_footer: 邮件ç¾å +setting_protocol: åè®®(Protocol) +setting_per_page_options: æ¯é¡µæ˜¾ç¤ºæ¡ç›®ä¸ªæ•°çš„设置 +setting_user_format: ç”¨æˆ·æ˜¾ç¤ºæ ¼å¼ + +project_module_issue_tracking: 问题跟踪 +project_module_time_tracking: 时间跟踪 +project_module_news: æ–°é—» +project_module_documents: 文档 +project_module_files: 文件 +project_module_wiki: Wiki +project_module_repository: 版本库 +project_module_boards: 讨论区 label_user: 用户 label_user_plural: 用户列表 @@ -201,9 +228,13 @@ label_issue: 问题 label_issue_new: 新建问题 label_issue_plural: 问题列表 label_issue_view_all: 查看所有问题 +label_issues_by: 按 %s 分组显示问题 +label_issue_added: é—®é¢˜å·²æ·»åŠ +label_issue_updated: 问题已更新 label_document: 文档 label_document_new: 新建文档 label_document_plural: 文档列表 +label_document_added: æ–‡æ¡£å·²æ·»åŠ label_role: 角色 label_role_plural: 角色列表 label_role_new: 新建角色 @@ -215,16 +246,16 @@ label_tracker: è·Ÿè¸ªæ ‡ç¾ label_tracker_plural: è·Ÿè¸ªæ ‡ç¾åˆ—表 label_tracker_new: æ–°å»ºè·Ÿè¸ªæ ‡ç¾ label_workflow: 工作æµç¨‹ -label_issue_status: 问题状æ€åˆ—表 +label_issue_status: é—®é¢˜çŠ¶æ€ label_issue_status_plural: 问题状æ€åˆ—表 -label_issue_status_new: 新建问题状æ€åˆ—表 +label_issue_status_new: æ–°å»ºé—®é¢˜çŠ¶æ€ label_issue_category: 问题类别 label_issue_category_plural: 问题类别列表 label_issue_category_new: 新建问题类别 label_custom_field: 自定义å—段 label_custom_field_plural: 自定义å—段列表 label_custom_field_new: 新建自定义å—段 -label_enumerations: 枚举列表 +label_enumerations: 枚举值列表 label_enumeration_new: 新建枚举值 label_information: ä¿¡æ¯ label_information_plural: ä¿¡æ¯ @@ -240,7 +271,7 @@ label_login: 登录 label_logout: 退出 label_help: 帮助 label_reported_issues: 已报告的问题 -label_assigned_to_me_issues: 分é…给我的问题 +label_assigned_to_me_issues: 指派给我的问题 label_last_login: 最åŽç™»å½• label_last_updates: 最åŽæ›´æ–° label_last_updates_plural: %d 最åŽæ›´æ–° @@ -258,27 +289,30 @@ label_min_max_length: æœ€å° - 最大 长度 label_list: 列表 label_date: 日期 label_integer: æ•´æ•° -label_boolean: æ˜¯å¦ +label_float: 浮点数 +label_boolean: å¸ƒå°”é‡ label_string: æ–‡å— label_text: é•¿æ®µæ–‡å— label_attribute: 属性 label_attribute_plural: 属性 -label_download: %d 个下载次数 -label_download_plural: %d 个下载次数 -label_no_data: 没有数æ®ç”¨äºŽæ˜¾ç¤º -label_change_status: 改å˜çŠ¶æ€ +label_download: %d 次下载 +label_download_plural: %d 次下载 +label_no_data: 没有任何数æ®å¯ä¾›æ˜¾ç¤º +label_change_status: 状æ€æ”¹å˜ label_history: 历å²è®°å½• label_attachment: 文件 label_attachment_new: 新建文件 label_attachment_delete: åˆ é™¤æ–‡ä»¶ label_attachment_plural: 文件列表 +label_file_added: æ–‡ä»¶å·²æ·»åŠ label_report: 报表 -label_report_plural: 报表列表 +label_report_plural: 报表 label_news: æ–°é—» -label_news_new: å¢žåŠ æ–°é—» +label_news_new: æ·»åŠ æ–°é—» label_news_plural: 新闻列表 label_news_latest: 最近的新闻 label_news_view_all: 查看所有新闻 +label_news_added: æ–°é—»å·²æ·»åŠ label_change_log: 更新日志 label_settings: é…ç½® label_overview: 概述 @@ -296,26 +330,27 @@ label_closed_issues_plural: å·²å…³é— label_total: åˆè®¡ label_permissions: æƒé™åˆ—表 label_current_status: 当å‰çŠ¶æ€ -label_new_statuses_allowed: å¯ç”¨äº†æ–°çŠ¶æ€ +label_new_statuses_allowed: å¯å˜æ›´çš„æ–°çŠ¶æ€ label_all: 全部 label_none: æ— +label_nobody: æ— äºº label_next: 下一个 label_previous: 上一个 label_used_by: ä½¿ç”¨ä¸ label_details: 详情 label_add_note: æ·»åŠ è¯´æ˜Ž -label_per_page: æ¯é¢ +label_per_page: æ¯é¡µ label_calendar: 日历 label_months_from: ä¸ªæœˆä»¥æ¥ label_gantt: 甘特图(Gantt) label_internal: 内部 -label_last_changes: 最近的 %d 次更改 -label_change_view_all: 查看所有更改 +label_last_changes: 最近的 %d 次更新 +label_change_view_all: 查看所有更新 label_personalize_page: 个性化定制本页 label_comment: 注释 label_comment_plural: 注释列表 label_comment_add: æ·»åŠ æ³¨é‡Š -label_comment_added: å·²åŠ å…¥æ³¨é‡Š +label_comment_added: æ³¨é‡Šå·²æ·»åŠ label_comment_delete: åˆ é™¤æ³¨é‡Š label_query: 自定义查询 label_query_plural: 自定义查询列表 @@ -328,24 +363,34 @@ label_in_less_than: 剩余天数å°äºŽ label_in_more_than: 剩余天数大于 label_in: 剩余天数 label_today: 今天 +label_all_time: 全部时间 +label_yesterday: 昨天 label_this_week: 本周 +label_last_week: 下周 +label_last_n_days: æœ€åŽ %d 天 +label_this_month: 本月 +label_last_month: 下月 +label_this_year: 今年 +label_date_range: 日期范围 label_less_than_ago: 之å‰å¤©æ•°å°‘于 label_more_than_ago: 之å‰å¤©æ•°å¤§äºŽ label_ago: 之å‰å¤©æ•° label_contains: åŒ…å« label_not_contains: ä¸åŒ…å« label_day_plural: 天数 -label_repository: æºä»£ç 库 +label_repository: 版本库 +label_repository_plural: 版本库 label_browse: æµè§ˆ label_modification: %d 个更新 label_modification_plural: %d 个更新 label_revision: 修订 label_revision_plural: 修订 -label_added: å·²å¢žåŠ +label_associated_revisions: 相关修订版本 +label_added: å·²æ·»åŠ label_modified: 已修改 label_deleted: å·²åˆ é™¤ -label_latest_revision: 最近的版本 -label_latest_revision_plural: 最近的版本列表 +label_latest_revision: 最近的修订版本 +label_latest_revision_plural: 最近的修订版本列表 label_view_revisions: 查看修订列表 label_max_size: 最大尺寸 label_on: 'on' @@ -355,63 +400,65 @@ label_sort_lower: 下移 label_sort_lowest: 置底 label_roadmap: 路线图 label_roadmap_due_in: 截æ¢æ—¥æœŸåˆ° -label_roadmap_overdue: %s late +label_roadmap_overdue: %s 延期 label_roadmap_no_issues: 该版本没有问题 -label_search: 查找 +label_search: æœç´¢ label_result_plural: 个结果 label_all_words: 所有å•è¯ label_wiki: Wiki label_wiki_edit: Wiki 编辑 label_wiki_edit_plural: Wiki 编辑记录 +label_wiki_page: Wiki é¡µé¢ label_wiki_page_plural: Wiki é¡µé¢ -label_index_by_title: 索引 -label_index_by_date: 按照日期排åºçš„索引 +label_index_by_title: æŒ‰æ ‡é¢˜ç´¢å¼• +label_index_by_date: 按日期索引 label_current_version: 当å‰ç‰ˆæœ¬ label_preview: 预览 label_feed_plural: Feeds -label_changes_details: 所有更改的详情 +label_changes_details: 所有更新的详情 label_issue_tracking: 问题跟踪 label_spent_time: 耗时 label_f_hour: %.2f å°æ—¶ label_f_hour_plural: %.2f å°æ—¶ label_time_tracking: 时间跟踪 -label_change_plural: 更改列表 +label_change_plural: 更新列表 label_statistics: 统计 -label_commits_per_month: Commits/月 -label_commits_per_author: Commits/用户 +label_commits_per_month: æ¯æœˆæ交次数 +label_commits_per_author: æ¯ç”¨æˆ·æ交次数 label_view_diff: 查看å˜åŠ¨ -label_diff_inline: inline -label_diff_side_by_side: side by side +label_diff_inline: 在一行 +label_diff_side_by_side: 并排 label_options: 选项 label_copy_workflow_from: 从以下项目å¤åˆ¶å·¥ä½œæµç¨‹ -label_permissions_report: æƒé™è®¾ç½®åˆ—表 +label_permissions_report: æƒé™æŠ¥è¡¨ label_watched_issues: 跟踪的问题 label_related_issues: 相关的问题 -label_applied_status: ä¿®æ”¹äº†çŠ¶æ€ +label_applied_status: 应用åŽçš„çŠ¶æ€ label_loading: 载入ä¸... -label_relation_new: æ–°çš„å…³è” +label_relation_new: æ–°å»ºå…³è” label_relation_delete: åˆ é™¤å…³è” label_relates_to: å…³è”到 label_duplicates: é‡å¤ -label_blocks: blocks -label_blocked_by: blocked by -label_precedes: precedes -label_follows: follows +label_blocks: 阻挡 +label_blocked_by: 被阻挡 +label_precedes: 优先于 +label_follows: è·ŸéšäºŽ label_end_to_start: end to start label_end_to_end: end to end label_start_to_start: start to start label_start_to_end: start to end -label_stay_logged_in: ä¿æŒä¸€ç›´ç™»å½• -label_disabled: ç¦ç”¨äº† -label_show_completed_versions: 显示已ç»å®Œæˆçš„版本 +label_stay_logged_in: ä¿æŒç™»å½•çŠ¶æ€ +label_disabled: ç¦ç”¨ +label_show_completed_versions: 显示已完æˆçš„版本 label_me: 我 label_board: 讨论区 -label_board_new: æ–°çš„ç‰ˆé¢ +label_board_new: 新建讨论区 label_board_plural: 讨论区 label_topic_plural: 主题 label_message_plural: 帖å label_message_last: 最新的帖å label_message_new: æ–°è´´ +label_message_posted: å‘帖æˆåŠŸ label_reply_plural: å›žå¤ label_send_information: 给用户å‘é€å¸å·ä¿¡æ¯ label_year: å¹´ @@ -419,14 +466,40 @@ label_month: 月 label_week: 周 label_date_from: 从 label_date_to: 到 -label_language_based: è¯è¨€ -label_sort_by: æ ¹æ® %s æŽ’åº -label_send_test_email: å‘é€æµ‹è¯•email -label_feeds_access_key_created_on: RSS 访问代ç 是在 %s 之å‰å»ºç«‹çš„ +label_language_based: æ ¹æ®ç”¨æˆ·çš„è¯è¨€ +label_sort_by: æ ¹æ® %s æŽ’åº +label_send_test_email: å‘é€æµ‹è¯•é‚®ä»¶ +label_feeds_access_key_created_on: RSS å˜å–键是在 %s 之å‰å»ºç«‹çš„ label_module_plural: æ¨¡å— label_added_time_by: ç”± %s 在 %s 之å‰æ·»åŠ label_updated_time: 更新于 %s å‰ label_jump_to_a_project: 选择一个项目... +label_file_plural: 文件列表 +label_changeset_plural: å˜åŠ¨åˆ—表 +label_default_columns: 默认列 +label_no_change_option: (ä¸å˜) +label_bulk_edit_selected_issues: 批é‡ä¿®æ”¹é€‰ä¸çš„问题 +label_theme: 主题 +label_default: 默认 +label_search_titles_only: ä»…åœ¨æ ‡é¢˜ä¸æœç´¢ +label_user_mail_option_all: "收å–我所å‚与的项目的所有通知" +label_user_mail_option_selected: "收å–选ä¸é¡¹ç›®çš„所有通知..." +label_user_mail_option_none: "åªæ”¶å–我跟踪或å‚与的项目的通知" +label_user_mail_no_self_notified: "ä¸è¦å‘é€å¯¹æˆ‘自己æ交的修改的通知" +label_registration_activation_by_email: 通过邮件认è¯æ¿€æ´»å¸å· +label_registration_manual_activation: 手动激活å¸å· +label_registration_automatic_activation: 自动激活å¸å· +label_display_per_page: 'æ¯é¡µæ˜¾ç¤ºï¼š%s' +label_age: 年龄 +label_change_properties: 修改属性 +label_general: 一般 +label_more: 更多 +label_scm: SCM +label_plugins: æ’件 +label_ldap_authentication: LDAP è®¤è¯ +label_downloads_abbr: D/L +label_optional_description: å¯é€‰çš„æè¿° +label_add_another_file: æ·»åŠ å…¶å®ƒæ–‡ä»¶ button_login: 登录 button_submit: æ交 @@ -460,8 +533,13 @@ button_archive: å˜æ¡£ button_unarchive: å–消å˜æ¡£ button_reset: é‡ç½® button_rename: é‡å‘½å +button_change_password: 修改密ç +button_copy: å¤åˆ¶ +button_annotate: 注释 +button_update: æ›´æ–° +button_configure: é…ç½® -status_active: 激活 +status_active: 已激活 status_registered: 已注册 status_locked: å·²é”定 @@ -474,35 +552,49 @@ text_are_you_sure: 您确定? text_journal_changed: 从 %s 更改为 %s text_journal_set_to: 设置为 %s text_journal_deleted: å·²åˆ é™¤ -text_tip_task_begin_day: å¼€å§‹äºŽæ¤ -text_tip_task_end_day: 在æ¤ç»“æŸ -text_tip_task_begin_end_day: 开始并结æŸäºŽæ¤ -text_project_identifier_info: 'åªå…许使用å°å†™å—æ¯ (a-z), æ•°å—å’Œ-çŸæ¨ªå·.<br />注æ„,ä¿å˜ä»¥åŽ, æ ‡å¿—åå°±ä¸èƒ½ä¿®æ”¹äº†.' -text_caracters_maximum: 最多 %d 个å—符. -text_length_between: å—符长度应该在 %d å’Œ %d 个之间. -text_tracker_no_workflow: 还没有定义工作æµç¨‹ -text_unallowed_characters: 有ä¸ç¬¦åˆè§„定的å—符 -text_comma_separated: å¯ä»¥ä½¿ç”¨å¤šä¸ªå€¼ (用逗å·,分开). -text_issues_ref_in_commit_messages: ä¿¡æ¯é‡Œé¢ç›´æŽ¥å¯ä»¥ä½¿ç”¨çš„refå…³è”或者是fixä¿®å¤æ ‡ç¾è®¾ç½® -text_issue_added: 问题 %s æˆåŠŸæ交 (by %s). -text_issue_updated: 问题 %s æˆåŠŸæ›´æ–° (by %s). -text_wiki_destroy_confirmation: 您是å¦ç¡®å®šè¦åˆ 除以下的 wiki 页é¢åŠå…¶å†…容? -text_issue_category_destroy_question: 有一些问题 (%d 个) 属于这个分类. 您还想继ç»æ“作å—? -text_issue_category_destroy_assignments: å–消分类的设置 -text_issue_category_reassign_to: é‡æ–°æ·»åŠ 到分类 +text_tip_task_begin_day: 今天开始的任务 +text_tip_task_end_day: 今天结æŸçš„任务 +text_tip_task_begin_end_day: 今天开始并结æŸçš„任务 +text_project_identifier_info: 'åªå…许使用å°å†™å—æ¯ï¼ˆa-z),数å—和连å—符(-)。<br />请注æ„ï¼Œæ ‡è¯†ç¬¦ä¿å˜åŽå°†ä¸å¯ä¿®æ”¹ã€‚' +text_caracters_maximum: 最多 %d 个å—符。 +text_caracters_minimum: è‡³å°‘éœ€è¦ %d 个å—符。 +text_length_between: 长度必须在 %d å’Œ %d 个å—符之间。 +text_tracker_no_workflow: æ¤è·Ÿè¸ªæ ‡ç¾æœªå®šä¹‰å·¥ä½œæµç¨‹ +text_unallowed_characters: éžæ³•å—符 +text_comma_separated: å¯ä»¥ä½¿ç”¨å¤šä¸ªå€¼ï¼ˆç”¨é€—å·,分开)。 +text_issues_ref_in_commit_messages: 在æ交信æ¯ä¸å¼•ç”¨å’Œä¿®è®¢é—®é¢˜ +text_issue_added: 问题 %s 已由 %s æ交。 +text_issue_updated: 问题 %s 已由 %s 更新。 +text_wiki_destroy_confirmation: 您确定è¦åˆ 除这个 wiki åŠå…¶æ‰€æœ‰å†…容å—? +text_issue_category_destroy_question: 有一些问题(%d 个)属于æ¤ç±»åˆ«ã€‚您想进行哪ç§æ“作? +text_issue_category_destroy_assignments: åˆ é™¤é—®é¢˜çš„æ‰€å±žç±»åˆ«ï¼ˆé—®é¢˜å˜ä¸ºæ— 类别) +text_issue_category_reassign_to: 为问题选择其它类别 +text_user_mail_option: "对于没有选ä¸çš„项目,您将åªä¼šæ”¶åˆ°æ‚¨è·Ÿè¸ªæˆ–å‚与的项目的通知(比如说,您是问题的报告者, 或被指派解决æ¤é—®é¢˜ï¼‰ã€‚" +text_no_configuration_data: "角色ã€è·Ÿè¸ªæ ‡ç¾ã€é—®é¢˜çŠ¶æ€åˆ—表和工作æµç¨‹è¿˜æ²¡æœ‰è®¾ç½®ã€‚\n强烈建议您先载入默认设置,然åŽåœ¨æ¤åŸºç¡€ä¸Šè¿›è¡Œä¿®æ”¹ã€‚" +text_load_default_configuration: 载入默认设置 +text_status_changed_by_changeset: 已应用到å˜åŠ¨åˆ—表 %s. +text_issues_destroy_confirmation: '您确定è¦åˆ 除选ä¸çš„问题å—?' +text_select_project_modules: '请选择æ¤é¡¹ç›®å¯ä»¥ä½¿ç”¨çš„模å—:' +text_default_administrator_account_changed: 默认的管ç†å‘˜å¸å·å·²æ”¹å˜ +text_file_repository_writable: 文件版本库å¯ä¿®æ”¹ +text_rmagick_available: RMagick å¯ç”¨ï¼ˆå¯é€‰çš„) +text_destroy_time_entries_question: 您è¦åˆ 除的问题已ç»ä¸ŠæŠ¥äº† %.02f å°æ—¶çš„工作é‡ã€‚您想进行那ç§æ“作? +text_destroy_time_entries: åˆ é™¤ä¸ŠæŠ¥çš„å·¥ä½œé‡ +text_assign_time_entries_to_project: 将已上报的工作é‡æäº¤åˆ°é¡¹ç›®ä¸ +text_reassign_time_entries: '将已上报的工作é‡æŒ‡å®šåˆ°æ¤é—®é¢˜ï¼š' -default_role_manager: 管ç†å‘˜ +default_role_manager: 管ç†äººå‘˜ default_role_developper: å¼€å‘人员 default_role_reporter: 报告人员 -default_tracker_bug: 问题 +default_tracker_bug: Bug default_tracker_feature: 功能 default_tracker_support: æ”¯æŒ default_issue_status_new: 新建 -default_issue_status_assigned: å·²åˆ†é… +default_issue_status_assigned: 已指派 default_issue_status_resolved: 已解决 -default_issue_status_feedback: å›žå¤ +default_issue_status_feedback: å馈 default_issue_status_closed: å·²å…³é— -default_issue_status_rejected: 已打回 +default_issue_status_rejected: å·²æ‹’ç» default_doc_category_user: 用户文档 default_doc_category_tech: 技术文档 default_priority_low: 低 @@ -515,98 +607,4 @@ default_activity_development: å¼€å‘ enumeration_issue_priorities: 问题优先级 enumeration_doc_categories: 文档类别 -enumeration_activities: 活动情况 (时间跟踪) -label_wiki_page: Wiki é¡µé¢ -label_file_plural: 文件 -label_changeset_plural: 程åºå˜åŠ¨ -field_column_names: 列 -label_default_columns: 默认列 -setting_issue_list_default_columns: 问题列表ä¸æ˜¾ç¤ºçš„默认列 -setting_repositories_encodings: æºä»£ç 库编ç -notice_no_issue_selected: "没有选择任何的问题! 请选择您è¦ç¼–辑的问题." -label_bulk_edit_selected_issues: 批é‡ä¿®æ”¹å·²é€‰æ‹©çš„问题 -label_no_change_option: (ä¸å˜) -notice_failed_to_save_issues: "在ä¿å˜ %d 个问题时(总共 %d 个)失败: %s." -label_theme: 主题 -label_default: 默认 -label_search_titles_only: ä»…åœ¨æ ‡é¢˜ä¸æœç´¢ -label_nobody: nobody -button_change_password: 修改密ç -text_user_mail_option: "对于没有选择的项目, 您将åªä¼šæ”¶åˆ°æ‚¨å·²ç»è·Ÿè¸ªæˆ–者是å‚与的项目的通知 (比如说,您是问题的报告者, 或是负责解决这个问题的)." -label_user_mail_option_selected: "对于所选择的项目,收å–任何相关的通知..." -label_user_mail_option_all: "对于我å‚与的项目,收å–任何相关的通知" -label_user_mail_option_none: "åªæ”¶å–和我跟踪或者å‚与的项目的通知" -setting_emails_footer: Emails æœ«å°¾çš„ä¿¡æ¯ -label_float: Float -button_copy: å¤åˆ¶ -mail_body_account_information_external: 您å¯ä»¥ä½¿ç”¨ "%s" å¸å·ç™»å½•äº†. -mail_body_account_information: 您的å¸å·ä¿¡æ¯ -setting_protocol: åè®®(Protocol) -label_user_mail_no_self_notified: "对于我æ交的修改,ä¸è¦ç»™æˆ‘å‘é€é€šçŸ¥" -setting_time_format: æ—¶é—´æ ¼å¼ -label_registration_activation_by_email: 通过email认è¯æ¿€æ´»å¸å· -mail_subject_account_activation_request: Redmine å¸å·æ¿€æ´»è¯·æ±‚ -mail_body_account_activation_request: '新用户 (%s) å·²ç»æ³¨å†ŒæˆåŠŸ. ä»–çš„å¸å·éœ€è¦æ‚¨çš„认å¯åŽç”Ÿæ•ˆ:' -label_registration_automatic_activation: 自动激活å¸å· -label_registration_manual_activation: 手动激活å¸å· -notice_account_pending: "您的å¸å·å·²ç»æˆåŠŸå»ºç«‹, 但是还需è¦ç‰å¾…管ç†å‘˜çš„认å¯åŽæ‰èƒ½æ¿€æ´»." -field_time_zone: 时区 -text_caracters_minimum: "è‡³å°‘éœ€è¦ %d 个å—符." -setting_bcc_recipients: 抄é€åœ°å€ (bcc) -button_annotate: 注释 -label_issues_by: Issues by %s -field_searchable: Searchable -label_display_per_page: 'æ¯é¡µæ˜¾ç¤º: %s' -setting_per_page_options: æ¯é¡µæ˜¾ç¤ºæ¡ç›®çš„设置 -label_age: Age -notice_default_data_loaded: æˆåŠŸè½½å…¥é»˜è®¤è®¾ç½®. -text_load_default_configuration: 载入默认设置 -text_no_configuration_data: "用户æƒé™ï¼Œè·Ÿè¸ªæ ‡ç¾, 问题状æ€åˆ—表和工作æµç¨‹è¿˜æ²¡æœ‰è®¾ç½®å¥½.\n强烈推è载入默认的设置. 载入åŽæ‚¨å¯ä»¥å†è¿›è¡Œå®šåˆ¶." -error_can_t_load_default_data: "ä¸èƒ½è½½å…¥é»˜è®¤è®¾ç½®: %s" -button_update: æ›´æ–° -label_change_properties: 修改属性 -label_general: 一般 -label_repository_plural: æºä»£ç 库 -label_associated_revisions: 相关的版本 -setting_user_format: ç”¨æˆ·æ˜¾ç¤ºæ ¼å¼ -text_status_changed_by_changeset: Applied in changeset %s. -label_more: More -text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' -label_scm: SCM -text_select_project_modules: 'Select modules to enable for this project:' -label_issue_added: Issue added -label_issue_updated: Issue updated -label_document_added: Document added -label_message_posted: Message added -label_file_added: File added -label_news_added: News added -project_module_boards: Boards -project_module_issue_tracking: Issue tracking -project_module_wiki: Wiki -project_module_files: Files -project_module_documents: Documents -project_module_repository: Repository -project_module_news: News -project_module_time_tracking: Time tracking -text_file_repository_writable: File repository writable -text_default_administrator_account_changed: Default administrator account changed -text_rmagick_available: RMagick available (optional) -button_configure: Configure -label_plugins: Plugins -label_ldap_authentication: LDAP authentication -label_downloads_abbr: D/L -label_this_month: this month -label_last_n_days: last %d days -label_all_time: all time -label_this_year: this year -label_date_range: Date range -label_last_week: last week -label_yesterday: yesterday -label_last_month: last month -label_add_another_file: Add another file -label_optional_description: Optional description -text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? -error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' -text_assign_time_entries_to_project: Assign reported hours to the project -text_destroy_time_entries: Delete reported hours -text_reassign_time_entries: 'Reassign reported hours to this issue:' +enumeration_activities: 活动(时间跟踪) diff --git a/public/javascripts/calendar/lang/calendar-fi.js b/public/javascripts/calendar/lang/calendar-fi.js index 5b4ece30f..1e65eee42 100644 --- a/public/javascripts/calendar/lang/calendar-fi.js +++ b/public/javascripts/calendar/lang/calendar-fi.js @@ -120,7 +120,7 @@ Calendar._TT["TODAY"] = "Tänään"; Calendar._TT["TIME_PART"] = "(Vaihtonäppäin-)Paina tai raahaa vaihtaaksesi arvoa"; // date formats -Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["DEF_DATE_FORMAT"] = "%d.%m.%Y"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; Calendar._TT["WK"] = "vko"; diff --git a/public/javascripts/jstoolbar/lang/jstoolbar-ja.js b/public/javascripts/jstoolbar/lang/jstoolbar-ja.js index cd36a4b55..fc4d987de 100644 --- a/public/javascripts/jstoolbar/lang/jstoolbar-ja.js +++ b/public/javascripts/jstoolbar/lang/jstoolbar-ja.js @@ -1,14 +1,14 @@ jsToolBar.strings = {}; -jsToolBar.strings['Strong'] = 'Strong'; -jsToolBar.strings['Italic'] = 'Italic'; -jsToolBar.strings['Underline'] = 'Underline'; -jsToolBar.strings['Deleted'] = 'Deleted'; -jsToolBar.strings['Code'] = 'Inline Code'; -jsToolBar.strings['Heading 1'] = 'Heading 1'; -jsToolBar.strings['Heading 2'] = 'Heading 2'; -jsToolBar.strings['Heading 3'] = 'Heading 3'; -jsToolBar.strings['Unordered list'] = 'Unordered list'; -jsToolBar.strings['Ordered list'] = 'Ordered list'; -jsToolBar.strings['Preformatted text'] = 'Preformatted text'; -jsToolBar.strings['Wiki link'] = 'Link to a Wiki page'; -jsToolBar.strings['Image'] = 'Image'; +jsToolBar.strings['Strong'] = '強調'; +jsToolBar.strings['Italic'] = '斜体'; +jsToolBar.strings['Underline'] = '下線'; +jsToolBar.strings['Deleted'] = 'å–り消ã—ç·š'; +jsToolBar.strings['Code'] = 'コード'; +jsToolBar.strings['Heading 1'] = '見出㗠1'; +jsToolBar.strings['Heading 2'] = '見出㗠2'; +jsToolBar.strings['Heading 3'] = '見出㗠3'; +jsToolBar.strings['Unordered list'] = 'é †ä¸åŒãƒªã‚¹ãƒˆ'; +jsToolBar.strings['Ordered list'] = '番å·ã¤ãリスト'; +jsToolBar.strings['Preformatted text'] = '整形済ã¿ãƒ†ã‚スト'; +jsToolBar.strings['Wiki link'] = 'Wiki ページã¸ã®ãƒªãƒ³ã‚¯'; +jsToolBar.strings['Image'] = 'ç”»åƒ'; -- GitLab