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