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