@@ -1,921 +1,922 | |||||
1 | # French translations for Ruby on Rails |
|
1 | # French translations for Ruby on Rails | |
2 | # by Christian Lescuyer (christian@flyingcoders.com) |
|
2 | # by Christian Lescuyer (christian@flyingcoders.com) | |
3 | # contributor: Sebastien Grosjean - ZenCocoon.com |
|
3 | # contributor: Sebastien Grosjean - ZenCocoon.com | |
|
4 | # contributor: Thibaut Cuvelier - Developpez.com | |||
4 |
|
5 | |||
5 | fr: |
|
6 | fr: | |
6 | date: |
|
7 | date: | |
7 | formats: |
|
8 | formats: | |
8 | default: "%d/%m/%Y" |
|
9 | default: "%d/%m/%Y" | |
9 | short: "%e %b" |
|
10 | short: "%e %b" | |
10 | long: "%e %B %Y" |
|
11 | long: "%e %B %Y" | |
11 | long_ordinal: "%e %B %Y" |
|
12 | long_ordinal: "%e %B %Y" | |
12 | only_day: "%e" |
|
13 | only_day: "%e" | |
13 |
|
14 | |||
14 | day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi] |
|
15 | day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi] | |
15 | abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] |
|
16 | abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] | |
16 | month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] |
|
17 | month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] | |
17 | abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] |
|
18 | abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] | |
18 | order: [ :day, :month, :year ] |
|
19 | order: [ :day, :month, :year ] | |
19 |
|
20 | |||
20 | time: |
|
21 | time: | |
21 | formats: |
|
22 | formats: | |
22 | default: "%d/%m/%Y %H:%M" |
|
23 | default: "%d/%m/%Y %H:%M" | |
23 | time: "%H:%M" |
|
24 | time: "%H:%M" | |
24 | short: "%d %b %H:%M" |
|
25 | short: "%d %b %H:%M" | |
25 | long: "%A %d %B %Y %H:%M:%S %Z" |
|
26 | long: "%A %d %B %Y %H:%M:%S %Z" | |
26 | long_ordinal: "%A %d %B %Y %H:%M:%S %Z" |
|
27 | long_ordinal: "%A %d %B %Y %H:%M:%S %Z" | |
27 | only_second: "%S" |
|
28 | only_second: "%S" | |
28 | am: 'am' |
|
29 | am: 'am' | |
29 | pm: 'pm' |
|
30 | pm: 'pm' | |
30 |
|
31 | |||
31 | datetime: |
|
32 | datetime: | |
32 | distance_in_words: |
|
33 | distance_in_words: | |
33 | half_a_minute: "30 secondes" |
|
34 | half_a_minute: "30 secondes" | |
34 | less_than_x_seconds: |
|
35 | less_than_x_seconds: | |
35 | zero: "moins d'une seconde" |
|
36 | zero: "moins d'une seconde" | |
36 | one: "moins de 1 seconde" |
|
37 | one: "moins de 1 seconde" | |
37 | other: "moins de {{count}} secondes" |
|
38 | other: "moins de {{count}} secondes" | |
38 | x_seconds: |
|
39 | x_seconds: | |
39 | one: "1 seconde" |
|
40 | one: "1 seconde" | |
40 | other: "{{count}} secondes" |
|
41 | other: "{{count}} secondes" | |
41 | less_than_x_minutes: |
|
42 | less_than_x_minutes: | |
42 | zero: "moins d'une minute" |
|
43 | zero: "moins d'une minute" | |
43 | one: "moins de 1 minute" |
|
44 | one: "moins de 1 minute" | |
44 | other: "moins de {{count}} minutes" |
|
45 | other: "moins de {{count}} minutes" | |
45 | x_minutes: |
|
46 | x_minutes: | |
46 | one: "1 minute" |
|
47 | one: "1 minute" | |
47 | other: "{{count}} minutes" |
|
48 | other: "{{count}} minutes" | |
48 | about_x_hours: |
|
49 | about_x_hours: | |
49 | one: "environ une heure" |
|
50 | one: "environ une heure" | |
50 | other: "environ {{count}} heures" |
|
51 | other: "environ {{count}} heures" | |
51 | x_days: |
|
52 | x_days: | |
52 | one: "1 jour" |
|
53 | one: "1 jour" | |
53 | other: "{{count}} jours" |
|
54 | other: "{{count}} jours" | |
54 | about_x_months: |
|
55 | about_x_months: | |
55 | one: "environ un mois" |
|
56 | one: "environ un mois" | |
56 | other: "environ {{count}} mois" |
|
57 | other: "environ {{count}} mois" | |
57 | x_months: |
|
58 | x_months: | |
58 | one: "1 mois" |
|
59 | one: "1 mois" | |
59 | other: "{{count}} mois" |
|
60 | other: "{{count}} mois" | |
60 | about_x_years: |
|
61 | about_x_years: | |
61 | one: "environ un an" |
|
62 | one: "environ un an" | |
62 | other: "environ {{count}} ans" |
|
63 | other: "environ {{count}} ans" | |
63 | over_x_years: |
|
64 | over_x_years: | |
64 | one: "plus d'un an" |
|
65 | one: "plus d'un an" | |
65 | other: "plus de {{count}} ans" |
|
66 | other: "plus de {{count}} ans" | |
66 | almost_x_years: |
|
67 | almost_x_years: | |
67 | one: "presqu'un an" |
|
68 | one: "presqu'un an" | |
68 | other: "presque {{count}} ans" |
|
69 | other: "presque {{count}} ans" | |
69 | prompts: |
|
70 | prompts: | |
70 | year: "Année" |
|
71 | year: "Année" | |
71 | month: "Mois" |
|
72 | month: "Mois" | |
72 | day: "Jour" |
|
73 | day: "Jour" | |
73 | hour: "Heure" |
|
74 | hour: "Heure" | |
74 | minute: "Minute" |
|
75 | minute: "Minute" | |
75 | second: "Seconde" |
|
76 | second: "Seconde" | |
76 |
|
77 | |||
77 | number: |
|
78 | number: | |
78 | format: |
|
79 | format: | |
79 | precision: 3 |
|
80 | precision: 3 | |
80 | separator: ',' |
|
81 | separator: ',' | |
81 | delimiter: ' ' |
|
82 | delimiter: ' ' | |
82 | currency: |
|
83 | currency: | |
83 | format: |
|
84 | format: | |
84 | unit: '€' |
|
85 | unit: '€' | |
85 | precision: 2 |
|
86 | precision: 2 | |
86 | format: '%n %u' |
|
87 | format: '%n %u' | |
87 | human: |
|
88 | human: | |
88 | format: |
|
89 | format: | |
89 | precision: 2 |
|
90 | precision: 2 | |
90 | storage_units: |
|
91 | storage_units: | |
91 | format: "%n %u" |
|
92 | format: "%n %u" | |
92 | units: |
|
93 | units: | |
93 | byte: |
|
94 | byte: | |
94 | one: "Octet" |
|
95 | one: "Octet" | |
95 | other: "Octet" |
|
96 | other: "Octet" | |
96 | kb: "ko" |
|
97 | kb: "ko" | |
97 | mb: "Mo" |
|
98 | mb: "Mo" | |
98 | gb: "Go" |
|
99 | gb: "Go" | |
99 | tb: "To" |
|
100 | tb: "To" | |
100 |
|
101 | |||
101 | support: |
|
102 | support: | |
102 | array: |
|
103 | array: | |
103 | sentence_connector: 'et' |
|
104 | sentence_connector: 'et' | |
104 | skip_last_comma: true |
|
105 | skip_last_comma: true | |
105 | word_connector: ", " |
|
106 | word_connector: ", " | |
106 | two_words_connector: " et " |
|
107 | two_words_connector: " et " | |
107 | last_word_connector: " et " |
|
108 | last_word_connector: " et " | |
108 |
|
109 | |||
109 | activerecord: |
|
110 | activerecord: | |
110 | errors: |
|
111 | errors: | |
111 | template: |
|
112 | template: | |
112 | header: |
|
113 | header: | |
113 | one: "Impossible d'enregistrer {{model}}: 1 erreur" |
|
114 | one: "Impossible d'enregistrer {{model}} : 1 erreur" | |
114 | other: "Impossible d'enregistrer {{model}}: {{count}} erreurs." |
|
115 | other: "Impossible d'enregistrer {{model}} : {{count}} erreurs." | |
115 | body: "Veuillez vérifier les champs suivants :" |
|
116 | body: "Veuillez vérifier les champs suivants :" | |
116 | messages: |
|
117 | messages: | |
117 | inclusion: "n'est pas inclus(e) dans la liste" |
|
118 | inclusion: "n'est pas inclus(e) dans la liste" | |
118 | exclusion: "n'est pas disponible" |
|
119 | exclusion: "n'est pas disponible" | |
119 | invalid: "n'est pas valide" |
|
120 | invalid: "n'est pas valide" | |
120 | confirmation: "ne concorde pas avec la confirmation" |
|
121 | confirmation: "ne concorde pas avec la confirmation" | |
121 | accepted: "doit être accepté(e)" |
|
122 | accepted: "doit être accepté(e)" | |
122 | empty: "doit être renseigné(e)" |
|
123 | empty: "doit être renseigné(e)" | |
123 | blank: "doit être renseigné(e)" |
|
124 | blank: "doit être renseigné(e)" | |
124 | too_long: "est trop long (pas plus de {{count}} caractères)" |
|
125 | too_long: "est trop long (pas plus de {{count}} caractères)" | |
125 | too_short: "est trop court (au moins {{count}} caractères)" |
|
126 | too_short: "est trop court (au moins {{count}} caractères)" | |
126 | wrong_length: "ne fait pas la bonne longueur (doit comporter {{count}} caractères)" |
|
127 | wrong_length: "ne fait pas la bonne longueur (doit comporter {{count}} caractères)" | |
127 | taken: "est déjà utilisé" |
|
128 | taken: "est déjà utilisé" | |
128 | not_a_number: "n'est pas un nombre" |
|
129 | not_a_number: "n'est pas un nombre" | |
129 | greater_than: "doit être supérieur à {{count}}" |
|
130 | greater_than: "doit être supérieur à {{count}}" | |
130 | greater_than_or_equal_to: "doit être supérieur ou égal à {{count}}" |
|
131 | greater_than_or_equal_to: "doit être supérieur ou égal à {{count}}" | |
131 | equal_to: "doit être égal à {{count}}" |
|
132 | equal_to: "doit être égal à {{count}}" | |
132 | less_than: "doit être inférieur à {{count}}" |
|
133 | less_than: "doit être inférieur à {{count}}" | |
133 | less_than_or_equal_to: "doit être inférieur ou égal à {{count}}" |
|
134 | less_than_or_equal_to: "doit être inférieur ou égal à {{count}}" | |
134 | odd: "doit être impair" |
|
135 | odd: "doit être impair" | |
135 | even: "doit être pair" |
|
136 | even: "doit être pair" | |
136 | greater_than_start_date: "doit être postérieure à la date de début" |
|
137 | greater_than_start_date: "doit être postérieure à la date de début" | |
137 | not_same_project: "n'appartient pas au même projet" |
|
138 | not_same_project: "n'appartient pas au même projet" | |
138 | circular_dependency: "Cette relation créerait une dépendance circulaire" |
|
139 | circular_dependency: "Cette relation créerait une dépendance circulaire" | |
139 | cant_link_an_issue_with_a_descendant: "Une demande ne peut pas être liée à l'une de ses sous-tâches" |
|
140 | cant_link_an_issue_with_a_descendant: "Une demande ne peut pas être liée à l'une de ses sous-tâches" | |
140 |
|
141 | |||
141 | actionview_instancetag_blank_option: Choisir |
|
142 | actionview_instancetag_blank_option: Choisir | |
142 |
|
143 | |||
143 | general_text_No: 'Non' |
|
144 | general_text_No: 'Non' | |
144 | general_text_Yes: 'Oui' |
|
145 | general_text_Yes: 'Oui' | |
145 | general_text_no: 'non' |
|
146 | general_text_no: 'non' | |
146 | general_text_yes: 'oui' |
|
147 | general_text_yes: 'oui' | |
147 | general_lang_name: 'Français' |
|
148 | general_lang_name: 'Français' | |
148 | general_csv_separator: ';' |
|
149 | general_csv_separator: ';' | |
149 | general_csv_decimal_separator: ',' |
|
150 | general_csv_decimal_separator: ',' | |
150 | general_csv_encoding: ISO-8859-1 |
|
151 | general_csv_encoding: ISO-8859-1 | |
151 | general_pdf_encoding: ISO-8859-1 |
|
152 | general_pdf_encoding: ISO-8859-1 | |
152 | general_first_day_of_week: '1' |
|
153 | general_first_day_of_week: '1' | |
153 |
|
154 | |||
154 | notice_account_updated: Le compte a été mis à jour avec succès. |
|
155 | notice_account_updated: Le compte a été mis à jour avec succès. | |
155 | notice_account_invalid_creditentials: Identifiant ou mot de passe invalide. |
|
156 | notice_account_invalid_creditentials: Identifiant ou mot de passe invalide. | |
156 | notice_account_password_updated: Mot de passe mis à jour avec succès. |
|
157 | notice_account_password_updated: Mot de passe mis à jour avec succès. | |
157 | notice_account_wrong_password: Mot de passe incorrect |
|
158 | notice_account_wrong_password: Mot de passe incorrect | |
158 | notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé. |
|
159 | notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé. | |
159 | notice_account_unknown_email: Aucun compte ne correspond à cette adresse. |
|
160 | notice_account_unknown_email: Aucun compte ne correspond à cette adresse. | |
160 | notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe. |
|
161 | notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe. | |
161 | notice_account_lost_email_sent: Un message contenant les instructions pour choisir un nouveau mot de passe vous a été envoyé. |
|
162 | notice_account_lost_email_sent: Un message contenant les instructions pour choisir un nouveau mot de passe vous a été envoyé. | |
162 | notice_account_activated: Votre compte a été activé. Vous pouvez à présent vous connecter. |
|
163 | notice_account_activated: Votre compte a été activé. Vous pouvez à présent vous connecter. | |
163 | notice_successful_create: Création effectuée avec succès. |
|
164 | notice_successful_create: Création effectuée avec succès. | |
164 | notice_successful_update: Mise à jour effectuée avec succès. |
|
165 | notice_successful_update: Mise à jour effectuée avec succès. | |
165 | notice_successful_delete: Suppression effectuée avec succès. |
|
166 | notice_successful_delete: Suppression effectuée avec succès. | |
166 | notice_successful_connection: Connection réussie. |
|
167 | notice_successful_connection: Connection réussie. | |
167 | notice_file_not_found: "La page à laquelle vous souhaitez accéder n'existe pas ou a été supprimée." |
|
168 | notice_file_not_found: "La page à laquelle vous souhaitez accéder n'existe pas ou a été supprimée." | |
168 | notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible. |
|
169 | notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible. | |
169 | notice_not_authorized: "Vous n'êtes pas autorisés à accéder à cette page." |
|
170 | notice_not_authorized: "Vous n'êtes pas autorisés à accéder à cette page." | |
170 | notice_email_sent: "Un email a été envoyé à {{value}}" |
|
171 | notice_email_sent: "Un email a été envoyé à {{value}}" | |
171 | notice_email_error: "Erreur lors de l'envoi de l'email ({{value}})" |
|
172 | notice_email_error: "Erreur lors de l'envoi de l'email ({{value}})" | |
172 | notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée." |
|
173 | notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée." | |
173 | notice_failed_to_save_issues: "{{count}} demande(s) sur les {{total}} sélectionnées n'ont pas pu être mise(s) à jour: {{ids}}." |
|
174 | notice_failed_to_save_issues: "{{count}} demande(s) sur les {{total}} sélectionnées n'ont pas pu être mise(s) à jour : {{ids}}." | |
174 | notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour." |
|
175 | notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour." | |
175 | notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur." |
|
176 | notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur." | |
176 | notice_default_data_loaded: Paramétrage par défaut chargé avec succès. |
|
177 | notice_default_data_loaded: Paramétrage par défaut chargé avec succès. | |
177 | notice_unable_delete_version: Impossible de supprimer cette version. |
|
178 | notice_unable_delete_version: Impossible de supprimer cette version. | |
178 | notice_issue_done_ratios_updated: L'avancement des demandes a été mis à jour. |
|
179 | notice_issue_done_ratios_updated: L'avancement des demandes a été mis à jour. | |
179 | notice_api_access_key_reseted: Votre clé d'accès API a été réinitialisée. |
|
180 | notice_api_access_key_reseted: Votre clé d'accès API a été réinitialisée. | |
180 |
|
181 | |||
181 | error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage: {{value}}" |
|
182 | error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage : {{value}}" | |
182 | error_scm_not_found: "L'entrée et/ou la révision demandée n'existe pas dans le dépôt." |
|
183 | error_scm_not_found: "L'entrée et/ou la révision demandée n'existe pas dans le dépôt." | |
183 | error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt: {{value}}" |
|
184 | error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt : {{value}}" | |
184 | error_scm_annotate: "L'entrée n'existe pas ou ne peut pas être annotée." |
|
185 | error_scm_annotate: "L'entrée n'existe pas ou ne peut pas être annotée." | |
185 | error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet" |
|
186 | error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet" | |
186 | error_can_not_reopen_issue_on_closed_version: 'Une demande assignée à une version fermée ne peut pas être réouverte' |
|
187 | error_can_not_reopen_issue_on_closed_version: 'Une demande assignée à une version fermée ne peut pas être réouverte' | |
187 | error_can_not_archive_project: "Ce projet ne peut pas être archivé" |
|
188 | error_can_not_archive_project: "Ce projet ne peut pas être archivé" | |
188 | error_workflow_copy_source: 'Veuillez sélectionner un tracker et/ou un rôle source' |
|
189 | error_workflow_copy_source: 'Veuillez sélectionner un tracker et/ou un rôle source' | |
189 | error_workflow_copy_target: 'Veuillez sélectionner les trackers et rôles cibles' |
|
190 | error_workflow_copy_target: 'Veuillez sélectionner les trackers et rôles cibles' | |
190 | error_issue_done_ratios_not_updated: L'avancement des demandes n'a pas pu être mis à jour. |
|
191 | error_issue_done_ratios_not_updated: L'avancement des demandes n'a pas pu être mis à jour. | |
191 |
|
192 | |||
192 | warning_attachments_not_saved: "{{count}} fichier(s) n'ont pas pu être sauvegardés." |
|
193 | warning_attachments_not_saved: "{{count}} fichier(s) n'ont pas pu être sauvegardés." | |
193 |
|
194 | |||
194 | mail_subject_lost_password: "Votre mot de passe {{value}}" |
|
195 | mail_subject_lost_password: "Votre mot de passe {{value}}" | |
195 | mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant:' |
|
196 | mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant :' | |
196 | mail_subject_register: "Activation de votre compte {{value}}" |
|
197 | mail_subject_register: "Activation de votre compte {{value}}" | |
197 | mail_body_register: 'Pour activer votre compte, cliquez sur le lien suivant:' |
|
198 | mail_body_register: 'Pour activer votre compte, cliquez sur le lien suivant :' | |
198 | mail_body_account_information_external: "Vous pouvez utiliser votre compte {{value}} pour vous connecter." |
|
199 | mail_body_account_information_external: "Vous pouvez utiliser votre compte {{value}} pour vous connecter." | |
199 | mail_body_account_information: Paramètres de connexion de votre compte |
|
200 | mail_body_account_information: Paramètres de connexion de votre compte | |
200 | mail_subject_account_activation_request: "Demande d'activation d'un compte {{value}}" |
|
201 | mail_subject_account_activation_request: "Demande d'activation d'un compte {{value}}" | |
201 | mail_body_account_activation_request: "Un nouvel utilisateur ({{value}}) s'est inscrit. Son compte nécessite votre approbation:" |
|
202 | mail_body_account_activation_request: "Un nouvel utilisateur ({{value}}) s'est inscrit. Son compte nécessite votre approbation :" | |
202 | mail_subject_reminder: "{{count}} demande(s) arrivent à échéance" |
|
203 | mail_subject_reminder: "{{count}} demande(s) arrivent à échéance" | |
203 | mail_body_reminder: "{{count}} demande(s) qui vous sont assignées arrivent à échéance dans les {{days}} prochains jours:" |
|
204 | mail_body_reminder: "{{count}} demande(s) qui vous sont assignées arrivent à échéance dans les {{days}} prochains jours :" | |
204 | mail_subject_wiki_content_added: "Page wiki '{{page}}' ajoutée" |
|
205 | mail_subject_wiki_content_added: "Page wiki '{{page}}' ajoutée" | |
205 | mail_body_wiki_content_added: "La page wiki '{{page}}' a été ajoutée par {{author}}." |
|
206 | mail_body_wiki_content_added: "La page wiki '{{page}}' a été ajoutée par {{author}}." | |
206 | mail_subject_wiki_content_updated: "Page wiki '{{page}}' mise à jour" |
|
207 | mail_subject_wiki_content_updated: "Page wiki '{{page}}' mise à jour" | |
207 | mail_body_wiki_content_updated: "La page wiki '{{page}}' a été mise à jour par {{author}}." |
|
208 | mail_body_wiki_content_updated: "La page wiki '{{page}}' a été mise à jour par {{author}}." | |
208 |
|
209 | |||
209 | gui_validation_error: 1 erreur |
|
210 | gui_validation_error: 1 erreur | |
210 | gui_validation_error_plural: "{{count}} erreurs" |
|
211 | gui_validation_error_plural: "{{count}} erreurs" | |
211 |
|
212 | |||
212 | field_name: Nom |
|
213 | field_name: Nom | |
213 | field_description: Description |
|
214 | field_description: Description | |
214 | field_summary: Résumé |
|
215 | field_summary: Résumé | |
215 | field_is_required: Obligatoire |
|
216 | field_is_required: Obligatoire | |
216 | field_firstname: Prénom |
|
217 | field_firstname: Prénom | |
217 | field_lastname: Nom |
|
218 | field_lastname: Nom | |
218 | field_mail: Email |
|
219 | field_mail: Email | |
219 | field_filename: Fichier |
|
220 | field_filename: Fichier | |
220 | field_filesize: Taille |
|
221 | field_filesize: Taille | |
221 | field_downloads: Téléchargements |
|
222 | field_downloads: Téléchargements | |
222 | field_author: Auteur |
|
223 | field_author: Auteur | |
223 | field_created_on: Créé |
|
224 | field_created_on: Créé | |
224 | field_updated_on: Mis à jour |
|
225 | field_updated_on: Mis à jour | |
225 | field_field_format: Format |
|
226 | field_field_format: Format | |
226 | field_is_for_all: Pour tous les projets |
|
227 | field_is_for_all: Pour tous les projets | |
227 | field_possible_values: Valeurs possibles |
|
228 | field_possible_values: Valeurs possibles | |
228 | field_regexp: Expression régulière |
|
229 | field_regexp: Expression régulière | |
229 | field_min_length: Longueur minimum |
|
230 | field_min_length: Longueur minimum | |
230 | field_max_length: Longueur maximum |
|
231 | field_max_length: Longueur maximum | |
231 | field_value: Valeur |
|
232 | field_value: Valeur | |
232 | field_category: Catégorie |
|
233 | field_category: Catégorie | |
233 | field_title: Titre |
|
234 | field_title: Titre | |
234 | field_project: Projet |
|
235 | field_project: Projet | |
235 | field_issue: Demande |
|
236 | field_issue: Demande | |
236 | field_status: Statut |
|
237 | field_status: Statut | |
237 | field_notes: Notes |
|
238 | field_notes: Notes | |
238 | field_is_closed: Demande fermée |
|
239 | field_is_closed: Demande fermée | |
239 | field_is_default: Valeur par défaut |
|
240 | field_is_default: Valeur par défaut | |
240 | field_tracker: Tracker |
|
241 | field_tracker: Tracker | |
241 | field_subject: Sujet |
|
242 | field_subject: Sujet | |
242 | field_due_date: Echéance |
|
243 | field_due_date: Echéance | |
243 | field_assigned_to: Assigné à |
|
244 | field_assigned_to: Assigné à | |
244 | field_priority: Priorité |
|
245 | field_priority: Priorité | |
245 | field_fixed_version: Version cible |
|
246 | field_fixed_version: Version cible | |
246 | field_user: Utilisateur |
|
247 | field_user: Utilisateur | |
247 | field_role: Rôle |
|
248 | field_role: Rôle | |
248 | field_homepage: Site web |
|
249 | field_homepage: Site web | |
249 | field_is_public: Public |
|
250 | field_is_public: Public | |
250 | field_parent: Sous-projet de |
|
251 | field_parent: Sous-projet de | |
251 | field_is_in_roadmap: Demandes affichées dans la roadmap |
|
252 | field_is_in_roadmap: Demandes affichées dans la roadmap | |
252 | field_login: Identifiant |
|
253 | field_login: Identifiant | |
253 | field_mail_notification: Notifications par mail |
|
254 | field_mail_notification: Notifications par mail | |
254 | field_admin: Administrateur |
|
255 | field_admin: Administrateur | |
255 | field_last_login_on: Dernière connexion |
|
256 | field_last_login_on: Dernière connexion | |
256 | field_language: Langue |
|
257 | field_language: Langue | |
257 | field_effective_date: Date |
|
258 | field_effective_date: Date | |
258 | field_password: Mot de passe |
|
259 | field_password: Mot de passe | |
259 | field_new_password: Nouveau mot de passe |
|
260 | field_new_password: Nouveau mot de passe | |
260 | field_password_confirmation: Confirmation |
|
261 | field_password_confirmation: Confirmation | |
261 | field_version: Version |
|
262 | field_version: Version | |
262 | field_type: Type |
|
263 | field_type: Type | |
263 | field_host: Hôte |
|
264 | field_host: Hôte | |
264 | field_port: Port |
|
265 | field_port: Port | |
265 | field_account: Compte |
|
266 | field_account: Compte | |
266 | field_base_dn: Base DN |
|
267 | field_base_dn: Base DN | |
267 | field_attr_login: Attribut Identifiant |
|
268 | field_attr_login: Attribut Identifiant | |
268 | field_attr_firstname: Attribut Prénom |
|
269 | field_attr_firstname: Attribut Prénom | |
269 | field_attr_lastname: Attribut Nom |
|
270 | field_attr_lastname: Attribut Nom | |
270 | field_attr_mail: Attribut Email |
|
271 | field_attr_mail: Attribut Email | |
271 | field_onthefly: Création des utilisateurs à la volée |
|
272 | field_onthefly: Création des utilisateurs à la volée | |
272 | field_start_date: Début |
|
273 | field_start_date: Début | |
273 |
field_done_ratio: % |
|
274 | field_done_ratio: % réalisé | |
274 | field_auth_source: Mode d'authentification |
|
275 | field_auth_source: Mode d'authentification | |
275 | field_hide_mail: Cacher mon adresse mail |
|
276 | field_hide_mail: Cacher mon adresse mail | |
276 | field_comments: Commentaire |
|
277 | field_comments: Commentaire | |
277 | field_url: URL |
|
278 | field_url: URL | |
278 | field_start_page: Page de démarrage |
|
279 | field_start_page: Page de démarrage | |
279 | field_subproject: Sous-projet |
|
280 | field_subproject: Sous-projet | |
280 | field_hours: Heures |
|
281 | field_hours: Heures | |
281 | field_activity: Activité |
|
282 | field_activity: Activité | |
282 | field_spent_on: Date |
|
283 | field_spent_on: Date | |
283 | field_identifier: Identifiant |
|
284 | field_identifier: Identifiant | |
284 | field_is_filter: Utilisé comme filtre |
|
285 | field_is_filter: Utilisé comme filtre | |
285 | field_issue_to: Demande liée |
|
286 | field_issue_to: Demande liée | |
286 | field_delay: Retard |
|
287 | field_delay: Retard | |
287 | field_assignable: Demandes assignables à ce rôle |
|
288 | field_assignable: Demandes assignables à ce rôle | |
288 | field_redirect_existing_links: Rediriger les liens existants |
|
289 | field_redirect_existing_links: Rediriger les liens existants | |
289 | field_estimated_hours: Temps estimé |
|
290 | field_estimated_hours: Temps estimé | |
290 | field_column_names: Colonnes |
|
291 | field_column_names: Colonnes | |
291 | field_time_zone: Fuseau horaire |
|
292 | field_time_zone: Fuseau horaire | |
292 | field_searchable: Utilisé pour les recherches |
|
293 | field_searchable: Utilisé pour les recherches | |
293 | field_default_value: Valeur par défaut |
|
294 | field_default_value: Valeur par défaut | |
294 | field_comments_sorting: Afficher les commentaires |
|
295 | field_comments_sorting: Afficher les commentaires | |
295 | field_parent_title: Page parent |
|
296 | field_parent_title: Page parent | |
296 | field_editable: Modifiable |
|
297 | field_editable: Modifiable | |
297 | field_watcher: Observateur |
|
298 | field_watcher: Observateur | |
298 | field_identity_url: URL OpenID |
|
299 | field_identity_url: URL OpenID | |
299 | field_content: Contenu |
|
300 | field_content: Contenu | |
300 | field_group_by: Grouper par |
|
301 | field_group_by: Grouper par | |
301 | field_sharing: Partage |
|
302 | field_sharing: Partage | |
302 | field_active: Actif |
|
303 | field_active: Actif | |
303 | field_parent_issue: Tâche parente |
|
304 | field_parent_issue: Tâche parente | |
304 |
|
305 | |||
305 | setting_app_title: Titre de l'application |
|
306 | setting_app_title: Titre de l'application | |
306 | setting_app_subtitle: Sous-titre de l'application |
|
307 | setting_app_subtitle: Sous-titre de l'application | |
307 | setting_welcome_text: Texte d'accueil |
|
308 | setting_welcome_text: Texte d'accueil | |
308 | setting_default_language: Langue par défaut |
|
309 | setting_default_language: Langue par défaut | |
309 | setting_login_required: Authentification obligatoire |
|
310 | setting_login_required: Authentification obligatoire | |
310 | setting_self_registration: Inscription des nouveaux utilisateurs |
|
311 | setting_self_registration: Inscription des nouveaux utilisateurs | |
311 | setting_attachment_max_size: Taille max des fichiers |
|
312 | setting_attachment_max_size: Taille max des fichiers | |
312 | setting_issues_export_limit: Limite export demandes |
|
313 | setting_issues_export_limit: Limite export demandes | |
313 | setting_mail_from: Adresse d'émission |
|
314 | setting_mail_from: Adresse d'émission | |
314 | setting_bcc_recipients: Destinataires en copie cachée (cci) |
|
315 | setting_bcc_recipients: Destinataires en copie cachée (cci) | |
315 | setting_plain_text_mail: Mail texte brut (non HTML) |
|
316 | setting_plain_text_mail: Mail texte brut (non HTML) | |
316 | setting_host_name: Nom d'hôte et chemin |
|
317 | setting_host_name: Nom d'hôte et chemin | |
317 | setting_text_formatting: Formatage du texte |
|
318 | setting_text_formatting: Formatage du texte | |
318 | setting_wiki_compression: Compression historique wiki |
|
319 | setting_wiki_compression: Compression historique wiki | |
319 | setting_feeds_limit: Limite du contenu des flux RSS |
|
320 | setting_feeds_limit: Limite du contenu des flux RSS | |
320 | setting_default_projects_public: Définir les nouveaux projects comme publics par défaut |
|
321 | setting_default_projects_public: Définir les nouveaux projects comme publics par défaut | |
321 | setting_autofetch_changesets: Récupération auto. des commits |
|
322 | setting_autofetch_changesets: Récupération auto. des commits | |
322 | setting_sys_api_enabled: Activer les WS pour la gestion des dépôts |
|
323 | setting_sys_api_enabled: Activer les WS pour la gestion des dépôts | |
323 | setting_commit_ref_keywords: Mot-clés de référencement |
|
324 | setting_commit_ref_keywords: Mot-clés de référencement | |
324 | setting_commit_fix_keywords: Mot-clés de résolution |
|
325 | setting_commit_fix_keywords: Mot-clés de résolution | |
325 | setting_autologin: Autologin |
|
326 | setting_autologin: Autologin | |
326 | setting_date_format: Format de date |
|
327 | setting_date_format: Format de date | |
327 | setting_time_format: Format d'heure |
|
328 | setting_time_format: Format d'heure | |
328 | setting_cross_project_issue_relations: Autoriser les relations entre demandes de différents projets |
|
329 | setting_cross_project_issue_relations: Autoriser les relations entre demandes de différents projets | |
329 | setting_issue_list_default_columns: Colonnes affichées par défaut sur la liste des demandes |
|
330 | setting_issue_list_default_columns: Colonnes affichées par défaut sur la liste des demandes | |
330 | setting_repositories_encodings: Encodages des dépôts |
|
331 | setting_repositories_encodings: Encodages des dépôts | |
331 | setting_commit_logs_encoding: Encodage des messages de commit |
|
332 | setting_commit_logs_encoding: Encodage des messages de commit | |
332 | setting_emails_footer: Pied-de-page des emails |
|
333 | setting_emails_footer: Pied-de-page des emails | |
333 | setting_protocol: Protocole |
|
334 | setting_protocol: Protocole | |
334 | setting_per_page_options: Options d'objets affichés par page |
|
335 | setting_per_page_options: Options d'objets affichés par page | |
335 | setting_user_format: Format d'affichage des utilisateurs |
|
336 | setting_user_format: Format d'affichage des utilisateurs | |
336 | setting_activity_days_default: Nombre de jours affichés sur l'activité des projets |
|
337 | setting_activity_days_default: Nombre de jours affichés sur l'activité des projets | |
337 | setting_display_subprojects_issues: Afficher par défaut les demandes des sous-projets sur les projets principaux |
|
338 | setting_display_subprojects_issues: Afficher par défaut les demandes des sous-projets sur les projets principaux | |
338 | setting_enabled_scm: SCM activés |
|
339 | setting_enabled_scm: SCM activés | |
339 | setting_mail_handler_body_delimiters: "Tronquer les emails après l'une de ces lignes" |
|
340 | setting_mail_handler_body_delimiters: "Tronquer les emails après l'une de ces lignes" | |
340 | setting_mail_handler_api_enabled: "Activer le WS pour la réception d'emails" |
|
341 | setting_mail_handler_api_enabled: "Activer le WS pour la réception d'emails" | |
341 | setting_mail_handler_api_key: Clé de protection de l'API |
|
342 | setting_mail_handler_api_key: Clé de protection de l'API | |
342 | setting_sequential_project_identifiers: Générer des identifiants de projet séquentiels |
|
343 | setting_sequential_project_identifiers: Générer des identifiants de projet séquentiels | |
343 | setting_gravatar_enabled: Afficher les Gravatar des utilisateurs |
|
344 | setting_gravatar_enabled: Afficher les Gravatar des utilisateurs | |
344 | setting_diff_max_lines_displayed: Nombre maximum de lignes de diff affichées |
|
345 | setting_diff_max_lines_displayed: Nombre maximum de lignes de diff affichées | |
345 | setting_file_max_size_displayed: Taille maximum des fichiers texte affichés en ligne |
|
346 | setting_file_max_size_displayed: Taille maximum des fichiers texte affichés en ligne | |
346 | setting_repository_log_display_limit: "Nombre maximum de revisions affichées sur l'historique d'un fichier" |
|
347 | setting_repository_log_display_limit: "Nombre maximum de revisions affichées sur l'historique d'un fichier" | |
347 | setting_openid: "Autoriser l'authentification et l'enregistrement OpenID" |
|
348 | setting_openid: "Autoriser l'authentification et l'enregistrement OpenID" | |
348 | setting_password_min_length: Longueur minimum des mots de passe |
|
349 | setting_password_min_length: Longueur minimum des mots de passe | |
349 | setting_new_project_user_role_id: Rôle donné à un utilisateur non-administrateur qui crée un projet |
|
350 | setting_new_project_user_role_id: Rôle donné à un utilisateur non-administrateur qui crée un projet | |
350 | setting_default_projects_modules: Modules activés par défaut pour les nouveaux projets |
|
351 | setting_default_projects_modules: Modules activés par défaut pour les nouveaux projets | |
351 | setting_issue_done_ratio: Calcul de l'avancement des demandes |
|
352 | setting_issue_done_ratio: Calcul de l'avancement des demandes | |
352 | setting_issue_done_ratio_issue_status: Utiliser le statut |
|
353 | setting_issue_done_ratio_issue_status: Utiliser le statut | |
353 | setting_issue_done_ratio_issue_field: 'Utiliser le champ % effectué' |
|
354 | setting_issue_done_ratio_issue_field: 'Utiliser le champ % effectué' | |
354 | setting_rest_api_enabled: Activer l'API REST |
|
355 | setting_rest_api_enabled: Activer l'API REST | |
355 | setting_gravatar_default: Image Gravatar par défaut |
|
356 | setting_gravatar_default: Image Gravatar par défaut | |
356 | setting_start_of_week: Jour de début des calendriers |
|
357 | setting_start_of_week: Jour de début des calendriers | |
357 | setting_cache_formatted_text: Mettre en cache le texte formaté |
|
358 | setting_cache_formatted_text: Mettre en cache le texte formaté | |
358 |
|
359 | |||
359 | permission_add_project: Créer un projet |
|
360 | permission_add_project: Créer un projet | |
360 | permission_add_subprojects: Créer des sous-projets |
|
361 | permission_add_subprojects: Créer des sous-projets | |
361 | permission_edit_project: Modifier le projet |
|
362 | permission_edit_project: Modifier le projet | |
362 | permission_select_project_modules: Choisir les modules |
|
363 | permission_select_project_modules: Choisir les modules | |
363 | permission_manage_members: Gérer les members |
|
364 | permission_manage_members: Gérer les members | |
364 | permission_manage_versions: Gérer les versions |
|
365 | permission_manage_versions: Gérer les versions | |
365 | permission_manage_categories: Gérer les catégories de demandes |
|
366 | permission_manage_categories: Gérer les catégories de demandes | |
366 | permission_view_issues: Voir les demandes |
|
367 | permission_view_issues: Voir les demandes | |
367 | permission_add_issues: Créer des demandes |
|
368 | permission_add_issues: Créer des demandes | |
368 | permission_edit_issues: Modifier les demandes |
|
369 | permission_edit_issues: Modifier les demandes | |
369 | permission_manage_issue_relations: Gérer les relations |
|
370 | permission_manage_issue_relations: Gérer les relations | |
370 | permission_add_issue_notes: Ajouter des notes |
|
371 | permission_add_issue_notes: Ajouter des notes | |
371 | permission_edit_issue_notes: Modifier les notes |
|
372 | permission_edit_issue_notes: Modifier les notes | |
372 | permission_edit_own_issue_notes: Modifier ses propres notes |
|
373 | permission_edit_own_issue_notes: Modifier ses propres notes | |
373 | permission_move_issues: Déplacer les demandes |
|
374 | permission_move_issues: Déplacer les demandes | |
374 | permission_delete_issues: Supprimer les demandes |
|
375 | permission_delete_issues: Supprimer les demandes | |
375 | permission_manage_public_queries: Gérer les requêtes publiques |
|
376 | permission_manage_public_queries: Gérer les requêtes publiques | |
376 | permission_save_queries: Sauvegarder les requêtes |
|
377 | permission_save_queries: Sauvegarder les requêtes | |
377 | permission_view_gantt: Voir le gantt |
|
378 | permission_view_gantt: Voir le gantt | |
378 | permission_view_calendar: Voir le calendrier |
|
379 | permission_view_calendar: Voir le calendrier | |
379 | permission_view_issue_watchers: Voir la liste des observateurs |
|
380 | permission_view_issue_watchers: Voir la liste des observateurs | |
380 | permission_add_issue_watchers: Ajouter des observateurs |
|
381 | permission_add_issue_watchers: Ajouter des observateurs | |
381 | permission_delete_issue_watchers: Supprimer des observateurs |
|
382 | permission_delete_issue_watchers: Supprimer des observateurs | |
382 | permission_log_time: Saisir le temps passé |
|
383 | permission_log_time: Saisir le temps passé | |
383 | permission_view_time_entries: Voir le temps passé |
|
384 | permission_view_time_entries: Voir le temps passé | |
384 | permission_edit_time_entries: Modifier les temps passés |
|
385 | permission_edit_time_entries: Modifier les temps passés | |
385 | permission_edit_own_time_entries: Modifier son propre temps passé |
|
386 | permission_edit_own_time_entries: Modifier son propre temps passé | |
386 | permission_manage_news: Gérer les annonces |
|
387 | permission_manage_news: Gérer les annonces | |
387 | permission_comment_news: Commenter les annonces |
|
388 | permission_comment_news: Commenter les annonces | |
388 | permission_manage_documents: Gérer les documents |
|
389 | permission_manage_documents: Gérer les documents | |
389 | permission_view_documents: Voir les documents |
|
390 | permission_view_documents: Voir les documents | |
390 | permission_manage_files: Gérer les fichiers |
|
391 | permission_manage_files: Gérer les fichiers | |
391 | permission_view_files: Voir les fichiers |
|
392 | permission_view_files: Voir les fichiers | |
392 | permission_manage_wiki: Gérer le wiki |
|
393 | permission_manage_wiki: Gérer le wiki | |
393 | permission_rename_wiki_pages: Renommer les pages |
|
394 | permission_rename_wiki_pages: Renommer les pages | |
394 | permission_delete_wiki_pages: Supprimer les pages |
|
395 | permission_delete_wiki_pages: Supprimer les pages | |
395 | permission_view_wiki_pages: Voir le wiki |
|
396 | permission_view_wiki_pages: Voir le wiki | |
396 | permission_view_wiki_edits: "Voir l'historique des modifications" |
|
397 | permission_view_wiki_edits: "Voir l'historique des modifications" | |
397 | permission_edit_wiki_pages: Modifier les pages |
|
398 | permission_edit_wiki_pages: Modifier les pages | |
398 | permission_delete_wiki_pages_attachments: Supprimer les fichiers joints |
|
399 | permission_delete_wiki_pages_attachments: Supprimer les fichiers joints | |
399 | permission_protect_wiki_pages: Protéger les pages |
|
400 | permission_protect_wiki_pages: Protéger les pages | |
400 | permission_manage_repository: Gérer le dépôt de sources |
|
401 | permission_manage_repository: Gérer le dépôt de sources | |
401 | permission_browse_repository: Parcourir les sources |
|
402 | permission_browse_repository: Parcourir les sources | |
402 | permission_view_changesets: Voir les révisions |
|
403 | permission_view_changesets: Voir les révisions | |
403 | permission_commit_access: Droit de commit |
|
404 | permission_commit_access: Droit de commit | |
404 | permission_manage_boards: Gérer les forums |
|
405 | permission_manage_boards: Gérer les forums | |
405 | permission_view_messages: Voir les messages |
|
406 | permission_view_messages: Voir les messages | |
406 | permission_add_messages: Poster un message |
|
407 | permission_add_messages: Poster un message | |
407 | permission_edit_messages: Modifier les messages |
|
408 | permission_edit_messages: Modifier les messages | |
408 | permission_edit_own_messages: Modifier ses propres messages |
|
409 | permission_edit_own_messages: Modifier ses propres messages | |
409 | permission_delete_messages: Supprimer les messages |
|
410 | permission_delete_messages: Supprimer les messages | |
410 | permission_delete_own_messages: Supprimer ses propres messages |
|
411 | permission_delete_own_messages: Supprimer ses propres messages | |
411 | permission_export_wiki_pages: Exporter les pages |
|
412 | permission_export_wiki_pages: Exporter les pages | |
412 | permission_manage_project_activities: Gérer les activités |
|
413 | permission_manage_project_activities: Gérer les activités | |
413 | permission_manage_subtasks: Gérer les sous-tâches |
|
414 | permission_manage_subtasks: Gérer les sous-tâches | |
414 |
|
415 | |||
415 | project_module_issue_tracking: Suivi des demandes |
|
416 | project_module_issue_tracking: Suivi des demandes | |
416 | project_module_time_tracking: Suivi du temps passé |
|
417 | project_module_time_tracking: Suivi du temps passé | |
417 | project_module_news: Publication d'annonces |
|
418 | project_module_news: Publication d'annonces | |
418 | project_module_documents: Publication de documents |
|
419 | project_module_documents: Publication de documents | |
419 | project_module_files: Publication de fichiers |
|
420 | project_module_files: Publication de fichiers | |
420 | project_module_wiki: Wiki |
|
421 | project_module_wiki: Wiki | |
421 | project_module_repository: Dépôt de sources |
|
422 | project_module_repository: Dépôt de sources | |
422 | project_module_boards: Forums de discussion |
|
423 | project_module_boards: Forums de discussion | |
423 |
|
424 | |||
424 | label_user: Utilisateur |
|
425 | label_user: Utilisateur | |
425 | label_user_plural: Utilisateurs |
|
426 | label_user_plural: Utilisateurs | |
426 | label_user_new: Nouvel utilisateur |
|
427 | label_user_new: Nouvel utilisateur | |
427 | label_user_anonymous: Anonyme |
|
428 | label_user_anonymous: Anonyme | |
428 | label_project: Projet |
|
429 | label_project: Projet | |
429 | label_project_new: Nouveau projet |
|
430 | label_project_new: Nouveau projet | |
430 | label_project_plural: Projets |
|
431 | label_project_plural: Projets | |
431 | label_x_projects: |
|
432 | label_x_projects: | |
432 | zero: aucun projet |
|
433 | zero: aucun projet | |
433 | one: 1 projet |
|
434 | one: 1 projet | |
434 | other: "{{count}} projets" |
|
435 | other: "{{count}} projets" | |
435 | label_project_all: Tous les projets |
|
436 | label_project_all: Tous les projets | |
436 | label_project_latest: Derniers projets |
|
437 | label_project_latest: Derniers projets | |
437 | label_issue: Demande |
|
438 | label_issue: Demande | |
438 | label_issue_new: Nouvelle demande |
|
439 | label_issue_new: Nouvelle demande | |
439 | label_issue_plural: Demandes |
|
440 | label_issue_plural: Demandes | |
440 | label_issue_view_all: Voir toutes les demandes |
|
441 | label_issue_view_all: Voir toutes les demandes | |
441 | label_issue_added: Demande ajoutée |
|
442 | label_issue_added: Demande ajoutée | |
442 | label_issue_updated: Demande mise à jour |
|
443 | label_issue_updated: Demande mise à jour | |
443 | label_issues_by: "Demandes par {{value}}" |
|
444 | label_issues_by: "Demandes par {{value}}" | |
444 | label_document: Document |
|
445 | label_document: Document | |
445 | label_document_new: Nouveau document |
|
446 | label_document_new: Nouveau document | |
446 | label_document_plural: Documents |
|
447 | label_document_plural: Documents | |
447 | label_document_added: Document ajouté |
|
448 | label_document_added: Document ajouté | |
448 | label_role: Rôle |
|
449 | label_role: Rôle | |
449 | label_role_plural: Rôles |
|
450 | label_role_plural: Rôles | |
450 | label_role_new: Nouveau rôle |
|
451 | label_role_new: Nouveau rôle | |
451 | label_role_and_permissions: Rôles et permissions |
|
452 | label_role_and_permissions: Rôles et permissions | |
452 | label_member: Membre |
|
453 | label_member: Membre | |
453 | label_member_new: Nouveau membre |
|
454 | label_member_new: Nouveau membre | |
454 | label_member_plural: Membres |
|
455 | label_member_plural: Membres | |
455 | label_tracker: Tracker |
|
456 | label_tracker: Tracker | |
456 | label_tracker_plural: Trackers |
|
457 | label_tracker_plural: Trackers | |
457 | label_tracker_new: Nouveau tracker |
|
458 | label_tracker_new: Nouveau tracker | |
458 | label_workflow: Workflow |
|
459 | label_workflow: Workflow | |
459 | label_issue_status: Statut de demandes |
|
460 | label_issue_status: Statut de demandes | |
460 | label_issue_status_plural: Statuts de demandes |
|
461 | label_issue_status_plural: Statuts de demandes | |
461 | label_issue_status_new: Nouveau statut |
|
462 | label_issue_status_new: Nouveau statut | |
462 | label_issue_category: Catégorie de demandes |
|
463 | label_issue_category: Catégorie de demandes | |
463 | label_issue_category_plural: Catégories de demandes |
|
464 | label_issue_category_plural: Catégories de demandes | |
464 | label_issue_category_new: Nouvelle catégorie |
|
465 | label_issue_category_new: Nouvelle catégorie | |
465 | label_custom_field: Champ personnalisé |
|
466 | label_custom_field: Champ personnalisé | |
466 | label_custom_field_plural: Champs personnalisés |
|
467 | label_custom_field_plural: Champs personnalisés | |
467 | label_custom_field_new: Nouveau champ personnalisé |
|
468 | label_custom_field_new: Nouveau champ personnalisé | |
468 | label_enumerations: Listes de valeurs |
|
469 | label_enumerations: Listes de valeurs | |
469 | label_enumeration_new: Nouvelle valeur |
|
470 | label_enumeration_new: Nouvelle valeur | |
470 | label_information: Information |
|
471 | label_information: Information | |
471 | label_information_plural: Informations |
|
472 | label_information_plural: Informations | |
472 | label_please_login: Identification |
|
473 | label_please_login: Identification | |
473 | label_register: S'enregistrer |
|
474 | label_register: S'enregistrer | |
474 | label_login_with_open_id_option: S'authentifier avec OpenID |
|
475 | label_login_with_open_id_option: S'authentifier avec OpenID | |
475 | label_password_lost: Mot de passe perdu |
|
476 | label_password_lost: Mot de passe perdu | |
476 | label_home: Accueil |
|
477 | label_home: Accueil | |
477 | label_my_page: Ma page |
|
478 | label_my_page: Ma page | |
478 | label_my_account: Mon compte |
|
479 | label_my_account: Mon compte | |
479 | label_my_projects: Mes projets |
|
480 | label_my_projects: Mes projets | |
480 | label_administration: Administration |
|
481 | label_administration: Administration | |
481 | label_login: Connexion |
|
482 | label_login: Connexion | |
482 | label_logout: Déconnexion |
|
483 | label_logout: Déconnexion | |
483 | label_help: Aide |
|
484 | label_help: Aide | |
484 | label_reported_issues: Demandes soumises |
|
485 | label_reported_issues: Demandes soumises | |
485 | label_assigned_to_me_issues: Demandes qui me sont assignées |
|
486 | label_assigned_to_me_issues: Demandes qui me sont assignées | |
486 | label_last_login: Dernière connexion |
|
487 | label_last_login: Dernière connexion | |
487 | label_registered_on: Inscrit le |
|
488 | label_registered_on: Inscrit le | |
488 | label_activity: Activité |
|
489 | label_activity: Activité | |
489 | label_overall_activity: Activité globale |
|
490 | label_overall_activity: Activité globale | |
490 | label_user_activity: "Activité de {{value}}" |
|
491 | label_user_activity: "Activité de {{value}}" | |
491 | label_new: Nouveau |
|
492 | label_new: Nouveau | |
492 | label_logged_as: Connecté en tant que |
|
493 | label_logged_as: Connecté en tant que | |
493 | label_environment: Environnement |
|
494 | label_environment: Environnement | |
494 | label_authentication: Authentification |
|
495 | label_authentication: Authentification | |
495 | label_auth_source: Mode d'authentification |
|
496 | label_auth_source: Mode d'authentification | |
496 | label_auth_source_new: Nouveau mode d'authentification |
|
497 | label_auth_source_new: Nouveau mode d'authentification | |
497 | label_auth_source_plural: Modes d'authentification |
|
498 | label_auth_source_plural: Modes d'authentification | |
498 | label_subproject_plural: Sous-projets |
|
499 | label_subproject_plural: Sous-projets | |
499 | label_subproject_new: Nouveau sous-projet |
|
500 | label_subproject_new: Nouveau sous-projet | |
500 | label_and_its_subprojects: "{{value}} et ses sous-projets" |
|
501 | label_and_its_subprojects: "{{value}} et ses sous-projets" | |
501 | label_min_max_length: Longueurs mini - maxi |
|
502 | label_min_max_length: Longueurs mini - maxi | |
502 | label_list: Liste |
|
503 | label_list: Liste | |
503 | label_date: Date |
|
504 | label_date: Date | |
504 | label_integer: Entier |
|
505 | label_integer: Entier | |
505 | label_float: Nombre décimal |
|
506 | label_float: Nombre décimal | |
506 | label_boolean: Booléen |
|
507 | label_boolean: Booléen | |
507 | label_string: Texte |
|
508 | label_string: Texte | |
508 | label_text: Texte long |
|
509 | label_text: Texte long | |
509 | label_attribute: Attribut |
|
510 | label_attribute: Attribut | |
510 | label_attribute_plural: Attributs |
|
511 | label_attribute_plural: Attributs | |
511 | label_download: "{{count}} Téléchargement" |
|
512 | label_download: "{{count}} Téléchargement" | |
512 | label_download_plural: "{{count}} Téléchargements" |
|
513 | label_download_plural: "{{count}} Téléchargements" | |
513 | label_no_data: Aucune donnée à afficher |
|
514 | label_no_data: Aucune donnée à afficher | |
514 | label_change_status: Changer le statut |
|
515 | label_change_status: Changer le statut | |
515 | label_history: Historique |
|
516 | label_history: Historique | |
516 | label_attachment: Fichier |
|
517 | label_attachment: Fichier | |
517 | label_attachment_new: Nouveau fichier |
|
518 | label_attachment_new: Nouveau fichier | |
518 | label_attachment_delete: Supprimer le fichier |
|
519 | label_attachment_delete: Supprimer le fichier | |
519 | label_attachment_plural: Fichiers |
|
520 | label_attachment_plural: Fichiers | |
520 | label_file_added: Fichier ajouté |
|
521 | label_file_added: Fichier ajouté | |
521 | label_report: Rapport |
|
522 | label_report: Rapport | |
522 | label_report_plural: Rapports |
|
523 | label_report_plural: Rapports | |
523 | label_news: Annonce |
|
524 | label_news: Annonce | |
524 | label_news_new: Nouvelle annonce |
|
525 | label_news_new: Nouvelle annonce | |
525 | label_news_plural: Annonces |
|
526 | label_news_plural: Annonces | |
526 | label_news_latest: Dernières annonces |
|
527 | label_news_latest: Dernières annonces | |
527 | label_news_view_all: Voir toutes les annonces |
|
528 | label_news_view_all: Voir toutes les annonces | |
528 | label_news_added: Annonce ajoutée |
|
529 | label_news_added: Annonce ajoutée | |
529 | label_settings: Configuration |
|
530 | label_settings: Configuration | |
530 | label_overview: Aperçu |
|
531 | label_overview: Aperçu | |
531 | label_version: Version |
|
532 | label_version: Version | |
532 | label_version_new: Nouvelle version |
|
533 | label_version_new: Nouvelle version | |
533 | label_version_plural: Versions |
|
534 | label_version_plural: Versions | |
534 | label_confirmation: Confirmation |
|
535 | label_confirmation: Confirmation | |
535 | label_export_to: 'Formats disponibles:' |
|
536 | label_export_to: 'Formats disponibles :' | |
536 | label_read: Lire... |
|
537 | label_read: Lire... | |
537 | label_public_projects: Projets publics |
|
538 | label_public_projects: Projets publics | |
538 | label_open_issues: ouvert |
|
539 | label_open_issues: ouvert | |
539 | label_open_issues_plural: ouverts |
|
540 | label_open_issues_plural: ouverts | |
540 | label_closed_issues: fermé |
|
541 | label_closed_issues: fermé | |
541 | label_closed_issues_plural: fermés |
|
542 | label_closed_issues_plural: fermés | |
542 | label_x_open_issues_abbr_on_total: |
|
543 | label_x_open_issues_abbr_on_total: | |
543 | zero: 0 ouvert sur {{total}} |
|
544 | zero: 0 ouvert sur {{total}} | |
544 | one: 1 ouvert sur {{total}} |
|
545 | one: 1 ouvert sur {{total}} | |
545 | other: "{{count}} ouverts sur {{total}}" |
|
546 | other: "{{count}} ouverts sur {{total}}" | |
546 | label_x_open_issues_abbr: |
|
547 | label_x_open_issues_abbr: | |
547 | zero: 0 ouvert |
|
548 | zero: 0 ouvert | |
548 | one: 1 ouvert |
|
549 | one: 1 ouvert | |
549 | other: "{{count}} ouverts" |
|
550 | other: "{{count}} ouverts" | |
550 | label_x_closed_issues_abbr: |
|
551 | label_x_closed_issues_abbr: | |
551 | zero: 0 fermé |
|
552 | zero: 0 fermé | |
552 | one: 1 fermé |
|
553 | one: 1 fermé | |
553 | other: "{{count}} fermés" |
|
554 | other: "{{count}} fermés" | |
554 | label_total: Total |
|
555 | label_total: Total | |
555 | label_permissions: Permissions |
|
556 | label_permissions: Permissions | |
556 | label_current_status: Statut actuel |
|
557 | label_current_status: Statut actuel | |
557 | label_new_statuses_allowed: Nouveaux statuts autorisés |
|
558 | label_new_statuses_allowed: Nouveaux statuts autorisés | |
558 | label_all: tous |
|
559 | label_all: tous | |
559 | label_none: aucun |
|
560 | label_none: aucun | |
560 | label_nobody: personne |
|
561 | label_nobody: personne | |
561 | label_next: Suivant |
|
562 | label_next: Suivant | |
562 | label_previous: Précédent |
|
563 | label_previous: Précédent | |
563 | label_used_by: Utilisé par |
|
564 | label_used_by: Utilisé par | |
564 | label_details: Détails |
|
565 | label_details: Détails | |
565 | label_add_note: Ajouter une note |
|
566 | label_add_note: Ajouter une note | |
566 | label_per_page: Par page |
|
567 | label_per_page: Par page | |
567 | label_calendar: Calendrier |
|
568 | label_calendar: Calendrier | |
568 | label_months_from: mois depuis |
|
569 | label_months_from: mois depuis | |
569 | label_gantt: Gantt |
|
570 | label_gantt: Gantt | |
570 | label_internal: Interne |
|
571 | label_internal: Interne | |
571 | label_last_changes: "{{count}} derniers changements" |
|
572 | label_last_changes: "{{count}} derniers changements" | |
572 | label_change_view_all: Voir tous les changements |
|
573 | label_change_view_all: Voir tous les changements | |
573 | label_personalize_page: Personnaliser cette page |
|
574 | label_personalize_page: Personnaliser cette page | |
574 | label_comment: Commentaire |
|
575 | label_comment: Commentaire | |
575 | label_comment_plural: Commentaires |
|
576 | label_comment_plural: Commentaires | |
576 | label_x_comments: |
|
577 | label_x_comments: | |
577 | zero: aucun commentaire |
|
578 | zero: aucun commentaire | |
578 | one: 1 commentaire |
|
579 | one: 1 commentaire | |
579 | other: "{{count}} commentaires" |
|
580 | other: "{{count}} commentaires" | |
580 | label_comment_add: Ajouter un commentaire |
|
581 | label_comment_add: Ajouter un commentaire | |
581 | label_comment_added: Commentaire ajouté |
|
582 | label_comment_added: Commentaire ajouté | |
582 | label_comment_delete: Supprimer les commentaires |
|
583 | label_comment_delete: Supprimer les commentaires | |
583 | label_query: Rapport personnalisé |
|
584 | label_query: Rapport personnalisé | |
584 | label_query_plural: Rapports personnalisés |
|
585 | label_query_plural: Rapports personnalisés | |
585 | label_query_new: Nouveau rapport |
|
586 | label_query_new: Nouveau rapport | |
586 | label_filter_add: Ajouter le filtre |
|
587 | label_filter_add: Ajouter le filtre | |
587 | label_filter_plural: Filtres |
|
588 | label_filter_plural: Filtres | |
588 | label_equals: égal |
|
589 | label_equals: égal | |
589 | label_not_equals: différent |
|
590 | label_not_equals: différent | |
590 | label_in_less_than: dans moins de |
|
591 | label_in_less_than: dans moins de | |
591 | label_in_more_than: dans plus de |
|
592 | label_in_more_than: dans plus de | |
592 | label_in: dans |
|
593 | label_in: dans | |
593 | label_today: aujourd'hui |
|
594 | label_today: aujourd'hui | |
594 | label_all_time: toute la période |
|
595 | label_all_time: toute la période | |
595 | label_yesterday: hier |
|
596 | label_yesterday: hier | |
596 | label_this_week: cette semaine |
|
597 | label_this_week: cette semaine | |
597 | label_last_week: la semaine dernière |
|
598 | label_last_week: la semaine dernière | |
598 | label_last_n_days: "les {{count}} derniers jours" |
|
599 | label_last_n_days: "les {{count}} derniers jours" | |
599 | label_this_month: ce mois-ci |
|
600 | label_this_month: ce mois-ci | |
600 | label_last_month: le mois dernier |
|
601 | label_last_month: le mois dernier | |
601 | label_this_year: cette année |
|
602 | label_this_year: cette année | |
602 | label_date_range: Période |
|
603 | label_date_range: Période | |
603 | label_less_than_ago: il y a moins de |
|
604 | label_less_than_ago: il y a moins de | |
604 | label_more_than_ago: il y a plus de |
|
605 | label_more_than_ago: il y a plus de | |
605 | label_ago: il y a |
|
606 | label_ago: il y a | |
606 | label_contains: contient |
|
607 | label_contains: contient | |
607 | label_not_contains: ne contient pas |
|
608 | label_not_contains: ne contient pas | |
608 | label_day_plural: jours |
|
609 | label_day_plural: jours | |
609 | label_repository: Dépôt |
|
610 | label_repository: Dépôt | |
610 | label_repository_plural: Dépôts |
|
611 | label_repository_plural: Dépôts | |
611 | label_browse: Parcourir |
|
612 | label_browse: Parcourir | |
612 | label_modification: "{{count}} modification" |
|
613 | label_modification: "{{count}} modification" | |
613 | label_modification_plural: "{{count}} modifications" |
|
614 | label_modification_plural: "{{count}} modifications" | |
614 | label_revision: Révision |
|
615 | label_revision: Révision | |
615 | label_revision_plural: Révisions |
|
616 | label_revision_plural: Révisions | |
616 | label_associated_revisions: Révisions associées |
|
617 | label_associated_revisions: Révisions associées | |
617 | label_added: ajouté |
|
618 | label_added: ajouté | |
618 | label_modified: modifié |
|
619 | label_modified: modifié | |
619 | label_copied: copié |
|
620 | label_copied: copié | |
620 | label_renamed: renommé |
|
621 | label_renamed: renommé | |
621 | label_deleted: supprimé |
|
622 | label_deleted: supprimé | |
622 | label_latest_revision: Dernière révision |
|
623 | label_latest_revision: Dernière révision | |
623 | label_latest_revision_plural: Dernières révisions |
|
624 | label_latest_revision_plural: Dernières révisions | |
624 | label_view_revisions: Voir les révisions |
|
625 | label_view_revisions: Voir les révisions | |
625 | label_max_size: Taille maximale |
|
626 | label_max_size: Taille maximale | |
626 | label_sort_highest: Remonter en premier |
|
627 | label_sort_highest: Remonter en premier | |
627 | label_sort_higher: Remonter |
|
628 | label_sort_higher: Remonter | |
628 | label_sort_lower: Descendre |
|
629 | label_sort_lower: Descendre | |
629 | label_sort_lowest: Descendre en dernier |
|
630 | label_sort_lowest: Descendre en dernier | |
630 | label_roadmap: Roadmap |
|
631 | label_roadmap: Roadmap | |
631 |
label_roadmap_due_in: " |
|
632 | label_roadmap_due_in: "Échéance dans {{value}}" | |
632 | label_roadmap_overdue: "En retard de {{value}}" |
|
633 | label_roadmap_overdue: "En retard de {{value}}" | |
633 | label_roadmap_no_issues: Aucune demande pour cette version |
|
634 | label_roadmap_no_issues: Aucune demande pour cette version | |
634 | label_search: Recherche |
|
635 | label_search: Recherche | |
635 | label_result_plural: Résultats |
|
636 | label_result_plural: Résultats | |
636 | label_all_words: Tous les mots |
|
637 | label_all_words: Tous les mots | |
637 | label_wiki: Wiki |
|
638 | label_wiki: Wiki | |
638 | label_wiki_edit: Révision wiki |
|
639 | label_wiki_edit: Révision wiki | |
639 | label_wiki_edit_plural: Révisions wiki |
|
640 | label_wiki_edit_plural: Révisions wiki | |
640 | label_wiki_page: Page wiki |
|
641 | label_wiki_page: Page wiki | |
641 | label_wiki_page_plural: Pages wiki |
|
642 | label_wiki_page_plural: Pages wiki | |
642 | label_index_by_title: Index par titre |
|
643 | label_index_by_title: Index par titre | |
643 | label_index_by_date: Index par date |
|
644 | label_index_by_date: Index par date | |
644 | label_current_version: Version actuelle |
|
645 | label_current_version: Version actuelle | |
645 | label_preview: Prévisualisation |
|
646 | label_preview: Prévisualisation | |
646 | label_feed_plural: Flux RSS |
|
647 | label_feed_plural: Flux RSS | |
647 | label_changes_details: Détails de tous les changements |
|
648 | label_changes_details: Détails de tous les changements | |
648 | label_issue_tracking: Suivi des demandes |
|
649 | label_issue_tracking: Suivi des demandes | |
649 | label_spent_time: Temps passé |
|
650 | label_spent_time: Temps passé | |
650 | label_f_hour: "{{value}} heure" |
|
651 | label_f_hour: "{{value}} heure" | |
651 | label_f_hour_plural: "{{value}} heures" |
|
652 | label_f_hour_plural: "{{value}} heures" | |
652 | label_time_tracking: Suivi du temps |
|
653 | label_time_tracking: Suivi du temps | |
653 | label_change_plural: Changements |
|
654 | label_change_plural: Changements | |
654 | label_statistics: Statistiques |
|
655 | label_statistics: Statistiques | |
655 | label_commits_per_month: Commits par mois |
|
656 | label_commits_per_month: Commits par mois | |
656 | label_commits_per_author: Commits par auteur |
|
657 | label_commits_per_author: Commits par auteur | |
657 | label_view_diff: Voir les différences |
|
658 | label_view_diff: Voir les différences | |
658 | label_diff_inline: en ligne |
|
659 | label_diff_inline: en ligne | |
659 | label_diff_side_by_side: côte à côte |
|
660 | label_diff_side_by_side: côte à côte | |
660 | label_options: Options |
|
661 | label_options: Options | |
661 | label_copy_workflow_from: Copier le workflow de |
|
662 | label_copy_workflow_from: Copier le workflow de | |
662 | label_permissions_report: Synthèse des permissions |
|
663 | label_permissions_report: Synthèse des permissions | |
663 | label_watched_issues: Demandes surveillées |
|
664 | label_watched_issues: Demandes surveillées | |
664 | label_related_issues: Demandes liées |
|
665 | label_related_issues: Demandes liées | |
665 | label_applied_status: Statut appliqué |
|
666 | label_applied_status: Statut appliqué | |
666 | label_loading: Chargement... |
|
667 | label_loading: Chargement... | |
667 | label_relation_new: Nouvelle relation |
|
668 | label_relation_new: Nouvelle relation | |
668 | label_relation_delete: Supprimer la relation |
|
669 | label_relation_delete: Supprimer la relation | |
669 | label_relates_to: lié à |
|
670 | label_relates_to: lié à | |
670 | label_duplicates: duplique |
|
671 | label_duplicates: duplique | |
671 | label_duplicated_by: dupliqué par |
|
672 | label_duplicated_by: dupliqué par | |
672 | label_blocks: bloque |
|
673 | label_blocks: bloque | |
673 | label_blocked_by: bloqué par |
|
674 | label_blocked_by: bloqué par | |
674 | label_precedes: précède |
|
675 | label_precedes: précède | |
675 | label_follows: suit |
|
676 | label_follows: suit | |
676 | label_end_to_start: fin à début |
|
677 | label_end_to_start: fin à début | |
677 | label_end_to_end: fin à fin |
|
678 | label_end_to_end: fin à fin | |
678 | label_start_to_start: début à début |
|
679 | label_start_to_start: début à début | |
679 | label_start_to_end: début à fin |
|
680 | label_start_to_end: début à fin | |
680 | label_stay_logged_in: Rester connecté |
|
681 | label_stay_logged_in: Rester connecté | |
681 | label_disabled: désactivé |
|
682 | label_disabled: désactivé | |
682 | label_show_completed_versions: Voir les versions passées |
|
683 | label_show_completed_versions: Voir les versions passées | |
683 | label_me: moi |
|
684 | label_me: moi | |
684 | label_board: Forum |
|
685 | label_board: Forum | |
685 | label_board_new: Nouveau forum |
|
686 | label_board_new: Nouveau forum | |
686 | label_board_plural: Forums |
|
687 | label_board_plural: Forums | |
687 | label_topic_plural: Discussions |
|
688 | label_topic_plural: Discussions | |
688 | label_message_plural: Messages |
|
689 | label_message_plural: Messages | |
689 | label_message_last: Dernier message |
|
690 | label_message_last: Dernier message | |
690 | label_message_new: Nouveau message |
|
691 | label_message_new: Nouveau message | |
691 | label_message_posted: Message ajouté |
|
692 | label_message_posted: Message ajouté | |
692 | label_reply_plural: Réponses |
|
693 | label_reply_plural: Réponses | |
693 | label_send_information: Envoyer les informations à l'utilisateur |
|
694 | label_send_information: Envoyer les informations à l'utilisateur | |
694 | label_year: Année |
|
695 | label_year: Année | |
695 | label_month: Mois |
|
696 | label_month: Mois | |
696 | label_week: Semaine |
|
697 | label_week: Semaine | |
697 | label_date_from: Du |
|
698 | label_date_from: Du | |
698 | label_date_to: Au |
|
699 | label_date_to: Au | |
699 | label_language_based: Basé sur la langue de l'utilisateur |
|
700 | label_language_based: Basé sur la langue de l'utilisateur | |
700 | label_sort_by: "Trier par {{value}}" |
|
701 | label_sort_by: "Trier par {{value}}" | |
701 | label_send_test_email: Envoyer un email de test |
|
702 | label_send_test_email: Envoyer un email de test | |
702 | label_feeds_access_key_created_on: "Clé d'accès RSS créée il y a {{value}}" |
|
703 | label_feeds_access_key_created_on: "Clé d'accès RSS créée il y a {{value}}" | |
703 | label_module_plural: Modules |
|
704 | label_module_plural: Modules | |
704 | label_added_time_by: "Ajouté par {{author}} il y a {{age}}" |
|
705 | label_added_time_by: "Ajouté par {{author}} il y a {{age}}" | |
705 | label_updated_time_by: "Mis à jour par {{author}} il y a {{age}}" |
|
706 | label_updated_time_by: "Mis à jour par {{author}} il y a {{age}}" | |
706 | label_updated_time: "Mis à jour il y a {{value}}" |
|
707 | label_updated_time: "Mis à jour il y a {{value}}" | |
707 | label_jump_to_a_project: Aller à un projet... |
|
708 | label_jump_to_a_project: Aller à un projet... | |
708 | label_file_plural: Fichiers |
|
709 | label_file_plural: Fichiers | |
709 | label_changeset_plural: Révisions |
|
710 | label_changeset_plural: Révisions | |
710 | label_default_columns: Colonnes par défaut |
|
711 | label_default_columns: Colonnes par défaut | |
711 | label_no_change_option: (Pas de changement) |
|
712 | label_no_change_option: (Pas de changement) | |
712 | label_bulk_edit_selected_issues: Modifier les demandes sélectionnées |
|
713 | label_bulk_edit_selected_issues: Modifier les demandes sélectionnées | |
713 | label_theme: Thème |
|
714 | label_theme: Thème | |
714 | label_default: Défaut |
|
715 | label_default: Défaut | |
715 | label_search_titles_only: Uniquement dans les titres |
|
716 | label_search_titles_only: Uniquement dans les titres | |
716 | label_user_mail_option_all: "Pour tous les événements de tous mes projets" |
|
717 | label_user_mail_option_all: "Pour tous les événements de tous mes projets" | |
717 | label_user_mail_option_selected: "Pour tous les événements des projets sélectionnés..." |
|
718 | label_user_mail_option_selected: "Pour tous les événements des projets sélectionnés..." | |
718 | label_user_mail_option_none: "Seulement pour ce que je surveille ou à quoi je participe" |
|
719 | label_user_mail_option_none: "Seulement pour ce que je surveille ou à quoi je participe" | |
719 | label_user_mail_no_self_notified: "Je ne veux pas être notifié des changements que j'effectue" |
|
720 | label_user_mail_no_self_notified: "Je ne veux pas être notifié des changements que j'effectue" | |
720 | label_registration_activation_by_email: activation du compte par email |
|
721 | label_registration_activation_by_email: activation du compte par email | |
721 | label_registration_manual_activation: activation manuelle du compte |
|
722 | label_registration_manual_activation: activation manuelle du compte | |
722 | label_registration_automatic_activation: activation automatique du compte |
|
723 | label_registration_automatic_activation: activation automatique du compte | |
723 | label_display_per_page: "Par page: {{value}}" |
|
724 | label_display_per_page: "Par page: {{value}}" | |
724 | label_age: Age |
|
725 | label_age: Age | |
725 | label_change_properties: Changer les propriétés |
|
726 | label_change_properties: Changer les propriétés | |
726 | label_general: Général |
|
727 | label_general: Général | |
727 | label_more: Plus |
|
728 | label_more: Plus | |
728 | label_scm: SCM |
|
729 | label_scm: SCM | |
729 | label_plugins: Plugins |
|
730 | label_plugins: Plugins | |
730 | label_ldap_authentication: Authentification LDAP |
|
731 | label_ldap_authentication: Authentification LDAP | |
731 | label_downloads_abbr: D/L |
|
732 | label_downloads_abbr: D/L | |
732 | label_optional_description: Description facultative |
|
733 | label_optional_description: Description facultative | |
733 | label_add_another_file: Ajouter un autre fichier |
|
734 | label_add_another_file: Ajouter un autre fichier | |
734 | label_preferences: Préférences |
|
735 | label_preferences: Préférences | |
735 | label_chronological_order: Dans l'ordre chronologique |
|
736 | label_chronological_order: Dans l'ordre chronologique | |
736 | label_reverse_chronological_order: Dans l'ordre chronologique inverse |
|
737 | label_reverse_chronological_order: Dans l'ordre chronologique inverse | |
737 | label_planning: Planning |
|
738 | label_planning: Planning | |
738 | label_incoming_emails: Emails entrants |
|
739 | label_incoming_emails: Emails entrants | |
739 | label_generate_key: Générer une clé |
|
740 | label_generate_key: Générer une clé | |
740 | label_issue_watchers: Observateurs |
|
741 | label_issue_watchers: Observateurs | |
741 | label_example: Exemple |
|
742 | label_example: Exemple | |
742 | label_display: Affichage |
|
743 | label_display: Affichage | |
743 | label_sort: Tri |
|
744 | label_sort: Tri | |
744 | label_ascending: Croissant |
|
745 | label_ascending: Croissant | |
745 | label_descending: Décroissant |
|
746 | label_descending: Décroissant | |
746 | label_date_from_to: Du {{start}} au {{end}} |
|
747 | label_date_from_to: Du {{start}} au {{end}} | |
747 | label_wiki_content_added: Page wiki ajoutée |
|
748 | label_wiki_content_added: Page wiki ajoutée | |
748 | label_wiki_content_updated: Page wiki mise à jour |
|
749 | label_wiki_content_updated: Page wiki mise à jour | |
749 | label_group_plural: Groupes |
|
750 | label_group_plural: Groupes | |
750 | label_group: Groupe |
|
751 | label_group: Groupe | |
751 | label_group_new: Nouveau groupe |
|
752 | label_group_new: Nouveau groupe | |
752 | label_time_entry_plural: Temps passé |
|
753 | label_time_entry_plural: Temps passé | |
753 | label_version_sharing_none: Non partagé |
|
754 | label_version_sharing_none: Non partagé | |
754 | label_version_sharing_descendants: Avec les sous-projets |
|
755 | label_version_sharing_descendants: Avec les sous-projets | |
755 | label_version_sharing_hierarchy: Avec toute la hiérarchie |
|
756 | label_version_sharing_hierarchy: Avec toute la hiérarchie | |
756 | label_version_sharing_tree: Avec tout l'arbre |
|
757 | label_version_sharing_tree: Avec tout l'arbre | |
757 | label_version_sharing_system: Avec tous les projets |
|
758 | label_version_sharing_system: Avec tous les projets | |
758 | label_copy_source: Source |
|
759 | label_copy_source: Source | |
759 | label_copy_target: Cible |
|
760 | label_copy_target: Cible | |
760 | label_copy_same_as_target: Comme la cible |
|
761 | label_copy_same_as_target: Comme la cible | |
761 | label_update_issue_done_ratios: Mettre à jour l'avancement des demandes |
|
762 | label_update_issue_done_ratios: Mettre à jour l'avancement des demandes | |
762 | label_display_used_statuses_only: N'afficher que les statuts utilisés dans ce tracker |
|
763 | label_display_used_statuses_only: N'afficher que les statuts utilisés dans ce tracker | |
763 | label_api_access_key: Clé d'accès API |
|
764 | label_api_access_key: Clé d'accès API | |
764 | label_api_access_key_created_on: Clé d'accès API créée il y a {{value}} |
|
765 | label_api_access_key_created_on: Clé d'accès API créée il y a {{value}} | |
765 | label_feeds_access_key: Clé d'accès RSS |
|
766 | label_feeds_access_key: Clé d'accès RSS | |
766 | label_missing_api_access_key: Clé d'accès API manquante |
|
767 | label_missing_api_access_key: Clé d'accès API manquante | |
767 | label_missing_feeds_access_key: Clé d'accès RSS manquante |
|
768 | label_missing_feeds_access_key: Clé d'accès RSS manquante | |
768 | label_close_versions: Fermer les versions terminées |
|
769 | label_close_versions: Fermer les versions terminées | |
769 | label_revision_id: Revision {{value}} |
|
770 | label_revision_id: Revision {{value}} | |
770 | label_profile: Profil |
|
771 | label_profile: Profil | |
771 | label_subtask_plural: Sous-tâches |
|
772 | label_subtask_plural: Sous-tâches | |
772 | label_project_copy_notifications: Envoyer les notifications durant la copie du projet |
|
773 | label_project_copy_notifications: Envoyer les notifications durant la copie du projet | |
773 |
|
774 | |||
774 | button_login: Connexion |
|
775 | button_login: Connexion | |
775 | button_submit: Soumettre |
|
776 | button_submit: Soumettre | |
776 | button_save: Sauvegarder |
|
777 | button_save: Sauvegarder | |
777 | button_check_all: Tout cocher |
|
778 | button_check_all: Tout cocher | |
778 | button_uncheck_all: Tout décocher |
|
779 | button_uncheck_all: Tout décocher | |
779 | button_delete: Supprimer |
|
780 | button_delete: Supprimer | |
780 | button_create: Créer |
|
781 | button_create: Créer | |
781 | button_create_and_continue: Créer et continuer |
|
782 | button_create_and_continue: Créer et continuer | |
782 | button_test: Tester |
|
783 | button_test: Tester | |
783 | button_edit: Modifier |
|
784 | button_edit: Modifier | |
784 | button_add: Ajouter |
|
785 | button_add: Ajouter | |
785 | button_change: Changer |
|
786 | button_change: Changer | |
786 | button_apply: Appliquer |
|
787 | button_apply: Appliquer | |
787 | button_clear: Effacer |
|
788 | button_clear: Effacer | |
788 | button_lock: Verrouiller |
|
789 | button_lock: Verrouiller | |
789 | button_unlock: Déverrouiller |
|
790 | button_unlock: Déverrouiller | |
790 | button_download: Télécharger |
|
791 | button_download: Télécharger | |
791 | button_list: Lister |
|
792 | button_list: Lister | |
792 | button_view: Voir |
|
793 | button_view: Voir | |
793 | button_move: Déplacer |
|
794 | button_move: Déplacer | |
794 | button_move_and_follow: Déplacer et suivre |
|
795 | button_move_and_follow: Déplacer et suivre | |
795 | button_back: Retour |
|
796 | button_back: Retour | |
796 | button_cancel: Annuler |
|
797 | button_cancel: Annuler | |
797 | button_activate: Activer |
|
798 | button_activate: Activer | |
798 | button_sort: Trier |
|
799 | button_sort: Trier | |
799 | button_log_time: Saisir temps |
|
800 | button_log_time: Saisir temps | |
800 | button_rollback: Revenir à cette version |
|
801 | button_rollback: Revenir à cette version | |
801 | button_watch: Surveiller |
|
802 | button_watch: Surveiller | |
802 | button_unwatch: Ne plus surveiller |
|
803 | button_unwatch: Ne plus surveiller | |
803 | button_reply: Répondre |
|
804 | button_reply: Répondre | |
804 | button_archive: Archiver |
|
805 | button_archive: Archiver | |
805 | button_unarchive: Désarchiver |
|
806 | button_unarchive: Désarchiver | |
806 | button_reset: Réinitialiser |
|
807 | button_reset: Réinitialiser | |
807 | button_rename: Renommer |
|
808 | button_rename: Renommer | |
808 | button_change_password: Changer de mot de passe |
|
809 | button_change_password: Changer de mot de passe | |
809 | button_copy: Copier |
|
810 | button_copy: Copier | |
810 | button_copy_and_follow: Copier et suivre |
|
811 | button_copy_and_follow: Copier et suivre | |
811 | button_annotate: Annoter |
|
812 | button_annotate: Annoter | |
812 | button_update: Mettre à jour |
|
813 | button_update: Mettre à jour | |
813 | button_configure: Configurer |
|
814 | button_configure: Configurer | |
814 | button_quote: Citer |
|
815 | button_quote: Citer | |
815 | button_duplicate: Dupliquer |
|
816 | button_duplicate: Dupliquer | |
816 | button_show: Afficher |
|
817 | button_show: Afficher | |
817 |
|
818 | |||
818 | status_active: actif |
|
819 | status_active: actif | |
819 | status_registered: enregistré |
|
820 | status_registered: enregistré | |
820 | status_locked: vérouillé |
|
821 | status_locked: vérouillé | |
821 |
|
822 | |||
822 | version_status_open: ouvert |
|
823 | version_status_open: ouvert | |
823 | version_status_locked: vérouillé |
|
824 | version_status_locked: vérouillé | |
824 | version_status_closed: fermé |
|
825 | version_status_closed: fermé | |
825 |
|
826 | |||
826 | text_select_mail_notifications: Actions pour lesquelles une notification par e-mail est envoyée |
|
827 | text_select_mail_notifications: Actions pour lesquelles une notification par e-mail est envoyée | |
827 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
828 | text_regexp_info: ex. ^[A-Z0-9]+$ | |
828 | text_min_max_length_info: 0 pour aucune restriction |
|
829 | text_min_max_length_info: 0 pour aucune restriction | |
829 |
text_project_destroy_confirmation: |
|
830 | text_project_destroy_confirmation: Êtes-vous sûr de vouloir supprimer ce projet et toutes ses données ? | |
830 | text_subprojects_destroy_warning: "Ses sous-projets: {{value}} seront également supprimés." |
|
831 | text_subprojects_destroy_warning: "Ses sous-projets : {{value}} seront également supprimés." | |
831 | text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow |
|
832 | text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow | |
832 |
text_are_you_sure: |
|
833 | text_are_you_sure: Êtes-vous sûr ? | |
833 | text_tip_task_begin_day: tâche commençant ce jour |
|
834 | text_tip_task_begin_day: tâche commençant ce jour | |
834 | text_tip_task_end_day: tâche finissant ce jour |
|
835 | text_tip_task_end_day: tâche finissant ce jour | |
835 | text_tip_task_begin_end_day: tâche commençant et finissant ce jour |
|
836 | text_tip_task_begin_end_day: tâche commençant et finissant ce jour | |
836 | text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' |
|
837 | text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' | |
837 | text_caracters_maximum: "{{count}} caractères maximum." |
|
838 | text_caracters_maximum: "{{count}} caractères maximum." | |
838 | text_caracters_minimum: "{{count}} caractères minimum." |
|
839 | text_caracters_minimum: "{{count}} caractères minimum." | |
839 | text_length_between: "Longueur comprise entre {{min}} et {{max}} caractères." |
|
840 | text_length_between: "Longueur comprise entre {{min}} et {{max}} caractères." | |
840 | text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker |
|
841 | text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker | |
841 | text_unallowed_characters: Caractères non autorisés |
|
842 | text_unallowed_characters: Caractères non autorisés | |
842 | text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules). |
|
843 | text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules). | |
843 | text_line_separated: Plusieurs valeurs possibles (une valeur par ligne). |
|
844 | text_line_separated: Plusieurs valeurs possibles (une valeur par ligne). | |
844 | text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits |
|
845 | text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits | |
845 | text_issue_added: "La demande {{id}} a été soumise par {{author}}." |
|
846 | text_issue_added: "La demande {{id}} a été soumise par {{author}}." | |
846 | text_issue_updated: "La demande {{id}} a été mise à jour par {{author}}." |
|
847 | text_issue_updated: "La demande {{id}} a été mise à jour par {{author}}." | |
847 | text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ? |
|
848 | text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ? | |
848 | text_issue_category_destroy_question: "{{count}} demandes sont affectées à cette catégories. Que voulez-vous faire ?" |
|
849 | text_issue_category_destroy_question: "{{count}} demandes sont affectées à cette catégories. Que voulez-vous faire ?" | |
849 | text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie |
|
850 | text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie | |
850 | text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie |
|
851 | text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie | |
851 | text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seulement des notifications pour ce que vous surveillez ou à quoi vous participez (exemple: demandes dont vous êtes l'auteur ou la personne assignée)." |
|
852 | text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seulement des notifications pour ce que vous surveillez ou à quoi vous participez (exemple: demandes dont vous êtes l'auteur ou la personne assignée)." | |
852 | text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé." |
|
853 | text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé." | |
853 | text_load_default_configuration: Charger le paramétrage par défaut |
|
854 | text_load_default_configuration: Charger le paramétrage par défaut | |
854 | text_status_changed_by_changeset: "Appliqué par commit {{value}}." |
|
855 | text_status_changed_by_changeset: "Appliqué par commit {{value}}." | |
855 |
text_issues_destroy_confirmation: ' |
|
856 | text_issues_destroy_confirmation: 'Êtes-vous sûr de vouloir supprimer le(s) demandes(s) selectionnée(s) ?' | |
856 | text_select_project_modules: 'Selectionner les modules à activer pour ce project:' |
|
857 | text_select_project_modules: 'Selectionner les modules à activer pour ce project:' | |
857 | text_default_administrator_account_changed: Compte administrateur par défaut changé |
|
858 | text_default_administrator_account_changed: Compte administrateur par défaut changé | |
858 | text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture |
|
859 | text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture | |
859 | text_plugin_assets_writable: Répertoire public des plugins accessible en écriture |
|
860 | text_plugin_assets_writable: Répertoire public des plugins accessible en écriture | |
860 | text_rmagick_available: Bibliothèque RMagick présente (optionnelle) |
|
861 | text_rmagick_available: Bibliothèque RMagick présente (optionnelle) | |
861 | text_destroy_time_entries_question: "{{hours}} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?" |
|
862 | text_destroy_time_entries_question: "{{hours}} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?" | |
862 | text_destroy_time_entries: Supprimer les heures |
|
863 | text_destroy_time_entries: Supprimer les heures | |
863 | text_assign_time_entries_to_project: Reporter les heures sur le projet |
|
864 | text_assign_time_entries_to_project: Reporter les heures sur le projet | |
864 | text_reassign_time_entries: 'Reporter les heures sur cette demande:' |
|
865 | text_reassign_time_entries: 'Reporter les heures sur cette demande:' | |
865 | text_user_wrote: "{{value}} a écrit:" |
|
866 | text_user_wrote: "{{value}} a écrit :" | |
866 | text_enumeration_destroy_question: "Cette valeur est affectée à {{count}} objets." |
|
867 | text_enumeration_destroy_question: "Cette valeur est affectée à {{count}} objets." | |
867 | text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:' |
|
868 | text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:' | |
868 | text_email_delivery_not_configured: "L'envoi de mail n'est pas configuré, les notifications sont désactivées.\nConfigurez votre serveur SMTP dans config/email.yml et redémarrez l'application pour les activer." |
|
869 | text_email_delivery_not_configured: "L'envoi de mail n'est pas configuré, les notifications sont désactivées.\nConfigurez votre serveur SMTP dans config/email.yml et redémarrez l'application pour les activer." | |
869 | text_repository_usernames_mapping: "Vous pouvez sélectionner ou modifier l'utilisateur Redmine associé à chaque nom d'utilisateur figurant dans l'historique du dépôt.\nLes utilisateurs avec le même identifiant ou la même adresse mail seront automatiquement associés." |
|
870 | text_repository_usernames_mapping: "Vous pouvez sélectionner ou modifier l'utilisateur Redmine associé à chaque nom d'utilisateur figurant dans l'historique du dépôt.\nLes utilisateurs avec le même identifiant ou la même adresse mail seront automatiquement associés." | |
870 | text_diff_truncated: '... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.' |
|
871 | text_diff_truncated: '... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.' | |
871 | text_custom_field_possible_values_info: 'Une ligne par valeur' |
|
872 | text_custom_field_possible_values_info: 'Une ligne par valeur' | |
872 | text_wiki_page_destroy_question: "Cette page possède {{descendants}} sous-page(s) et descendante(s). Que voulez-vous faire ?" |
|
873 | text_wiki_page_destroy_question: "Cette page possède {{descendants}} sous-page(s) et descendante(s). Que voulez-vous faire ?" | |
873 | text_wiki_page_nullify_children: "Conserver les sous-pages en tant que pages racines" |
|
874 | text_wiki_page_nullify_children: "Conserver les sous-pages en tant que pages racines" | |
874 | text_wiki_page_destroy_children: "Supprimer les sous-pages et toutes leurs descedantes" |
|
875 | text_wiki_page_destroy_children: "Supprimer les sous-pages et toutes leurs descedantes" | |
875 | text_wiki_page_reassign_children: "Réaffecter les sous-pages à cette page" |
|
876 | text_wiki_page_reassign_children: "Réaffecter les sous-pages à cette page" | |
876 | text_own_membership_delete_confirmation: "Vous allez supprimer tout ou partie de vos permissions sur ce projet et ne serez peut-être plus autorisé à modifier ce projet.\nEtes-vous sûr de vouloir continuer ?" |
|
877 | text_own_membership_delete_confirmation: "Vous allez supprimer tout ou partie de vos permissions sur ce projet et ne serez peut-être plus autorisé à modifier ce projet.\nEtes-vous sûr de vouloir continuer ?" | |
877 |
|
878 | |||
878 | default_role_manager: Manager |
|
879 | default_role_manager: Manager | |
879 | default_role_developper: Développeur |
|
880 | default_role_developper: Développeur | |
880 | default_role_reporter: Rapporteur |
|
881 | default_role_reporter: Rapporteur | |
881 | default_tracker_bug: Anomalie |
|
882 | default_tracker_bug: Anomalie | |
882 | default_tracker_feature: Evolution |
|
883 | default_tracker_feature: Evolution | |
883 | default_tracker_support: Assistance |
|
884 | default_tracker_support: Assistance | |
884 | default_issue_status_new: Nouveau |
|
885 | default_issue_status_new: Nouveau | |
885 | default_issue_status_in_progress: In Progress |
|
886 | default_issue_status_in_progress: In Progress | |
886 | default_issue_status_resolved: Résolu |
|
887 | default_issue_status_resolved: Résolu | |
887 | default_issue_status_feedback: Commentaire |
|
888 | default_issue_status_feedback: Commentaire | |
888 | default_issue_status_closed: Fermé |
|
889 | default_issue_status_closed: Fermé | |
889 | default_issue_status_rejected: Rejeté |
|
890 | default_issue_status_rejected: Rejeté | |
890 | default_doc_category_user: Documentation utilisateur |
|
891 | default_doc_category_user: Documentation utilisateur | |
891 | default_doc_category_tech: Documentation technique |
|
892 | default_doc_category_tech: Documentation technique | |
892 | default_priority_low: Bas |
|
893 | default_priority_low: Bas | |
893 | default_priority_normal: Normal |
|
894 | default_priority_normal: Normal | |
894 | default_priority_high: Haut |
|
895 | default_priority_high: Haut | |
895 | default_priority_urgent: Urgent |
|
896 | default_priority_urgent: Urgent | |
896 | default_priority_immediate: Immédiat |
|
897 | default_priority_immediate: Immédiat | |
897 | default_activity_design: Conception |
|
898 | default_activity_design: Conception | |
898 | default_activity_development: Développement |
|
899 | default_activity_development: Développement | |
899 |
|
900 | |||
900 | enumeration_issue_priorities: Priorités des demandes |
|
901 | enumeration_issue_priorities: Priorités des demandes | |
901 | enumeration_doc_categories: Catégories des documents |
|
902 | enumeration_doc_categories: Catégories des documents | |
902 | enumeration_activities: Activités (suivi du temps) |
|
903 | enumeration_activities: Activités (suivi du temps) | |
903 | label_greater_or_equal: ">=" |
|
904 | label_greater_or_equal: ">=" | |
904 | label_less_or_equal: "<=" |
|
905 | label_less_or_equal: "<=" | |
905 | label_view_all_revisions: Voir toutes les révisions |
|
906 | label_view_all_revisions: Voir toutes les révisions | |
906 | label_tag: Tag |
|
907 | label_tag: Tag | |
907 | label_branch: Branche |
|
908 | label_branch: Branche | |
908 | error_no_tracker_in_project: "Aucun tracker n'est associé à ce projet. Vérifier la configuration du projet." |
|
909 | error_no_tracker_in_project: "Aucun tracker n'est associé à ce projet. Vérifier la configuration du projet." | |
909 | error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)." |
|
910 | error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)." | |
910 | text_journal_changed: "{{label}} changé de {{old}} à {{new}}" |
|
911 | text_journal_changed: "{{label}} changé de {{old}} à {{new}}" | |
911 | text_journal_set_to: "{{label}} mis à {{value}}" |
|
912 | text_journal_set_to: "{{label}} mis à {{value}}" | |
912 | text_journal_deleted: "{{label}} {{old}} supprimé" |
|
913 | text_journal_deleted: "{{label}} {{old}} supprimé" | |
913 | text_journal_added: "{{label}} {{value}} ajouté" |
|
914 | text_journal_added: "{{label}} {{value}} ajouté" | |
914 | enumeration_system_activity: Activité système |
|
915 | enumeration_system_activity: Activité système | |
915 | label_board_sticky: Sticky |
|
916 | label_board_sticky: Sticky | |
916 | label_board_locked: Verrouillé |
|
917 | label_board_locked: Verrouillé | |
917 | error_unable_delete_issue_status: Unable to delete issue status |
|
918 | error_unable_delete_issue_status: Unable to delete issue status | |
918 | error_can_not_delete_custom_field: Unable to delete custom field |
|
919 | error_can_not_delete_custom_field: Unable to delete custom field | |
919 | error_unable_to_connect: Unable to connect ({{value}}) |
|
920 | error_unable_to_connect: Unable to connect ({{value}}) | |
920 | error_can_not_remove_role: This role is in use and can not be deleted. |
|
921 | error_can_not_remove_role: This role is in use and can not be deleted. | |
921 | error_can_not_delete_tracker: This tracker contains issues and can't be deleted. |
|
922 | error_can_not_delete_tracker: This tracker contains issues and can't be deleted. |
@@ -1,959 +1,959 | |||||
1 | # Korean translations for Ruby on Rails |
|
1 | # Korean translations for Ruby on Rails | |
2 | # by Kihyun Yoon(ddumbugie@gmail.com),http://plenum.textcube.com/ |
|
2 | # by Kihyun Yoon(ddumbugie@gmail.com),http://plenum.textcube.com/ | |
3 | # by John Hwang (jhwang@tavon.org),http://github.com/tavon |
|
3 | # by John Hwang (jhwang@tavon.org),http://github.com/tavon | |
4 | # by Yonghwan SO(please insert your email), last update at 2009-09-11 |
|
4 | # by Yonghwan SO(please insert your email), last update at 2009-09-11 | |
5 | # last update at 2010-01-23 by Kihyun Yoon |
|
5 | # last update at 2010-01-23 by Kihyun Yoon | |
6 | ko: |
|
6 | ko: | |
7 | date: |
|
7 | date: | |
8 | formats: |
|
8 | formats: | |
9 | # Use the strftime parameters for formats. |
|
9 | # Use the strftime parameters for formats. | |
10 | # When no format has been given, it uses default. |
|
10 | # When no format has been given, it uses default. | |
11 | # You can provide other formats here if you like! |
|
11 | # You can provide other formats here if you like! | |
12 | default: "%Y/%m/%d" |
|
12 | default: "%Y/%m/%d" | |
13 | short: "%m/%d" |
|
13 | short: "%m/%d" | |
14 | long: "%Y년 %m월 %d일 (%a)" |
|
14 | long: "%Y년 %m월 %d일 (%a)" | |
15 |
|
15 | |||
16 | day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일] |
|
16 | day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일] | |
17 | abbr_day_names: [일, 월, 화, 수, 목, 금, 토] |
|
17 | abbr_day_names: [일, 월, 화, 수, 목, 금, 토] | |
18 |
|
18 | |||
19 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
19 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
20 | month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] |
|
20 | month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] | |
21 | abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] |
|
21 | abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] | |
22 | # Used in date_select and datime_select. |
|
22 | # Used in date_select and datime_select. | |
23 | order: [ :year, :month, :day ] |
|
23 | order: [ :year, :month, :day ] | |
24 |
|
24 | |||
25 | time: |
|
25 | time: | |
26 | formats: |
|
26 | formats: | |
27 | default: "%Y/%m/%d %H:%M:%S" |
|
27 | default: "%Y/%m/%d %H:%M:%S" | |
28 | time: "%H:%M" |
|
28 | time: "%H:%M" | |
29 | short: "%y/%m/%d %H:%M" |
|
29 | short: "%y/%m/%d %H:%M" | |
30 | long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z" |
|
30 | long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z" | |
31 | am: "오전" |
|
31 | am: "오전" | |
32 | pm: "오후" |
|
32 | pm: "오후" | |
33 |
|
33 | |||
34 | datetime: |
|
34 | datetime: | |
35 | distance_in_words: |
|
35 | distance_in_words: | |
36 | half_a_minute: "30초" |
|
36 | half_a_minute: "30초" | |
37 | less_than_x_seconds: |
|
37 | less_than_x_seconds: | |
38 | one: "일초 이하" |
|
38 | one: "일초 이하" | |
39 | other: "{{count}}초 이하" |
|
39 | other: "{{count}}초 이하" | |
40 | x_seconds: |
|
40 | x_seconds: | |
41 | one: "일초" |
|
41 | one: "일초" | |
42 | other: "{{count}}초" |
|
42 | other: "{{count}}초" | |
43 | less_than_x_minutes: |
|
43 | less_than_x_minutes: | |
44 | one: "일분 이하" |
|
44 | one: "일분 이하" | |
45 | other: "{{count}}분 이하" |
|
45 | other: "{{count}}분 이하" | |
46 | x_minutes: |
|
46 | x_minutes: | |
47 | one: "일분" |
|
47 | one: "일분" | |
48 | other: "{{count}}분" |
|
48 | other: "{{count}}분" | |
49 | about_x_hours: |
|
49 | about_x_hours: | |
50 | one: "약 한시간" |
|
50 | one: "약 한시간" | |
51 | other: "약 {{count}}시간" |
|
51 | other: "약 {{count}}시간" | |
52 | x_days: |
|
52 | x_days: | |
53 | one: "하루" |
|
53 | one: "하루" | |
54 | other: "{{count}}일" |
|
54 | other: "{{count}}일" | |
55 | about_x_months: |
|
55 | about_x_months: | |
56 | one: "약 한달" |
|
56 | one: "약 한달" | |
57 | other: "약 {{count}}달" |
|
57 | other: "약 {{count}}달" | |
58 | x_months: |
|
58 | x_months: | |
59 | one: "한달" |
|
59 | one: "한달" | |
60 | other: "{{count}}달" |
|
60 | other: "{{count}}달" | |
61 | about_x_years: |
|
61 | about_x_years: | |
62 | one: "약 일년" |
|
62 | one: "약 일년" | |
63 | other: "약 {{count}}년" |
|
63 | other: "약 {{count}}년" | |
64 | over_x_years: |
|
64 | over_x_years: | |
65 | one: "일년 이상" |
|
65 | one: "일년 이상" | |
66 | other: "{{count}}년 이상" |
|
66 | other: "{{count}}년 이상" | |
67 | almost_x_years: |
|
67 | almost_x_years: | |
68 | one: "약 1년" |
|
68 | one: "약 1년" | |
69 | other: "약 {{count}}년" |
|
69 | other: "약 {{count}}년" | |
70 | prompts: |
|
70 | prompts: | |
71 | year: "년" |
|
71 | year: "년" | |
72 | month: "월" |
|
72 | month: "월" | |
73 | day: "일" |
|
73 | day: "일" | |
74 | hour: "시" |
|
74 | hour: "시" | |
75 | minute: "분" |
|
75 | minute: "분" | |
76 | second: "초" |
|
76 | second: "초" | |
77 |
|
77 | |||
78 | number: |
|
78 | number: | |
79 | # Used in number_with_delimiter() |
|
79 | # Used in number_with_delimiter() | |
80 | # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' |
|
80 | # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' | |
81 | format: |
|
81 | format: | |
82 | # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) |
|
82 | # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) | |
83 | separator: "." |
|
83 | separator: "." | |
84 | # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) |
|
84 | # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) | |
85 | delimiter: "," |
|
85 | delimiter: "," | |
86 | # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00) |
|
86 | # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00) | |
87 | precision: 3 |
|
87 | precision: 3 | |
88 |
|
88 | |||
89 | # Used in number_to_currency() |
|
89 | # Used in number_to_currency() | |
90 | currency: |
|
90 | currency: | |
91 | format: |
|
91 | format: | |
92 | # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) |
|
92 | # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) | |
93 | format: "%u%n" |
|
93 | format: "%u%n" | |
94 | unit: "₩" |
|
94 | unit: "₩" | |
95 | # These three are to override number.format and are optional |
|
95 | # These three are to override number.format and are optional | |
96 | separator: "." |
|
96 | separator: "." | |
97 | delimiter: "," |
|
97 | delimiter: "," | |
98 | precision: 0 |
|
98 | precision: 0 | |
99 |
|
99 | |||
100 | # Used in number_to_percentage() |
|
100 | # Used in number_to_percentage() | |
101 | percentage: |
|
101 | percentage: | |
102 | format: |
|
102 | format: | |
103 | # These three are to override number.format and are optional |
|
103 | # These three are to override number.format and are optional | |
104 | # separator: |
|
104 | # separator: | |
105 | delimiter: "" |
|
105 | delimiter: "" | |
106 | # precision: |
|
106 | # precision: | |
107 |
|
107 | |||
108 | # Used in number_to_precision() |
|
108 | # Used in number_to_precision() | |
109 | precision: |
|
109 | precision: | |
110 | format: |
|
110 | format: | |
111 | # These three are to override number.format and are optional |
|
111 | # These three are to override number.format and are optional | |
112 | # separator: |
|
112 | # separator: | |
113 | delimiter: "" |
|
113 | delimiter: "" | |
114 | # precision: |
|
114 | # precision: | |
115 |
|
115 | |||
116 | # Used in number_to_human_size() |
|
116 | # Used in number_to_human_size() | |
117 | human: |
|
117 | human: | |
118 | format: |
|
118 | format: | |
119 | # These three are to override number.format and are optional |
|
119 | # These three are to override number.format and are optional | |
120 | # separator: |
|
120 | # separator: | |
121 | delimiter: "" |
|
121 | delimiter: "" | |
122 | precision: 1 |
|
122 | precision: 1 | |
123 | storage_units: |
|
123 | storage_units: | |
124 | format: "%n %u" |
|
124 | format: "%n %u" | |
125 | units: |
|
125 | units: | |
126 | byte: |
|
126 | byte: | |
127 | one: "Byte" |
|
127 | one: "Byte" | |
128 | other: "Bytes" |
|
128 | other: "Bytes" | |
129 | kb: "KB" |
|
129 | kb: "KB" | |
130 | mb: "MB" |
|
130 | mb: "MB" | |
131 | gb: "GB" |
|
131 | gb: "GB" | |
132 | tb: "TB" |
|
132 | tb: "TB" | |
133 |
|
133 | |||
134 | # Used in array.to_sentence. |
|
134 | # Used in array.to_sentence. | |
135 | support: |
|
135 | support: | |
136 | array: |
|
136 | array: | |
137 | words_connector: ", " |
|
137 | words_connector: ", " | |
138 | two_words_connector: "과 " |
|
138 | two_words_connector: "과 " | |
139 | last_word_connector: ", " |
|
139 | last_word_connector: ", " | |
140 | sentence_connector: "그리고" |
|
140 | sentence_connector: "그리고" | |
141 | skip_last_comma: false |
|
141 | skip_last_comma: false | |
142 |
|
142 | |||
143 | activerecord: |
|
143 | activerecord: | |
144 | errors: |
|
144 | errors: | |
145 | template: |
|
145 | template: | |
146 | header: |
|
146 | header: | |
147 | one: "한개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다." |
|
147 | one: "한개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다." | |
148 | other: "{{count}}개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다." |
|
148 | other: "{{count}}개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다." | |
149 | # The variable :count is also available |
|
149 | # The variable :count is also available | |
150 | body: "다음 항목에 문제가 발견했습니다:" |
|
150 | body: "다음 항목에 문제가 발견했습니다:" | |
151 |
|
151 | |||
152 | messages: |
|
152 | messages: | |
153 | inclusion: "은 목록에 포함되어 있지 않습니다" |
|
153 | inclusion: "은 목록에 포함되어 있지 않습니다" | |
154 | exclusion: "은 예약되어 있습니다" |
|
154 | exclusion: "은 예약되어 있습니다" | |
155 | invalid: "은 유효하지 않습니다." |
|
155 | invalid: "은 유효하지 않습니다." | |
156 | confirmation: "은 확인이 되지 않았습니다" |
|
156 | confirmation: "은 확인이 되지 않았습니다" | |
157 | accepted: "은 인정되어야 합니다" |
|
157 | accepted: "은 인정되어야 합니다" | |
158 | empty: "은 길이가 0이어서는 안됩니다." |
|
158 | empty: "은 길이가 0이어서는 안됩니다." | |
159 | blank: "은 빈 값이어서는 안 됩니다" |
|
159 | blank: "은 빈 값이어서는 안 됩니다" | |
160 | too_long: "은 너무 깁니다 (최대 {{count}}자 까지)" |
|
160 | too_long: "은 너무 깁니다 (최대 {{count}}자 까지)" | |
161 | too_short: "은 너무 짧습니다 (최소 {{count}}자 까지)" |
|
161 | too_short: "은 너무 짧습니다 (최소 {{count}}자 까지)" | |
162 | wrong_length: "은 길이가 틀렸습니다 ({{count}}자이어야 합니다.)" |
|
162 | wrong_length: "은 길이가 틀렸습니다 ({{count}}자이어야 합니다.)" | |
163 | taken: "은 이미 선택된 겁니다" |
|
163 | taken: "은 이미 선택된 겁니다" | |
164 | not_a_number: "은 숫자가 아닙니다" |
|
164 | not_a_number: "은 숫자가 아닙니다" | |
165 | greater_than: "은 {{count}}보다 커야 합니다." |
|
165 | greater_than: "은 {{count}}보다 커야 합니다." | |
166 | greater_than_or_equal_to: "은 {{count}}보다 크거나 같아야 합니다" |
|
166 | greater_than_or_equal_to: "은 {{count}}보다 크거나 같아야 합니다" | |
167 | equal_to: "은 {{count}}(와)과 같아야 합니다" |
|
167 | equal_to: "은 {{count}}(와)과 같아야 합니다" | |
168 | less_than: "은 {{count}}보다 작어야 합니다" |
|
168 | less_than: "은 {{count}}보다 작어야 합니다" | |
169 | less_than_or_equal_to: "은 {{count}}과 같거나 이하을 요구합니다" |
|
169 | less_than_or_equal_to: "은 {{count}}과 같거나 이하을 요구합니다" | |
170 | odd: "은 홀수여야 합니다" |
|
170 | odd: "은 홀수여야 합니다" | |
171 | even: "은 짝수여야 합니다" |
|
171 | even: "은 짝수여야 합니다" | |
172 | greater_than_start_date: "는 시작날짜보다 커야 합니다" |
|
172 | greater_than_start_date: "는 시작날짜보다 커야 합니다" | |
173 | not_same_project: "는 같은 프로젝트에 속해 있지 않습니다" |
|
173 | not_same_project: "는 같은 프로젝트에 속해 있지 않습니다" | |
174 | circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다" |
|
174 | circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다" | |
175 |
|
175 | |||
176 | actionview_instancetag_blank_option: 선택하세요 |
|
176 | actionview_instancetag_blank_option: 선택하세요 | |
177 |
|
177 | |||
178 | general_text_No: '아니오' |
|
178 | general_text_No: '아니오' | |
179 | general_text_Yes: '예' |
|
179 | general_text_Yes: '예' | |
180 | general_text_no: '아니오' |
|
180 | general_text_no: '아니오' | |
181 | general_text_yes: '예' |
|
181 | general_text_yes: '예' | |
182 | general_lang_name: '한국어(Korean)' |
|
182 | general_lang_name: '한국어(Korean)' | |
183 | general_csv_separator: ',' |
|
183 | general_csv_separator: ',' | |
184 | general_csv_decimal_separator: '.' |
|
184 | general_csv_decimal_separator: '.' | |
185 | general_csv_encoding: CP949 |
|
185 | general_csv_encoding: CP949 | |
186 | general_pdf_encoding: CP949 |
|
186 | general_pdf_encoding: CP949 | |
187 | general_first_day_of_week: '7' |
|
187 | general_first_day_of_week: '7' | |
188 |
|
188 | |||
189 | notice_account_updated: 계정이 성공적으로 변경되었습니다. |
|
189 | notice_account_updated: 계정이 성공적으로 변경되었습니다. | |
190 | notice_account_invalid_creditentials: 잘못된 계정 또는 비밀번호 |
|
190 | notice_account_invalid_creditentials: 잘못된 계정 또는 비밀번호 | |
191 | notice_account_password_updated: 비밀번호가 잘 변경되었습니다. |
|
191 | notice_account_password_updated: 비밀번호가 잘 변경되었습니다. | |
192 | notice_account_wrong_password: 잘못된 비밀번호 |
|
192 | notice_account_wrong_password: 잘못된 비밀번호 | |
193 | notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요. |
|
193 | notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요. | |
194 | notice_account_unknown_email: 알려지지 않은 사용자. |
|
194 | notice_account_unknown_email: 알려지지 않은 사용자. | |
195 | notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다. |
|
195 | notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다. | |
196 | notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다. |
|
196 | notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다. | |
197 | notice_account_activated: 계정이 활성화되었습니다. 이제 로그인 하실수 있습니다. |
|
197 | notice_account_activated: 계정이 활성화되었습니다. 이제 로그인 하실수 있습니다. | |
198 | notice_successful_create: 생성 성공. |
|
198 | notice_successful_create: 생성 성공. | |
199 | notice_successful_update: 변경 성공. |
|
199 | notice_successful_update: 변경 성공. | |
200 | notice_successful_delete: 삭제 성공. |
|
200 | notice_successful_delete: 삭제 성공. | |
201 | notice_successful_connection: 연결 성공. |
|
201 | notice_successful_connection: 연결 성공. | |
202 | notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다. |
|
202 | notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다. | |
203 | notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다. |
|
203 | notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다. | |
204 | notice_not_authorized: 이 페이지에 접근할 권한이 없습니다. |
|
204 | notice_not_authorized: 이 페이지에 접근할 권한이 없습니다. | |
205 | notice_email_sent: "{{value}}님에게 메일이 발송되었습니다." |
|
205 | notice_email_sent: "{{value}}님에게 메일이 발송되었습니다." | |
206 | notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. ({{value}})" |
|
206 | notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. ({{value}})" | |
207 | notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다. |
|
207 | notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다. | |
208 | notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 {{count}}(선택 {{total}}): {{ids}}." |
|
208 | notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 {{count}}(선택 {{total}}): {{ids}}." | |
209 | notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요" |
|
209 | notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요" | |
210 | notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다." |
|
210 | notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다." | |
211 | notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다. |
|
211 | notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다. | |
212 | notice_unable_delete_version: 삭제할 수 없는 버전입니다. |
|
212 | notice_unable_delete_version: 삭제할 수 없는 버전입니다. | |
213 |
|
213 | |||
214 | error_can_t_load_default_data: "기본값을 읽어들일 수 없습니다.: {{value}}" |
|
214 | error_can_t_load_default_data: "기본값을 읽어들일 수 없습니다.: {{value}}" | |
215 | error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다. |
|
215 | error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다. | |
216 | error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: {{value}}" |
|
216 | error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: {{value}}" | |
217 | error_scm_annotate: "항목이 없거나 행별 이력을 볼 수 없습니다." |
|
217 | error_scm_annotate: "항목이 없거나 행별 이력을 볼 수 없습니다." | |
218 | error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.' |
|
218 | error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.' | |
219 |
|
219 | |||
220 | warning_attachments_not_saved: "{{count}}개 파일을 저장할 수 없습니다." |
|
220 | warning_attachments_not_saved: "{{count}}개 파일을 저장할 수 없습니다." | |
221 |
|
221 | |||
222 | mail_subject_lost_password: "{{value}} 비밀번호" |
|
222 | mail_subject_lost_password: "{{value}} 비밀번호" | |
223 | mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.' |
|
223 | mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.' | |
224 | mail_subject_register: "{{value}} 계정 활성화" |
|
224 | mail_subject_register: "{{value}} 계정 활성화" | |
225 | mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:' |
|
225 | mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:' | |
226 | mail_body_account_information_external: "로그인할 때 {{value}} 계정을 사용하실 수 있습니다." |
|
226 | mail_body_account_information_external: "로그인할 때 {{value}} 계정을 사용하실 수 있습니다." | |
227 | mail_body_account_information: 계정 정보 |
|
227 | mail_body_account_information: 계정 정보 | |
228 | mail_subject_account_activation_request: "{{value}} 계정 활성화 요청" |
|
228 | mail_subject_account_activation_request: "{{value}} 계정 활성화 요청" | |
229 | mail_body_account_activation_request: "새 사용자({{value}})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:" |
|
229 | mail_body_account_activation_request: "새 사용자({{value}})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:" | |
230 | mail_body_reminder: "당신이 맡고 있는 일감 {{count}}개의 완료 기한이 {{days}}일 후 입니다." |
|
230 | mail_body_reminder: "당신이 맡고 있는 일감 {{count}}개의 완료 기한이 {{days}}일 후 입니다." | |
231 | mail_subject_reminder: "내일이 만기인 일감 {{count}}개" |
|
231 | mail_subject_reminder: "내일이 만기인 일감 {{count}}개" | |
232 | mail_subject_wiki_content_added: "위키페이지 '{{page}}'이(가) 추가되었습니다." |
|
232 | mail_subject_wiki_content_added: "위키페이지 '{{page}}'이(가) 추가되었습니다." | |
233 | mail_subject_wiki_content_updated: "'위키페이지 {{page}}'이(가) 수정되었습니다." |
|
233 | mail_subject_wiki_content_updated: "'위키페이지 {{page}}'이(가) 수정되었습니다." | |
234 | mail_body_wiki_content_added: "{{author}}이(가) 위키페이지 '{{page}}'을(를) 추가하였습니다." |
|
234 | mail_body_wiki_content_added: "{{author}}이(가) 위키페이지 '{{page}}'을(를) 추가하였습니다." | |
235 | mail_body_wiki_content_updated: "{{author}}이(가) 위키페이지 '{{page}}'을(를) 수정하였습니다." |
|
235 | mail_body_wiki_content_updated: "{{author}}이(가) 위키페이지 '{{page}}'을(를) 수정하였습니다." | |
236 |
|
236 | |||
237 | gui_validation_error: 에러 |
|
237 | gui_validation_error: 에러 | |
238 | gui_validation_error_plural: "{{count}}개 에러" |
|
238 | gui_validation_error_plural: "{{count}}개 에러" | |
239 |
|
239 | |||
240 | field_name: 이름 |
|
240 | field_name: 이름 | |
241 | field_description: 설명 |
|
241 | field_description: 설명 | |
242 | field_summary: 요약 |
|
242 | field_summary: 요약 | |
243 | field_is_required: 필수 |
|
243 | field_is_required: 필수 | |
244 | field_firstname: 이름 |
|
244 | field_firstname: 이름 | |
245 | field_lastname: 성 |
|
245 | field_lastname: 성 | |
246 | field_mail: 메일 |
|
246 | field_mail: 메일 | |
247 | field_filename: 파일 |
|
247 | field_filename: 파일 | |
248 | field_filesize: 크기 |
|
248 | field_filesize: 크기 | |
249 | field_downloads: 다운로드 |
|
249 | field_downloads: 다운로드 | |
250 | field_author: 저자 |
|
250 | field_author: 저자 | |
251 | field_created_on: 등록 |
|
251 | field_created_on: 등록 | |
252 | field_updated_on: 변경 |
|
252 | field_updated_on: 변경 | |
253 | field_field_format: 형식 |
|
253 | field_field_format: 형식 | |
254 | field_is_for_all: 모든 프로젝트 |
|
254 | field_is_for_all: 모든 프로젝트 | |
255 | field_possible_values: 가능한 값들 |
|
255 | field_possible_values: 가능한 값들 | |
256 | field_regexp: 정규식 |
|
256 | field_regexp: 정규식 | |
257 | field_min_length: 최소 길이 |
|
257 | field_min_length: 최소 길이 | |
258 | field_max_length: 최대 길이 |
|
258 | field_max_length: 최대 길이 | |
259 | field_value: 값 |
|
259 | field_value: 값 | |
260 | field_category: 범주 |
|
260 | field_category: 범주 | |
261 | field_title: 제목 |
|
261 | field_title: 제목 | |
262 | field_project: 프로젝트 |
|
262 | field_project: 프로젝트 | |
263 | field_issue: 일감 |
|
263 | field_issue: 일감 | |
264 | field_status: 상태 |
|
264 | field_status: 상태 | |
265 | field_notes: 덧글 |
|
265 | field_notes: 덧글 | |
266 | field_is_closed: 완료 상태 |
|
266 | field_is_closed: 완료 상태 | |
267 | field_is_default: 기본값 |
|
267 | field_is_default: 기본값 | |
268 | field_tracker: 유형 |
|
268 | field_tracker: 유형 | |
269 | field_subject: 제목 |
|
269 | field_subject: 제목 | |
270 | field_due_date: 완료 기한 |
|
270 | field_due_date: 완료 기한 | |
271 | field_assigned_to: 담당자 |
|
271 | field_assigned_to: 담당자 | |
272 | field_priority: 우선순위 |
|
272 | field_priority: 우선순위 | |
273 | field_fixed_version: 목표버전 |
|
273 | field_fixed_version: 목표버전 | |
274 | field_user: 사용자 |
|
274 | field_user: 사용자 | |
275 | field_role: 역할 |
|
275 | field_role: 역할 | |
276 | field_homepage: 홈페이지 |
|
276 | field_homepage: 홈페이지 | |
277 | field_is_public: 공개 |
|
277 | field_is_public: 공개 | |
278 | field_parent: 상위 프로젝트 |
|
278 | field_parent: 상위 프로젝트 | |
279 | field_is_in_roadmap: 로드맵에 표시 |
|
279 | field_is_in_roadmap: 로드맵에 표시 | |
280 | field_login: 로그인 |
|
280 | field_login: 로그인 | |
281 | field_mail_notification: 메일 알림 |
|
281 | field_mail_notification: 메일 알림 | |
282 | field_admin: 관리자 |
|
282 | field_admin: 관리자 | |
283 | field_last_login_on: 마지막 로그인 |
|
283 | field_last_login_on: 마지막 로그인 | |
284 | field_language: 언어 |
|
284 | field_language: 언어 | |
285 | field_effective_date: 일자 |
|
285 | field_effective_date: 일자 | |
286 | field_password: 비밀번호 |
|
286 | field_password: 비밀번호 | |
287 | field_new_password: 새 비밀번호 |
|
287 | field_new_password: 새 비밀번호 | |
288 | field_password_confirmation: 비밀번호 확인 |
|
288 | field_password_confirmation: 비밀번호 확인 | |
289 | field_version: 버전 |
|
289 | field_version: 버전 | |
290 | field_type: 방식 |
|
290 | field_type: 방식 | |
291 | field_host: 호스트 |
|
291 | field_host: 호스트 | |
292 | field_port: 포트 |
|
292 | field_port: 포트 | |
293 | field_account: 계정 |
|
293 | field_account: 계정 | |
294 | field_base_dn: 기본 DN |
|
294 | field_base_dn: 기본 DN | |
295 | field_attr_login: 로그인 속성 |
|
295 | field_attr_login: 로그인 속성 | |
296 | field_attr_firstname: 이름 속성 |
|
296 | field_attr_firstname: 이름 속성 | |
297 | field_attr_lastname: 성 속성 |
|
297 | field_attr_lastname: 성 속성 | |
298 | field_attr_mail: 메일 속성 |
|
298 | field_attr_mail: 메일 속성 | |
299 | field_onthefly: 동적 사용자 생성 |
|
299 | field_onthefly: 동적 사용자 생성 | |
300 | field_start_date: 시작시간 |
|
300 | field_start_date: 시작시간 | |
301 | field_done_ratio: 진척도 |
|
301 | field_done_ratio: 진척도 | |
302 | field_auth_source: 인증 공급자 |
|
302 | field_auth_source: 인증 공급자 | |
303 | field_hide_mail: 메일 주소 숨기기 |
|
303 | field_hide_mail: 메일 주소 숨기기 | |
304 | field_comments: 설명 |
|
304 | field_comments: 설명 | |
305 | field_url: URL |
|
305 | field_url: URL | |
306 | field_start_page: 첫 페이지 |
|
306 | field_start_page: 첫 페이지 | |
307 | field_subproject: 하위 프로젝트 |
|
307 | field_subproject: 하위 프로젝트 | |
308 | field_hours: 시간 |
|
308 | field_hours: 시간 | |
309 | field_activity: 작업종류 |
|
309 | field_activity: 작업종류 | |
310 | field_spent_on: 작업시간 |
|
310 | field_spent_on: 작업시간 | |
311 | field_identifier: 식별자 |
|
311 | field_identifier: 식별자 | |
312 | field_is_filter: 검색조건으로 사용됨 |
|
312 | field_is_filter: 검색조건으로 사용됨 | |
313 | field_issue_to_id: 연관된 일감 |
|
313 | field_issue_to_id: 연관된 일감 | |
314 | field_delay: 지연 |
|
314 | field_delay: 지연 | |
315 | field_assignable: 이 역할에게 일감을 맡길 수 있음 |
|
315 | field_assignable: 이 역할에게 일감을 맡길 수 있음 | |
316 | field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect) |
|
316 | field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect) | |
317 | field_estimated_hours: 추정시간 |
|
317 | field_estimated_hours: 추정시간 | |
318 | field_column_names: 컬럼 |
|
318 | field_column_names: 컬럼 | |
319 | field_default_value: 기본값 |
|
319 | field_default_value: 기본값 | |
320 | field_time_zone: 시간대 |
|
320 | field_time_zone: 시간대 | |
321 | field_searchable: 검색가능 |
|
321 | field_searchable: 검색가능 | |
322 | field_comments_sorting: 댓글 정렬 |
|
322 | field_comments_sorting: 댓글 정렬 | |
323 | field_parent_title: 상위 제목 |
|
323 | field_parent_title: 상위 제목 | |
324 | field_editable: 편집가능 |
|
324 | field_editable: 편집가능 | |
325 | field_watcher: 일감지킴이 |
|
325 | field_watcher: 일감지킴이 | |
326 | field_identity_url: OpenID URL |
|
326 | field_identity_url: OpenID URL | |
327 | field_content: 내용 |
|
327 | field_content: 내용 | |
328 | field_group_by: 결과를 묶어 보여줄 기준 |
|
328 | field_group_by: 결과를 묶어 보여줄 기준 | |
329 |
|
329 | |||
330 | setting_app_title: 레드마인 제목 |
|
330 | setting_app_title: 레드마인 제목 | |
331 | setting_app_subtitle: 레드마인 부제목 |
|
331 | setting_app_subtitle: 레드마인 부제목 | |
332 | setting_welcome_text: 환영 메시지 |
|
332 | setting_welcome_text: 환영 메시지 | |
333 | setting_default_language: 기본 언어 |
|
333 | setting_default_language: 기본 언어 | |
334 | setting_login_required: 인증이 필요함 |
|
334 | setting_login_required: 인증이 필요함 | |
335 | setting_self_registration: 사용자 직접등록 |
|
335 | setting_self_registration: 사용자 직접등록 | |
336 | setting_attachment_max_size: 최대 첨부파일 크기 |
|
336 | setting_attachment_max_size: 최대 첨부파일 크기 | |
337 | setting_issues_export_limit: 일감 내보내기 제한 |
|
337 | setting_issues_export_limit: 일감 내보내기 제한 | |
338 | setting_mail_from: 발신 메일 주소 |
|
338 | setting_mail_from: 발신 메일 주소 | |
339 | setting_bcc_recipients: 참조자들을 bcc로 숨기기 |
|
339 | setting_bcc_recipients: 참조자들을 bcc로 숨기기 | |
340 | setting_plain_text_mail: 텍스트만 (HTML 없이) |
|
340 | setting_plain_text_mail: 텍스트만 (HTML 없이) | |
341 | setting_host_name: 호스트 이름과 경로 |
|
341 | setting_host_name: 호스트 이름과 경로 | |
342 | setting_text_formatting: 본문 형식 |
|
342 | setting_text_formatting: 본문 형식 | |
343 | setting_wiki_compression: 위키 이력 압축 |
|
343 | setting_wiki_compression: 위키 이력 압축 | |
344 | setting_feeds_limit: 피드에 포함할 항목의 수 |
|
344 | setting_feeds_limit: 피드에 포함할 항목의 수 | |
345 | setting_default_projects_public: 새 프로젝트를 공개로 설정 |
|
345 | setting_default_projects_public: 새 프로젝트를 공개로 설정 | |
346 | setting_autofetch_changesets: 제출(commit)된 변경묶음을 자동으로 가져오기 |
|
346 | setting_autofetch_changesets: 제출(commit)된 변경묶음을 자동으로 가져오기 | |
347 | setting_sys_api_enabled: 저장소 관리에 WS를 사용 |
|
347 | setting_sys_api_enabled: 저장소 관리에 WS를 사용 | |
348 | setting_commit_ref_keywords: 일감 참조에 사용할 키워드들 |
|
348 | setting_commit_ref_keywords: 일감 참조에 사용할 키워드들 | |
349 | setting_commit_fix_keywords: 일감 해결에 사용할 키워드들 |
|
349 | setting_commit_fix_keywords: 일감 해결에 사용할 키워드들 | |
350 | setting_autologin: 자동 로그인 |
|
350 | setting_autologin: 자동 로그인 | |
351 | setting_date_format: 날짜 형식 |
|
351 | setting_date_format: 날짜 형식 | |
352 | setting_time_format: 시간 형식 |
|
352 | setting_time_format: 시간 형식 | |
353 | setting_cross_project_issue_relations: 다른 프로젝트의 일감과 연결하는 것을 허용 |
|
353 | setting_cross_project_issue_relations: 다른 프로젝트의 일감과 연결하는 것을 허용 | |
354 | setting_issue_list_default_columns: 일감 목록에 표시할 항목 |
|
354 | setting_issue_list_default_columns: 일감 목록에 표시할 항목 | |
355 | setting_repositories_encodings: 저장소 인코딩 |
|
355 | setting_repositories_encodings: 저장소 인코딩 | |
356 | setting_commit_logs_encoding: 제출(commit) 기록 인코딩 |
|
356 | setting_commit_logs_encoding: 제출(commit) 기록 인코딩 | |
357 | setting_emails_footer: 메일 꼬리 |
|
357 | setting_emails_footer: 메일 꼬리 | |
358 | setting_protocol: 프로토콜 |
|
358 | setting_protocol: 프로토콜 | |
359 | setting_per_page_options: 목록에서, 한 페이지에 표시할 행 |
|
359 | setting_per_page_options: 목록에서, 한 페이지에 표시할 행 | |
360 | setting_user_format: 사용자 표시 형식 |
|
360 | setting_user_format: 사용자 표시 형식 | |
361 | setting_activity_days_default: 프로젝트 작업내역에 표시할 기간 |
|
361 | setting_activity_days_default: 프로젝트 작업내역에 표시할 기간 | |
362 | setting_display_subprojects_issues: 하위 프로젝트의 일감을 함께 표시 |
|
362 | setting_display_subprojects_issues: 하위 프로젝트의 일감을 함께 표시 | |
363 | setting_enabled_scm: 지원할 SCM |
|
363 | setting_enabled_scm: 지원할 SCM | |
364 | setting_mail_handler_api_enabled: 수신 메일에 WS를 허용 |
|
364 | setting_mail_handler_api_enabled: 수신 메일에 WS를 허용 | |
365 | setting_mail_handler_api_key: API 키 |
|
365 | setting_mail_handler_api_key: API 키 | |
366 | setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성 |
|
366 | setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성 | |
367 | setting_gravatar_enabled: 그라바타 사용자 아이콘 사용 |
|
367 | setting_gravatar_enabled: 그라바타 사용자 아이콘 사용 | |
368 | setting_diff_max_lines_displayed: 차이점(diff) 보기에 표시할 최대 줄수 |
|
368 | setting_diff_max_lines_displayed: 차이점(diff) 보기에 표시할 최대 줄수 | |
369 | setting_repository_log_display_limit: 저장소 보기에 표시할 개정판 이력의 최대 갯수 |
|
369 | setting_repository_log_display_limit: 저장소 보기에 표시할 개정판 이력의 최대 갯수 | |
370 | setting_file_max_size_displayed: 바로 보여줄 텍스트파일의 최대 크기 |
|
370 | setting_file_max_size_displayed: 바로 보여줄 텍스트파일의 최대 크기 | |
371 | setting_openid: OpenID 로그인과 등록 허용 |
|
371 | setting_openid: OpenID 로그인과 등록 허용 | |
372 | setting_password_min_length: 최소 암호 길이 |
|
372 | setting_password_min_length: 최소 암호 길이 | |
373 | setting_new_project_user_role_id: 프로젝트를 만든 사용자에게 주어질 역할 |
|
373 | setting_new_project_user_role_id: 프로젝트를 만든 사용자에게 주어질 역할 | |
374 |
|
374 | |||
375 | permission_add_project: 프로젝트 생성 |
|
375 | permission_add_project: 프로젝트 생성 | |
376 | permission_edit_project: 프로젝트 편집 |
|
376 | permission_edit_project: 프로젝트 편집 | |
377 | permission_select_project_modules: 프로젝트 모듈 선택 |
|
377 | permission_select_project_modules: 프로젝트 모듈 선택 | |
378 | permission_manage_members: 구성원 관리 |
|
378 | permission_manage_members: 구성원 관리 | |
379 | permission_manage_versions: 버전 관리 |
|
379 | permission_manage_versions: 버전 관리 | |
380 | permission_manage_categories: 일감 범주 관리 |
|
380 | permission_manage_categories: 일감 범주 관리 | |
381 | permission_add_issues: 일감 추가 |
|
381 | permission_add_issues: 일감 추가 | |
382 | permission_edit_issues: 일감 편집 |
|
382 | permission_edit_issues: 일감 편집 | |
383 | permission_manage_issue_relations: 일감 관계 관리 |
|
383 | permission_manage_issue_relations: 일감 관계 관리 | |
384 | permission_add_issue_notes: 덧글 추가 |
|
384 | permission_add_issue_notes: 덧글 추가 | |
385 | permission_edit_issue_notes: 덧글 편집 |
|
385 | permission_edit_issue_notes: 덧글 편집 | |
386 | permission_edit_own_issue_notes: 내 덧글 편집 |
|
386 | permission_edit_own_issue_notes: 내 덧글 편집 | |
387 | permission_move_issues: 일감 이동 |
|
387 | permission_move_issues: 일감 이동 | |
388 | permission_delete_issues: 일감 삭제 |
|
388 | permission_delete_issues: 일감 삭제 | |
389 | permission_manage_public_queries: 공용 검색양식 관리 |
|
389 | permission_manage_public_queries: 공용 검색양식 관리 | |
390 | permission_save_queries: 검색양식 저장 |
|
390 | permission_save_queries: 검색양식 저장 | |
391 | permission_view_gantt: Gantt차트 보기 |
|
391 | permission_view_gantt: Gantt차트 보기 | |
392 | permission_view_calendar: 달력 보기 |
|
392 | permission_view_calendar: 달력 보기 | |
393 | permission_view_issue_watchers: 일감지킴이 보기 |
|
393 | permission_view_issue_watchers: 일감지킴이 보기 | |
394 | permission_add_issue_watchers: 일감지킴이 추가 |
|
394 | permission_add_issue_watchers: 일감지킴이 추가 | |
395 | permission_log_time: 작업시간 기록 |
|
395 | permission_log_time: 작업시간 기록 | |
396 | permission_view_time_entries: 시간입력 보기 |
|
396 | permission_view_time_entries: 시간입력 보기 | |
397 | permission_edit_time_entries: 시간입력 편집 |
|
397 | permission_edit_time_entries: 시간입력 편집 | |
398 | permission_edit_own_time_entries: 내 시간입력 편집 |
|
398 | permission_edit_own_time_entries: 내 시간입력 편집 | |
399 | permission_manage_news: 뉴스 관리 |
|
399 | permission_manage_news: 뉴스 관리 | |
400 | permission_comment_news: 뉴스에 댓글달기 |
|
400 | permission_comment_news: 뉴스에 댓글달기 | |
401 | permission_manage_documents: 문서 관리 |
|
401 | permission_manage_documents: 문서 관리 | |
402 | permission_view_documents: 문서 보기 |
|
402 | permission_view_documents: 문서 보기 | |
403 | permission_manage_files: 파일관리 |
|
403 | permission_manage_files: 파일관리 | |
404 | permission_view_files: 파일보기 |
|
404 | permission_view_files: 파일보기 | |
405 | permission_manage_wiki: 위키 관리 |
|
405 | permission_manage_wiki: 위키 관리 | |
406 | permission_rename_wiki_pages: 위키 페이지 이름변경 |
|
406 | permission_rename_wiki_pages: 위키 페이지 이름변경 | |
407 | permission_delete_wiki_pages: 위치 페이지 삭제 |
|
407 | permission_delete_wiki_pages: 위치 페이지 삭제 | |
408 | permission_view_wiki_pages: 위키 보기 |
|
408 | permission_view_wiki_pages: 위키 보기 | |
409 | permission_view_wiki_edits: 위키 기록 보기 |
|
409 | permission_view_wiki_edits: 위키 기록 보기 | |
410 | permission_edit_wiki_pages: 위키 페이지 편집 |
|
410 | permission_edit_wiki_pages: 위키 페이지 편집 | |
411 | permission_delete_wiki_pages_attachments: 첨부파일 삭제 |
|
411 | permission_delete_wiki_pages_attachments: 첨부파일 삭제 | |
412 | permission_protect_wiki_pages: 프로젝트 위키 페이지 |
|
412 | permission_protect_wiki_pages: 프로젝트 위키 페이지 | |
413 | permission_manage_repository: 저장소 관리 |
|
413 | permission_manage_repository: 저장소 관리 | |
414 | permission_browse_repository: 저장소 둘러보기 |
|
414 | permission_browse_repository: 저장소 둘러보기 | |
415 | permission_view_changesets: 변경묶음보기 |
|
415 | permission_view_changesets: 변경묶음보기 | |
416 | permission_commit_access: 변경로그 보기 |
|
416 | permission_commit_access: 변경로그 보기 | |
417 | permission_manage_boards: 게시판 관리 |
|
417 | permission_manage_boards: 게시판 관리 | |
418 | permission_view_messages: 메시지 보기 |
|
418 | permission_view_messages: 메시지 보기 | |
419 | permission_add_messages: 메시지 추가 |
|
419 | permission_add_messages: 메시지 추가 | |
420 | permission_edit_messages: 메시지 편집 |
|
420 | permission_edit_messages: 메시지 편집 | |
421 | permission_edit_own_messages: 자기 메시지 편집 |
|
421 | permission_edit_own_messages: 자기 메시지 편집 | |
422 | permission_delete_messages: 메시지 삭제 |
|
422 | permission_delete_messages: 메시지 삭제 | |
423 | permission_delete_own_messages: 자기 메시지 삭제 |
|
423 | permission_delete_own_messages: 자기 메시지 삭제 | |
424 |
|
424 | |||
425 | project_module_issue_tracking: 일감관리 |
|
425 | project_module_issue_tracking: 일감관리 | |
426 | project_module_time_tracking: 시간추적 |
|
426 | project_module_time_tracking: 시간추적 | |
427 | project_module_news: 뉴스 |
|
427 | project_module_news: 뉴스 | |
428 | project_module_documents: 문서 |
|
428 | project_module_documents: 문서 | |
429 | project_module_files: 파일 |
|
429 | project_module_files: 파일 | |
430 | project_module_wiki: 위키 |
|
430 | project_module_wiki: 위키 | |
431 | project_module_repository: 저장소 |
|
431 | project_module_repository: 저장소 | |
432 | project_module_boards: 게시판 |
|
432 | project_module_boards: 게시판 | |
433 |
|
433 | |||
434 | label_user: 사용자 |
|
434 | label_user: 사용자 | |
435 | label_user_plural: 사용자 |
|
435 | label_user_plural: 사용자 | |
436 | label_user_new: 새 사용자 |
|
436 | label_user_new: 새 사용자 | |
437 | label_project: 프로젝트 |
|
437 | label_project: 프로젝트 | |
438 | label_project_new: 새 프로젝트 |
|
438 | label_project_new: 새 프로젝트 | |
439 | label_project_plural: 프로젝트 |
|
439 | label_project_plural: 프로젝트 | |
440 | label_x_projects: |
|
440 | label_x_projects: | |
441 | zero: 없음 |
|
441 | zero: 없음 | |
442 | one: "한 프로젝트" |
|
442 | one: "한 프로젝트" | |
443 | other: "{{count}}개 프로젝트" |
|
443 | other: "{{count}}개 프로젝트" | |
444 | label_project_all: 모든 프로젝트 |
|
444 | label_project_all: 모든 프로젝트 | |
445 | label_project_latest: 최근 프로젝트 |
|
445 | label_project_latest: 최근 프로젝트 | |
446 | label_issue: 일감 |
|
446 | label_issue: 일감 | |
447 | label_issue_new: 새 일감만들기 |
|
447 | label_issue_new: 새 일감만들기 | |
448 | label_issue_plural: 일감 |
|
448 | label_issue_plural: 일감 | |
449 | label_issue_view_all: 모든 일감 보기 |
|
449 | label_issue_view_all: 모든 일감 보기 | |
450 | label_issues_by: "{{value}}별 일감" |
|
450 | label_issues_by: "{{value}}별 일감" | |
451 | label_issue_added: 일감 추가 |
|
451 | label_issue_added: 일감 추가 | |
452 | label_issue_updated: 일감 수정 |
|
452 | label_issue_updated: 일감 수정 | |
453 | label_document: 문서 |
|
453 | label_document: 문서 | |
454 | label_document_new: 새 문서 |
|
454 | label_document_new: 새 문서 | |
455 | label_document_plural: 문서 |
|
455 | label_document_plural: 문서 | |
456 | label_document_added: 문서 추가 |
|
456 | label_document_added: 문서 추가 | |
457 | label_role: 역할 |
|
457 | label_role: 역할 | |
458 | label_role_plural: 역할 |
|
458 | label_role_plural: 역할 | |
459 | label_role_new: 새 역할 |
|
459 | label_role_new: 새 역할 | |
460 | label_role_and_permissions: 역할 및 권한 |
|
460 | label_role_and_permissions: 역할 및 권한 | |
461 | label_member: 담당자 |
|
461 | label_member: 담당자 | |
462 | label_member_new: 새 담당자 |
|
462 | label_member_new: 새 담당자 | |
463 | label_member_plural: 담당자 |
|
463 | label_member_plural: 담당자 | |
464 | label_tracker: 일감 유형 |
|
464 | label_tracker: 일감 유형 | |
465 | label_tracker_plural: 일감 유형 |
|
465 | label_tracker_plural: 일감 유형 | |
466 | label_tracker_new: 새 일감 유형 |
|
466 | label_tracker_new: 새 일감 유형 | |
467 | label_workflow: 업무흐름 |
|
467 | label_workflow: 업무흐름 | |
468 | label_issue_status: 일감 상태 |
|
468 | label_issue_status: 일감 상태 | |
469 | label_issue_status_plural: 일감 상태 |
|
469 | label_issue_status_plural: 일감 상태 | |
470 | label_issue_status_new: 새 일감 상태 |
|
470 | label_issue_status_new: 새 일감 상태 | |
471 | label_issue_category: 일감 범주 |
|
471 | label_issue_category: 일감 범주 | |
472 | label_issue_category_plural: 일감 범주 |
|
472 | label_issue_category_plural: 일감 범주 | |
473 | label_issue_category_new: 새 일감 범주 |
|
473 | label_issue_category_new: 새 일감 범주 | |
474 | label_custom_field: 사용자 정의 항목 |
|
474 | label_custom_field: 사용자 정의 항목 | |
475 | label_custom_field_plural: 사용자 정의 항목 |
|
475 | label_custom_field_plural: 사용자 정의 항목 | |
476 | label_custom_field_new: 새 사용자 정의 항목 |
|
476 | label_custom_field_new: 새 사용자 정의 항목 | |
477 | label_enumerations: 코드값 |
|
477 | label_enumerations: 코드값 | |
478 | label_enumeration_new: 새 코드값 |
|
478 | label_enumeration_new: 새 코드값 | |
479 | label_information: 정보 |
|
479 | label_information: 정보 | |
480 | label_information_plural: 정보 |
|
480 | label_information_plural: 정보 | |
481 | label_please_login: 로그인하세요. |
|
481 | label_please_login: 로그인하세요. | |
482 | label_register: 등록 |
|
482 | label_register: 등록 | |
483 | label_login_with_open_id_option: 또는 OpenID로 로그인 |
|
483 | label_login_with_open_id_option: 또는 OpenID로 로그인 | |
484 | label_password_lost: 비밀번호 찾기 |
|
484 | label_password_lost: 비밀번호 찾기 | |
485 | label_home: 초기화면 |
|
485 | label_home: 초기화면 | |
486 | label_my_page: 내 페이지 |
|
486 | label_my_page: 내 페이지 | |
487 | label_my_account: 내 계정 |
|
487 | label_my_account: 내 계정 | |
488 | label_my_projects: 내 프로젝트 |
|
488 | label_my_projects: 내 프로젝트 | |
489 | label_administration: 관리 |
|
489 | label_administration: 관리 | |
490 | label_login: 로그인 |
|
490 | label_login: 로그인 | |
491 | label_logout: 로그아웃 |
|
491 | label_logout: 로그아웃 | |
492 | label_help: 도움말 |
|
492 | label_help: 도움말 | |
493 | label_reported_issues: 보고한 일감 |
|
493 | label_reported_issues: 보고한 일감 | |
494 | label_assigned_to_me_issues: 내가 맡은 일감 |
|
494 | label_assigned_to_me_issues: 내가 맡은 일감 | |
495 | label_last_login: 마지막 접속 |
|
495 | label_last_login: 마지막 접속 | |
496 | label_registered_on: 등록시각 |
|
496 | label_registered_on: 등록시각 | |
497 | label_activity: 작업내역 |
|
497 | label_activity: 작업내역 | |
498 | label_overall_activity: 전체 작업내역 |
|
498 | label_overall_activity: 전체 작업내역 | |
499 | label_user_activity: "{{value}}의 작업내역" |
|
499 | label_user_activity: "{{value}}의 작업내역" | |
500 | label_new: 새로 만들기 |
|
500 | label_new: 새로 만들기 | |
501 | label_logged_as: '로그인계정:' |
|
501 | label_logged_as: '로그인계정:' | |
502 | label_environment: 환경 |
|
502 | label_environment: 환경 | |
503 | label_authentication: 인증 |
|
503 | label_authentication: 인증 | |
504 | label_auth_source: 인증 공급자 |
|
504 | label_auth_source: 인증 공급자 | |
505 | label_auth_source_new: 새 인증 공급자 |
|
505 | label_auth_source_new: 새 인증 공급자 | |
506 | label_auth_source_plural: 인증 공급자 |
|
506 | label_auth_source_plural: 인증 공급자 | |
507 | label_subproject_plural: 하위 프로젝트 |
|
507 | label_subproject_plural: 하위 프로젝트 | |
508 | label_and_its_subprojects: "{{value}}와 하위 프로젝트들" |
|
508 | label_and_its_subprojects: "{{value}}와 하위 프로젝트들" | |
509 | label_min_max_length: 최소 - 최대 길이 |
|
509 | label_min_max_length: 최소 - 최대 길이 | |
510 | label_list: 목록 |
|
510 | label_list: 목록 | |
511 | label_date: 날짜 |
|
511 | label_date: 날짜 | |
512 | label_integer: 정수 |
|
512 | label_integer: 정수 | |
513 | label_float: 부동소수 |
|
513 | label_float: 부동소수 | |
514 | label_boolean: 부울린 |
|
514 | label_boolean: 부울린 | |
515 | label_string: 문자열 |
|
515 | label_string: 문자열 | |
516 | label_text: 텍스트 |
|
516 | label_text: 텍스트 | |
517 | label_attribute: 속성 |
|
517 | label_attribute: 속성 | |
518 | label_attribute_plural: 속성 |
|
518 | label_attribute_plural: 속성 | |
519 | label_download: "{{count}}회 다운로드" |
|
519 | label_download: "{{count}}회 다운로드" | |
520 | label_download_plural: "{{count}}회 다운로드" |
|
520 | label_download_plural: "{{count}}회 다운로드" | |
521 | label_no_data: 표시할 데이터가 없습니다. |
|
521 | label_no_data: 표시할 데이터가 없습니다. | |
522 | label_change_status: 상태 변경 |
|
522 | label_change_status: 상태 변경 | |
523 | label_history: 이력 |
|
523 | label_history: 이력 | |
524 | label_attachment: 파일 |
|
524 | label_attachment: 파일 | |
525 | label_attachment_new: 파일추가 |
|
525 | label_attachment_new: 파일추가 | |
526 | label_attachment_delete: 파일삭제 |
|
526 | label_attachment_delete: 파일삭제 | |
527 | label_attachment_plural: 파일 |
|
527 | label_attachment_plural: 파일 | |
528 | label_file_added: 파일 추가 |
|
528 | label_file_added: 파일 추가 | |
529 | label_report: 보고서 |
|
529 | label_report: 보고서 | |
530 | label_report_plural: 보고서 |
|
530 | label_report_plural: 보고서 | |
531 | label_news: 뉴스 |
|
531 | label_news: 뉴스 | |
532 | label_news_new: 새 뉴스 |
|
532 | label_news_new: 새 뉴스 | |
533 | label_news_plural: 뉴스 |
|
533 | label_news_plural: 뉴스 | |
534 | label_news_latest: 최근 뉴스 |
|
534 | label_news_latest: 최근 뉴스 | |
535 | label_news_view_all: 모든 뉴스 |
|
535 | label_news_view_all: 모든 뉴스 | |
536 | label_news_added: 뉴스 추가 |
|
536 | label_news_added: 뉴스 추가 | |
537 | label_settings: 설정 |
|
537 | label_settings: 설정 | |
538 | label_overview: 개요 |
|
538 | label_overview: 개요 | |
539 | label_version: 버전 |
|
539 | label_version: 버전 | |
540 | label_version_new: 새 버전 |
|
540 | label_version_new: 새 버전 | |
541 | label_version_plural: 버전 |
|
541 | label_version_plural: 버전 | |
542 | label_confirmation: 확인 |
|
542 | label_confirmation: 확인 | |
543 | label_export_to: 내보내기 |
|
543 | label_export_to: 내보내기 | |
544 | label_read: 읽기... |
|
544 | label_read: 읽기... | |
545 | label_public_projects: 공개 프로젝트 |
|
545 | label_public_projects: 공개 프로젝트 | |
546 | label_open_issues: 진행중 |
|
546 | label_open_issues: 진행중 | |
547 | label_open_issues_plural: 진행중 |
|
547 | label_open_issues_plural: 진행중 | |
548 | label_closed_issues: 완료됨 |
|
548 | label_closed_issues: 완료됨 | |
549 | label_closed_issues_plural: 완료됨 |
|
549 | label_closed_issues_plural: 완료됨 | |
550 | label_x_open_issues_abbr_on_total: |
|
550 | label_x_open_issues_abbr_on_total: | |
551 | zero: "총 {{total}} 건 모두 완료" |
|
551 | zero: "총 {{total}} 건 모두 완료" | |
552 | one: "한 건 진행 중 / 총 {{total}} 건 중 " |
|
552 | one: "한 건 진행 중 / 총 {{total}} 건 중 " | |
553 | other: "{{count}} 건 진행 중 / 총 {{total}} 건" |
|
553 | other: "{{count}} 건 진행 중 / 총 {{total}} 건" | |
554 | label_x_open_issues_abbr: |
|
554 | label_x_open_issues_abbr: | |
555 | zero: 모두 완료 |
|
555 | zero: 모두 완료 | |
556 | one: 한 건 진행 중 |
|
556 | one: 한 건 진행 중 | |
557 | other: "{{count}} 건 진행 중" |
|
557 | other: "{{count}} 건 진행 중" | |
558 | label_x_closed_issues_abbr: |
|
558 | label_x_closed_issues_abbr: | |
559 | zero: 모두 미완료 |
|
559 | zero: 모두 미완료 | |
560 | one: 한 건 완료 |
|
560 | one: 한 건 완료 | |
561 | other: "{{count}} 건 완료" |
|
561 | other: "{{count}} 건 완료" | |
562 | label_total: 합계 |
|
562 | label_total: 합계 | |
563 | label_permissions: 권한 |
|
563 | label_permissions: 권한 | |
564 | label_current_status: 일감 상태 |
|
564 | label_current_status: 일감 상태 | |
565 | label_new_statuses_allowed: 허용되는 일감 상태 |
|
565 | label_new_statuses_allowed: 허용되는 일감 상태 | |
566 | label_all: 모두 |
|
566 | label_all: 모두 | |
567 | label_none: 없음 |
|
567 | label_none: 없음 | |
568 | label_nobody: 미지정 |
|
568 | label_nobody: 미지정 | |
569 | label_next: 다음 |
|
569 | label_next: 다음 | |
570 | label_previous: 뒤로 |
|
570 | label_previous: 뒤로 | |
571 | label_used_by: 사용됨 |
|
571 | label_used_by: 사용됨 | |
572 | label_details: 자세히 |
|
572 | label_details: 자세히 | |
573 | label_add_note: 일감덧글 추가 |
|
573 | label_add_note: 일감덧글 추가 | |
574 | label_per_page: 페이지별 |
|
574 | label_per_page: 페이지별 | |
575 | label_calendar: 달력 |
|
575 | label_calendar: 달력 | |
576 | label_months_from: 개월 동안 | 다음부터 |
|
576 | label_months_from: 개월 동안 | 다음부터 | |
577 | label_gantt: Gantt 챠트 |
|
577 | label_gantt: Gantt 챠트 | |
578 | label_internal: 내부 |
|
578 | label_internal: 내부 | |
579 | label_last_changes: "최근 {{count}}개의 변경사항" |
|
579 | label_last_changes: "최근 {{count}}개의 변경사항" | |
580 | label_change_view_all: 모든 변경 내역 보기 |
|
580 | label_change_view_all: 모든 변경 내역 보기 | |
581 | label_personalize_page: 입맛대로 구성하기 |
|
581 | label_personalize_page: 입맛대로 구성하기 | |
582 | label_comment: 댓글 |
|
582 | label_comment: 댓글 | |
583 | label_comment_plural: 댓글 |
|
583 | label_comment_plural: 댓글 | |
584 | label_x_comments: |
|
584 | label_x_comments: | |
585 | zero: 댓글 없음 |
|
585 | zero: 댓글 없음 | |
586 | one: 한 개의 댓글 |
|
586 | one: 한 개의 댓글 | |
587 | other: "{{count}} 개의 댓글" |
|
587 | other: "{{count}} 개의 댓글" | |
588 | label_comment_add: 댓글 추가 |
|
588 | label_comment_add: 댓글 추가 | |
589 | label_comment_added: 댓글이 추가되었습니다. |
|
589 | label_comment_added: 댓글이 추가되었습니다. | |
590 | label_comment_delete: 댓글 삭제 |
|
590 | label_comment_delete: 댓글 삭제 | |
591 | label_query: 검색양식 |
|
591 | label_query: 검색양식 | |
592 | label_query_plural: 검색양식 |
|
592 | label_query_plural: 검색양식 | |
593 | label_query_new: 새 검색양식 |
|
593 | label_query_new: 새 검색양식 | |
594 | label_filter_add: 검색조건 추가 |
|
594 | label_filter_add: 검색조건 추가 | |
595 | label_filter_plural: 검색조건 |
|
595 | label_filter_plural: 검색조건 | |
596 | label_equals: 이다 |
|
596 | label_equals: 이다 | |
597 | label_not_equals: 아니다 |
|
597 | label_not_equals: 아니다 | |
598 | label_in_less_than: 이내 |
|
598 | label_in_less_than: 이내 | |
599 | label_in_more_than: 이후 |
|
599 | label_in_more_than: 이후 | |
600 | label_greater_or_equal: ">=" |
|
600 | label_greater_or_equal: ">=" | |
601 | label_less_or_equal: "<=" |
|
601 | label_less_or_equal: "<=" | |
602 | label_in: 이내 |
|
602 | label_in: 이내 | |
603 | label_today: 오늘 |
|
603 | label_today: 오늘 | |
604 | label_all_time: 모든 시간 |
|
604 | label_all_time: 모든 시간 | |
605 | label_yesterday: 어제 |
|
605 | label_yesterday: 어제 | |
606 | label_this_week: 이번주 |
|
606 | label_this_week: 이번주 | |
607 | label_last_week: 지난 주 |
|
607 | label_last_week: 지난 주 | |
608 | label_last_n_days: "지난 {{count}} 일" |
|
608 | label_last_n_days: "지난 {{count}} 일" | |
609 | label_this_month: 이번 달 |
|
609 | label_this_month: 이번 달 | |
610 | label_last_month: 지난 달 |
|
610 | label_last_month: 지난 달 | |
611 | label_this_year: 올해 |
|
611 | label_this_year: 올해 | |
612 | label_date_range: 날짜 범위 |
|
612 | label_date_range: 날짜 범위 | |
613 | label_less_than_ago: 이전 |
|
613 | label_less_than_ago: 이전 | |
614 | label_more_than_ago: 이후 |
|
614 | label_more_than_ago: 이후 | |
615 | label_ago: 일 전 |
|
615 | label_ago: 일 전 | |
616 | label_contains: 포함되는 키워드 |
|
616 | label_contains: 포함되는 키워드 | |
617 | label_not_contains: 포함하지 않는 키워드 |
|
617 | label_not_contains: 포함하지 않는 키워드 | |
618 | label_day_plural: 일 |
|
618 | label_day_plural: 일 | |
619 | label_repository: 저장소 |
|
619 | label_repository: 저장소 | |
620 | label_repository_plural: 저장소 |
|
620 | label_repository_plural: 저장소 | |
621 | label_browse: 저장소 둘러보기 |
|
621 | label_browse: 저장소 둘러보기 | |
622 | label_modification: "{{count}} 변경" |
|
622 | label_modification: "{{count}} 변경" | |
623 | label_modification_plural: "{{count}} 변경" |
|
623 | label_modification_plural: "{{count}} 변경" | |
624 | label_revision: 개정판 |
|
624 | label_revision: 개정판 | |
625 | label_revision_plural: 개정판 |
|
625 | label_revision_plural: 개정판 | |
626 | label_associated_revisions: 관련된 개정판들 |
|
626 | label_associated_revisions: 관련된 개정판들 | |
627 | label_added: 추가됨 |
|
627 | label_added: 추가됨 | |
628 | label_modified: 변경됨 |
|
628 | label_modified: 변경됨 | |
629 | label_copied: 복사됨 |
|
629 | label_copied: 복사됨 | |
630 | label_renamed: 이름바뀜 |
|
630 | label_renamed: 이름바뀜 | |
631 | label_deleted: 삭제됨 |
|
631 | label_deleted: 삭제됨 | |
632 | label_latest_revision: 최근 개정판 |
|
632 | label_latest_revision: 최근 개정판 | |
633 | label_latest_revision_plural: 최근 개정판 |
|
633 | label_latest_revision_plural: 최근 개정판 | |
634 | label_view_revisions: 개정판 보기 |
|
634 | label_view_revisions: 개정판 보기 | |
635 | label_max_size: 최대 크기 |
|
635 | label_max_size: 최대 크기 | |
636 | label_sort_highest: 맨 위로 |
|
636 | label_sort_highest: 맨 위로 | |
637 | label_sort_higher: 위로 |
|
637 | label_sort_higher: 위로 | |
638 | label_sort_lower: 아래로 |
|
638 | label_sort_lower: 아래로 | |
639 | label_sort_lowest: 맨 아래로 |
|
639 | label_sort_lowest: 맨 아래로 | |
640 | label_roadmap: 로드맵 |
|
640 | label_roadmap: 로드맵 | |
641 | label_roadmap_due_in: "기한 {{value}}" |
|
641 | label_roadmap_due_in: "기한 {{value}}" | |
642 | label_roadmap_overdue: "{{value}} 지연" |
|
642 | label_roadmap_overdue: "{{value}} 지연" | |
643 | label_roadmap_no_issues: 이 버전에 해당하는 일감 없음 |
|
643 | label_roadmap_no_issues: 이 버전에 해당하는 일감 없음 | |
644 | label_search: 검색 |
|
644 | label_search: 검색 | |
645 | label_result_plural: 결과 |
|
645 | label_result_plural: 결과 | |
646 | label_all_words: 모든 단어 |
|
646 | label_all_words: 모든 단어 | |
647 | label_wiki: 위키 |
|
647 | label_wiki: 위키 | |
648 | label_wiki_edit: 위키 편집 |
|
648 | label_wiki_edit: 위키 편집 | |
649 | label_wiki_edit_plural: 위키 편집 |
|
649 | label_wiki_edit_plural: 위키 편집 | |
650 | label_wiki_page: 위키 페이지 |
|
650 | label_wiki_page: 위키 페이지 | |
651 | label_wiki_page_plural: 위키 페이지 |
|
651 | label_wiki_page_plural: 위키 페이지 | |
652 | label_index_by_title: 제목별 색인 |
|
652 | label_index_by_title: 제목별 색인 | |
653 | label_index_by_date: 날짜별 색인 |
|
653 | label_index_by_date: 날짜별 색인 | |
654 | label_current_version: 현재 버전 |
|
654 | label_current_version: 현재 버전 | |
655 | label_preview: 미리보기 |
|
655 | label_preview: 미리보기 | |
656 | label_feed_plural: 피드(Feeds) |
|
656 | label_feed_plural: 피드(Feeds) | |
657 | label_changes_details: 모든 상세 변경 내역 |
|
657 | label_changes_details: 모든 상세 변경 내역 | |
658 | label_issue_tracking: 일감 추적 |
|
658 | label_issue_tracking: 일감 추적 | |
659 | label_spent_time: 소요 시간 |
|
659 | label_spent_time: 소요 시간 | |
660 | label_f_hour: "{{value}} 시간" |
|
660 | label_f_hour: "{{value}} 시간" | |
661 | label_f_hour_plural: "{{value}} 시간" |
|
661 | label_f_hour_plural: "{{value}} 시간" | |
662 | label_time_tracking: 시간추적 |
|
662 | label_time_tracking: 시간추적 | |
663 | label_change_plural: 변경사항들 |
|
663 | label_change_plural: 변경사항들 | |
664 | label_statistics: 통계 |
|
664 | label_statistics: 통계 | |
665 | label_commits_per_month: 월별 제출 내역 |
|
665 | label_commits_per_month: 월별 제출 내역 | |
666 | label_commits_per_author: 저자별 제출 내역 |
|
666 | label_commits_per_author: 저자별 제출 내역 | |
667 | label_view_diff: 차이점 보기 |
|
667 | label_view_diff: 차이점 보기 | |
668 | label_diff_inline: 한줄로 |
|
668 | label_diff_inline: 한줄로 | |
669 | label_diff_side_by_side: 두줄로 |
|
669 | label_diff_side_by_side: 두줄로 | |
670 | label_options: 옵션 |
|
670 | label_options: 옵션 | |
671 | label_copy_workflow_from: 업무흐름 복사하기 |
|
671 | label_copy_workflow_from: 업무흐름 복사하기 | |
672 | label_permissions_report: 권한 보고서 |
|
672 | label_permissions_report: 권한 보고서 | |
673 | label_watched_issues: 지켜보고 있는 일감 |
|
673 | label_watched_issues: 지켜보고 있는 일감 | |
674 | label_related_issues: 연결된 일감 |
|
674 | label_related_issues: 연결된 일감 | |
675 | label_applied_status: 적용된 상태 |
|
675 | label_applied_status: 적용된 상태 | |
676 | label_loading: 읽는 중... |
|
676 | label_loading: 읽는 중... | |
677 | label_relation_new: 새 관계 |
|
677 | label_relation_new: 새 관계 | |
678 | label_relation_delete: 관계 지우기 |
|
678 | label_relation_delete: 관계 지우기 | |
679 | label_relates_to: "다음 일감과 관련됨:" |
|
679 | label_relates_to: "다음 일감과 관련됨:" | |
680 | label_duplicates: "다음 일감과 겹침:" |
|
680 | label_duplicates: "다음 일감과 겹침:" | |
681 | label_duplicated_by: "다음 일감과 겹침:" |
|
681 | label_duplicated_by: "다음 일감과 겹침:" | |
682 | label_blocks: "다음 일감의 해결을 막고 있음:" |
|
682 | label_blocks: "다음 일감의 해결을 막고 있음:" | |
683 | label_blocked_by: "다음 일감에게 막혀 있음:" |
|
683 | label_blocked_by: "다음 일감에게 막혀 있음:" | |
684 | label_precedes: "다음에 진행할 일감:" |
|
684 | label_precedes: "다음에 진행할 일감:" | |
685 | label_follows: "다음 일감을 우선 진행:" |
|
685 | label_follows: "다음 일감을 우선 진행:" | |
686 | label_end_to_start: end to start |
|
686 | label_end_to_start: end to start | |
687 | label_end_to_end: end to end |
|
687 | label_end_to_end: end to end | |
688 | label_start_to_start: start to start |
|
688 | label_start_to_start: start to start | |
689 | label_start_to_end: start to end |
|
689 | label_start_to_end: start to end | |
690 | label_stay_logged_in: 로그인 유지 |
|
690 | label_stay_logged_in: 로그인 유지 | |
691 | label_disabled: 비활성화 |
|
691 | label_disabled: 비활성화 | |
692 | label_show_completed_versions: 완료된 버전 보기 |
|
692 | label_show_completed_versions: 완료된 버전 보기 | |
693 | label_me: 나 |
|
693 | label_me: 나 | |
694 | label_board: 게시판 |
|
694 | label_board: 게시판 | |
695 | label_board_new: 새 게시판 |
|
695 | label_board_new: 새 게시판 | |
696 | label_board_plural: 게시판 |
|
696 | label_board_plural: 게시판 | |
697 | label_topic_plural: 주제 |
|
697 | label_topic_plural: 주제 | |
698 | label_message_plural: 글 |
|
698 | label_message_plural: 글 | |
699 | label_message_last: 마지막 글 |
|
699 | label_message_last: 마지막 글 | |
700 | label_message_new: 새글쓰기 |
|
700 | label_message_new: 새글쓰기 | |
701 | label_message_posted: 글 추가 |
|
701 | label_message_posted: 글 추가 | |
702 | label_reply_plural: 답글 |
|
702 | label_reply_plural: 답글 | |
703 | label_send_information: 사용자에게 계정정보를 보내기 |
|
703 | label_send_information: 사용자에게 계정정보를 보내기 | |
704 | label_year: 년 |
|
704 | label_year: 년 | |
705 | label_month: 월 |
|
705 | label_month: 월 | |
706 | label_week: 주 |
|
706 | label_week: 주 | |
707 | label_date_from: '기간:' |
|
707 | label_date_from: '기간:' | |
708 | label_date_to: ' ~ ' |
|
708 | label_date_to: ' ~ ' | |
709 | label_language_based: 언어설정에 따름 |
|
709 | label_language_based: 언어설정에 따름 | |
710 | label_sort_by: "{{value}}(으)로 정렬" |
|
710 | label_sort_by: "{{value}}(으)로 정렬" | |
711 | label_send_test_email: 테스트 메일 보내기 |
|
711 | label_send_test_email: 테스트 메일 보내기 | |
712 | label_feeds_access_key_created_on: "피드 접근 키가 {{value}} 이전에 생성되었습니다." |
|
712 | label_feeds_access_key_created_on: "피드 접근 키가 {{value}} 이전에 생성되었습니다." | |
713 | label_module_plural: 모듈 |
|
713 | label_module_plural: 모듈 | |
714 | label_added_time_by: "{{author}}이(가) {{age}} 전에 추가함" |
|
714 | label_added_time_by: "{{author}}이(가) {{age}} 전에 추가함" | |
715 | label_updated_time_by: "{{author}}이(가) {{age}} 전에 변경" |
|
715 | label_updated_time_by: "{{author}}이(가) {{age}} 전에 변경" | |
716 | label_updated_time: "{{value}} 전에 수정됨" |
|
716 | label_updated_time: "{{value}} 전에 수정됨" | |
717 | label_jump_to_a_project: 프로젝트 바로가기 |
|
717 | label_jump_to_a_project: 프로젝트 바로가기 | |
718 | label_file_plural: 파일 |
|
718 | label_file_plural: 파일 | |
719 | label_changeset_plural: 변경묶음 |
|
719 | label_changeset_plural: 변경묶음 | |
720 | label_default_columns: 기본 컬럼 |
|
720 | label_default_columns: 기본 컬럼 | |
721 | label_no_change_option: (수정 안함) |
|
721 | label_no_change_option: (수정 안함) | |
722 | label_bulk_edit_selected_issues: 선택된 일감들을 한꺼번에 수정하기 |
|
722 | label_bulk_edit_selected_issues: 선택된 일감들을 한꺼번에 수정하기 | |
723 | label_theme: 테마 |
|
723 | label_theme: 테마 | |
724 | label_default: 기본 |
|
724 | label_default: 기본 | |
725 | label_search_titles_only: 제목에서만 찾기 |
|
725 | label_search_titles_only: 제목에서만 찾기 | |
726 | label_user_mail_option_all: "내가 속한 프로젝트로들부터 모든 메일 받기" |
|
726 | label_user_mail_option_all: "내가 속한 프로젝트로들부터 모든 메일 받기" | |
727 | label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.." |
|
727 | label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.." | |
728 | label_user_mail_option_none: "내가 속하거나 감시 중인 사항에 대해서만" |
|
728 | label_user_mail_option_none: "내가 속하거나 감시 중인 사항에 대해서만" | |
729 | label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다." |
|
729 | label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다." | |
730 | label_registration_activation_by_email: 메일로 계정을 활성화하기 |
|
730 | label_registration_activation_by_email: 메일로 계정을 활성화하기 | |
731 | label_registration_automatic_activation: 자동 계정 활성화 |
|
731 | label_registration_automatic_activation: 자동 계정 활성화 | |
732 | label_registration_manual_activation: 수동 계정 활성화 |
|
732 | label_registration_manual_activation: 수동 계정 활성화 | |
733 | label_display_per_page: "페이지당 줄수: {{value}}" |
|
733 | label_display_per_page: "페이지당 줄수: {{value}}" | |
734 | label_age: 마지막 수정일 |
|
734 | label_age: 마지막 수정일 | |
735 | label_change_properties: 속성 변경 |
|
735 | label_change_properties: 속성 변경 | |
736 | label_general: 일반 |
|
736 | label_general: 일반 | |
737 | label_more: 제목 및 설명 수정 |
|
737 | label_more: 제목 및 설명 수정 | |
738 | label_scm: 형상관리시스템 |
|
738 | label_scm: 형상관리시스템 | |
739 | label_plugins: 플러그인 |
|
739 | label_plugins: 플러그인 | |
740 | label_ldap_authentication: LDAP 인증 |
|
740 | label_ldap_authentication: LDAP 인증 | |
741 | label_downloads_abbr: D/L |
|
741 | label_downloads_abbr: D/L | |
742 | label_optional_description: 부가적인 설명 |
|
742 | label_optional_description: 부가적인 설명 | |
743 | label_add_another_file: 다른 파일 추가 |
|
743 | label_add_another_file: 다른 파일 추가 | |
744 | label_preferences: 설정 |
|
744 | label_preferences: 설정 | |
745 | label_chronological_order: 시간 순으로 정렬 |
|
745 | label_chronological_order: 시간 순으로 정렬 | |
746 | label_reverse_chronological_order: 시간 역순으로 정렬 |
|
746 | label_reverse_chronological_order: 시간 역순으로 정렬 | |
747 | label_planning: 프로젝트계획 |
|
747 | label_planning: 프로젝트계획 | |
748 | label_incoming_emails: 수신 메일 |
|
748 | label_incoming_emails: 수신 메일 | |
749 | label_generate_key: 키 생성 |
|
749 | label_generate_key: 키 생성 | |
750 | label_issue_watchers: 일감지킴이 |
|
750 | label_issue_watchers: 일감지킴이 | |
751 | label_example: 예 |
|
751 | label_example: 예 | |
752 | label_display: 표시방식 |
|
752 | label_display: 표시방식 | |
753 | label_sort: 정렬 |
|
753 | label_sort: 정렬 | |
754 | label_ascending: 오름차순 |
|
754 | label_ascending: 오름차순 | |
755 | label_descending: 내림차순 |
|
755 | label_descending: 내림차순 | |
756 | label_date_from_to: "{{start}}부터 {{end}}까지" |
|
756 | label_date_from_to: "{{start}}부터 {{end}}까지" | |
757 | label_wiki_content_added: 위키페이지 추가 |
|
757 | label_wiki_content_added: 위키페이지 추가 | |
758 | label_wiki_content_updated: 위키페이지 수정 |
|
758 | label_wiki_content_updated: 위키페이지 수정 | |
759 |
|
759 | |||
760 | button_login: 로그인 |
|
760 | button_login: 로그인 | |
761 | button_submit: 확인 |
|
761 | button_submit: 확인 | |
762 | button_save: 저장 |
|
762 | button_save: 저장 | |
763 | button_check_all: 모두선택 |
|
763 | button_check_all: 모두선택 | |
764 | button_uncheck_all: 선택해제 |
|
764 | button_uncheck_all: 선택해제 | |
765 | button_delete: 삭제 |
|
765 | button_delete: 삭제 | |
766 | button_create: 만들기 |
|
766 | button_create: 만들기 | |
767 | button_create_and_continue: 만들고 계속하기 |
|
767 | button_create_and_continue: 만들고 계속하기 | |
768 | button_test: 테스트 |
|
768 | button_test: 테스트 | |
769 | button_edit: 편집 |
|
769 | button_edit: 편집 | |
770 | button_add: 추가 |
|
770 | button_add: 추가 | |
771 | button_change: 변경 |
|
771 | button_change: 변경 | |
772 | button_apply: 적용 |
|
772 | button_apply: 적용 | |
773 | button_clear: 지우기 |
|
773 | button_clear: 지우기 | |
774 | button_lock: 잠금 |
|
774 | button_lock: 잠금 | |
775 | button_unlock: 잠금해제 |
|
775 | button_unlock: 잠금해제 | |
776 | button_download: 다운로드 |
|
776 | button_download: 다운로드 | |
777 | button_list: 목록 |
|
777 | button_list: 목록 | |
778 | button_view: 보기 |
|
778 | button_view: 보기 | |
779 | button_move: 이동 |
|
779 | button_move: 이동 | |
780 | button_back: 뒤로 |
|
780 | button_back: 뒤로 | |
781 | button_cancel: 취소 |
|
781 | button_cancel: 취소 | |
782 | button_activate: 활성화 |
|
782 | button_activate: 활성화 | |
783 | button_sort: 정렬 |
|
783 | button_sort: 정렬 | |
784 | button_log_time: 작업시간 기록 |
|
784 | button_log_time: 작업시간 기록 | |
785 | button_rollback: 이 버전으로 되돌리기 |
|
785 | button_rollback: 이 버전으로 되돌리기 | |
786 | button_watch: 지켜보기 |
|
786 | button_watch: 지켜보기 | |
787 | button_unwatch: 관심끄기 |
|
787 | button_unwatch: 관심끄기 | |
788 | button_reply: 답글 |
|
788 | button_reply: 답글 | |
789 | button_archive: 잠금보관 |
|
789 | button_archive: 잠금보관 | |
790 | button_unarchive: 잠금보관해제 |
|
790 | button_unarchive: 잠금보관해제 | |
791 | button_reset: 초기화 |
|
791 | button_reset: 초기화 | |
792 | button_rename: 이름바꾸기 |
|
792 | button_rename: 이름바꾸기 | |
793 | button_change_password: 비밀번호 바꾸기 |
|
793 | button_change_password: 비밀번호 바꾸기 | |
794 | button_copy: 복사 |
|
794 | button_copy: 복사 | |
795 | button_annotate: 이력해설 |
|
795 | button_annotate: 이력해설 | |
796 | button_update: 수정 |
|
796 | button_update: 수정 | |
797 | button_configure: 설정 |
|
797 | button_configure: 설정 | |
798 | button_quote: 댓글달기 |
|
798 | button_quote: 댓글달기 | |
799 |
|
799 | |||
800 | status_active: 사용중 |
|
800 | status_active: 사용중 | |
801 | status_registered: 등록대기 |
|
801 | status_registered: 등록대기 | |
802 | status_locked: 잠김 |
|
802 | status_locked: 잠김 | |
803 |
|
803 | |||
804 | text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요. |
|
804 | text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요. | |
805 | text_regexp_info: 예) ^[A-Z0-9]+$ |
|
805 | text_regexp_info: 예) ^[A-Z0-9]+$ | |
806 | text_min_max_length_info: 0 는 제한이 없음을 의미함 |
|
806 | text_min_max_length_info: 0 는 제한이 없음을 의미함 | |
807 | text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까? |
|
807 | text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까? | |
808 | text_subprojects_destroy_warning: "하위 프로젝트({{value}})이(가) 자동으로 지워질 것입니다." |
|
808 | text_subprojects_destroy_warning: "하위 프로젝트({{value}})이(가) 자동으로 지워질 것입니다." | |
809 | text_workflow_edit: 업무흐름 수정하려면 역할과 일감유형을 선택하세요. |
|
809 | text_workflow_edit: 업무흐름 수정하려면 역할과 일감유형을 선택하세요. | |
810 | text_are_you_sure: 계속 진행 하시겠습니까? |
|
810 | text_are_you_sure: 계속 진행 하시겠습니까? | |
811 | text_tip_task_begin_day: 오늘 시작하는 업무(task) |
|
811 | text_tip_task_begin_day: 오늘 시작하는 업무(task) | |
812 | text_tip_task_end_day: 오늘 종료하는 업무(task) |
|
812 | text_tip_task_end_day: 오늘 종료하는 업무(task) | |
813 | text_tip_task_begin_end_day: 오늘 시작하고 종료하는 업무(task) |
|
813 | text_tip_task_begin_end_day: 오늘 시작하고 종료하는 업무(task) | |
814 | text_project_identifier_info: '영문 소문자(a-z) 및 숫자, 대쉬(-) 가능.<br />저장된후에는 식별자 변경 불가능.' |
|
814 | text_project_identifier_info: '영문 소문자(a-z) 및 숫자, 대쉬(-) 가능.<br />저장된후에는 식별자 변경 불가능.' | |
815 | text_caracters_maximum: "최대 {{count}} 글자 가능" |
|
815 | text_caracters_maximum: "최대 {{count}} 글자 가능" | |
816 | text_caracters_minimum: "최소한 {{count}} 글자 이상이어야 합니다." |
|
816 | text_caracters_minimum: "최소한 {{count}} 글자 이상이어야 합니다." | |
817 | text_length_between: "{{min}} 에서 {{max}} 글자" |
|
817 | text_length_between: "{{min}} 에서 {{max}} 글자" | |
818 | text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다. |
|
818 | text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다. | |
819 | text_unallowed_characters: 허용되지 않는 문자열 |
|
819 | text_unallowed_characters: 허용되지 않는 문자열 | |
820 | text_comma_separated: "구분자','를 이용해서 여러 개의 값을 입력할 수 있습니다." |
|
820 | text_comma_separated: "구분자','를 이용해서 여러 개의 값을 입력할 수 있습니다." | |
821 | text_issues_ref_in_commit_messages: 제출 메시지에서 일감을 참조하거나 해결하기 |
|
821 | text_issues_ref_in_commit_messages: 제출 메시지에서 일감을 참조하거나 해결하기 | |
822 | text_issue_added: "{{author}}이(가) 일감 {{id}}을(를) 보고하였습니다." |
|
822 | text_issue_added: "{{author}}이(가) 일감 {{id}}을(를) 보고하였습니다." | |
823 | text_issue_updated: "{{author}}이(가) 일감 {{id}}을(를) 수정하였습니다." |
|
823 | text_issue_updated: "{{author}}이(가) 일감 {{id}}을(를) 수정하였습니다." | |
824 | text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까? |
|
824 | text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까? | |
825 | text_issue_category_destroy_question: "일부 일감들({{count}}개)이 이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?" |
|
825 | text_issue_category_destroy_question: "일부 일감들({{count}}개)이 이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?" | |
826 | text_issue_category_destroy_assignments: 범주 지정 지우기 |
|
826 | text_issue_category_destroy_assignments: 범주 지정 지우기 | |
827 | text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기 |
|
827 | text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기 | |
828 | text_user_mail_option: "선택하지 않은 프로젝트에서도, 지켜보는 중이거나 속해있는 사항(일감을 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다." |
|
828 | text_user_mail_option: "선택하지 않은 프로젝트에서도, 지켜보는 중이거나 속해있는 사항(일감을 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다." | |
829 | text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어들이는 것을 권장합니다. 읽어들인 후에 수정할 수 있습니다." |
|
829 | text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어들이는 것을 권장합니다. 읽어들인 후에 수정할 수 있습니다." | |
830 | text_load_default_configuration: 기본 설정을 읽어들이기 |
|
830 | text_load_default_configuration: 기본 설정을 읽어들이기 | |
831 | text_status_changed_by_changeset: "변경묶음 {{value}}에 의하여 변경됨" |
|
831 | text_status_changed_by_changeset: "변경묶음 {{value}}에 의하여 변경됨" | |
832 | text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?' |
|
832 | text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?' | |
833 | text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:' |
|
833 | text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:' | |
834 | text_default_administrator_account_changed: 기본 관리자 계정이 변경 |
|
834 | text_default_administrator_account_changed: 기본 관리자 계정이 변경 | |
835 | text_file_repository_writable: 파일 저장소 쓰기 가능 |
|
835 | text_file_repository_writable: 파일 저장소 쓰기 가능 | |
836 | text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능 |
|
836 | text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능 | |
837 | text_rmagick_available: RMagick 사용 가능 (선택적) |
|
837 | text_rmagick_available: RMagick 사용 가능 (선택적) | |
838 | text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까? |
|
838 | text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까? | |
839 | text_destroy_time_entries: 보고된 시간을 삭제하기 |
|
839 | text_destroy_time_entries: 보고된 시간을 삭제하기 | |
840 | text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기 |
|
840 | text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기 | |
841 | text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:' |
|
841 | text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:' | |
842 | text_user_wrote: "{{value}}의 덧글:" |
|
842 | text_user_wrote: "{{value}}의 덧글:" | |
843 | text_enumeration_category_reassign_to: '새로운 값을 설정:' |
|
843 | text_enumeration_category_reassign_to: '새로운 값을 설정:' | |
844 | text_enumeration_destroy_question: "{{count}} 개의 일감이 이 값을 사용하고 있습니다." |
|
844 | text_enumeration_destroy_question: "{{count}} 개의 일감이 이 값을 사용하고 있습니다." | |
845 | text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/email.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다." |
|
845 | text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/email.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다." | |
846 | text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다." |
|
846 | text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다." | |
847 | text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.' |
|
847 | text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.' | |
848 | text_custom_field_possible_values_info: '각 값 당 한 줄' |
|
848 | text_custom_field_possible_values_info: '각 값 당 한 줄' | |
849 | text_wiki_page_destroy_question: 이 페이지는 {{descendants}} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까? |
|
849 | text_wiki_page_destroy_question: 이 페이지는 {{descendants}} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까? | |
850 | text_wiki_page_nullify_children: 하위 페이지를 최상위 페이지 아래로 지정 |
|
850 | text_wiki_page_nullify_children: 하위 페이지를 최상위 페이지 아래로 지정 | |
851 | text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제 |
|
851 | text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제 | |
852 | text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정 |
|
852 | text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정 | |
853 |
|
853 | |||
854 | default_role_manager: 관리자 |
|
854 | default_role_manager: 관리자 | |
855 | default_role_developper: 개발자 |
|
855 | default_role_developper: 개발자 | |
856 | default_role_reporter: 보고자 |
|
856 | default_role_reporter: 보고자 | |
857 | default_tracker_bug: 결함 |
|
857 | default_tracker_bug: 결함 | |
858 | default_tracker_feature: 새기능 |
|
858 | default_tracker_feature: 새기능 | |
859 | default_tracker_support: 지원 |
|
859 | default_tracker_support: 지원 | |
860 | default_issue_status_new: 신규 |
|
860 | default_issue_status_new: 신규 | |
861 | default_issue_status_in_progress: 진행 |
|
861 | default_issue_status_in_progress: 진행 | |
862 | default_issue_status_resolved: 해결 |
|
862 | default_issue_status_resolved: 해결 | |
863 | default_issue_status_feedback: 의견 |
|
863 | default_issue_status_feedback: 의견 | |
864 | default_issue_status_closed: 완료 |
|
864 | default_issue_status_closed: 완료 | |
865 | default_issue_status_rejected: 거절 |
|
865 | default_issue_status_rejected: 거절 | |
866 | default_doc_category_user: 사용자 문서 |
|
866 | default_doc_category_user: 사용자 문서 | |
867 | default_doc_category_tech: 기술 문서 |
|
867 | default_doc_category_tech: 기술 문서 | |
868 | default_priority_low: 낮음 |
|
868 | default_priority_low: 낮음 | |
869 | default_priority_normal: 보통 |
|
869 | default_priority_normal: 보통 | |
870 | default_priority_high: 높음 |
|
870 | default_priority_high: 높음 | |
871 | default_priority_urgent: 긴급 |
|
871 | default_priority_urgent: 긴급 | |
872 | default_priority_immediate: 즉시 |
|
872 | default_priority_immediate: 즉시 | |
873 | default_activity_design: 설계 |
|
873 | default_activity_design: 설계 | |
874 | default_activity_development: 개발 |
|
874 | default_activity_development: 개발 | |
875 |
|
875 | |||
876 | enumeration_issue_priorities: 일감 우선순위 |
|
876 | enumeration_issue_priorities: 일감 우선순위 | |
877 | enumeration_doc_categories: 문서 범주 |
|
877 | enumeration_doc_categories: 문서 범주 | |
878 | enumeration_activities: 작업분류(시간추적) |
|
878 | enumeration_activities: 작업분류(시간추적) | |
879 |
|
879 | |||
880 | field_issue_to: 관련 일감 |
|
880 | field_issue_to: 관련 일감 | |
881 | label_view_all_revisions: 모든 개정판 표시 |
|
881 | label_view_all_revisions: 모든 개정판 표시 | |
882 | label_tag: 표지(票識)저장소 |
|
882 | label_tag: 표지(票識)저장소 | |
883 | label_branch: 분기(分岐)저장소 |
|
883 | label_branch: 분기(分岐)저장소 | |
884 | error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오. |
|
884 | error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오. | |
885 | error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")' |
|
885 | error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")' | |
886 | text_journal_changed: "{{label}}을(를) {{old}}에서 {{new}}(으)로 변경되었습니다." |
|
886 | text_journal_changed: "{{label}}을(를) {{old}}에서 {{new}}(으)로 변경되었습니다." | |
887 | text_journal_set_to: "{{label}}을(를) {{value}}(으)로 지정되었습니다." |
|
887 | text_journal_set_to: "{{label}}을(를) {{value}}(으)로 지정되었습니다." | |
888 | text_journal_deleted: "{{label}} 값이 지워졌습니다. ({{old}})" |
|
888 | text_journal_deleted: "{{label}} 값이 지워졌습니다. ({{old}})" | |
889 | label_group_plural: 그룹 |
|
889 | label_group_plural: 그룹 | |
890 | label_group: 그룹 |
|
890 | label_group: 그룹 | |
891 | label_group_new: 새 그룹 |
|
891 | label_group_new: 새 그룹 | |
892 | label_time_entry_plural: 작업시간 |
|
892 | label_time_entry_plural: 작업시간 | |
893 | text_journal_added: "{{label}}에 {{value}}이(가) 추가되었습니다." |
|
893 | text_journal_added: "{{label}}에 {{value}}이(가) 추가되었습니다." | |
894 | field_active: 사용중 |
|
894 | field_active: 사용중 | |
895 | enumeration_system_activity: 시스템 작업 |
|
895 | enumeration_system_activity: 시스템 작업 | |
896 | permission_delete_issue_watchers: 일감지킴이 지우기 |
|
896 | permission_delete_issue_watchers: 일감지킴이 지우기 | |
897 | version_status_closed: 닫힘 |
|
897 | version_status_closed: 닫힘 | |
898 | version_status_locked: 잠김 |
|
898 | version_status_locked: 잠김 | |
899 | version_status_open: 진행 |
|
899 | version_status_open: 진행 | |
900 | error_can_not_reopen_issue_on_closed_version: 닫힌 버전에 할당된 일감은 다시 재발생시킬 수 없습니다. |
|
900 | error_can_not_reopen_issue_on_closed_version: 닫힌 버전에 할당된 일감은 다시 재발생시킬 수 없습니다. | |
901 | label_user_anonymous: 이름없음 |
|
901 | label_user_anonymous: 이름없음 | |
902 | button_move_and_follow: 이동하고 따라가기 |
|
902 | button_move_and_follow: 이동하고 따라가기 | |
903 | setting_default_projects_modules: 새 프로젝트에 기본적으로 활성화될 모듈 |
|
903 | setting_default_projects_modules: 새 프로젝트에 기본적으로 활성화될 모듈 | |
904 | setting_gravatar_default: 기본 그라바타 이미지 |
|
904 | setting_gravatar_default: 기본 그라바타 이미지 | |
905 | field_sharing: 공유 |
|
905 | field_sharing: 공유 | |
906 | label_version_sharing_hierarchy: 상위 및 하위 프로젝트 |
|
906 | label_version_sharing_hierarchy: 상위 및 하위 프로젝트 | |
907 | label_version_sharing_system: 모든 프로젝트 |
|
907 | label_version_sharing_system: 모든 프로젝트 | |
908 | label_version_sharing_descendants: 하위 프로젝트 |
|
908 | label_version_sharing_descendants: 하위 프로젝트 | |
909 | label_version_sharing_tree: 최상위 및 모든 하위 프로젝트 |
|
909 | label_version_sharing_tree: 최상위 및 모든 하위 프로젝트 | |
910 | label_version_sharing_none: 공유없음 |
|
910 | label_version_sharing_none: 공유없음 | |
911 | error_can_not_archive_project: 이 프로젝트를 잠금보관할 수 없습니다. |
|
911 | error_can_not_archive_project: 이 프로젝트를 잠금보관할 수 없습니다. | |
912 | button_duplicate: 복제 |
|
912 | button_duplicate: 복제 | |
913 | button_copy_and_follow: 복사하고 따라가기 |
|
913 | button_copy_and_follow: 복사하고 따라가기 | |
914 | label_copy_source: 원본 |
|
914 | label_copy_source: 원본 | |
915 | setting_issue_done_ratio: 일감의 진척도 계산방법 |
|
915 | setting_issue_done_ratio: 일감의 진척도 계산방법 | |
916 | setting_issue_done_ratio_issue_status: 일감 상태를 사용하기 |
|
916 | setting_issue_done_ratio_issue_status: 일감 상태를 사용하기 | |
917 | error_issue_done_ratios_not_updated: 일감 진척도가 수정되지 않았습니다. |
|
917 | error_issue_done_ratios_not_updated: 일감 진척도가 수정되지 않았습니다. | |
918 | error_workflow_copy_target: 대상 일감유형과 역할을 선택하세요. |
|
918 | error_workflow_copy_target: 대상 일감유형과 역할을 선택하세요. | |
919 | setting_issue_done_ratio_issue_field: 일감 수정에서 진척도 입력하기 |
|
919 | setting_issue_done_ratio_issue_field: 일감 수정에서 진척도 입력하기 | |
920 | label_copy_same_as_target: 대상과 같음. |
|
920 | label_copy_same_as_target: 대상과 같음. | |
921 | label_copy_target: 대상 |
|
921 | label_copy_target: 대상 | |
922 | notice_issue_done_ratios_updated: 일감 진척도가 수정되었습니다. |
|
922 | notice_issue_done_ratios_updated: 일감 진척도가 수정되었습니다. | |
923 | error_workflow_copy_source: 원본 일감유형이나 역할을 선택하세요. |
|
923 | error_workflow_copy_source: 원본 일감유형이나 역할을 선택하세요. | |
924 | label_update_issue_done_ratios: 모든 일감 진척도 갱신하기 |
|
924 | label_update_issue_done_ratios: 모든 일감 진척도 갱신하기 | |
925 | setting_start_of_week: 달력 시작 요일 |
|
925 | setting_start_of_week: 달력 시작 요일 | |
926 | permission_view_issues: 일감 보기 |
|
926 | permission_view_issues: 일감 보기 | |
927 | label_display_used_statuses_only: 이 일감유형에서 사용되는 상태만 보여주기 |
|
927 | label_display_used_statuses_only: 이 일감유형에서 사용되는 상태만 보여주기 | |
928 | label_revision_id: 개정판 {{value}} |
|
928 | label_revision_id: 개정판 {{value}} | |
929 | label_api_access_key: API 접근키 |
|
929 | label_api_access_key: API 접근키 | |
930 | label_api_access_key_created_on: API 접근키가 {{value}} 전에 생성되었습니다. |
|
930 | label_api_access_key_created_on: API 접근키가 {{value}} 전에 생성되었습니다. | |
931 | label_feeds_access_key: RSS 접근키 |
|
931 | label_feeds_access_key: RSS 접근키 | |
932 | notice_api_access_key_reseted: API 접근키가 초기화되었습니다. |
|
932 | notice_api_access_key_reseted: API 접근키가 초기화되었습니다. | |
933 | setting_rest_api_enabled: REST 웹서비스 활성화 |
|
933 | setting_rest_api_enabled: REST 웹서비스 활성화 | |
934 | label_missing_api_access_key: API 접근키가 없습니다. |
|
934 | label_missing_api_access_key: API 접근키가 없습니다. | |
935 | label_missing_feeds_access_key: RSS 접근키가 없습니다. |
|
935 | label_missing_feeds_access_key: RSS 접근키가 없습니다. | |
936 | button_show: 보기 |
|
936 | button_show: 보기 | |
937 | text_line_separated: 여러 값이 허용됨(값 마다 한 줄씩) |
|
937 | text_line_separated: 여러 값이 허용됨(값 마다 한 줄씩) | |
938 | setting_mail_handler_body_delimiters: 메일 본문 구분자 |
|
938 | setting_mail_handler_body_delimiters: 메일 본문 구분자 | |
939 | permission_add_subprojects: 하위 프로젝트 만들기 |
|
939 | permission_add_subprojects: 하위 프로젝트 만들기 | |
940 | label_subproject_new: 새 하위 프로젝트 |
|
940 | label_subproject_new: 새 하위 프로젝트 | |
941 | text_own_membership_delete_confirmation: |- |
|
941 | text_own_membership_delete_confirmation: |- | |
942 | 권한들 일부 또는 전부를 막 삭제하려고 하고 있습니다. 그렇게 되면 이 프로젝트를 더이상 수정할 수 없게 됩니다. |
|
942 | 권한들 일부 또는 전부를 막 삭제하려고 하고 있습니다. 그렇게 되면 이 프로젝트를 더이상 수정할 수 없게 됩니다. | |
943 | 계속하시겠습니까? |
|
943 | 계속하시겠습니까? | |
944 | label_close_versions: 완료된 버전 닫기 |
|
944 | label_close_versions: 완료된 버전 닫기 | |
945 | label_board_sticky: 붙박이 |
|
945 | label_board_sticky: 붙박이 | |
946 | label_board_locked: 잠금 |
|
946 | label_board_locked: 잠금 | |
947 | permission_export_wiki_pages: 위키 페이지 내보내기 |
|
947 | permission_export_wiki_pages: 위키 페이지 내보내기 | |
948 | setting_cache_formatted_text: 형식을 가진 텍스트 빠른 임시 기억 |
|
948 | setting_cache_formatted_text: 형식을 가진 텍스트 빠른 임시 기억 | |
949 | permission_manage_project_activities: 프로젝트 작업내역 관리 |
|
949 | permission_manage_project_activities: 프로젝트 작업내역 관리 | |
950 | error_unable_delete_issue_status: 일감 상태를 지울 수 없습니다. |
|
950 | error_unable_delete_issue_status: 일감 상태를 지울 수 없습니다. | |
951 | label_profile: 사용자정보 |
|
951 | label_profile: 사용자정보 | |
952 |
permission_manage_subtasks: |
|
952 | permission_manage_subtasks: 하위 일감 관리 | |
953 |
field_parent_issue: |
|
953 | field_parent_issue: 상위 일감 | |
954 |
label_subtask_plural: |
|
954 | label_subtask_plural: 하위 일감 | |
955 | label_project_copy_notifications: Send email notifications during the project copy |
|
955 | label_project_copy_notifications: 프로젝트 복사 중에 이메일 알림 보내기 | |
956 |
error_can_not_delete_custom_field: |
|
956 | error_can_not_delete_custom_field: 사용자 정의 필드를 삭제할 수 없습니다. | |
957 |
error_unable_to_connect: |
|
957 | error_unable_to_connect: 연결할 수 없습니다(({{value}}) | |
958 | error_can_not_remove_role: This role is in use and can not be deleted. |
|
958 | error_can_not_remove_role: 이 역할은 현재 사용 중이이서 삭제할 수 없습니다. | |
959 | error_can_not_delete_tracker: This tracker contains issues and can't be deleted. |
|
959 | error_can_not_delete_tracker: 이 유형의 일감들이 있에서 삭제할 수 없습니다. |
@@ -1,927 +1,927 | |||||
1 | pt-BR: |
|
1 | pt-BR: | |
2 | # formatos de data e hora |
|
2 | # formatos de data e hora | |
3 | date: |
|
3 | date: | |
4 | formats: |
|
4 | formats: | |
5 | default: "%d/%m/%Y" |
|
5 | default: "%d/%m/%Y" | |
6 | short: "%d de %B" |
|
6 | short: "%d de %B" | |
7 | long: "%d de %B de %Y" |
|
7 | long: "%d de %B de %Y" | |
8 | only_day: "%d" |
|
8 | only_day: "%d" | |
9 |
|
9 | |||
10 | day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado] |
|
10 | day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado] | |
11 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] |
|
11 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] | |
12 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] |
|
12 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] | |
13 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] |
|
13 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] | |
14 | order: [:day,:month,:year] |
|
14 | order: [:day,:month,:year] | |
15 |
|
15 | |||
16 | time: |
|
16 | time: | |
17 | formats: |
|
17 | formats: | |
18 | default: "%A, %d de %B de %Y, %H:%M hs" |
|
18 | default: "%A, %d de %B de %Y, %H:%M hs" | |
19 | time: "%H:%M hs" |
|
19 | time: "%H:%M hs" | |
20 | short: "%d/%m, %H:%M hs" |
|
20 | short: "%d/%m, %H:%M hs" | |
21 | long: "%A, %d de %B de %Y, %H:%M hs" |
|
21 | long: "%A, %d de %B de %Y, %H:%M hs" | |
22 | only_second: "%S" |
|
22 | only_second: "%S" | |
23 | datetime: |
|
23 | datetime: | |
24 | formats: |
|
24 | formats: | |
25 | default: "%Y-%m-%dT%H:%M:%S%Z" |
|
25 | default: "%Y-%m-%dT%H:%M:%S%Z" | |
26 | am: '' |
|
26 | am: '' | |
27 | pm: '' |
|
27 | pm: '' | |
28 |
|
28 | |||
29 | # date helper distancia em palavras |
|
29 | # date helper distancia em palavras | |
30 | datetime: |
|
30 | datetime: | |
31 | distance_in_words: |
|
31 | distance_in_words: | |
32 | half_a_minute: 'meio minuto' |
|
32 | half_a_minute: 'meio minuto' | |
33 | less_than_x_seconds: |
|
33 | less_than_x_seconds: | |
34 | one: 'menos de 1 segundo' |
|
34 | one: 'menos de 1 segundo' | |
35 | other: 'menos de {{count}} segundos' |
|
35 | other: 'menos de {{count}} segundos' | |
36 |
|
36 | |||
37 | x_seconds: |
|
37 | x_seconds: | |
38 | one: '1 segundo' |
|
38 | one: '1 segundo' | |
39 | other: '{{count}} segundos' |
|
39 | other: '{{count}} segundos' | |
40 |
|
40 | |||
41 | less_than_x_minutes: |
|
41 | less_than_x_minutes: | |
42 | one: 'menos de um minuto' |
|
42 | one: 'menos de um minuto' | |
43 | other: 'menos de {{count}} minutos' |
|
43 | other: 'menos de {{count}} minutos' | |
44 |
|
44 | |||
45 | x_minutes: |
|
45 | x_minutes: | |
46 | one: '1 minuto' |
|
46 | one: '1 minuto' | |
47 | other: '{{count}} minutos' |
|
47 | other: '{{count}} minutos' | |
48 |
|
48 | |||
49 | about_x_hours: |
|
49 | about_x_hours: | |
50 | one: 'aproximadamente 1 hora' |
|
50 | one: 'aproximadamente 1 hora' | |
51 | other: 'aproximadamente {{count}} horas' |
|
51 | other: 'aproximadamente {{count}} horas' | |
52 |
|
52 | |||
53 | x_days: |
|
53 | x_days: | |
54 | one: '1 dia' |
|
54 | one: '1 dia' | |
55 | other: '{{count}} dias' |
|
55 | other: '{{count}} dias' | |
56 |
|
56 | |||
57 | about_x_months: |
|
57 | about_x_months: | |
58 | one: 'aproximadamente 1 mês' |
|
58 | one: 'aproximadamente 1 mês' | |
59 | other: 'aproximadamente {{count}} meses' |
|
59 | other: 'aproximadamente {{count}} meses' | |
60 |
|
60 | |||
61 | x_months: |
|
61 | x_months: | |
62 | one: '1 mês' |
|
62 | one: '1 mês' | |
63 | other: '{{count}} meses' |
|
63 | other: '{{count}} meses' | |
64 |
|
64 | |||
65 | about_x_years: |
|
65 | about_x_years: | |
66 | one: 'aproximadamente 1 ano' |
|
66 | one: 'aproximadamente 1 ano' | |
67 | other: 'aproximadamente {{count}} anos' |
|
67 | other: 'aproximadamente {{count}} anos' | |
68 |
|
68 | |||
69 | over_x_years: |
|
69 | over_x_years: | |
70 | one: 'mais de 1 ano' |
|
70 | one: 'mais de 1 ano' | |
71 | other: 'mais de {{count}} anos' |
|
71 | other: 'mais de {{count}} anos' | |
72 | almost_x_years: |
|
72 | almost_x_years: | |
73 | one: "almost 1 year" |
|
73 | one: "almost 1 year" | |
74 | other: "almost {{count}} years" |
|
74 | other: "almost {{count}} years" | |
75 |
|
75 | |||
76 | # numeros |
|
76 | # numeros | |
77 | number: |
|
77 | number: | |
78 | format: |
|
78 | format: | |
79 | precision: 3 |
|
79 | precision: 3 | |
80 | separator: ',' |
|
80 | separator: ',' | |
81 | delimiter: '.' |
|
81 | delimiter: '.' | |
82 | currency: |
|
82 | currency: | |
83 | format: |
|
83 | format: | |
84 | unit: 'R$' |
|
84 | unit: 'R$' | |
85 | precision: 2 |
|
85 | precision: 2 | |
86 | format: '%u %n' |
|
86 | format: '%u %n' | |
87 | separator: ',' |
|
87 | separator: ',' | |
88 | delimiter: '.' |
|
88 | delimiter: '.' | |
89 | percentage: |
|
89 | percentage: | |
90 | format: |
|
90 | format: | |
91 | delimiter: '.' |
|
91 | delimiter: '.' | |
92 | precision: |
|
92 | precision: | |
93 | format: |
|
93 | format: | |
94 | delimiter: '.' |
|
94 | delimiter: '.' | |
95 | human: |
|
95 | human: | |
96 | format: |
|
96 | format: | |
97 | precision: 1 |
|
97 | precision: 1 | |
98 | delimiter: '.' |
|
98 | delimiter: '.' | |
99 | storage_units: |
|
99 | storage_units: | |
100 | format: "%n %u" |
|
100 | format: "%n %u" | |
101 | units: |
|
101 | units: | |
102 | byte: |
|
102 | byte: | |
103 | one: "Byte" |
|
103 | one: "Byte" | |
104 | other: "Bytes" |
|
104 | other: "Bytes" | |
105 | kb: "KB" |
|
105 | kb: "KB" | |
106 | mb: "MB" |
|
106 | mb: "MB" | |
107 | gb: "GB" |
|
107 | gb: "GB" | |
108 | tb: "TB" |
|
108 | tb: "TB" | |
109 | support: |
|
109 | support: | |
110 | array: |
|
110 | array: | |
111 | sentence_connector: "e" |
|
111 | sentence_connector: "e" | |
112 | skip_last_comma: true |
|
112 | skip_last_comma: true | |
113 |
|
113 | |||
114 | # Active Record |
|
114 | # Active Record | |
115 | activerecord: |
|
115 | activerecord: | |
116 | errors: |
|
116 | errors: | |
117 | template: |
|
117 | template: | |
118 | header: |
|
118 | header: | |
119 | one: "model não pode ser salvo: 1 erro" |
|
119 | one: "model não pode ser salvo: 1 erro" | |
120 | other: "model não pode ser salvo: {{count}} erros." |
|
120 | other: "model não pode ser salvo: {{count}} erros." | |
121 | body: "Por favor, verifique os seguintes campos:" |
|
121 | body: "Por favor, verifique os seguintes campos:" | |
122 | messages: |
|
122 | messages: | |
123 | inclusion: "não está incluso na lista" |
|
123 | inclusion: "não está incluso na lista" | |
124 | exclusion: "não está disponível" |
|
124 | exclusion: "não está disponível" | |
125 | invalid: "não é válido" |
|
125 | invalid: "não é válido" | |
126 | confirmation: "não está de acordo com a confirmação" |
|
126 | confirmation: "não está de acordo com a confirmação" | |
127 | accepted: "precisa ser aceito" |
|
127 | accepted: "precisa ser aceito" | |
128 | empty: "não pode ficar vazio" |
|
128 | empty: "não pode ficar vazio" | |
129 | blank: "não pode ficar vazio" |
|
129 | blank: "não pode ficar vazio" | |
130 | too_long: "é muito longo (máximo: {{count}} caracteres)" |
|
130 | too_long: "é muito longo (máximo: {{count}} caracteres)" | |
131 | too_short: "é muito curto (mínimon: {{count}} caracteres)" |
|
131 | too_short: "é muito curto (mínimon: {{count}} caracteres)" | |
132 | wrong_length: "deve ter {{count}} caracteres" |
|
132 | wrong_length: "deve ter {{count}} caracteres" | |
133 | taken: "não está disponível" |
|
133 | taken: "não está disponível" | |
134 | not_a_number: "não é um número" |
|
134 | not_a_number: "não é um número" | |
135 | greater_than: "precisa ser maior do que {{count}}" |
|
135 | greater_than: "precisa ser maior do que {{count}}" | |
136 | greater_than_or_equal_to: "precisa ser maior ou igual a {{count}}" |
|
136 | greater_than_or_equal_to: "precisa ser maior ou igual a {{count}}" | |
137 | equal_to: "precisa ser igual a {{count}}" |
|
137 | equal_to: "precisa ser igual a {{count}}" | |
138 | less_than: "precisa ser menor do que {{count}}" |
|
138 | less_than: "precisa ser menor do que {{count}}" | |
139 | less_than_or_equal_to: "precisa ser menor ou igual a {{count}}" |
|
139 | less_than_or_equal_to: "precisa ser menor ou igual a {{count}}" | |
140 | odd: "precisa ser ímpar" |
|
140 | odd: "precisa ser ímpar" | |
141 | even: "precisa ser par" |
|
141 | even: "precisa ser par" | |
142 | greater_than_start_date: "deve ser maior que a data inicial" |
|
142 | greater_than_start_date: "deve ser maior que a data inicial" | |
143 | not_same_project: "não pertence ao mesmo projeto" |
|
143 | not_same_project: "não pertence ao mesmo projeto" | |
144 | circular_dependency: "Esta relação geraria uma dependência circular" |
|
144 | circular_dependency: "Esta relação geraria uma dependência circular" | |
145 |
|
145 | |||
146 | actionview_instancetag_blank_option: Selecione |
|
146 | actionview_instancetag_blank_option: Selecione | |
147 |
|
147 | |||
148 | general_text_No: 'Não' |
|
148 | general_text_No: 'Não' | |
149 | general_text_Yes: 'Sim' |
|
149 | general_text_Yes: 'Sim' | |
150 | general_text_no: 'não' |
|
150 | general_text_no: 'não' | |
151 | general_text_yes: 'sim' |
|
151 | general_text_yes: 'sim' | |
152 | general_lang_name: 'Português(Brasil)' |
|
152 | general_lang_name: 'Português(Brasil)' | |
153 | general_csv_separator: ';' |
|
153 | general_csv_separator: ';' | |
154 | general_csv_decimal_separator: ',' |
|
154 | general_csv_decimal_separator: ',' | |
155 | general_csv_encoding: ISO-8859-1 |
|
155 | general_csv_encoding: ISO-8859-1 | |
156 | general_pdf_encoding: ISO-8859-1 |
|
156 | general_pdf_encoding: ISO-8859-1 | |
157 | general_first_day_of_week: '1' |
|
157 | general_first_day_of_week: '1' | |
158 |
|
158 | |||
159 | notice_account_updated: Conta atualizada com sucesso. |
|
159 | notice_account_updated: Conta atualizada com sucesso. | |
160 | notice_account_invalid_creditentials: Usuário ou senha inválido. |
|
160 | notice_account_invalid_creditentials: Usuário ou senha inválido. | |
161 | notice_account_password_updated: Senha alterada com sucesso. |
|
161 | notice_account_password_updated: Senha alterada com sucesso. | |
162 | notice_account_wrong_password: Senha inválida. |
|
162 | notice_account_wrong_password: Senha inválida. | |
163 | notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail. |
|
163 | notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail. | |
164 | notice_account_unknown_email: Usuário desconhecido. |
|
164 | notice_account_unknown_email: Usuário desconhecido. | |
165 | notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha. |
|
165 | notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha. | |
166 | notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você. |
|
166 | notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você. | |
167 | notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora. |
|
167 | notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora. | |
168 | notice_successful_create: Criado com sucesso. |
|
168 | notice_successful_create: Criado com sucesso. | |
169 | notice_successful_update: Alterado com sucesso. |
|
169 | notice_successful_update: Alterado com sucesso. | |
170 | notice_successful_delete: Excluído com sucesso. |
|
170 | notice_successful_delete: Excluído com sucesso. | |
171 | notice_successful_connection: Conectado com sucesso. |
|
171 | notice_successful_connection: Conectado com sucesso. | |
172 | notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída. |
|
172 | notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída. | |
173 | notice_locking_conflict: Os dados foram atualizados por outro usuário. |
|
173 | notice_locking_conflict: Os dados foram atualizados por outro usuário. | |
174 | notice_not_authorized: Você não está autorizado a acessar esta página. |
|
174 | notice_not_authorized: Você não está autorizado a acessar esta página. | |
175 | notice_email_sent: "Um e-mail foi enviado para {{value}}" |
|
175 | notice_email_sent: "Um e-mail foi enviado para {{value}}" | |
176 | notice_email_error: "Ocorreu um erro ao enviar o e-mail ({{value}})" |
|
176 | notice_email_error: "Ocorreu um erro ao enviar o e-mail ({{value}})" | |
177 | notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada. |
|
177 | notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada. | |
178 | notice_failed_to_save_issues: "Problema ao salvar {{count}} tarefa(s) de {{total}} selecionadas: {{ids}}." |
|
178 | notice_failed_to_save_issues: "Problema ao salvar {{count}} tarefa(s) de {{total}} selecionadas: {{ids}}." | |
179 | notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar." |
|
179 | notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar." | |
180 | notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador." |
|
180 | notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador." | |
181 | notice_default_data_loaded: Configuração padrão carregada com sucesso. |
|
181 | notice_default_data_loaded: Configuração padrão carregada com sucesso. | |
182 |
|
182 | |||
183 | error_can_t_load_default_data: "A configuração padrão não pode ser carregada: {{value}}" |
|
183 | error_can_t_load_default_data: "A configuração padrão não pode ser carregada: {{value}}" | |
184 | error_scm_not_found: "A entrada e/ou a revisão não existe no repositório." |
|
184 | error_scm_not_found: "A entrada e/ou a revisão não existe no repositório." | |
185 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}" |
|
185 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}" | |
186 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." |
|
186 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." | |
187 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' |
|
187 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' | |
188 | error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.' |
|
188 | error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.' | |
189 | error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").' |
|
189 | error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").' | |
190 |
|
190 | |||
191 | mail_subject_lost_password: "Sua senha do {{value}}." |
|
191 | mail_subject_lost_password: "Sua senha do {{value}}." | |
192 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
|
192 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' | |
193 | mail_subject_register: "Ativação de conta do {{value}}." |
|
193 | mail_subject_register: "Ativação de conta do {{value}}." | |
194 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' |
|
194 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' | |
195 | mail_body_account_information_external: "Você pode usar sua conta do {{value}} para entrar." |
|
195 | mail_body_account_information_external: "Você pode usar sua conta do {{value}} para entrar." | |
196 | mail_body_account_information: Informações sobre sua conta |
|
196 | mail_body_account_information: Informações sobre sua conta | |
197 | mail_subject_account_activation_request: "{{value}} - Requisição de ativação de conta" |
|
197 | mail_subject_account_activation_request: "{{value}} - Requisição de ativação de conta" | |
198 | mail_body_account_activation_request: "Um novo usuário ({{value}}) se registrou. A conta está aguardando sua aprovação:" |
|
198 | mail_body_account_activation_request: "Um novo usuário ({{value}}) se registrou. A conta está aguardando sua aprovação:" | |
199 | mail_subject_reminder: "{{count}} tarefa(s) com data prevista para os próximos dias" |
|
199 | mail_subject_reminder: "{{count}} tarefa(s) com data prevista para os próximos dias" | |
200 | mail_body_reminder: "{{count}} tarefa(s) para você com data prevista para os próximos {{days}} dias:" |
|
200 | mail_body_reminder: "{{count}} tarefa(s) para você com data prevista para os próximos {{days}} dias:" | |
201 |
|
201 | |||
202 | gui_validation_error: 1 erro |
|
202 | gui_validation_error: 1 erro | |
203 | gui_validation_error_plural: "{{count}} erros" |
|
203 | gui_validation_error_plural: "{{count}} erros" | |
204 |
|
204 | |||
205 | field_name: Nome |
|
205 | field_name: Nome | |
206 | field_description: Descrição |
|
206 | field_description: Descrição | |
207 | field_summary: Resumo |
|
207 | field_summary: Resumo | |
208 | field_is_required: Obrigatório |
|
208 | field_is_required: Obrigatório | |
209 | field_firstname: Nome |
|
209 | field_firstname: Nome | |
210 | field_lastname: Sobrenome |
|
210 | field_lastname: Sobrenome | |
211 | field_mail: E-mail |
|
211 | field_mail: E-mail | |
212 | field_filename: Arquivo |
|
212 | field_filename: Arquivo | |
213 | field_filesize: Tamanho |
|
213 | field_filesize: Tamanho | |
214 | field_downloads: Downloads |
|
214 | field_downloads: Downloads | |
215 | field_author: Autor |
|
215 | field_author: Autor | |
216 | field_created_on: Criado em |
|
216 | field_created_on: Criado em | |
217 | field_updated_on: Alterado em |
|
217 | field_updated_on: Alterado em | |
218 | field_field_format: Formato |
|
218 | field_field_format: Formato | |
219 | field_is_for_all: Para todos os projetos |
|
219 | field_is_for_all: Para todos os projetos | |
220 | field_possible_values: Possíveis valores |
|
220 | field_possible_values: Possíveis valores | |
221 | field_regexp: Expressão regular |
|
221 | field_regexp: Expressão regular | |
222 | field_min_length: Tamanho mínimo |
|
222 | field_min_length: Tamanho mínimo | |
223 | field_max_length: Tamanho máximo |
|
223 | field_max_length: Tamanho máximo | |
224 | field_value: Valor |
|
224 | field_value: Valor | |
225 | field_category: Categoria |
|
225 | field_category: Categoria | |
226 | field_title: Título |
|
226 | field_title: Título | |
227 | field_project: Projeto |
|
227 | field_project: Projeto | |
228 | field_issue: Tarefa |
|
228 | field_issue: Tarefa | |
229 | field_status: Situação |
|
229 | field_status: Situação | |
230 | field_notes: Notas |
|
230 | field_notes: Notas | |
231 | field_is_closed: Tarefa fechada |
|
231 | field_is_closed: Tarefa fechada | |
232 | field_is_default: Situação padrão |
|
232 | field_is_default: Situação padrão | |
233 | field_tracker: Tipo |
|
233 | field_tracker: Tipo | |
234 | field_subject: Título |
|
234 | field_subject: Título | |
235 | field_due_date: Data prevista |
|
235 | field_due_date: Data prevista | |
236 | field_assigned_to: Atribuído para |
|
236 | field_assigned_to: Atribuído para | |
237 | field_priority: Prioridade |
|
237 | field_priority: Prioridade | |
238 | field_fixed_version: Versão |
|
238 | field_fixed_version: Versão | |
239 | field_user: Usuário |
|
239 | field_user: Usuário | |
240 | field_role: Cargo |
|
240 | field_role: Cargo | |
241 | field_homepage: Página do projeto |
|
241 | field_homepage: Página do projeto | |
242 | field_is_public: Público |
|
242 | field_is_public: Público | |
243 | field_parent: Sub-projeto de |
|
243 | field_parent: Sub-projeto de | |
244 | field_is_in_roadmap: Exibir no planejamento |
|
244 | field_is_in_roadmap: Exibir no planejamento | |
245 | field_login: Usuário |
|
245 | field_login: Usuário | |
246 | field_mail_notification: Notificações por e-mail |
|
246 | field_mail_notification: Notificações por e-mail | |
247 | field_admin: Administrador |
|
247 | field_admin: Administrador | |
248 | field_last_login_on: Última conexão |
|
248 | field_last_login_on: Última conexão | |
249 | field_language: Idioma |
|
249 | field_language: Idioma | |
250 | field_effective_date: Data |
|
250 | field_effective_date: Data | |
251 | field_password: Senha |
|
251 | field_password: Senha | |
252 | field_new_password: Nova senha |
|
252 | field_new_password: Nova senha | |
253 | field_password_confirmation: Confirmação |
|
253 | field_password_confirmation: Confirmação | |
254 | field_version: Versão |
|
254 | field_version: Versão | |
255 | field_type: Tipo |
|
255 | field_type: Tipo | |
256 | field_host: Servidor |
|
256 | field_host: Servidor | |
257 | field_port: Porta |
|
257 | field_port: Porta | |
258 | field_account: Conta |
|
258 | field_account: Conta | |
259 | field_base_dn: DN Base |
|
259 | field_base_dn: DN Base | |
260 | field_attr_login: Atributo para nome de usuário |
|
260 | field_attr_login: Atributo para nome de usuário | |
261 | field_attr_firstname: Atributo para nome |
|
261 | field_attr_firstname: Atributo para nome | |
262 | field_attr_lastname: Atributo para sobrenome |
|
262 | field_attr_lastname: Atributo para sobrenome | |
263 | field_attr_mail: Atributo para e-mail |
|
263 | field_attr_mail: Atributo para e-mail | |
264 | field_onthefly: Criar usuários dinamicamente ("on-the-fly") |
|
264 | field_onthefly: Criar usuários dinamicamente ("on-the-fly") | |
265 | field_start_date: Início |
|
265 | field_start_date: Início | |
266 | field_done_ratio: % Terminado |
|
266 | field_done_ratio: % Terminado | |
267 | field_auth_source: Modo de autenticação |
|
267 | field_auth_source: Modo de autenticação | |
268 | field_hide_mail: Ocultar meu e-mail |
|
268 | field_hide_mail: Ocultar meu e-mail | |
269 | field_comments: Comentário |
|
269 | field_comments: Comentário | |
270 | field_url: URL |
|
270 | field_url: URL | |
271 | field_start_page: Página inicial |
|
271 | field_start_page: Página inicial | |
272 | field_subproject: Sub-projeto |
|
272 | field_subproject: Sub-projeto | |
273 | field_hours: Horas |
|
273 | field_hours: Horas | |
274 | field_activity: Atividade |
|
274 | field_activity: Atividade | |
275 | field_spent_on: Data |
|
275 | field_spent_on: Data | |
276 | field_identifier: Identificador |
|
276 | field_identifier: Identificador | |
277 | field_is_filter: É um filtro |
|
277 | field_is_filter: É um filtro | |
278 | field_issue_to: Tarefa relacionada |
|
278 | field_issue_to: Tarefa relacionada | |
279 | field_delay: Atraso |
|
279 | field_delay: Atraso | |
280 | field_assignable: Tarefas podem ser atribuídas a este papel |
|
280 | field_assignable: Tarefas podem ser atribuídas a este papel | |
281 | field_redirect_existing_links: Redirecionar links existentes |
|
281 | field_redirect_existing_links: Redirecionar links existentes | |
282 | field_estimated_hours: Tempo estimado |
|
282 | field_estimated_hours: Tempo estimado | |
283 | field_column_names: Colunas |
|
283 | field_column_names: Colunas | |
284 | field_time_zone: Fuso-horário |
|
284 | field_time_zone: Fuso-horário | |
285 | field_searchable: Pesquisável |
|
285 | field_searchable: Pesquisável | |
286 | field_default_value: Padrão |
|
286 | field_default_value: Padrão | |
287 | field_comments_sorting: Visualizar comentários |
|
287 | field_comments_sorting: Visualizar comentários | |
288 | field_parent_title: Página pai |
|
288 | field_parent_title: Página pai | |
289 |
|
289 | |||
290 | setting_app_title: Título da aplicação |
|
290 | setting_app_title: Título da aplicação | |
291 | setting_app_subtitle: Sub-título da aplicação |
|
291 | setting_app_subtitle: Sub-título da aplicação | |
292 | setting_welcome_text: Texto de boas-vindas |
|
292 | setting_welcome_text: Texto de boas-vindas | |
293 | setting_default_language: Idioma padrão |
|
293 | setting_default_language: Idioma padrão | |
294 | setting_login_required: Exigir autenticação |
|
294 | setting_login_required: Exigir autenticação | |
295 | setting_self_registration: Permitido Auto-registro |
|
295 | setting_self_registration: Permitido Auto-registro | |
296 | setting_attachment_max_size: Tamanho máximo do anexo |
|
296 | setting_attachment_max_size: Tamanho máximo do anexo | |
297 | setting_issues_export_limit: Limite de exportação das tarefas |
|
297 | setting_issues_export_limit: Limite de exportação das tarefas | |
298 | setting_mail_from: E-mail enviado de |
|
298 | setting_mail_from: E-mail enviado de | |
299 | setting_bcc_recipients: Enviar com cópia oculta (cco) |
|
299 | setting_bcc_recipients: Enviar com cópia oculta (cco) | |
300 | setting_host_name: Nome do Servidor e subdomínio |
|
300 | setting_host_name: Nome do Servidor e subdomínio | |
301 | setting_text_formatting: Formatação do texto |
|
301 | setting_text_formatting: Formatação do texto | |
302 | setting_wiki_compression: Compactação de histórico do Wiki |
|
302 | setting_wiki_compression: Compactação de histórico do Wiki | |
303 | setting_feeds_limit: Número de registros por Feed |
|
303 | setting_feeds_limit: Número de registros por Feed | |
304 | setting_default_projects_public: Novos projetos são públicos por padrão |
|
304 | setting_default_projects_public: Novos projetos são públicos por padrão | |
305 | setting_autofetch_changesets: Obter commits automaticamente |
|
305 | setting_autofetch_changesets: Obter commits automaticamente | |
306 | setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN) |
|
306 | setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN) | |
307 | setting_commit_ref_keywords: Palavras de referência |
|
307 | setting_commit_ref_keywords: Palavras de referência | |
308 | setting_commit_fix_keywords: Palavras de fechamento |
|
308 | setting_commit_fix_keywords: Palavras de fechamento | |
309 | setting_autologin: Auto-login |
|
309 | setting_autologin: Auto-login | |
310 | setting_date_format: Formato da data |
|
310 | setting_date_format: Formato da data | |
311 | setting_time_format: Formato de hora |
|
311 | setting_time_format: Formato de hora | |
312 | setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos |
|
312 | setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos | |
313 | setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas |
|
313 | setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas | |
314 | setting_repositories_encodings: Codificação dos repositórios |
|
314 | setting_repositories_encodings: Codificação dos repositórios | |
315 | setting_commit_logs_encoding: Codificação das mensagens de commit |
|
315 | setting_commit_logs_encoding: Codificação das mensagens de commit | |
316 | setting_emails_footer: Rodapé dos e-mails |
|
316 | setting_emails_footer: Rodapé dos e-mails | |
317 | setting_protocol: Protocolo |
|
317 | setting_protocol: Protocolo | |
318 | setting_per_page_options: Número de itens exibidos por página |
|
318 | setting_per_page_options: Número de itens exibidos por página | |
319 | setting_user_format: Formato de exibição de nome de usuário |
|
319 | setting_user_format: Formato de exibição de nome de usuário | |
320 | setting_activity_days_default: Dias visualizados na atividade do projeto |
|
320 | setting_activity_days_default: Dias visualizados na atividade do projeto | |
321 | setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão |
|
321 | setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão | |
322 | setting_enabled_scm: SCM habilitados |
|
322 | setting_enabled_scm: SCM habilitados | |
323 | setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada |
|
323 | setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada | |
324 | setting_mail_handler_api_key: Chave de API |
|
324 | setting_mail_handler_api_key: Chave de API | |
325 | setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto |
|
325 | setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto | |
326 |
|
326 | |||
327 | project_module_issue_tracking: Gerenciamento de Tarefas |
|
327 | project_module_issue_tracking: Gerenciamento de Tarefas | |
328 | project_module_time_tracking: Gerenciamento de tempo |
|
328 | project_module_time_tracking: Gerenciamento de tempo | |
329 | project_module_news: Notícias |
|
329 | project_module_news: Notícias | |
330 | project_module_documents: Documentos |
|
330 | project_module_documents: Documentos | |
331 | project_module_files: Arquivos |
|
331 | project_module_files: Arquivos | |
332 | project_module_wiki: Wiki |
|
332 | project_module_wiki: Wiki | |
333 | project_module_repository: Repositório |
|
333 | project_module_repository: Repositório | |
334 | project_module_boards: Fóruns |
|
334 | project_module_boards: Fóruns | |
335 |
|
335 | |||
336 | label_user: Usuário |
|
336 | label_user: Usuário | |
337 | label_user_plural: Usuários |
|
337 | label_user_plural: Usuários | |
338 | label_user_new: Novo usuário |
|
338 | label_user_new: Novo usuário | |
339 | label_project: Projeto |
|
339 | label_project: Projeto | |
340 | label_project_new: Novo projeto |
|
340 | label_project_new: Novo projeto | |
341 | label_project_plural: Projetos |
|
341 | label_project_plural: Projetos | |
342 | label_x_projects: |
|
342 | label_x_projects: | |
343 | zero: nenhum projeto |
|
343 | zero: nenhum projeto | |
344 | one: 1 projeto |
|
344 | one: 1 projeto | |
345 | other: "{{count}} projetos" |
|
345 | other: "{{count}} projetos" | |
346 | label_project_all: Todos os projetos |
|
346 | label_project_all: Todos os projetos | |
347 | label_project_latest: Últimos projetos |
|
347 | label_project_latest: Últimos projetos | |
348 | label_issue: Tarefa |
|
348 | label_issue: Tarefa | |
349 | label_issue_new: Nova tarefa |
|
349 | label_issue_new: Nova tarefa | |
350 | label_issue_plural: Tarefas |
|
350 | label_issue_plural: Tarefas | |
351 | label_issue_view_all: Ver todas as tarefas |
|
351 | label_issue_view_all: Ver todas as tarefas | |
352 | label_issues_by: "Tarefas por {{value}}" |
|
352 | label_issues_by: "Tarefas por {{value}}" | |
353 | label_issue_added: Tarefa adicionada |
|
353 | label_issue_added: Tarefa adicionada | |
354 | label_issue_updated: Tarefa atualizada |
|
354 | label_issue_updated: Tarefa atualizada | |
355 | label_document: Documento |
|
355 | label_document: Documento | |
356 | label_document_new: Novo documento |
|
356 | label_document_new: Novo documento | |
357 | label_document_plural: Documentos |
|
357 | label_document_plural: Documentos | |
358 | label_document_added: Documento adicionado |
|
358 | label_document_added: Documento adicionado | |
359 | label_role: Papel |
|
359 | label_role: Papel | |
360 | label_role_plural: Papéis |
|
360 | label_role_plural: Papéis | |
361 | label_role_new: Novo papel |
|
361 | label_role_new: Novo papel | |
362 | label_role_and_permissions: Papéis e permissões |
|
362 | label_role_and_permissions: Papéis e permissões | |
363 | label_member: Membro |
|
363 | label_member: Membro | |
364 | label_member_new: Novo membro |
|
364 | label_member_new: Novo membro | |
365 | label_member_plural: Membros |
|
365 | label_member_plural: Membros | |
366 | label_tracker: Tipo de tarefa |
|
366 | label_tracker: Tipo de tarefa | |
367 | label_tracker_plural: Tipos de tarefas |
|
367 | label_tracker_plural: Tipos de tarefas | |
368 | label_tracker_new: Novo tipo |
|
368 | label_tracker_new: Novo tipo | |
369 | label_workflow: Fluxo de trabalho |
|
369 | label_workflow: Fluxo de trabalho | |
370 | label_issue_status: Situação da tarefa |
|
370 | label_issue_status: Situação da tarefa | |
371 | label_issue_status_plural: Situação das tarefas |
|
371 | label_issue_status_plural: Situação das tarefas | |
372 | label_issue_status_new: Nova situação |
|
372 | label_issue_status_new: Nova situação | |
373 | label_issue_category: Categoria da tarefa |
|
373 | label_issue_category: Categoria da tarefa | |
374 | label_issue_category_plural: Categorias das tarefas |
|
374 | label_issue_category_plural: Categorias das tarefas | |
375 | label_issue_category_new: Nova categoria |
|
375 | label_issue_category_new: Nova categoria | |
376 | label_custom_field: Campo personalizado |
|
376 | label_custom_field: Campo personalizado | |
377 | label_custom_field_plural: Campos personalizados |
|
377 | label_custom_field_plural: Campos personalizados | |
378 | label_custom_field_new: Novo campo personalizado |
|
378 | label_custom_field_new: Novo campo personalizado | |
379 | label_enumerations: 'Tipos & Categorias' |
|
379 | label_enumerations: 'Tipos & Categorias' | |
380 | label_enumeration_new: Novo |
|
380 | label_enumeration_new: Novo | |
381 | label_information: Informação |
|
381 | label_information: Informação | |
382 | label_information_plural: Informações |
|
382 | label_information_plural: Informações | |
383 | label_please_login: Efetue o login |
|
383 | label_please_login: Efetue o login | |
384 | label_register: Cadastre-se |
|
384 | label_register: Cadastre-se | |
385 | label_password_lost: Perdi minha senha |
|
385 | label_password_lost: Perdi minha senha | |
386 | label_home: Página inicial |
|
386 | label_home: Página inicial | |
387 | label_my_page: Minha página |
|
387 | label_my_page: Minha página | |
388 | label_my_account: Minha conta |
|
388 | label_my_account: Minha conta | |
389 | label_my_projects: Meus projetos |
|
389 | label_my_projects: Meus projetos | |
390 | label_administration: Administração |
|
390 | label_administration: Administração | |
391 | label_login: Entrar |
|
391 | label_login: Entrar | |
392 | label_logout: Sair |
|
392 | label_logout: Sair | |
393 | label_help: Ajuda |
|
393 | label_help: Ajuda | |
394 | label_reported_issues: Tarefas reportadas |
|
394 | label_reported_issues: Tarefas reportadas | |
395 | label_assigned_to_me_issues: Minhas tarefas |
|
395 | label_assigned_to_me_issues: Minhas tarefas | |
396 | label_last_login: Última conexão |
|
396 | label_last_login: Última conexão | |
397 | label_registered_on: Registrado em |
|
397 | label_registered_on: Registrado em | |
398 | label_activity: Atividade |
|
398 | label_activity: Atividade | |
399 | label_overall_activity: Atividades gerais |
|
399 | label_overall_activity: Atividades gerais | |
400 | label_new: Novo |
|
400 | label_new: Novo | |
401 | label_logged_as: "Acessando como:" |
|
401 | label_logged_as: "Acessando como:" | |
402 | label_environment: Ambiente |
|
402 | label_environment: Ambiente | |
403 | label_authentication: Autenticação |
|
403 | label_authentication: Autenticação | |
404 | label_auth_source: Modo de autenticação |
|
404 | label_auth_source: Modo de autenticação | |
405 | label_auth_source_new: Novo modo de autenticação |
|
405 | label_auth_source_new: Novo modo de autenticação | |
406 | label_auth_source_plural: Modos de autenticação |
|
406 | label_auth_source_plural: Modos de autenticação | |
407 | label_subproject_plural: Sub-projetos |
|
407 | label_subproject_plural: Sub-projetos | |
408 | label_and_its_subprojects: "{{value}} e seus sub-projetos" |
|
408 | label_and_its_subprojects: "{{value}} e seus sub-projetos" | |
409 | label_min_max_length: Tamanho mín-máx |
|
409 | label_min_max_length: Tamanho mín-máx | |
410 | label_list: Lista |
|
410 | label_list: Lista | |
411 | label_date: Data |
|
411 | label_date: Data | |
412 | label_integer: Inteiro |
|
412 | label_integer: Inteiro | |
413 | label_float: Decimal |
|
413 | label_float: Decimal | |
414 | label_boolean: Boleano |
|
414 | label_boolean: Boleano | |
415 | label_string: Texto |
|
415 | label_string: Texto | |
416 | label_text: Texto longo |
|
416 | label_text: Texto longo | |
417 | label_attribute: Atributo |
|
417 | label_attribute: Atributo | |
418 | label_attribute_plural: Atributos |
|
418 | label_attribute_plural: Atributos | |
419 | label_download: "{{count}} Download" |
|
419 | label_download: "{{count}} Download" | |
420 | label_download_plural: "{{count}} Downloads" |
|
420 | label_download_plural: "{{count}} Downloads" | |
421 | label_no_data: Nenhuma informação disponível |
|
421 | label_no_data: Nenhuma informação disponível | |
422 | label_change_status: Alterar situação |
|
422 | label_change_status: Alterar situação | |
423 | label_history: Histórico |
|
423 | label_history: Histórico | |
424 | label_attachment: Arquivo |
|
424 | label_attachment: Arquivo | |
425 | label_attachment_new: Novo arquivo |
|
425 | label_attachment_new: Novo arquivo | |
426 | label_attachment_delete: Excluir arquivo |
|
426 | label_attachment_delete: Excluir arquivo | |
427 | label_attachment_plural: Arquivos |
|
427 | label_attachment_plural: Arquivos | |
428 | label_file_added: Arquivo adicionado |
|
428 | label_file_added: Arquivo adicionado | |
429 | label_report: Relatório |
|
429 | label_report: Relatório | |
430 | label_report_plural: Relatório |
|
430 | label_report_plural: Relatório | |
431 | label_news: Notícia |
|
431 | label_news: Notícia | |
432 | label_news_new: Adicionar notícia |
|
432 | label_news_new: Adicionar notícia | |
433 | label_news_plural: Notícias |
|
433 | label_news_plural: Notícias | |
434 | label_news_latest: Últimas notícias |
|
434 | label_news_latest: Últimas notícias | |
435 | label_news_view_all: Ver todas as notícias |
|
435 | label_news_view_all: Ver todas as notícias | |
436 | label_news_added: Notícia adicionada |
|
436 | label_news_added: Notícia adicionada | |
437 | label_settings: Configurações |
|
437 | label_settings: Configurações | |
438 | label_overview: Visão geral |
|
438 | label_overview: Visão geral | |
439 | label_version: Versão |
|
439 | label_version: Versão | |
440 | label_version_new: Nova versão |
|
440 | label_version_new: Nova versão | |
441 | label_version_plural: Versões |
|
441 | label_version_plural: Versões | |
442 | label_confirmation: Confirmação |
|
442 | label_confirmation: Confirmação | |
443 | label_export_to: Exportar para |
|
443 | label_export_to: Exportar para | |
444 | label_read: Ler... |
|
444 | label_read: Ler... | |
445 | label_public_projects: Projetos públicos |
|
445 | label_public_projects: Projetos públicos | |
446 | label_open_issues: Aberta |
|
446 | label_open_issues: Aberta | |
447 | label_open_issues_plural: Abertas |
|
447 | label_open_issues_plural: Abertas | |
448 | label_closed_issues: Fechada |
|
448 | label_closed_issues: Fechada | |
449 | label_closed_issues_plural: Fechadas |
|
449 | label_closed_issues_plural: Fechadas | |
450 | label_x_open_issues_abbr_on_total: |
|
450 | label_x_open_issues_abbr_on_total: | |
451 | zero: 0 aberta / {{total}} |
|
451 | zero: 0 aberta / {{total}} | |
452 | one: 1 aberta / {{total}} |
|
452 | one: 1 aberta / {{total}} | |
453 | other: "{{count}} abertas / {{total}}" |
|
453 | other: "{{count}} abertas / {{total}}" | |
454 | label_x_open_issues_abbr: |
|
454 | label_x_open_issues_abbr: | |
455 | zero: 0 aberta |
|
455 | zero: 0 aberta | |
456 | one: 1 aberta |
|
456 | one: 1 aberta | |
457 | other: "{{count}} abertas" |
|
457 | other: "{{count}} abertas" | |
458 | label_x_closed_issues_abbr: |
|
458 | label_x_closed_issues_abbr: | |
459 | zero: 0 fechada |
|
459 | zero: 0 fechada | |
460 | one: 1 fechada |
|
460 | one: 1 fechada | |
461 | other: "{{count}} fechadas" |
|
461 | other: "{{count}} fechadas" | |
462 | label_total: Total |
|
462 | label_total: Total | |
463 | label_permissions: Permissões |
|
463 | label_permissions: Permissões | |
464 | label_current_status: Situação atual |
|
464 | label_current_status: Situação atual | |
465 | label_new_statuses_allowed: Nova situação permitida |
|
465 | label_new_statuses_allowed: Nova situação permitida | |
466 | label_all: todos |
|
466 | label_all: todos | |
467 | label_none: nenhum |
|
467 | label_none: nenhum | |
468 | label_nobody: ninguém |
|
468 | label_nobody: ninguém | |
469 | label_next: Próximo |
|
469 | label_next: Próximo | |
470 | label_previous: Anterior |
|
470 | label_previous: Anterior | |
471 | label_used_by: Usado por |
|
471 | label_used_by: Usado por | |
472 | label_details: Detalhes |
|
472 | label_details: Detalhes | |
473 | label_add_note: Adicionar nota |
|
473 | label_add_note: Adicionar nota | |
474 | label_per_page: Por página |
|
474 | label_per_page: Por página | |
475 | label_calendar: Calendário |
|
475 | label_calendar: Calendário | |
476 | label_months_from: meses a partir de |
|
476 | label_months_from: meses a partir de | |
477 | label_gantt: Gantt |
|
477 | label_gantt: Gantt | |
478 | label_internal: Interno |
|
478 | label_internal: Interno | |
479 | label_last_changes: "últimas {{count}} alterações" |
|
479 | label_last_changes: "últimas {{count}} alterações" | |
480 | label_change_view_all: Mostrar todas as alterações |
|
480 | label_change_view_all: Mostrar todas as alterações | |
481 | label_personalize_page: Personalizar esta página |
|
481 | label_personalize_page: Personalizar esta página | |
482 | label_comment: Comentário |
|
482 | label_comment: Comentário | |
483 | label_comment_plural: Comentários |
|
483 | label_comment_plural: Comentários | |
484 | label_x_comments: |
|
484 | label_x_comments: | |
485 | zero: nenhum comentário |
|
485 | zero: nenhum comentário | |
486 | one: 1 comentário |
|
486 | one: 1 comentário | |
487 | other: "{{count}} comentários" |
|
487 | other: "{{count}} comentários" | |
488 | label_comment_add: Adicionar comentário |
|
488 | label_comment_add: Adicionar comentário | |
489 | label_comment_added: Comentário adicionado |
|
489 | label_comment_added: Comentário adicionado | |
490 | label_comment_delete: Excluir comentário |
|
490 | label_comment_delete: Excluir comentário | |
491 | label_query: Consulta personalizada |
|
491 | label_query: Consulta personalizada | |
492 | label_query_plural: Consultas personalizadas |
|
492 | label_query_plural: Consultas personalizadas | |
493 | label_query_new: Nova consulta |
|
493 | label_query_new: Nova consulta | |
494 | label_filter_add: Adicionar filtro |
|
494 | label_filter_add: Adicionar filtro | |
495 | label_filter_plural: Filtros |
|
495 | label_filter_plural: Filtros | |
496 | label_equals: igual a |
|
496 | label_equals: igual a | |
497 | label_not_equals: diferente de |
|
497 | label_not_equals: diferente de | |
498 | label_in_less_than: maior que |
|
498 | label_in_less_than: maior que | |
499 | label_in_more_than: menor que |
|
499 | label_in_more_than: menor que | |
500 | label_in: em |
|
500 | label_in: em | |
501 | label_today: hoje |
|
501 | label_today: hoje | |
502 | label_all_time: tudo |
|
502 | label_all_time: tudo | |
503 | label_yesterday: ontem |
|
503 | label_yesterday: ontem | |
504 | label_this_week: esta semana |
|
504 | label_this_week: esta semana | |
505 | label_last_week: última semana |
|
505 | label_last_week: última semana | |
506 | label_last_n_days: "últimos {{count}} dias" |
|
506 | label_last_n_days: "últimos {{count}} dias" | |
507 | label_this_month: este mês |
|
507 | label_this_month: este mês | |
508 | label_last_month: último mês |
|
508 | label_last_month: último mês | |
509 | label_this_year: este ano |
|
509 | label_this_year: este ano | |
510 | label_date_range: Período |
|
510 | label_date_range: Período | |
511 | label_less_than_ago: menos de |
|
511 | label_less_than_ago: menos de | |
512 | label_more_than_ago: mais de |
|
512 | label_more_than_ago: mais de | |
513 | label_ago: dias atrás |
|
513 | label_ago: dias atrás | |
514 | label_contains: contém |
|
514 | label_contains: contém | |
515 | label_not_contains: não contém |
|
515 | label_not_contains: não contém | |
516 | label_day_plural: dias |
|
516 | label_day_plural: dias | |
517 | label_repository: Repositório |
|
517 | label_repository: Repositório | |
518 | label_repository_plural: Repositórios |
|
518 | label_repository_plural: Repositórios | |
519 | label_browse: Procurar |
|
519 | label_browse: Procurar | |
520 | label_modification: "{{count}} alteração" |
|
520 | label_modification: "{{count}} alteração" | |
521 | label_modification_plural: "{{count}} alterações" |
|
521 | label_modification_plural: "{{count}} alterações" | |
522 | label_revision: Revisão |
|
522 | label_revision: Revisão | |
523 | label_revision_plural: Revisões |
|
523 | label_revision_plural: Revisões | |
524 | label_associated_revisions: Revisões associadas |
|
524 | label_associated_revisions: Revisões associadas | |
525 | label_added: adicionada |
|
525 | label_added: adicionada | |
526 | label_modified: alterada |
|
526 | label_modified: alterada | |
527 | label_deleted: excluída |
|
527 | label_deleted: excluída | |
528 | label_latest_revision: Última revisão |
|
528 | label_latest_revision: Última revisão | |
529 | label_latest_revision_plural: Últimas revisões |
|
529 | label_latest_revision_plural: Últimas revisões | |
530 | label_view_revisions: Ver revisões |
|
530 | label_view_revisions: Ver revisões | |
531 | label_max_size: Tamanho máximo |
|
531 | label_max_size: Tamanho máximo | |
532 | label_sort_highest: Mover para o início |
|
532 | label_sort_highest: Mover para o início | |
533 | label_sort_higher: Mover para cima |
|
533 | label_sort_higher: Mover para cima | |
534 | label_sort_lower: Mover para baixo |
|
534 | label_sort_lower: Mover para baixo | |
535 | label_sort_lowest: Mover para o fim |
|
535 | label_sort_lowest: Mover para o fim | |
536 | label_roadmap: Planejamento |
|
536 | label_roadmap: Planejamento | |
537 | label_roadmap_due_in: "Previsto para {{value}}" |
|
537 | label_roadmap_due_in: "Previsto para {{value}}" | |
538 | label_roadmap_overdue: "{{value}} atrasado" |
|
538 | label_roadmap_overdue: "{{value}} atrasado" | |
539 | label_roadmap_no_issues: Sem tarefas para esta versão |
|
539 | label_roadmap_no_issues: Sem tarefas para esta versão | |
540 | label_search: Busca |
|
540 | label_search: Busca | |
541 | label_result_plural: Resultados |
|
541 | label_result_plural: Resultados | |
542 | label_all_words: Todas as palavras |
|
542 | label_all_words: Todas as palavras | |
543 | label_wiki: Wiki |
|
543 | label_wiki: Wiki | |
544 | label_wiki_edit: Editar Wiki |
|
544 | label_wiki_edit: Editar Wiki | |
545 | label_wiki_edit_plural: Edições Wiki |
|
545 | label_wiki_edit_plural: Edições Wiki | |
546 | label_wiki_page: Página Wiki |
|
546 | label_wiki_page: Página Wiki | |
547 | label_wiki_page_plural: páginas Wiki |
|
547 | label_wiki_page_plural: páginas Wiki | |
548 | label_index_by_title: Índice por título |
|
548 | label_index_by_title: Índice por título | |
549 | label_index_by_date: Índice por data |
|
549 | label_index_by_date: Índice por data | |
550 | label_current_version: Versão atual |
|
550 | label_current_version: Versão atual | |
551 | label_preview: Pré-visualizar |
|
551 | label_preview: Pré-visualizar | |
552 | label_feed_plural: Feeds |
|
552 | label_feed_plural: Feeds | |
553 | label_changes_details: Detalhes de todas as alterações |
|
553 | label_changes_details: Detalhes de todas as alterações | |
554 | label_issue_tracking: Tarefas |
|
554 | label_issue_tracking: Tarefas | |
555 | label_spent_time: Tempo gasto |
|
555 | label_spent_time: Tempo gasto | |
556 | label_f_hour: "{{value}} hora" |
|
556 | label_f_hour: "{{value}} hora" | |
557 | label_f_hour_plural: "{{value}} horas" |
|
557 | label_f_hour_plural: "{{value}} horas" | |
558 | label_time_tracking: Controle de horas |
|
558 | label_time_tracking: Controle de horas | |
559 | label_change_plural: Alterações |
|
559 | label_change_plural: Alterações | |
560 | label_statistics: Estatísticas |
|
560 | label_statistics: Estatísticas | |
561 | label_commits_per_month: Commits por mês |
|
561 | label_commits_per_month: Commits por mês | |
562 | label_commits_per_author: Commits por autor |
|
562 | label_commits_per_author: Commits por autor | |
563 | label_view_diff: Ver diferenças |
|
563 | label_view_diff: Ver diferenças | |
564 | label_diff_inline: inline |
|
564 | label_diff_inline: inline | |
565 | label_diff_side_by_side: lado a lado |
|
565 | label_diff_side_by_side: lado a lado | |
566 | label_options: Opções |
|
566 | label_options: Opções | |
567 | label_copy_workflow_from: Copiar fluxo de trabalho de |
|
567 | label_copy_workflow_from: Copiar fluxo de trabalho de | |
568 | label_permissions_report: Relatório de permissões |
|
568 | label_permissions_report: Relatório de permissões | |
569 | label_watched_issues: Tarefas observadas |
|
569 | label_watched_issues: Tarefas observadas | |
570 | label_related_issues: Tarefas relacionadas |
|
570 | label_related_issues: Tarefas relacionadas | |
571 | label_applied_status: Situação alterada |
|
571 | label_applied_status: Situação alterada | |
572 | label_loading: Carregando... |
|
572 | label_loading: Carregando... | |
573 | label_relation_new: Nova relação |
|
573 | label_relation_new: Nova relação | |
574 | label_relation_delete: Excluir relação |
|
574 | label_relation_delete: Excluir relação | |
575 | label_relates_to: relacionado a |
|
575 | label_relates_to: relacionado a | |
576 | label_duplicates: duplica |
|
576 | label_duplicates: duplica | |
577 | label_duplicated_by: duplicado por |
|
577 | label_duplicated_by: duplicado por | |
578 | label_blocks: bloqueia |
|
578 | label_blocks: bloqueia | |
579 | label_blocked_by: bloqueado por |
|
579 | label_blocked_by: bloqueado por | |
580 | label_precedes: precede |
|
580 | label_precedes: precede | |
581 | label_follows: segue |
|
581 | label_follows: segue | |
582 | label_end_to_start: fim para o início |
|
582 | label_end_to_start: fim para o início | |
583 | label_end_to_end: fim para fim |
|
583 | label_end_to_end: fim para fim | |
584 | label_start_to_start: início para início |
|
584 | label_start_to_start: início para início | |
585 | label_start_to_end: início para fim |
|
585 | label_start_to_end: início para fim | |
586 | label_stay_logged_in: Permanecer logado |
|
586 | label_stay_logged_in: Permanecer logado | |
587 | label_disabled: desabilitado |
|
587 | label_disabled: desabilitado | |
588 | label_show_completed_versions: Exibir versões completas |
|
588 | label_show_completed_versions: Exibir versões completas | |
589 | label_me: mim |
|
589 | label_me: mim | |
590 | label_board: Fórum |
|
590 | label_board: Fórum | |
591 | label_board_new: Novo fórum |
|
591 | label_board_new: Novo fórum | |
592 | label_board_plural: Fóruns |
|
592 | label_board_plural: Fóruns | |
593 | label_topic_plural: Tópicos |
|
593 | label_topic_plural: Tópicos | |
594 | label_message_plural: Mensagens |
|
594 | label_message_plural: Mensagens | |
595 | label_message_last: Última mensagem |
|
595 | label_message_last: Última mensagem | |
596 | label_message_new: Nova mensagem |
|
596 | label_message_new: Nova mensagem | |
597 | label_message_posted: Mensagem enviada |
|
597 | label_message_posted: Mensagem enviada | |
598 | label_reply_plural: Respostas |
|
598 | label_reply_plural: Respostas | |
599 | label_send_information: Enviar informação da nova conta para o usuário |
|
599 | label_send_information: Enviar informação da nova conta para o usuário | |
600 | label_year: Ano |
|
600 | label_year: Ano | |
601 | label_month: Mês |
|
601 | label_month: Mês | |
602 | label_week: Semana |
|
602 | label_week: Semana | |
603 | label_date_from: De |
|
603 | label_date_from: De | |
604 | label_date_to: Para |
|
604 | label_date_to: Para | |
605 | label_language_based: Com base no idioma do usuário |
|
605 | label_language_based: Com base no idioma do usuário | |
606 | label_sort_by: "Ordenar por {{value}}" |
|
606 | label_sort_by: "Ordenar por {{value}}" | |
607 | label_send_test_email: Enviar um e-mail de teste |
|
607 | label_send_test_email: Enviar um e-mail de teste | |
608 | label_feeds_access_key_created_on: "chave de acesso RSS criada {{value}} atrás" |
|
608 | label_feeds_access_key_created_on: "chave de acesso RSS criada {{value}} atrás" | |
609 | label_module_plural: Módulos |
|
609 | label_module_plural: Módulos | |
610 | label_added_time_by: "Adicionado por {{author}} {{age}} atrás" |
|
610 | label_added_time_by: "Adicionado por {{author}} {{age}} atrás" | |
611 | label_updated_time: "Atualizado {{value}} atrás" |
|
611 | label_updated_time: "Atualizado {{value}} atrás" | |
612 | label_jump_to_a_project: Ir para o projeto... |
|
612 | label_jump_to_a_project: Ir para o projeto... | |
613 | label_file_plural: Arquivos |
|
613 | label_file_plural: Arquivos | |
614 | label_changeset_plural: Changesets |
|
614 | label_changeset_plural: Changesets | |
615 | label_default_columns: Colunas padrão |
|
615 | label_default_columns: Colunas padrão | |
616 | label_no_change_option: (Sem alteração) |
|
616 | label_no_change_option: (Sem alteração) | |
617 | label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados. |
|
617 | label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados. | |
618 | label_theme: Tema |
|
618 | label_theme: Tema | |
619 | label_default: Padrão |
|
619 | label_default: Padrão | |
620 | label_search_titles_only: Pesquisar somente títulos |
|
620 | label_search_titles_only: Pesquisar somente títulos | |
621 | label_user_mail_option_all: "Para qualquer evento em todos os meus projetos" |
|
621 | label_user_mail_option_all: "Para qualquer evento em todos os meus projetos" | |
622 | label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..." |
|
622 | label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..." | |
623 | label_user_mail_option_none: "Somente tarefas que eu acompanho ou estou envolvido" |
|
623 | label_user_mail_option_none: "Somente tarefas que eu acompanho ou estou envolvido" | |
624 | label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações" |
|
624 | label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações" | |
625 | label_registration_activation_by_email: ativação de conta por e-mail |
|
625 | label_registration_activation_by_email: ativação de conta por e-mail | |
626 | label_registration_manual_activation: ativação manual de conta |
|
626 | label_registration_manual_activation: ativação manual de conta | |
627 | label_registration_automatic_activation: ativação automática de conta |
|
627 | label_registration_automatic_activation: ativação automática de conta | |
628 | label_display_per_page: "Por página: {{value}}" |
|
628 | label_display_per_page: "Por página: {{value}}" | |
629 | label_age: Idade |
|
629 | label_age: Idade | |
630 | label_change_properties: Alterar propriedades |
|
630 | label_change_properties: Alterar propriedades | |
631 | label_general: Geral |
|
631 | label_general: Geral | |
632 | label_more: Mais |
|
632 | label_more: Mais | |
633 | label_scm: 'Controle de versão:' |
|
633 | label_scm: 'Controle de versão:' | |
634 | label_plugins: Plugins |
|
634 | label_plugins: Plugins | |
635 | label_ldap_authentication: Autenticação LDAP |
|
635 | label_ldap_authentication: Autenticação LDAP | |
636 | label_downloads_abbr: D/L |
|
636 | label_downloads_abbr: D/L | |
637 | label_optional_description: Descrição opcional |
|
637 | label_optional_description: Descrição opcional | |
638 | label_add_another_file: Adicionar outro arquivo |
|
638 | label_add_another_file: Adicionar outro arquivo | |
639 | label_preferences: Preferências |
|
639 | label_preferences: Preferências | |
640 | label_chronological_order: Em ordem cronológica |
|
640 | label_chronological_order: Em ordem cronológica | |
641 | label_reverse_chronological_order: Em ordem cronológica inversa |
|
641 | label_reverse_chronological_order: Em ordem cronológica inversa | |
642 | label_planning: Planejamento |
|
642 | label_planning: Planejamento | |
643 | label_incoming_emails: E-mails recebidos |
|
643 | label_incoming_emails: E-mails recebidos | |
644 | label_generate_key: Gerar uma chave |
|
644 | label_generate_key: Gerar uma chave | |
645 | label_issue_watchers: Observadores |
|
645 | label_issue_watchers: Observadores | |
646 |
|
646 | |||
647 | button_login: Entrar |
|
647 | button_login: Entrar | |
648 | button_submit: Enviar |
|
648 | button_submit: Enviar | |
649 | button_save: Salvar |
|
649 | button_save: Salvar | |
650 | button_check_all: Marcar todos |
|
650 | button_check_all: Marcar todos | |
651 | button_uncheck_all: Desmarcar todos |
|
651 | button_uncheck_all: Desmarcar todos | |
652 | button_delete: Excluir |
|
652 | button_delete: Excluir | |
653 | button_create: Criar |
|
653 | button_create: Criar | |
654 | button_test: Testar |
|
654 | button_test: Testar | |
655 | button_edit: Editar |
|
655 | button_edit: Editar | |
656 | button_add: Adicionar |
|
656 | button_add: Adicionar | |
657 | button_change: Alterar |
|
657 | button_change: Alterar | |
658 | button_apply: Aplicar |
|
658 | button_apply: Aplicar | |
659 | button_clear: Limpar |
|
659 | button_clear: Limpar | |
660 | button_lock: Bloquear |
|
660 | button_lock: Bloquear | |
661 | button_unlock: Desbloquear |
|
661 | button_unlock: Desbloquear | |
662 | button_download: Baixar |
|
662 | button_download: Baixar | |
663 | button_list: Listar |
|
663 | button_list: Listar | |
664 | button_view: Ver |
|
664 | button_view: Ver | |
665 | button_move: Mover |
|
665 | button_move: Mover | |
666 | button_back: Voltar |
|
666 | button_back: Voltar | |
667 | button_cancel: Cancelar |
|
667 | button_cancel: Cancelar | |
668 | button_activate: Ativar |
|
668 | button_activate: Ativar | |
669 | button_sort: Ordenar |
|
669 | button_sort: Ordenar | |
670 | button_log_time: Tempo de trabalho |
|
670 | button_log_time: Tempo de trabalho | |
671 | button_rollback: Voltar para esta versão |
|
671 | button_rollback: Voltar para esta versão | |
672 | button_watch: Observar |
|
672 | button_watch: Observar | |
673 | button_unwatch: Parar de observar |
|
673 | button_unwatch: Parar de observar | |
674 | button_reply: Responder |
|
674 | button_reply: Responder | |
675 | button_archive: Arquivar |
|
675 | button_archive: Arquivar | |
676 | button_unarchive: Desarquivar |
|
676 | button_unarchive: Desarquivar | |
677 | button_reset: Redefinir |
|
677 | button_reset: Redefinir | |
678 | button_rename: Renomear |
|
678 | button_rename: Renomear | |
679 | button_change_password: Alterar senha |
|
679 | button_change_password: Alterar senha | |
680 | button_copy: Copiar |
|
680 | button_copy: Copiar | |
681 | button_annotate: Anotar |
|
681 | button_annotate: Anotar | |
682 | button_update: Atualizar |
|
682 | button_update: Atualizar | |
683 | button_configure: Configurar |
|
683 | button_configure: Configurar | |
684 | button_quote: Responder |
|
684 | button_quote: Responder | |
685 |
|
685 | |||
686 | status_active: ativo |
|
686 | status_active: ativo | |
687 | status_registered: registrado |
|
687 | status_registered: registrado | |
688 | status_locked: bloqueado |
|
688 | status_locked: bloqueado | |
689 |
|
689 | |||
690 | text_select_mail_notifications: Ações a serem notificadas por e-mail |
|
690 | text_select_mail_notifications: Ações a serem notificadas por e-mail | |
691 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
691 | text_regexp_info: ex. ^[A-Z0-9]+$ | |
692 | text_min_max_length_info: 0 = sem restrição |
|
692 | text_min_max_length_info: 0 = sem restrição | |
693 | text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados? |
|
693 | text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados? | |
694 | text_subprojects_destroy_warning: "Seu(s) subprojeto(s): {{value}} também serão excluídos." |
|
694 | text_subprojects_destroy_warning: "Seu(s) subprojeto(s): {{value}} também serão excluídos." | |
695 | text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho |
|
695 | text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho | |
696 | text_are_you_sure: Você tem certeza? |
|
696 | text_are_you_sure: Você tem certeza? | |
697 | text_tip_task_begin_day: tarefa inicia neste dia |
|
697 | text_tip_task_begin_day: tarefa inicia neste dia | |
698 | text_tip_task_end_day: tarefa termina neste dia |
|
698 | text_tip_task_end_day: tarefa termina neste dia | |
699 | text_tip_task_begin_end_day: tarefa inicia e termina neste dia |
|
699 | text_tip_task_begin_end_day: tarefa inicia e termina neste dia | |
700 | text_project_identifier_info: 'Letras minúsculas (a-z), números e hífens permitidos.<br />Uma vez salvo, o identificador não poderá ser alterado.' |
|
700 | text_project_identifier_info: 'Letras minúsculas (a-z), números e hífens permitidos.<br />Uma vez salvo, o identificador não poderá ser alterado.' | |
701 | text_caracters_maximum: "máximo {{count}} caracteres" |
|
701 | text_caracters_maximum: "máximo {{count}} caracteres" | |
702 | text_caracters_minimum: "deve ter ao menos {{count}} caracteres." |
|
702 | text_caracters_minimum: "deve ter ao menos {{count}} caracteres." | |
703 | text_length_between: "deve ter entre {{min}} e {{max}} caracteres." |
|
703 | text_length_between: "deve ter entre {{min}} e {{max}} caracteres." | |
704 | text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo. |
|
704 | text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo. | |
705 | text_unallowed_characters: Caracteres não permitidos |
|
705 | text_unallowed_characters: Caracteres não permitidos | |
706 | text_comma_separated: Múltiplos valores são permitidos (separados por vírgula). |
|
706 | text_comma_separated: Múltiplos valores são permitidos (separados por vírgula). | |
707 | text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit |
|
707 | text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit | |
708 | text_issue_added: "Tarefa {{id}} incluída (por {{author}})." |
|
708 | text_issue_added: "Tarefa {{id}} incluída (por {{author}})." | |
709 | text_issue_updated: "Tarefa {{id}} alterada (por {{author}})." |
|
709 | text_issue_updated: "Tarefa {{id}} alterada (por {{author}})." | |
710 | text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo? |
|
710 | text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo? | |
711 | text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que você deseja fazer?" |
|
711 | text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que você deseja fazer?" | |
712 | text_issue_category_destroy_assignments: Remover atribuições da categoria |
|
712 | text_issue_category_destroy_assignments: Remover atribuições da categoria | |
713 | text_issue_category_reassign_to: Redefinir tarefas para esta categoria |
|
713 | text_issue_category_reassign_to: Redefinir tarefas para esta categoria | |
714 | text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)" |
|
714 | text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)" | |
715 | text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas." |
|
715 | text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas." | |
716 | text_load_default_configuration: Carregar a configuração padrão |
|
716 | text_load_default_configuration: Carregar a configuração padrão | |
717 | text_status_changed_by_changeset: "Aplicado no changeset {{value}}." |
|
717 | text_status_changed_by_changeset: "Aplicado no changeset {{value}}." | |
718 | text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?' |
|
718 | text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?' | |
719 | text_select_project_modules: 'Selecione módulos para habilitar para este projeto:' |
|
719 | text_select_project_modules: 'Selecione módulos para habilitar para este projeto:' | |
720 | text_default_administrator_account_changed: Conta padrão do administrador alterada |
|
720 | text_default_administrator_account_changed: Conta padrão do administrador alterada | |
721 | text_file_repository_writable: Repositório com permissão de escrita |
|
721 | text_file_repository_writable: Repositório com permissão de escrita | |
722 | text_rmagick_available: RMagick disponível (opcional) |
|
722 | text_rmagick_available: RMagick disponível (opcional) | |
723 | text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?" |
|
723 | text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?" | |
724 | text_destroy_time_entries: Excluir horas de trabalho |
|
724 | text_destroy_time_entries: Excluir horas de trabalho | |
725 | text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto |
|
725 | text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto | |
726 | text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:' |
|
726 | text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:' | |
727 | text_user_wrote: "{{value}} escreveu:" |
|
727 | text_user_wrote: "{{value}} escreveu:" | |
728 | text_enumeration_destroy_question: "{{count}} objetos estão atribuídos a este valor." |
|
728 | text_enumeration_destroy_question: "{{count}} objetos estão atribuídos a este valor." | |
729 | text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:' |
|
729 | text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:' | |
730 | text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/email.yml e reinicie a aplicação para ativá-las." |
|
730 | text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/email.yml e reinicie a aplicação para ativá-las." | |
731 |
|
731 | |||
732 | default_role_manager: Gerente |
|
732 | default_role_manager: Gerente | |
733 | default_role_developper: Desenvolvedor |
|
733 | default_role_developper: Desenvolvedor | |
734 | default_role_reporter: Informante |
|
734 | default_role_reporter: Informante | |
735 | default_tracker_bug: Defeito |
|
735 | default_tracker_bug: Defeito | |
736 | default_tracker_feature: Funcionalidade |
|
736 | default_tracker_feature: Funcionalidade | |
737 | default_tracker_support: Suporte |
|
737 | default_tracker_support: Suporte | |
738 | default_issue_status_new: Nova |
|
738 | default_issue_status_new: Nova | |
739 | default_issue_status_in_progress: Em andamento |
|
739 | default_issue_status_in_progress: Em andamento | |
740 | default_issue_status_resolved: Resolvida |
|
740 | default_issue_status_resolved: Resolvida | |
741 | default_issue_status_feedback: Feedback |
|
741 | default_issue_status_feedback: Feedback | |
742 | default_issue_status_closed: Fechada |
|
742 | default_issue_status_closed: Fechada | |
743 | default_issue_status_rejected: Rejeitada |
|
743 | default_issue_status_rejected: Rejeitada | |
744 | default_doc_category_user: Documentação do usuário |
|
744 | default_doc_category_user: Documentação do usuário | |
745 | default_doc_category_tech: Documentação técnica |
|
745 | default_doc_category_tech: Documentação técnica | |
746 | default_priority_low: Baixa |
|
746 | default_priority_low: Baixa | |
747 | default_priority_normal: Normal |
|
747 | default_priority_normal: Normal | |
748 | default_priority_high: Alta |
|
748 | default_priority_high: Alta | |
749 | default_priority_urgent: Urgente |
|
749 | default_priority_urgent: Urgente | |
750 | default_priority_immediate: Imediata |
|
750 | default_priority_immediate: Imediata | |
751 | default_activity_design: Design |
|
751 | default_activity_design: Design | |
752 | default_activity_development: Desenvolvimento |
|
752 | default_activity_development: Desenvolvimento | |
753 |
|
753 | |||
754 | enumeration_issue_priorities: Prioridade das tarefas |
|
754 | enumeration_issue_priorities: Prioridade das tarefas | |
755 | enumeration_doc_categories: Categorias de documento |
|
755 | enumeration_doc_categories: Categorias de documento | |
756 | enumeration_activities: Atividades (time tracking) |
|
756 | enumeration_activities: Atividades (time tracking) | |
757 | notice_unable_delete_version: Não foi possível excluir a versão |
|
757 | notice_unable_delete_version: Não foi possível excluir a versão | |
758 | label_renamed: renomeado |
|
758 | label_renamed: renomeado | |
759 | label_copied: copiado |
|
759 | label_copied: copiado | |
760 | setting_plain_text_mail: Usar mensagem sem formatação HTML |
|
760 | setting_plain_text_mail: Usar mensagem sem formatação HTML | |
761 | permission_view_files: Ver arquivos |
|
761 | permission_view_files: Ver arquivos | |
762 | permission_edit_issues: Editar tarefas |
|
762 | permission_edit_issues: Editar tarefas | |
763 | permission_edit_own_time_entries: Editar o próprio tempo de trabalho |
|
763 | permission_edit_own_time_entries: Editar o próprio tempo de trabalho | |
764 | permission_manage_public_queries: Gerenciar consultas publicas |
|
764 | permission_manage_public_queries: Gerenciar consultas publicas | |
765 | permission_add_issues: Adicionar tarefas |
|
765 | permission_add_issues: Adicionar tarefas | |
766 | permission_log_time: Adicionar tempo gasto |
|
766 | permission_log_time: Adicionar tempo gasto | |
767 | permission_view_changesets: Ver changesets |
|
767 | permission_view_changesets: Ver changesets | |
768 | permission_view_time_entries: Ver tempo gasto |
|
768 | permission_view_time_entries: Ver tempo gasto | |
769 | permission_manage_versions: Gerenciar versões |
|
769 | permission_manage_versions: Gerenciar versões | |
770 | permission_manage_wiki: Gerenciar wiki |
|
770 | permission_manage_wiki: Gerenciar wiki | |
771 | permission_manage_categories: Gerenciar categorias de tarefas |
|
771 | permission_manage_categories: Gerenciar categorias de tarefas | |
772 | permission_protect_wiki_pages: Proteger páginas wiki |
|
772 | permission_protect_wiki_pages: Proteger páginas wiki | |
773 | permission_comment_news: Comentar notícias |
|
773 | permission_comment_news: Comentar notícias | |
774 | permission_delete_messages: Excluir mensagens |
|
774 | permission_delete_messages: Excluir mensagens | |
775 | permission_select_project_modules: Selecionar módulos de projeto |
|
775 | permission_select_project_modules: Selecionar módulos de projeto | |
776 | permission_manage_documents: Gerenciar documentos |
|
776 | permission_manage_documents: Gerenciar documentos | |
777 | permission_edit_wiki_pages: Editar páginas wiki |
|
777 | permission_edit_wiki_pages: Editar páginas wiki | |
778 | permission_add_issue_watchers: Adicionar observadores |
|
778 | permission_add_issue_watchers: Adicionar observadores | |
779 | permission_view_gantt: Ver gráfico gantt |
|
779 | permission_view_gantt: Ver gráfico gantt | |
780 | permission_move_issues: Mover tarefas |
|
780 | permission_move_issues: Mover tarefas | |
781 | permission_manage_issue_relations: Gerenciar relacionamentos de tarefas |
|
781 | permission_manage_issue_relations: Gerenciar relacionamentos de tarefas | |
782 | permission_delete_wiki_pages: Excluir páginas wiki |
|
782 | permission_delete_wiki_pages: Excluir páginas wiki | |
783 | permission_manage_boards: Gerenciar fóruns |
|
783 | permission_manage_boards: Gerenciar fóruns | |
784 | permission_delete_wiki_pages_attachments: Excluir anexos |
|
784 | permission_delete_wiki_pages_attachments: Excluir anexos | |
785 | permission_view_wiki_edits: Ver histórico do wiki |
|
785 | permission_view_wiki_edits: Ver histórico do wiki | |
786 | permission_add_messages: Postar mensagens |
|
786 | permission_add_messages: Postar mensagens | |
787 | permission_view_messages: Ver mensagens |
|
787 | permission_view_messages: Ver mensagens | |
788 | permission_manage_files: Gerenciar arquivos |
|
788 | permission_manage_files: Gerenciar arquivos | |
789 | permission_edit_issue_notes: Editar notas |
|
789 | permission_edit_issue_notes: Editar notas | |
790 | permission_manage_news: Gerenciar notícias |
|
790 | permission_manage_news: Gerenciar notícias | |
791 | permission_view_calendar: Ver calendário |
|
791 | permission_view_calendar: Ver calendário | |
792 | permission_manage_members: Gerenciar membros |
|
792 | permission_manage_members: Gerenciar membros | |
793 | permission_edit_messages: Editar mensagens |
|
793 | permission_edit_messages: Editar mensagens | |
794 | permission_delete_issues: Excluir tarefas |
|
794 | permission_delete_issues: Excluir tarefas | |
795 | permission_view_issue_watchers: Ver lista de observadores |
|
795 | permission_view_issue_watchers: Ver lista de observadores | |
796 | permission_manage_repository: Gerenciar repositório |
|
796 | permission_manage_repository: Gerenciar repositório | |
797 | permission_commit_access: Acesso de commit |
|
797 | permission_commit_access: Acesso de commit | |
798 | permission_browse_repository: Pesquisar repositório |
|
798 | permission_browse_repository: Pesquisar repositório | |
799 | permission_view_documents: Ver documentos |
|
799 | permission_view_documents: Ver documentos | |
800 | permission_edit_project: Editar projeto |
|
800 | permission_edit_project: Editar projeto | |
801 | permission_add_issue_notes: Adicionar notas |
|
801 | permission_add_issue_notes: Adicionar notas | |
802 | permission_save_queries: Salvar consultas |
|
802 | permission_save_queries: Salvar consultas | |
803 | permission_view_wiki_pages: Ver wiki |
|
803 | permission_view_wiki_pages: Ver wiki | |
804 | permission_rename_wiki_pages: Renomear páginas wiki |
|
804 | permission_rename_wiki_pages: Renomear páginas wiki | |
805 | permission_edit_time_entries: Editar tempo gasto |
|
805 | permission_edit_time_entries: Editar tempo gasto | |
806 | permission_edit_own_issue_notes: Editar suas próprias notas |
|
806 | permission_edit_own_issue_notes: Editar suas próprias notas | |
807 | setting_gravatar_enabled: Usar ícones do Gravatar |
|
807 | setting_gravatar_enabled: Usar ícones do Gravatar | |
808 | label_example: Exemplo |
|
808 | label_example: Exemplo | |
809 | text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente." |
|
809 | text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente." | |
810 | permission_edit_own_messages: Editar próprias mensagens |
|
810 | permission_edit_own_messages: Editar próprias mensagens | |
811 | permission_delete_own_messages: Excluir próprias mensagens |
|
811 | permission_delete_own_messages: Excluir próprias mensagens | |
812 | label_user_activity: "Atividade de {{value}}" |
|
812 | label_user_activity: "Atividade de {{value}}" | |
813 | label_updated_time_by: "Atualizado por {{author}} há {{age}}" |
|
813 | label_updated_time_by: "Atualizado por {{author}} há {{age}}" | |
814 | text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.' |
|
814 | text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.' | |
815 | setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff |
|
815 | setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff | |
816 | text_plugin_assets_writable: Diretório de plugins gravável |
|
816 | text_plugin_assets_writable: Diretório de plugins gravável | |
817 | warning_attachments_not_saved: "{{count}} arquivo(s) não puderam ser salvo(s)." |
|
817 | warning_attachments_not_saved: "{{count}} arquivo(s) não puderam ser salvo(s)." | |
818 | button_create_and_continue: Criar e continuar |
|
818 | button_create_and_continue: Criar e continuar | |
819 | text_custom_field_possible_values_info: 'Uma linha para cada valor' |
|
819 | text_custom_field_possible_values_info: 'Uma linha para cada valor' | |
820 | label_display: Exibição |
|
820 | label_display: Exibição | |
821 | field_editable: Editável |
|
821 | field_editable: Editável | |
822 | setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log |
|
822 | setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log | |
823 | setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline |
|
823 | setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline | |
824 | field_identity_urler: Observador |
|
824 | field_identity_urler: Observador | |
825 | setting_openid: Permitir Login e Registro via OpenID |
|
825 | setting_openid: Permitir Login e Registro via OpenID | |
826 | field_identity_url: OpenID URL |
|
826 | field_identity_url: OpenID URL | |
827 | label_login_with_open_id_option: ou use o OpenID |
|
827 | label_login_with_open_id_option: ou use o OpenID | |
828 | field_content: Conteúdo |
|
828 | field_content: Conteúdo | |
829 | label_descending: Descendente |
|
829 | label_descending: Descendente | |
830 | label_sort: Ordenar |
|
830 | label_sort: Ordenar | |
831 | label_ascending: Ascendente |
|
831 | label_ascending: Ascendente | |
832 | label_date_from_to: De {{start}} até {{end}} |
|
832 | label_date_from_to: De {{start}} até {{end}} | |
833 | label_greater_or_equal: ">=" |
|
833 | label_greater_or_equal: ">=" | |
834 | label_less_or_equal: <= |
|
834 | label_less_or_equal: <= | |
835 | text_wiki_page_destroy_question: Esta página tem {{descendants}} página(s) filha(s) e descendente(s). O que você quer fazer? |
|
835 | text_wiki_page_destroy_question: Esta página tem {{descendants}} página(s) filha(s) e descendente(s). O que você quer fazer? | |
836 | text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai |
|
836 | text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai | |
837 | text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes |
|
837 | text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes | |
838 | text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes |
|
838 | text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes | |
839 | setting_password_min_length: Comprimento mínimo para senhas |
|
839 | setting_password_min_length: Comprimento mínimo para senhas | |
840 | field_group_by: Agrupar por |
|
840 | field_group_by: Agrupar por | |
841 | mail_subject_wiki_content_updated: "A página wiki '{{page}}' foi atualizada" |
|
841 | mail_subject_wiki_content_updated: "A página wiki '{{page}}' foi atualizada" | |
842 | label_wiki_content_added: Página wiki adicionada |
|
842 | label_wiki_content_added: Página wiki adicionada | |
843 | mail_subject_wiki_content_added: "A página wiki '{{page}}' foi adicionada" |
|
843 | mail_subject_wiki_content_added: "A página wiki '{{page}}' foi adicionada" | |
844 | mail_body_wiki_content_added: A página wiki '{{page}}' foi adicionada por {{author}}. |
|
844 | mail_body_wiki_content_added: A página wiki '{{page}}' foi adicionada por {{author}}. | |
845 | label_wiki_content_updated: Página wiki atualizada |
|
845 | label_wiki_content_updated: Página wiki atualizada | |
846 | mail_body_wiki_content_updated: A página wiki '{{page}}' foi atualizada por {{author}}. |
|
846 | mail_body_wiki_content_updated: A página wiki '{{page}}' foi atualizada por {{author}}. | |
847 | permission_add_project: Criar projeto |
|
847 | permission_add_project: Criar projeto | |
848 | setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto |
|
848 | setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto | |
849 | label_view_all_revisions: Ver todas as revisões |
|
849 | label_view_all_revisions: Ver todas as revisões | |
850 | label_tag: Etiqueta |
|
850 | label_tag: Etiqueta | |
851 | label_branch: Ramo |
|
851 | label_branch: Ramo | |
852 | text_journal_changed: "{{label}} alterado de {{old}} para {{new}}" |
|
852 | text_journal_changed: "{{label}} alterado de {{old}} para {{new}}" | |
853 | text_journal_set_to: "{{label}} ajustado para {{value}}" |
|
853 | text_journal_set_to: "{{label}} ajustado para {{value}}" | |
854 | text_journal_deleted: "{{label}} excluído ({{old}})" |
|
854 | text_journal_deleted: "{{label}} excluído ({{old}})" | |
855 | label_group_plural: Grupos |
|
855 | label_group_plural: Grupos | |
856 | label_group: Grupo |
|
856 | label_group: Grupo | |
857 | label_group_new: Novo grupo |
|
857 | label_group_new: Novo grupo | |
858 | label_time_entry_plural: Tempos gastos |
|
858 | label_time_entry_plural: Tempos gastos | |
859 | text_journal_added: "{{label}} {{value}} adicionado" |
|
859 | text_journal_added: "{{label}} {{value}} adicionado" | |
860 | field_active: Ativo |
|
860 | field_active: Ativo | |
861 | enumeration_system_activity: Atividade do sistema |
|
861 | enumeration_system_activity: Atividade do sistema | |
862 | permission_delete_issue_watchers: Excluir observadores |
|
862 | permission_delete_issue_watchers: Excluir observadores | |
863 | version_status_closed: fechado |
|
863 | version_status_closed: fechado | |
864 | version_status_locked: travado |
|
864 | version_status_locked: travado | |
865 | version_status_open: aberto |
|
865 | version_status_open: aberto | |
866 | error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta |
|
866 | error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta | |
867 | label_user_anonymous: Anônimo |
|
867 | label_user_anonymous: Anônimo | |
868 | button_move_and_follow: Mover e seguir |
|
868 | button_move_and_follow: Mover e seguir | |
869 | setting_default_projects_modules: Módulos habilitados por padrão para novos projetos |
|
869 | setting_default_projects_modules: Módulos habilitados por padrão para novos projetos | |
870 | setting_gravatar_default: Imagem-padrão de Gravatar |
|
870 | setting_gravatar_default: Imagem-padrão de Gravatar | |
871 | field_sharing: Compartilhamento |
|
871 | field_sharing: Compartilhamento | |
872 | label_version_sharing_hierarchy: Com a hierarquia do projeto |
|
872 | label_version_sharing_hierarchy: Com a hierarquia do projeto | |
873 | label_version_sharing_system: Com todos os projetos |
|
873 | label_version_sharing_system: Com todos os projetos | |
874 | label_version_sharing_descendants: Com sub-projetos |
|
874 | label_version_sharing_descendants: Com sub-projetos | |
875 | label_version_sharing_tree: Com a árvore do projeto |
|
875 | label_version_sharing_tree: Com a árvore do projeto | |
876 | label_version_sharing_none: Sem compartilhamento |
|
876 | label_version_sharing_none: Sem compartilhamento | |
877 | error_can_not_archive_project: Este projeto não pode ser arquivado |
|
877 | error_can_not_archive_project: Este projeto não pode ser arquivado | |
878 | button_duplicate: Duplicar |
|
878 | button_duplicate: Duplicar | |
879 | button_copy_and_follow: Copiar e seguir |
|
879 | button_copy_and_follow: Copiar e seguir | |
880 | label_copy_source: Origem |
|
880 | label_copy_source: Origem | |
881 | setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa |
|
881 | setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa | |
882 | setting_issue_done_ratio_issue_status: Usar a situação da tarefa |
|
882 | setting_issue_done_ratio_issue_status: Usar a situação da tarefa | |
883 | error_issue_done_ratios_not_updated: O pecentual de conclusão das tarefas não foi atualizado. |
|
883 | error_issue_done_ratios_not_updated: O pecentual de conclusão das tarefas não foi atualizado. | |
884 | error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo |
|
884 | error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo | |
885 | setting_issue_done_ratio_issue_field: Use the issue field |
|
885 | setting_issue_done_ratio_issue_field: Use the issue field | |
886 | label_copy_same_as_target: Mesmo alvo |
|
886 | label_copy_same_as_target: Mesmo alvo | |
887 | label_copy_target: Alvo |
|
887 | label_copy_target: Alvo | |
888 | notice_issue_done_ratios_updated: Percentual de conslusão atualizados. |
|
888 | notice_issue_done_ratios_updated: Percentual de conslusão atualizados. | |
889 | error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem |
|
889 | error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem | |
890 | label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas |
|
890 | label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas | |
891 | setting_start_of_week: Início da semana |
|
891 | setting_start_of_week: Início da semana | |
892 | field_watcher: Observador |
|
892 | field_watcher: Observador | |
893 | permission_view_issues: Ver tarefas |
|
893 | permission_view_issues: Ver tarefas | |
894 | label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa |
|
894 | label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa | |
895 | label_revision_id: Revisão {{value}} |
|
895 | label_revision_id: Revisão {{value}} | |
896 | label_api_access_key: Chave de acesso a API |
|
896 | label_api_access_key: Chave de acesso a API | |
897 | button_show: Exibir |
|
897 | button_show: Exibir | |
898 | label_api_access_key_created_on: Chave de acesso a API criado a {{value}} atrás |
|
898 | label_api_access_key_created_on: Chave de acesso a API criado a {{value}} atrás | |
899 | label_feeds_access_key: Chave de acesso ao RSS |
|
899 | label_feeds_access_key: Chave de acesso ao RSS | |
900 | notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida. |
|
900 | notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida. | |
901 | setting_rest_api_enabled: Habilitar REST web service |
|
901 | setting_rest_api_enabled: Habilitar REST web service | |
902 | label_missing_api_access_key: Chave de acesso a API faltando |
|
902 | label_missing_api_access_key: Chave de acesso a API faltando | |
903 | label_missing_feeds_access_key: Chave de acesso ao RSS faltando |
|
903 | label_missing_feeds_access_key: Chave de acesso ao RSS faltando | |
904 | text_line_separated: Múltiplos valores permitidos (uma linha para cada valor). |
|
904 | text_line_separated: Múltiplos valores permitidos (uma linha para cada valor). | |
905 | setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas |
|
905 | setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas | |
906 | permission_add_subprojects: Criar subprojetos |
|
906 | permission_add_subprojects: Criar subprojetos | |
907 | label_subproject_new: Novo subprojeto |
|
907 | label_subproject_new: Novo subprojeto | |
908 | text_own_membership_delete_confirmation: |- |
|
908 | text_own_membership_delete_confirmation: |- | |
909 | Você está para excluir algumas de suas próprias permissões e pode não mais estar apto a editar este projeto após esta operação. |
|
909 | Você está para excluir algumas de suas próprias permissões e pode não mais estar apto a editar este projeto após esta operação. | |
910 | Você tem certeza que deseja continuar? |
|
910 | Você tem certeza que deseja continuar? | |
911 | label_close_versions: Fechar versões concluídas |
|
911 | label_close_versions: Fechar versões concluídas | |
912 | label_board_sticky: Marcado |
|
912 | label_board_sticky: Marcado | |
913 | label_board_locked: Travado |
|
913 | label_board_locked: Travado | |
914 | label_change_log: Registro de alterações |
|
914 | label_change_log: Registro de alterações | |
915 | permission_export_wiki_pages: Exportar páginas wiki |
|
915 | permission_export_wiki_pages: Exportar páginas wiki | |
916 | setting_cache_formatted_text: Realizar cache de texto formatado |
|
916 | setting_cache_formatted_text: Realizar cache de texto formatado | |
917 | permission_manage_project_activities: Gerenciar atividades do projeto |
|
917 | permission_manage_project_activities: Gerenciar atividades do projeto | |
918 | error_unable_delete_issue_status: Impossível excluir situação da tarefa |
|
918 | error_unable_delete_issue_status: Impossível excluir situação da tarefa | |
919 | label_profile: Perfil |
|
919 | label_profile: Perfil | |
920 | permission_manage_subtasks: Gerenciar subtarefas |
|
920 | permission_manage_subtasks: Gerenciar subtarefas | |
921 | field_parent_issue: Tarefa pai |
|
921 | field_parent_issue: Tarefa pai | |
922 | label_subtask_plural: Subtarefas |
|
922 | label_subtask_plural: Subtarefas | |
923 | label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto |
|
923 | label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto | |
924 | error_can_not_delete_custom_field: Unable to delete custom field |
|
924 | error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado | |
925 |
error_unable_to_connect: |
|
925 | error_unable_to_connect: Não foi possível conectar ({{value}}) | |
926 |
error_can_not_remove_role: |
|
926 | error_can_not_remove_role: Este papel está em uso e não pode ser excluído. | |
927 | error_can_not_delete_tracker: This tracker contains issues and can't be deleted. |
|
927 | error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído. |
@@ -1,921 +1,921 | |||||
1 | # Chinese (China) translations for Ruby on Rails |
|
1 | # Chinese (China) translations for Ruby on Rails | |
2 | # by tsechingho (http://github.com/tsechingho) |
|
2 | # by tsechingho (http://github.com/tsechingho) | |
3 |
|
3 | |||
4 | zh: |
|
4 | zh: | |
5 | date: |
|
5 | date: | |
6 | formats: |
|
6 | formats: | |
7 | default: "%Y-%m-%d" |
|
7 | default: "%Y-%m-%d" | |
8 | short: "%b%d日" |
|
8 | short: "%b%d日" | |
9 | long: "%Y年%b%d日" |
|
9 | long: "%Y年%b%d日" | |
10 | day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六] |
|
10 | day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六] | |
11 | abbr_day_names: [日, 一, 二, 三, 四, 五, 六] |
|
11 | abbr_day_names: [日, 一, 二, 三, 四, 五, 六] | |
12 | month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月] |
|
12 | month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月] | |
13 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
13 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] | |
14 | order: [ :year, :month, :day ] |
|
14 | order: [ :year, :month, :day ] | |
15 |
|
15 | |||
16 | time: |
|
16 | time: | |
17 | formats: |
|
17 | formats: | |
18 | default: "%Y年%b%d日 %A %H:%M:%S" |
|
18 | default: "%Y年%b%d日 %A %H:%M:%S" | |
19 | time: "%H:%M" |
|
19 | time: "%H:%M" | |
20 | time: "%H:%M" |
|
20 | time: "%H:%M" | |
21 | short: "%b%d日 %H:%M" |
|
21 | short: "%b%d日 %H:%M" | |
22 | long: "%Y年%b%d日 %H:%M" |
|
22 | long: "%Y年%b%d日 %H:%M" | |
23 | am: "上午" |
|
23 | am: "上午" | |
24 | pm: "下午" |
|
24 | pm: "下午" | |
25 |
|
25 | |||
26 | datetime: |
|
26 | datetime: | |
27 | distance_in_words: |
|
27 | distance_in_words: | |
28 | half_a_minute: "半分钟" |
|
28 | half_a_minute: "半分钟" | |
29 | less_than_x_seconds: |
|
29 | less_than_x_seconds: | |
30 | one: "一秒内" |
|
30 | one: "一秒内" | |
31 | other: "少于 {{count}} 秒" |
|
31 | other: "少于 {{count}} 秒" | |
32 | x_seconds: |
|
32 | x_seconds: | |
33 | one: "一秒" |
|
33 | one: "一秒" | |
34 | other: "{{count}} 秒" |
|
34 | other: "{{count}} 秒" | |
35 | less_than_x_minutes: |
|
35 | less_than_x_minutes: | |
36 | one: "一分钟内" |
|
36 | one: "一分钟内" | |
37 | other: "少于 {{count}} 分钟" |
|
37 | other: "少于 {{count}} 分钟" | |
38 | x_minutes: |
|
38 | x_minutes: | |
39 | one: "一分钟" |
|
39 | one: "一分钟" | |
40 | other: "{{count}} 分钟" |
|
40 | other: "{{count}} 分钟" | |
41 | about_x_hours: |
|
41 | about_x_hours: | |
42 | one: "大约一小时" |
|
42 | one: "大约一小时" | |
43 | other: "大约 {{count}} 小时" |
|
43 | other: "大约 {{count}} 小时" | |
44 | x_days: |
|
44 | x_days: | |
45 | one: "一天" |
|
45 | one: "一天" | |
46 | other: "{{count}} 天" |
|
46 | other: "{{count}} 天" | |
47 | about_x_months: |
|
47 | about_x_months: | |
48 | one: "大约一个月" |
|
48 | one: "大约一个月" | |
49 | other: "大约 {{count}} 个月" |
|
49 | other: "大约 {{count}} 个月" | |
50 | x_months: |
|
50 | x_months: | |
51 | one: "一个月" |
|
51 | one: "一个月" | |
52 | other: "{{count}} 个月" |
|
52 | other: "{{count}} 个月" | |
53 | about_x_years: |
|
53 | about_x_years: | |
54 | one: "大约一年" |
|
54 | one: "大约一年" | |
55 | other: "大约 {{count}} 年" |
|
55 | other: "大约 {{count}} 年" | |
56 | over_x_years: |
|
56 | over_x_years: | |
57 | one: "一年以上" |
|
57 | one: "一年以上" | |
58 | other: "{{count}} 年以上" |
|
58 | other: "{{count}} 年以上" | |
59 | almost_x_years: |
|
59 | almost_x_years: | |
60 | one: "将近 1 年" |
|
60 | one: "将近 1 年" | |
61 | other: "将近 {{count}} 年" |
|
61 | other: "将近 {{count}} 年" | |
62 | prompts: |
|
62 | prompts: | |
63 | year: "年" |
|
63 | year: "年" | |
64 | month: "月" |
|
64 | month: "月" | |
65 | day: "日" |
|
65 | day: "日" | |
66 | hour: "时" |
|
66 | hour: "时" | |
67 | minute: "分" |
|
67 | minute: "分" | |
68 | second: "秒" |
|
68 | second: "秒" | |
69 |
|
69 | |||
70 | number: |
|
70 | number: | |
71 | format: |
|
71 | format: | |
72 | separator: "." |
|
72 | separator: "." | |
73 | delimiter: "," |
|
73 | delimiter: "," | |
74 | precision: 3 |
|
74 | precision: 3 | |
75 | currency: |
|
75 | currency: | |
76 | format: |
|
76 | format: | |
77 | format: "%n %u" |
|
77 | format: "%n %u" | |
78 | unit: "元" |
|
78 | unit: "元" | |
79 | separator: "." |
|
79 | separator: "." | |
80 | delimiter: "," |
|
80 | delimiter: "," | |
81 | precision: 2 |
|
81 | precision: 2 | |
82 | percentage: |
|
82 | percentage: | |
83 | format: |
|
83 | format: | |
84 | delimiter: "" |
|
84 | delimiter: "" | |
85 | precision: |
|
85 | precision: | |
86 | format: |
|
86 | format: | |
87 | delimiter: "" |
|
87 | delimiter: "" | |
88 | human: |
|
88 | human: | |
89 | format: |
|
89 | format: | |
90 | delimiter: "" |
|
90 | delimiter: "" | |
91 | precision: 1 |
|
91 | precision: 1 | |
92 | storage_units: |
|
92 | storage_units: | |
93 | format: "%n %u" |
|
93 | format: "%n %u" | |
94 | units: |
|
94 | units: | |
95 | byte: |
|
95 | byte: | |
96 | one: "Byte" |
|
96 | one: "Byte" | |
97 | other: "Bytes" |
|
97 | other: "Bytes" | |
98 | kb: "KB" |
|
98 | kb: "KB" | |
99 | mb: "MB" |
|
99 | mb: "MB" | |
100 | gb: "GB" |
|
100 | gb: "GB" | |
101 | tb: "TB" |
|
101 | tb: "TB" | |
102 |
|
102 | |||
103 | support: |
|
103 | support: | |
104 | array: |
|
104 | array: | |
105 | words_connector: ", " |
|
105 | words_connector: ", " | |
106 | two_words_connector: " 和 " |
|
106 | two_words_connector: " 和 " | |
107 | last_word_connector: ", 和 " |
|
107 | last_word_connector: ", 和 " | |
108 |
|
108 | |||
109 | activerecord: |
|
109 | activerecord: | |
110 | errors: |
|
110 | errors: | |
111 | template: |
|
111 | template: | |
112 | header: |
|
112 | header: | |
113 | one: "有 1 个错误发生导致「{{model}}」无法被保存。" |
|
113 | one: "有 1 个错误发生导致「{{model}}」无法被保存。" | |
114 | other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。" |
|
114 | other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。" | |
115 | body: "如下字段出现错误:" |
|
115 | body: "如下字段出现错误:" | |
116 | messages: |
|
116 | messages: | |
117 | inclusion: "不包含于列表中" |
|
117 | inclusion: "不包含于列表中" | |
118 | exclusion: "是保留关键字" |
|
118 | exclusion: "是保留关键字" | |
119 | invalid: "是无效的" |
|
119 | invalid: "是无效的" | |
120 | confirmation: "与确认值不匹配" |
|
120 | confirmation: "与确认值不匹配" | |
121 | accepted: "必须是可被接受的" |
|
121 | accepted: "必须是可被接受的" | |
122 | empty: "不能留空" |
|
122 | empty: "不能留空" | |
123 | blank: "不能为空字符" |
|
123 | blank: "不能为空字符" | |
124 | too_long: "过长(最长为 {{count}} 个字符)" |
|
124 | too_long: "过长(最长为 {{count}} 个字符)" | |
125 | too_short: "过短(最短为 {{count}} 个字符)" |
|
125 | too_short: "过短(最短为 {{count}} 个字符)" | |
126 | wrong_length: "长度非法(必须为 {{count}} 个字符)" |
|
126 | wrong_length: "长度非法(必须为 {{count}} 个字符)" | |
127 | taken: "已经被使用" |
|
127 | taken: "已经被使用" | |
128 | not_a_number: "不是数字" |
|
128 | not_a_number: "不是数字" | |
129 | greater_than: "必须大于 {{count}}" |
|
129 | greater_than: "必须大于 {{count}}" | |
130 | greater_than_or_equal_to: "必须大于或等于 {{count}}" |
|
130 | greater_than_or_equal_to: "必须大于或等于 {{count}}" | |
131 | equal_to: "必须等于 {{count}}" |
|
131 | equal_to: "必须等于 {{count}}" | |
132 | less_than: "必须小于 {{count}}" |
|
132 | less_than: "必须小于 {{count}}" | |
133 | less_than_or_equal_to: "必须小于或等于 {{count}}" |
|
133 | less_than_or_equal_to: "必须小于或等于 {{count}}" | |
134 | odd: "必须为单数" |
|
134 | odd: "必须为单数" | |
135 | even: "必须为双数" |
|
135 | even: "必须为双数" | |
136 | greater_than_start_date: "必须在起始日期之后" |
|
136 | greater_than_start_date: "必须在起始日期之后" | |
137 | not_same_project: "不属于同一个项目" |
|
137 | not_same_project: "不属于同一个项目" | |
138 | circular_dependency: "此关联将导致循环依赖" |
|
138 | circular_dependency: "此关联将导致循环依赖" | |
139 |
|
139 | |||
140 | actionview_instancetag_blank_option: 请选择 |
|
140 | actionview_instancetag_blank_option: 请选择 | |
141 |
|
141 | |||
142 | general_text_No: '否' |
|
142 | general_text_No: '否' | |
143 | general_text_Yes: '是' |
|
143 | general_text_Yes: '是' | |
144 | general_text_no: '否' |
|
144 | general_text_no: '否' | |
145 | general_text_yes: '是' |
|
145 | general_text_yes: '是' | |
146 | general_lang_name: 'Simplified Chinese (简体中文)' |
|
146 | general_lang_name: 'Simplified Chinese (简体中文)' | |
147 | general_csv_separator: ',' |
|
147 | general_csv_separator: ',' | |
148 | general_csv_decimal_separator: '.' |
|
148 | general_csv_decimal_separator: '.' | |
149 | general_csv_encoding: gb18030 |
|
149 | general_csv_encoding: gb18030 | |
150 | general_pdf_encoding: gb18030 |
|
150 | general_pdf_encoding: gb18030 | |
151 | general_first_day_of_week: '7' |
|
151 | general_first_day_of_week: '7' | |
152 |
|
152 | |||
153 | notice_account_updated: 帐号更新成功 |
|
153 | notice_account_updated: 帐号更新成功 | |
154 | notice_account_invalid_creditentials: 无效的用户名或密码 |
|
154 | notice_account_invalid_creditentials: 无效的用户名或密码 | |
155 | notice_account_password_updated: 密码更新成功 |
|
155 | notice_account_password_updated: 密码更新成功 | |
156 | notice_account_wrong_password: 密码错误 |
|
156 | notice_account_wrong_password: 密码错误 | |
157 | notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。 |
|
157 | notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。 | |
158 | notice_account_unknown_email: 未知用户 |
|
158 | notice_account_unknown_email: 未知用户 | |
159 | notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。 |
|
159 | notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。 | |
160 | notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。 |
|
160 | notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。 | |
161 | notice_account_activated: 您的帐号已被激活。您现在可以登录了。 |
|
161 | notice_account_activated: 您的帐号已被激活。您现在可以登录了。 | |
162 | notice_successful_create: 创建成功 |
|
162 | notice_successful_create: 创建成功 | |
163 | notice_successful_update: 更新成功 |
|
163 | notice_successful_update: 更新成功 | |
164 | notice_successful_delete: 删除成功 |
|
164 | notice_successful_delete: 删除成功 | |
165 | notice_successful_connection: 连接成功 |
|
165 | notice_successful_connection: 连接成功 | |
166 | notice_file_not_found: 您访问的页面不存在或已被删除。 |
|
166 | notice_file_not_found: 您访问的页面不存在或已被删除。 | |
167 | notice_locking_conflict: 数据已被另一位用户更新 |
|
167 | notice_locking_conflict: 数据已被另一位用户更新 | |
168 | notice_not_authorized: 对不起,您无权访问此页面。 |
|
168 | notice_not_authorized: 对不起,您无权访问此页面。 | |
169 | notice_email_sent: "邮件已成功发送到 {{value}}" |
|
169 | notice_email_sent: "邮件已成功发送到 {{value}}" | |
170 | notice_email_error: "发送邮件时发生错误 ({{value}})" |
|
170 | notice_email_error: "发送邮件时发生错误 ({{value}})" | |
171 | notice_feeds_access_key_reseted: 您的RSS存取键已被重置。 |
|
171 | notice_feeds_access_key_reseted: 您的RSS存取键已被重置。 | |
172 | notice_api_access_key_reseted: 您的API访问键已被重置。 |
|
172 | notice_api_access_key_reseted: 您的API访问键已被重置。 | |
173 | notice_failed_to_save_issues: "{{count}} 个问题保存失败(共选择 {{total}} 个问题):{{ids}}." |
|
173 | notice_failed_to_save_issues: "{{count}} 个问题保存失败(共选择 {{total}} 个问题):{{ids}}." | |
174 | notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。" |
|
174 | notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。" | |
175 | notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。" |
|
175 | notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。" | |
176 | notice_default_data_loaded: 成功载入默认设置。 |
|
176 | notice_default_data_loaded: 成功载入默认设置。 | |
177 | notice_unable_delete_version: 无法删除版本 |
|
177 | notice_unable_delete_version: 无法删除版本 | |
178 | notice_issue_done_ratios_updated: 问题完成度已更新。 |
|
178 | notice_issue_done_ratios_updated: 问题完成度已更新。 | |
179 |
|
179 | |||
180 | error_can_t_load_default_data: "无法载入默认设置:{{value}}" |
|
180 | error_can_t_load_default_data: "无法载入默认设置:{{value}}" | |
181 | error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。" |
|
181 | error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。" | |
182 | error_scm_command_failed: "访问版本库时发生错误:{{value}}" |
|
182 | error_scm_command_failed: "访问版本库时发生错误:{{value}}" | |
183 | error_scm_annotate: "该条目不存在或无法追溯。" |
|
183 | error_scm_annotate: "该条目不存在或无法追溯。" | |
184 | error_issue_not_found_in_project: '问题不存在或不属于此项目' |
|
184 | error_issue_not_found_in_project: '问题不存在或不属于此项目' | |
185 | error_no_tracker_in_project: 该项目未设定跟踪标签,请检查项目配置。 |
|
185 | error_no_tracker_in_project: 该项目未设定跟踪标签,请检查项目配置。 | |
186 | error_no_default_issue_status: 未设置默认的问题状态。请检查系统设置("管理" -> "问题状态")。 |
|
186 | error_no_default_issue_status: 未设置默认的问题状态。请检查系统设置("管理" -> "问题状态")。 | |
187 | error_can_not_reopen_issue_on_closed_version: 该问题被关联到一个已经关闭的版本,因此无法重新打开。 |
|
187 | error_can_not_reopen_issue_on_closed_version: 该问题被关联到一个已经关闭的版本,因此无法重新打开。 | |
188 | error_can_not_archive_project: 该项目无法被存档 |
|
188 | error_can_not_archive_project: 该项目无法被存档 | |
189 | error_issue_done_ratios_not_updated: 问题完成度未能被更新。 |
|
189 | error_issue_done_ratios_not_updated: 问题完成度未能被更新。 | |
190 | error_workflow_copy_source: 请选择一个源跟踪标签或者角色 |
|
190 | error_workflow_copy_source: 请选择一个源跟踪标签或者角色 | |
191 | error_workflow_copy_target: 请选择目标跟踪标签和角色 |
|
191 | error_workflow_copy_target: 请选择目标跟踪标签和角色 | |
192 |
|
192 | |||
193 | warning_attachments_not_saved: "{{count}} 个文件保存失败。" |
|
193 | warning_attachments_not_saved: "{{count}} 个文件保存失败。" | |
194 |
|
194 | |||
195 | mail_subject_lost_password: "您的 {{value}} 密码" |
|
195 | mail_subject_lost_password: "您的 {{value}} 密码" | |
196 | mail_body_lost_password: '请点击以下链接来修改您的密码:' |
|
196 | mail_body_lost_password: '请点击以下链接来修改您的密码:' | |
197 | mail_subject_register: "{{value}}帐号激活" |
|
197 | mail_subject_register: "{{value}}帐号激活" | |
198 | mail_body_register: '请点击以下链接来激活您的帐号:' |
|
198 | mail_body_register: '请点击以下链接来激活您的帐号:' | |
199 | mail_body_account_information_external: "您可以使用您的 {{value}} 帐号来登录。" |
|
199 | mail_body_account_information_external: "您可以使用您的 {{value}} 帐号来登录。" | |
200 | mail_body_account_information: 您的帐号信息 |
|
200 | mail_body_account_information: 您的帐号信息 | |
201 | mail_subject_account_activation_request: "{{value}}帐号激活请求" |
|
201 | mail_subject_account_activation_request: "{{value}}帐号激活请求" | |
202 | mail_body_account_activation_request: "新用户({{value}})已完成注册,正在等候您的审核:" |
|
202 | mail_body_account_activation_request: "新用户({{value}})已完成注册,正在等候您的审核:" | |
203 | mail_subject_reminder: "{{count}} 个问题需要尽快解决" |
|
203 | mail_subject_reminder: "{{count}} 个问题需要尽快解决" | |
204 | mail_body_reminder: "指派给您的 {{count}} 个问题需要在 {{days}} 天内完成:" |
|
204 | mail_body_reminder: "指派给您的 {{count}} 个问题需要在 {{days}} 天内完成:" | |
205 | mail_subject_wiki_content_added: "'{{page}}' wiki页面已添加" |
|
205 | mail_subject_wiki_content_added: "'{{page}}' wiki页面已添加" | |
206 | mail_body_wiki_content_added: "'{{page}}' wiki页面已由 {{author}} 添加。" |
|
206 | mail_body_wiki_content_added: "'{{page}}' wiki页面已由 {{author}} 添加。" | |
207 | mail_subject_wiki_content_updated: "'{{page}}' wiki页面已更新" |
|
207 | mail_subject_wiki_content_updated: "'{{page}}' wiki页面已更新" | |
208 | mail_body_wiki_content_updated: "'{{page}}' wiki页面已由 {{author}} 更新。" |
|
208 | mail_body_wiki_content_updated: "'{{page}}' wiki页面已由 {{author}} 更新。" | |
209 |
|
209 | |||
210 | gui_validation_error: 1 个错误 |
|
210 | gui_validation_error: 1 个错误 | |
211 | gui_validation_error_plural: "{{count}} 个错误" |
|
211 | gui_validation_error_plural: "{{count}} 个错误" | |
212 |
|
212 | |||
213 | field_name: 名称 |
|
213 | field_name: 名称 | |
214 | field_description: 描述 |
|
214 | field_description: 描述 | |
215 | field_summary: 摘要 |
|
215 | field_summary: 摘要 | |
216 | field_is_required: 必填 |
|
216 | field_is_required: 必填 | |
217 | field_firstname: 名字 |
|
217 | field_firstname: 名字 | |
218 | field_lastname: 姓氏 |
|
218 | field_lastname: 姓氏 | |
219 | field_mail: 邮件地址 |
|
219 | field_mail: 邮件地址 | |
220 | field_filename: 文件 |
|
220 | field_filename: 文件 | |
221 | field_filesize: 大小 |
|
221 | field_filesize: 大小 | |
222 | field_downloads: 下载次数 |
|
222 | field_downloads: 下载次数 | |
223 | field_author: 作者 |
|
223 | field_author: 作者 | |
224 | field_created_on: 创建于 |
|
224 | field_created_on: 创建于 | |
225 | field_updated_on: 更新于 |
|
225 | field_updated_on: 更新于 | |
226 | field_field_format: 格式 |
|
226 | field_field_format: 格式 | |
227 | field_is_for_all: 用于所有项目 |
|
227 | field_is_for_all: 用于所有项目 | |
228 | field_possible_values: 可能的值 |
|
228 | field_possible_values: 可能的值 | |
229 | field_regexp: 正则表达式 |
|
229 | field_regexp: 正则表达式 | |
230 | field_min_length: 最小长度 |
|
230 | field_min_length: 最小长度 | |
231 | field_max_length: 最大长度 |
|
231 | field_max_length: 最大长度 | |
232 | field_value: 值 |
|
232 | field_value: 值 | |
233 | field_category: 类别 |
|
233 | field_category: 类别 | |
234 | field_title: 标题 |
|
234 | field_title: 标题 | |
235 | field_project: 项目 |
|
235 | field_project: 项目 | |
236 | field_issue: 问题 |
|
236 | field_issue: 问题 | |
237 | field_status: 状态 |
|
237 | field_status: 状态 | |
238 | field_notes: 说明 |
|
238 | field_notes: 说明 | |
239 | field_is_closed: 已关闭的问题 |
|
239 | field_is_closed: 已关闭的问题 | |
240 | field_is_default: 默认值 |
|
240 | field_is_default: 默认值 | |
241 | field_tracker: 跟踪 |
|
241 | field_tracker: 跟踪 | |
242 | field_subject: 主题 |
|
242 | field_subject: 主题 | |
243 | field_due_date: 完成日期 |
|
243 | field_due_date: 完成日期 | |
244 | field_assigned_to: 指派给 |
|
244 | field_assigned_to: 指派给 | |
245 | field_priority: 优先级 |
|
245 | field_priority: 优先级 | |
246 | field_fixed_version: 目标版本 |
|
246 | field_fixed_version: 目标版本 | |
247 | field_user: 用户 |
|
247 | field_user: 用户 | |
248 | field_role: 角色 |
|
248 | field_role: 角色 | |
249 | field_homepage: 主页 |
|
249 | field_homepage: 主页 | |
250 | field_is_public: 公开 |
|
250 | field_is_public: 公开 | |
251 | field_parent: 上级项目 |
|
251 | field_parent: 上级项目 | |
252 | field_is_in_roadmap: 在路线图中显示问题 |
|
252 | field_is_in_roadmap: 在路线图中显示问题 | |
253 | field_login: 登录名 |
|
253 | field_login: 登录名 | |
254 | field_mail_notification: 邮件通知 |
|
254 | field_mail_notification: 邮件通知 | |
255 | field_admin: 管理员 |
|
255 | field_admin: 管理员 | |
256 | field_last_login_on: 最后登录 |
|
256 | field_last_login_on: 最后登录 | |
257 | field_language: 语言 |
|
257 | field_language: 语言 | |
258 | field_effective_date: 日期 |
|
258 | field_effective_date: 日期 | |
259 | field_password: 密码 |
|
259 | field_password: 密码 | |
260 | field_new_password: 新密码 |
|
260 | field_new_password: 新密码 | |
261 | field_password_confirmation: 确认 |
|
261 | field_password_confirmation: 确认 | |
262 | field_version: 版本 |
|
262 | field_version: 版本 | |
263 | field_type: 类型 |
|
263 | field_type: 类型 | |
264 | field_host: 主机 |
|
264 | field_host: 主机 | |
265 | field_port: 端口 |
|
265 | field_port: 端口 | |
266 | field_account: 帐号 |
|
266 | field_account: 帐号 | |
267 | field_base_dn: Base DN |
|
267 | field_base_dn: Base DN | |
268 | field_attr_login: 登录名属性 |
|
268 | field_attr_login: 登录名属性 | |
269 | field_attr_firstname: 名字属性 |
|
269 | field_attr_firstname: 名字属性 | |
270 | field_attr_lastname: 姓氏属性 |
|
270 | field_attr_lastname: 姓氏属性 | |
271 | field_attr_mail: 邮件属性 |
|
271 | field_attr_mail: 邮件属性 | |
272 | field_onthefly: 即时用户生成 |
|
272 | field_onthefly: 即时用户生成 | |
273 | field_start_date: 开始 |
|
273 | field_start_date: 开始 | |
274 | field_done_ratio: 完成度 |
|
274 | field_done_ratio: 完成度 | |
275 | field_auth_source: 认证模式 |
|
275 | field_auth_source: 认证模式 | |
276 | field_hide_mail: 隐藏我的邮件地址 |
|
276 | field_hide_mail: 隐藏我的邮件地址 | |
277 | field_comments: 注释 |
|
277 | field_comments: 注释 | |
278 | field_url: URL |
|
278 | field_url: URL | |
279 | field_start_page: 起始页 |
|
279 | field_start_page: 起始页 | |
280 | field_subproject: 子项目 |
|
280 | field_subproject: 子项目 | |
281 | field_hours: 小时 |
|
281 | field_hours: 小时 | |
282 | field_activity: 活动 |
|
282 | field_activity: 活动 | |
283 | field_spent_on: 日期 |
|
283 | field_spent_on: 日期 | |
284 | field_identifier: 标识 |
|
284 | field_identifier: 标识 | |
285 | field_is_filter: 作为过滤条件 |
|
285 | field_is_filter: 作为过滤条件 | |
286 | field_issue_to: 相关问题 |
|
286 | field_issue_to: 相关问题 | |
287 | field_delay: 延期 |
|
287 | field_delay: 延期 | |
288 | field_assignable: 问题可指派给此角色 |
|
288 | field_assignable: 问题可指派给此角色 | |
289 | field_redirect_existing_links: 重定向到现有链接 |
|
289 | field_redirect_existing_links: 重定向到现有链接 | |
290 | field_estimated_hours: 预期时间 |
|
290 | field_estimated_hours: 预期时间 | |
291 | field_column_names: 列 |
|
291 | field_column_names: 列 | |
292 | field_time_zone: 时区 |
|
292 | field_time_zone: 时区 | |
293 | field_searchable: 可用作搜索条件 |
|
293 | field_searchable: 可用作搜索条件 | |
294 | field_default_value: 默认值 |
|
294 | field_default_value: 默认值 | |
295 | field_comments_sorting: 显示注释 |
|
295 | field_comments_sorting: 显示注释 | |
296 | field_parent_title: 上级页面 |
|
296 | field_parent_title: 上级页面 | |
297 | field_editable: 可编辑 |
|
297 | field_editable: 可编辑 | |
298 | field_watcher: 跟踪者 |
|
298 | field_watcher: 跟踪者 | |
299 | field_identity_url: OpenID URL |
|
299 | field_identity_url: OpenID URL | |
300 | field_content: 内容 |
|
300 | field_content: 内容 | |
301 | field_group_by: 根据此条件分组 |
|
301 | field_group_by: 根据此条件分组 | |
302 | field_sharing: 共享 |
|
302 | field_sharing: 共享 | |
303 |
|
303 | |||
304 | setting_app_title: 应用程序标题 |
|
304 | setting_app_title: 应用程序标题 | |
305 | setting_app_subtitle: 应用程序子标题 |
|
305 | setting_app_subtitle: 应用程序子标题 | |
306 | setting_welcome_text: 欢迎文字 |
|
306 | setting_welcome_text: 欢迎文字 | |
307 | setting_default_language: 默认语言 |
|
307 | setting_default_language: 默认语言 | |
308 | setting_login_required: 要求认证 |
|
308 | setting_login_required: 要求认证 | |
309 | setting_self_registration: 允许自注册 |
|
309 | setting_self_registration: 允许自注册 | |
310 | setting_attachment_max_size: 附件大小限制 |
|
310 | setting_attachment_max_size: 附件大小限制 | |
311 | setting_issues_export_limit: 问题输出条目的限制 |
|
311 | setting_issues_export_limit: 问题输出条目的限制 | |
312 | setting_mail_from: 邮件发件人地址 |
|
312 | setting_mail_from: 邮件发件人地址 | |
313 | setting_bcc_recipients: 使用密件抄送 (bcc) |
|
313 | setting_bcc_recipients: 使用密件抄送 (bcc) | |
314 | setting_plain_text_mail: 纯文本(无HTML) |
|
314 | setting_plain_text_mail: 纯文本(无HTML) | |
315 | setting_host_name: 主机名称 |
|
315 | setting_host_name: 主机名称 | |
316 | setting_text_formatting: 文本格式 |
|
316 | setting_text_formatting: 文本格式 | |
317 | setting_wiki_compression: 压缩Wiki历史文档 |
|
317 | setting_wiki_compression: 压缩Wiki历史文档 | |
318 | setting_feeds_limit: RSS Feed内容条数限制 |
|
318 | setting_feeds_limit: RSS Feed内容条数限制 | |
319 | setting_default_projects_public: 新建项目默认为公开项目 |
|
319 | setting_default_projects_public: 新建项目默认为公开项目 | |
320 | setting_autofetch_changesets: 自动获取程序变更 |
|
320 | setting_autofetch_changesets: 自动获取程序变更 | |
321 | setting_sys_api_enabled: 启用用于版本库管理的Web Service |
|
321 | setting_sys_api_enabled: 启用用于版本库管理的Web Service | |
322 | setting_commit_ref_keywords: 用于引用问题的关键字 |
|
322 | setting_commit_ref_keywords: 用于引用问题的关键字 | |
323 | setting_commit_fix_keywords: 用于解决问题的关键字 |
|
323 | setting_commit_fix_keywords: 用于解决问题的关键字 | |
324 | setting_autologin: 自动登录 |
|
324 | setting_autologin: 自动登录 | |
325 | setting_date_format: 日期格式 |
|
325 | setting_date_format: 日期格式 | |
326 | setting_time_format: 时间格式 |
|
326 | setting_time_format: 时间格式 | |
327 | setting_cross_project_issue_relations: 允许不同项目之间的问题关联 |
|
327 | setting_cross_project_issue_relations: 允许不同项目之间的问题关联 | |
328 | setting_issue_list_default_columns: 问题列表中显示的默认列 |
|
328 | setting_issue_list_default_columns: 问题列表中显示的默认列 | |
329 | setting_repositories_encodings: 版本库编码 |
|
329 | setting_repositories_encodings: 版本库编码 | |
330 | setting_commit_logs_encoding: 提交注释的编码 |
|
330 | setting_commit_logs_encoding: 提交注释的编码 | |
331 | setting_emails_footer: 邮件签名 |
|
331 | setting_emails_footer: 邮件签名 | |
332 | setting_protocol: 协议 |
|
332 | setting_protocol: 协议 | |
333 | setting_per_page_options: 每页显示条目个数的设置 |
|
333 | setting_per_page_options: 每页显示条目个数的设置 | |
334 | setting_user_format: 用户显示格式 |
|
334 | setting_user_format: 用户显示格式 | |
335 | setting_activity_days_default: 在项目活动中显示的天数 |
|
335 | setting_activity_days_default: 在项目活动中显示的天数 | |
336 | setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题 |
|
336 | setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题 | |
337 | setting_enabled_scm: 启用 SCM |
|
337 | setting_enabled_scm: 启用 SCM | |
338 | setting_mail_handler_body_delimiters: 在这些行之后截断邮件 |
|
338 | setting_mail_handler_body_delimiters: 在这些行之后截断邮件 | |
339 | setting_mail_handler_api_enabled: 启用用于接收邮件的服务 |
|
339 | setting_mail_handler_api_enabled: 启用用于接收邮件的服务 | |
340 | setting_mail_handler_api_key: API key |
|
340 | setting_mail_handler_api_key: API key | |
341 | setting_sequential_project_identifiers: 顺序产生项目标识 |
|
341 | setting_sequential_project_identifiers: 顺序产生项目标识 | |
342 | setting_gravatar_enabled: 使用Gravatar用户头像 |
|
342 | setting_gravatar_enabled: 使用Gravatar用户头像 | |
343 | setting_gravatar_default: 默认的Gravatar头像 |
|
343 | setting_gravatar_default: 默认的Gravatar头像 | |
344 | setting_diff_max_lines_displayed: 查看差别页面上显示的最大行数 |
|
344 | setting_diff_max_lines_displayed: 查看差别页面上显示的最大行数 | |
345 | setting_file_max_size_displayed: 允许直接显示的最大文本文件 |
|
345 | setting_file_max_size_displayed: 允许直接显示的最大文本文件 | |
346 | setting_repository_log_display_limit: 在文件变更记录页面上显示的最大修订版本数量 |
|
346 | setting_repository_log_display_limit: 在文件变更记录页面上显示的最大修订版本数量 | |
347 | setting_openid: 允许使用OpenID登录和注册 |
|
347 | setting_openid: 允许使用OpenID登录和注册 | |
348 | setting_password_min_length: 最短密码长度 |
|
348 | setting_password_min_length: 最短密码长度 | |
349 | setting_new_project_user_role_id: 非管理员用户新建项目时将被赋予的(在该项目中的)角色 |
|
349 | setting_new_project_user_role_id: 非管理员用户新建项目时将被赋予的(在该项目中的)角色 | |
350 | setting_default_projects_modules: 新建项目默认启用的模块 |
|
350 | setting_default_projects_modules: 新建项目默认启用的模块 | |
351 | setting_issue_done_ratio: 计算问题完成度: |
|
351 | setting_issue_done_ratio: 计算问题完成度: | |
352 | setting_issue_done_ratio_issue_field: 使用问题(的完成度)属性 |
|
352 | setting_issue_done_ratio_issue_field: 使用问题(的完成度)属性 | |
353 | setting_issue_done_ratio_issue_status: 使用问题状态 |
|
353 | setting_issue_done_ratio_issue_status: 使用问题状态 | |
354 | setting_start_of_week: 日历开始于 |
|
354 | setting_start_of_week: 日历开始于 | |
355 | setting_rest_api_enabled: 启用REST web service |
|
355 | setting_rest_api_enabled: 启用REST web service | |
356 |
|
356 | |||
357 | permission_add_project: 新建项目 |
|
357 | permission_add_project: 新建项目 | |
358 | permission_add_subprojects: 新建子项目 |
|
358 | permission_add_subprojects: 新建子项目 | |
359 | permission_edit_project: 编辑项目 |
|
359 | permission_edit_project: 编辑项目 | |
360 | permission_select_project_modules: 选择项目模块 |
|
360 | permission_select_project_modules: 选择项目模块 | |
361 | permission_manage_members: 管理成员 |
|
361 | permission_manage_members: 管理成员 | |
362 | permission_manage_versions: 管理版本 |
|
362 | permission_manage_versions: 管理版本 | |
363 | permission_manage_categories: 管理问题类别 |
|
363 | permission_manage_categories: 管理问题类别 | |
364 | permission_view_issues: 查看问题 |
|
364 | permission_view_issues: 查看问题 | |
365 | permission_add_issues: 新建问题 |
|
365 | permission_add_issues: 新建问题 | |
366 | permission_edit_issues: 更新问题 |
|
366 | permission_edit_issues: 更新问题 | |
367 | permission_manage_issue_relations: 管理问题关联 |
|
367 | permission_manage_issue_relations: 管理问题关联 | |
368 | permission_add_issue_notes: 添加说明 |
|
368 | permission_add_issue_notes: 添加说明 | |
369 | permission_edit_issue_notes: 编辑说明 |
|
369 | permission_edit_issue_notes: 编辑说明 | |
370 | permission_edit_own_issue_notes: 编辑自己的说明 |
|
370 | permission_edit_own_issue_notes: 编辑自己的说明 | |
371 | permission_move_issues: 移动问题 |
|
371 | permission_move_issues: 移动问题 | |
372 | permission_delete_issues: 删除问题 |
|
372 | permission_delete_issues: 删除问题 | |
373 | permission_manage_public_queries: 管理公开的查询 |
|
373 | permission_manage_public_queries: 管理公开的查询 | |
374 | permission_save_queries: 保存查询 |
|
374 | permission_save_queries: 保存查询 | |
375 | permission_view_gantt: 查看甘特图 |
|
375 | permission_view_gantt: 查看甘特图 | |
376 | permission_view_calendar: 查看日历 |
|
376 | permission_view_calendar: 查看日历 | |
377 | permission_view_issue_watchers: 查看跟踪者列表 |
|
377 | permission_view_issue_watchers: 查看跟踪者列表 | |
378 | permission_add_issue_watchers: 添加跟踪者 |
|
378 | permission_add_issue_watchers: 添加跟踪者 | |
379 | permission_delete_issue_watchers: 删除跟踪者 |
|
379 | permission_delete_issue_watchers: 删除跟踪者 | |
380 | permission_log_time: 登记工时 |
|
380 | permission_log_time: 登记工时 | |
381 | permission_view_time_entries: 查看耗时 |
|
381 | permission_view_time_entries: 查看耗时 | |
382 | permission_edit_time_entries: 编辑耗时 |
|
382 | permission_edit_time_entries: 编辑耗时 | |
383 | permission_edit_own_time_entries: 编辑自己的耗时 |
|
383 | permission_edit_own_time_entries: 编辑自己的耗时 | |
384 | permission_manage_news: 管理新闻 |
|
384 | permission_manage_news: 管理新闻 | |
385 | permission_comment_news: 为新闻添加评论 |
|
385 | permission_comment_news: 为新闻添加评论 | |
386 | permission_manage_documents: 管理文档 |
|
386 | permission_manage_documents: 管理文档 | |
387 | permission_view_documents: 查看文档 |
|
387 | permission_view_documents: 查看文档 | |
388 | permission_manage_files: 管理文件 |
|
388 | permission_manage_files: 管理文件 | |
389 | permission_view_files: 查看文件 |
|
389 | permission_view_files: 查看文件 | |
390 | permission_manage_wiki: 管理Wiki |
|
390 | permission_manage_wiki: 管理Wiki | |
391 | permission_rename_wiki_pages: 重命名Wiki页面 |
|
391 | permission_rename_wiki_pages: 重命名Wiki页面 | |
392 | permission_delete_wiki_pages: 删除Wiki页面 |
|
392 | permission_delete_wiki_pages: 删除Wiki页面 | |
393 | permission_view_wiki_pages: 查看Wiki |
|
393 | permission_view_wiki_pages: 查看Wiki | |
394 | permission_view_wiki_edits: 查看Wiki历史记录 |
|
394 | permission_view_wiki_edits: 查看Wiki历史记录 | |
395 | permission_edit_wiki_pages: 编辑Wiki页面 |
|
395 | permission_edit_wiki_pages: 编辑Wiki页面 | |
396 | permission_delete_wiki_pages_attachments: 删除附件 |
|
396 | permission_delete_wiki_pages_attachments: 删除附件 | |
397 | permission_protect_wiki_pages: 保护Wiki页面 |
|
397 | permission_protect_wiki_pages: 保护Wiki页面 | |
398 | permission_manage_repository: 管理版本库 |
|
398 | permission_manage_repository: 管理版本库 | |
399 | permission_browse_repository: 浏览版本库 |
|
399 | permission_browse_repository: 浏览版本库 | |
400 | permission_view_changesets: 查看变更 |
|
400 | permission_view_changesets: 查看变更 | |
401 | permission_commit_access: 访问提交信息 |
|
401 | permission_commit_access: 访问提交信息 | |
402 | permission_manage_boards: 管理讨论区 |
|
402 | permission_manage_boards: 管理讨论区 | |
403 | permission_view_messages: 查看帖子 |
|
403 | permission_view_messages: 查看帖子 | |
404 | permission_add_messages: 发表帖子 |
|
404 | permission_add_messages: 发表帖子 | |
405 | permission_edit_messages: 编辑帖子 |
|
405 | permission_edit_messages: 编辑帖子 | |
406 | permission_edit_own_messages: 编辑自己的帖子 |
|
406 | permission_edit_own_messages: 编辑自己的帖子 | |
407 | permission_delete_messages: 删除帖子 |
|
407 | permission_delete_messages: 删除帖子 | |
408 | permission_delete_own_messages: 删除自己的帖子 |
|
408 | permission_delete_own_messages: 删除自己的帖子 | |
409 |
|
409 | |||
410 | project_module_issue_tracking: 问题跟踪 |
|
410 | project_module_issue_tracking: 问题跟踪 | |
411 | project_module_time_tracking: 时间跟踪 |
|
411 | project_module_time_tracking: 时间跟踪 | |
412 | project_module_news: 新闻 |
|
412 | project_module_news: 新闻 | |
413 | project_module_documents: 文档 |
|
413 | project_module_documents: 文档 | |
414 | project_module_files: 文件 |
|
414 | project_module_files: 文件 | |
415 | project_module_wiki: Wiki |
|
415 | project_module_wiki: Wiki | |
416 | project_module_repository: 版本库 |
|
416 | project_module_repository: 版本库 | |
417 | project_module_boards: 讨论区 |
|
417 | project_module_boards: 讨论区 | |
418 |
|
418 | |||
419 | label_user: 用户 |
|
419 | label_user: 用户 | |
420 | label_user_plural: 用户 |
|
420 | label_user_plural: 用户 | |
421 | label_user_new: 新建用户 |
|
421 | label_user_new: 新建用户 | |
422 | label_user_anonymous: 匿名用户 |
|
422 | label_user_anonymous: 匿名用户 | |
423 | label_project: 项目 |
|
423 | label_project: 项目 | |
424 | label_project_new: 新建项目 |
|
424 | label_project_new: 新建项目 | |
425 | label_project_plural: 项目 |
|
425 | label_project_plural: 项目 | |
426 | label_x_projects: |
|
426 | label_x_projects: | |
427 | zero: 无项目 |
|
427 | zero: 无项目 | |
428 | one: 1 个项目 |
|
428 | one: 1 个项目 | |
429 | other: "{{count}} 个项目" |
|
429 | other: "{{count}} 个项目" | |
430 | label_project_all: 所有的项目 |
|
430 | label_project_all: 所有的项目 | |
431 | label_project_latest: 最近更新的项目 |
|
431 | label_project_latest: 最近更新的项目 | |
432 | label_issue: 问题 |
|
432 | label_issue: 问题 | |
433 | label_issue_new: 新建问题 |
|
433 | label_issue_new: 新建问题 | |
434 | label_issue_plural: 问题 |
|
434 | label_issue_plural: 问题 | |
435 | label_issue_view_all: 查看所有问题 |
|
435 | label_issue_view_all: 查看所有问题 | |
436 | label_issues_by: "按 {{value}} 分组显示问题" |
|
436 | label_issues_by: "按 {{value}} 分组显示问题" | |
437 | label_issue_added: 问题已添加 |
|
437 | label_issue_added: 问题已添加 | |
438 | label_issue_updated: 问题已更新 |
|
438 | label_issue_updated: 问题已更新 | |
439 | label_document: 文档 |
|
439 | label_document: 文档 | |
440 | label_document_new: 新建文档 |
|
440 | label_document_new: 新建文档 | |
441 | label_document_plural: 文档 |
|
441 | label_document_plural: 文档 | |
442 | label_document_added: 文档已添加 |
|
442 | label_document_added: 文档已添加 | |
443 | label_role: 角色 |
|
443 | label_role: 角色 | |
444 | label_role_plural: 角色 |
|
444 | label_role_plural: 角色 | |
445 | label_role_new: 新建角色 |
|
445 | label_role_new: 新建角色 | |
446 | label_role_and_permissions: 角色和权限 |
|
446 | label_role_and_permissions: 角色和权限 | |
447 | label_member: 成员 |
|
447 | label_member: 成员 | |
448 | label_member_new: 新建成员 |
|
448 | label_member_new: 新建成员 | |
449 | label_member_plural: 成员 |
|
449 | label_member_plural: 成员 | |
450 | label_tracker: 跟踪标签 |
|
450 | label_tracker: 跟踪标签 | |
451 | label_tracker_plural: 跟踪标签 |
|
451 | label_tracker_plural: 跟踪标签 | |
452 | label_tracker_new: 新建跟踪标签 |
|
452 | label_tracker_new: 新建跟踪标签 | |
453 | label_workflow: 工作流程 |
|
453 | label_workflow: 工作流程 | |
454 | label_issue_status: 问题状态 |
|
454 | label_issue_status: 问题状态 | |
455 | label_issue_status_plural: 问题状态 |
|
455 | label_issue_status_plural: 问题状态 | |
456 | label_issue_status_new: 新建问题状态 |
|
456 | label_issue_status_new: 新建问题状态 | |
457 | label_issue_category: 问题类别 |
|
457 | label_issue_category: 问题类别 | |
458 | label_issue_category_plural: 问题类别 |
|
458 | label_issue_category_plural: 问题类别 | |
459 | label_issue_category_new: 新建问题类别 |
|
459 | label_issue_category_new: 新建问题类别 | |
460 | label_custom_field: 自定义属性 |
|
460 | label_custom_field: 自定义属性 | |
461 | label_custom_field_plural: 自定义属性 |
|
461 | label_custom_field_plural: 自定义属性 | |
462 | label_custom_field_new: 新建自定义属性 |
|
462 | label_custom_field_new: 新建自定义属性 | |
463 | label_enumerations: 枚举值 |
|
463 | label_enumerations: 枚举值 | |
464 | label_enumeration_new: 新建枚举值 |
|
464 | label_enumeration_new: 新建枚举值 | |
465 | label_information: 信息 |
|
465 | label_information: 信息 | |
466 | label_information_plural: 信息 |
|
466 | label_information_plural: 信息 | |
467 | label_please_login: 请登录 |
|
467 | label_please_login: 请登录 | |
468 | label_register: 注册 |
|
468 | label_register: 注册 | |
469 | label_login_with_open_id_option: 或使用OpenID登录 |
|
469 | label_login_with_open_id_option: 或使用OpenID登录 | |
470 | label_password_lost: 忘记密码 |
|
470 | label_password_lost: 忘记密码 | |
471 | label_home: 主页 |
|
471 | label_home: 主页 | |
472 | label_my_page: 我的工作台 |
|
472 | label_my_page: 我的工作台 | |
473 | label_my_account: 我的帐号 |
|
473 | label_my_account: 我的帐号 | |
474 | label_my_projects: 我的项目 |
|
474 | label_my_projects: 我的项目 | |
475 | label_administration: 管理 |
|
475 | label_administration: 管理 | |
476 | label_login: 登录 |
|
476 | label_login: 登录 | |
477 | label_logout: 退出 |
|
477 | label_logout: 退出 | |
478 | label_help: 帮助 |
|
478 | label_help: 帮助 | |
479 | label_reported_issues: 已报告的问题 |
|
479 | label_reported_issues: 已报告的问题 | |
480 | label_assigned_to_me_issues: 指派给我的问题 |
|
480 | label_assigned_to_me_issues: 指派给我的问题 | |
481 | label_last_login: 最后登录 |
|
481 | label_last_login: 最后登录 | |
482 | label_registered_on: 注册于 |
|
482 | label_registered_on: 注册于 | |
483 | label_activity: 活动 |
|
483 | label_activity: 活动 | |
484 | label_overall_activity: 全部活动 |
|
484 | label_overall_activity: 全部活动 | |
485 | label_user_activity: "{{value}} 的活动" |
|
485 | label_user_activity: "{{value}} 的活动" | |
486 | label_new: 新建 |
|
486 | label_new: 新建 | |
487 | label_logged_as: 登录为 |
|
487 | label_logged_as: 登录为 | |
488 | label_environment: 环境 |
|
488 | label_environment: 环境 | |
489 | label_authentication: 认证 |
|
489 | label_authentication: 认证 | |
490 | label_auth_source: 认证模式 |
|
490 | label_auth_source: 认证模式 | |
491 | label_auth_source_new: 新建认证模式 |
|
491 | label_auth_source_new: 新建认证模式 | |
492 | label_auth_source_plural: 认证模式 |
|
492 | label_auth_source_plural: 认证模式 | |
493 | label_subproject_plural: 子项目 |
|
493 | label_subproject_plural: 子项目 | |
494 | label_subproject_new: 新建子项目 |
|
494 | label_subproject_new: 新建子项目 | |
495 | label_and_its_subprojects: "{{value}} 及其子项目" |
|
495 | label_and_its_subprojects: "{{value}} 及其子项目" | |
496 | label_min_max_length: 最小 - 最大 长度 |
|
496 | label_min_max_length: 最小 - 最大 长度 | |
497 | label_list: 列表 |
|
497 | label_list: 列表 | |
498 | label_date: 日期 |
|
498 | label_date: 日期 | |
499 | label_integer: 整数 |
|
499 | label_integer: 整数 | |
500 | label_float: 浮点数 |
|
500 | label_float: 浮点数 | |
501 | label_boolean: 布尔量 |
|
501 | label_boolean: 布尔量 | |
502 | label_string: 文字 |
|
502 | label_string: 文字 | |
503 | label_text: 长段文字 |
|
503 | label_text: 长段文字 | |
504 | label_attribute: 属性 |
|
504 | label_attribute: 属性 | |
505 | label_attribute_plural: 属性 |
|
505 | label_attribute_plural: 属性 | |
506 | label_download: "{{count}} 次下载" |
|
506 | label_download: "{{count}} 次下载" | |
507 | label_download_plural: "{{count}} 次下载" |
|
507 | label_download_plural: "{{count}} 次下载" | |
508 | label_no_data: 没有任何数据可供显示 |
|
508 | label_no_data: 没有任何数据可供显示 | |
509 | label_change_status: 变更状态 |
|
509 | label_change_status: 变更状态 | |
510 | label_history: 历史记录 |
|
510 | label_history: 历史记录 | |
511 | label_attachment: 文件 |
|
511 | label_attachment: 文件 | |
512 | label_attachment_new: 新建文件 |
|
512 | label_attachment_new: 新建文件 | |
513 | label_attachment_delete: 删除文件 |
|
513 | label_attachment_delete: 删除文件 | |
514 | label_attachment_plural: 文件 |
|
514 | label_attachment_plural: 文件 | |
515 | label_file_added: 文件已添加 |
|
515 | label_file_added: 文件已添加 | |
516 | label_report: 报表 |
|
516 | label_report: 报表 | |
517 | label_report_plural: 报表 |
|
517 | label_report_plural: 报表 | |
518 | label_news: 新闻 |
|
518 | label_news: 新闻 | |
519 | label_news_new: 添加新闻 |
|
519 | label_news_new: 添加新闻 | |
520 | label_news_plural: 新闻 |
|
520 | label_news_plural: 新闻 | |
521 | label_news_latest: 最近的新闻 |
|
521 | label_news_latest: 最近的新闻 | |
522 | label_news_view_all: 查看所有新闻 |
|
522 | label_news_view_all: 查看所有新闻 | |
523 | label_news_added: 新闻已添加 |
|
523 | label_news_added: 新闻已添加 | |
524 | label_settings: 配置 |
|
524 | label_settings: 配置 | |
525 | label_overview: 概述 |
|
525 | label_overview: 概述 | |
526 | label_version: 版本 |
|
526 | label_version: 版本 | |
527 | label_version_new: 新建版本 |
|
527 | label_version_new: 新建版本 | |
528 | label_version_plural: 版本 |
|
528 | label_version_plural: 版本 | |
529 | label_close_versions: 关闭已完成的版本 |
|
529 | label_close_versions: 关闭已完成的版本 | |
530 | label_confirmation: 确认 |
|
530 | label_confirmation: 确认 | |
531 | label_export_to: 导出 |
|
531 | label_export_to: 导出 | |
532 | label_read: 读取... |
|
532 | label_read: 读取... | |
533 | label_public_projects: 公开的项目 |
|
533 | label_public_projects: 公开的项目 | |
534 | label_open_issues: 打开 |
|
534 | label_open_issues: 打开 | |
535 | label_open_issues_plural: 打开 |
|
535 | label_open_issues_plural: 打开 | |
536 | label_closed_issues: 已关闭 |
|
536 | label_closed_issues: 已关闭 | |
537 | label_closed_issues_plural: 已关闭 |
|
537 | label_closed_issues_plural: 已关闭 | |
538 | label_x_open_issues_abbr_on_total: |
|
538 | label_x_open_issues_abbr_on_total: | |
539 | zero: 0 打开 / {{total}} |
|
539 | zero: 0 打开 / {{total}} | |
540 | one: 1 打开 / {{total}} |
|
540 | one: 1 打开 / {{total}} | |
541 | other: "{{count}} 打开 / {{total}}" |
|
541 | other: "{{count}} 打开 / {{total}}" | |
542 | label_x_open_issues_abbr: |
|
542 | label_x_open_issues_abbr: | |
543 | zero: 0 打开 |
|
543 | zero: 0 打开 | |
544 | one: 1 打开 |
|
544 | one: 1 打开 | |
545 | other: "{{count}} 打开" |
|
545 | other: "{{count}} 打开" | |
546 | label_x_closed_issues_abbr: |
|
546 | label_x_closed_issues_abbr: | |
547 | zero: 0 关闭 |
|
547 | zero: 0 关闭 | |
548 | one: 1 关闭 |
|
548 | one: 1 关闭 | |
549 | other: "{{count}} 关闭" |
|
549 | other: "{{count}} 关闭" | |
550 | label_total: 合计 |
|
550 | label_total: 合计 | |
551 | label_permissions: 权限 |
|
551 | label_permissions: 权限 | |
552 | label_current_status: 当前状态 |
|
552 | label_current_status: 当前状态 | |
553 | label_new_statuses_allowed: 可变更的新状态 |
|
553 | label_new_statuses_allowed: 可变更的新状态 | |
554 | label_all: 全部 |
|
554 | label_all: 全部 | |
555 | label_none: 无 |
|
555 | label_none: 无 | |
556 | label_nobody: 无人 |
|
556 | label_nobody: 无人 | |
557 | label_next: 下一个 |
|
557 | label_next: 下一个 | |
558 | label_previous: 上一个 |
|
558 | label_previous: 上一个 | |
559 | label_used_by: 使用中 |
|
559 | label_used_by: 使用中 | |
560 | label_details: 详情 |
|
560 | label_details: 详情 | |
561 | label_add_note: 添加说明 |
|
561 | label_add_note: 添加说明 | |
562 | label_per_page: 每页 |
|
562 | label_per_page: 每页 | |
563 | label_calendar: 日历 |
|
563 | label_calendar: 日历 | |
564 | label_months_from: 个月以来 |
|
564 | label_months_from: 个月以来 | |
565 | label_gantt: 甘特图 |
|
565 | label_gantt: 甘特图 | |
566 | label_internal: 内部 |
|
566 | label_internal: 内部 | |
567 | label_last_changes: "最近的 {{count}} 次变更" |
|
567 | label_last_changes: "最近的 {{count}} 次变更" | |
568 | label_change_view_all: 查看所有变更 |
|
568 | label_change_view_all: 查看所有变更 | |
569 | label_personalize_page: 个性化定制本页 |
|
569 | label_personalize_page: 个性化定制本页 | |
570 | label_comment: 评论 |
|
570 | label_comment: 评论 | |
571 | label_comment_plural: 评论 |
|
571 | label_comment_plural: 评论 | |
572 | label_x_comments: |
|
572 | label_x_comments: | |
573 | zero: 无评论 |
|
573 | zero: 无评论 | |
574 | one: 1 条评论 |
|
574 | one: 1 条评论 | |
575 | other: "{{count}} 条评论" |
|
575 | other: "{{count}} 条评论" | |
576 | label_comment_add: 添加评论 |
|
576 | label_comment_add: 添加评论 | |
577 | label_comment_added: 评论已添加 |
|
577 | label_comment_added: 评论已添加 | |
578 | label_comment_delete: 删除评论 |
|
578 | label_comment_delete: 删除评论 | |
579 | label_query: 自定义查询 |
|
579 | label_query: 自定义查询 | |
580 | label_query_plural: 自定义查询 |
|
580 | label_query_plural: 自定义查询 | |
581 | label_query_new: 新建查询 |
|
581 | label_query_new: 新建查询 | |
582 | label_filter_add: 增加过滤器 |
|
582 | label_filter_add: 增加过滤器 | |
583 | label_filter_plural: 过滤器 |
|
583 | label_filter_plural: 过滤器 | |
584 | label_equals: 等于 |
|
584 | label_equals: 等于 | |
585 | label_not_equals: 不等于 |
|
585 | label_not_equals: 不等于 | |
586 | label_in_less_than: 剩余天数小于 |
|
586 | label_in_less_than: 剩余天数小于 | |
587 | label_in_more_than: 剩余天数大于 |
|
587 | label_in_more_than: 剩余天数大于 | |
588 | label_greater_or_equal: '>=' |
|
588 | label_greater_or_equal: '>=' | |
589 | label_less_or_equal: '<=' |
|
589 | label_less_or_equal: '<=' | |
590 | label_in: 剩余天数 |
|
590 | label_in: 剩余天数 | |
591 | label_today: 今天 |
|
591 | label_today: 今天 | |
592 | label_all_time: 全部时间 |
|
592 | label_all_time: 全部时间 | |
593 | label_yesterday: 昨天 |
|
593 | label_yesterday: 昨天 | |
594 | label_this_week: 本周 |
|
594 | label_this_week: 本周 | |
595 | label_last_week: 下周 |
|
595 | label_last_week: 下周 | |
596 | label_last_n_days: "最后 {{count}} 天" |
|
596 | label_last_n_days: "最后 {{count}} 天" | |
597 | label_this_month: 本月 |
|
597 | label_this_month: 本月 | |
598 | label_last_month: 下月 |
|
598 | label_last_month: 下月 | |
599 | label_this_year: 今年 |
|
599 | label_this_year: 今年 | |
600 | label_date_range: 日期范围 |
|
600 | label_date_range: 日期范围 | |
601 | label_less_than_ago: 之前天数少于 |
|
601 | label_less_than_ago: 之前天数少于 | |
602 | label_more_than_ago: 之前天数大于 |
|
602 | label_more_than_ago: 之前天数大于 | |
603 | label_ago: 之前天数 |
|
603 | label_ago: 之前天数 | |
604 | label_contains: 包含 |
|
604 | label_contains: 包含 | |
605 | label_not_contains: 不包含 |
|
605 | label_not_contains: 不包含 | |
606 | label_day_plural: 天 |
|
606 | label_day_plural: 天 | |
607 | label_repository: 版本库 |
|
607 | label_repository: 版本库 | |
608 | label_repository_plural: 版本库 |
|
608 | label_repository_plural: 版本库 | |
609 | label_browse: 浏览 |
|
609 | label_browse: 浏览 | |
610 | label_modification: "{{count}} 个更新" |
|
610 | label_modification: "{{count}} 个更新" | |
611 | label_modification_plural: "{{count}} 个更新" |
|
611 | label_modification_plural: "{{count}} 个更新" | |
612 | label_branch: 分支 |
|
612 | label_branch: 分支 | |
613 | label_tag: 标签 |
|
613 | label_tag: 标签 | |
614 | label_revision: 修订 |
|
614 | label_revision: 修订 | |
615 | label_revision_plural: 修订 |
|
615 | label_revision_plural: 修订 | |
616 | label_revision_id: 修订 {{value}} |
|
616 | label_revision_id: 修订 {{value}} | |
617 | label_associated_revisions: 相关修订版本 |
|
617 | label_associated_revisions: 相关修订版本 | |
618 | label_added: 已添加 |
|
618 | label_added: 已添加 | |
619 | label_modified: 已修改 |
|
619 | label_modified: 已修改 | |
620 | label_copied: 已复制 |
|
620 | label_copied: 已复制 | |
621 | label_renamed: 已重命名 |
|
621 | label_renamed: 已重命名 | |
622 | label_deleted: 已删除 |
|
622 | label_deleted: 已删除 | |
623 | label_latest_revision: 最近的修订版本 |
|
623 | label_latest_revision: 最近的修订版本 | |
624 | label_latest_revision_plural: 最近的修订版本 |
|
624 | label_latest_revision_plural: 最近的修订版本 | |
625 | label_view_revisions: 查看修订 |
|
625 | label_view_revisions: 查看修订 | |
626 | label_view_all_revisions: 查看所有修订 |
|
626 | label_view_all_revisions: 查看所有修订 | |
627 | label_max_size: 最大尺寸 |
|
627 | label_max_size: 最大尺寸 | |
628 | label_sort_highest: 置顶 |
|
628 | label_sort_highest: 置顶 | |
629 | label_sort_higher: 上移 |
|
629 | label_sort_higher: 上移 | |
630 | label_sort_lower: 下移 |
|
630 | label_sort_lower: 下移 | |
631 | label_sort_lowest: 置底 |
|
631 | label_sort_lowest: 置底 | |
632 | label_roadmap: 路线图 |
|
632 | label_roadmap: 路线图 | |
633 | label_roadmap_due_in: "截止日期到 {{value}}" |
|
633 | label_roadmap_due_in: "截止日期到 {{value}}" | |
634 | label_roadmap_overdue: "{{value}} 延期" |
|
634 | label_roadmap_overdue: "{{value}} 延期" | |
635 | label_roadmap_no_issues: 该版本没有问题 |
|
635 | label_roadmap_no_issues: 该版本没有问题 | |
636 | label_search: 搜索 |
|
636 | label_search: 搜索 | |
637 | label_result_plural: 结果 |
|
637 | label_result_plural: 结果 | |
638 | label_all_words: 所有单词 |
|
638 | label_all_words: 所有单词 | |
639 | label_wiki: Wiki |
|
639 | label_wiki: Wiki | |
640 | label_wiki_edit: Wiki 编辑 |
|
640 | label_wiki_edit: Wiki 编辑 | |
641 | label_wiki_edit_plural: Wiki 编辑记录 |
|
641 | label_wiki_edit_plural: Wiki 编辑记录 | |
642 | label_wiki_page: Wiki 页面 |
|
642 | label_wiki_page: Wiki 页面 | |
643 | label_wiki_page_plural: Wiki 页面 |
|
643 | label_wiki_page_plural: Wiki 页面 | |
644 | label_index_by_title: 按标题索引 |
|
644 | label_index_by_title: 按标题索引 | |
645 | label_index_by_date: 按日期索引 |
|
645 | label_index_by_date: 按日期索引 | |
646 | label_current_version: 当前版本 |
|
646 | label_current_version: 当前版本 | |
647 | label_preview: 预览 |
|
647 | label_preview: 预览 | |
648 | label_feed_plural: Feeds |
|
648 | label_feed_plural: Feeds | |
649 | label_changes_details: 所有变更的详情 |
|
649 | label_changes_details: 所有变更的详情 | |
650 | label_issue_tracking: 问题跟踪 |
|
650 | label_issue_tracking: 问题跟踪 | |
651 | label_spent_time: 耗时 |
|
651 | label_spent_time: 耗时 | |
652 | label_f_hour: "{{value}} 小时" |
|
652 | label_f_hour: "{{value}} 小时" | |
653 | label_f_hour_plural: "{{value}} 小时" |
|
653 | label_f_hour_plural: "{{value}} 小时" | |
654 | label_time_tracking: 时间跟踪 |
|
654 | label_time_tracking: 时间跟踪 | |
655 | label_change_plural: 变更 |
|
655 | label_change_plural: 变更 | |
656 | label_statistics: 统计 |
|
656 | label_statistics: 统计 | |
657 | label_commits_per_month: 每月提交次数 |
|
657 | label_commits_per_month: 每月提交次数 | |
658 | label_commits_per_author: 每用户提交次数 |
|
658 | label_commits_per_author: 每用户提交次数 | |
659 | label_view_diff: 查看差别 |
|
659 | label_view_diff: 查看差别 | |
660 | label_diff_inline: 直列 |
|
660 | label_diff_inline: 直列 | |
661 | label_diff_side_by_side: 并排 |
|
661 | label_diff_side_by_side: 并排 | |
662 | label_options: 选项 |
|
662 | label_options: 选项 | |
663 | label_copy_workflow_from: 从以下选项复制工作流程 |
|
663 | label_copy_workflow_from: 从以下选项复制工作流程 | |
664 | label_permissions_report: 权限报表 |
|
664 | label_permissions_report: 权限报表 | |
665 | label_watched_issues: 跟踪的问题 |
|
665 | label_watched_issues: 跟踪的问题 | |
666 | label_related_issues: 相关的问题 |
|
666 | label_related_issues: 相关的问题 | |
667 | label_applied_status: 应用后的状态 |
|
667 | label_applied_status: 应用后的状态 | |
668 | label_loading: 载入中... |
|
668 | label_loading: 载入中... | |
669 | label_relation_new: 新建关联 |
|
669 | label_relation_new: 新建关联 | |
670 | label_relation_delete: 删除关联 |
|
670 | label_relation_delete: 删除关联 | |
671 | label_relates_to: 关联到 |
|
671 | label_relates_to: 关联到 | |
672 | label_duplicates: 重复 |
|
672 | label_duplicates: 重复 | |
673 | label_duplicated_by: 与其重复 |
|
673 | label_duplicated_by: 与其重复 | |
674 | label_blocks: 阻挡 |
|
674 | label_blocks: 阻挡 | |
675 | label_blocked_by: 被阻挡 |
|
675 | label_blocked_by: 被阻挡 | |
676 | label_precedes: 优先于 |
|
676 | label_precedes: 优先于 | |
677 | label_follows: 跟随于 |
|
677 | label_follows: 跟随于 | |
678 | label_end_to_start: 结束-开始 |
|
678 | label_end_to_start: 结束-开始 | |
679 | label_end_to_end: 结束-结束 |
|
679 | label_end_to_end: 结束-结束 | |
680 | label_start_to_start: 开始-开始 |
|
680 | label_start_to_start: 开始-开始 | |
681 | label_start_to_end: 开始-结束 |
|
681 | label_start_to_end: 开始-结束 | |
682 | label_stay_logged_in: 保持登录状态 |
|
682 | label_stay_logged_in: 保持登录状态 | |
683 | label_disabled: 禁用 |
|
683 | label_disabled: 禁用 | |
684 | label_show_completed_versions: 显示已完成的版本 |
|
684 | label_show_completed_versions: 显示已完成的版本 | |
685 | label_me: 我 |
|
685 | label_me: 我 | |
686 | label_board: 讨论区 |
|
686 | label_board: 讨论区 | |
687 | label_board_new: 新建讨论区 |
|
687 | label_board_new: 新建讨论区 | |
688 | label_board_plural: 讨论区 |
|
688 | label_board_plural: 讨论区 | |
689 | label_topic_plural: 主题 |
|
689 | label_topic_plural: 主题 | |
690 | label_message_plural: 帖子 |
|
690 | label_message_plural: 帖子 | |
691 | label_message_last: 最新的帖子 |
|
691 | label_message_last: 最新的帖子 | |
692 | label_message_new: 新贴 |
|
692 | label_message_new: 新贴 | |
693 | label_message_posted: 发帖成功 |
|
693 | label_message_posted: 发帖成功 | |
694 | label_reply_plural: 回复 |
|
694 | label_reply_plural: 回复 | |
695 | label_send_information: 给用户发送帐号信息 |
|
695 | label_send_information: 给用户发送帐号信息 | |
696 | label_year: 年 |
|
696 | label_year: 年 | |
697 | label_month: 月 |
|
697 | label_month: 月 | |
698 | label_week: 周 |
|
698 | label_week: 周 | |
699 | label_date_from: 从 |
|
699 | label_date_from: 从 | |
700 | label_date_to: 到 |
|
700 | label_date_to: 到 | |
701 | label_language_based: 根据用户的语言 |
|
701 | label_language_based: 根据用户的语言 | |
702 | label_sort_by: "根据 {{value}} 排序" |
|
702 | label_sort_by: "根据 {{value}} 排序" | |
703 | label_send_test_email: 发送测试邮件 |
|
703 | label_send_test_email: 发送测试邮件 | |
704 | label_feeds_access_key: RSS存取键 |
|
704 | label_feeds_access_key: RSS存取键 | |
705 | label_missing_feeds_access_key: 缺少RSS存取键 |
|
705 | label_missing_feeds_access_key: 缺少RSS存取键 | |
706 | label_feeds_access_key_created_on: "RSS存取键是在 {{value}} 之前建立的" |
|
706 | label_feeds_access_key_created_on: "RSS存取键是在 {{value}} 之前建立的" | |
707 | label_module_plural: 模块 |
|
707 | label_module_plural: 模块 | |
708 | label_added_time_by: "由 {{author}} 在 {{age}} 之前添加" |
|
708 | label_added_time_by: "由 {{author}} 在 {{age}} 之前添加" | |
709 | label_updated_time: " 更新于 {{value}} 之前" |
|
709 | label_updated_time: " 更新于 {{value}} 之前" | |
710 | label_updated_time_by: "由 {{author}} 更新于 {{age}} 之前" |
|
710 | label_updated_time_by: "由 {{author}} 更新于 {{age}} 之前" | |
711 | label_jump_to_a_project: 选择一个项目... |
|
711 | label_jump_to_a_project: 选择一个项目... | |
712 | label_file_plural: 文件 |
|
712 | label_file_plural: 文件 | |
713 | label_changeset_plural: 变更 |
|
713 | label_changeset_plural: 变更 | |
714 | label_default_columns: 默认列 |
|
714 | label_default_columns: 默认列 | |
715 | label_no_change_option: (不变) |
|
715 | label_no_change_option: (不变) | |
716 | label_bulk_edit_selected_issues: 批量修改选中的问题 |
|
716 | label_bulk_edit_selected_issues: 批量修改选中的问题 | |
717 | label_theme: 主题 |
|
717 | label_theme: 主题 | |
718 | label_default: 默认 |
|
718 | label_default: 默认 | |
719 | label_search_titles_only: 仅在标题中搜索 |
|
719 | label_search_titles_only: 仅在标题中搜索 | |
720 | label_user_mail_option_all: "收取我的项目的所有通知" |
|
720 | label_user_mail_option_all: "收取我的项目的所有通知" | |
721 | label_user_mail_option_selected: "收取选中项目的所有通知..." |
|
721 | label_user_mail_option_selected: "收取选中项目的所有通知..." | |
722 | label_user_mail_option_none: "只收取我跟踪或参与的项目的通知" |
|
722 | label_user_mail_option_none: "只收取我跟踪或参与的项目的通知" | |
723 | label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知" |
|
723 | label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知" | |
724 | label_registration_activation_by_email: 通过邮件认证激活帐号 |
|
724 | label_registration_activation_by_email: 通过邮件认证激活帐号 | |
725 | label_registration_manual_activation: 手动激活帐号 |
|
725 | label_registration_manual_activation: 手动激活帐号 | |
726 | label_registration_automatic_activation: 自动激活帐号 |
|
726 | label_registration_automatic_activation: 自动激活帐号 | |
727 | label_display_per_page: "每页显示:{{value}}" |
|
727 | label_display_per_page: "每页显示:{{value}}" | |
728 | label_age: 年龄 |
|
728 | label_age: 年龄 | |
729 | label_change_properties: 修改属性 |
|
729 | label_change_properties: 修改属性 | |
730 | label_general: 一般 |
|
730 | label_general: 一般 | |
731 | label_more: 更多 |
|
731 | label_more: 更多 | |
732 | label_scm: SCM |
|
732 | label_scm: SCM | |
733 | label_plugins: 插件 |
|
733 | label_plugins: 插件 | |
734 | label_ldap_authentication: LDAP 认证 |
|
734 | label_ldap_authentication: LDAP 认证 | |
735 | label_downloads_abbr: D/L |
|
735 | label_downloads_abbr: D/L | |
736 | label_optional_description: 可选的描述 |
|
736 | label_optional_description: 可选的描述 | |
737 | label_add_another_file: 添加其它文件 |
|
737 | label_add_another_file: 添加其它文件 | |
738 | label_preferences: 首选项 |
|
738 | label_preferences: 首选项 | |
739 | label_chronological_order: 按时间顺序 |
|
739 | label_chronological_order: 按时间顺序 | |
740 | label_reverse_chronological_order: 按时间顺序(倒序) |
|
740 | label_reverse_chronological_order: 按时间顺序(倒序) | |
741 | label_planning: 计划 |
|
741 | label_planning: 计划 | |
742 | label_incoming_emails: 接收邮件 |
|
742 | label_incoming_emails: 接收邮件 | |
743 | label_generate_key: 生成一个key |
|
743 | label_generate_key: 生成一个key | |
744 | label_issue_watchers: 跟踪者 |
|
744 | label_issue_watchers: 跟踪者 | |
745 | label_example: 示例 |
|
745 | label_example: 示例 | |
746 | label_display: 显示 |
|
746 | label_display: 显示 | |
747 | label_sort: 排序 |
|
747 | label_sort: 排序 | |
748 | label_ascending: 升序 |
|
748 | label_ascending: 升序 | |
749 | label_descending: 降序 |
|
749 | label_descending: 降序 | |
750 | label_date_from_to: 从 {{start}} 到 {{end}} |
|
750 | label_date_from_to: 从 {{start}} 到 {{end}} | |
751 | label_wiki_content_added: Wiki 页面已添加 |
|
751 | label_wiki_content_added: Wiki 页面已添加 | |
752 | label_wiki_content_updated: Wiki 页面已更新 |
|
752 | label_wiki_content_updated: Wiki 页面已更新 | |
753 | label_group: 组 |
|
753 | label_group: 组 | |
754 | label_group_plural: 组 |
|
754 | label_group_plural: 组 | |
755 | label_group_new: 新建组 |
|
755 | label_group_new: 新建组 | |
756 | label_time_entry_plural: 耗时 |
|
756 | label_time_entry_plural: 耗时 | |
757 | label_version_sharing_none: 不共享 |
|
757 | label_version_sharing_none: 不共享 | |
758 | label_version_sharing_descendants: 与子项目共享 |
|
758 | label_version_sharing_descendants: 与子项目共享 | |
759 | label_version_sharing_hierarchy: 与项目继承层次共享 |
|
759 | label_version_sharing_hierarchy: 与项目继承层次共享 | |
760 | label_version_sharing_tree: 与项目树共享 |
|
760 | label_version_sharing_tree: 与项目树共享 | |
761 | label_version_sharing_system: 与所有项目共享 |
|
761 | label_version_sharing_system: 与所有项目共享 | |
762 | label_update_issue_done_ratios: 更新问题的完成度 |
|
762 | label_update_issue_done_ratios: 更新问题的完成度 | |
763 | label_copy_source: 源 |
|
763 | label_copy_source: 源 | |
764 | label_copy_target: 目标 |
|
764 | label_copy_target: 目标 | |
765 | label_copy_same_as_target: 与目标一致 |
|
765 | label_copy_same_as_target: 与目标一致 | |
766 | label_display_used_statuses_only: 只显示被此跟踪标签使用的状态 |
|
766 | label_display_used_statuses_only: 只显示被此跟踪标签使用的状态 | |
767 | label_api_access_key: API访问键 |
|
767 | label_api_access_key: API访问键 | |
768 | label_missing_api_access_key: 缺少API访问键 |
|
768 | label_missing_api_access_key: 缺少API访问键 | |
769 | label_api_access_key_created_on: API访问键是在 {{value}} 之前建立的 |
|
769 | label_api_access_key_created_on: API访问键是在 {{value}} 之前建立的 | |
770 |
|
770 | |||
771 | button_login: 登录 |
|
771 | button_login: 登录 | |
772 | button_submit: 提交 |
|
772 | button_submit: 提交 | |
773 | button_save: 保存 |
|
773 | button_save: 保存 | |
774 | button_check_all: 全选 |
|
774 | button_check_all: 全选 | |
775 | button_uncheck_all: 清除 |
|
775 | button_uncheck_all: 清除 | |
776 | button_delete: 删除 |
|
776 | button_delete: 删除 | |
777 | button_create: 创建 |
|
777 | button_create: 创建 | |
778 | button_create_and_continue: 创建并继续 |
|
778 | button_create_and_continue: 创建并继续 | |
779 | button_test: 测试 |
|
779 | button_test: 测试 | |
780 | button_edit: 编辑 |
|
780 | button_edit: 编辑 | |
781 | button_add: 新增 |
|
781 | button_add: 新增 | |
782 | button_change: 修改 |
|
782 | button_change: 修改 | |
783 | button_apply: 应用 |
|
783 | button_apply: 应用 | |
784 | button_clear: 清除 |
|
784 | button_clear: 清除 | |
785 | button_lock: 锁定 |
|
785 | button_lock: 锁定 | |
786 | button_unlock: 解锁 |
|
786 | button_unlock: 解锁 | |
787 | button_download: 下载 |
|
787 | button_download: 下载 | |
788 | button_list: 列表 |
|
788 | button_list: 列表 | |
789 | button_view: 查看 |
|
789 | button_view: 查看 | |
790 | button_move: 移动 |
|
790 | button_move: 移动 | |
791 | button_move_and_follow: 移动并转到新问题 |
|
791 | button_move_and_follow: 移动并转到新问题 | |
792 | button_back: 返回 |
|
792 | button_back: 返回 | |
793 | button_cancel: 取消 |
|
793 | button_cancel: 取消 | |
794 | button_activate: 激活 |
|
794 | button_activate: 激活 | |
795 | button_sort: 排序 |
|
795 | button_sort: 排序 | |
796 | button_log_time: 登记工时 |
|
796 | button_log_time: 登记工时 | |
797 | button_rollback: 恢复到这个版本 |
|
797 | button_rollback: 恢复到这个版本 | |
798 | button_watch: 跟踪 |
|
798 | button_watch: 跟踪 | |
799 | button_unwatch: 取消跟踪 |
|
799 | button_unwatch: 取消跟踪 | |
800 | button_reply: 回复 |
|
800 | button_reply: 回复 | |
801 | button_archive: 存档 |
|
801 | button_archive: 存档 | |
802 | button_unarchive: 取消存档 |
|
802 | button_unarchive: 取消存档 | |
803 | button_reset: 重置 |
|
803 | button_reset: 重置 | |
804 | button_rename: 重命名 |
|
804 | button_rename: 重命名 | |
805 | button_change_password: 修改密码 |
|
805 | button_change_password: 修改密码 | |
806 | button_copy: 复制 |
|
806 | button_copy: 复制 | |
807 | button_copy_and_follow: 复制并转到新问题 |
|
807 | button_copy_and_follow: 复制并转到新问题 | |
808 | button_annotate: 追溯 |
|
808 | button_annotate: 追溯 | |
809 | button_update: 更新 |
|
809 | button_update: 更新 | |
810 | button_configure: 配置 |
|
810 | button_configure: 配置 | |
811 | button_quote: 引用 |
|
811 | button_quote: 引用 | |
812 | button_duplicate: 副本 |
|
812 | button_duplicate: 副本 | |
813 | button_show: 显示 |
|
813 | button_show: 显示 | |
814 |
|
814 | |||
815 | status_active: 活动的 |
|
815 | status_active: 活动的 | |
816 | status_registered: 已注册 |
|
816 | status_registered: 已注册 | |
817 | status_locked: 已锁定 |
|
817 | status_locked: 已锁定 | |
818 |
|
818 | |||
819 | version_status_open: 打开 |
|
819 | version_status_open: 打开 | |
820 | version_status_locked: 锁定 |
|
820 | version_status_locked: 锁定 | |
821 | version_status_closed: 关闭 |
|
821 | version_status_closed: 关闭 | |
822 |
|
822 | |||
823 | field_active: 活动 |
|
823 | field_active: 活动 | |
824 |
|
824 | |||
825 | text_select_mail_notifications: 选择需要发送邮件通知的动作 |
|
825 | text_select_mail_notifications: 选择需要发送邮件通知的动作 | |
826 | text_regexp_info: 例如:^[A-Z0-9]+$ |
|
826 | text_regexp_info: 例如:^[A-Z0-9]+$ | |
827 | text_min_max_length_info: 0 表示没有限制 |
|
827 | text_min_max_length_info: 0 表示没有限制 | |
828 | text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗? |
|
828 | text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗? | |
829 | text_subprojects_destroy_warning: "以下子项目也将被同时删除:{{value}}" |
|
829 | text_subprojects_destroy_warning: "以下子项目也将被同时删除:{{value}}" | |
830 | text_workflow_edit: 选择角色和跟踪标签来编辑工作流程 |
|
830 | text_workflow_edit: 选择角色和跟踪标签来编辑工作流程 | |
831 | text_are_you_sure: 您确定? |
|
831 | text_are_you_sure: 您确定? | |
832 | text_journal_changed: "{{label}} 从 {{old}} 变更为 {{new}}" |
|
832 | text_journal_changed: "{{label}} 从 {{old}} 变更为 {{new}}" | |
833 | text_journal_set_to: "{{label}} 被设置为 {{value}}" |
|
833 | text_journal_set_to: "{{label}} 被设置为 {{value}}" | |
834 | text_journal_deleted: "{{label}} 已删除 ({{old}})" |
|
834 | text_journal_deleted: "{{label}} 已删除 ({{old}})" | |
835 | text_journal_added: "{{label}} {{value}} 已添加" |
|
835 | text_journal_added: "{{label}} {{value}} 已添加" | |
836 | text_tip_task_begin_day: 今天开始的任务 |
|
836 | text_tip_task_begin_day: 今天开始的任务 | |
837 | text_tip_task_end_day: 今天结束的任务 |
|
837 | text_tip_task_end_day: 今天结束的任务 | |
838 | text_tip_task_begin_end_day: 今天开始并结束的任务 |
|
838 | text_tip_task_begin_end_day: 今天开始并结束的任务 | |
839 | text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。' |
|
839 | text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。' | |
840 | text_caracters_maximum: "最多 {{count}} 个字符。" |
|
840 | text_caracters_maximum: "最多 {{count}} 个字符。" | |
841 | text_caracters_minimum: "至少需要 {{count}} 个字符。" |
|
841 | text_caracters_minimum: "至少需要 {{count}} 个字符。" | |
842 | text_length_between: "长度必须在 {{min}} 到 {{max}} 个字符之间。" |
|
842 | text_length_between: "长度必须在 {{min}} 到 {{max}} 个字符之间。" | |
843 | text_tracker_no_workflow: 此跟踪标签未定义工作流程 |
|
843 | text_tracker_no_workflow: 此跟踪标签未定义工作流程 | |
844 | text_unallowed_characters: 非法字符 |
|
844 | text_unallowed_characters: 非法字符 | |
845 | text_comma_separated: 可以使用多个值(用逗号,分开)。 |
|
845 | text_comma_separated: 可以使用多个值(用逗号,分开)。 | |
846 | text_line_separated: 可以使用多个值(每行一个值)。 |
|
846 | text_line_separated: 可以使用多个值(每行一个值)。 | |
847 | text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题 |
|
847 | text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题 | |
848 | text_issue_added: "问题 {{id}} 已由 {{author}} 提交。" |
|
848 | text_issue_added: "问题 {{id}} 已由 {{author}} 提交。" | |
849 | text_issue_updated: "问题 {{id}} 已由 {{author}} 更新。" |
|
849 | text_issue_updated: "问题 {{id}} 已由 {{author}} 更新。" | |
850 | text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗? |
|
850 | text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗? | |
851 | text_issue_category_destroy_question: "有一些问题({{count}} 个)属于此类别。您想进行哪种操作?" |
|
851 | text_issue_category_destroy_question: "有一些问题({{count}} 个)属于此类别。您想进行哪种操作?" | |
852 | text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别) |
|
852 | text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别) | |
853 | text_issue_category_reassign_to: 为问题选择其它类别 |
|
853 | text_issue_category_reassign_to: 为问题选择其它类别 | |
854 | text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。" |
|
854 | text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。" | |
855 | text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。" |
|
855 | text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。" | |
856 | text_load_default_configuration: 载入默认设置 |
|
856 | text_load_default_configuration: 载入默认设置 | |
857 | text_status_changed_by_changeset: "已应用到变更列表 {{value}}." |
|
857 | text_status_changed_by_changeset: "已应用到变更列表 {{value}}." | |
858 | text_issues_destroy_confirmation: '您确定要删除选中的问题吗?' |
|
858 | text_issues_destroy_confirmation: '您确定要删除选中的问题吗?' | |
859 | text_select_project_modules: '请选择此项目可以使用的模块:' |
|
859 | text_select_project_modules: '请选择此项目可以使用的模块:' | |
860 | text_default_administrator_account_changed: 默认的管理员帐号已改变 |
|
860 | text_default_administrator_account_changed: 默认的管理员帐号已改变 | |
861 | text_file_repository_writable: 附件路径可写 |
|
861 | text_file_repository_writable: 附件路径可写 | |
862 | text_plugin_assets_writable: 插件的附件路径可写 |
|
862 | text_plugin_assets_writable: 插件的附件路径可写 | |
863 | text_rmagick_available: RMagick 可用(可选的) |
|
863 | text_rmagick_available: RMagick 可用(可选的) | |
864 | text_destroy_time_entries_question: 您要删除的问题已经上报了 {{hours}} 小时的工作量。您想进行那种操作? |
|
864 | text_destroy_time_entries_question: 您要删除的问题已经上报了 {{hours}} 小时的工作量。您想进行那种操作? | |
865 | text_destroy_time_entries: 删除上报的工作量 |
|
865 | text_destroy_time_entries: 删除上报的工作量 | |
866 | text_assign_time_entries_to_project: 将已上报的工作量提交到项目中 |
|
866 | text_assign_time_entries_to_project: 将已上报的工作量提交到项目中 | |
867 | text_reassign_time_entries: '将已上报的工作量指定到此问题:' |
|
867 | text_reassign_time_entries: '将已上报的工作量指定到此问题:' | |
868 | text_user_wrote: "{{value}} 写到:" |
|
868 | text_user_wrote: "{{value}} 写到:" | |
869 | text_enumeration_category_reassign_to: '将它们关联到新的枚举值:' |
|
869 | text_enumeration_category_reassign_to: '将它们关联到新的枚举值:' | |
870 | text_enumeration_destroy_question: "{{count}} 个对象被关联到了这个枚举值。" |
|
870 | text_enumeration_destroy_question: "{{count}} 个对象被关联到了这个枚举值。" | |
871 | text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/email.yml中配置您的SMTP服务器信息并重新启动以使其生效。" |
|
871 | text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/email.yml中配置您的SMTP服务器信息并重新启动以使其生效。" | |
872 | text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。" |
|
872 | text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。" | |
873 | text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断' |
|
873 | text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断' | |
874 | text_custom_field_possible_values_info: '每项数值一行' |
|
874 | text_custom_field_possible_values_info: '每项数值一行' | |
875 | text_wiki_page_destroy_question: 此页面有 {{descendants}} 个子页面和下级页面。您想进行那种操作? |
|
875 | text_wiki_page_destroy_question: 此页面有 {{descendants}} 个子页面和下级页面。您想进行那种操作? | |
876 | text_wiki_page_reassign_children: 将子页面的上级页面设置为 |
|
876 | text_wiki_page_reassign_children: 将子页面的上级页面设置为 | |
877 | text_wiki_page_nullify_children: 将子页面保留为根页面 |
|
877 | text_wiki_page_nullify_children: 将子页面保留为根页面 | |
878 | text_wiki_page_destroy_children: 删除子页面及其所有下级页面 |
|
878 | text_wiki_page_destroy_children: 删除子页面及其所有下级页面 | |
879 | text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗? |
|
879 | text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗? | |
880 |
|
880 | |||
881 | default_role_manager: 管理人员 |
|
881 | default_role_manager: 管理人员 | |
882 | default_role_developper: 开发人员 |
|
882 | default_role_developper: 开发人员 | |
883 | default_role_reporter: 报告人员 |
|
883 | default_role_reporter: 报告人员 | |
884 | default_tracker_bug: 错误 |
|
884 | default_tracker_bug: 错误 | |
885 | default_tracker_feature: 功能 |
|
885 | default_tracker_feature: 功能 | |
886 | default_tracker_support: 支持 |
|
886 | default_tracker_support: 支持 | |
887 | default_issue_status_new: 新建 |
|
887 | default_issue_status_new: 新建 | |
888 | default_issue_status_in_progress: 进行中 |
|
888 | default_issue_status_in_progress: 进行中 | |
889 | default_issue_status_resolved: 已解决 |
|
889 | default_issue_status_resolved: 已解决 | |
890 | default_issue_status_feedback: 反馈 |
|
890 | default_issue_status_feedback: 反馈 | |
891 | default_issue_status_closed: 已关闭 |
|
891 | default_issue_status_closed: 已关闭 | |
892 | default_issue_status_rejected: 已拒绝 |
|
892 | default_issue_status_rejected: 已拒绝 | |
893 | default_doc_category_user: 用户文档 |
|
893 | default_doc_category_user: 用户文档 | |
894 | default_doc_category_tech: 技术文档 |
|
894 | default_doc_category_tech: 技术文档 | |
895 | default_priority_low: 低 |
|
895 | default_priority_low: 低 | |
896 | default_priority_normal: 普通 |
|
896 | default_priority_normal: 普通 | |
897 | default_priority_high: 高 |
|
897 | default_priority_high: 高 | |
898 | default_priority_urgent: 紧急 |
|
898 | default_priority_urgent: 紧急 | |
899 | default_priority_immediate: 立刻 |
|
899 | default_priority_immediate: 立刻 | |
900 | default_activity_design: 设计 |
|
900 | default_activity_design: 设计 | |
901 | default_activity_development: 开发 |
|
901 | default_activity_development: 开发 | |
902 |
|
902 | |||
903 | enumeration_issue_priorities: 问题优先级 |
|
903 | enumeration_issue_priorities: 问题优先级 | |
904 | enumeration_doc_categories: 文档类别 |
|
904 | enumeration_doc_categories: 文档类别 | |
905 | enumeration_activities: 活动(时间跟踪) |
|
905 | enumeration_activities: 活动(时间跟踪) | |
906 | enumeration_system_activity: 系统活动 |
|
906 | enumeration_system_activity: 系统活动 | |
907 | label_board_sticky: 置顶 |
|
907 | label_board_sticky: 置顶 | |
908 | label_board_locked: 锁定 |
|
908 | label_board_locked: 锁定 | |
909 | permission_export_wiki_pages: 导出 wiki 页面 |
|
909 | permission_export_wiki_pages: 导出 wiki 页面 | |
910 | setting_cache_formatted_text: 缓存已格式化文字 |
|
910 | setting_cache_formatted_text: 缓存已格式化文字 | |
911 | permission_manage_project_activities: 管理项目活动 |
|
911 | permission_manage_project_activities: 管理项目活动 | |
912 | error_unable_delete_issue_status: 无法删除问题状态 |
|
912 | error_unable_delete_issue_status: 无法删除问题状态 | |
913 | label_profile: 配置概况 |
|
913 | label_profile: 配置概况 | |
914 | permission_manage_subtasks: Manage subtasks |
|
914 | permission_manage_subtasks: Manage subtasks | |
915 | field_parent_issue: Parent task |
|
915 | field_parent_issue: Parent task | |
916 | label_subtask_plural: Subtasks |
|
916 | label_subtask_plural: Subtasks | |
917 | label_project_copy_notifications: Send email notifications during the project copy |
|
917 | label_project_copy_notifications: Send email notifications during the project copy | |
918 |
error_can_not_delete_custom_field: |
|
918 | error_can_not_delete_custom_field: 不能删除自定义属性 | |
919 |
error_unable_to_connect: |
|
919 | error_unable_to_connect: 不能连接到 ({{value}}) | |
920 | error_can_not_remove_role: This role is in use and can not be deleted. |
|
920 | error_can_not_remove_role: 该角色正在使用中, 不能删除. | |
921 | error_can_not_delete_tracker: This tracker contains issues and can't be deleted. |
|
921 | error_can_not_delete_tracker: 该跟踪标签包含问题, 不能删除. |
General Comments 0
You need to be logged in to leave comments.
Login now