@@ -1,838 +1,838 | |||
|
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 distanci 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 | |
|
73 | 73 | # numeros |
|
74 | 74 | number: |
|
75 | 75 | format: |
|
76 | 76 | precision: 3 |
|
77 | 77 | separator: ',' |
|
78 | 78 | delimiter: '.' |
|
79 | 79 | currency: |
|
80 | 80 | format: |
|
81 | 81 | unit: 'R$' |
|
82 | 82 | precision: 2 |
|
83 | 83 | format: '%u %n' |
|
84 | 84 | separator: ',' |
|
85 | 85 | delimiter: '.' |
|
86 | 86 | percentage: |
|
87 | 87 | format: |
|
88 | 88 | delimiter: '.' |
|
89 | 89 | precision: |
|
90 | 90 | format: |
|
91 | 91 | delimiter: '.' |
|
92 | 92 | human: |
|
93 | 93 | format: |
|
94 | 94 | precision: 1 |
|
95 | 95 | delimiter: '.' |
|
96 | 96 | support: |
|
97 | 97 | array: |
|
98 | 98 | sentence_connector: "e" |
|
99 | 99 | skip_last_comma: true |
|
100 | 100 | |
|
101 | 101 | # Active Record |
|
102 | 102 | activerecord: |
|
103 | 103 | errors: |
|
104 | 104 | template: |
|
105 | 105 | header: |
|
106 | 106 | one: "model não pode ser salvo: 1 erro" |
|
107 | 107 | other: "model não pode ser salvo: {{count}} erros." |
|
108 | 108 | body: "Por favor, verifique os seguintes campos:" |
|
109 | 109 | messages: |
|
110 | 110 | inclusion: "não está incluso na lista" |
|
111 | 111 | exclusion: "não está disponível" |
|
112 | 112 | invalid: "não é válido" |
|
113 | 113 | confirmation: "não está de acordo com a confirmação" |
|
114 | 114 | accepted: "precisa ser aceito" |
|
115 | 115 | empty: "não pode ficar vazio" |
|
116 | 116 | blank: "não pode ficar vazio" |
|
117 | 117 | too_long: "é muito longo (máximo: {{count}} caracteres)" |
|
118 | 118 | too_short: "é muito curto (mínimon: {{count}} caracteres)" |
|
119 | 119 | wrong_length: "deve ter {{count}} caracteres" |
|
120 | 120 | taken: "não está disponível" |
|
121 | 121 | not_a_number: "não é um número" |
|
122 | 122 | greater_than: "precisa ser maior do que {{count}}" |
|
123 | 123 | greater_than_or_equal_to: "precisa ser maior ou igual a {{count}}" |
|
124 | 124 | equal_to: "precisa ser igual a {{count}}" |
|
125 | 125 | less_than: "precisa ser menor do que {{count}}" |
|
126 | 126 | less_than_or_equal_to: "precisa ser menor ou igual a {{count}}" |
|
127 | 127 | odd: "precisa ser ímpar" |
|
128 | 128 | even: "precisa ser par" |
|
129 | 129 | greater_than_start_date: "deve ser maior que a data inicial" |
|
130 | 130 | not_same_project: "não pertence ao mesmo projeto" |
|
131 | 131 | circular_dependency: "Esta relação geraria uma dependência circular" |
|
132 | 132 | |
|
133 | 133 | actionview_instancetag_blank_option: Selecione |
|
134 | 134 | |
|
135 | 135 | general_text_No: 'Não' |
|
136 | 136 | general_text_Yes: 'Sim' |
|
137 | 137 | general_text_no: 'não' |
|
138 | 138 | general_text_yes: 'sim' |
|
139 | 139 | general_lang_name: 'Português(Brasil)' |
|
140 | 140 | general_csv_separator: ';' |
|
141 | 141 | general_csv_decimal_separator: ',' |
|
142 | 142 | general_csv_encoding: ISO-8859-1 |
|
143 | 143 | general_pdf_encoding: ISO-8859-1 |
|
144 | 144 | general_first_day_of_week: '1' |
|
145 | 145 | |
|
146 | 146 | notice_account_updated: Conta atualizada com sucesso. |
|
147 | 147 | notice_account_invalid_creditentials: Usuário ou senha inválido. |
|
148 | 148 | notice_account_password_updated: Senha alterada com sucesso. |
|
149 | 149 | notice_account_wrong_password: Senha inválida. |
|
150 | 150 | notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail. |
|
151 | 151 | notice_account_unknown_email: Usuário desconhecido. |
|
152 | 152 | notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha. |
|
153 | 153 | notice_account_lost_email_sent: Um email com instruções para escolher uma nova senha foi enviado para você. |
|
154 | 154 | notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora. |
|
155 | 155 | notice_successful_create: Criado com sucesso. |
|
156 | 156 | notice_successful_update: Alterado com sucesso. |
|
157 | 157 | notice_successful_delete: Excluído com sucesso. |
|
158 | 158 | notice_successful_connection: Conectado com sucesso. |
|
159 | 159 | notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída. |
|
160 | 160 | notice_locking_conflict: Os dados foram atualizados por outro usuário. |
|
161 | 161 | notice_not_authorized: Você não está autorizado a acessar esta página. |
|
162 | 162 | notice_email_sent: "Um email foi enviado para {{value}}" |
|
163 | 163 | notice_email_error: "Ocorreu um erro ao enviar o e-mail ({{value}})" |
|
164 | 164 | notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada. |
|
165 | 165 | notice_failed_to_save_issues: "Problema ao salvar {{count}} tarefa(s) de {{total}} selecionadas: {{ids}}." |
|
166 | 166 | notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar." |
|
167 | 167 | notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador." |
|
168 | 168 | notice_default_data_loaded: Configuração padrão carregada com sucesso. |
|
169 | 169 | |
|
170 | 170 | error_can_t_load_default_data: "Configuração padrão não pode ser carregada: {{value}}" |
|
171 | 171 | error_scm_not_found: "A entrada e/ou a revisão não existe no repositório." |
|
172 | 172 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}" |
|
173 | 173 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." |
|
174 | 174 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' |
|
175 | 175 | |
|
176 | 176 | mail_subject_lost_password: "Sua senha do {{value}}." |
|
177 | 177 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
|
178 | 178 | mail_subject_register: "Ativação de conta do {{value}}." |
|
179 | 179 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' |
|
180 | 180 | mail_body_account_information_external: "Você pode usar sua conta do {{value}} para entrar." |
|
181 | 181 | mail_body_account_information: Informações sobre sua conta |
|
182 | 182 | mail_subject_account_activation_request: "{{value}} - Requisição de ativação de conta" |
|
183 | 183 | mail_body_account_activation_request: "Um novo usuário ({{value}}) se registrou. A conta está aguardando sua aprovação:" |
|
184 | 184 | mail_subject_reminder: "{{count}} tarefa(s) com data prevista para os próximos dias" |
|
185 | 185 | mail_body_reminder: "{{count}} tarefa(s) para você com data prevista para os próximos {{days}} dias:" |
|
186 | 186 | |
|
187 | 187 | gui_validation_error: 1 erro |
|
188 | 188 | gui_validation_error_plural: "{{count}} erros" |
|
189 | 189 | |
|
190 | 190 | field_name: Nome |
|
191 | 191 | field_description: Descrição |
|
192 | 192 | field_summary: Resumo |
|
193 | 193 | field_is_required: Obrigatório |
|
194 | 194 | field_firstname: Nome |
|
195 | 195 | field_lastname: Sobrenome |
|
196 | 196 | field_mail: Email |
|
197 | 197 | field_filename: Arquivo |
|
198 | 198 | field_filesize: Tamanho |
|
199 | 199 | field_downloads: Downloads |
|
200 | 200 | field_author: Autor |
|
201 | 201 | field_created_on: Criado em |
|
202 | 202 | field_updated_on: Alterado em |
|
203 | 203 | field_field_format: Formato |
|
204 | 204 | field_is_for_all: Para todos os projetos |
|
205 | 205 | field_possible_values: Possíveis valores |
|
206 | 206 | field_regexp: Expressão regular |
|
207 | 207 | field_min_length: Tamanho mínimo |
|
208 | 208 | field_max_length: Tamanho máximo |
|
209 | 209 | field_value: Valor |
|
210 | 210 | field_category: Categoria |
|
211 | 211 | field_title: Título |
|
212 | 212 | field_project: Projeto |
|
213 | 213 | field_issue: Tarefa |
|
214 | 214 | field_status: Situação |
|
215 | 215 | field_notes: Notas |
|
216 | 216 | field_is_closed: Tarefa fechada |
|
217 | 217 | field_is_default: Situação padrão |
|
218 | 218 | field_tracker: Tipo |
|
219 | 219 | field_subject: Título |
|
220 | 220 | field_due_date: Data prevista |
|
221 | 221 | field_assigned_to: Atribuído para |
|
222 | 222 | field_priority: Prioridade |
|
223 | 223 | field_fixed_version: Versão |
|
224 | 224 | field_user: Usuário |
|
225 | 225 | field_role: Papel |
|
226 | 226 | field_homepage: Página inicial |
|
227 | 227 | field_is_public: Público |
|
228 | 228 | field_parent: Sub-projeto de |
|
229 | 229 | field_is_in_chlog: Exibir na lista de alterações |
|
230 | 230 | field_is_in_roadmap: Exibir no planejamento |
|
231 | 231 | field_login: Usuário |
|
232 | 232 | field_mail_notification: Notificações por email |
|
233 | 233 | field_admin: Administrador |
|
234 | 234 | field_last_login_on: Última conexão |
|
235 | 235 | field_language: Idioma |
|
236 | 236 | field_effective_date: Data |
|
237 | 237 | field_password: Senha |
|
238 | 238 | field_new_password: Nova senha |
|
239 | 239 | field_password_confirmation: Confirmação |
|
240 | 240 | field_version: Versão |
|
241 | 241 | field_type: Tipo |
|
242 | 242 | field_host: Servidor |
|
243 | 243 | field_port: Porta |
|
244 | 244 | field_account: Conta |
|
245 | 245 | field_base_dn: DN Base |
|
246 | 246 | field_attr_login: Atributo para nome de usuário |
|
247 | 247 | field_attr_firstname: Atributo para nome |
|
248 | 248 | field_attr_lastname: Atributo para sobrenome |
|
249 | 249 | field_attr_mail: Atributo para email |
|
250 | 250 | field_onthefly: Criar usuários dinamicamente ("on-the-fly") |
|
251 | 251 | field_start_date: Início |
|
252 | 252 | field_done_ratio: % Terminado |
|
253 | 253 | field_auth_source: Modo de autenticação |
|
254 | 254 | field_hide_mail: Ocultar meu email |
|
255 | 255 | field_comments: Comentário |
|
256 | 256 | field_url: URL |
|
257 | 257 | field_start_page: Página inicial |
|
258 | 258 | field_subproject: Sub-projeto |
|
259 | 259 | field_hours: Horas |
|
260 | 260 | field_activity: Atividade |
|
261 | 261 | field_spent_on: Data |
|
262 | 262 | field_identifier: Identificador |
|
263 | 263 | field_is_filter: É um filtro |
|
264 | 264 | field_issue_to_id: Tarefa relacionada |
|
265 | 265 | field_delay: Atraso |
|
266 | 266 | field_assignable: Tarefas podem ser atribuídos para este papel |
|
267 | 267 | field_redirect_existing_links: Redirecionar links existentes |
|
268 | 268 | field_estimated_hours: Tempo estimado |
|
269 | 269 | field_column_names: Colunas |
|
270 | 270 | field_time_zone: Fuso-horário |
|
271 | 271 | field_searchable: Pesquisável |
|
272 | 272 | field_default_value: Padrão |
|
273 | 273 | field_comments_sorting: Visualizar comentários |
|
274 | 274 | field_parent_title: Página pai |
|
275 | 275 | |
|
276 | 276 | setting_app_title: Título da aplicação |
|
277 | 277 | setting_app_subtitle: Sub-título da aplicação |
|
278 | 278 | setting_welcome_text: Texto de boas-vindas |
|
279 | 279 | setting_default_language: Idioma padrão |
|
280 | 280 | setting_login_required: Exigir autenticação |
|
281 | 281 | setting_self_registration: Permitido Auto-registro |
|
282 | 282 | setting_attachment_max_size: Tamanho máximo do anexo |
|
283 | 283 | setting_issues_export_limit: Limite de exportação das tarefas |
|
284 | 284 | setting_mail_from: Email enviado de |
|
285 | 285 | setting_bcc_recipients: Destinatários com cópia oculta (cco) |
|
286 | 286 | setting_host_name: Servidor |
|
287 | 287 | setting_text_formatting: Formato do texto |
|
288 | 288 | setting_wiki_compression: Compactação de histórico do Wiki |
|
289 | 289 | setting_feeds_limit: Limite do Feed |
|
290 | 290 | setting_default_projects_public: Novos projetos são públicos por padrão |
|
291 | 291 | setting_autofetch_changesets: Auto-obter commits |
|
292 | 292 | setting_sys_api_enabled: Ativa WS para gerenciamento do repositório |
|
293 | 293 | setting_commit_ref_keywords: Palavras de referência |
|
294 | 294 | setting_commit_fix_keywords: Palavras de fechamento |
|
295 | 295 | setting_autologin: Auto-login |
|
296 | 296 | setting_date_format: Formato da data |
|
297 | 297 | setting_time_format: Formato de data |
|
298 | 298 | setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos |
|
299 | 299 | setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas |
|
300 | 300 | setting_repositories_encodings: Codificação dos repositórios |
|
301 | 301 | setting_commit_logs_encoding: Codificação das mensagens de commit |
|
302 | 302 | setting_emails_footer: Rodapé dos emails |
|
303 | 303 | setting_protocol: Protocolo |
|
304 | 304 | setting_per_page_options: Opções de itens por página |
|
305 | 305 | setting_user_format: Formato de visualização dos usuários |
|
306 | 306 | setting_activity_days_default: Dias visualizados na atividade do projeto |
|
307 | 307 | setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão |
|
308 | 308 | setting_enabled_scm: Habilitar SCM |
|
309 | 309 | setting_mail_handler_api_enabled: Habilitar WS para emails de entrada |
|
310 | 310 | setting_mail_handler_api_key: Chave de API |
|
311 | 311 | setting_sequential_project_identifiers: Gerar identificadores de projeto sequenciais |
|
312 | 312 | |
|
313 | 313 | project_module_issue_tracking: Gerenciamento de Tarefas |
|
314 | 314 | project_module_time_tracking: Gerenciamento de tempo |
|
315 | 315 | project_module_news: Notícias |
|
316 | 316 | project_module_documents: Documentos |
|
317 | 317 | project_module_files: Arquivos |
|
318 | 318 | project_module_wiki: Wiki |
|
319 | 319 | project_module_repository: Repositório |
|
320 | 320 | project_module_boards: Fóruns |
|
321 | 321 | |
|
322 | 322 | label_user: Usuário |
|
323 | 323 | label_user_plural: Usuários |
|
324 | 324 | label_user_new: Novo usuário |
|
325 | 325 | label_project: Projeto |
|
326 | 326 | label_project_new: Novo projeto |
|
327 | 327 | label_project_plural: Projetos |
|
328 | 328 | label_x_projects: |
|
329 | 329 | zero: nenhum projeto |
|
330 | 330 | one: 1 projeto |
|
331 | 331 | other: "{{count}} projetos" |
|
332 | 332 | label_project_all: Todos os projetos |
|
333 | 333 | label_project_latest: Últimos projetos |
|
334 | 334 | label_issue: Tarefa |
|
335 | 335 | label_issue_new: Nova tarefa |
|
336 | 336 | label_issue_plural: Tarefas |
|
337 | 337 | label_issue_view_all: Ver todas as tarefas |
|
338 | 338 | label_issues_by: "Tarefas por {{value}}" |
|
339 | 339 | label_issue_added: Tarefa adicionada |
|
340 | 340 | label_issue_updated: Tarefa atualizada |
|
341 | 341 | label_document: Documento |
|
342 | 342 | label_document_new: Novo documento |
|
343 | 343 | label_document_plural: Documentos |
|
344 | 344 | label_document_added: Documento adicionado |
|
345 | 345 | label_role: Papel |
|
346 | 346 | label_role_plural: Papéis |
|
347 | 347 | label_role_new: Novo papel |
|
348 | 348 | label_role_and_permissions: Papéis e permissões |
|
349 | 349 | label_member: Membro |
|
350 | 350 | label_member_new: Novo membro |
|
351 | 351 | label_member_plural: Membros |
|
352 | 352 | label_tracker: Tipo de tarefa |
|
353 | 353 | label_tracker_plural: Tipos de tarefas |
|
354 | 354 | label_tracker_new: Novo tipo |
|
355 | 355 | label_workflow: Fluxo de trabalho |
|
356 | 356 | label_issue_status: Situação da tarefa |
|
357 | 357 | label_issue_status_plural: Situação das tarefas |
|
358 | 358 | label_issue_status_new: Nova situação |
|
359 | 359 | label_issue_category: Categoria da tarefa |
|
360 | 360 | label_issue_category_plural: Categorias das tarefas |
|
361 | 361 | label_issue_category_new: Nova categoria |
|
362 | 362 | label_custom_field: Campo personalizado |
|
363 | 363 | label_custom_field_plural: Campos personalizados |
|
364 | 364 | label_custom_field_new: Novo campo personalizado |
|
365 | 365 | label_enumerations: 'Tipos & Categorias' |
|
366 | 366 | label_enumeration_new: Novo |
|
367 | 367 | label_information: Informação |
|
368 | 368 | label_information_plural: Informações |
|
369 | 369 | label_please_login: Efetue o login |
|
370 | 370 | label_register: Cadastre-se |
|
371 | 371 | label_password_lost: Perdi minha senha |
|
372 | 372 | label_home: Página inicial |
|
373 | 373 | label_my_page: Minha página |
|
374 | 374 | label_my_account: Minha conta |
|
375 | 375 | label_my_projects: Meus projetos |
|
376 | 376 | label_administration: Administração |
|
377 | 377 | label_login: Entrar |
|
378 | 378 | label_logout: Sair |
|
379 | 379 | label_help: Ajuda |
|
380 | 380 | label_reported_issues: Tarefas reportadas |
|
381 | 381 | label_assigned_to_me_issues: Minhas tarefas |
|
382 | 382 | label_last_login: Última conexão |
|
383 | 383 | label_registered_on: Registrado em |
|
384 | 384 | label_activity: Atividade |
|
385 | 385 | label_overall_activity: Atividades gerais |
|
386 | 386 | label_new: Novo |
|
387 | 387 | label_logged_as: "Acessando como:" |
|
388 | 388 | label_environment: Ambiente |
|
389 | 389 | label_authentication: Autenticação |
|
390 | 390 | label_auth_source: Modo de autenticação |
|
391 | 391 | label_auth_source_new: Novo modo de autenticação |
|
392 | 392 | label_auth_source_plural: Modos de autenticação |
|
393 | 393 | label_subproject_plural: Sub-projetos |
|
394 | 394 | label_and_its_subprojects: "{{value}} e seus sub-projetos" |
|
395 | 395 | label_min_max_length: Tamanho mín-máx |
|
396 | 396 | label_list: Lista |
|
397 | 397 | label_date: Data |
|
398 | 398 | label_integer: Inteiro |
|
399 | 399 | label_float: Decimal |
|
400 | 400 | label_boolean: Boleano |
|
401 | 401 | label_string: Texto |
|
402 | 402 | label_text: Texto longo |
|
403 | 403 | label_attribute: Atributo |
|
404 | 404 | label_attribute_plural: Atributos |
|
405 | 405 | label_download: "{{count}} Download" |
|
406 | 406 | label_download_plural: "{{count}} Downloads" |
|
407 | 407 | label_no_data: Nenhuma informação disponível |
|
408 | 408 | label_change_status: Alterar situação |
|
409 | 409 | label_history: Histórico |
|
410 | 410 | label_attachment: Arquivo |
|
411 | 411 | label_attachment_new: Novo arquivo |
|
412 | 412 | label_attachment_delete: Excluir arquivo |
|
413 | 413 | label_attachment_plural: Arquivos |
|
414 | 414 | label_file_added: Arquivo adicionado |
|
415 | 415 | label_report: Relatório |
|
416 | 416 | label_report_plural: Relatório |
|
417 | 417 | label_news: Notícia |
|
418 | 418 | label_news_new: Adicionar notícia |
|
419 | 419 | label_news_plural: Notícias |
|
420 | 420 | label_news_latest: Últimas notícias |
|
421 | 421 | label_news_view_all: Ver todas as notícias |
|
422 | 422 | label_news_added: Notícia adicionada |
|
423 | 423 | label_change_log: Registro de alterações |
|
424 | 424 | label_settings: Configurações |
|
425 | 425 | label_overview: Visão geral |
|
426 | 426 | label_version: Versão |
|
427 | 427 | label_version_new: Nova versão |
|
428 | 428 | label_version_plural: Versões |
|
429 | 429 | label_confirmation: Confirmação |
|
430 | 430 | label_export_to: Exportar para |
|
431 | 431 | label_read: Ler... |
|
432 | 432 | label_public_projects: Projetos públicos |
|
433 | 433 | label_open_issues: Aberta |
|
434 | 434 | label_open_issues_plural: Abertas |
|
435 | 435 | label_closed_issues: Fechada |
|
436 | 436 | label_closed_issues_plural: Fechadas |
|
437 | 437 | label_x_open_issues_abbr_on_total: |
|
438 | 438 | zero: 0 aberta / {{total}} |
|
439 | 439 | one: 1 aberta / {{total}} |
|
440 | 440 | other: "{{count}} abertas / {{total}}" |
|
441 | 441 | label_x_open_issues_abbr: |
|
442 | 442 | zero: 0 aberta |
|
443 | 443 | one: 1 aberta |
|
444 | 444 | other: "{{count}} abertas" |
|
445 | 445 | label_x_closed_issues_abbr: |
|
446 | 446 | zero: 0 fechada |
|
447 | 447 | one: 1 fechada |
|
448 | 448 | other: "{{count}} fechadas" |
|
449 | 449 | label_total: Total |
|
450 | 450 | label_permissions: Permissões |
|
451 | 451 | label_current_status: Situação atual |
|
452 | 452 | label_new_statuses_allowed: Nova situação permitida |
|
453 | 453 | label_all: todos |
|
454 | 454 | label_none: nenhum |
|
455 | 455 | label_nobody: ninguém |
|
456 | 456 | label_next: Próximo |
|
457 | 457 | label_previous: Anterior |
|
458 | 458 | label_used_by: Usado por |
|
459 | 459 | label_details: Detalhes |
|
460 | 460 | label_add_note: Adicionar nota |
|
461 | 461 | label_per_page: Por página |
|
462 | 462 | label_calendar: Calendário |
|
463 | 463 | label_months_from: meses a partir de |
|
464 | 464 | label_gantt: Gantt |
|
465 | 465 | label_internal: Interno |
|
466 | 466 | label_last_changes: "últimas {{count}} alterações" |
|
467 | 467 | label_change_view_all: Mostrar todas as alterações |
|
468 | 468 | label_personalize_page: Personalizar esta página |
|
469 | 469 | label_comment: Comentário |
|
470 | 470 | label_comment_plural: Comentários |
|
471 | 471 | label_x_comments: |
|
472 | 472 | zero: nenhum comentário |
|
473 | 473 | one: 1 comentário |
|
474 | 474 | other: "{{count}} comentários" |
|
475 | 475 | label_comment_add: Adicionar comentário |
|
476 | 476 | label_comment_added: Comentário adicionado |
|
477 | 477 | label_comment_delete: Excluir comentário |
|
478 | 478 | label_query: Consulta personalizada |
|
479 | 479 | label_query_plural: Consultas personalizadas |
|
480 | 480 | label_query_new: Nova consulta |
|
481 | 481 | label_filter_add: Adicionar filtro |
|
482 | 482 | label_filter_plural: Filtros |
|
483 | 483 | label_equals: igual a |
|
484 | 484 | label_not_equals: diferente de |
|
485 | 485 | label_in_less_than: maior que |
|
486 | 486 | label_in_more_than: menor que |
|
487 | 487 | label_in: em |
|
488 | 488 | label_today: hoje |
|
489 | 489 | label_all_time: tudo |
|
490 | 490 | label_yesterday: ontem |
|
491 | 491 | label_this_week: esta semana |
|
492 | 492 | label_last_week: última semana |
|
493 | 493 | label_last_n_days: "últimos {{count}} dias" |
|
494 | 494 | label_this_month: este mês |
|
495 | 495 | label_last_month: último mês |
|
496 | 496 | label_this_year: este ano |
|
497 | 497 | label_date_range: Período |
|
498 | 498 | label_less_than_ago: menos de |
|
499 | 499 | label_more_than_ago: mais de |
|
500 | 500 | label_ago: dias atrás |
|
501 | 501 | label_contains: contém |
|
502 | 502 | label_not_contains: não contém |
|
503 | 503 | label_day_plural: dias |
|
504 | 504 | label_repository: Repositório |
|
505 | 505 | label_repository_plural: Repositórios |
|
506 | 506 | label_browse: Procurar |
|
507 | 507 | label_modification: "{{count}} alteração" |
|
508 | 508 | label_modification_plural: "{{count}} alterações" |
|
509 | 509 | label_revision: Revisão |
|
510 | 510 | label_revision_plural: Revisões |
|
511 | 511 | label_associated_revisions: Revisões associadas |
|
512 | 512 | label_added: adicionada |
|
513 | 513 | label_modified: alterada |
|
514 | 514 | label_deleted: excluída |
|
515 | 515 | label_latest_revision: Última revisão |
|
516 | 516 | label_latest_revision_plural: Últimas revisões |
|
517 | 517 | label_view_revisions: Ver revisões |
|
518 | 518 | label_max_size: Tamanho máximo |
|
519 | 519 | label_sort_highest: Mover para o início |
|
520 | 520 | label_sort_higher: Mover para cima |
|
521 | 521 | label_sort_lower: Mover para baixo |
|
522 | 522 | label_sort_lowest: Mover para o fim |
|
523 | 523 | label_roadmap: Planejamento |
|
524 | 524 | label_roadmap_due_in: "Previsto para {{value}}" |
|
525 | 525 | label_roadmap_overdue: "{{value}} atrasado" |
|
526 | 526 | label_roadmap_no_issues: Sem tarefas para esta versão |
|
527 | 527 | label_search: Busca |
|
528 | 528 | label_result_plural: Resultados |
|
529 | 529 | label_all_words: Todas as palavras |
|
530 | 530 | label_wiki: Wiki |
|
531 | 531 | label_wiki_edit: Editar Wiki |
|
532 | 532 | label_wiki_edit_plural: Edições Wiki |
|
533 | 533 | label_wiki_page: Página Wiki |
|
534 | 534 | label_wiki_page_plural: páginas Wiki |
|
535 | 535 | label_index_by_title: Índice por título |
|
536 | 536 | label_index_by_date: Índice por data |
|
537 | 537 | label_current_version: Versão atual |
|
538 | 538 | label_preview: Pré-visualizar |
|
539 | 539 | label_feed_plural: Feeds |
|
540 | 540 | label_changes_details: Detalhes de todas as alterações |
|
541 | 541 | label_issue_tracking: Tarefas |
|
542 | 542 | label_spent_time: Tempo gasto |
|
543 | 543 | label_f_hour: "{{value}} hora" |
|
544 | 544 | label_f_hour_plural: "{{value}} horas" |
|
545 | 545 | label_time_tracking: Controle de horas |
|
546 | 546 | label_change_plural: Alterações |
|
547 | 547 | label_statistics: Estatísticas |
|
548 | 548 | label_commits_per_month: Commits por mês |
|
549 | 549 | label_commits_per_author: Commits por autor |
|
550 | 550 | label_view_diff: Ver diferenças |
|
551 | 551 | label_diff_inline: inline |
|
552 | 552 | label_diff_side_by_side: lado a lado |
|
553 | 553 | label_options: Opções |
|
554 | 554 | label_copy_workflow_from: Copiar fluxo de trabalho de |
|
555 | 555 | label_permissions_report: Relatório de permissões |
|
556 | 556 | label_watched_issues: Tarefas monitoradas |
|
557 | 557 | label_related_issues: Tarefas relacionadas |
|
558 | 558 | label_applied_status: Situação alterada |
|
559 | 559 | label_loading: Carregando... |
|
560 | 560 | label_relation_new: Nova relação |
|
561 | 561 | label_relation_delete: Excluir relação |
|
562 | 562 | label_relates_to: relacionado a |
|
563 | 563 | label_duplicates: duplica |
|
564 | 564 | label_duplicated_by: duplicado por |
|
565 | 565 | label_blocks: bloqueia |
|
566 | 566 | label_blocked_by: bloqueado por |
|
567 | 567 | label_precedes: precede |
|
568 | 568 | label_follows: segue |
|
569 | 569 | label_end_to_start: fim para o início |
|
570 | 570 | label_end_to_end: fim para fim |
|
571 | 571 | label_start_to_start: início para início |
|
572 | 572 | label_start_to_end: início para fim |
|
573 | 573 | label_stay_logged_in: Permanecer logado |
|
574 | 574 | label_disabled: desabilitado |
|
575 | 575 | label_show_completed_versions: Exibir versões completas |
|
576 | 576 | label_me: mim |
|
577 | 577 | label_board: Fórum |
|
578 | 578 | label_board_new: Novo fórum |
|
579 | 579 | label_board_plural: Fóruns |
|
580 | 580 | label_topic_plural: Tópicos |
|
581 | 581 | label_message_plural: Mensagens |
|
582 | 582 | label_message_last: Última mensagem |
|
583 | 583 | label_message_new: Nova mensagem |
|
584 | 584 | label_message_posted: Mensagem enviada |
|
585 | 585 | label_reply_plural: Respostas |
|
586 | 586 | label_send_information: Enviar informação da nova conta para o usuário |
|
587 | 587 | label_year: Ano |
|
588 | 588 | label_month: Mês |
|
589 | 589 | label_week: Semana |
|
590 | 590 | label_date_from: De |
|
591 | 591 | label_date_to: Para |
|
592 | 592 | label_language_based: Com base no idioma do usuário |
|
593 | 593 | label_sort_by: "Ordenar por {{value}}" |
|
594 | 594 | label_send_test_email: Enviar um email de teste |
|
595 | 595 | label_feeds_access_key_created_on: "chave de acesso RSS criada {{value}} atrás" |
|
596 | 596 | label_module_plural: Módulos |
|
597 | 597 | label_added_time_by: "Adicionado por {{author}} {{age}} atrás" |
|
598 | 598 | label_updated_time: "Atualizado {{value}} atrás" |
|
599 | 599 | label_jump_to_a_project: Ir para o projeto... |
|
600 | 600 | label_file_plural: Arquivos |
|
601 | 601 | label_changeset_plural: Changesets |
|
602 | 602 | label_default_columns: Colunas padrão |
|
603 | 603 | label_no_change_option: (Sem alteração) |
|
604 | 604 | label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados. |
|
605 | 605 | label_theme: Tema |
|
606 | 606 | label_default: Padrão |
|
607 | 607 | label_search_titles_only: Pesquisar somente títulos |
|
608 | 608 | label_user_mail_option_all: "Para qualquer evento em todos os meus projetos" |
|
609 | 609 | label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..." |
|
610 | 610 | label_user_mail_option_none: "Somente tarefas que eu acompanho ou estou envolvido" |
|
611 | 611 | label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações" |
|
612 | 612 | label_registration_activation_by_email: ativação de conta por e-mail |
|
613 | 613 | label_registration_manual_activation: ativação manual de conta |
|
614 | 614 | label_registration_automatic_activation: ativação automática de conta |
|
615 | 615 | label_display_per_page: "Por página: {{value}}" |
|
616 | 616 | label_age: Idade |
|
617 | 617 | label_change_properties: Alterar propriedades |
|
618 | 618 | label_general: Geral |
|
619 | 619 | label_more: Mais |
|
620 | 620 | label_scm: 'Controle de versão:' |
|
621 | 621 | label_plugins: Plugins |
|
622 | 622 | label_ldap_authentication: Autenticação LDAP |
|
623 | 623 | label_downloads_abbr: D/L |
|
624 | 624 | label_optional_description: Descrição opcional |
|
625 | 625 | label_add_another_file: Adicionar outro arquivo |
|
626 | 626 | label_preferences: Preferências |
|
627 | 627 | label_chronological_order: Em ordem cronológica |
|
628 | 628 | label_reverse_chronological_order: Em ordem cronológica inversa |
|
629 | 629 | label_planning: Planejamento |
|
630 | 630 | label_incoming_emails: Emails de entrada |
|
631 | 631 | label_generate_key: Gerar uma chave |
|
632 | 632 | label_issue_watchers: Monitorando |
|
633 | 633 | |
|
634 | 634 | button_login: Entrar |
|
635 | 635 | button_submit: Enviar |
|
636 | 636 | button_save: Salvar |
|
637 | 637 | button_check_all: Marcar todos |
|
638 | 638 | button_uncheck_all: Desmarcar todos |
|
639 | 639 | button_delete: Excluir |
|
640 | 640 | button_create: Criar |
|
641 | 641 | button_test: Testar |
|
642 | 642 | button_edit: Editar |
|
643 | 643 | button_add: Adicionar |
|
644 | 644 | button_change: Alterar |
|
645 | 645 | button_apply: Aplicar |
|
646 | 646 | button_clear: Limpar |
|
647 | 647 | button_lock: Bloquear |
|
648 | 648 | button_unlock: Desbloquear |
|
649 | 649 | button_download: Download |
|
650 | 650 | button_list: Listar |
|
651 | 651 | button_view: Ver |
|
652 | 652 | button_move: Mover |
|
653 | 653 | button_back: Voltar |
|
654 | 654 | button_cancel: Cancelar |
|
655 | 655 | button_activate: Ativar |
|
656 | 656 | button_sort: Ordenar |
|
657 | 657 | button_log_time: Tempo de trabalho |
|
658 | 658 | button_rollback: Voltar para esta versão |
|
659 | 659 | button_watch: Monitorar |
|
660 | 660 | button_unwatch: Parar de Monitorar |
|
661 | 661 | button_reply: Responder |
|
662 | 662 | button_archive: Arquivar |
|
663 | 663 | button_unarchive: Desarquivar |
|
664 | 664 | button_reset: Redefinir |
|
665 | 665 | button_rename: Renomear |
|
666 | 666 | button_change_password: Alterar senha |
|
667 | 667 | button_copy: Copiar |
|
668 | 668 | button_annotate: Anotar |
|
669 | 669 | button_update: Atualizar |
|
670 | 670 | button_configure: Configurar |
|
671 | 671 | button_quote: Responder |
|
672 | 672 | |
|
673 | 673 | status_active: ativo |
|
674 | 674 | status_registered: registrado |
|
675 | 675 | status_locked: bloqueado |
|
676 | 676 | |
|
677 | 677 | text_select_mail_notifications: Selecionar ações para ser enviado uma notificação por email |
|
678 | 678 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
679 | 679 | text_min_max_length_info: 0 = sem restrição |
|
680 | 680 | text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados? |
|
681 | 681 | text_subprojects_destroy_warning: "Seu(s) subprojeto(s): {{value}} também serão excluídos." |
|
682 | 682 | text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho |
|
683 | 683 | text_are_you_sure: Você tem certeza? |
|
684 | 684 | text_journal_changed: "alterado(a) de {{old}} para {{new}}" |
|
685 | 685 | text_journal_set_to: "alterado(a) para {{value}}" |
|
686 | 686 | text_journal_deleted: excluído |
|
687 | 687 | text_tip_task_begin_day: tarefa inicia neste dia |
|
688 | 688 | text_tip_task_end_day: tarefa termina neste dia |
|
689 | 689 | text_tip_task_begin_end_day: tarefa inicia e termina neste dia |
|
690 | 690 | 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.' |
|
691 | 691 | text_caracters_maximum: "máximo {{count}} caracteres" |
|
692 | 692 | text_caracters_minimum: "deve ter ao menos {{count}} caracteres." |
|
693 | 693 | text_length_between: "deve ter entre {{min}} e {{max}} caracteres." |
|
694 | 694 | text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo. |
|
695 | 695 | text_unallowed_characters: Caracteres não permitidos |
|
696 | 696 | text_comma_separated: Múltiplos valores são permitidos (separados por vírgula). |
|
697 | 697 | text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit |
|
698 | 698 | text_issue_added: "Tarefa {{id}} incluída (por {{author}})." |
|
699 | 699 | text_issue_updated: "Tarefa {{id}} alterada (por {{author}})." |
|
700 | 700 | text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo? |
|
701 | 701 | text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que você deseja fazer?" |
|
702 | 702 | text_issue_category_destroy_assignments: Remover atribuições da categoria |
|
703 | 703 | text_issue_category_reassign_to: Redefinir tarefas para esta categoria |
|
704 | 704 | text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você monitora ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)" |
|
705 | 705 | 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." |
|
706 | 706 | text_load_default_configuration: Carregar a configuração padrão |
|
707 | 707 | text_status_changed_by_changeset: "Aplicado no changeset {{value}}." |
|
708 | 708 | text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?' |
|
709 | 709 | text_select_project_modules: 'Selecione módulos para habilitar para este projeto:' |
|
710 | 710 | text_default_administrator_account_changed: Conta padrão do administrador alterada |
|
711 | 711 | text_file_repository_writable: Repositório com permissão de escrita |
|
712 | 712 | text_rmagick_available: RMagick disponível (opcional) |
|
713 | 713 | text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?" |
|
714 | 714 | text_destroy_time_entries: Excluir horas de trabalho |
|
715 | 715 | text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto |
|
716 | 716 | text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:' |
|
717 | 717 | text_user_wrote: "{{value}} escreveu:" |
|
718 | 718 | text_enumeration_destroy_question: "{{count}} objetos estão atribuídos a este valor." |
|
719 | 719 | text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:' |
|
720 | 720 | text_email_delivery_not_configured: "O envio de email 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." |
|
721 | 721 | |
|
722 | 722 | default_role_manager: Gerente |
|
723 | 723 | default_role_developper: Desenvolvedor |
|
724 | 724 | default_role_reporter: Informante |
|
725 | 725 | default_tracker_bug: Problema |
|
726 | 726 | default_tracker_feature: Funcionalidade |
|
727 | 727 | default_tracker_support: Suporte |
|
728 | 728 | default_issue_status_new: Nova |
|
729 | 729 | default_issue_status_assigned: Atribuída |
|
730 | 730 | default_issue_status_resolved: Resolvida |
|
731 | 731 | default_issue_status_feedback: Feedback |
|
732 | 732 | default_issue_status_closed: Fechada |
|
733 | 733 | default_issue_status_rejected: Rejeitada |
|
734 | 734 | default_doc_category_user: Documentação do usuário |
|
735 | 735 | default_doc_category_tech: Documentação técnica |
|
736 | 736 | default_priority_low: Baixa |
|
737 | 737 | default_priority_normal: Normal |
|
738 | 738 | default_priority_high: Alta |
|
739 | 739 | default_priority_urgent: Urgente |
|
740 | 740 | default_priority_immediate: Imediata |
|
741 | 741 | default_activity_design: Design |
|
742 | 742 | default_activity_development: Desenvolvimento |
|
743 | 743 | |
|
744 | 744 | enumeration_issue_priorities: Prioridade das tarefas |
|
745 | 745 | enumeration_doc_categories: Categorias de documento |
|
746 | 746 | enumeration_activities: Atividades (time tracking) |
|
747 | 747 | notice_unable_delete_version: Não foi possível excluir a versão |
|
748 | 748 | label_renamed: renomeado |
|
749 | 749 | label_copied: copiado |
|
750 | 750 | setting_plain_text_mail: texto plano apenas (sem HTML) |
|
751 | 751 | permission_view_files: Ver Arquivos |
|
752 | 752 | permission_edit_issues: Editar tarefas |
|
753 | 753 | permission_edit_own_time_entries: Editar o próprio tempo de trabalho |
|
754 | 754 | permission_manage_public_queries: Gerenciar consultas publicas |
|
755 | 755 | permission_add_issues: Adicionar Tarefas |
|
756 | 756 | permission_log_time: Adicionar tempo gasto |
|
757 | 757 | permission_view_changesets: Ver changesets |
|
758 | 758 | permission_view_time_entries: Ver tempo gasto |
|
759 | 759 | permission_manage_versions: Gerenciar versões |
|
760 | 760 | permission_manage_wiki: Gerenciar wiki |
|
761 | 761 | permission_manage_categories: Gerenciar categorias de tarefas |
|
762 | 762 | permission_protect_wiki_pages: Proteger páginas wiki |
|
763 | 763 | permission_comment_news: Comentar notícias |
|
764 | 764 | permission_delete_messages: Excluir mensagens |
|
765 | 765 | permission_select_project_modules: Selecionar módulos de projeto |
|
766 | 766 | permission_manage_documents: Gerenciar documentos |
|
767 | 767 | permission_edit_wiki_pages: Editar páginas wiki |
|
768 | 768 | permission_add_issue_watchers: Adicionar monitores |
|
769 | 769 | permission_view_gantt: Ver gráfico gantt |
|
770 | 770 | permission_move_issues: Mover tarefas |
|
771 | 771 | permission_manage_issue_relations: Gerenciar relacionamentos de tarefas |
|
772 | 772 | permission_delete_wiki_pages: Excluir páginas wiki |
|
773 | 773 | permission_manage_boards: Gerenciar fóruns |
|
774 | 774 | permission_delete_wiki_pages_attachments: Excluir anexos |
|
775 | 775 | permission_view_wiki_edits: Ver histórico do wiki |
|
776 | 776 | permission_add_messages: Postar mensagens |
|
777 | 777 | permission_view_messages: Ver mensagens |
|
778 | 778 | permission_manage_files: Gerenciar arquivos |
|
779 | 779 | permission_edit_issue_notes: Editar notas |
|
780 | 780 | permission_manage_news: Gerenciar notícias |
|
781 | 781 | permission_view_calendar: Ver calendário |
|
782 | 782 | permission_manage_members: Gerenciar membros |
|
783 | 783 | permission_edit_messages: Editar mensagens |
|
784 | 784 | permission_delete_issues: Excluir tarefas |
|
785 | 785 | permission_view_issue_watchers: Ver lista de monitores |
|
786 | 786 | permission_manage_repository: Gerenciar repositório |
|
787 | 787 | permission_commit_access: Acesso de commit |
|
788 | 788 | permission_browse_repository: Pesquisar repositorio |
|
789 | 789 | permission_view_documents: Ver documentos |
|
790 | 790 | permission_edit_project: Editar projeto |
|
791 | 791 | permission_add_issue_notes: Adicionar notas |
|
792 | 792 | permission_save_queries: Salvar consultas |
|
793 | 793 | permission_view_wiki_pages: Ver wiki |
|
794 | 794 | permission_rename_wiki_pages: Renomear páginas wiki |
|
795 | 795 | permission_edit_time_entries: Editar tempo gasto |
|
796 | 796 | permission_edit_own_issue_notes: Editar próprias notas |
|
797 | 797 | setting_gravatar_enabled: Usar ícones do Gravatar |
|
798 | 798 | label_example: Exemplo |
|
799 | 799 | 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 email no Redmine e no repositório serão mapeados automaticamente." |
|
800 | 800 | permission_edit_own_messages: Editar próprias mensagens |
|
801 | 801 | permission_delete_own_messages: Excluir próprias mensagens |
|
802 | 802 | label_user_activity: "Atividade de {{value}}" |
|
803 | 803 | label_updated_time_by: "Atualizado por {{author}} em {{age}}" |
|
804 | 804 | text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.' |
|
805 | 805 | setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff |
|
806 | 806 | text_plugin_assets_writable: Diretório de plugins gravável |
|
807 | 807 | warning_attachments_not_saved: "{{count}} arquivo(s) não puderam ser salvo(s)." |
|
808 | 808 | button_create_and_continue: Criar e continuar |
|
809 | 809 | text_custom_field_possible_values_info: 'Uma linha para cada valor' |
|
810 | 810 | label_display: Exibição |
|
811 | 811 | field_editable: Editável |
|
812 | 812 | setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log |
|
813 | 813 | setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline |
|
814 | 814 | field_watcher: Observador |
|
815 | 815 | setting_openid: Permitir Login e Registro via OpenID |
|
816 | 816 | field_identity_url: OpenID URL |
|
817 | 817 | label_login_with_open_id_option: ou use o OpenID |
|
818 | 818 | field_content: Conteúdo |
|
819 | 819 | label_descending: Descendente |
|
820 | 820 | label_sort: Ordenar |
|
821 | 821 | label_ascending: Ascendente |
|
822 | 822 | label_date_from_to: De {{start}} até {{end}} |
|
823 | 823 | label_greater_or_equal: ">=" |
|
824 | 824 | label_less_or_equal: <= |
|
825 | 825 | text_wiki_page_destroy_question: Esta página tem {{descendants}} página(s) filha(s) e descendente(s). O que você quer fazer? |
|
826 | 826 | text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai |
|
827 | 827 | text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes |
|
828 | 828 | text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes |
|
829 | 829 | setting_password_min_length: Comprimento mínimo para senhas |
|
830 | 830 | field_group_by: Agrupar por |
|
831 | 831 | mail_subject_wiki_content_updated: "A página wiki '{{page}}' foi atualizada" |
|
832 | 832 | label_wiki_content_added: Página wiki adicionada |
|
833 | 833 | mail_subject_wiki_content_added: "A página wiki '{{page}}' foi adicionada" |
|
834 | 834 | mail_body_wiki_content_added: A página wiki '{{page}}' foi adicionada por {{author}}. |
|
835 | 835 | label_wiki_content_updated: Página wiki atualizada |
|
836 | 836 | mail_body_wiki_content_updated: A página wiki '{{page}}' foi atualizada por {{author}}. |
|
837 | 837 | permission_add_project: Criar projeto |
|
838 |
setting_new_project_user_role_id: |
|
|
838 | setting_new_project_user_role_id: Papel dado a um usuário não administrador que crie um projeto |
@@ -1,805 +1,805 | |||
|
1 | 1 | sk: |
|
2 | 2 | date: |
|
3 | 3 | formats: |
|
4 | 4 | # Use the strftime parameters for formats. |
|
5 | 5 | # When no format has been given, it uses default. |
|
6 | 6 | # You can provide other formats here if you like! |
|
7 | 7 | default: "%Y-%m-%d" |
|
8 | 8 | short: "%b %d" |
|
9 | 9 | long: "%B %d, %Y" |
|
10 | 10 | |
|
11 | 11 | day_names: [Nedeľa, Pondelok, Utorok, Streda, Štvrtok, Piatok, Sobota] |
|
12 | 12 | abbr_day_names: [Ne, Po, Ut, St, Št, Pi, So] |
|
13 | 13 | |
|
14 | 14 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
15 | 15 | month_names: [~, Január, Február, Marec, Apríl, Máj, Jún, Júl, August, September, Október, November, December] |
|
16 | 16 | abbr_month_names: [~, Jan, Feb, Mar, Apr, Máj, Jún, Júl, Aug, Sep, Okt, Nov, Dec] |
|
17 | 17 | # Used in date_select and datime_select. |
|
18 | 18 | order: [ :year, :month, :day ] |
|
19 | 19 | |
|
20 | 20 | time: |
|
21 | 21 | formats: |
|
22 | 22 | default: "%a, %d %b %Y %H:%M:%S %z" |
|
23 | 23 | time: "%H:%M" |
|
24 | 24 | short: "%d %b %H:%M" |
|
25 | 25 | long: "%B %d, %Y %H:%M" |
|
26 | 26 | am: "am" |
|
27 | 27 | pm: "pm" |
|
28 | 28 | |
|
29 | 29 | datetime: |
|
30 | 30 | distance_in_words: |
|
31 | 31 | half_a_minute: "pol minúty" |
|
32 | 32 | less_than_x_seconds: |
|
33 | 33 | one: "menej ako 1 sekunda" |
|
34 | 34 | other: "menej ako {{count}} sekúnd" |
|
35 | 35 | x_seconds: |
|
36 | 36 | one: "1 sekunda" |
|
37 | 37 | other: "{{count}} sekúnd" |
|
38 | 38 | less_than_x_minutes: |
|
39 | 39 | one: "menej ako minúta" |
|
40 | 40 | other: "menej ako {{count}} minút" |
|
41 | 41 | x_minutes: |
|
42 | 42 | one: "1 minuta" |
|
43 | 43 | other: "{{count}} minút" |
|
44 | 44 | about_x_hours: |
|
45 | 45 | one: "okolo 1 hodiny" |
|
46 | 46 | other: "okolo {{count}} hodín" |
|
47 | 47 | x_days: |
|
48 | 48 | one: "1 deň" |
|
49 | 49 | other: "{{count}} dní" |
|
50 | 50 | about_x_months: |
|
51 | 51 | one: "okolo 1 mesiaca" |
|
52 | 52 | other: "okolo {{count}} mesiace/ov" |
|
53 | 53 | x_months: |
|
54 | 54 | one: "1 mesiac" |
|
55 | 55 | other: "{{count}} mesiace/ov" |
|
56 | 56 | about_x_years: |
|
57 | 57 | one: "okolo 1 roka" |
|
58 | 58 | other: "okolo {{count}} roky/ov" |
|
59 | 59 | over_x_years: |
|
60 | 60 | one: "cez 1 rok" |
|
61 | 61 | other: "cez {{count}} roky/ov" |
|
62 | 62 | |
|
63 | 63 | # Used in array.to_sentence. |
|
64 | 64 | support: |
|
65 | 65 | array: |
|
66 | 66 | sentence_connector: "a" |
|
67 | 67 | skip_last_comma: false |
|
68 | 68 | |
|
69 | 69 | activerecord: |
|
70 | 70 | errors: |
|
71 | 71 | messages: |
|
72 | 72 | inclusion: "nieje zahrnuté v zozname" |
|
73 | 73 | exclusion: "je rezervované" |
|
74 | 74 | invalid: "je neplatné" |
|
75 | 75 | confirmation: "sa nezhoduje s potvrdením" |
|
76 | 76 | accepted: "musí byť akceptované" |
|
77 | 77 | empty: "nemôže byť prázdne" |
|
78 | 78 | blank: "nemôže byť prázdne" |
|
79 | 79 | too_long: "je príliš dlhé" |
|
80 | 80 | too_short: "je príliš krátke" |
|
81 | 81 | wrong_length: "má chybnú dĺžku" |
|
82 | 82 | taken: "je už použité" |
|
83 | 83 | not_a_number: "nieje číslo" |
|
84 | 84 | not_a_date: "nieje platný dátum" |
|
85 | 85 | greater_than: "musí byť väčšíe ako {{count}}" |
|
86 | 86 | greater_than_or_equal_to: "musí byť väčšie alebo rovné {{count}}" |
|
87 | 87 | equal_to: "musí byť rovné {{count}}" |
|
88 | 88 | less_than: "musí byť menej ako {{count}}" |
|
89 | 89 | less_than_or_equal_to: "musí byť menej alebo rovné {{count}}" |
|
90 | 90 | odd: "musí byť nepárne" |
|
91 | 91 | even: "musí byť párne" |
|
92 | 92 | greater_than_start_date: "musí byť neskôr ako počiatočný dátum" |
|
93 | 93 | not_same_project: "nepatrí rovnakému projektu" |
|
94 | 94 | circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť" |
|
95 | 95 | |
|
96 | 96 | # SK translation by Stanislav Pach | stano.pach@seznam.cz |
|
97 | 97 | |
|
98 | 98 | actionview_instancetag_blank_option: Prosím vyberte |
|
99 | 99 | |
|
100 | 100 | general_text_No: 'Nie' |
|
101 | 101 | general_text_Yes: 'Áno' |
|
102 | 102 | general_text_no: 'nie' |
|
103 | 103 | general_text_yes: 'áno' |
|
104 | 104 | general_lang_name: 'Slovenčina' |
|
105 | 105 | general_csv_separator: ',' |
|
106 | 106 | general_csv_decimal_separator: '.' |
|
107 | 107 | general_csv_encoding: UTF-8 |
|
108 | 108 | general_pdf_encoding: UTF-8 |
|
109 | 109 | general_first_day_of_week: '1' |
|
110 | 110 | |
|
111 | 111 | notice_account_updated: Účet bol úspešne zmenený. |
|
112 | 112 | notice_account_invalid_creditentials: Chybné meno alebo heslo |
|
113 | 113 | notice_account_password_updated: Heslo bolo úspešne zmenené. |
|
114 | 114 | notice_account_wrong_password: Chybné heslo |
|
115 | 115 | notice_account_register_done: Účet bol úspešne vytvorený. Pre aktiváciu účtu kliknite na odkaz v emailu, ktorý vam bol zaslaný. |
|
116 | 116 | notice_account_unknown_email: Neznámy užívateľ. |
|
117 | 117 | notice_can_t_change_password: Tento účet používa externú autentifikáciu. Tu heslo zmeniť nemôžete. |
|
118 | 118 | notice_account_lost_email_sent: Bol vám zaslaný email s inštrukciami ako si nastavite nové heslo. |
|
119 | 119 | notice_account_activated: Váš účet bol aktivovaný. Teraz se môžete prihlásiť. |
|
120 | 120 | notice_successful_create: Úspešne vytvorené. |
|
121 | 121 | notice_successful_update: Úspešne aktualizované. |
|
122 | 122 | notice_successful_delete: Úspešne odstránené. |
|
123 | 123 | notice_successful_connection: Úspešne pripojené. |
|
124 | 124 | notice_file_not_found: Stránka, ktorú se snažíte zobraziť, neexistuje alebo bola zmazaná. |
|
125 | 125 | notice_locking_conflict: Údaje boli zmenené iným užívateľom. |
|
126 | 126 | notice_scm_error: Položka a/alebo revízia neexistuje v repozitári. |
|
127 | 127 | notice_not_authorized: Nemáte dostatočné práva pre zobrazenie tejto stránky. |
|
128 | 128 | notice_email_sent: "Na adresu {{value}} bol odeslaný email" |
|
129 | 129 | notice_email_error: "Pri odosielaní emailu nastala chyba ({{value}})" |
|
130 | 130 | notice_feeds_access_key_reseted: Váš klúč pre prístup k Atomu bol resetovaný. |
|
131 | 131 | notice_failed_to_save_issues: "Nastala chyba pri ukládaní {{count}} úloh na {{total}} zvolený: {{ids}}." |
|
132 | 132 | notice_no_issue_selected: "Nebola zvolená žiadná úloha. Prosím, zvoľte úlohy, ktoré chcete upraviť" |
|
133 | 133 | notice_account_pending: "Váš účet bol vytvorený, teraz čaká na schválenie administrátorom." |
|
134 | 134 | notice_default_data_loaded: Výchozia konfigurácia úspešne nahraná. |
|
135 | 135 | |
|
136 | 136 | error_can_t_load_default_data: "Výchozia konfigurácia nebola nahraná: {{value}}" |
|
137 | 137 | error_scm_not_found: "Položka a/alebo revízia neexistuje v repozitári." |
|
138 | 138 | error_scm_command_failed: "Pri pokuse o prístup k repozitári došlo k chybe: {{value}}" |
|
139 | 139 | error_issue_not_found_in_project: 'Úloha nebola nájdená alebo nepatrí k tomuto projektu' |
|
140 | 140 | |
|
141 | 141 | mail_subject_lost_password: "Vaše heslo ({{value}})" |
|
142 | 142 | mail_body_lost_password: 'Pre zmenu vašeho hesla kliknite na následujúci odkaz:' |
|
143 | 143 | mail_subject_register: "Aktivácia účtu ({{value}})" |
|
144 | 144 | mail_body_register: 'Pre aktiváciu vašeho účtu kliknite na následujúci odkaz:' |
|
145 | 145 | mail_body_account_information_external: "Pomocou vašeho účtu {{value}} se môžete prihlásiť." |
|
146 | 146 | mail_body_account_information: Informácie o vašom účte |
|
147 | 147 | mail_subject_account_activation_request: "Aktivácia {{value}} účtu" |
|
148 | 148 | mail_body_account_activation_request: "Bol zaregistrovaný nový uživateľ {{value}}. Aktivácia jeho účtu závisí na vašom potvrdení." |
|
149 | 149 | |
|
150 | 150 | gui_validation_error: 1 chyba |
|
151 | 151 | gui_validation_error_plural: "{{count}} chyb(y)" |
|
152 | 152 | |
|
153 | 153 | field_name: Názov |
|
154 | 154 | field_description: Popis |
|
155 | 155 | field_summary: Prehľad |
|
156 | 156 | field_is_required: Povinné pole |
|
157 | 157 | field_firstname: Meno |
|
158 | 158 | field_lastname: Priezvisko |
|
159 | 159 | field_mail: Email |
|
160 | 160 | field_filename: Súbor |
|
161 | 161 | field_filesize: Veľkosť |
|
162 | 162 | field_downloads: Stiahnuté |
|
163 | 163 | field_author: Autor |
|
164 | 164 | field_created_on: Vytvorené |
|
165 | 165 | field_updated_on: Aktualizované |
|
166 | 166 | field_field_format: Formát |
|
167 | 167 | field_is_for_all: Pre všetky projekty |
|
168 | 168 | field_possible_values: Možné hodnoty |
|
169 | 169 | field_regexp: Regulérny výraz |
|
170 | 170 | field_min_length: Minimálna dĺžka |
|
171 | 171 | field_max_length: Maximálna dĺžka |
|
172 | 172 | field_value: Hodnota |
|
173 | 173 | field_category: Kategória |
|
174 | 174 | field_title: Názov |
|
175 | 175 | field_project: Projekt |
|
176 | 176 | field_issue: Úloha |
|
177 | 177 | field_status: Stav |
|
178 | 178 | field_notes: Poznámka |
|
179 | 179 | field_is_closed: Úloha uzavretá |
|
180 | 180 | field_is_default: Východzí stav |
|
181 | 181 | field_tracker: Fronta |
|
182 | 182 | field_subject: Predmet |
|
183 | 183 | field_due_date: Uzavrieť do |
|
184 | 184 | field_assigned_to: Priradené |
|
185 | 185 | field_priority: Priorita |
|
186 | 186 | field_fixed_version: Priradené k verzii |
|
187 | 187 | field_user: Užívateľ |
|
188 | 188 | field_role: Rola |
|
189 | 189 | field_homepage: Domovská stránka |
|
190 | 190 | field_is_public: Verejný |
|
191 | 191 | field_parent: Nadradený projekt |
|
192 | 192 | field_is_in_chlog: Úlohy zobrazené v rozdielovom logu |
|
193 | 193 | field_is_in_roadmap: Úlohy zobrazené v pláne |
|
194 | 194 | field_login: Login |
|
195 | 195 | field_mail_notification: Emailové oznámenie |
|
196 | 196 | field_admin: Administrátor |
|
197 | 197 | field_last_login_on: Posledné prihlásenie |
|
198 | 198 | field_language: Jazyk |
|
199 | 199 | field_effective_date: Dátum |
|
200 | 200 | field_password: Heslo |
|
201 | 201 | field_new_password: Nové heslo |
|
202 | 202 | field_password_confirmation: Potvrdenie |
|
203 | 203 | field_version: Verzia |
|
204 | 204 | field_type: Typ |
|
205 | 205 | field_host: Host |
|
206 | 206 | field_port: Port |
|
207 | 207 | field_account: Účet |
|
208 | 208 | field_base_dn: Base DN |
|
209 | 209 | field_attr_login: Prihlásenie (atribut) |
|
210 | 210 | field_attr_firstname: Meno (atribut) |
|
211 | 211 | field_attr_lastname: Priezvisko (atribut) |
|
212 | 212 | field_attr_mail: Email (atribut) |
|
213 | 213 | field_onthefly: Automatické vytváranie užívateľov |
|
214 | 214 | field_start_date: Začiatok |
|
215 | 215 | field_done_ratio: % hotovo |
|
216 | 216 | field_auth_source: Autentifikačný mód |
|
217 | 217 | field_hide_mail: Nezobrazovať môj email |
|
218 | 218 | field_comments: Komentár |
|
219 | 219 | field_url: URL |
|
220 | 220 | field_start_page: Výchozia stránka |
|
221 | 221 | field_subproject: Podprojekt |
|
222 | 222 | field_hours: Hodiny |
|
223 | 223 | field_activity: Aktivita |
|
224 | 224 | field_spent_on: Dátum |
|
225 | 225 | field_identifier: Identifikátor |
|
226 | 226 | field_is_filter: Použiť ako filter |
|
227 | 227 | field_issue_to_id: Súvisiaca úloha |
|
228 | 228 | field_delay: Oneskorenie |
|
229 | 229 | field_assignable: Úlohy môžu byť priradené tejto roli |
|
230 | 230 | field_redirect_existing_links: Presmerovať existujúce odkazy |
|
231 | 231 | field_estimated_hours: Odhadovaná doba |
|
232 | 232 | field_column_names: Stĺpce |
|
233 | 233 | field_time_zone: Časové pásmo |
|
234 | 234 | field_searchable: Umožniť vyhľadávanie |
|
235 | 235 | field_default_value: Východzia hodnota |
|
236 | 236 | field_comments_sorting: Zobraziť komentáre |
|
237 | 237 | |
|
238 | 238 | setting_app_title: Názov aplikácie |
|
239 | 239 | setting_app_subtitle: Podtitulok aplikácie |
|
240 | 240 | setting_welcome_text: Uvítací text |
|
241 | 241 | setting_default_language: Východzí jazyk |
|
242 | 242 | setting_login_required: Auten. vyžadovaná |
|
243 | 243 | setting_self_registration: Povolenie registrácie |
|
244 | 244 | setting_attachment_max_size: Maximálna veľkosť prílohy |
|
245 | 245 | setting_issues_export_limit: Limit pre export úloh |
|
246 | 246 | setting_mail_from: Odosielať emaily z adresy |
|
247 | 247 | setting_bcc_recipients: Príjemcovia skrytej kópie (bcc) |
|
248 | 248 | setting_host_name: Hostname |
|
249 | 249 | setting_text_formatting: Formátovanie textu |
|
250 | 250 | setting_wiki_compression: Kompresia histórie Wiki |
|
251 | 251 | setting_feeds_limit: Limit zobrazených položiek (Atom feed) |
|
252 | 252 | setting_default_projects_public: Nové projekty nastavovať ako verejné |
|
253 | 253 | setting_autofetch_changesets: Automatický prenos zmien |
|
254 | 254 | setting_sys_api_enabled: Povolit Webovú Službu (WS) pre správu repozitára |
|
255 | 255 | setting_commit_ref_keywords: Klúčové slová pre odkazy |
|
256 | 256 | setting_commit_fix_keywords: Klúčové slová pre uzavretie |
|
257 | 257 | setting_autologin: Automatické prihlasovanie |
|
258 | 258 | setting_date_format: Formát dátumu |
|
259 | 259 | setting_time_format: Formát času |
|
260 | 260 | setting_cross_project_issue_relations: Povoliť väzby úloh skrz projekty |
|
261 | 261 | setting_issue_list_default_columns: Východzie stĺpce zobrazené v zozname úloh |
|
262 | 262 | setting_ itories_encodings: Kódovanie |
|
263 | 263 | setting_emails_footer: Zapätie emailov |
|
264 | 264 | setting_protocol: Protokol |
|
265 | 265 | setting_per_page_options: Povolené množstvo riadkov na stránke |
|
266 | 266 | setting_user_format: Formát zobrazenia užívateľa |
|
267 | 267 | setting_activity_days_default: "Zobrazené dni aktivity projektu:" |
|
268 | 268 | setting_display_subprojects_issues: Prednastavenie zobrazenia úloh podporojektov v hlavnom projekte |
|
269 | 269 | |
|
270 | 270 | project_module_issue_tracking: Sledovanie úloh |
|
271 | 271 | project_module_time_tracking: Sledovanie času |
|
272 | 272 | project_module_news: Novinky |
|
273 | 273 | project_module_documents: Dokumenty |
|
274 | 274 | project_module_files: Súbory |
|
275 | 275 | project_module_wiki: Wiki |
|
276 | 276 | project_module_repository: Repozitár |
|
277 | 277 | project_module_boards: Diskusie |
|
278 | 278 | |
|
279 | 279 | label_user: Užívateľ |
|
280 | 280 | label_user_plural: Užívatelia |
|
281 | 281 | label_user_new: Nový užívateľ |
|
282 | 282 | label_project: Projekt |
|
283 | 283 | label_project_new: Nový projekt |
|
284 | 284 | label_project_plural: Projekty |
|
285 | 285 | label_x_projects: |
|
286 | 286 | zero: žiadne projekty |
|
287 | 287 | one: 1 projekt |
|
288 | 288 | other: "{{count}} projekty/ov" |
|
289 | 289 | label_project_all: Všetky projekty |
|
290 | 290 | label_project_latest: Posledné projekty |
|
291 | 291 | label_issue: Úloha |
|
292 | 292 | label_issue_new: Nová úloha |
|
293 | 293 | label_issue_plural: Úlohy |
|
294 | 294 | label_issue_view_all: Všetky úlohy |
|
295 | 295 | label_issues_by: "Úlohy od užívateľa {{value}}" |
|
296 | 296 | label_issue_added: Úloha pridaná |
|
297 | 297 | label_issue_updated: Úloha aktualizovaná |
|
298 | 298 | label_document: Dokument |
|
299 | 299 | label_document_new: Nový dokument |
|
300 | 300 | label_document_plural: Dokumenty |
|
301 | 301 | label_document_added: Dokument pridaný |
|
302 | 302 | label_role: Rola |
|
303 | 303 | label_role_plural: Role |
|
304 | 304 | label_role_new: Nová rola |
|
305 | 305 | label_role_and_permissions: Role a práva |
|
306 | 306 | label_member: Člen |
|
307 | 307 | label_member_new: Nový člen |
|
308 | 308 | label_member_plural: Členovia |
|
309 | 309 | label_tracker: Fronta |
|
310 | 310 | label_tracker_plural: Fronty |
|
311 | 311 | label_tracker_new: Nová fronta |
|
312 | 312 | label_workflow: Workflow |
|
313 | 313 | label_issue_status: Stav úloh |
|
314 | 314 | label_issue_status_plural: Stavy úloh |
|
315 | 315 | label_issue_status_new: Nový stav |
|
316 | 316 | label_issue_category: Kategória úloh |
|
317 | 317 | label_issue_category_plural: Kategórie úloh |
|
318 | 318 | label_issue_category_new: Nová kategória |
|
319 | 319 | label_custom_field: Užívateľské pole |
|
320 | 320 | label_custom_field_plural: Užívateľské polia |
|
321 | 321 | label_custom_field_new: Nové užívateľské pole |
|
322 | 322 | label_enumerations: Zoznamy |
|
323 | 323 | label_enumeration_new: Nová hodnota |
|
324 | 324 | label_information: Informácia |
|
325 | 325 | label_information_plural: Informácie |
|
326 | 326 | label_please_login: Prosím prihláste sa |
|
327 | 327 | label_register: Registrovať |
|
328 | 328 | label_password_lost: Zabudnuté heslo |
|
329 | 329 | label_home: Domovská stránka |
|
330 | 330 | label_my_page: Moja stránka |
|
331 | 331 | label_my_account: Môj účet |
|
332 | 332 | label_my_projects: Moje projekty |
|
333 | 333 | label_administration: Administrácia |
|
334 | 334 | label_login: Prihlásenie |
|
335 | 335 | label_logout: Odhlásenie |
|
336 | 336 | label_help: Nápoveda |
|
337 | 337 | label_reported_issues: Nahlásené úlohy |
|
338 | 338 | label_assigned_to_me_issues: Moje úlohy |
|
339 | 339 | label_last_login: Posledné prihlásenie |
|
340 | 340 | label_registered_on: Registrovaný |
|
341 | 341 | label_activity: Aktivita |
|
342 | 342 | label_overall_activity: Celková aktivita |
|
343 | 343 | label_new: Nový |
|
344 | 344 | label_logged_as: Prihlásený ako |
|
345 | 345 | label_environment: Prostredie |
|
346 | 346 | label_authentication: Autentifikácia |
|
347 | 347 | label_auth_source: Mód autentifikácie |
|
348 | 348 | label_auth_source_new: Nový mód autentifikácie |
|
349 | 349 | label_auth_source_plural: Módy autentifikácie |
|
350 | 350 | label_subproject_plural: Podprojekty |
|
351 | 351 | label_min_max_length: Min - Max dĺžka |
|
352 | 352 | label_list: Zoznam |
|
353 | 353 | label_date: Dátum |
|
354 | 354 | label_integer: Celé číslo |
|
355 | 355 | label_float: Desatinné číslo |
|
356 | 356 | label_boolean: Áno/Nie |
|
357 | 357 | label_string: Text |
|
358 | 358 | label_text: Dlhý text |
|
359 | 359 | label_attribute: Atribut |
|
360 | 360 | label_attribute_plural: Atributy |
|
361 | 361 | label_download: "{{count}} Download" |
|
362 | 362 | label_download_plural: "{{count}} Downloady" |
|
363 | 363 | label_no_data: Žiadné položky |
|
364 | 364 | label_change_status: Zmeniť stav |
|
365 | 365 | label_history: História |
|
366 | 366 | label_attachment: Súbor |
|
367 | 367 | label_attachment_new: Nový súbor |
|
368 | 368 | label_attachment_delete: Odstrániť súbor |
|
369 | 369 | label_attachment_plural: Súbory |
|
370 | 370 | label_file_added: Súbor pridaný |
|
371 | 371 | label_report: Prehľad |
|
372 | 372 | label_report_plural: Prehľady |
|
373 | 373 | label_news: Novinky |
|
374 | 374 | label_news_new: Pridať novinku |
|
375 | 375 | label_news_plural: Novinky |
|
376 | 376 | label_news_latest: Posledné novinky |
|
377 | 377 | label_news_view_all: Zobrazit všetky novinky |
|
378 | 378 | label_news_added: Novinka pridaná |
|
379 | 379 | label_change_log: Protokol zmien |
|
380 | 380 | label_settings: Nastavenie |
|
381 | 381 | label_overview: Prehľad |
|
382 | 382 | label_version: Verzia |
|
383 | 383 | label_version_new: Nová verzia |
|
384 | 384 | label_version_plural: Verzie |
|
385 | 385 | label_confirmation: Potvrdenie |
|
386 | 386 | label_export_to: 'Tiež k dispozícií:' |
|
387 | 387 | label_read: Načíta sa... |
|
388 | 388 | label_public_projects: Verejné projekty |
|
389 | 389 | label_open_issues: Otvorený |
|
390 | 390 | label_open_issues_plural: Otvorené |
|
391 | 391 | label_closed_issues: Uzavrený |
|
392 | 392 | label_closed_issues_plural: Uzavrené |
|
393 | 393 | label_x_open_issues_abbr_on_total: |
|
394 | 394 | zero: 0 otvorených z celkovo {{total}} |
|
395 | 395 | one: 1 otvorený z celkovo {{total}} |
|
396 | 396 | other: "{{count}} otvorené/ých z celkovo {{total}}" |
|
397 | 397 | label_x_open_issues_abbr: |
|
398 | 398 | zero: 0 otvorených |
|
399 | 399 | one: 1 otvorený |
|
400 | 400 | other: "{{count}} otvorené/ých" |
|
401 | 401 | label_x_closed_issues_abbr: |
|
402 | 402 | zero: 0 zavretých |
|
403 | 403 | one: 1 zavretý |
|
404 | 404 | other: "{{count}} zavreté/ých" |
|
405 | 405 | label_total: Celkovo |
|
406 | 406 | label_permissions: Práva |
|
407 | 407 | label_current_status: Aktuálny stav |
|
408 | 408 | label_new_statuses_allowed: Nové povolené stavy |
|
409 | 409 | label_all: všetko |
|
410 | 410 | label_none: nič |
|
411 | 411 | label_nobody: nikto |
|
412 | 412 | label_next: Ďalší |
|
413 | 413 | label_previous: Predchádzajúci |
|
414 | 414 | label_used_by: Použité |
|
415 | 415 | label_details: Detaily |
|
416 | 416 | label_add_note: Pridať poznámku |
|
417 | 417 | label_per_page: Na stránku |
|
418 | 418 | label_calendar: Kalendár |
|
419 | 419 | label_months_from: mesiacov od |
|
420 | 420 | label_gantt: Ganttov graf |
|
421 | 421 | label_internal: Interný |
|
422 | 422 | label_last_changes: "posledných {{count}} zmien" |
|
423 | 423 | label_change_view_all: Zobraziť všetky zmeny |
|
424 | 424 | label_personalize_page: Prispôsobiť túto stránku |
|
425 | 425 | label_comment: Komentár |
|
426 | 426 | label_comment_plural: Komentáre |
|
427 | 427 | label_x_comments: |
|
428 | 428 | zero: žiaden komentár |
|
429 | 429 | one: 1 komentár |
|
430 | other: "{{count}} komentáre" | |
|
430 | other: "{{count}} komentáre/ov" | |
|
431 | 431 | label_comment_add: Pridať komentár |
|
432 | 432 | label_comment_added: Komentár pridaný |
|
433 | 433 | label_comment_delete: Odstrániť komentár |
|
434 | 434 | label_query: Užívateľský dotaz |
|
435 | 435 | label_query_plural: Užívateľské dotazy |
|
436 | 436 | label_query_new: Nový dotaz |
|
437 | 437 | label_filter_add: Pridať filter |
|
438 | 438 | label_filter_plural: Filtre |
|
439 | 439 | label_equals: je |
|
440 | 440 | label_not_equals: nieje |
|
441 | 441 | label_in_less_than: je menší ako |
|
442 | 442 | label_in_more_than: je väčší ako |
|
443 | 443 | label_in: v |
|
444 | 444 | label_today: dnes |
|
445 | 445 | label_all_time: vždy |
|
446 | 446 | label_yesterday: včera |
|
447 | 447 | label_this_week: tento týždeň |
|
448 | 448 | label_last_week: minulý týždeň |
|
449 | 449 | label_last_n_days: "posledných {{count}} dní" |
|
450 | 450 | label_this_month: tento mesiac |
|
451 | 451 | label_last_month: minulý mesiac |
|
452 | 452 | label_this_year: tento rok |
|
453 | 453 | label_date_range: Časový rozsah |
|
454 | 454 | label_less_than_ago: pred menej ako (dňami) |
|
455 | 455 | label_more_than_ago: pred viac ako (dňami) |
|
456 | 456 | label_ago: pred (dňami) |
|
457 | 457 | label_contains: obsahuje |
|
458 | 458 | label_not_contains: neobsahuje |
|
459 | 459 | label_day_plural: dní |
|
460 | 460 | label_repository: Repozitár |
|
461 | 461 | label_repository_plural: Repozitáre |
|
462 | 462 | label_browse: Prechádzať |
|
463 | 463 | label_modification: "{{count}} zmena" |
|
464 | 464 | label_modification_plural: "{{count}} zmien" |
|
465 | 465 | label_revision: Revízia |
|
466 | 466 | label_revision_plural: Revízií |
|
467 | 467 | label_associated_revisions: Súvisiace verzie |
|
468 | 468 | label_added: pridané |
|
469 | 469 | label_modified: zmenené |
|
470 | 470 | label_deleted: odstránené |
|
471 | 471 | label_latest_revision: Posledná revízia |
|
472 | 472 | label_latest_revision_plural: Posledné revízie |
|
473 | 473 | label_view_revisions: Zobraziť revízie |
|
474 | 474 | label_max_size: Maximálna veľkosť |
|
475 | 475 | label_sort_highest: Presunúť na začiatok |
|
476 | 476 | label_sort_higher: Presunúť navrch |
|
477 | 477 | label_sort_lower: Presunúť dole |
|
478 | 478 | label_sort_lowest: Presunúť na koniec |
|
479 | 479 | label_roadmap: Plán |
|
480 | 480 | label_roadmap_due_in: "Zostáva {{value}}" |
|
481 | 481 | label_roadmap_overdue: "{{value}} neskoro" |
|
482 | 482 | label_roadmap_no_issues: Pre túto verziu niesú žiadne úlohy |
|
483 | 483 | label_search: Hľadať |
|
484 | 484 | label_result_plural: Výsledky |
|
485 | 485 | label_all_words: Všetky slova |
|
486 | 486 | label_wiki: Wiki |
|
487 | 487 | label_wiki_edit: Wiki úprava |
|
488 | 488 | label_wiki_edit_plural: Wiki úpravy |
|
489 | 489 | label_wiki_page: Wiki stránka |
|
490 | 490 | label_wiki_page_plural: Wiki stránky |
|
491 | 491 | label_index_by_title: Index podľa názvu |
|
492 | 492 | label_index_by_date: Index podľa dátumu |
|
493 | 493 | label_current_version: Aktuálna verzia |
|
494 | 494 | label_preview: Náhľad |
|
495 | 495 | label_feed_plural: Príspevky |
|
496 | 496 | label_changes_details: Detail všetkých zmien |
|
497 | 497 | label_issue_tracking: Sledovanie úloh |
|
498 | 498 | label_spent_time: Strávený čas |
|
499 | 499 | label_f_hour: "{{value}} hodina" |
|
500 | 500 | label_f_hour_plural: "{{value}} hodín" |
|
501 | 501 | label_time_tracking: Sledovánie času |
|
502 | 502 | label_change_plural: Zmeny |
|
503 | 503 | label_statistics: Štatistiky |
|
504 | 504 | label_commits_per_month: Úkony za mesiac |
|
505 | 505 | label_commits_per_author: Úkony podľa autora |
|
506 | 506 | label_view_diff: Zobrazit rozdiely |
|
507 | 507 | label_diff_inline: vo vnútri |
|
508 | 508 | label_diff_side_by_side: vedľa seba |
|
509 | 509 | label_options: Nastavenie |
|
510 | 510 | label_copy_workflow_from: Kopírovať workflow z |
|
511 | 511 | label_permissions_report: Prehľad práv |
|
512 | 512 | label_watched_issues: Sledované úlohy |
|
513 | 513 | label_related_issues: Súvisiace úlohy |
|
514 | 514 | label_applied_status: Použitý stav |
|
515 | 515 | label_loading: Nahrávam ... |
|
516 | 516 | label_relation_new: Nová súvislosť |
|
517 | 517 | label_relation_delete: Odstrániť súvislosť |
|
518 | 518 | label_relates_to: súvisiací s |
|
519 | 519 | label_duplicates: duplicity |
|
520 | 520 | label_blocks: blokovaný |
|
521 | 521 | label_blocked_by: zablokovaný |
|
522 | 522 | label_precedes: predcháza |
|
523 | 523 | label_follows: následuje |
|
524 | 524 | label_end_to_start: od konca na začiatok |
|
525 | 525 | label_end_to_end: od konca do konca |
|
526 | 526 | label_start_to_start: od začiatku do začiatku |
|
527 | 527 | label_start_to_end: od začiatku do konca |
|
528 | 528 | label_stay_logged_in: Zostať prihlásený |
|
529 | 529 | label_disabled: zakazané |
|
530 | 530 | label_show_completed_versions: Ukázať dokončené verzie |
|
531 | 531 | label_me: ja |
|
532 | 532 | label_board: Fórum |
|
533 | 533 | label_board_new: Nové fórum |
|
534 | 534 | label_board_plural: Fóra |
|
535 | 535 | label_topic_plural: Témy |
|
536 | 536 | label_message_plural: Správy |
|
537 | 537 | label_message_last: Posledná správa |
|
538 | 538 | label_message_new: Nová správa |
|
539 | 539 | label_message_posted: Správa pridaná |
|
540 | 540 | label_reply_plural: Odpovede |
|
541 | 541 | label_send_information: Zaslať informácie o účte užívateľa |
|
542 | 542 | label_year: Rok |
|
543 | 543 | label_month: Mesiac |
|
544 | 544 | label_week: Týžden |
|
545 | 545 | label_date_from: Od |
|
546 | 546 | label_date_to: Do |
|
547 | 547 | label_language_based: Podľa výchozieho jazyka |
|
548 | 548 | label_sort_by: "Zoradenie podľa {{value}}" |
|
549 | 549 | label_send_test_email: Poslať testovací email |
|
550 | 550 | label_feeds_access_key_created_on: "Prístupový klúč pre RSS bol vytvorený pred {{value}}" |
|
551 | 551 | label_module_plural: Moduly |
|
552 | 552 | label_added_time_by: "Pridané užívateľom {{author}} pred {{age}}" |
|
553 | 553 | label_updated_time: "Aktualizované pred {{value}}" |
|
554 | 554 | label_jump_to_a_project: Zvoliť projekt... |
|
555 | 555 | label_file_plural: Súbory |
|
556 | 556 | label_changeset_plural: Sady zmien |
|
557 | 557 | label_default_columns: Východzie stĺpce |
|
558 | 558 | label_no_change_option: (bez zmeny) |
|
559 | 559 | label_bulk_edit_selected_issues: Skupinová úprava vybraných úloh |
|
560 | 560 | label_theme: Téma |
|
561 | 561 | label_default: Východzí |
|
562 | 562 | label_search_titles_only: Vyhľadávať iba v názvoch |
|
563 | 563 | label_user_mail_option_all: "Pre všetky události všetkých mojích projektov" |
|
564 | 564 | label_user_mail_option_selected: "Pre všetky události vybraných projektov" |
|
565 | 565 | label_user_mail_option_none: "Len pre události, ktoré sledujem alebo sa ma týkajú" |
|
566 | 566 | label_user_mail_no_self_notified: "Nezasielať informácie o mnou vytvorených zmenách" |
|
567 | 567 | label_registration_activation_by_email: aktivácia účtu emailom |
|
568 | 568 | label_registration_manual_activation: manuálna aktivácia účtu |
|
569 | 569 | label_registration_automatic_activation: automatická aktivácia účtu |
|
570 | 570 | label_display_per_page: "{{value}} na stránku" |
|
571 | 571 | label_age: Vek |
|
572 | 572 | label_change_properties: Zmeniť vlastnosti |
|
573 | 573 | label_general: Všeobecné |
|
574 | 574 | label_more: Viac |
|
575 | 575 | label_scm: SCM |
|
576 | 576 | label_plugins: Pluginy |
|
577 | 577 | label_ldap_authentication: Autentifikácia LDAP |
|
578 | 578 | label_downloads_abbr: D/L |
|
579 | 579 | label_optional_description: Voliteľný popis |
|
580 | 580 | label_add_another_file: Pridať ďaľší súbor |
|
581 | 581 | label_preferences: Nastavenia |
|
582 | 582 | label_chronological_order: V chronologickom poradí |
|
583 | 583 | label_reverse_chronological_order: V obrátenom chronologickom poradí |
|
584 | 584 | |
|
585 | 585 | button_login: Prihlásiť |
|
586 | 586 | button_submit: Potvrdiť |
|
587 | 587 | button_save: Uložiť |
|
588 | 588 | button_check_all: Označiť všetko |
|
589 | 589 | button_uncheck_all: Odznačiť všetko |
|
590 | 590 | button_delete: Odstrániť |
|
591 | 591 | button_create: Vytvoriť |
|
592 | 592 | button_test: Test |
|
593 | 593 | button_edit: Upraviť |
|
594 | 594 | button_add: Pridať |
|
595 | 595 | button_change: Zmeniť |
|
596 | 596 | button_apply: Použiť |
|
597 | 597 | button_clear: Zmazať |
|
598 | 598 | button_lock: Zamknúť |
|
599 | 599 | button_unlock: Odomknúť |
|
600 | 600 | button_download: Stiahnúť |
|
601 | 601 | button_list: Vypísať |
|
602 | 602 | button_view: Zobraziť |
|
603 | 603 | button_move: Presunúť |
|
604 | 604 | button_back: Naspäť |
|
605 | 605 | button_cancel: Storno |
|
606 | 606 | button_activate: Aktivovať |
|
607 | 607 | button_sort: Zoradenie |
|
608 | 608 | button_log_time: Pridať čas |
|
609 | 609 | button_rollback: Naspäť k tejto verzii |
|
610 | 610 | button_watch: Sledovať |
|
611 | 611 | button_unwatch: Nesledovať |
|
612 | 612 | button_reply: Odpovedať |
|
613 | 613 | button_archive: Archivovať |
|
614 | 614 | button_unarchive: Odarchivovať |
|
615 | 615 | button_reset: Reset |
|
616 | 616 | button_rename: Premenovať |
|
617 | 617 | button_change_password: Zmeniť heslo |
|
618 | 618 | button_copy: Kopírovať |
|
619 | 619 | button_annotate: Komentovať |
|
620 | 620 | button_update: Aktualizovať |
|
621 | 621 | button_configure: Konfigurovať |
|
622 | 622 | |
|
623 | 623 | status_active: aktívny |
|
624 | 624 | status_registered: registrovaný |
|
625 | 625 | status_locked: uzamknutý |
|
626 | 626 | |
|
627 | 627 | text_select_mail_notifications: Vyberte akciu, pri ktorej bude zaslané upozornenie emailom |
|
628 | 628 | text_regexp_info: napr. ^[A-Z0-9]+$ |
|
629 | 629 | text_min_max_length_info: 0 znamená bez limitu |
|
630 | 630 | text_project_destroy_confirmation: Ste si istý, že chcete odstránit tento projekt a všetky súvisiace dáta ? |
|
631 | 631 | text_workflow_edit: Vyberte rolu a frontu k úprave workflow |
|
632 | 632 | text_are_you_sure: Ste si istý? |
|
633 | 633 | text_journal_changed: "zmenené z {{old}} na {{new}}" |
|
634 | 634 | text_journal_set_to: "nastavené na {{value}}" |
|
635 | 635 | text_journal_deleted: odstránené |
|
636 | 636 | text_tip_task_begin_day: úloha začína v tento deň |
|
637 | 637 | text_tip_task_end_day: úloha končí v tento deň |
|
638 | 638 | text_tip_task_begin_end_day: úloha začína a končí v tento deň |
|
639 | 639 | text_project_identifier_info: 'Povolené znaky sú malé písmena (a-z), čísla a pomlčka.<br />Po uložení už nieje možné identifikátor zmeniť.' |
|
640 | 640 | text_caracters_maximum: "{{count}} znakov maximálne." |
|
641 | 641 | text_caracters_minimum: "Musí byť aspoň {{count}} znaky/ov dlhé." |
|
642 | 642 | text_length_between: "Dĺžka medzi {{min}} až {{max}} znakmi." |
|
643 | 643 | text_tracker_no_workflow: Pre tuto frontu nieje definovaný žiadný workflow |
|
644 | 644 | text_unallowed_characters: Nepovolené znaky |
|
645 | 645 | text_comma_separated: Je povolené viacero hodnôt (oddelené navzájom čiarkou). |
|
646 | 646 | text_issues_ref_in_commit_messages: Odkazovať a upravovať úlohy v správach s následovnym obsahom |
|
647 | 647 | text_issue_added: "úloha {{id}} bola vytvorená užívateľom {{author}}." |
|
648 | 648 | text_issue_updated: "Úloha {{id}} byla aktualizovaná užívateľom {{author}}." |
|
649 | 649 | text_wiki_destroy_confirmation: Naozaj si prajete odstrániť túto Wiki a celý jej obsah? |
|
650 | 650 | text_issue_category_destroy_question: "Niektoré úlohy ({{count}}) sú priradené k tejto kategórii. Čo chtete s nimi spraviť?" |
|
651 | 651 | text_issue_category_destroy_assignments: Zrušiť priradenie ku kategórii |
|
652 | 652 | text_issue_category_reassign_to: Priradiť úlohy do tejto kategórie |
|
653 | 653 | text_user_mail_option: "U projektov, které neboli vybrané, budete dostávať oznamenie iba o vašich či o sledovaných položkách (napr. o položkách, ktorých ste autor, alebo ku ktorým ste priradený/á)." |
|
654 | 654 | text_no_configuration_data: "Role, fronty, stavy úloh ani workflow neboli zatiaľ nakonfigurované.\nVelmi doporučujeme nahrať východziu konfiguráciu. Potom si môžete všetko upraviť" |
|
655 | 655 | text_load_default_configuration: Nahrať východziu konfiguráciu |
|
656 | 656 | text_status_changed_by_changeset: "Aktualizované v sade zmien {{value}}." |
|
657 | 657 | text_issues_destroy_confirmation: 'Naozaj si prajete odstrániť všetky zvolené úlohy?' |
|
658 | 658 | text_select_project_modules: 'Aktivne moduly v tomto projekte:' |
|
659 | 659 | text_default_administrator_account_changed: Zmenené výchozie nastavenie administrátorského účtu |
|
660 | 660 | text_file_repository_writable: Povolený zápis do repozitára |
|
661 | 661 | text_rmagick_available: RMagick k dispozícií (voliteľné) |
|
662 | 662 | text_destroy_time_entries_question: U úloh, které chcete odstraniť, je evidované %.02f práce. Čo chcete vykonať? |
|
663 | 663 | text_destroy_time_entries: Odstrániť evidované hodiny. |
|
664 | 664 | text_assign_time_entries_to_project: Priradiť evidované hodiny projektu |
|
665 | 665 | text_reassign_time_entries: 'Preradiť evidované hodiny k tejto úlohe:' |
|
666 | 666 | |
|
667 | 667 | default_role_manager: Manažér |
|
668 | 668 | default_role_developper: Vývojár |
|
669 | 669 | default_role_reporter: Reportér |
|
670 | 670 | default_tracker_bug: Chyba |
|
671 | 671 | default_tracker_feature: Rozšírenie |
|
672 | 672 | default_tracker_support: Podpora |
|
673 | 673 | default_issue_status_new: Nový |
|
674 | 674 | default_issue_status_assigned: Priradený |
|
675 | 675 | default_issue_status_resolved: Vyriešený |
|
676 | 676 | default_issue_status_feedback: Čaká sa |
|
677 | 677 | default_issue_status_closed: Uzavrený |
|
678 | 678 | default_issue_status_rejected: Odmietnutý |
|
679 | 679 | default_doc_category_user: Užívateľská dokumentácia |
|
680 | 680 | default_doc_category_tech: Technická dokumentácia |
|
681 | 681 | default_priority_low: Nízká |
|
682 | 682 | default_priority_normal: Normálna |
|
683 | 683 | default_priority_high: Vysoká |
|
684 | 684 | default_priority_urgent: Urgentná |
|
685 | 685 | default_priority_immediate: Okamžitá |
|
686 | 686 | default_activity_design: Design |
|
687 | 687 | default_activity_development: Vývoj |
|
688 | 688 | |
|
689 | 689 | enumeration_issue_priorities: Priority úloh |
|
690 | 690 | enumeration_doc_categories: Kategorie dokumentov |
|
691 | 691 | enumeration_activities: Aktivity (sledovanie času) |
|
692 | 692 | error_scm_annotate: "Položka neexistuje alebo nemôže byť komentovaná." |
|
693 | 693 | label_planning: Plánovanie |
|
694 | 694 | text_subprojects_destroy_warning: "Jeho podprojekt(y): {{value}} budú takisto vymazané." |
|
695 | 695 | label_and_its_subprojects: "{{value}} a jeho podprojekty" |
|
696 | 696 | mail_body_reminder: "{{count}} úloha(y), ktorá(é) je(sú) vám priradený(é), ma(jú) byť hotova(é) za {{days}} dní:" |
|
697 | 697 | mail_subject_reminder: "{{count}} úloha(y) ma(jú) byť hotova(é) za pár dní" |
|
698 | 698 | text_user_wrote: "{{value}} napísal:" |
|
699 | 699 | label_duplicated_by: duplikovaný |
|
700 | 700 | setting_enabled_scm: Zapnúť SCM |
|
701 | 701 | text_enumeration_category_reassign_to: 'Prenastaviť na túto hodnotu:' |
|
702 | 702 | text_enumeration_destroy_question: "{{count}} objekty sú nastavené na túto hodnotu." |
|
703 | 703 | label_incoming_emails: Príchádzajúce emaily |
|
704 | 704 | label_generate_key: Vygenerovať kľúč |
|
705 | 705 | setting_mail_handler_api_enabled: Zapnúť Webovú Službu (WS) pre príchodzie emaily |
|
706 | 706 | setting_mail_handler_api_key: API kľúč |
|
707 | 707 | text_email_delivery_not_configured: "Doručenie emailov nieje nastavené, notifikácie sú vypnuté.\nNastavte váš SMTP server v config/email.yml a reštartnite aplikáciu pre aktiváciu funkcie." |
|
708 | 708 | field_parent_title: Nadradená stránka |
|
709 | 709 | label_issue_watchers: Pozorovatelia |
|
710 | 710 | setting_commit_logs_encoding: Kódovanie prenášaných správ |
|
711 | 711 | button_quote: Citácia |
|
712 | 712 | setting_sequential_project_identifiers: Generovať sekvenčné identifikátory projektov |
|
713 | 713 | notice_unable_delete_version: Verzia nemôže byť zmazaná |
|
714 | 714 | label_renamed: premenované |
|
715 | 715 | label_copied: kopírované |
|
716 | 716 | setting_plain_text_mail: Len jednoduchý text (bez HTML) |
|
717 | 717 | permission_view_files: Zobrazenie súborov |
|
718 | 718 | permission_edit_issues: Úprava úloh |
|
719 | 719 | permission_edit_own_time_entries: Úprava vlastných zaznamov o strávenom čase |
|
720 | 720 | permission_manage_public_queries: Správa verejných otáziek |
|
721 | 721 | permission_add_issues: Pridanie úlohy |
|
722 | 722 | permission_log_time: Zaznamenávanie stráveného času |
|
723 | 723 | permission_view_changesets: Zobrazenie sád zmien |
|
724 | 724 | permission_view_time_entries: Zobrazenie stráveného času |
|
725 | 725 | permission_manage_versions: Správa verzií |
|
726 | 726 | permission_manage_wiki: Správa Wiki |
|
727 | 727 | permission_manage_categories: Správa kategórií úloh |
|
728 | 728 | permission_protect_wiki_pages: Ochrana Wiki strániek |
|
729 | 729 | permission_comment_news: Komentovanie noviniek |
|
730 | 730 | permission_delete_messages: Mazanie správ |
|
731 | 731 | permission_select_project_modules: Voľba projektových modulov |
|
732 | 732 | permission_manage_documents: Správa dokumentov |
|
733 | 733 | permission_edit_wiki_pages: Úprava Wiki strániek |
|
734 | 734 | permission_add_issue_watchers: Pridanie pozorovateľov |
|
735 | 735 | permission_view_gantt: Zobrazenie Ganttovho diagramu |
|
736 | 736 | permission_move_issues: Presun úloh |
|
737 | 737 | permission_manage_issue_relations: Správa vzťahov medzi úlohami |
|
738 | 738 | permission_delete_wiki_pages: Mazanie Wiki strániek |
|
739 | 739 | permission_manage_boards: Správa diskusií |
|
740 | 740 | permission_delete_wiki_pages_attachments: Mazanie Wiki príloh |
|
741 | 741 | permission_view_wiki_edits: Zobrazenie Wiki úprav |
|
742 | 742 | permission_add_messages: Pridanie správ |
|
743 | 743 | permission_view_messages: Zobrazenie správ |
|
744 | 744 | permission_manage_files: Správa súborov |
|
745 | 745 | permission_edit_issue_notes: Úprava poznámok úlohy |
|
746 | 746 | permission_manage_news: Správa noviniek |
|
747 | 747 | permission_view_calendar: Zobrazenie kalendára |
|
748 | 748 | permission_manage_members: Správa členov |
|
749 | 749 | permission_edit_messages: Úprava správ |
|
750 | 750 | permission_delete_issues: Mazanie správ |
|
751 | 751 | permission_view_issue_watchers: Zobrazenie zoznamu pozorovateľov |
|
752 | 752 | permission_manage_repository: Správa repozitára |
|
753 | 753 | permission_commit_access: Povoliť prístup |
|
754 | 754 | permission_browse_repository: Prechádzanie repozitára |
|
755 | 755 | permission_view_documents: Zobrazenie dokumentov |
|
756 | 756 | permission_edit_project: Úprava projektu |
|
757 | 757 | permission_add_issue_notes: Pridanie poznámky úlohy |
|
758 | 758 | permission_save_queries: Uloženie otáziek |
|
759 | 759 | permission_view_wiki_pages: Zobrazenie Wiki strániek |
|
760 | 760 | permission_rename_wiki_pages: Premenovanie Wiki strániek |
|
761 | 761 | permission_edit_time_entries: Úprava záznamov o strávenom čase |
|
762 | 762 | permission_edit_own_issue_notes: Úprava vlastných poznámok úlohy |
|
763 | 763 | setting_gravatar_enabled: Použitie užívateľských Gravatar ikon |
|
764 | 764 | permission_edit_own_messages: Úprava vlastných správ |
|
765 | 765 | permission_delete_own_messages: Mazanie vlastných správ |
|
766 | 766 | text_repository_usernames_mapping: "Vyberte alebo upravte mapovanie medzi užívateľmi systému Redmine a užívateľskými menami nájdenými v logu repozitára.\nUžívatelia s rovnakým prihlasovacím menom alebo emailom v systéme Redmine a repozitára sú mapovaní automaticky." |
|
767 | 767 | label_example: Príklad |
|
768 | 768 | label_user_activity: "Aktivita užívateľa {{value}}" |
|
769 | 769 | label_updated_time_by: "Aktualizované užívateľom {{author}} pred {{age}}" |
|
770 | 770 | text_diff_truncated: '... Tento rozdielový výpis bol skratený, pretože prekračuje maximálnu veľkosť, ktorá môže byť zobrazená.' |
|
771 | 771 | setting_diff_max_lines_displayed: Maximálne množstvo zobrazených riadkov rozdielového výpisu |
|
772 | 772 | text_plugin_assets_writable: Adresár pre pluginy s možnosťou zápisu |
|
773 | 773 | warning_attachments_not_saved: "{{count}} súbor(y) nemohol(li) byť uložené." |
|
774 | 774 | field_editable: Editovateľné |
|
775 | 775 | label_display: Zobrazenie |
|
776 | 776 | button_create_and_continue: Vytvoriť a pokračovať |
|
777 | 777 | text_custom_field_possible_values_info: 'Jeden riadok pre každú hodnotu' |
|
778 | 778 | setting_repository_log_display_limit: Maximálne množstvo revizií zobrazené v logu |
|
779 | 779 | setting_file_max_size_displayed: Maximálna veľkosť textových súborov zobrazených priamo na stránke |
|
780 | 780 | field_watcher: Pozorovateľ |
|
781 | 781 | setting_openid: Povoliť OpenID prihlasovanie a registráciu |
|
782 | 782 | field_identity_url: OpenID URL |
|
783 | 783 | label_login_with_open_id_option: alebo sa prihlásiť pomocou OpenID |
|
784 | 784 | field_content: Obsah |
|
785 | 785 | label_descending: Zostupné |
|
786 | 786 | label_sort: Zoradenie |
|
787 | 787 | label_ascending: Rastúce |
|
788 | 788 | label_date_from_to: Od {{start}} do {{end}} |
|
789 | 789 | label_greater_or_equal: ">=" |
|
790 | 790 | label_less_or_equal: <= |
|
791 | 791 | text_wiki_page_destroy_question: Táto stránka má {{descendants}} podstránku/y a potomka/ov. Čo chcete vykonať? |
|
792 | 792 | text_wiki_page_reassign_children: Preradiť podstránky k tejto hlavnej stránke |
|
793 | 793 | text_wiki_page_nullify_children: Zachovať podstránky ako hlavné stránky |
|
794 | 794 | text_wiki_page_destroy_children: Vymazať podstránky a všetkých ich potomkov |
|
795 | 795 | setting_password_min_length: Minimálna dĺžka hesla |
|
796 |
field_group_by: |
|
|
797 |
mail_subject_wiki_content_updated: "'{{page}}' |
|
|
798 |
label_wiki_content_added: Wiki |
|
|
799 |
mail_subject_wiki_content_added: "'{{page}}' |
|
|
800 |
mail_body_wiki_content_added: The '{{page}}' |
|
|
801 |
permission_add_project: |
|
|
802 |
label_wiki_content_updated: Wiki |
|
|
803 |
mail_body_wiki_content_updated: |
|
|
804 |
setting_repositories_encodings: |
|
|
805 |
setting_new_project_user_role_id: Rol |
|
|
796 | field_group_by: Skupinové výsledky podľa | |
|
797 | mail_subject_wiki_content_updated: "'{{page}}' Wiki stránka bola aktualizovaná" | |
|
798 | label_wiki_content_added: Wiki stránka pridaná | |
|
799 | mail_subject_wiki_content_added: "'{{page}}' Wiki stránka bola pridaná" | |
|
800 | mail_body_wiki_content_added: The '{{page}}' Wiki stránka bola pridaná užívateľom {{author}}. | |
|
801 | permission_add_project: Vytvorenie projektu | |
|
802 | label_wiki_content_updated: Wiki stránka aktualizovaná | |
|
803 | mail_body_wiki_content_updated: Wiki stránka '{{page}}' bola aktualizovaná užívateľom {{author}}. | |
|
804 | setting_repositories_encodings: Kódovanie repozitára | |
|
805 | setting_new_project_user_role_id: Rola dána non-admin užívateľovi, ktorý vytvorí projekt No newline at end of file |
@@ -1,860 +1,860 | |||
|
1 | 1 | # Swedish translation, by Johan Lundström (johanlunds@gmail.com), with parts taken |
|
2 | 2 | # from http://github.com/daniel/swe_rails |
|
3 | 3 | |
|
4 | 4 | sv: |
|
5 | 5 | number: |
|
6 | 6 | # Used in number_with_delimiter() |
|
7 | 7 | # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' |
|
8 | 8 | format: |
|
9 | 9 | # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) |
|
10 | 10 | separator: "," |
|
11 | 11 | # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) |
|
12 | 12 | delimiter: "." |
|
13 | 13 | # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00) |
|
14 | 14 | precision: 2 |
|
15 | 15 | |
|
16 | 16 | # Used in number_to_currency() |
|
17 | 17 | currency: |
|
18 | 18 | format: |
|
19 | 19 | # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) |
|
20 | 20 | format: "%n %u" |
|
21 | 21 | unit: "kr" |
|
22 | 22 | # These three are to override number.format and are optional |
|
23 | 23 | # separator: "." |
|
24 | 24 | # delimiter: "," |
|
25 | 25 | # precision: 2 |
|
26 | 26 | |
|
27 | 27 | # Used in number_to_percentage() |
|
28 | 28 | percentage: |
|
29 | 29 | format: |
|
30 | 30 | # These three are to override number.format and are optional |
|
31 | 31 | # separator: |
|
32 | 32 | delimiter: "" |
|
33 | 33 | # precision: |
|
34 | 34 | |
|
35 | 35 | # Used in number_to_precision() |
|
36 | 36 | precision: |
|
37 | 37 | format: |
|
38 | 38 | # These three are to override number.format and are optional |
|
39 | 39 | # separator: |
|
40 | 40 | delimiter: "" |
|
41 | 41 | # precision: |
|
42 | 42 | |
|
43 | 43 | # Used in number_to_human_size() |
|
44 | 44 | human: |
|
45 | 45 | format: |
|
46 | 46 | # These three are to override number.format and are optional |
|
47 | 47 | # separator: |
|
48 | 48 | delimiter: "" |
|
49 | 49 | # precision: 1 |
|
50 | 50 | storage_units: [Byte, KB, MB, GB, TB] |
|
51 | 51 | |
|
52 | 52 | # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() |
|
53 | 53 | datetime: |
|
54 | 54 | distance_in_words: |
|
55 | 55 | half_a_minute: "en halv minut" |
|
56 | 56 | less_than_x_seconds: |
|
57 | 57 | one: "mindre än en sekund" |
|
58 | 58 | other: "mindre än {{count}} sekunder" |
|
59 | 59 | x_seconds: |
|
60 | 60 | one: "en sekund" |
|
61 | 61 | other: "{{count}} sekunder" |
|
62 | 62 | less_than_x_minutes: |
|
63 | 63 | one: "mindre än en minut" |
|
64 | 64 | other: "mindre än {{count}} minuter" |
|
65 | 65 | x_minutes: |
|
66 | 66 | one: "en minut" |
|
67 | 67 | other: "{{count}} minuter" |
|
68 | 68 | about_x_hours: |
|
69 | 69 | one: "ungefär en timme" |
|
70 | 70 | other: "ungefär {{count}} timmar" |
|
71 | 71 | x_days: |
|
72 | 72 | one: "en dag" |
|
73 | 73 | other: "{{count}} dagar" |
|
74 | 74 | about_x_months: |
|
75 | 75 | one: "ungefär en månad" |
|
76 | 76 | other: "ungefär {{count}} månader" |
|
77 | 77 | x_months: |
|
78 | 78 | one: "en månad" |
|
79 | 79 | other: "{{count}} månader" |
|
80 | 80 | about_x_years: |
|
81 | 81 | one: "ungefär ett år" |
|
82 | 82 | other: "ungefär {{count}} år" |
|
83 | 83 | over_x_years: |
|
84 | 84 | one: "mer än ett år" |
|
85 | 85 | other: "mer än {{count}} år" |
|
86 | 86 | |
|
87 | 87 | activerecord: |
|
88 | 88 | errors: |
|
89 | 89 | template: |
|
90 | 90 | header: |
|
91 | 91 | one: "Ett fel förhindrade denna {{model}} från att sparas" |
|
92 | 92 | other: "{{count}} fel förhindrade denna {{model}} från att sparas" |
|
93 | 93 | # The variable :count is also available |
|
94 | 94 | body: "Det var problem med följande fält:" |
|
95 | 95 | # The values :model, :attribute and :value are always available for interpolation |
|
96 | 96 | # The value :count is available when applicable. Can be used for pluralization. |
|
97 | 97 | messages: |
|
98 | 98 | inclusion: "finns inte i listan" |
|
99 | 99 | exclusion: "är reserverat" |
|
100 | 100 | invalid: "är ogiltigt" |
|
101 | 101 | confirmation: "stämmer inte överens" |
|
102 | 102 | accepted : "måste vara accepterad" |
|
103 | 103 | empty: "får ej vara tom" |
|
104 | 104 | blank: "måste anges" |
|
105 | 105 | too_long: "är för lång (maximum är {{count}} tecken)" |
|
106 | 106 | too_short: "är för kort (minimum är {{count}} tecken)" |
|
107 | 107 | wrong_length: "har fel längd (ska vara {{count}} tecken)" |
|
108 | 108 | taken: "har redan tagits" |
|
109 | 109 | not_a_number: "är inte ett nummer" |
|
110 | 110 | greater_than: "måste vara större än {{count}}" |
|
111 | 111 | greater_than_or_equal_to: "måste vara större än eller lika med {{count}}" |
|
112 | 112 | equal_to: "måste vara samma som" |
|
113 | 113 | less_than: "måste vara mindre än {{count}}" |
|
114 | 114 | less_than_or_equal_to: "måste vara mindre än eller lika med {{count}}" |
|
115 | 115 | odd: "måste vara udda" |
|
116 | 116 | even: "måste vara jämnt" |
|
117 | 117 | greater_than_start_date: "måste vara senare än startdatumet" |
|
118 | 118 | not_same_project: "tillhör inte samma projekt" |
|
119 | 119 | circular_dependency: "Denna relation skulle skapa ett cirkulärt beroende" |
|
120 | 120 | |
|
121 | 121 | date: |
|
122 | 122 | formats: |
|
123 | 123 | # Use the strftime parameters for formats. |
|
124 | 124 | # When no format has been given, it uses default. |
|
125 | 125 | # You can provide other formats here if you like! |
|
126 | 126 | default: "%Y-%m-%d" |
|
127 | 127 | short: "%e %b" |
|
128 | 128 | long: "%e %B, %Y" |
|
129 | 129 | |
|
130 | 130 | day_names: [söndag, måndag, tisdag, onsdag, torsdag, fredag, lördag] |
|
131 | 131 | abbr_day_names: [sön, mån, tis, ons, tor, fre, lör] |
|
132 | 132 | |
|
133 | 133 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
134 | 134 | month_names: [~, januari, februari, mars, april, maj, juni, juli, augusti, september, oktober, november, december] |
|
135 | 135 | abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] |
|
136 | 136 | # Used in date_select and datime_select. |
|
137 | 137 | order: [ :day, :month, :year ] |
|
138 | 138 | |
|
139 | 139 | time: |
|
140 | 140 | formats: |
|
141 | 141 | default: "%Y-%m-%d %H:%M" |
|
142 | 142 | time: "%H:%M" |
|
143 | 143 | short: "%d %b %H:%M" |
|
144 | 144 | long: "%d %B, %Y %H:%M" |
|
145 | 145 | am: "" |
|
146 | 146 | pm: "" |
|
147 | 147 | |
|
148 | 148 | # Used in array.to_sentence. |
|
149 | 149 | support: |
|
150 | 150 | array: |
|
151 | 151 | sentence_connector: "och" |
|
152 | 152 | skip_last_comma: true |
|
153 | 153 | |
|
154 | 154 | actionview_instancetag_blank_option: Var god välj |
|
155 | 155 | |
|
156 | 156 | general_text_No: 'Nej' |
|
157 | 157 | general_text_Yes: 'Ja' |
|
158 | 158 | general_text_no: 'nej' |
|
159 | 159 | general_text_yes: 'ja' |
|
160 | 160 | general_lang_name: 'Svenska' |
|
161 | 161 | general_csv_separator: ',' |
|
162 | 162 | general_csv_decimal_separator: '.' |
|
163 | 163 | general_csv_encoding: ISO-8859-1 |
|
164 | 164 | general_pdf_encoding: ISO-8859-1 |
|
165 | 165 | general_first_day_of_week: '1' |
|
166 | 166 | |
|
167 | 167 | notice_account_updated: Kontot har uppdaterats |
|
168 | 168 | notice_account_invalid_creditentials: Fel användarnamn eller lösenord |
|
169 | 169 | notice_account_password_updated: Lösenordet har uppdaterats |
|
170 | 170 | notice_account_wrong_password: Fel lösenord |
|
171 | 171 | notice_account_register_done: Kontot har skapats. För att aktivera kontot, klicka på länken i mailet som skickades till dig. |
|
172 | 172 | notice_account_unknown_email: Okänd användare. |
|
173 | 173 | notice_can_t_change_password: Detta konto använder en extern autentiseringskälla. Det går inte att byta lösenord. |
|
174 | 174 | notice_account_lost_email_sent: Ett mail med instruktioner om hur man väljer ett nytt lösenord har skickats till dig. |
|
175 | 175 | notice_account_activated: Ditt konto har blivit aktiverat. Du kan nu logga in. |
|
176 | 176 | notice_successful_create: Skapades korrekt. |
|
177 | 177 | notice_successful_update: Uppdatering lyckades. |
|
178 | 178 | notice_successful_delete: Borttagning lyckades. |
|
179 | 179 | notice_successful_connection: Uppkoppling lyckades. |
|
180 | 180 | notice_file_not_found: Sidan du försökte komma åt existerar inte eller är borttagen. |
|
181 | 181 | notice_locking_conflict: Data har uppdaterats av en annan användare. |
|
182 | 182 | notice_not_authorized: Du saknar behörighet att komma åt den här sidan. |
|
183 | 183 | notice_email_sent: "Ett mail skickades till {{value}}" |
|
184 | 184 | notice_email_error: "Ett fel inträffade när mail skickades ({{value}})" |
|
185 | 185 | notice_feeds_access_key_reseted: Din RSS-nyckel återställdes. |
|
186 | 186 | notice_failed_to_save_issues: "Misslyckades att spara {{count}} ärende(n) på {{total}} valt: {{ids}}." |
|
187 | 187 | notice_no_issue_selected: "Inget ärende är markerat! Var vänlig, markera de ärenden du vill ändra." |
|
188 | 188 | notice_account_pending: "Ditt konto skapades och avvaktar nu administratörens godkännande." |
|
189 | 189 | notice_default_data_loaded: Standardkonfiguration inläst. |
|
190 | 190 | notice_unable_delete_version: Denna version var inte möjlig att ta bort. |
|
191 | 191 | |
|
192 | 192 | error_can_t_load_default_data: "Standardkonfiguration gick inte att läsa in: {{value}}" |
|
193 | 193 | error_scm_not_found: "Inlägg och/eller revision finns inte i detta versionsarkiv." |
|
194 | 194 | error_scm_command_failed: "Ett fel inträffade vid försök att nå versionsarkivet: {{value}}" |
|
195 | 195 | error_scm_annotate: "Inlägget existerar inte eller kan inte kommenteras." |
|
196 | 196 | error_issue_not_found_in_project: 'Ärendet hittades inte eller så tillhör det inte detta projekt' |
|
197 | 197 | |
|
198 | 198 | warning_attachments_not_saved: "{{count}} fil(er) kunde inte sparas." |
|
199 | 199 | |
|
200 | 200 | mail_subject_lost_password: "Ditt {{value}} lösenord" |
|
201 | 201 | mail_body_lost_password: 'För att ändra ditt lösenord, klicka på följande länk:' |
|
202 | 202 | mail_subject_register: "Din {{value}} kontoaktivering" |
|
203 | 203 | mail_body_register: 'För att aktivera ditt konto, klicka på följande länk:' |
|
204 | 204 | mail_body_account_information_external: "Du kan använda ditt {{value}}-konto för att logga in." |
|
205 | 205 | mail_body_account_information: Din kontoinformation |
|
206 | 206 | mail_subject_account_activation_request: "{{value}} begäran om kontoaktivering" |
|
207 | 207 | mail_body_account_activation_request: "En ny användare ({{value}}) har registrerat sig och avvaktar ditt godkännande:" |
|
208 | 208 | mail_subject_reminder: "{{count}} ärende(n) har deadline under de kommande dagarna" |
|
209 | 209 | mail_body_reminder: "{{count}} ärende(n) som är tilldelat dig har deadline under de {{days}} dagarna:" |
|
210 | mail_subject_wiki_content_added: "'{{page}}' wikisida has lagts till" | |
|
211 | mail_body_wiki_content_added: The '{{page}}' wikisida has lagts till av {{author}}. | |
|
212 | mail_subject_wiki_content_updated: "'{{page}}' wikisida har uppdaterats" | |
|
213 | mail_body_wiki_content_updated: The '{{page}}' wikisida har uppdaterats av {{author}}. | |
|
210 | 214 | |
|
211 | 215 | gui_validation_error: 1 fel |
|
212 | 216 | gui_validation_error_plural: "{{count}} fel" |
|
213 | 217 | |
|
214 | 218 | field_name: Namn |
|
215 | 219 | field_description: Beskrivning |
|
216 | 220 | field_summary: Sammanfattning |
|
217 | 221 | field_is_required: Obligatorisk |
|
218 | 222 | field_firstname: Förnamn |
|
219 | 223 | field_lastname: Efternamn |
|
220 | 224 | field_mail: Mail |
|
221 | 225 | field_filename: Fil |
|
222 | 226 | field_filesize: Storlek |
|
223 | 227 | field_downloads: Nerladdningar |
|
224 | 228 | field_author: Författare |
|
225 | 229 | field_created_on: Skapad |
|
226 | 230 | field_updated_on: Uppdaterad |
|
227 | 231 | field_field_format: Format |
|
228 | 232 | field_is_for_all: För alla projekt |
|
229 | 233 | field_possible_values: Möjliga värden |
|
230 | 234 | field_regexp: Reguljärt uttryck |
|
231 | 235 | field_min_length: Minimilängd |
|
232 | 236 | field_max_length: Maxlängd |
|
233 | 237 | field_value: Värde |
|
234 | 238 | field_category: Kategori |
|
235 | 239 | field_title: Titel |
|
236 | 240 | field_project: Projekt |
|
237 | 241 | field_issue: Ärende |
|
238 | 242 | field_status: Status |
|
239 | 243 | field_notes: Anteckningar |
|
240 | 244 | field_is_closed: Ärendet är stängt |
|
241 | 245 | field_is_default: Standardvärde |
|
242 | 246 | field_tracker: Ärendetyp |
|
243 | 247 | field_subject: Ämne |
|
244 | 248 | field_due_date: Deadline |
|
245 | 249 | field_assigned_to: Tilldelad till |
|
246 | 250 | field_priority: Prioritet |
|
247 | 251 | field_fixed_version: Versionsmål |
|
248 | 252 | field_user: Användare |
|
249 | 253 | field_role: Roll |
|
250 | 254 | field_homepage: Hemsida |
|
251 | 255 | field_is_public: Publik |
|
252 | 256 | field_parent: Underprojekt till |
|
253 | 257 | field_is_in_chlog: Visa ärenden i ändringslogg |
|
254 | 258 | field_is_in_roadmap: Visa ärenden i roadmap |
|
255 | 259 | field_login: Användarnamn |
|
256 | 260 | field_mail_notification: Mailnotifieringar |
|
257 | 261 | field_admin: Administratör |
|
258 | 262 | field_last_login_on: Senaste inloggning |
|
259 | 263 | field_language: Språk |
|
260 | 264 | field_effective_date: Datum |
|
261 | 265 | field_password: Lösenord |
|
262 | 266 | field_new_password: Nytt lösenord |
|
263 | 267 | field_password_confirmation: Bekräfta lösenord |
|
264 | 268 | field_version: Version |
|
265 | 269 | field_type: Typ |
|
266 | 270 | field_host: Värddator |
|
267 | 271 | field_port: Port |
|
268 | 272 | field_account: Konto |
|
269 | 273 | field_base_dn: Bas-DN |
|
270 | 274 | field_attr_login: Inloggningsattribut |
|
271 | 275 | field_attr_firstname: Förnamnsattribut |
|
272 | 276 | field_attr_lastname: Efternamnsattribut |
|
273 | 277 | field_attr_mail: Mailattribut |
|
274 | 278 | field_onthefly: Skapa användare on-the-fly |
|
275 | 279 | field_start_date: Start |
|
276 | 280 | field_done_ratio: % Klart |
|
277 | 281 | field_auth_source: Autentiseringsläge |
|
278 | 282 | field_hide_mail: Dölj min mailadress |
|
279 | 283 | field_comments: Kommentar |
|
280 | 284 | field_url: URL |
|
281 | 285 | field_start_page: Startsida |
|
282 | 286 | field_subproject: Underprojekt |
|
283 | 287 | field_hours: Timmar |
|
284 | 288 | field_activity: Aktivitet |
|
285 | 289 | field_spent_on: Datum |
|
286 | 290 | field_identifier: Identifierare |
|
287 | 291 | field_is_filter: Använd som filter |
|
288 | 292 | field_issue_to_id: Relaterade ärenden |
|
289 | 293 | field_delay: Fördröjning |
|
290 | 294 | field_assignable: Ärenden kan tilldelas denna roll |
|
291 | 295 | field_redirect_existing_links: Omdirigera existerande länkar |
|
292 | 296 | field_estimated_hours: Estimerad tid |
|
293 | 297 | field_column_names: Kolumner |
|
294 | 298 | field_time_zone: Tidszon |
|
295 | 299 | field_searchable: Sökbar |
|
296 | 300 | field_default_value: Standardvärde |
|
297 | 301 | field_comments_sorting: Visa kommentarer |
|
298 | 302 | field_parent_title: Föräldersida |
|
299 | 303 | field_editable: Redigerbar |
|
300 | 304 | field_watcher: Bevakare |
|
301 | 305 | field_identity_url: OpenID URL |
|
302 | 306 | field_content: Innehåll |
|
307 | field_group_by: Gruppera resultat efter | |
|
303 | 308 | |
|
304 | 309 | setting_app_title: Applikationsrubrik |
|
305 | 310 | setting_app_subtitle: Applikationsunderrubrik |
|
306 | 311 | setting_welcome_text: Välkomsttext |
|
307 | 312 | setting_default_language: Standardspråk |
|
308 | 313 | setting_login_required: Kräver inloggning |
|
309 | 314 | setting_self_registration: Självregistrering |
|
310 | 315 | setting_attachment_max_size: Maxstorlek på bilaga |
|
311 | 316 | setting_issues_export_limit: Exportgräns för ärenden |
|
312 | 317 | setting_mail_from: Avsändare |
|
313 | 318 | setting_bcc_recipients: Hemlig kopia (bcc) till mottagare |
|
314 | 319 | setting_plain_text_mail: Oformaterad text i mail (ingen HTML) |
|
315 | 320 | setting_host_name: Värddatornamn |
|
316 | 321 | setting_text_formatting: Textformatering |
|
317 | 322 | setting_wiki_compression: Komprimering av wikihistorik |
|
318 | 323 | setting_feeds_limit: Innehållsgräns för Feed |
|
319 | 324 | setting_default_projects_public: Nya projekt är publika som standard |
|
320 | 325 | setting_autofetch_changesets: Automatisk hämtning av commits |
|
321 | 326 | setting_sys_api_enabled: Aktivera WS för versionsarkivhantering |
|
322 | 327 | setting_commit_ref_keywords: Referens-nyckelord |
|
323 | 328 | setting_commit_fix_keywords: Fix-nyckelord |
|
324 | 329 | setting_autologin: Automatisk inloggning |
|
325 | 330 | setting_date_format: Datumformat |
|
326 | 331 | setting_time_format: Tidsformat |
|
327 | 332 | setting_cross_project_issue_relations: Tillåt ärenderelationer mellan projekt |
|
328 | 333 | setting_issue_list_default_columns: Standardkolumner i ärendelistan |
|
329 | 334 | setting_repositories_encodings: Teckenuppsättningar för versionsarkiv |
|
330 | 335 | setting_commit_logs_encoding: Teckenuppsättning för commit-meddelanden |
|
331 | 336 | setting_emails_footer: Signatur |
|
332 | 337 | setting_protocol: Protokoll |
|
333 | 338 | setting_per_page_options: Alternativ, objekt per sida |
|
334 | 339 | setting_user_format: Visningsformat för användare |
|
335 | 340 | setting_activity_days_default: Dagar som visas på projektaktivitet |
|
336 | 341 | setting_display_subprojects_issues: Visa ärenden från underprojekt i huvudprojekt som standard |
|
337 | 342 | setting_enabled_scm: Aktivera SCM |
|
338 | 343 | setting_mail_handler_api_enabled: Aktivera WS för inkommande mail |
|
339 | 344 | setting_mail_handler_api_key: API-nyckel |
|
340 | 345 | setting_sequential_project_identifiers: Generera projektidentifierare sekventiellt |
|
341 | 346 | setting_gravatar_enabled: Använd Gravatar-avatarer |
|
342 | 347 | setting_diff_max_lines_displayed: Maximalt antal synliga rader i diff |
|
343 | 348 | setting_file_max_size_displayed: Maxstorlek på textfiler som visas inline |
|
344 | 349 | setting_repository_log_display_limit: Maximalt antal revisioner i filloggen |
|
345 | 350 | setting_openid: Tillåt inloggning och registrering med OpenID |
|
346 | 351 | setting_password_min_length: Minsta tillåtna lösenordslängd |
|
352 | setting_new_project_user_role_id: Tilldelad roll för en icke-administratör som skapar ett projekt | |
|
347 | 353 | |
|
354 | permission_add_project: Skapa projekt | |
|
348 | 355 | permission_edit_project: Ändra projekt |
|
349 | 356 | permission_select_project_modules: Välja projektmoduler |
|
350 | 357 | permission_manage_members: Hantera medlemmar |
|
351 | 358 | permission_manage_versions: Hantera versioner |
|
352 | 359 | permission_manage_categories: Hantera ärendekategorier |
|
353 | 360 | permission_add_issues: Lägga till ärende |
|
354 | 361 | permission_edit_issues: Ändra ärende |
|
355 | 362 | permission_manage_issue_relations: Hantera ärenderelationer |
|
356 | 363 | permission_add_issue_notes: Lägga till ärendenotering |
|
357 | 364 | permission_edit_issue_notes: Ändra ärendenoteringar |
|
358 | 365 | permission_edit_own_issue_notes: Ändra egna ärendenoteringar |
|
359 | 366 | permission_move_issues: Flytta ärenden |
|
360 | 367 | permission_delete_issues: Ta bort ärenden |
|
361 | 368 | permission_manage_public_queries: Hantera publika frågor |
|
362 | 369 | permission_save_queries: Spara frågor |
|
363 | 370 | permission_view_gantt: Visa Gantt-schema |
|
364 | 371 | permission_view_calendar: Visa kalender |
|
365 | 372 | permission_view_issue_watchers: Visa bevakarlista |
|
366 | 373 | permission_add_issue_watchers: Lägga till bevakare |
|
367 | 374 | permission_log_time: Logga spenderad tid |
|
368 | 375 | permission_view_time_entries: Visa spenderad tid |
|
369 | 376 | permission_edit_time_entries: Ändra tidloggningar |
|
370 | 377 | permission_edit_own_time_entries: Ändra egna tidloggningar |
|
371 | 378 | permission_manage_news: Hantera nyheter |
|
372 | 379 | permission_comment_news: Kommentera nyheter |
|
373 | 380 | permission_manage_documents: Hantera dokument |
|
374 | 381 | permission_view_documents: Visa dokument |
|
375 | 382 | permission_manage_files: Hantera filer |
|
376 | 383 | permission_view_files: Visa filer |
|
377 | 384 | permission_manage_wiki: Hantera wiki |
|
378 | 385 | permission_rename_wiki_pages: Byta namn på wikisidor |
|
379 | 386 | permission_delete_wiki_pages: Ta bort wikisidor |
|
380 | 387 | permission_view_wiki_pages: Visa wiki |
|
381 | 388 | permission_view_wiki_edits: Visa wikihistorik |
|
382 | 389 | permission_edit_wiki_pages: Ändra wikisidor |
|
383 | 390 | permission_delete_wiki_pages_attachments: Ta bort bilagor |
|
384 | 391 | permission_protect_wiki_pages: Skydda wikisidor |
|
385 | 392 | permission_manage_repository: Hantera versionsarkiv |
|
386 | 393 | permission_browse_repository: Bläddra i versionsarkiv |
|
387 | 394 | permission_view_changesets: Visa changesets |
|
388 | 395 | permission_commit_access: Commit-åtkomst |
|
389 | 396 | permission_manage_boards: Hantera forum |
|
390 | 397 | permission_view_messages: Visa meddelanden |
|
391 | 398 | permission_add_messages: Lägg till meddelanden |
|
392 | 399 | permission_edit_messages: Ändra meddelanden |
|
393 | 400 | permission_edit_own_messages: Ändra egna meddelanden |
|
394 | 401 | permission_delete_messages: Ta bort meddelanden |
|
395 | 402 | permission_delete_own_messages: Ta bort egna meddelanden |
|
396 | 403 | project_module_issue_tracking: Ärendeuppföljning |
|
397 | 404 | project_module_time_tracking: Tidsuppföljning |
|
398 | 405 | project_module_news: Nyheter |
|
399 | 406 | project_module_documents: Dokument |
|
400 | 407 | project_module_files: Filer |
|
401 | 408 | project_module_wiki: Wiki |
|
402 | 409 | project_module_repository: Versionsarkiv |
|
403 | 410 | project_module_boards: Forum |
|
404 | 411 | |
|
405 | 412 | label_user: Användare |
|
406 | 413 | label_user_plural: Användare |
|
407 | 414 | label_user_new: Ny användare |
|
408 | 415 | label_project: Projekt |
|
409 | 416 | label_project_new: Nytt projekt |
|
410 | 417 | label_project_plural: Projekt |
|
411 | 418 | label_x_projects: |
|
412 | 419 | zero: inga projekt |
|
413 | 420 | one: 1 projekt |
|
414 | 421 | other: "{{count}} projekt" |
|
415 | 422 | label_project_all: Alla projekt |
|
416 | 423 | label_project_latest: Senaste projekt |
|
417 | 424 | label_issue: Ärende |
|
418 | 425 | label_issue_new: Nytt ärende |
|
419 | 426 | label_issue_plural: Ärenden |
|
420 | 427 | label_issue_view_all: Visa alla ärenden |
|
421 | 428 | label_issues_by: "Ärenden {{value}}" |
|
422 | 429 | label_issue_added: Ärende tillagt |
|
423 | 430 | label_issue_updated: Ärende uppdaterat |
|
424 | 431 | label_document: Dokument |
|
425 | 432 | label_document_new: Nytt dokument |
|
426 | 433 | label_document_plural: Dokument |
|
427 | 434 | label_document_added: Dokument tillagt |
|
428 | 435 | label_role: Roll |
|
429 | 436 | label_role_plural: Roller |
|
430 | 437 | label_role_new: Ny roll |
|
431 | 438 | label_role_and_permissions: Roller och behörigheter |
|
432 | 439 | label_member: Medlem |
|
433 | 440 | label_member_new: Ny medlem |
|
434 | 441 | label_member_plural: Medlemmar |
|
435 | 442 | label_tracker: Ärendetyp |
|
436 | 443 | label_tracker_plural: Ärendetyper |
|
437 | 444 | label_tracker_new: Ny ärendetyp |
|
438 | 445 | label_workflow: Arbetsflöde |
|
439 | 446 | label_issue_status: Ärendestatus |
|
440 | 447 | label_issue_status_plural: Ärendestatus |
|
441 | 448 | label_issue_status_new: Ny status |
|
442 | 449 | label_issue_category: Ärendekategori |
|
443 | 450 | label_issue_category_plural: Ärendekategorier |
|
444 | 451 | label_issue_category_new: Ny kategori |
|
445 | 452 | label_custom_field: Användardefinerat fält |
|
446 | 453 | label_custom_field_plural: Användardefinerade fält |
|
447 | 454 | label_custom_field_new: Nytt användardefinerat fält |
|
448 | 455 | label_enumerations: Uppräkningar |
|
449 | 456 | label_enumeration_new: Nytt värde |
|
450 | 457 | label_information: Information |
|
451 | 458 | label_information_plural: Information |
|
452 | 459 | label_please_login: Var god logga in |
|
453 | 460 | label_register: Registrera |
|
454 | 461 | label_login_with_open_id_option: eller logga in med OpenID |
|
455 | 462 | label_password_lost: Glömt lösenord |
|
456 | 463 | label_home: Hem |
|
457 | 464 | label_my_page: Min sida |
|
458 | 465 | label_my_account: Mitt konto |
|
459 | 466 | label_my_projects: Mina projekt |
|
460 | 467 | label_administration: Administration |
|
461 | 468 | label_login: Logga in |
|
462 | 469 | label_logout: Logga ut |
|
463 | 470 | label_help: Hjälp |
|
464 | 471 | label_reported_issues: Rapporterade ärenden |
|
465 | 472 | label_assigned_to_me_issues: Ärenden tilldelade till mig |
|
466 | 473 | label_last_login: Senaste inloggning |
|
467 | 474 | label_registered_on: Registrerad |
|
468 | 475 | label_activity: Aktivitet |
|
469 | 476 | label_overall_activity: All aktivitet |
|
470 | 477 | label_user_activity: "Aktiviteter för {{value}}" |
|
471 | 478 | label_new: Ny |
|
472 | 479 | label_logged_as: Inloggad som |
|
473 | 480 | label_environment: Miljö |
|
474 | 481 | label_authentication: Autentisering |
|
475 | 482 | label_auth_source: Autentiseringsläge |
|
476 | 483 | label_auth_source_new: Nytt autentiseringsläge |
|
477 | 484 | label_auth_source_plural: Autentiseringslägen |
|
478 | 485 | label_subproject_plural: Underprojekt |
|
479 | 486 | label_and_its_subprojects: "{{value}} och dess underprojekt" |
|
480 | 487 | label_min_max_length: Min./Max.-längd |
|
481 | 488 | label_list: Lista |
|
482 | 489 | label_date: Datum |
|
483 | 490 | label_integer: Heltal |
|
484 | 491 | label_float: Flyttal |
|
485 | 492 | label_boolean: Boolean |
|
486 | 493 | label_string: Text |
|
487 | 494 | label_text: Lång text |
|
488 | 495 | label_attribute: Attribut |
|
489 | 496 | label_attribute_plural: Attribut |
|
490 | 497 | label_download: "{{count}} Nerladdning" |
|
491 | 498 | label_download_plural: "{{count}} Nerladdningar" |
|
492 | 499 | label_no_data: Ingen data att visa |
|
493 | 500 | label_change_status: Ändra status |
|
494 | 501 | label_history: Historia |
|
495 | 502 | label_attachment: Fil |
|
496 | 503 | label_attachment_new: Ny fil |
|
497 | 504 | label_attachment_delete: Ta bort fil |
|
498 | 505 | label_attachment_plural: Filer |
|
499 | 506 | label_file_added: Fil tillagd |
|
500 | 507 | label_report: Rapport |
|
501 | 508 | label_report_plural: Rapporter |
|
502 | 509 | label_news: Nyhet |
|
503 | 510 | label_news_new: Lägg till nyhet |
|
504 | 511 | label_news_plural: Nyheter |
|
505 | 512 | label_news_latest: Senaste nyheterna |
|
506 | 513 | label_news_view_all: Visa alla nyheter |
|
507 | 514 | label_news_added: Nyhet tillagd |
|
508 | 515 | label_change_log: Ändringslogg |
|
509 | 516 | label_settings: Inställningar |
|
510 | 517 | label_overview: Överblick |
|
511 | 518 | label_version: Version |
|
512 | 519 | label_version_new: Ny version |
|
513 | 520 | label_version_plural: Versioner |
|
514 | 521 | label_confirmation: Bekräftelse |
|
515 | 522 | label_export_to: Exportera till |
|
516 | 523 | label_read: Läs... |
|
517 | 524 | label_public_projects: Publika projekt |
|
518 | 525 | label_open_issues: öppen |
|
519 | 526 | label_open_issues_plural: öppna |
|
520 | 527 | label_closed_issues: stängd |
|
521 | 528 | label_closed_issues_plural: stängda |
|
522 | 529 | label_x_open_issues_abbr_on_total: |
|
523 | 530 | zero: 0 öppna av {{total}} |
|
524 | 531 | one: 1 öppen av {{total}} |
|
525 | 532 | other: "{{count}} öppna av {{total}}" |
|
526 | 533 | label_x_open_issues_abbr: |
|
527 | 534 | zero: 0 öppna |
|
528 | 535 | one: 1 öppen |
|
529 | 536 | other: "{{count}} öppna" |
|
530 | 537 | label_x_closed_issues_abbr: |
|
531 | 538 | zero: 0 stängda |
|
532 | 539 | one: 1 stängd |
|
533 | 540 | other: "{{count}} stängda" |
|
534 | 541 | label_total: Total |
|
535 | 542 | label_permissions: Behörigheter |
|
536 | 543 | label_current_status: Nuvarande status |
|
537 | 544 | label_new_statuses_allowed: Nya tillåtna statusvärden |
|
538 | 545 | label_all: alla |
|
539 | 546 | label_none: ingen |
|
540 | 547 | label_nobody: ingen |
|
541 | 548 | label_next: Nästa |
|
542 | 549 | label_previous: Föregående |
|
543 | 550 | label_used_by: Använd av |
|
544 | 551 | label_details: Detaljer |
|
545 | 552 | label_add_note: Lägg till anteckning |
|
546 | 553 | label_per_page: Per sida |
|
547 | 554 | label_calendar: Kalender |
|
548 | 555 | label_months_from: månader från |
|
549 | 556 | label_gantt: Gantt |
|
550 | 557 | label_internal: Intern |
|
551 | 558 | label_last_changes: "senaste {{count}} ändringar" |
|
552 | 559 | label_change_view_all: Visa alla ändringar |
|
553 | 560 | label_personalize_page: Anpassa denna sida |
|
554 | 561 | label_comment: Kommentar |
|
555 | 562 | label_comment_plural: Kommentarer |
|
556 | 563 | label_x_comments: |
|
557 | 564 | zero: inga kommentarer |
|
558 | 565 | one: 1 kommentar |
|
559 | 566 | other: "{{count}} kommentarer" |
|
560 | 567 | label_comment_add: Lägg till kommentar |
|
561 | 568 | label_comment_added: Kommentar tillagd |
|
562 | 569 | label_comment_delete: Ta bort kommentar |
|
563 | 570 | label_query: Användardefinerad fråga |
|
564 | 571 | label_query_plural: Användardefinerade frågor |
|
565 | 572 | label_query_new: Ny fråga |
|
566 | 573 | label_filter_add: Lägg till filter |
|
567 | 574 | label_filter_plural: Filter |
|
568 | 575 | label_equals: är |
|
569 | 576 | label_not_equals: är inte |
|
570 | 577 | label_in_less_than: om mindre än |
|
571 | 578 | label_in_more_than: om mer än |
|
572 | 579 | label_greater_or_equal: '>=' |
|
573 | 580 | label_less_or_equal: '<=' |
|
574 | 581 | label_in: om |
|
575 | 582 | label_today: idag |
|
576 | 583 | label_all_time: närsom |
|
577 | 584 | label_yesterday: igår |
|
578 | 585 | label_this_week: denna vecka |
|
579 | 586 | label_last_week: senaste veckan |
|
580 | 587 | label_last_n_days: "senaste {{count}} dagarna" |
|
581 | 588 | label_this_month: denna månad |
|
582 | 589 | label_last_month: senaste månaden |
|
583 | 590 | label_this_year: detta året |
|
584 | 591 | label_date_range: Datumintervall |
|
585 | 592 | label_less_than_ago: mindre än dagar sedan |
|
586 | 593 | label_more_than_ago: mer än dagar sedan |
|
587 | 594 | label_ago: dagar sedan |
|
588 | 595 | label_contains: innehåller |
|
589 | 596 | label_not_contains: innehåller inte |
|
590 | 597 | label_day_plural: dagar |
|
591 | 598 | label_repository: Versionsarkiv |
|
592 | 599 | label_repository_plural: Versionsarkiv |
|
593 | 600 | label_browse: Bläddra |
|
594 | 601 | label_modification: "{{count}} ändring" |
|
595 | 602 | label_modification_plural: "{{count}} ändringar" |
|
596 | 603 | label_revision: Revision |
|
597 | 604 | label_revision_plural: Revisioner |
|
598 | 605 | label_associated_revisions: Associerade revisioner |
|
599 | 606 | label_added: tillagd |
|
600 | 607 | label_modified: modifierad |
|
601 | 608 | label_copied: kopierad |
|
602 | 609 | label_renamed: omdöpt |
|
603 | 610 | label_deleted: borttagen |
|
604 | 611 | label_latest_revision: Senaste revisionen |
|
605 | 612 | label_latest_revision_plural: Senaste revisionerna |
|
606 | 613 | label_view_revisions: Visa revisioner |
|
607 | 614 | label_max_size: Maxstorlek |
|
608 | 615 | label_sort_highest: Flytta till toppen |
|
609 | 616 | label_sort_higher: Flytta upp |
|
610 | 617 | label_sort_lower: Flytta ner |
|
611 | 618 | label_sort_lowest: Flytta till botten |
|
612 | 619 | label_roadmap: Roadmap |
|
613 | 620 | label_roadmap_due_in: "Färdig om {{value}}" |
|
614 | 621 | label_roadmap_overdue: "{{value}} sen" |
|
615 | 622 | label_roadmap_no_issues: Inga ärenden för denna version |
|
616 | 623 | label_search: Sök |
|
617 | 624 | label_result_plural: Resultat |
|
618 | 625 | label_all_words: Alla ord |
|
619 | 626 | label_wiki: Wiki |
|
620 | 627 | label_wiki_edit: Wikiändring |
|
621 | 628 | label_wiki_edit_plural: Wikiändringar |
|
622 | 629 | label_wiki_page: Wikisida |
|
623 | 630 | label_wiki_page_plural: Wikisidor |
|
624 | 631 | label_index_by_title: Innehåll efter titel |
|
625 | 632 | label_index_by_date: Innehåll efter datum |
|
626 | 633 | label_current_version: Nuvarande version |
|
627 | 634 | label_preview: Förhandsgranska |
|
628 | 635 | label_feed_plural: Feeds |
|
629 | 636 | label_changes_details: Detaljer om alla ändringar |
|
630 | 637 | label_issue_tracking: Ärendeuppföljning |
|
631 | 638 | label_spent_time: Spenderad tid |
|
632 | 639 | label_f_hour: "{{value}} timme" |
|
633 | 640 | label_f_hour_plural: "{{value}} timmar" |
|
634 | 641 | label_time_tracking: Tidsuppföljning |
|
635 | 642 | label_change_plural: Ändringar |
|
636 | 643 | label_statistics: Statistik |
|
637 | 644 | label_commits_per_month: Commits per månad |
|
638 | 645 | label_commits_per_author: Commits per författare |
|
639 | 646 | label_view_diff: Visa skillnader |
|
640 | 647 | label_diff_inline: i texten |
|
641 | 648 | label_diff_side_by_side: sida vid sida |
|
642 | 649 | label_options: Inställningar |
|
643 | 650 | label_copy_workflow_from: Kopiera arbetsflöde från |
|
644 | 651 | label_permissions_report: Behörighetsrapport |
|
645 | 652 | label_watched_issues: Bevakade ärenden |
|
646 | 653 | label_related_issues: Relaterade ärenden |
|
647 | 654 | label_applied_status: Tilldelad status |
|
648 | 655 | label_loading: Laddar... |
|
649 | 656 | label_relation_new: Ny relation |
|
650 | 657 | label_relation_delete: Ta bort relation |
|
651 | 658 | label_relates_to: relaterar till |
|
652 | 659 | label_duplicates: kopierar |
|
653 | 660 | label_duplicated_by: kopierad av |
|
654 | 661 | label_blocks: blockerar |
|
655 | 662 | label_blocked_by: blockerad av |
|
656 | 663 | label_precedes: kommer före |
|
657 | 664 | label_follows: följer |
|
658 | 665 | label_end_to_start: slut till start |
|
659 | 666 | label_end_to_end: slut till slut |
|
660 | 667 | label_start_to_start: start till start |
|
661 | 668 | label_start_to_end: start till slut |
|
662 | 669 | label_stay_logged_in: Förbli inloggad |
|
663 | 670 | label_disabled: inaktiverad |
|
664 | 671 | label_show_completed_versions: Visa färdiga versioner |
|
665 | 672 | label_me: mig |
|
666 | 673 | label_board: Forum |
|
667 | 674 | label_board_new: Nytt forum |
|
668 | 675 | label_board_plural: Forum |
|
669 | 676 | label_topic_plural: Ämnen |
|
670 | 677 | label_message_plural: Meddelanden |
|
671 | 678 | label_message_last: Senaste meddelande |
|
672 | 679 | label_message_new: Nytt meddelande |
|
673 | 680 | label_message_posted: Meddelande tillagt |
|
674 | 681 | label_reply_plural: Svar |
|
675 | 682 | label_send_information: Skicka kontoinformation till användaren |
|
676 | 683 | label_year: År |
|
677 | 684 | label_month: Månad |
|
678 | 685 | label_week: Vecka |
|
679 | 686 | label_date_from: Från |
|
680 | 687 | label_date_to: Till |
|
681 | 688 | label_language_based: Språkbaserad |
|
682 | 689 | label_sort_by: "Sortera på {{value}}" |
|
683 | 690 | label_send_test_email: Skicka testmail |
|
684 | 691 | label_feeds_access_key_created_on: "RSS-nyckel skapad för {{value}} sedan" |
|
685 | 692 | label_module_plural: Moduler |
|
686 | 693 | label_added_time_by: "Tillagd av {{author}} för {{age}} sedan" |
|
687 | 694 | label_updated_time_by: "Uppdaterad av {{author}} för {{age}} sedan" |
|
688 | 695 | label_updated_time: "Uppdaterad för {{value}} sedan" |
|
689 | 696 | label_jump_to_a_project: Gå till projekt... |
|
690 | 697 | label_file_plural: Filer |
|
691 | 698 | label_changeset_plural: Changesets |
|
692 | 699 | label_default_columns: Standardkolumner |
|
693 | 700 | label_no_change_option: (Ingen ändring) |
|
694 | 701 | label_bulk_edit_selected_issues: Gemensam ändring av markerade ärenden |
|
695 | 702 | label_theme: Tema |
|
696 | 703 | label_default: Standard |
|
697 | 704 | label_search_titles_only: Sök endast i titlar |
|
698 | 705 | label_user_mail_option_all: "För alla händelser i mina projekt" |
|
699 | 706 | label_user_mail_option_selected: "För alla händelser i markerade projekt..." |
|
700 | 707 | label_user_mail_option_none: "Endast för saker jag bevakar eller är involverad i" |
|
701 | 708 | label_user_mail_no_self_notified: "Jag vill inte bli underrättad om ändringar som jag har gjort" |
|
702 | 709 | label_registration_activation_by_email: kontoaktivering med mail |
|
703 | 710 | label_registration_manual_activation: manuell kontoaktivering |
|
704 | 711 | label_registration_automatic_activation: automatisk kontoaktivering |
|
705 | 712 | label_display_per_page: "Per sida: {{value}}" |
|
706 | 713 | label_age: Ålder |
|
707 | 714 | label_change_properties: Ändra inställningar |
|
708 | 715 | label_general: Allmänt |
|
709 | 716 | label_more: Mer |
|
710 | 717 | label_scm: SCM |
|
711 | 718 | label_plugins: Tillägg |
|
712 | 719 | label_ldap_authentication: LDAP-autentisering |
|
713 | 720 | label_downloads_abbr: Nerl. |
|
714 | 721 | label_optional_description: Valfri beskrivning |
|
715 | 722 | label_add_another_file: Lägg till ytterligare en fil |
|
716 | 723 | label_preferences: Användarinställningar |
|
717 | 724 | label_chronological_order: I kronologisk ordning |
|
718 | 725 | label_reverse_chronological_order: I omvänd kronologisk ordning |
|
719 | 726 | label_planning: Planering |
|
720 | 727 | label_incoming_emails: Inkommande mail |
|
721 | 728 | label_generate_key: Generera en nyckel |
|
722 | 729 | label_issue_watchers: Bevakare |
|
723 | 730 | label_example: Exempel |
|
724 | 731 | label_display: Visa |
|
725 | 732 | label_sort: Sortera |
|
726 | 733 | label_descending: Fallande |
|
727 | 734 | label_ascending: Stigande |
|
728 | 735 | label_date_from_to: Från {{start}} till {{end}} |
|
736 | label_wiki_content_added: Wikisida tillagd | |
|
737 | label_wiki_content_updated: Wikisida uppdaterad | |
|
729 | 738 | |
|
730 | 739 | button_login: Logga in |
|
731 | 740 | button_submit: Spara |
|
732 | 741 | button_save: Spara |
|
733 | 742 | button_check_all: Markera alla |
|
734 | 743 | button_uncheck_all: Avmarkera alla |
|
735 | 744 | button_delete: Ta bort |
|
736 | 745 | button_create: Skapa |
|
737 | 746 | button_create_and_continue: Skapa och fortsätt |
|
738 | 747 | button_test: Testa |
|
739 | 748 | button_edit: Ändra |
|
740 | 749 | button_add: Lägg till |
|
741 | 750 | button_change: Ändra |
|
742 | 751 | button_apply: Verkställ |
|
743 | 752 | button_clear: Återställ |
|
744 | 753 | button_lock: Lås |
|
745 | 754 | button_unlock: Lås upp |
|
746 | 755 | button_download: Ladda ner |
|
747 | 756 | button_list: Lista |
|
748 | 757 | button_view: Visa |
|
749 | 758 | button_move: Flytta |
|
750 | 759 | button_back: Tillbaka |
|
751 | 760 | button_cancel: Avbryt |
|
752 | 761 | button_activate: Aktivera |
|
753 | 762 | button_sort: Sortera |
|
754 | 763 | button_log_time: Logga tid |
|
755 | 764 | button_rollback: Återställ till denna version |
|
756 | 765 | button_watch: Bevaka |
|
757 | 766 | button_unwatch: Stoppa bevakning |
|
758 | 767 | button_reply: Svara |
|
759 | 768 | button_archive: Arkivera |
|
760 | 769 | button_unarchive: Ta bort från arkiv |
|
761 | 770 | button_reset: Återställ |
|
762 | 771 | button_rename: Byt namn |
|
763 | 772 | button_change_password: Ändra lösenord |
|
764 | 773 | button_copy: Kopiera |
|
765 | 774 | button_annotate: Kommentera |
|
766 | 775 | button_update: Uppdatera |
|
767 | 776 | button_configure: Konfigurera |
|
768 | 777 | button_quote: Citera |
|
769 | 778 | |
|
770 | 779 | status_active: aktiv |
|
771 | 780 | status_registered: registrerad |
|
772 | 781 | status_locked: låst |
|
773 | 782 | |
|
774 | 783 | text_select_mail_notifications: Välj för vilka händelser mail ska skickas. |
|
775 | 784 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
776 | 785 | text_min_max_length_info: 0 betyder ingen gräns |
|
777 | 786 | text_project_destroy_confirmation: Är du säker på att du vill ta bort detta projekt och all relaterad data? |
|
778 | 787 | text_subprojects_destroy_warning: "Alla underprojekt: {{value}} kommer också tas bort." |
|
779 | 788 | text_workflow_edit: Välj en roll och en ärendetyp för att ändra arbetsflöde |
|
780 | 789 | text_are_you_sure: Är du säker ? |
|
781 | 790 | text_journal_changed: "ändrad från {{old}} till {{new}}" |
|
782 | 791 | text_journal_set_to: "satt till {{value}}" |
|
783 | 792 | text_journal_deleted: borttagen |
|
784 | 793 | text_tip_task_begin_day: arbetsuppgift som börjar denna dag |
|
785 | 794 | text_tip_task_end_day: arbetsuppgift som slutar denna dag |
|
786 | 795 | text_tip_task_begin_end_day: arbetsuppgift börjar och slutar denna dag |
|
787 | 796 | text_project_identifier_info: 'Små bokstäver (a-z), siffror och streck tillåtna.<br />När den är sparad kan identifieraren inte ändras.' |
|
788 | 797 | text_caracters_maximum: "max {{count}} tecken." |
|
789 | 798 | text_caracters_minimum: "Måste vara minst {{count}} tecken lång." |
|
790 | 799 | text_length_between: "Längd mellan {{min}} och {{max}} tecken." |
|
791 | 800 | text_tracker_no_workflow: Inget arbetsflöde definerat för denna ärendetyp |
|
792 | 801 | text_unallowed_characters: Otillåtna tecken |
|
793 | 802 | text_comma_separated: Flera värden tillåtna (kommaseparerade). |
|
794 | 803 | text_issues_ref_in_commit_messages: Referera och fixa ärenden i commit-meddelanden |
|
795 | 804 | text_issue_added: "Ärende {{id}} har rapporterats (av {{author}})." |
|
796 | 805 | text_issue_updated: "Ärende {{id}} har uppdaterats (av {{author}})." |
|
797 | 806 | text_wiki_destroy_confirmation: Är du säker på att du vill ta bort denna wiki och allt dess innehåll ? |
|
798 | 807 | text_issue_category_destroy_question: "Några ärenden ({{count}}) är tilldelade till denna kategori. Vad vill du göra ?" |
|
799 | 808 | text_issue_category_destroy_assignments: Ta bort kategoritilldelningar |
|
800 | 809 | text_issue_category_reassign_to: Återtilldela ärenden till denna kategori |
|
801 | 810 | text_user_mail_option: "För omarkerade projekt kommer du bara bli underrättad om saker du bevakar eller är inblandad i (T.ex. ärenden du skapat eller tilldelats)." |
|
802 | 811 | text_no_configuration_data: "Roller, ärendetyper, ärendestatus och arbetsflöden har inte konfigurerats ännu.\nDet rekommenderas att läsa in standardkonfigurationen. Du kommer att kunna göra ändringar efter att den blivit inläst." |
|
803 | 812 | text_load_default_configuration: Läs in standardkonfiguration |
|
804 | 813 | text_status_changed_by_changeset: "Tilldelad i changeset {{value}}." |
|
805 | 814 | text_issues_destroy_confirmation: 'Är du säker på att du vill radera markerade ärende(n) ?' |
|
806 | 815 | text_select_project_modules: 'Välj vilka moduler som ska vara aktiva för projektet:' |
|
807 | 816 | text_default_administrator_account_changed: Standardadministratörens konto ändrat |
|
808 | 817 | text_file_repository_writable: Arkivet för bifogade filer är skrivbar |
|
809 | 818 | text_plugin_assets_writable: Arkivet för plug-ins är skrivbar |
|
810 | 819 | text_rmagick_available: RMagick tillgängligt (valfritt) |
|
811 | 820 | text_destroy_time_entries_question: "{{hours}} timmar har rapporterats på ärendena du är på väg att ta bort. Vad vill du göra ?" |
|
812 | 821 | text_destroy_time_entries: Ta bort rapporterade timmar |
|
813 | 822 | text_assign_time_entries_to_project: Tilldela rapporterade timmar till projektet |
|
814 | 823 | text_reassign_time_entries: 'Återtilldela rapporterade timmar till detta ärende:' |
|
815 | 824 | text_user_wrote: "{{value}} skrev:" |
|
816 | 825 | text_enumeration_destroy_question: "{{count}} objekt är tilldelade till detta värde." |
|
817 | 826 | text_enumeration_category_reassign_to: 'Återtilldela till detta värde:' |
|
818 | 827 | text_email_delivery_not_configured: "Mailfunktionen har inte konfigurerats, och notifieringar via mail kan därför inte skickas.\nKonfigurera din SMTP-server i config/email.yml och starta om applikationen för att aktivera dem." |
|
819 | 828 | text_repository_usernames_mapping: "Välj eller uppdatera den Redmine-användare som är mappad till varje användarnamn i versionarkivloggen.\nAnvändare med samma användarnamn eller emailadress i både Redmine och versionsarkivet mappas automatiskt." |
|
820 | 829 | text_diff_truncated: '... Denna diff har förminskats eftersom den överskrider den maximala storlek som kan visas.' |
|
821 | 830 | text_custom_field_possible_values_info: 'Ett värde per rad' |
|
822 | 831 | text_wiki_page_destroy_question: Denna sida har {{descendants}} underliggande sidor. Vad vill du göra? |
|
823 | 832 | text_wiki_page_nullify_children: Behåll undersidor som rotsidor |
|
824 | 833 | text_wiki_page_destroy_children: Ta bort alla underliggande sidor |
|
825 | 834 | text_wiki_page_reassign_children: Flytta undersidor till denna föräldersida |
|
826 | 835 | |
|
827 | 836 | default_role_manager: Projektledare |
|
828 | 837 | default_role_developper: Utvecklare |
|
829 | 838 | default_role_reporter: Rapportör |
|
830 | 839 | default_tracker_bug: Bugg |
|
831 | 840 | default_tracker_feature: Funktionalitet |
|
832 | 841 | default_tracker_support: Support |
|
833 | 842 | default_issue_status_new: Ny |
|
834 | 843 | default_issue_status_assigned: Tilldelad |
|
835 | 844 | default_issue_status_resolved: Löst |
|
836 | 845 | default_issue_status_feedback: Feedback |
|
837 | 846 | default_issue_status_closed: Stängd |
|
838 | 847 | default_issue_status_rejected: Avslagen |
|
839 | 848 | default_doc_category_user: Användardokumentation |
|
840 | 849 | default_doc_category_tech: Teknisk dokumentation |
|
841 | 850 | default_priority_low: Låg |
|
842 | 851 | default_priority_normal: Normal |
|
843 | 852 | default_priority_high: Hög |
|
844 | 853 | default_priority_urgent: Brådskande |
|
845 | 854 | default_priority_immediate: Omedelbar |
|
846 | 855 | default_activity_design: Design |
|
847 | 856 | default_activity_development: Utveckling |
|
848 | 857 | |
|
849 | 858 | enumeration_issue_priorities: Ärendeprioriteter |
|
850 | 859 | enumeration_doc_categories: Dokumentkategorier |
|
851 | 860 | enumeration_activities: Aktiviteter (tidsuppföljning) |
|
852 | field_group_by: Group results by | |
|
853 | mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated" | |
|
854 | label_wiki_content_added: Wiki page added | |
|
855 | mail_subject_wiki_content_added: "'{{page}}' wiki page has been added" | |
|
856 | mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}. | |
|
857 | label_wiki_content_updated: Wiki page updated | |
|
858 | mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}. | |
|
859 | permission_add_project: Create project | |
|
860 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project |
@@ -1,910 +1,910 | |||
|
1 | 1 | # Chinese (Taiwan) translations for Ruby on Rails |
|
2 | 2 | # by tsechingho (http://github.com/tsechingho) |
|
3 | 3 | # See http://github.com/svenfuchs/rails-i18n/ for details. |
|
4 | 4 | |
|
5 | 5 | "zh-TW": |
|
6 | 6 | date: |
|
7 | 7 | formats: |
|
8 | 8 | # Use the strftime parameters for formats. |
|
9 | 9 | # When no format has been given, it uses default. |
|
10 | 10 | # You can provide other formats here if you like! |
|
11 | 11 | default: "%Y-%m-%d" |
|
12 | 12 | short: "%b%d日" |
|
13 | 13 | long: "%Y年%b%d日" |
|
14 | 14 | |
|
15 | 15 | day_names: [星期日, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六] |
|
16 | 16 | abbr_day_names: [日, 一, 二, 三, 四, 五, 六] |
|
17 | 17 | |
|
18 | 18 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
19 | 19 | month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月] |
|
20 | 20 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
21 | 21 | # 使用於 date_select 與 datime_select. |
|
22 | 22 | order: [ :year, :month, :day ] |
|
23 | 23 | |
|
24 | 24 | time: |
|
25 | 25 | formats: |
|
26 | 26 | default: "%Y年%b%d日 %A %H:%M:%S %Z" |
|
27 | 27 | time: "%H:%M" |
|
28 | 28 | short: "%b%d日 %H:%M" |
|
29 | 29 | long: "%Y年%b%d日 %H:%M" |
|
30 | 30 | am: "AM" |
|
31 | 31 | pm: "PM" |
|
32 | 32 | |
|
33 | 33 | # 使用於 array.to_sentence. |
|
34 | 34 | support: |
|
35 | 35 | array: |
|
36 | 36 | words_connector: ", " |
|
37 | 37 | two_words_connector: " 和 " |
|
38 | 38 | last_word_connector: ", 和 " |
|
39 | 39 | sentence_connector: "且" |
|
40 | 40 | skip_last_comma: false |
|
41 | 41 | |
|
42 | 42 | number: |
|
43 | 43 | # 使用於 number_with_delimiter() |
|
44 | 44 | # 同時也是 'currency', 'percentage', 'precision', 與 'human' 的預設值 |
|
45 | 45 | format: |
|
46 | 46 | # 設定小數點分隔字元,以使用更高的準確度 (例如: 1.0 / 2.0 == 0.5) |
|
47 | 47 | separator: "." |
|
48 | 48 | # 千分位符號 (例如:一百萬是 1,000,000) (均以三個位數來分組) |
|
49 | 49 | delimiter: "," |
|
50 | 50 | # 小數點分隔字元後之精確位數 (數字 1 搭配 2 位精確位數為: 1.00) |
|
51 | 51 | precision: 3 |
|
52 | 52 | |
|
53 | 53 | # 使用於 number_to_currency() |
|
54 | 54 | currency: |
|
55 | 55 | format: |
|
56 | 56 | # 貨幣符號的位置? %u 是貨幣符號, %n 是數值 (預設值: $5.00) |
|
57 | 57 | format: "%u%n" |
|
58 | 58 | unit: "NT$" |
|
59 | 59 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 |
|
60 | 60 | separator: "." |
|
61 | 61 | delimiter: "," |
|
62 | 62 | precision: 2 |
|
63 | 63 | |
|
64 | 64 | # 使用於 number_to_percentage() |
|
65 | 65 | percentage: |
|
66 | 66 | format: |
|
67 | 67 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 |
|
68 | 68 | # separator: |
|
69 | 69 | delimiter: "" |
|
70 | 70 | # precision: |
|
71 | 71 | |
|
72 | 72 | # 使用於 number_to_precision() |
|
73 | 73 | precision: |
|
74 | 74 | format: |
|
75 | 75 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 |
|
76 | 76 | # separator: |
|
77 | 77 | delimiter: "" |
|
78 | 78 | # precision: |
|
79 | 79 | |
|
80 | 80 | # 使用於 number_to_human_size() |
|
81 | 81 | human: |
|
82 | 82 | format: |
|
83 | 83 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 |
|
84 | 84 | # separator: |
|
85 | 85 | delimiter: "" |
|
86 | 86 | precision: 1 |
|
87 | 87 | # 儲存單位輸出格式. |
|
88 | 88 | # %u 是儲存單位, %n 是數值 (預設值: 2 MB) |
|
89 | 89 | format: "%n %u" |
|
90 | 90 | storage_units: |
|
91 | 91 | byte: |
|
92 | 92 | one: "位元組 (B)" |
|
93 | 93 | other: "位元組 (B)" |
|
94 | 94 | kb: "KB" |
|
95 | 95 | mb: "MB" |
|
96 | 96 | gb: "GB" |
|
97 | 97 | tb: "TB" |
|
98 | 98 | |
|
99 | 99 | # 使用於 distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() |
|
100 | 100 | datetime: |
|
101 | 101 | distance_in_words: |
|
102 | 102 | half_a_minute: "半分鐘" |
|
103 | 103 | less_than_x_seconds: |
|
104 | 104 | one: "小於 1 秒" |
|
105 | 105 | other: "小於 {{count}} 秒" |
|
106 | 106 | x_seconds: |
|
107 | 107 | one: "1 秒" |
|
108 | 108 | other: "{{count}} 秒" |
|
109 | 109 | less_than_x_minutes: |
|
110 | 110 | one: "小於 1 分鐘" |
|
111 | 111 | other: "小於 {{count}} 分鐘" |
|
112 | 112 | x_minutes: |
|
113 | 113 | one: "1 分鐘" |
|
114 | 114 | other: "{{count}} 分鐘" |
|
115 | 115 | about_x_hours: |
|
116 | 116 | one: "約 1 小時" |
|
117 | 117 | other: "約 {{count}} 小時" |
|
118 | 118 | x_days: |
|
119 | 119 | one: "1 天" |
|
120 | 120 | other: "{{count}} 天" |
|
121 | 121 | about_x_months: |
|
122 | 122 | one: "約 1 個月" |
|
123 | 123 | other: "約 {{count}} 個月" |
|
124 | 124 | x_months: |
|
125 | 125 | one: "1 個月" |
|
126 | 126 | other: "{{count}} 個月" |
|
127 | 127 | about_x_years: |
|
128 | 128 | one: "約 1 年" |
|
129 | 129 | other: "約 {{count}} 年" |
|
130 | 130 | over_x_years: |
|
131 | 131 | one: "超過 1 年" |
|
132 | 132 | other: "超過 {{count}} 年" |
|
133 | 133 | prompts: |
|
134 | 134 | year: "年" |
|
135 | 135 | month: "月" |
|
136 | 136 | day: "日" |
|
137 | 137 | hour: "時" |
|
138 | 138 | minute: "分" |
|
139 | 139 | second: "秒" |
|
140 | 140 | |
|
141 | 141 | activerecord: |
|
142 | 142 | errors: |
|
143 | 143 | template: |
|
144 | 144 | header: |
|
145 | 145 | one: "有 1 個錯誤發生使得「{{model}}」無法被儲存。" |
|
146 | 146 | other: "有 {{count}} 個錯誤發生使得「{{model}}」無法被儲存。" |
|
147 | 147 | # The variable :count is also available |
|
148 | 148 | body: "下面所列欄位有問題:" |
|
149 | 149 | # The values :model, :attribute and :value are always available for interpolation |
|
150 | 150 | # The value :count is available when applicable. Can be used for pluralization. |
|
151 | 151 | messages: |
|
152 | 152 | inclusion: "沒有包含在列表中" |
|
153 | 153 | exclusion: "是被保留的" |
|
154 | 154 | invalid: "是無效的" |
|
155 | 155 | confirmation: "不符合確認值" |
|
156 | 156 | accepted: "必须是可被接受的" |
|
157 | 157 | empty: "不能留空" |
|
158 | 158 | blank: "不能是空白字元" |
|
159 | 159 | too_long: "過長(最長是 {{count}} 個字)" |
|
160 | 160 | too_short: "過短(最短是 {{count}} 個字)" |
|
161 | 161 | wrong_length: "字數錯誤(必須是 {{count}} 個字)" |
|
162 | 162 | taken: "已經被使用" |
|
163 | 163 | not_a_number: "不是數字" |
|
164 | 164 | greater_than: "必須大於 {{count}}" |
|
165 | 165 | greater_than_or_equal_to: "必須大於或等於 {{count}}" |
|
166 | 166 | equal_to: "必須等於 {{count}}" |
|
167 | 167 | less_than: "必須小於 {{count}}" |
|
168 | 168 | less_than_or_equal_to: "必須小於或等於 {{count}}" |
|
169 | 169 | odd: "必須是奇數" |
|
170 | 170 | even: "必須是偶數" |
|
171 | 171 | # Append your own errors here or at the model/attributes scope. |
|
172 | 172 | greater_than_start_date: "必須在起始日期之後" |
|
173 | 173 | not_same_project: "不屬於同一個專案" |
|
174 | 174 | circular_dependency: "這個關聯會導致環狀相依" |
|
175 | 175 | |
|
176 | 176 | # You can define own errors for models or model attributes. |
|
177 | 177 | # The values :model, :attribute and :value are always available for interpolation. |
|
178 | 178 | # |
|
179 | 179 | # For example, |
|
180 | 180 | # models: |
|
181 | 181 | # user: |
|
182 | 182 | # blank: "This is a custom blank message for {{model}}: {{attribute}}" |
|
183 | 183 | # attributes: |
|
184 | 184 | # login: |
|
185 | 185 | # blank: "This is a custom blank message for User login" |
|
186 | 186 | # Will define custom blank validation message for User model and |
|
187 | 187 | # custom blank validation message for login attribute of User model. |
|
188 | 188 | #models: |
|
189 | 189 | |
|
190 | 190 | # Translate model names. Used in Model.human_name(). |
|
191 | 191 | #models: |
|
192 | 192 | # For example, |
|
193 | 193 | # user: "Dude" |
|
194 | 194 | # will translate User model name to "Dude" |
|
195 | 195 | |
|
196 | 196 | # Translate model attribute names. Used in Model.human_attribute_name(attribute). |
|
197 | 197 | #attributes: |
|
198 | 198 | # For example, |
|
199 | 199 | # user: |
|
200 | 200 | # login: "Handle" |
|
201 | 201 | # will translate User attribute "login" as "Handle" |
|
202 | 202 | |
|
203 | 203 | actionview_instancetag_blank_option: 請選擇 |
|
204 | 204 | |
|
205 | 205 | general_text_No: '否' |
|
206 | 206 | general_text_Yes: '是' |
|
207 | 207 | general_text_no: '否' |
|
208 | 208 | general_text_yes: '是' |
|
209 | 209 | general_lang_name: 'Traditional Chinese (繁體中文)' |
|
210 | 210 | general_csv_separator: ',' |
|
211 | 211 | general_csv_decimal_separator: '.' |
|
212 | 212 | general_csv_encoding: Big5 |
|
213 | 213 | general_pdf_encoding: Big5 |
|
214 | 214 | general_first_day_of_week: '7' |
|
215 | 215 | |
|
216 | 216 | notice_account_updated: 帳戶更新資訊已儲存 |
|
217 | 217 | notice_account_invalid_creditentials: 帳戶或密碼不正確 |
|
218 | 218 | notice_account_password_updated: 帳戶新密碼已儲存 |
|
219 | 219 | notice_account_wrong_password: 密碼不正確 |
|
220 | 220 | notice_account_register_done: 帳號已建立成功。欲啟用您的帳號,請點擊系統確認信函中的啟用連結。 |
|
221 | 221 | notice_account_unknown_email: 未知的使用者 |
|
222 | 222 | notice_can_t_change_password: 這個帳號使用外部認證方式,無法變更其密碼。 |
|
223 | 223 | notice_account_lost_email_sent: 包含選擇新密碼指示的電子郵件,已經寄出給您。 |
|
224 | 224 | notice_account_activated: 您的帳號已經啟用,可用它登入系統。 |
|
225 | 225 | notice_successful_create: 建立成功 |
|
226 | 226 | notice_successful_update: 更新成功 |
|
227 | 227 | notice_successful_delete: 刪除成功 |
|
228 | 228 | notice_successful_connection: 連線成功 |
|
229 | 229 | notice_file_not_found: 您想要存取的頁面已經不存在或被搬移至其他位置。 |
|
230 | 230 | notice_locking_conflict: 資料已被其他使用者更新。 |
|
231 | 231 | notice_not_authorized: 你未被授權存取此頁面。 |
|
232 | 232 | notice_email_sent: "郵件已經成功寄送至以下收件者: {{value}}" |
|
233 | 233 | notice_email_error: "寄送郵件的過程中發生錯誤 ({{value}})" |
|
234 | 234 | notice_feeds_access_key_reseted: 您的 RSS 存取鍵已被重新設定。 |
|
235 | 235 | notice_failed_to_save_issues: " {{count}} 個項目儲存失敗 (總共選取 {{total}} 個項目): {{ids}}." |
|
236 | 236 | notice_no_issue_selected: "未選擇任何項目!請勾選您想要編輯的項目。" |
|
237 | 237 | notice_account_pending: "您的帳號已經建立,正在等待管理員的審核。" |
|
238 | 238 | notice_default_data_loaded: 預設組態已載入成功。 |
|
239 | 239 | notice_unable_delete_version: 無法刪除版本。 |
|
240 | 240 | |
|
241 | 241 | error_can_t_load_default_data: "無法載入預設組態: {{value}}" |
|
242 | 242 | error_scm_not_found: SCM 儲存庫中找不到這個專案或版本。 |
|
243 | 243 | error_scm_command_failed: "嘗試存取儲存庫時發生錯誤: {{value}}" |
|
244 | 244 | error_scm_annotate: "SCM 儲存庫中無此項目或此項目無法被加註。" |
|
245 | 245 | error_issue_not_found_in_project: '該項目不存在或不屬於此專案' |
|
246 | 246 | |
|
247 | 247 | warning_attachments_not_saved: "{{count}} 個附加檔案無法儲存。" |
|
248 | 248 | |
|
249 | 249 | mail_subject_lost_password: 您的 Redmine 網站密碼 |
|
250 | 250 | mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:' |
|
251 | 251 | mail_subject_register: 啟用您的 Redmine 帳號 |
|
252 | 252 | mail_body_register: '欲啟用您的 Redmine 帳號, 請點選以下鏈結:' |
|
253 | 253 | mail_body_account_information_external: "您可以使用 {{value}} 帳號登入 Redmine 網站。" |
|
254 | 254 | mail_body_account_information: 您的 Redmine 帳號資訊 |
|
255 | 255 | mail_subject_account_activation_request: Redmine 帳號啟用需求通知 |
|
256 | 256 | mail_body_account_activation_request: "有位新用戶 ({{value}}) 已經完成註冊,正等候您的審核:" |
|
257 | 257 | mail_subject_reminder: "您有 {{count}} 個項目即將到期" |
|
258 | 258 | mail_body_reminder: "{{count}} 個指派給您的項目,將於 {{days}} 天之內到期:" |
|
259 | mail_subject_wiki_content_added: "'{{page}}' wiki 頁面已被新增" | |
|
260 | mail_body_wiki_content_added: "The '{{page}}' wiki 頁面已被 {{author}} 新增。" | |
|
261 | mail_subject_wiki_content_updated: "'{{page}}' wiki 頁面已被更新" | |
|
262 | mail_body_wiki_content_updated: "The '{{page}}' wiki 頁面已被 {{author}} 更新。" | |
|
259 | 263 | |
|
260 | 264 | gui_validation_error: 1 個錯誤 |
|
261 | 265 | gui_validation_error_plural: "{{count}} 個錯誤" |
|
262 | 266 | |
|
263 | 267 | field_name: 名稱 |
|
264 | 268 | field_description: 概述 |
|
265 | 269 | field_summary: 摘要 |
|
266 | 270 | field_is_required: 必填 |
|
267 | 271 | field_firstname: 名字 |
|
268 | 272 | field_lastname: 姓氏 |
|
269 | 273 | field_mail: 電子郵件 |
|
270 | 274 | field_filename: 檔案名稱 |
|
271 | 275 | field_filesize: 大小 |
|
272 | 276 | field_downloads: 下載次數 |
|
273 | 277 | field_author: 作者 |
|
274 | 278 | field_created_on: 建立日期 |
|
275 | 279 | field_updated_on: 更新 |
|
276 | 280 | field_field_format: 格式 |
|
277 | 281 | field_is_for_all: 給所有專案 |
|
278 | 282 | field_possible_values: 可能值 |
|
279 | 283 | field_regexp: 正規表示式 |
|
280 | 284 | field_min_length: 最小長度 |
|
281 | 285 | field_max_length: 最大長度 |
|
282 | 286 | field_value: 值 |
|
283 | 287 | field_category: 分類 |
|
284 | 288 | field_title: 標題 |
|
285 | 289 | field_project: 專案 |
|
286 | 290 | field_issue: 項目 |
|
287 | 291 | field_status: 狀態 |
|
288 | 292 | field_notes: 筆記 |
|
289 | 293 | field_is_closed: 項目結束 |
|
290 | 294 | field_is_default: 預設值 |
|
291 | 295 | field_tracker: 追蹤標籤 |
|
292 | 296 | field_subject: 主旨 |
|
293 | 297 | field_due_date: 完成日期 |
|
294 | 298 | field_assigned_to: 分派給 |
|
295 | 299 | field_priority: 優先權 |
|
296 | 300 | field_fixed_version: 版本 |
|
297 | 301 | field_user: 用戶 |
|
298 | 302 | field_role: 角色 |
|
299 | 303 | field_homepage: 網站首頁 |
|
300 | 304 | field_is_public: 公開 |
|
301 | 305 | field_parent: 父專案 |
|
302 | 306 | field_is_in_chlog: 項目顯示於變更記錄中 |
|
303 | 307 | field_is_in_roadmap: 項目顯示於版本藍圖中 |
|
304 | 308 | field_login: 帳戶名稱 |
|
305 | 309 | field_mail_notification: 電子郵件提醒選項 |
|
306 | 310 | field_admin: 管理者 |
|
307 | 311 | field_last_login_on: 最近連線日期 |
|
308 | 312 | field_language: 語系 |
|
309 | 313 | field_effective_date: 日期 |
|
310 | 314 | field_password: 目前密碼 |
|
311 | 315 | field_new_password: 新密碼 |
|
312 | 316 | field_password_confirmation: 確認新密碼 |
|
313 | 317 | field_version: 版本 |
|
314 | 318 | field_type: Type |
|
315 | 319 | field_host: Host |
|
316 | 320 | field_port: 連接埠 |
|
317 | 321 | field_account: 帳戶 |
|
318 | 322 | field_base_dn: Base DN |
|
319 | 323 | field_attr_login: 登入屬性 |
|
320 | 324 | field_attr_firstname: 名字屬性 |
|
321 | 325 | field_attr_lastname: 姓氏屬性 |
|
322 | 326 | field_attr_mail: 電子郵件信箱屬性 |
|
323 | 327 | field_onthefly: 即時建立使用者 |
|
324 | 328 | field_start_date: 開始日期 |
|
325 | 329 | field_done_ratio: 完成百分比 |
|
326 | 330 | field_auth_source: 認證模式 |
|
327 | 331 | field_hide_mail: 隱藏我的電子郵件 |
|
328 | 332 | field_comments: 註解 |
|
329 | 333 | field_url: 網址 |
|
330 | 334 | field_start_page: 首頁 |
|
331 | 335 | field_subproject: 子專案 |
|
332 | 336 | field_hours: 小時 |
|
333 | 337 | field_activity: 活動 |
|
334 | 338 | field_spent_on: 日期 |
|
335 | 339 | field_identifier: 代碼 |
|
336 | 340 | field_is_filter: 用來作為過濾器 |
|
337 | 341 | field_issue_to_id: 相關項目 |
|
338 | 342 | field_delay: 逾期 |
|
339 | 343 | field_assignable: 項目可被分派至此角色 |
|
340 | 344 | field_redirect_existing_links: 重新導向現有連結 |
|
341 | 345 | field_estimated_hours: 預估工時 |
|
342 | 346 | field_column_names: 欄位 |
|
343 | 347 | field_time_zone: 時區 |
|
344 | 348 | field_searchable: 可用做搜尋條件 |
|
345 | 349 | field_default_value: 預設值 |
|
346 | 350 | field_comments_sorting: 註解排序 |
|
347 | 351 | field_parent_title: 父頁面 |
|
348 | 352 | field_editable: 可編輯 |
|
349 | 353 | field_watcher: 觀察者 |
|
350 | 354 | field_identity_url: OpenID 網址 |
|
351 | 355 | field_content: 內容 |
|
352 | 356 | field_group_by: 結果分組方式 |
|
353 | 357 | |
|
354 | 358 | setting_app_title: 標題 |
|
355 | 359 | setting_app_subtitle: 副標題 |
|
356 | 360 | setting_welcome_text: 歡迎詞 |
|
357 | 361 | setting_default_language: 預設語系 |
|
358 | 362 | setting_login_required: 需要驗證 |
|
359 | 363 | setting_self_registration: 註冊選項 |
|
360 | 364 | setting_attachment_max_size: 附件大小限制 |
|
361 | 365 | setting_issues_export_limit: 項目匯出限制 |
|
362 | 366 | setting_mail_from: 寄件者電子郵件 |
|
363 | 367 | setting_bcc_recipients: 使用密件副本 (BCC) |
|
364 | 368 | setting_plain_text_mail: 純文字郵件 (不含 HTML) |
|
365 | 369 | setting_host_name: 主機名稱 |
|
366 | 370 | setting_text_formatting: 文字格式 |
|
367 | 371 | setting_wiki_compression: 壓縮 Wiki 歷史文章 |
|
368 | 372 | setting_feeds_limit: RSS 新聞限制 |
|
369 | 373 | setting_autofetch_changesets: 自動取得送交版次 |
|
370 | 374 | setting_default_projects_public: 新建立之專案預設為「公開」 |
|
371 | 375 | setting_sys_api_enabled: 啟用管理版本庫之網頁服務 (Web Service) |
|
372 | 376 | setting_commit_ref_keywords: 送交用於參照項目之關鍵字 |
|
373 | 377 | setting_commit_fix_keywords: 送交用於修正項目之關鍵字 |
|
374 | 378 | setting_autologin: 自動登入 |
|
375 | 379 | setting_date_format: 日期格式 |
|
376 | 380 | setting_time_format: 時間格式 |
|
377 | 381 | setting_cross_project_issue_relations: 允許關聯至其它專案的項目 |
|
378 | 382 | setting_issue_list_default_columns: 預設顯示於項目清單的欄位 |
|
379 | 383 | setting_repositories_encodings: 版本庫編碼 |
|
380 | 384 | setting_commit_logs_encoding: 送交訊息編碼 |
|
381 | 385 | setting_emails_footer: 電子郵件附帶說明 |
|
382 | 386 | setting_protocol: 協定 |
|
383 | 387 | setting_per_page_options: 每頁顯示個數選項 |
|
384 | 388 | setting_user_format: 使用者顯示格式 |
|
385 | 389 | setting_activity_days_default: 專案活動顯示天數 |
|
386 | 390 | setting_display_subprojects_issues: 預設於父專案中顯示子專案的項目 |
|
387 | 391 | setting_enabled_scm: 啟用的 SCM |
|
388 | 392 | setting_mail_handler_api_enabled: 啟用處理傳入電子郵件的服務 |
|
389 | 393 | setting_mail_handler_api_key: API 金鑰 |
|
390 | 394 | setting_sequential_project_identifiers: 循序產生專案識別碼 |
|
391 | 395 | setting_gravatar_enabled: 啟用 Gravatar 全球認證大頭像 |
|
392 | 396 | setting_diff_max_lines_displayed: 差異顯示行數之最大值 |
|
393 | 397 | setting_file_max_size_displayed: 檔案內容顯示大小之最大值 |
|
394 | 398 | setting_repository_log_display_limit: 版次顯示數目之最大值 |
|
395 | 399 | setting_openid: 允許使用 OpenID 登入與註冊 |
|
396 | 400 | setting_password_min_length: 密碼最小長度 |
|
401 | setting_new_project_user_role_id: 管理者以外之用戶建立新專案時,將被指派的角色 | |
|
397 | 402 | |
|
403 | permission_add_project: 建立專案 | |
|
398 | 404 | permission_edit_project: 編輯專案 |
|
399 | 405 | permission_select_project_modules: 選擇專案模組 |
|
400 | 406 | permission_manage_members: 管理成員 |
|
401 | 407 | permission_manage_versions: 管理版本 |
|
402 | 408 | permission_manage_categories: 管理項目分類 |
|
403 | 409 | permission_add_issues: 新增項目 |
|
404 | 410 | permission_edit_issues: 編輯項目 |
|
405 | 411 | permission_manage_issue_relations: 管理項目關聯 |
|
406 | 412 | permission_add_issue_notes: 新增筆記 |
|
407 | 413 | permission_edit_issue_notes: 編輯筆記 |
|
408 | 414 | permission_edit_own_issue_notes: 編輯自己的筆記 |
|
409 | 415 | permission_move_issues: 搬移項目 |
|
410 | 416 | permission_delete_issues: 刪除項目 |
|
411 | 417 | permission_manage_public_queries: 管理公開查詢 |
|
412 | 418 | permission_save_queries: 儲存查詢 |
|
413 | 419 | permission_view_gantt: 檢視甘特圖 |
|
414 | 420 | permission_view_calendar: 檢視日曆 |
|
415 | 421 | permission_view_issue_watchers: 檢視觀察者清單 |
|
416 | 422 | permission_add_issue_watchers: 增加觀察者 |
|
417 | 423 | permission_log_time: 紀錄耗用工時 |
|
418 | 424 | permission_view_time_entries: 檢視耗用工時 |
|
419 | 425 | permission_edit_time_entries: 編輯工時紀錄 |
|
420 | 426 | permission_edit_own_time_entries: 編輯自己的工時記錄 |
|
421 | 427 | permission_manage_news: 管理新聞 |
|
422 | 428 | permission_comment_news: 註解新聞 |
|
423 | 429 | permission_manage_documents: 管理文件 |
|
424 | 430 | permission_view_documents: 檢視文件 |
|
425 | 431 | permission_manage_files: 管理檔案 |
|
426 | 432 | permission_view_files: 檢視檔案 |
|
427 | 433 | permission_manage_wiki: 管理 wiki |
|
428 | 434 | permission_rename_wiki_pages: 重新命名 wiki 頁面 |
|
429 | 435 | permission_delete_wiki_pages: 刪除 wiki 頁面 |
|
430 | 436 | permission_view_wiki_pages: 檢視 wiki |
|
431 | 437 | permission_view_wiki_edits: 檢視 wiki 歷史 |
|
432 | 438 | permission_edit_wiki_pages: 編輯 wiki 頁面 |
|
433 | 439 | permission_delete_wiki_pages_attachments: 刪除附件 |
|
434 | 440 | permission_protect_wiki_pages: 專案 wiki 頁面 |
|
435 | 441 | permission_manage_repository: 管理版本庫 |
|
436 | 442 | permission_browse_repository: 瀏覽版本庫 |
|
437 | 443 | permission_view_changesets: 檢視變更集 |
|
438 | 444 | permission_commit_access: 存取送交之變更 |
|
439 | 445 | permission_manage_boards: 管理討論版 |
|
440 | 446 | permission_view_messages: 檢視訊息 |
|
441 | 447 | permission_add_messages: 新增訊息 |
|
442 | 448 | permission_edit_messages: 編輯訊息 |
|
443 | 449 | permission_edit_own_messages: 編輯自己的訊息 |
|
444 | 450 | permission_delete_messages: 刪除訊息 |
|
445 | 451 | permission_delete_own_messages: 刪除自己的訊息 |
|
446 | 452 | |
|
447 | 453 | project_module_issue_tracking: 項目追蹤 |
|
448 | 454 | project_module_time_tracking: 工時追蹤 |
|
449 | 455 | project_module_news: 新聞 |
|
450 | 456 | project_module_documents: 文件 |
|
451 | 457 | project_module_files: 檔案 |
|
452 | 458 | project_module_wiki: Wiki |
|
453 | 459 | project_module_repository: 版本控管 |
|
454 | 460 | project_module_boards: 討論區 |
|
455 | 461 | |
|
456 | 462 | label_user: 用戶 |
|
457 | 463 | label_user_plural: 用戶清單 |
|
458 | 464 | label_user_new: 建立新用戶 |
|
459 | 465 | label_project: 專案 |
|
460 | 466 | label_project_new: 建立新專案 |
|
461 | 467 | label_project_plural: 專案清單 |
|
462 | 468 | label_x_projects: |
|
463 | 469 | zero: 無專案 |
|
464 | 470 | one: 1 個專案 |
|
465 | 471 | other: "{{count}} 個專案" |
|
466 | 472 | label_project_all: 全部的專案 |
|
467 | 473 | label_project_latest: 最近的專案 |
|
468 | 474 | label_issue: 項目 |
|
469 | 475 | label_issue_new: 建立新項目 |
|
470 | 476 | label_issue_plural: 項目清單 |
|
471 | 477 | label_issue_view_all: 檢視所有項目 |
|
472 | 478 | label_issues_by: "項目按 {{value}} 分組顯示" |
|
473 | 479 | label_issue_added: 項目已新增 |
|
474 | 480 | label_issue_updated: 項目已更新 |
|
475 | 481 | label_document: 文件 |
|
476 | 482 | label_document_new: 建立新文件 |
|
477 | 483 | label_document_plural: 文件 |
|
478 | 484 | label_document_added: 文件已新增 |
|
479 | 485 | label_role: 角色 |
|
480 | 486 | label_role_plural: 角色 |
|
481 | 487 | label_role_new: 建立新角色 |
|
482 | 488 | label_role_and_permissions: 角色與權限 |
|
483 | 489 | label_member: 成員 |
|
484 | 490 | label_member_new: 建立新成員 |
|
485 | 491 | label_member_plural: 成員 |
|
486 | 492 | label_tracker: 追蹤標籤 |
|
487 | 493 | label_tracker_plural: 追蹤標籤清單 |
|
488 | 494 | label_tracker_new: 建立新的追蹤標籤 |
|
489 | 495 | label_workflow: 流程 |
|
490 | 496 | label_issue_status: 項目狀態 |
|
491 | 497 | label_issue_status_plural: 項目狀態清單 |
|
492 | 498 | label_issue_status_new: 建立新狀態 |
|
493 | 499 | label_issue_category: 項目分類 |
|
494 | 500 | label_issue_category_plural: 項目分類清單 |
|
495 | 501 | label_issue_category_new: 建立新分類 |
|
496 | 502 | label_custom_field: 自訂欄位 |
|
497 | 503 | label_custom_field_plural: 自訂欄位清單 |
|
498 | 504 | label_custom_field_new: 建立新自訂欄位 |
|
499 | 505 | label_enumerations: 列舉值清單 |
|
500 | 506 | label_enumeration_new: 建立新列舉值 |
|
501 | 507 | label_information: 資訊 |
|
502 | 508 | label_information_plural: 資訊 |
|
503 | 509 | label_please_login: 請先登入 |
|
504 | 510 | label_register: 註冊 |
|
505 | 511 | label_login_with_open_id_option: 或使用 OpenID 登入 |
|
506 | 512 | label_password_lost: 遺失密碼 |
|
507 | 513 | label_home: 網站首頁 |
|
508 | 514 | label_my_page: 帳戶首頁 |
|
509 | 515 | label_my_account: 我的帳戶 |
|
510 | 516 | label_my_projects: 我的專案 |
|
511 | 517 | label_administration: 網站管理 |
|
512 | 518 | label_login: 登入 |
|
513 | 519 | label_logout: 登出 |
|
514 | 520 | label_help: 說明 |
|
515 | 521 | label_reported_issues: 我通報的項目 |
|
516 | 522 | label_assigned_to_me_issues: 分派給我的項目 |
|
517 | 523 | label_last_login: 最近一次連線 |
|
518 | 524 | label_registered_on: 註冊於 |
|
519 | 525 | label_activity: 活動 |
|
520 | 526 | label_overall_activity: 檢視所有活動 |
|
521 | 527 | label_user_activity: "{{value}} 的活動" |
|
522 | 528 | label_new: 建立新的... |
|
523 | 529 | label_logged_as: 目前登入 |
|
524 | 530 | label_environment: 環境 |
|
525 | 531 | label_authentication: 認證 |
|
526 | 532 | label_auth_source: 認證模式 |
|
527 | 533 | label_auth_source_new: 建立新認證模式 |
|
528 | 534 | label_auth_source_plural: 認證模式清單 |
|
529 | 535 | label_subproject_plural: 子專案 |
|
530 | 536 | label_and_its_subprojects: "{{value}} 與其子專案" |
|
531 | 537 | label_min_max_length: 最小 - 最大 長度 |
|
532 | 538 | label_list: 清單 |
|
533 | 539 | label_date: 日期 |
|
534 | 540 | label_integer: 整數 |
|
535 | 541 | label_float: 浮點數 |
|
536 | 542 | label_boolean: 布林 |
|
537 | 543 | label_string: 文字 |
|
538 | 544 | label_text: 長文字 |
|
539 | 545 | label_attribute: 屬性 |
|
540 | 546 | label_attribute_plural: 屬性 |
|
541 | 547 | label_download: "{{count}} 個下載" |
|
542 | 548 | label_download_plural: "{{count}} 個下載" |
|
543 | 549 | label_no_data: 沒有任何資料可供顯示 |
|
544 | 550 | label_change_status: 變更狀態 |
|
545 | 551 | label_history: 歷史 |
|
546 | 552 | label_attachment: 檔案 |
|
547 | 553 | label_attachment_new: 建立新檔案 |
|
548 | 554 | label_attachment_delete: 刪除檔案 |
|
549 | 555 | label_attachment_plural: 檔案 |
|
550 | 556 | label_file_added: 檔案已新增 |
|
551 | 557 | label_report: 報告 |
|
552 | 558 | label_report_plural: 報告 |
|
553 | 559 | label_news: 新聞 |
|
554 | 560 | label_news_new: 建立新聞 |
|
555 | 561 | label_news_plural: 新聞 |
|
556 | 562 | label_news_latest: 最近新聞 |
|
557 | 563 | label_news_view_all: 檢視所有新聞 |
|
558 | 564 | label_news_added: 新聞已新增 |
|
559 | 565 | label_change_log: 變更記錄 |
|
560 | 566 | label_settings: 設定 |
|
561 | 567 | label_overview: 概觀 |
|
562 | 568 | label_version: 版本 |
|
563 | 569 | label_version_new: 建立新版本 |
|
564 | 570 | label_version_plural: 版本 |
|
565 | 571 | label_confirmation: 確認 |
|
566 | 572 | label_export_to: 匯出至 |
|
567 | 573 | label_read: 讀取... |
|
568 | 574 | label_public_projects: 公開專案 |
|
569 | 575 | label_open_issues: 進行中 |
|
570 | 576 | label_open_issues_plural: 進行中 |
|
571 | 577 | label_closed_issues: 已結束 |
|
572 | 578 | label_closed_issues_plural: 已結束 |
|
573 | 579 | label_x_open_issues_abbr_on_total: |
|
574 | 580 | zero: 0 進行中 / 共 {{total}} |
|
575 | 581 | one: 1 進行中 / 共 {{total}} |
|
576 | 582 | other: "{{count}} 進行中 / 共 {{total}}" |
|
577 | 583 | label_x_open_issues_abbr: |
|
578 | 584 | zero: 0 進行中 |
|
579 | 585 | one: 1 進行中 |
|
580 | 586 | other: "{{count}} 進行中" |
|
581 | 587 | label_x_closed_issues_abbr: |
|
582 | 588 | zero: 0 已結束 |
|
583 | 589 | one: 1 已結束 |
|
584 | 590 | other: "{{count}} 已結束" |
|
585 | 591 | label_total: 總計 |
|
586 | 592 | label_permissions: 權限 |
|
587 | 593 | label_current_status: 目前狀態 |
|
588 | 594 | label_new_statuses_allowed: 可變更至以下狀態 |
|
589 | 595 | label_all: 全部 |
|
590 | 596 | label_none: 空值 |
|
591 | 597 | label_nobody: 無名 |
|
592 | 598 | label_next: 下一頁 |
|
593 | 599 | label_previous: 上一頁 |
|
594 | 600 | label_used_by: Used by |
|
595 | 601 | label_details: 明細 |
|
596 | 602 | label_add_note: 加入一個新筆記 |
|
597 | 603 | label_per_page: 每頁 |
|
598 | 604 | label_calendar: 日曆 |
|
599 | 605 | label_months_from: 個月, 開始月份 |
|
600 | 606 | label_gantt: 甘特圖 |
|
601 | 607 | label_internal: 內部 |
|
602 | 608 | label_last_changes: "最近 {{count}} 個變更" |
|
603 | 609 | label_change_view_all: 檢視所有變更 |
|
604 | 610 | label_personalize_page: 自訂版面 |
|
605 | 611 | label_comment: 註解 |
|
606 | 612 | label_comment_plural: 註解 |
|
607 | 613 | label_x_comments: |
|
608 | 614 | zero: 無註解 |
|
609 | 615 | one: 1 個註解 |
|
610 | 616 | other: "{{count}} 個註解" |
|
611 | 617 | label_comment_add: 加入新註解 |
|
612 | 618 | label_comment_added: 新註解已加入 |
|
613 | 619 | label_comment_delete: 刪除註解 |
|
614 | 620 | label_query: 自訂查詢 |
|
615 | 621 | label_query_plural: 自訂查詢 |
|
616 | 622 | label_query_new: 建立新查詢 |
|
617 | 623 | label_filter_add: 加入新篩選條件 |
|
618 | 624 | label_filter_plural: 篩選條件 |
|
619 | 625 | label_equals: 等於 |
|
620 | 626 | label_not_equals: 不等於 |
|
621 | 627 | label_in_less_than: 在小於 |
|
622 | 628 | label_in_more_than: 在大於 |
|
623 | 629 | label_greater_or_equal: "大於等於 (>=)" |
|
624 | 630 | label_less_or_equal: "小於等於 (<=)" |
|
625 | 631 | label_in: 在 |
|
626 | 632 | label_today: 今天 |
|
627 | 633 | label_all_time: all time |
|
628 | 634 | label_yesterday: 昨天 |
|
629 | 635 | label_this_week: 本週 |
|
630 | 636 | label_last_week: 上週 |
|
631 | 637 | label_last_n_days: "過去 {{count}} 天" |
|
632 | 638 | label_this_month: 這個月 |
|
633 | 639 | label_last_month: 上個月 |
|
634 | 640 | label_this_year: 今年 |
|
635 | 641 | label_date_range: 日期區間 |
|
636 | 642 | label_less_than_ago: 小於幾天之前 |
|
637 | 643 | label_more_than_ago: 大於幾天之前 |
|
638 | 644 | label_ago: 天以前 |
|
639 | 645 | label_contains: 包含 |
|
640 | 646 | label_not_contains: 不包含 |
|
641 | 647 | label_day_plural: 天 |
|
642 | 648 | label_repository: 版本控管 |
|
643 | 649 | label_repository_plural: 版本控管 |
|
644 | 650 | label_browse: 瀏覽 |
|
645 | 651 | label_modification: "{{count}} 變更" |
|
646 | 652 | label_modification_plural: "{{count}} 變更" |
|
647 | 653 | label_revision: 版次 |
|
648 | 654 | label_revision_plural: 版次清單 |
|
649 | 655 | label_associated_revisions: 相關版次 |
|
650 | 656 | label_added: 已新增 |
|
651 | 657 | label_modified: 已修改 |
|
652 | 658 | label_copied: 已複製 |
|
653 | 659 | label_renamed: 已重新命名 |
|
654 | 660 | label_deleted: 已刪除 |
|
655 | 661 | label_latest_revision: 最新版次 |
|
656 | 662 | label_latest_revision_plural: 最近版次清單 |
|
657 | 663 | label_view_revisions: 檢視版次清單 |
|
658 | 664 | label_max_size: 最大長度 |
|
659 | 665 | label_sort_highest: 移動至開頭 |
|
660 | 666 | label_sort_higher: 往上移動 |
|
661 | 667 | label_sort_lower: 往下移動 |
|
662 | 668 | label_sort_lowest: 移動至結尾 |
|
663 | 669 | label_roadmap: 版本藍圖 |
|
664 | 670 | label_roadmap_due_in: 倒數天數: |
|
665 | 671 | label_roadmap_overdue: "{{value}} 逾期" |
|
666 | 672 | label_roadmap_no_issues: 此版本尚未包含任何項目 |
|
667 | 673 | label_search: 搜尋 |
|
668 | 674 | label_result_plural: 結果 |
|
669 | 675 | label_all_words: All words |
|
670 | 676 | label_wiki: Wiki |
|
671 | 677 | label_wiki_edit: Wiki 編輯 |
|
672 | 678 | label_wiki_edit_plural: Wiki 編輯 |
|
673 | 679 | label_wiki_page: Wiki 網頁 |
|
674 | 680 | label_wiki_page_plural: Wiki 網頁 |
|
675 | 681 | label_index_by_title: 依標題索引 |
|
676 | 682 | label_index_by_date: 依日期索引 |
|
677 | 683 | label_current_version: 現行版本 |
|
678 | 684 | label_preview: 預覽 |
|
679 | 685 | label_feed_plural: Feeds |
|
680 | 686 | label_changes_details: 所有變更的明細 |
|
681 | 687 | label_issue_tracking: 項目追蹤 |
|
682 | 688 | label_spent_time: 耗用時間 |
|
683 | 689 | label_f_hour: "{{value}} 小時" |
|
684 | 690 | label_f_hour_plural: "{{value}} 小時" |
|
685 | 691 | label_time_tracking: 工時追蹤 |
|
686 | 692 | label_change_plural: 變更 |
|
687 | 693 | label_statistics: 統計資訊 |
|
688 | 694 | label_commits_per_month: 依月份統計送交次數 |
|
689 | 695 | label_commits_per_author: 依作者統計送交次數 |
|
690 | 696 | label_view_diff: 檢視差異 |
|
691 | 697 | label_diff_inline: 直列 |
|
692 | 698 | label_diff_side_by_side: 並排 |
|
693 | 699 | label_options: 選項清單 |
|
694 | 700 | label_copy_workflow_from: 從以下追蹤標籤複製工作流程 |
|
695 | 701 | label_permissions_report: 權限報表 |
|
696 | 702 | label_watched_issues: 觀察中的項目清單 |
|
697 | 703 | label_related_issues: 相關的項目清單 |
|
698 | 704 | label_applied_status: 已套用狀態 |
|
699 | 705 | label_loading: 載入中... |
|
700 | 706 | label_relation_new: 建立新關聯 |
|
701 | 707 | label_relation_delete: 刪除關聯 |
|
702 | 708 | label_relates_to: 關聯至 |
|
703 | 709 | label_duplicates: 已重複 |
|
704 | 710 | label_duplicated_by: 與後面所列項目重複 |
|
705 | 711 | label_blocks: 阻擋 |
|
706 | 712 | label_blocked_by: 被阻擋 |
|
707 | 713 | label_precedes: 優先於 |
|
708 | 714 | label_follows: 跟隨於 |
|
709 | 715 | label_end_to_start: 結束─開始 |
|
710 | 716 | label_end_to_end: 結束─結束 |
|
711 | 717 | label_start_to_start: 開始─開始 |
|
712 | 718 | label_start_to_end: 開始─結束 |
|
713 | 719 | label_stay_logged_in: 維持已登入狀態 |
|
714 | 720 | label_disabled: 關閉 |
|
715 | 721 | label_show_completed_versions: 顯示已完成的版本 |
|
716 | 722 | label_me: 我自己 |
|
717 | 723 | label_board: 論壇 |
|
718 | 724 | label_board_new: 建立新論壇 |
|
719 | 725 | label_board_plural: 論壇 |
|
720 | 726 | label_topic_plural: 討論主題 |
|
721 | 727 | label_message_plural: 訊息 |
|
722 | 728 | label_message_last: 上一封訊息 |
|
723 | 729 | label_message_new: 建立新訊息 |
|
724 | 730 | label_message_posted: 訊息已新增 |
|
725 | 731 | label_reply_plural: 回應 |
|
726 | 732 | label_send_information: 寄送帳戶資訊電子郵件給用戶 |
|
727 | 733 | label_year: 年 |
|
728 | 734 | label_month: 月 |
|
729 | 735 | label_week: 週 |
|
730 | 736 | label_date_from: 開始 |
|
731 | 737 | label_date_to: 結束 |
|
732 | 738 | label_language_based: 依用戶之語系決定 |
|
733 | 739 | label_sort_by: "按 {{value}} 排序" |
|
734 | 740 | label_send_test_email: 寄送測試郵件 |
|
735 | 741 | label_feeds_access_key_created_on: "RSS 存取鍵建立於 {{value}} 之前" |
|
736 | 742 | label_module_plural: 模組 |
|
737 | 743 | label_added_time_by: "是由 {{author}} 於 {{age}} 前加入" |
|
738 | 744 | label_updated_time_by: "是由 {{author}} 於 {{age}} 前更新" |
|
739 | 745 | label_updated_time: "於 {{value}} 前更新" |
|
740 | 746 | label_jump_to_a_project: 選擇欲前往的專案... |
|
741 | 747 | label_file_plural: 檔案清單 |
|
742 | 748 | label_changeset_plural: 變更集清單 |
|
743 | 749 | label_default_columns: 預設欄位清單 |
|
744 | 750 | label_no_change_option: (維持不變) |
|
745 | 751 | label_bulk_edit_selected_issues: 編輯選定的項目 |
|
746 | 752 | label_theme: 畫面主題 |
|
747 | 753 | label_default: 預設 |
|
748 | 754 | label_search_titles_only: 僅搜尋標題 |
|
749 | 755 | label_user_mail_option_all: "提醒與我的專案有關的所有事件" |
|
750 | 756 | label_user_mail_option_selected: "只提醒我所選擇專案中的事件..." |
|
751 | 757 | label_user_mail_option_none: "只提醒我觀察中或參與中的事件" |
|
752 | 758 | label_user_mail_no_self_notified: "不提醒我自己所做的變更" |
|
753 | 759 | label_registration_activation_by_email: 透過電子郵件啟用帳戶 |
|
754 | 760 | label_registration_manual_activation: 手動啟用帳戶 |
|
755 | 761 | label_registration_automatic_activation: 自動啟用帳戶 |
|
756 | 762 | label_display_per_page: "每頁顯示: {{value}} 個" |
|
757 | 763 | label_age: 年齡 |
|
758 | 764 | label_change_properties: 變更屬性 |
|
759 | 765 | label_general: 一般 |
|
760 | 766 | label_more: 更多 » |
|
761 | 767 | label_scm: 版本控管 |
|
762 | 768 | label_plugins: 附加元件 |
|
763 | 769 | label_ldap_authentication: LDAP 認證 |
|
764 | 770 | label_downloads_abbr: 下載 |
|
765 | 771 | label_optional_description: 額外的說明 |
|
766 | 772 | label_add_another_file: 增加其他檔案 |
|
767 | 773 | label_preferences: 偏好選項 |
|
768 | 774 | label_chronological_order: 以時間由遠至近排序 |
|
769 | 775 | label_reverse_chronological_order: 以時間由近至遠排序 |
|
770 | 776 | label_planning: 計劃表 |
|
771 | 777 | label_incoming_emails: 傳入的電子郵件 |
|
772 | 778 | label_generate_key: 產生金鑰 |
|
773 | 779 | label_issue_watchers: 觀察者 |
|
774 | 780 | label_example: 範例 |
|
775 | 781 | label_display: 顯示 |
|
776 | 782 | label_sort: 排序 |
|
777 | 783 | label_ascending: 遞增排序 |
|
778 | 784 | label_descending: 遞減排序 |
|
779 | 785 | label_date_from_to: 起 {{start}} 迄 {{end}} |
|
786 | label_wiki_content_added: Wiki 頁面已新增 | |
|
787 | label_wiki_content_updated: Wiki 頁面已更新 | |
|
780 | 788 | |
|
781 | 789 | button_login: 登入 |
|
782 | 790 | button_submit: 送出 |
|
783 | 791 | button_save: 儲存 |
|
784 | 792 | button_check_all: 全選 |
|
785 | 793 | button_uncheck_all: 全不選 |
|
786 | 794 | button_delete: 刪除 |
|
787 | 795 | button_create: 建立 |
|
788 | 796 | button_create_and_continue: 繼續建立 |
|
789 | 797 | button_test: 測試 |
|
790 | 798 | button_edit: 編輯 |
|
791 | 799 | button_add: 新增 |
|
792 | 800 | button_change: 修改 |
|
793 | 801 | button_apply: 套用 |
|
794 | 802 | button_clear: 清除 |
|
795 | 803 | button_lock: 鎖定 |
|
796 | 804 | button_unlock: 解除鎖定 |
|
797 | 805 | button_download: 下載 |
|
798 | 806 | button_list: 清單 |
|
799 | 807 | button_view: 檢視 |
|
800 | 808 | button_move: 移動 |
|
801 | 809 | button_back: 返回 |
|
802 | 810 | button_cancel: 取消 |
|
803 | 811 | button_activate: 啟用 |
|
804 | 812 | button_sort: 排序 |
|
805 | 813 | button_log_time: 記錄時間 |
|
806 | 814 | button_rollback: 還原至此版本 |
|
807 | 815 | button_watch: 觀察 |
|
808 | 816 | button_unwatch: 取消觀察 |
|
809 | 817 | button_reply: 回應 |
|
810 | 818 | button_archive: 歸檔 |
|
811 | 819 | button_unarchive: 取消歸檔 |
|
812 | 820 | button_reset: 回復 |
|
813 | 821 | button_rename: 重新命名 |
|
814 | 822 | button_change_password: 變更密碼 |
|
815 | 823 | button_copy: 複製 |
|
816 | 824 | button_annotate: 加注 |
|
817 | 825 | button_update: 更新 |
|
818 | 826 | button_configure: 設定 |
|
819 | 827 | button_quote: 引用 |
|
820 | 828 | |
|
821 | 829 | status_active: 活動中 |
|
822 | 830 | status_registered: 註冊完成 |
|
823 | 831 | status_locked: 鎖定中 |
|
824 | 832 | |
|
825 | 833 | text_select_mail_notifications: 選擇欲寄送提醒通知郵件之動作 |
|
826 | 834 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
827 | 835 | text_min_max_length_info: 0 代表「不限制」 |
|
828 | 836 | text_project_destroy_confirmation: 您確定要刪除這個專案和其他相關資料? |
|
829 | 837 | text_subprojects_destroy_warning: "下列子專案: {{value}} 將一併被刪除。" |
|
830 | 838 | text_workflow_edit: 選擇角色與追蹤標籤以設定其工作流程 |
|
831 | 839 | text_are_you_sure: 確定執行? |
|
832 | 840 | text_journal_changed: "從 {{old}} 變更為 {{new}}" |
|
833 | 841 | text_journal_set_to: "設定為 {{value}}" |
|
834 | 842 | text_journal_deleted: 已刪除 |
|
835 | 843 | text_tip_task_begin_day: 今天起始的工作 |
|
836 | 844 | text_tip_task_end_day: 今天截止的的工作 |
|
837 | 845 | text_tip_task_begin_end_day: 今天起始與截止的工作 |
|
838 | 846 | text_project_identifier_info: '只允許小寫英文字母(a-z)、阿拉伯數字與連字符號(-)。<br />儲存後,代碼不可再被更改。' |
|
839 | 847 | text_caracters_maximum: "最多 {{count}} 個字元." |
|
840 | 848 | text_caracters_minimum: "長度必須大於 {{count}} 個字元." |
|
841 | 849 | text_length_between: "長度必須介於 {{min}} 至 {{max}} 個字元之間." |
|
842 | 850 | text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程 |
|
843 | 851 | text_unallowed_characters: 不允許的字元 |
|
844 | 852 | text_comma_separated: 可輸入多個值 (以逗號分隔). |
|
845 | 853 | text_issues_ref_in_commit_messages: 送交訊息中參照(或修正)項目之關鍵字 |
|
846 | 854 | text_issue_added: "項目 {{id}} 已被 {{author}} 通報。" |
|
847 | 855 | text_issue_updated: "項目 {{id}} 已被 {{author}} 更新。" |
|
848 | 856 | text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容? |
|
849 | 857 | text_issue_category_destroy_question: "有 ({{count}}) 個項目被指派到此分類. 請選擇您想要的動作?" |
|
850 | 858 | text_issue_category_destroy_assignments: 移除這些項目的分類 |
|
851 | 859 | text_issue_category_reassign_to: 重新指派這些項目至其它分類 |
|
852 | 860 | text_user_mail_option: "對於那些未被選擇的專案,將只會接收到您正在觀察中,或是參與中的項目通知。(「參與中的項目」包含您建立的或是指派給您的項目)" |
|
853 | 861 | text_no_configuration_data: "角色、追蹤器、項目狀態與流程尚未被設定完成。\n強烈建議您先載入預設的設定,然後修改成您想要的設定。" |
|
854 | 862 | text_load_default_configuration: 載入預設組態 |
|
855 | 863 | text_status_changed_by_changeset: "已套用至變更集 {{value}}." |
|
856 | 864 | text_issues_destroy_confirmation: '確定刪除已選擇的項目?' |
|
857 | 865 | text_select_project_modules: '選擇此專案可使用之模組:' |
|
858 | 866 | text_default_administrator_account_changed: 已變更預設管理員帳號內容 |
|
859 | 867 | text_file_repository_writable: 可寫入附加檔案目錄 |
|
860 | 868 | text_plugin_assets_writable: 可寫入附加元件目錄 |
|
861 | 869 | text_rmagick_available: 可使用 RMagick (選配) |
|
862 |
text_destroy_time_entries_question: 您即將刪除的項目已報工 |
|
|
870 | text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是? | |
|
863 | 871 | text_destroy_time_entries: 刪除已報工的時數 |
|
864 | 872 | text_assign_time_entries_to_project: 指定已報工的時數至專案中 |
|
865 | 873 | text_reassign_time_entries: '重新指定已報工的時數至此項目:' |
|
866 | 874 | text_user_wrote: "{{value}} 先前提到:" |
|
867 | 875 | text_enumeration_destroy_question: "目前有 {{count}} 個物件使用此列舉值。" |
|
868 | 876 | text_enumeration_category_reassign_to: '重新設定其列舉值為:' |
|
869 | 877 | text_email_delivery_not_configured: "您尚未設定電子郵件傳送方式,因此提醒選項已被停用。\n請在 config/email.yml 中設定 SMTP 之後,重新啟動 Redmine,以啟用電子郵件提醒選項。" |
|
870 | 878 | text_repository_usernames_mapping: "選擇或更新 Redmine 使用者與版本庫使用者之對應關係。\n版本庫中之使用者帳號或電子郵件信箱,與 Redmine 設定相同者,將自動產生對應關係。" |
|
871 | 879 | text_diff_truncated: '... 這份差異已被截短以符合顯示行數之最大值' |
|
872 | 880 | text_custom_field_possible_values_info: '一列輸入一個值' |
|
873 | 881 | text_wiki_page_destroy_question: "此頁面包含 {{descendants}} 個子頁面及延伸頁面。 請選擇您想要的動作?" |
|
874 | 882 | text_wiki_page_nullify_children: "保留所有子頁面當作根頁面" |
|
875 | 883 | text_wiki_page_destroy_children: "刪除所有子頁面及其延伸頁面" |
|
876 | 884 | text_wiki_page_reassign_children: "重新指定所有的子頁面之父頁面至此頁面" |
|
877 | 885 | |
|
878 | 886 | default_role_manager: 管理人員 |
|
879 | 887 | default_role_developper: 開發人員 |
|
880 | 888 | default_role_reporter: 報告人員 |
|
881 | 889 | default_tracker_bug: 臭蟲 |
|
882 | 890 | default_tracker_feature: 功能 |
|
883 | 891 | default_tracker_support: 支援 |
|
884 | 892 | default_issue_status_new: 新建立 |
|
885 | 893 | default_issue_status_assigned: 已指派 |
|
886 | 894 | default_issue_status_resolved: 已解決 |
|
887 | 895 | default_issue_status_feedback: 已回應 |
|
888 | 896 | default_issue_status_closed: 已結束 |
|
889 | 897 | default_issue_status_rejected: 已拒絕 |
|
890 | 898 | default_doc_category_user: 使用手冊 |
|
891 | 899 | default_doc_category_tech: 技術文件 |
|
892 | 900 | default_priority_low: 低 |
|
893 | 901 | default_priority_normal: 正常 |
|
894 | 902 | default_priority_high: 高 |
|
895 | 903 | default_priority_urgent: 速 |
|
896 | 904 | default_priority_immediate: 急 |
|
897 | 905 | default_activity_design: 設計 |
|
898 | 906 | default_activity_development: 開發 |
|
899 | 907 | |
|
900 | 908 | enumeration_issue_priorities: 項目優先權 |
|
901 | 909 | enumeration_doc_categories: 文件分類 |
|
902 | 910 | enumeration_activities: 活動 (時間追蹤) |
|
903 | mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated" | |
|
904 | label_wiki_content_added: Wiki page added | |
|
905 | mail_subject_wiki_content_added: "'{{page}}' wiki page has been added" | |
|
906 | mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}. | |
|
907 | permission_add_project: Create project | |
|
908 | label_wiki_content_updated: Wiki page updated | |
|
909 | mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}. | |
|
910 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project |
@@ -1,835 +1,834 | |||
|
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 | prompts: |
|
60 | 60 | year: "年" |
|
61 | 61 | month: "月" |
|
62 | 62 | day: "日" |
|
63 | 63 | hour: "时" |
|
64 | 64 | minute: "分" |
|
65 | 65 | second: "秒" |
|
66 | 66 | |
|
67 | 67 | number: |
|
68 | 68 | format: |
|
69 | 69 | separator: "." |
|
70 | 70 | delimiter: "," |
|
71 | 71 | precision: 3 |
|
72 | 72 | currency: |
|
73 | 73 | format: |
|
74 | 74 | format: "%n %u" |
|
75 | 75 | unit: "元" |
|
76 | 76 | separator: "." |
|
77 | 77 | delimiter: "," |
|
78 | 78 | precision: 2 |
|
79 | 79 | percentage: |
|
80 | 80 | format: |
|
81 | 81 | delimiter: "" |
|
82 | 82 | precision: |
|
83 | 83 | format: |
|
84 | 84 | delimiter: "" |
|
85 | 85 | human: |
|
86 | 86 | format: |
|
87 | 87 | delimiter: "" |
|
88 | 88 | precision: 1 |
|
89 | 89 | storage_units: [Bytes, KB, MB, GB, TB] |
|
90 | 90 | |
|
91 | 91 | support: |
|
92 | 92 | array: |
|
93 | 93 | words_connector: ", " |
|
94 | 94 | two_words_connector: " 和 " |
|
95 | 95 | last_word_connector: ", 和 " |
|
96 | 96 | |
|
97 | 97 | activerecord: |
|
98 | 98 | errors: |
|
99 | 99 | template: |
|
100 | 100 | header: |
|
101 | 101 | one: "有 1 个错误发生导致「{{model}}」无法被保存。" |
|
102 | 102 | other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。" |
|
103 | 103 | body: "如下字段出现错误:" |
|
104 | 104 | messages: |
|
105 | 105 | inclusion: "不包含于列表中" |
|
106 | 106 | exclusion: "是保留关键字" |
|
107 | 107 | invalid: "是无效的" |
|
108 | 108 | confirmation: "与确认值不匹配" |
|
109 | 109 | accepted: "必须是可被接受的" |
|
110 | 110 | empty: "不能留空" |
|
111 | 111 | blank: "不能为空字符" |
|
112 | 112 | too_long: "过长(最长为 {{count}} 个字符)" |
|
113 | 113 | too_short: "过短(最短为 {{count}} 个字符)" |
|
114 | 114 | wrong_length: "长度非法(必须为 {{count}} 个字符)" |
|
115 | 115 | taken: "已经被使用" |
|
116 | 116 | not_a_number: "不是数字" |
|
117 | 117 | greater_than: "必须大于 {{count}}" |
|
118 | 118 | greater_than_or_equal_to: "必须大于或等于 {{count}}" |
|
119 | 119 | equal_to: "必须等于 {{count}}" |
|
120 | 120 | less_than: "必须小于 {{count}}" |
|
121 | 121 | less_than_or_equal_to: "必须小于或等于 {{count}}" |
|
122 | 122 | odd: "必须为单数" |
|
123 | 123 | even: "必须为双数" |
|
124 | 124 | greater_than_start_date: "必须在起始日期之后" |
|
125 | 125 | not_same_project: "不属于同一个项目" |
|
126 | 126 | circular_dependency: "此关联将导致循环依赖" |
|
127 | 127 | |
|
128 | 128 | actionview_instancetag_blank_option: 请选择 |
|
129 | 129 | |
|
130 | 130 | general_text_No: '否' |
|
131 | 131 | general_text_Yes: '是' |
|
132 | 132 | general_text_no: '否' |
|
133 | 133 | general_text_yes: '是' |
|
134 | 134 | general_lang_name: 'Simplified Chinese (简体中文)' |
|
135 | 135 | general_csv_separator: ',' |
|
136 | 136 | general_csv_decimal_separator: '.' |
|
137 | 137 | general_csv_encoding: gb18030 |
|
138 | 138 | general_pdf_encoding: gb18030 |
|
139 | 139 | general_first_day_of_week: '7' |
|
140 | 140 | |
|
141 | 141 | notice_account_updated: 帐号更新成功 |
|
142 | 142 | notice_account_invalid_creditentials: 无效的用户名或密码 |
|
143 | 143 | notice_account_password_updated: 密码更新成功 |
|
144 | 144 | notice_account_wrong_password: 密码错误 |
|
145 | 145 | notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。 |
|
146 | 146 | notice_account_unknown_email: 未知用户 |
|
147 | 147 | notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。 |
|
148 | 148 | notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。 |
|
149 | 149 | notice_account_activated: 您的帐号已被激活。您现在可以登录了。 |
|
150 | 150 | notice_successful_create: 创建成功 |
|
151 | 151 | notice_successful_update: 更新成功 |
|
152 | 152 | notice_successful_delete: 删除成功 |
|
153 | 153 | notice_successful_connection: 连接成功 |
|
154 | 154 | notice_file_not_found: 您访问的页面不存在或已被删除。 |
|
155 | 155 | notice_locking_conflict: 数据已被另一位用户更新 |
|
156 | 156 | notice_not_authorized: 对不起,您无权访问此页面。 |
|
157 | 157 | notice_email_sent: "邮件已成功发送到 {{value}}" |
|
158 | 158 | notice_email_error: "发送邮件时发生错误 ({{value}})" |
|
159 | 159 | notice_feeds_access_key_reseted: 您的RSS存取键已被重置。 |
|
160 | 160 | notice_failed_to_save_issues: "{{count}} 个问题保存失败(共选择 {{total}} 个问题):{{ids}}." |
|
161 | 161 | notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。" |
|
162 | 162 | notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。" |
|
163 | 163 | notice_default_data_loaded: 成功载入默认设置。 |
|
164 | 164 | notice_unable_delete_version: 无法删除版本 |
|
165 | 165 | |
|
166 | 166 | error_can_t_load_default_data: "无法载入默认设置:{{value}}" |
|
167 | 167 | error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。" |
|
168 | 168 | error_scm_command_failed: "访问版本库时发生错误:{{value}}" |
|
169 | 169 | error_scm_annotate: "该条目不存在或无法追溯。" |
|
170 | 170 | error_issue_not_found_in_project: '问题不存在或不属于此项目' |
|
171 | 171 | |
|
172 | 172 | warning_attachments_not_saved: "{{count}} 个文件保存失败。" |
|
173 | 173 | |
|
174 | 174 | mail_subject_lost_password: "您的 {{value}} 密码" |
|
175 | 175 | mail_body_lost_password: '请点击以下链接来修改您的密码:' |
|
176 | 176 | mail_subject_register: "{{value}}帐号激活" |
|
177 | 177 | mail_body_register: '请点击以下链接来激活您的帐号:' |
|
178 | 178 | mail_body_account_information_external: "您可以使用您的 {{value}} 帐号来登录。" |
|
179 | 179 | mail_body_account_information: 您的帐号信息 |
|
180 | 180 | mail_subject_account_activation_request: "{{value}}帐号激活请求" |
|
181 | 181 | mail_body_account_activation_request: "新用户({{value}})已完成注册,正在等候您的审核:" |
|
182 | 182 | mail_subject_reminder: "{{count}} 个问题需要尽快解决" |
|
183 | 183 | mail_body_reminder: "指派给您的 {{count}} 个问题需要在 {{days}} 天内完成:" |
|
184 | mail_subject_wiki_content_added: "'{{page}}' wiki页面已添加" | |
|
185 | mail_body_wiki_content_added: "'{{page}}' wiki页面已由 {{author}} 添加。" | |
|
186 | mail_subject_wiki_content_updated: "'{{page}}' wiki页面已更新" | |
|
187 | mail_body_wiki_content_updated: "'{{page}}' wiki页面已由 {{author}} 更新。" | |
|
184 | 188 | |
|
185 | 189 | gui_validation_error: 1 个错误 |
|
186 | 190 | gui_validation_error_plural: "{{count}} 个错误" |
|
187 | 191 | |
|
188 | 192 | field_name: 名称 |
|
189 | 193 | field_description: 描述 |
|
190 | 194 | field_summary: 摘要 |
|
191 | 195 | field_is_required: 必填 |
|
192 | 196 | field_firstname: 名字 |
|
193 | 197 | field_lastname: 姓氏 |
|
194 | 198 | field_mail: 邮件地址 |
|
195 | 199 | field_filename: 文件 |
|
196 | 200 | field_filesize: 大小 |
|
197 | 201 | field_downloads: 下载次数 |
|
198 | 202 | field_author: 作者 |
|
199 | 203 | field_created_on: 创建于 |
|
200 | 204 | field_updated_on: 更新于 |
|
201 | 205 | field_field_format: 格式 |
|
202 | 206 | field_is_for_all: 用于所有项目 |
|
203 | 207 | field_possible_values: 可能的值 |
|
204 | 208 | field_regexp: 正则表达式 |
|
205 | 209 | field_min_length: 最小长度 |
|
206 | 210 | field_max_length: 最大长度 |
|
207 | 211 | field_value: 值 |
|
208 | 212 | field_category: 类别 |
|
209 | 213 | field_title: 标题 |
|
210 | 214 | field_project: 项目 |
|
211 | 215 | field_issue: 问题 |
|
212 | 216 | field_status: 状态 |
|
213 | 217 | field_notes: 说明 |
|
214 | 218 | field_is_closed: 已关闭的问题 |
|
215 | 219 | field_is_default: 默认值 |
|
216 | 220 | field_tracker: 跟踪 |
|
217 | 221 | field_subject: 主题 |
|
218 | 222 | field_due_date: 完成日期 |
|
219 | 223 | field_assigned_to: 指派给 |
|
220 | 224 | field_priority: 优先级 |
|
221 | 225 | field_fixed_version: 目标版本 |
|
222 | 226 | field_user: 用户 |
|
223 | 227 | field_role: 角色 |
|
224 | 228 | field_homepage: 主页 |
|
225 | 229 | field_is_public: 公开 |
|
226 | 230 | field_parent: 上级项目 |
|
227 | 231 | field_is_in_chlog: 在更新日志中显示问题 |
|
228 | 232 | field_is_in_roadmap: 在路线图中显示问题 |
|
229 | 233 | field_login: 登录名 |
|
230 | 234 | field_mail_notification: 邮件通知 |
|
231 | 235 | field_admin: 管理员 |
|
232 | 236 | field_last_login_on: 最后登录 |
|
233 | 237 | field_language: 语言 |
|
234 | 238 | field_effective_date: 日期 |
|
235 | 239 | field_password: 密码 |
|
236 | 240 | field_new_password: 新密码 |
|
237 | 241 | field_password_confirmation: 确认 |
|
238 | 242 | field_version: 版本 |
|
239 | 243 | field_type: 类型 |
|
240 | 244 | field_host: 主机 |
|
241 | 245 | field_port: 端口 |
|
242 | 246 | field_account: 帐号 |
|
243 | 247 | field_base_dn: Base DN |
|
244 | 248 | field_attr_login: 登录名属性 |
|
245 | 249 | field_attr_firstname: 名字属性 |
|
246 | 250 | field_attr_lastname: 姓氏属性 |
|
247 | 251 | field_attr_mail: 邮件属性 |
|
248 | 252 | field_onthefly: 即时用户生成 |
|
249 | 253 | field_start_date: 开始 |
|
250 | 254 | field_done_ratio: 完成度 |
|
251 | 255 | field_auth_source: 认证模式 |
|
252 | 256 | field_hide_mail: 隐藏我的邮件地址 |
|
253 | 257 | field_comments: 注释 |
|
254 | 258 | field_url: URL |
|
255 | 259 | field_start_page: 起始页 |
|
256 | 260 | field_subproject: 子项目 |
|
257 | 261 | field_hours: 小时 |
|
258 | 262 | field_activity: 活动 |
|
259 | 263 | field_spent_on: 日期 |
|
260 | 264 | field_identifier: 标识 |
|
261 | 265 | field_is_filter: 作为过滤条件 |
|
262 | 266 | field_issue_to_id: 相关问题 |
|
263 | 267 | field_delay: 延期 |
|
264 | 268 | field_assignable: 问题可指派给此角色 |
|
265 | 269 | field_redirect_existing_links: 重定向到现有链接 |
|
266 | 270 | field_estimated_hours: 预期时间 |
|
267 | 271 | field_column_names: 列 |
|
268 | 272 | field_time_zone: 时区 |
|
269 | 273 | field_searchable: 可用作搜索条件 |
|
270 | 274 | field_default_value: 默认值 |
|
271 | 275 | field_comments_sorting: 显示注释 |
|
272 | 276 | field_parent_title: 上级页面 |
|
273 | 277 | field_editable: 可编辑 |
|
274 | 278 | field_watcher: 跟踪者 |
|
275 | 279 | field_identity_url: OpenID URL |
|
276 | 280 | field_content: 内容 |
|
277 | 281 | field_group_by: 根据此条件分组 |
|
278 | 282 | |
|
279 | 283 | setting_app_title: 应用程序标题 |
|
280 | 284 | setting_app_subtitle: 应用程序子标题 |
|
281 | 285 | setting_welcome_text: 欢迎文字 |
|
282 | 286 | setting_default_language: 默认语言 |
|
283 | 287 | setting_login_required: 要求认证 |
|
284 | 288 | setting_self_registration: 允许自注册 |
|
285 | 289 | setting_attachment_max_size: 附件大小限制 |
|
286 | 290 | setting_issues_export_limit: 问题输出条目的限制 |
|
287 | 291 | setting_mail_from: 邮件发件人地址 |
|
288 | 292 | setting_bcc_recipients: 使用密件抄送 (bcc) |
|
289 | 293 | setting_plain_text_mail: 纯文本(无HTML) |
|
290 | 294 | setting_host_name: 主机名称 |
|
291 | 295 | setting_text_formatting: 文本格式 |
|
292 | 296 | setting_wiki_compression: 压缩Wiki历史文档 |
|
293 | 297 | setting_feeds_limit: RSS Feed内容条数限制 |
|
294 | 298 | setting_default_projects_public: 新建项目默认为公开项目 |
|
295 | 299 | setting_autofetch_changesets: 自动获取程序变更 |
|
296 | 300 | setting_sys_api_enabled: 启用用于版本库管理的Web Service |
|
297 | 301 | setting_commit_ref_keywords: 用于引用问题的关键字 |
|
298 | 302 | setting_commit_fix_keywords: 用于解决问题的关键字 |
|
299 | 303 | setting_autologin: 自动登录 |
|
300 | 304 | setting_date_format: 日期格式 |
|
301 | 305 | setting_time_format: 时间格式 |
|
302 | 306 | setting_cross_project_issue_relations: 允许不同项目之间的问题关联 |
|
303 | 307 | setting_issue_list_default_columns: 问题列表中显示的默认列 |
|
304 | 308 | setting_repositories_encodings: 版本库编码 |
|
305 | 309 | setting_commit_logs_encoding: 提交注释的编码 |
|
306 | 310 | setting_emails_footer: 邮件签名 |
|
307 | 311 | setting_protocol: 协议 |
|
308 | 312 | setting_per_page_options: 每页显示条目个数的设置 |
|
309 | 313 | setting_user_format: 用户显示格式 |
|
310 | 314 | setting_activity_days_default: 在项目活动中显示的天数 |
|
311 | 315 | setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题 |
|
312 | 316 | setting_enabled_scm: 启用 SCM |
|
313 | 317 | setting_mail_handler_api_enabled: 启用用于接收邮件的服务 |
|
314 | 318 | setting_mail_handler_api_key: API key |
|
315 | 319 | setting_sequential_project_identifiers: 顺序产生项目标识 |
|
316 | 320 | setting_gravatar_enabled: 使用Gravatar用户头像 |
|
317 | 321 | setting_diff_max_lines_displayed: 查看差别页面上显示的最大行数 |
|
318 | 322 | setting_file_max_size_displayed: 允许直接显示的最大文本文件 |
|
319 | 323 | setting_repository_log_display_limit: 在文件变更记录页面上显示的最大修订版本数量 |
|
320 | 324 | setting_openid: 允许使用OpenID登录和注册 |
|
321 | 325 | setting_password_min_length: 最短密码长度 |
|
322 | 326 | |
|
327 | permission_add_project: 新建项目 | |
|
323 | 328 | permission_edit_project: 编辑项目 |
|
324 | 329 | permission_select_project_modules: 选择项目模块 |
|
325 | 330 | permission_manage_members: 管理成员 |
|
326 | 331 | permission_manage_versions: 管理版本 |
|
327 | 332 | permission_manage_categories: 管理问题类别 |
|
328 | 333 | permission_add_issues: 新建问题 |
|
329 | 334 | permission_edit_issues: 更新问题 |
|
330 | 335 | permission_manage_issue_relations: 管理问题关联 |
|
331 | 336 | permission_add_issue_notes: 添加说明 |
|
332 | 337 | permission_edit_issue_notes: 编辑说明 |
|
333 | 338 | permission_edit_own_issue_notes: 编辑自己的说明 |
|
334 | 339 | permission_move_issues: 移动问题 |
|
335 | 340 | permission_delete_issues: 删除问题 |
|
336 | 341 | permission_manage_public_queries: 管理公开的查询 |
|
337 | 342 | permission_save_queries: 保存查询 |
|
338 | 343 | permission_view_gantt: 查看甘特图 |
|
339 | 344 | permission_view_calendar: 查看日历 |
|
340 | 345 | permission_view_issue_watchers: 查看跟踪者列表 |
|
341 | 346 | permission_add_issue_watchers: 添加跟踪者 |
|
342 | 347 | permission_log_time: 登记工时 |
|
343 | 348 | permission_view_time_entries: 查看耗时 |
|
344 | 349 | permission_edit_time_entries: 编辑耗时 |
|
345 | 350 | permission_edit_own_time_entries: 编辑自己的耗时 |
|
346 | 351 | permission_manage_news: 管理新闻 |
|
347 | 352 | permission_comment_news: 为新闻添加评论 |
|
348 | 353 | permission_manage_documents: 管理文档 |
|
349 | 354 | permission_view_documents: 查看文档 |
|
350 | 355 | permission_manage_files: 管理文件 |
|
351 | 356 | permission_view_files: 查看文件 |
|
352 | 357 | permission_manage_wiki: 管理Wiki |
|
353 | 358 | permission_rename_wiki_pages: 重命名Wiki页面 |
|
354 | 359 | permission_delete_wiki_pages: 删除Wiki页面 |
|
355 | 360 | permission_view_wiki_pages: 查看Wiki |
|
356 | 361 | permission_view_wiki_edits: 查看Wiki历史记录 |
|
357 | 362 | permission_edit_wiki_pages: 编辑Wiki页面 |
|
358 | 363 | permission_delete_wiki_pages_attachments: 删除附件 |
|
359 | 364 | permission_protect_wiki_pages: 保护Wiki页面 |
|
360 | 365 | permission_manage_repository: 管理版本库 |
|
361 | 366 | permission_browse_repository: 浏览版本库 |
|
362 | 367 | permission_view_changesets: 查看变更 |
|
363 | 368 | permission_commit_access: 访问提交信息 |
|
364 | 369 | permission_manage_boards: 管理讨论区 |
|
365 | 370 | permission_view_messages: 查看帖子 |
|
366 | 371 | permission_add_messages: 发表帖子 |
|
367 | 372 | permission_edit_messages: 编辑帖子 |
|
368 | 373 | permission_edit_own_messages: 编辑自己的帖子 |
|
369 | 374 | permission_delete_messages: 删除帖子 |
|
370 | 375 | permission_delete_own_messages: 删除自己的帖子 |
|
371 | 376 | |
|
372 | 377 | project_module_issue_tracking: 问题跟踪 |
|
373 | 378 | project_module_time_tracking: 时间跟踪 |
|
374 | 379 | project_module_news: 新闻 |
|
375 | 380 | project_module_documents: 文档 |
|
376 | 381 | project_module_files: 文件 |
|
377 | 382 | project_module_wiki: Wiki |
|
378 | 383 | project_module_repository: 版本库 |
|
379 | 384 | project_module_boards: 讨论区 |
|
380 | 385 | |
|
381 | 386 | label_user: 用户 |
|
382 | 387 | label_user_plural: 用户 |
|
383 | 388 | label_user_new: 新建用户 |
|
384 | 389 | label_project: 项目 |
|
385 | 390 | label_project_new: 新建项目 |
|
386 | 391 | label_project_plural: 项目 |
|
387 | 392 | label_x_projects: |
|
388 | 393 | zero: 无项目 |
|
389 | 394 | one: 1 个项目 |
|
390 | 395 | other: "{{count}} 个项目" |
|
391 | 396 | label_project_all: 所有的项目 |
|
392 | 397 | label_project_latest: 最近更新的项目 |
|
393 | 398 | label_issue: 问题 |
|
394 | 399 | label_issue_new: 新建问题 |
|
395 | 400 | label_issue_plural: 问题 |
|
396 | 401 | label_issue_view_all: 查看所有问题 |
|
397 | 402 | label_issues_by: "按 {{value}} 分组显示问题" |
|
398 | 403 | label_issue_added: 问题已添加 |
|
399 | 404 | label_issue_updated: 问题已更新 |
|
400 | 405 | label_document: 文档 |
|
401 | 406 | label_document_new: 新建文档 |
|
402 | 407 | label_document_plural: 文档 |
|
403 | 408 | label_document_added: 文档已添加 |
|
404 | 409 | label_role: 角色 |
|
405 | 410 | label_role_plural: 角色 |
|
406 | 411 | label_role_new: 新建角色 |
|
407 | 412 | label_role_and_permissions: 角色和权限 |
|
408 | 413 | label_member: 成员 |
|
409 | 414 | label_member_new: 新建成员 |
|
410 | 415 | label_member_plural: 成员 |
|
411 | 416 | label_tracker: 跟踪标签 |
|
412 | 417 | label_tracker_plural: 跟踪标签 |
|
413 | 418 | label_tracker_new: 新建跟踪标签 |
|
414 | 419 | label_workflow: 工作流程 |
|
415 | 420 | label_issue_status: 问题状态 |
|
416 | 421 | label_issue_status_plural: 问题状态 |
|
417 | 422 | label_issue_status_new: 新建问题状态 |
|
418 | 423 | label_issue_category: 问题类别 |
|
419 | 424 | label_issue_category_plural: 问题类别 |
|
420 | 425 | label_issue_category_new: 新建问题类别 |
|
421 | 426 | label_custom_field: 自定义属性 |
|
422 | 427 | label_custom_field_plural: 自定义属性 |
|
423 | 428 | label_custom_field_new: 新建自定义属性 |
|
424 | 429 | label_enumerations: 枚举值 |
|
425 | 430 | label_enumeration_new: 新建枚举值 |
|
426 | 431 | label_information: 信息 |
|
427 | 432 | label_information_plural: 信息 |
|
428 | 433 | label_please_login: 请登录 |
|
429 | 434 | label_register: 注册 |
|
430 | 435 | label_login_with_open_id_option: 或使用OpenID登录 |
|
431 | 436 | label_password_lost: 忘记密码 |
|
432 | 437 | label_home: 主页 |
|
433 | 438 | label_my_page: 我的工作台 |
|
434 | 439 | label_my_account: 我的帐号 |
|
435 | 440 | label_my_projects: 我的项目 |
|
436 | 441 | label_administration: 管理 |
|
437 | 442 | label_login: 登录 |
|
438 | 443 | label_logout: 退出 |
|
439 | 444 | label_help: 帮助 |
|
440 | 445 | label_reported_issues: 已报告的问题 |
|
441 | 446 | label_assigned_to_me_issues: 指派给我的问题 |
|
442 | 447 | label_last_login: 最后登录 |
|
443 | 448 | label_registered_on: 注册于 |
|
444 | 449 | label_activity: 活动 |
|
445 | 450 | label_overall_activity: 全部活动 |
|
446 | 451 | label_user_activity: "{{value}} 的活动" |
|
447 | 452 | label_new: 新建 |
|
448 | 453 | label_logged_as: 登录为 |
|
449 | 454 | label_environment: 环境 |
|
450 | 455 | label_authentication: 认证 |
|
451 | 456 | label_auth_source: 认证模式 |
|
452 | 457 | label_auth_source_new: 新建认证模式 |
|
453 | 458 | label_auth_source_plural: 认证模式 |
|
454 | 459 | label_subproject_plural: 子项目 |
|
455 | 460 | label_and_its_subprojects: "{{value}} 及其子项目" |
|
456 | 461 | label_min_max_length: 最小 - 最大 长度 |
|
457 | 462 | label_list: 列表 |
|
458 | 463 | label_date: 日期 |
|
459 | 464 | label_integer: 整数 |
|
460 | 465 | label_float: 浮点数 |
|
461 | 466 | label_boolean: 布尔量 |
|
462 | 467 | label_string: 文字 |
|
463 | 468 | label_text: 长段文字 |
|
464 | 469 | label_attribute: 属性 |
|
465 | 470 | label_attribute_plural: 属性 |
|
466 | 471 | label_download: "{{count}} 次下载" |
|
467 | 472 | label_download_plural: "{{count}} 次下载" |
|
468 | 473 | label_no_data: 没有任何数据可供显示 |
|
469 | 474 | label_change_status: 变更状态 |
|
470 | 475 | label_history: 历史记录 |
|
471 | 476 | label_attachment: 文件 |
|
472 | 477 | label_attachment_new: 新建文件 |
|
473 | 478 | label_attachment_delete: 删除文件 |
|
474 | 479 | label_attachment_plural: 文件 |
|
475 | 480 | label_file_added: 文件已添加 |
|
476 | 481 | label_report: 报表 |
|
477 | 482 | label_report_plural: 报表 |
|
478 | 483 | label_news: 新闻 |
|
479 | 484 | label_news_new: 添加新闻 |
|
480 | 485 | label_news_plural: 新闻 |
|
481 | 486 | label_news_latest: 最近的新闻 |
|
482 | 487 | label_news_view_all: 查看所有新闻 |
|
483 | 488 | label_news_added: 新闻已添加 |
|
484 | 489 | label_change_log: 更新日志 |
|
485 | 490 | label_settings: 配置 |
|
486 | 491 | label_overview: 概述 |
|
487 | 492 | label_version: 版本 |
|
488 | 493 | label_version_new: 新建版本 |
|
489 | 494 | label_version_plural: 版本 |
|
490 | 495 | label_confirmation: 确认 |
|
491 | 496 | label_export_to: 导出 |
|
492 | 497 | label_read: 读取... |
|
493 | 498 | label_public_projects: 公开的项目 |
|
494 | 499 | label_open_issues: 打开 |
|
495 | 500 | label_open_issues_plural: 打开 |
|
496 | 501 | label_closed_issues: 已关闭 |
|
497 | 502 | label_closed_issues_plural: 已关闭 |
|
498 | 503 | label_x_open_issues_abbr_on_total: |
|
499 | 504 | zero: 0 打开 / {{total}} |
|
500 | 505 | one: 1 打开 / {{total}} |
|
501 | 506 | other: "{{count}} 打开 / {{total}}" |
|
502 | 507 | label_x_open_issues_abbr: |
|
503 | 508 | zero: 0 打开 |
|
504 | 509 | one: 1 打开 |
|
505 | 510 | other: "{{count}} 打开" |
|
506 | 511 | label_x_closed_issues_abbr: |
|
507 | 512 | zero: 0 关闭 |
|
508 | 513 | one: 1 关闭 |
|
509 | 514 | other: "{{count}} 关闭" |
|
510 | 515 | label_total: 合计 |
|
511 | 516 | label_permissions: 权限 |
|
512 | 517 | label_current_status: 当前状态 |
|
513 | 518 | label_new_statuses_allowed: 可变更的新状态 |
|
514 | 519 | label_all: 全部 |
|
515 | 520 | label_none: 无 |
|
516 | 521 | label_nobody: 无人 |
|
517 | 522 | label_next: 下一个 |
|
518 | 523 | label_previous: 上一个 |
|
519 | 524 | label_used_by: 使用中 |
|
520 | 525 | label_details: 详情 |
|
521 | 526 | label_add_note: 添加说明 |
|
522 | 527 | label_per_page: 每页 |
|
523 | 528 | label_calendar: 日历 |
|
524 | 529 | label_months_from: 个月以来 |
|
525 | 530 | label_gantt: 甘特图 |
|
526 | 531 | label_internal: 内部 |
|
527 | 532 | label_last_changes: "最近的 {{count}} 次变更" |
|
528 | 533 | label_change_view_all: 查看所有变更 |
|
529 | 534 | label_personalize_page: 个性化定制本页 |
|
530 | 535 | label_comment: 评论 |
|
531 | 536 | label_comment_plural: 评论 |
|
532 | 537 | label_x_comments: |
|
533 | 538 | zero: 无评论 |
|
534 | 539 | one: 1 条评论 |
|
535 | 540 | other: "{{count}} 条评论" |
|
536 | 541 | label_comment_add: 添加评论 |
|
537 | 542 | label_comment_added: 评论已添加 |
|
538 | 543 | label_comment_delete: 删除评论 |
|
539 | 544 | label_query: 自定义查询 |
|
540 | 545 | label_query_plural: 自定义查询 |
|
541 | 546 | label_query_new: 新建查询 |
|
542 | 547 | label_filter_add: 增加过滤器 |
|
543 | 548 | label_filter_plural: 过滤器 |
|
544 | 549 | label_equals: 等于 |
|
545 | 550 | label_not_equals: 不等于 |
|
546 | 551 | label_in_less_than: 剩余天数小于 |
|
547 | 552 | label_in_more_than: 剩余天数大于 |
|
548 | 553 | label_greater_or_equal: '>=' |
|
549 | 554 | label_less_or_equal: '<=' |
|
550 | 555 | label_in: 剩余天数 |
|
551 | 556 | label_today: 今天 |
|
552 | 557 | label_all_time: 全部时间 |
|
553 | 558 | label_yesterday: 昨天 |
|
554 | 559 | label_this_week: 本周 |
|
555 | 560 | label_last_week: 下周 |
|
556 | 561 | label_last_n_days: "最后 {{count}} 天" |
|
557 | 562 | label_this_month: 本月 |
|
558 | 563 | label_last_month: 下月 |
|
559 | 564 | label_this_year: 今年 |
|
560 | 565 | label_date_range: 日期范围 |
|
561 | 566 | label_less_than_ago: 之前天数少于 |
|
562 | 567 | label_more_than_ago: 之前天数大于 |
|
563 | 568 | label_ago: 之前天数 |
|
564 | 569 | label_contains: 包含 |
|
565 | 570 | label_not_contains: 不包含 |
|
566 | 571 | label_day_plural: 天 |
|
567 | 572 | label_repository: 版本库 |
|
568 | 573 | label_repository_plural: 版本库 |
|
569 | 574 | label_browse: 浏览 |
|
570 | 575 | label_modification: "{{count}} 个更新" |
|
571 | 576 | label_modification_plural: "{{count}} 个更新" |
|
572 | 577 | label_revision: 修订 |
|
573 | 578 | label_revision_plural: 修订 |
|
574 | 579 | label_associated_revisions: 相关修订版本 |
|
575 | 580 | label_added: 已添加 |
|
576 | 581 | label_modified: 已修改 |
|
577 | 582 | label_copied: 已复制 |
|
578 | 583 | label_renamed: 已重命名 |
|
579 | 584 | label_deleted: 已删除 |
|
580 | 585 | label_latest_revision: 最近的修订版本 |
|
581 | 586 | label_latest_revision_plural: 最近的修订版本 |
|
582 | 587 | label_view_revisions: 查看修订 |
|
583 | 588 | label_max_size: 最大尺寸 |
|
584 | 589 | label_sort_highest: 置顶 |
|
585 | 590 | label_sort_higher: 上移 |
|
586 | 591 | label_sort_lower: 下移 |
|
587 | 592 | label_sort_lowest: 置底 |
|
588 | 593 | label_roadmap: 路线图 |
|
589 | 594 | label_roadmap_due_in: "截止日期到 {{value}}" |
|
590 | 595 | label_roadmap_overdue: "{{value}} 延期" |
|
591 | 596 | label_roadmap_no_issues: 该版本没有问题 |
|
592 | 597 | label_search: 搜索 |
|
593 | 598 | label_result_plural: 结果 |
|
594 | 599 | label_all_words: 所有单词 |
|
595 | 600 | label_wiki: Wiki |
|
596 | 601 | label_wiki_edit: Wiki 编辑 |
|
597 | 602 | label_wiki_edit_plural: Wiki 编辑记录 |
|
598 | 603 | label_wiki_page: Wiki 页面 |
|
599 | 604 | label_wiki_page_plural: Wiki 页面 |
|
600 | 605 | label_index_by_title: 按标题索引 |
|
601 | 606 | label_index_by_date: 按日期索引 |
|
602 | 607 | label_current_version: 当前版本 |
|
603 | 608 | label_preview: 预览 |
|
604 | 609 | label_feed_plural: Feeds |
|
605 | 610 | label_changes_details: 所有变更的详情 |
|
606 | 611 | label_issue_tracking: 问题跟踪 |
|
607 | 612 | label_spent_time: 耗时 |
|
608 | 613 | label_f_hour: "{{value}} 小时" |
|
609 | 614 | label_f_hour_plural: "{{value}} 小时" |
|
610 | 615 | label_time_tracking: 时间跟踪 |
|
611 | 616 | label_change_plural: 变更 |
|
612 | 617 | label_statistics: 统计 |
|
613 | 618 | label_commits_per_month: 每月提交次数 |
|
614 | 619 | label_commits_per_author: 每用户提交次数 |
|
615 | 620 | label_view_diff: 查看差别 |
|
616 | 621 | label_diff_inline: 直列 |
|
617 | 622 | label_diff_side_by_side: 并排 |
|
618 | 623 | label_options: 选项 |
|
619 | 624 | label_copy_workflow_from: 从以下项目复制工作流程 |
|
620 | 625 | label_permissions_report: 权限报表 |
|
621 | 626 | label_watched_issues: 跟踪的问题 |
|
622 | 627 | label_related_issues: 相关的问题 |
|
623 | 628 | label_applied_status: 应用后的状态 |
|
624 | 629 | label_loading: 载入中... |
|
625 | 630 | label_relation_new: 新建关联 |
|
626 | 631 | label_relation_delete: 删除关联 |
|
627 | 632 | label_relates_to: 关联到 |
|
628 | 633 | label_duplicates: 重复 |
|
629 | 634 | label_duplicated_by: 与其重复 |
|
630 | 635 | label_blocks: 阻挡 |
|
631 | 636 | label_blocked_by: 被阻挡 |
|
632 | 637 | label_precedes: 优先于 |
|
633 | 638 | label_follows: 跟随于 |
|
634 | 639 | label_end_to_start: 结束-开始 |
|
635 | 640 | label_end_to_end: 结束-结束 |
|
636 | 641 | label_start_to_start: 开始-开始 |
|
637 | 642 | label_start_to_end: 开始-结束 |
|
638 | 643 | label_stay_logged_in: 保持登录状态 |
|
639 | 644 | label_disabled: 禁用 |
|
640 | 645 | label_show_completed_versions: 显示已完成的版本 |
|
641 | 646 | label_me: 我 |
|
642 | 647 | label_board: 讨论区 |
|
643 | 648 | label_board_new: 新建讨论区 |
|
644 | 649 | label_board_plural: 讨论区 |
|
645 | 650 | label_topic_plural: 主题 |
|
646 | 651 | label_message_plural: 帖子 |
|
647 | 652 | label_message_last: 最新的帖子 |
|
648 | 653 | label_message_new: 新贴 |
|
649 | 654 | label_message_posted: 发帖成功 |
|
650 | 655 | label_reply_plural: 回复 |
|
651 | 656 | label_send_information: 给用户发送帐号信息 |
|
652 | 657 | label_year: 年 |
|
653 | 658 | label_month: 月 |
|
654 | 659 | label_week: 周 |
|
655 | 660 | label_date_from: 从 |
|
656 | 661 | label_date_to: 到 |
|
657 | 662 | label_language_based: 根据用户的语言 |
|
658 | 663 | label_sort_by: "根据 {{value}} 排序" |
|
659 | 664 | label_send_test_email: 发送测试邮件 |
|
660 | 665 | label_feeds_access_key_created_on: "RSS 存取键是在 {{value}} 之前建立的" |
|
661 | 666 | label_module_plural: 模块 |
|
662 | 667 | label_added_time_by: "由 {{author}} 在 {{age}} 之前添加" |
|
663 | 668 | label_updated_time: " 更新于 {{value}} 之前" |
|
664 | 669 | label_updated_time_by: "由 {{author}} 更新于 {{age}} 之前" |
|
665 | 670 | label_jump_to_a_project: 选择一个项目... |
|
666 | 671 | label_file_plural: 文件 |
|
667 | 672 | label_changeset_plural: 变更 |
|
668 | 673 | label_default_columns: 默认列 |
|
669 | 674 | label_no_change_option: (不变) |
|
670 | 675 | label_bulk_edit_selected_issues: 批量修改选中的问题 |
|
671 | 676 | label_theme: 主题 |
|
672 | 677 | label_default: 默认 |
|
673 | 678 | label_search_titles_only: 仅在标题中搜索 |
|
674 | 679 | label_user_mail_option_all: "收取我的项目的所有通知" |
|
675 | 680 | label_user_mail_option_selected: "收取选中项目的所有通知..." |
|
676 | 681 | label_user_mail_option_none: "只收取我跟踪或参与的项目的通知" |
|
677 | 682 | label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知" |
|
678 | 683 | label_registration_activation_by_email: 通过邮件认证激活帐号 |
|
679 | 684 | label_registration_manual_activation: 手动激活帐号 |
|
680 | 685 | label_registration_automatic_activation: 自动激活帐号 |
|
681 | 686 | label_display_per_page: "每页显示:{{value}}" |
|
682 | 687 | label_age: 年龄 |
|
683 | 688 | label_change_properties: 修改属性 |
|
684 | 689 | label_general: 一般 |
|
685 | 690 | label_more: 更多 |
|
686 | 691 | label_scm: SCM |
|
687 | 692 | label_plugins: 插件 |
|
688 | 693 | label_ldap_authentication: LDAP 认证 |
|
689 | 694 | label_downloads_abbr: D/L |
|
690 | 695 | label_optional_description: 可选的描述 |
|
691 | 696 | label_add_another_file: 添加其它文件 |
|
692 | 697 | label_preferences: 首选项 |
|
693 | 698 | label_chronological_order: 按时间顺序 |
|
694 | 699 | label_reverse_chronological_order: 按时间顺序(倒序) |
|
695 | 700 | label_planning: 计划 |
|
696 | 701 | label_incoming_emails: 接收邮件 |
|
697 | 702 | label_generate_key: 生成一个key |
|
698 | 703 | label_issue_watchers: 跟踪者 |
|
699 | 704 | label_example: 示例 |
|
700 | 705 | label_display: 显示 |
|
701 | 706 | label_sort: 排序 |
|
702 | 707 | label_ascending: 升序 |
|
703 | 708 | label_descending: 降序 |
|
704 | 709 | label_date_from_to: 从 {{start}} 到 {{end}} |
|
710 | label_wiki_content_added: Wiki 页面已添加 | |
|
711 | label_wiki_content_updated: Wiki 页面已更新 | |
|
705 | 712 | |
|
706 | 713 | button_login: 登录 |
|
707 | 714 | button_submit: 提交 |
|
708 | 715 | button_save: 保存 |
|
709 | 716 | button_check_all: 全选 |
|
710 | 717 | button_uncheck_all: 清除 |
|
711 | 718 | button_delete: 删除 |
|
712 | 719 | button_create: 创建 |
|
713 | 720 | button_create_and_continue: 创建并继续 |
|
714 | 721 | button_test: 测试 |
|
715 | 722 | button_edit: 编辑 |
|
716 | 723 | button_add: 新增 |
|
717 | 724 | button_change: 修改 |
|
718 | 725 | button_apply: 应用 |
|
719 | 726 | button_clear: 清除 |
|
720 | 727 | button_lock: 锁定 |
|
721 | 728 | button_unlock: 解锁 |
|
722 | 729 | button_download: 下载 |
|
723 | 730 | button_list: 列表 |
|
724 | 731 | button_view: 查看 |
|
725 | 732 | button_move: 移动 |
|
726 | 733 | button_back: 返回 |
|
727 | 734 | button_cancel: 取消 |
|
728 | 735 | button_activate: 激活 |
|
729 | 736 | button_sort: 排序 |
|
730 | 737 | button_log_time: 登记工时 |
|
731 | 738 | button_rollback: 恢复到这个版本 |
|
732 | 739 | button_watch: 跟踪 |
|
733 | 740 | button_unwatch: 取消跟踪 |
|
734 | 741 | button_reply: 回复 |
|
735 | 742 | button_archive: 存档 |
|
736 | 743 | button_unarchive: 取消存档 |
|
737 | 744 | button_reset: 重置 |
|
738 | 745 | button_rename: 重命名 |
|
739 | 746 | button_change_password: 修改密码 |
|
740 | 747 | button_copy: 复制 |
|
741 | 748 | button_annotate: 追溯 |
|
742 | 749 | button_update: 更新 |
|
743 | 750 | button_configure: 配置 |
|
744 | 751 | button_quote: 引用 |
|
745 | 752 | |
|
746 | 753 | status_active: 活动的 |
|
747 | 754 | status_registered: 已注册 |
|
748 | 755 | status_locked: 已锁定 |
|
749 | 756 | |
|
750 | 757 | text_select_mail_notifications: 选择需要发送邮件通知的动作 |
|
751 | 758 | text_regexp_info: 例如:^[A-Z0-9]+$ |
|
752 | 759 | text_min_max_length_info: 0 表示没有限制 |
|
753 | 760 | text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗? |
|
754 | 761 | text_subprojects_destroy_warning: "以下子项目也将被同时删除:{{value}}" |
|
755 | 762 | text_workflow_edit: 选择角色和跟踪标签来编辑工作流程 |
|
756 | 763 | text_are_you_sure: 您确定? |
|
757 | 764 | text_journal_changed: "从 {{old}} 变更为 {{new}}" |
|
758 | 765 | text_journal_set_to: "设置为 {{value}}" |
|
759 | 766 | text_journal_deleted: 已删除 |
|
760 | 767 | text_tip_task_begin_day: 今天开始的任务 |
|
761 | 768 | text_tip_task_end_day: 今天结束的任务 |
|
762 | 769 | text_tip_task_begin_end_day: 今天开始并结束的任务 |
|
763 | 770 | text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。' |
|
764 | 771 | text_caracters_maximum: "最多 {{count}} 个字符。" |
|
765 | 772 | text_caracters_minimum: "至少需要 {{count}} 个字符。" |
|
766 | 773 | text_length_between: "长度必须在 {{min}} 到 {{max}} 个字符之间。" |
|
767 | 774 | text_tracker_no_workflow: 此跟踪标签未定义工作流程 |
|
768 | 775 | text_unallowed_characters: 非法字符 |
|
769 | 776 | text_comma_separated: 可以使用多个值(用逗号,分开)。 |
|
770 | 777 | text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题 |
|
771 | 778 | text_issue_added: "问题 {{id}} 已由 {{author}} 提交。" |
|
772 | 779 | text_issue_updated: "问题 {{id}} 已由 {{author}} 更新。" |
|
773 | 780 | text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗? |
|
774 | 781 | text_issue_category_destroy_question: "有一些问题({{count}} 个)属于此类别。您想进行哪种操作?" |
|
775 | 782 | text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别) |
|
776 | 783 | text_issue_category_reassign_to: 为问题选择其它类别 |
|
777 | 784 | text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。" |
|
778 | 785 | text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。" |
|
779 | 786 | text_load_default_configuration: 载入默认设置 |
|
780 | 787 | text_status_changed_by_changeset: "已应用到变更列表 {{value}}." |
|
781 | 788 | text_issues_destroy_confirmation: '您确定要删除选中的问题吗?' |
|
782 | 789 | text_select_project_modules: '请选择此项目可以使用的模块:' |
|
783 | 790 | text_default_administrator_account_changed: 默认的管理员帐号已改变 |
|
784 | 791 | text_file_repository_writable: 附件路径可写 |
|
785 | 792 | text_plugin_assets_writable: 插件的附件路径可写 |
|
786 | 793 | text_rmagick_available: RMagick 可用(可选的) |
|
787 | 794 | text_destroy_time_entries_question: 您要删除的问题已经上报了 {{hours}} 小时的工作量。您想进行那种操作? |
|
788 | 795 | text_destroy_time_entries: 删除上报的工作量 |
|
789 | 796 | text_assign_time_entries_to_project: 将已上报的工作量提交到项目中 |
|
790 | 797 | text_reassign_time_entries: '将已上报的工作量指定到此问题:' |
|
791 | 798 | text_user_wrote: "{{value}} 写到:" |
|
792 | 799 | text_enumeration_category_reassign_to: '将它们关联到新的枚举值:' |
|
793 | 800 | text_enumeration_destroy_question: "{{count}} 个对象被关联到了这个枚举值。" |
|
794 | 801 | text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/email.yml中配置您的SMTP服务器信息并重新启动以使其生效。" |
|
795 | 802 | text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。" |
|
796 | 803 | text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断' |
|
797 | 804 | text_custom_field_possible_values_info: '每项数值一行' |
|
798 | 805 | text_wiki_page_destroy_question: 此页面有 {{descendants}} 个子页面和下级页面。您想进行那种操作? |
|
799 | 806 | text_wiki_page_reassign_children: 将子页面的上级页面设置为 |
|
800 | 807 | text_wiki_page_nullify_children: 将子页面保留为根页面 |
|
801 | 808 | text_wiki_page_destroy_children: 删除子页面及其所有下级页面 |
|
802 | 809 | |
|
803 | 810 | default_role_manager: 管理人员 |
|
804 | 811 | default_role_developper: 开发人员 |
|
805 | 812 | default_role_reporter: 报告人员 |
|
806 | 813 | default_tracker_bug: 错误 |
|
807 | 814 | default_tracker_feature: 功能 |
|
808 | 815 | default_tracker_support: 支持 |
|
809 | 816 | default_issue_status_new: 新建 |
|
810 | 817 | default_issue_status_assigned: 已指派 |
|
811 | 818 | default_issue_status_resolved: 已解决 |
|
812 | 819 | default_issue_status_feedback: 反馈 |
|
813 | 820 | default_issue_status_closed: 已关闭 |
|
814 | 821 | default_issue_status_rejected: 已拒绝 |
|
815 | 822 | default_doc_category_user: 用户文档 |
|
816 | 823 | default_doc_category_tech: 技术文档 |
|
817 | 824 | default_priority_low: 低 |
|
818 | 825 | default_priority_normal: 普通 |
|
819 | 826 | default_priority_high: 高 |
|
820 | 827 | default_priority_urgent: 紧急 |
|
821 | 828 | default_priority_immediate: 立刻 |
|
822 | 829 | default_activity_design: 设计 |
|
823 | 830 | default_activity_development: 开发 |
|
824 | 831 | |
|
825 | 832 | enumeration_issue_priorities: 问题优先级 |
|
826 | 833 | enumeration_doc_categories: 文档类别 |
|
827 | 834 | enumeration_activities: 活动(时间跟踪) |
|
828 | mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated" | |
|
829 | label_wiki_content_added: Wiki page added | |
|
830 | mail_subject_wiki_content_added: "'{{page}}' wiki page has been added" | |
|
831 | mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}. | |
|
832 | permission_add_project: Create project | |
|
833 | label_wiki_content_updated: Wiki page updated | |
|
834 | mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}. | |
|
835 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project |
General Comments 0
You need to be logged in to leave comments.
Login now