27dae07baf8d8e59828af249da7ea564804878ce
[timetracker.git] / WEB-INF / resources / pt-br.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31 // Note to translators: Please use proper capitalization rules for your language.
32
33 $i18n_language = 'Português do Brasil';
34 $i18n_months = array('Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro');
35 $i18n_weekdays = array('Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado');
36 // Note to translators: $i18n_weekdays_short needs to be translated. These are shortened days of week.
37 $i18n_weekdays_short = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '04/21', '05/01', '09/07', '10/12', '11/15', '12/25');
40 $i18n_key_words = array(
41
42 // Menus.
43 'menu.login' => 'Login',
44 'menu.logout' => 'Logout',
45 // TODO: Translate the following:
46 // 'menu.forum' => 'Forum',
47 'menu.help' => 'Ajuda',
48 'menu.create_team' => 'Criar nova organização', // TODO: is this good? An organization may have multiple teams in TT.
49 'menu.profile' => 'Perfil',
50 'menu.time' => 'Tempo',
51 'menu.expenses' => 'Gastos',
52 'menu.reports' => 'Relatórios',
53 'menu.charts' => 'Gráficos',
54 'menu.projects' => 'Projetos',
55 'menu.tasks' => 'Tarefas',
56 'menu.users' => 'Usuários',
57 'menu.teams' => 'Organização',
58 'menu.export' => 'Exportar',
59 'menu.clients' => 'Clientes',
60 'menu.options' => 'Opções',
61
62 // Footer - strings on the bottom of most pages.
63 'footer.contribute_msg' => 'Você pode contribuir com o Time Tracker de várias maneiras.',
64 'footer.credits' => 'Créditos',
65 'footer.license' => 'Licença',
66 'footer.improve' => 'Contribuir',
67
68 // Error messages.
69 'error.access_denied' => 'Acesso negado.',
70 'error.sys' => 'Erro no sistema.',
71 'error.db' => 'Erro no banco de dados.',
72 'error.field' => 'Dados incorretos "{0}".',
73 'error.empty' => 'Campo "{0}" está vazio.',
74 'error.not_equal' => 'Campo "{0}" é diferente do campo "{1}".',
75 'error.interval' => 'Intervalo incorreto.',
76 'error.project' => 'Selecione projeto.',
77 // TODO: translate the following:
78 // 'error.task' => 'Select task.',
79 // 'error.client' => 'Select client.',
80 // 'error.report' => 'Select report.',
81 'error.auth' => 'Usuário ou senha incorretos.',
82 'error.user_exists' => 'Já existe usuário com este login.',
83 'error.project_exists' => 'Já existe projeto com este nome.',
84 // TODO: translate the following:
85 // 'error.task_exists' => 'Task with this name already exists.',
86 'error.client_exists' => 'Já existe cliente com este nome.',
87 // TODO: translate the following:
88 // 'error.invoice_exists' => 'Invoice with this number already exists.',
89 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
90 // 'error.no_login' => 'No user with this login.',
91 'error.no_teams' => 'Sua base de dados está vazia. Entre como admin e crie uma organização nova.',
92 // TODO: translate the following:
93 // 'error.upload' => 'File upload error.',
94 'error.range_locked' => 'Período está bloqueado.',
95 'error.mail_send' => 'Erro enviando o e-mail.',
96 'error.no_email' => 'Não há e-mail associado a este login.',
97 'error.uncompleted_exists' => 'Entrada incompleta existente. Feche ou remova-a.',
98 'error.goto_uncompleted' => 'Ir até entrada incompleta.',
99 // TODO: translate the following:
100 // 'error.overlap' => 'Time interval overlaps with existing records.',
101 // 'error.future_date' => 'Date is in future.',
102
103 // Labels for buttons.
104 'button.login' => 'Login',
105 'button.now' => 'Agora',
106 'button.save' => 'Salvar',
107 // TODO: translate the following:
108 // 'button.copy' => 'Copy',
109 'button.cancel' => 'Cancelar',
110 'button.submit' => 'Enviar',
111 // TODO: translate the following:
112 // 'button.add_user' => 'Add user',
113 'button.add_project' => 'Adicionar projeto',
114 // TODO: translate the following:
115 // 'button.add_task' => 'Add task',
116 'button.add_client' => 'Adicionar cliente',
117 // TODO: translate the following:
118 // 'button.add_invoice' => 'Add invoice',
119 // 'button.add_option' => 'Add option',
120 'button.add' => 'Adicionar',
121 'button.generate' => 'Criar',
122 'button.reset_password' => 'Resetar senha',
123 'button.send' => 'Enviar',
124 'button.send_by_email' => 'Enviar por e-mail',
125 'button.create_team' => 'Criar organização',
126 'button.export' => 'Exportar organização',
127 'button.import' => 'Importar organização',
128 // TODO: translate the following:
129 // 'button.close' => 'Close',
130 // 'button.stop' => 'Stop',
131
132 // Labels for controls on forms. Labels in this section are used on multiple forms.
133 'label.team_name' => 'Nome da organização',
134 // TODO: translate the following:
135 // 'label.address' => 'Address',
136 'label.currency' => 'Moeda',
137 'label.manager_name' => 'Nome do gerente',
138 'label.manager_login' => 'Login do gerente',
139 // TODO: translate the following:
140 // 'label.person_name' => 'Name',
141 'label.thing_name' => 'Nome',
142 'label.login' => 'Login',
143 'label.password' => 'Senha',
144 'label.confirm_password' => 'Confirme a senha',
145 'label.email' => 'E-mail',
146 // TODO: translate the following:
147 // 'label.date' => 'Date',
148 // 'label.start_date' => 'Start date',
149 // 'label.end_date' => 'End date',
150 // 'label.user' => 'User',
151 // 'label.users' => 'Users',
152 // 'label.client' => 'Client',
153 // 'label.clients' => 'Clients',
154 // 'label.option' => 'Option',
155 // 'label.invoice' => 'Invoice',
156 'label.project' => 'Projeto',
157 // TODO: translate the following:
158 // 'label.projects' => 'Projects',
159 // 'label.task' => 'Task',
160 // 'label.tasks' => 'Tasks',
161 // 'label.description' => 'Description',
162 // 'label.start' => 'Start',
163 // 'label.finish' => 'Finish',
164 // 'label.duration' => 'Duration',
165 // 'label.note' => 'Note',
166 // 'label.item' => 'Item',
167 // 'label.cost' => 'Cost',
168 // 'label.week_total' => 'Week total',
169 // 'label.day_total' => 'Day total',
170 // 'label.today' => 'Today',
171 // 'label.total_hours' => 'Total hours',
172 // 'label.total_cost' => 'Total cost',
173 // 'label.view' => 'View',
174 'label.edit' => 'Editar',
175 'label.delete' => 'Apagar',
176 // TODO: translate the following:
177 // 'label.configure' => 'Configure',
178 // 'label.select_all' => 'Select all',
179 // 'label.select_none' => 'Deselect all',
180 'label.id' => 'ID',
181 'label.language' => 'Idioma',
182 // TODO: translate the following:
183 // 'label.decimal_mark' => 'Decimal mark',
184 'label.date_format' => 'Formato da data',
185 'label.time_format' => 'Formato da hora',
186 'label.week_start' => 'Primeiro dia da semana',
187 // TODO: translate the following:
188 // 'label.comment' => 'Comment',
189 // 'label.status' => 'Status',
190 // 'label.tax' => 'Tax',
191 // 'label.subtotal' => 'Subtotal',
192 // 'label.total' => 'Total',
193 // 'label.client_name' => 'Client name',
194 // 'label.client_address' => 'Client address',
195 // 'label.or' => 'or',
196 // 'label.error' => 'Error',
197 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
198 // 'label.required_fields' => '* - required fields',
199 // 'label.on_behalf' => 'on behalf of',
200 // 'label.role_manager' => '(manager)',
201 // 'label.role_comanager' => '(co-manager)',
202 'label.role_admin' => '(administrador)',
203 'label.page' => 'Página',
204 // Labels for plugins (extensions to Time Tracker that provide additional features).
205 // TODO: translate the following:
206 // 'label.custom_fields' => 'Custom fields',
207 // 'label.type' => 'Type',
208 // 'label.type_dropdown' => 'dropdown',
209 // 'label.type_text' => 'text',
210 // 'label.required' => 'Required',
211 'label.fav_report' => 'Relatório favorito',
212 // TODO: translate the following:
213 // 'label.cron_schedule' => 'Cron schedule',
214 // 'label.what_is_it' => 'What is it?',
215
216 // Form titles.
217 'title.login' => 'Login',
218 'title.teams' => 'Organizações',
219 // TODO: translate the following:
220 // 'title.create_team' => 'Creating Team',
221 // 'title.edit_team' => 'Editing Team',
222 // 'title.delete_team' => 'Deleting Team',
223 // 'title.reset_password' => 'Resetting Password',
224 // 'title.change_password' => 'Changing Password',
225 // 'title.time' => 'Time',
226 // 'title.edit_time_record' => 'Editing Time Record',
227 // 'title.delete_time_record' => 'Deleting Time Record',
228 // 'title.expenses' => 'Expenses',
229 // 'title.edit_expense' => 'Editing Expense Item',
230 // 'title.delete_expense' => 'Deleting Expense Item',
231 // 'title.reports' => 'Reports',
232 // 'title.report' => 'Report',
233 // 'title.send_report' => 'Sending Report',
234 // 'title.invoice' => 'Invoice',
235 // 'title.send_invoice' => 'Sending Invoice',
236 // 'title.charts' => 'Charts',
237 // 'title.projects' => 'Projects',
238 // 'title.add_project' => 'Adding Project',
239 // 'title.edit_project' => 'Editing Project',
240 // 'title.delete_project' => 'Deleting Project',
241 // 'title.tasks' => 'Tasks',
242 // 'title.add_task' => 'Adding Task',
243 // 'title.edit_task' => 'Editing Task',
244 // 'title.delete_task' => 'Deleting Task',
245 // 'title.users' => 'Users',
246 // 'title.add_user' => 'Adding User',
247 // 'title.edit_user' => 'Editing User',
248 // 'title.delete_user' => 'Deleting User',
249 // 'title.clients' => 'Clients',
250 // 'title.add_client' => 'Adding Client',
251 // 'title.edit_client' => 'Editing Client',
252 // 'title.delete_client' => 'Deleting Client',
253 // 'title.invoices' => 'Invoices',
254 // 'title.add_invoice' => 'Adding Invoice',
255 // 'title.view_invoice' => 'Viewing Invoice',
256 // 'title.delete_invoice' => 'Deleting Invoice',
257 // 'title.notifications' => 'Notifications',
258 // 'title.add_notification' => 'Adding Notification',
259 // 'title.edit_notification' => 'Editing Notification',
260 // 'title.delete_notification' => 'Deleting Notification',
261 // 'title.export' => 'Exporting Team Data',
262 // 'title.import' => 'Importing Team Data',
263 'title.options' => 'Opções',
264 // TODO: translate the following:
265 // 'title.profile' => 'Profile',
266 // 'title.cf_custom_fields' => 'Custom Fields',
267 // 'title.cf_add_custom_field' => 'Adding Custom Field',
268 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
269 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
270 // 'title.cf_dropdown_options' => 'Dropdown Options',
271 // 'title.cf_add_dropdown_option' => 'Adding Option',
272 // 'title.cf_edit_dropdown_option' => 'Editing Option',
273 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
274 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
275 // It is also a name for the Locking plugin on the Team profile page.
276 // 'title.locking' => 'Locking',
277
278 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
279 // Strings that are used in a single form must go to the specific form section.
280 // TODO: translate the following:
281 // 'dropdown.all' => '--- all ---',
282 // 'dropdown.no' => '--- no ---',
283 // NOTE TO TRANSLATORS: dropdown.this_day does not necessarily means "today". It means a specific ("this") day selected on calendar. See Charts.
284 // 'dropdown.this_day' => 'this day',
285 // 'dropdown.this_week' => 'this week',
286 // 'dropdown.last_week' => 'last week',
287 // 'dropdown.this_month' => 'this month',
288 // 'dropdown.last_month' => 'last month',
289 // 'dropdown.this_year' => 'this year',
290 // 'dropdown.all_time' => 'all time',
291 // 'dropdown.projects' => 'projects',
292 // 'dropdown.tasks' => 'tasks',
293 // 'dropdown.clients' => 'clients',
294 // 'dropdown.select' => '--- select ---',
295 // 'dropdown.select_invoice' => '--- select invoice ---',
296 'dropdown.status_active' => 'ativo',
297 // TODO: translate the following:
298 // 'dropdown.status_inactive' => 'inactive',
299 // 'dropdown.delete'=>'delete',
300 // 'dropdown.do_not_delete'=>'do not delete',
301
302
303 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
304 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
305 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
306 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
307
308 // Login form. See example at https://timetracker.anuko.com/login.php.
309 // TODO: translate the following:
310 // 'form.login.forgot_password' => 'Forgot password?',
311 // 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
312
313 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
314 // TODO: translate the following:
315 // 'form.reset_password.message' => 'Password reset request sent by email.',
316 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
317 'form.reset_password.email_body' => "Prezado usuário,\n\nAlguém, possivelmente você, solicitou o reset da sua senha do Anuko Time Tracker. Entre nete link para resetar a sua senha.\n\n%s\n\nAnuko Time Tracker é um sistema, simples, de fácil uso, de código abertois, de rastreamento do tempo. Visite https://www.anuko.com para mais informações.\n\n",
318
319 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
320 'form.change_password.tip' => 'Entre com a nova senha e clique em Salvar.',
321
322 // Time form. See example at https://timetracker.anuko.com/time.php.
323 // TODO: translate the following:
324 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
325 // 'form.time.billable' => 'Billable',
326 // 'form.time.uncompleted' => 'Uncompleted',
327
328 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
329 // TODO: translate the following:
330 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
331
332 // Reports form. See example at https://timetracker.anuko.com/reports.php
333 'form.reports.save_as_favorite' => 'Guardar como favorito',
334 'form.reports.confirm_delete' => 'Tem certeza que deseja remover este relatório dos favoritos?',
335 // TODO: translate the following:
336 // 'form.reports.include_records' => 'Include records',
337 // 'form.reports.include_billable' => 'billable',
338 // 'form.reports.include_not_billable' => 'not billable',
339 // 'form.reports.include_invoiced' => 'invoiced',
340 // 'form.reports.include_not_invoiced' => 'not invoiced',
341 // 'form.reports.select_period' => 'Select time period',
342 // 'form.reports.set_period' => 'or set dates',
343 // 'form.reports.show_fields' => 'Show fields',
344 // 'form.reports.group_by' => 'Group by',
345 // 'form.reports.group_by_no' => '--- no grouping ---',
346 // 'form.reports.group_by_date' => 'date',
347 // 'form.reports.group_by_user' => 'user',
348 // 'form.reports.group_by_client' => 'client',
349 // 'form.reports.group_by_project' => 'project',
350 // 'form.reports.group_by_task' => 'task',
351 // 'form.reports.totals_only' => 'Totals only',
352
353 // Report form. See example at https://timetracker.anuko.com/report.php
354 // (after generating a report at https://timetracker.anuko.com/reports.php).
355 // TODO: translate the following:
356 // 'form.report.export' => 'Export',
357
358 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
359 // (you can get to this form after generating a report).
360 // TODO: translate the following:
361 // 'form.invoice.number' => 'Invoice number',
362 // 'form.invoice.person' => 'Person',
363 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
364 // 'form.invoice.invoice_entries' => 'Invoice entries',
365
366 // Charts form. See example at https://timetracker.anuko.com/charts.php
367 // TODO: translate the following:
368 // 'form.charts.interval' => 'Interval',
369 // 'form.charts.chart' => 'Chart',
370
371 // Projects form. See example at https://timetracker.anuko.com/projects.php
372 // TODO: translate the following:
373 // 'form.projects.active_projects' => 'Active Projects',
374 // 'form.projects.inactive_projects' => 'Inactive Projects',
375
376 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
377 // TODO: translate the following:
378 // 'form.tasks.active_tasks' => 'Active Tasks',
379 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
380
381 // Users form. See example at https://timetracker.anuko.com/users.php
382 // TODO: translate the following:
383 // 'form.users.active_users' => 'Active Users',
384 // 'form.users.inactive_users' => 'Inactive Users',
385 // 'form.users.role' => 'Role',
386 // 'form.users.manager' => 'Manager',
387 // 'form.users.comanager' => 'Co-manager',
388 // 'form.users.rate' => 'Rate',
389 // 'form.users.default_rate' => 'Default hourly rate',
390
391 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
392 // TODO: translate the following:
393 // 'form.client.client_to_delete' => 'Client to delete',
394 // 'form.client.client_entries' => 'Client entries',
395
396 // Clients form. See example at https://timetracker.anuko.com/clients.php
397 // TODO: translate the following:
398 // 'form.clients.active_clients' => 'Active Clients',
399 // 'form.clients.inactive_clients' => 'Inactive Clients',
400
401 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
402 // TODO: translate the following:
403 // 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.',
404 // 'form.export.compression' => 'Compression',
405 // 'form.export.compression_none' => 'none',
406 // 'form.export.compression_bzip' => 'bzip',
407
408 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
409 // TODO: translate the following:
410 // 'form.import.hint' => 'Import team data from an xml file.',
411 // 'form.import.file' => 'Select file',
412 // 'form.import.success' => 'Import completed successfully.',
413
414 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
415 'form.teams.hint' =>  'Crie uma nova organização fazendo uma nova conta de gerente.<br>você também pode importar os dados de um arquivo xml de outro servidor Anuko Time Tracker (não havendo colisão de usuários).',
416
417 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
418 // TODO: translate the following:
419 // 'form.profile.12_hours' => '12 hours',
420 // 'form.profile.24_hours' => '24 hours',
421 // 'form.profile.tracking_mode' => 'Tracking mode',
422 // 'form.profile.mode_time' => 'time',
423 // 'form.profile.mode_projects' => 'projects',
424 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
425 // 'form.profile.record_type' => 'Record type',
426 // 'form.profile.type_all' => 'all',
427 // 'form.profile.type_start_finish' => 'start and finish',
428 // 'form.profile.type_duration' => 'duration',
429 // 'form.profile.plugins' => 'Plugins',
430
431 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
432 // TODO: translate the following:
433 // 'form.mail.from' => 'From',
434 // 'form.mail.to' => 'To',
435 // 'form.mail.cc' => 'Cc',
436 // 'form.mail.subject' => 'Subject',
437 // 'form.mail.report_subject' => 'Time Tracker Report',
438 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
439 // 'form.mail.report_sent' => 'Report sent.',
440 // 'form.mail.invoice_sent' => 'Invoice sent.',
441 );
442
443
444 /*
445 // Some of the strings could propably be reused above... Working on it...
446
447 "form.mytime.edit_title" => 'editando entrada de hora',
448 "form.mytime.del_str" => 'apagando entrada de hora',
449 // "form.mytime.time_form" => ' (hh:mm)',
450 "form.mytime.date" => 'data',
451 "form.mytime.project" => 'projeto',
452 "form.mytime.activity" => 'atividade',
453 "form.mytime.start" => 'início',
454 "form.mytime.finish" => 'fim',
455 "form.mytime.duration" => 'duração',
456 "form.mytime.note" => 'anotação',
457 // Note to translators: the string below must be translated
458 "form.mytime.behalf" => 'trabalho diário de',
459 "form.mytime.daily" => 'trabalho diário',
460 "form.mytime.total" => 'horas totais: ',
461 "form.mytime.th.project" => 'projeto',
462 "form.mytime.th.activity" => 'atividade',
463 "form.mytime.th.start" => 'início',
464 "form.mytime.th.finish" => 'fim',
465 "form.mytime.th.duration" => 'duração',
466 "form.mytime.th.note" => 'anotação',
467 "form.mytime.th.edit" => 'editar',
468 "form.mytime.th.delete" => 'apagar',
469 "form.mytime.del_yes" => 'o período registrado foi apagado com sucesso',
470 // Note to translators: the strings below are missing and must be added and translated 
471 "form.mytime.no_finished_rec" => 'esta entrada foi salva somente com hora de início. não é um erro. saia se você precisar.',
472 "form.mytime.billable" => 'faturável',
473 "form.mytime.warn_tozero_rec" => 'esta entrada deve ser removida pois o período está bloqueado',
474 "form.mytime.uncompleted" => 'não completada',
475 // profile form attributes
476 // Note to translators: we need a more accurate translation of form.profile.create_title
477 "form.profile.create_title" => 'criar nova conta de gerênte',
478 "form.profile.edit_title" => 'editando perfil',
479 "form.profile.name" => 'nome',
480 // Note to translators: the string below is missing and must be added and translated 
481 "form.profile.login" => 'login',
482 // Note to translators: the strings below are missing and must be added and translated 
483 "form.profile.showchart" => 'mostrar gráfico de torta',
484 "form.profile.lang" => 'idioma',
485 "form.profile.custom_date_format" => "formato da data",
486 "form.profile.custom_time_format" => "formato da hora",
487 "form.profile.default_format" => "(padrão)",
488 "form.profile.start_week" => "primeiro dia da semana",
489 // people form attributes
490 "form.people.ppl_str" => 'pessoas',
491 "form.people.createu_str" => 'adicionar novo usuário',
492 "form.people.edit_str" => 'editando usuário',
493 "form.people.del_str" => 'apagando usuário',
494 "form.people.th.name" => 'nome',
495 // Note to translators: "form.people.th.login" => 'e-mail', // email has been changed to login
496 "form.people.th.role" => 'papel',
497 "form.people.th.edit" => 'editar',
498 "form.people.th.del" => 'apagar',
499 "form.people.th.status" => 'status',
500 // Note to translators: the strings below are missing and must be added and translated 
501 "form.people.th.project" => 'projeto',
502 "form.people.th.rate" => 'honorário',
503 "form.people.manager" => 'gerente',
504 // Note to translators: the string below is missing and must be added and translated 
505 "form.people.comanager" => 'coordenador',
506 "form.people.empl" => 'usuário',
507 "form.people.name" => 'nome',
508 // Note to translators: the string below is missing and must be added and translated 
509 "form.people.login" => 'login',
510 "form.people.rate" => 'honorário por hora',
511 // Note to translators: the strings below are missing and must be added and translated 
512 "form.people.comanager" => 'coordenador',
513 "form.people.projects" => 'projetos',
514 // projects form attributes
515 "form.project.proj_title" => 'projetos',
516 "form.project.edit_str" => 'editando projeto',
517 "form.project.add_str" => 'adicionando novo projeto',
518 "form.project.del_str" => 'apagando projeto',
519 "form.project.th.name" => 'nome',
520 "form.project.th.edit" => 'editar',
521 "form.project.th.del" => 'apagar',
522 "form.project.name" => 'nome',
523 // activities form attributes
524 "form.activity.act_title" => 'atividades',
525 "form.activity.add_title" => 'adicionando nova atividade',
526 "form.activity.edit_str" => 'editando atividade',
527 // Note to translators: the string below must be translated
528 "form.activity.del_str" => 'apagando atividade',
529 "form.activity.name" => 'nome',
530 "form.activity.project" => 'projeto',
531 "form.activity.th.name" => 'nome',
532 "form.activity.th.project" => 'projeto',
533 "form.activity.th.edit" => 'editar',
534 "form.activity.th.del" => 'apagar',
535 // report attributes
536 "form.report.title" => 'relatórios',
537 "form.report.from" => 'data inicial',
538 "form.report.to" => 'data final',
539 // Note to translators: the strings below must be translated
540 "form.report.groupby_user" => 'usuário',
541 "form.report.groupby_project" => 'projeto',
542 "form.report.groupby_activity" => 'atividade',
543 "form.report.duration" => 'duração',
544 "form.report.start" => 'início',
545 "form.report.activity" => 'atividade',
546 // Note to translators: the string below must be translated
547 "form.report.show_idle" => 'mostrar inativo',
548 "form.report.finish" => 'fim',
549 "form.report.note" => 'anotação',
550 "form.report.project" => 'projeto',
551 // Note to translators: the string below is missing and must be added and translated 
552 "form.report.totals_only" => 'somente totais',
553 "form.report.total" => 'horas totais',
554 "form.report.th.empllist" => 'usuário',
555 // Note to translators: the strings below must be translated
556 "form.report.th.date" => 'data',
557 "form.report.th.project" => 'projeto',
558 "form.report.th.activity" => 'atividade',
559 "form.report.th.start" => 'início',
560 "form.report.th.finish" => 'fim',
561 "form.report.th.duration" => 'duração',
562 "form.report.th.note" => 'nota',
563 // mail form attributes
564 "form.mail.from" => 'de',
565 "form.mail.to" => 'para',
566 "form.mail.cc" => 'cc',
567 "form.mail.subject" => 'assunto',
568 "form.mail.comment" => 'comentário',
569 "form.mail.above" => 'enviar este relatório por e-mail',
570 // Note to translators: the strings below must be translated
571 "form.mail.footer_str" => 'Anuko Time Tracker é um sistema, simples, de fácil uso, de código aberto,<br>de rastreamento do tempo. Visite <a href="https://www.anuko.com">www.anuko.com</a> para mais informações.',
572 "form.mail.sending_str" => '<b>mensagem enviada</b>',
573 // invoice attributes
574 // Note to translators: the strings below must be translated
575 "form.invoice.title" => 'fatura',
576 "form.invoice.caption" => 'fatura',
577 "form.invoice.above" => 'informações adicionais para fatura',
578 "form.invoice.select_cust" => 'selecionar cliente',
579 "form.invoice.fillform" => 'preencha os campos',
580 "form.invoice.date" => 'data da fatura',
581 "form.invoice.number" => 'número da fatura',
582 "form.invoice.tax" => 'honorário',
583 "form.invoice.daily_subtotals" => 'subtotais diários'
584 "form.invoice.yourcoo" => 'seu nome<br> e endereço',
585 "form.invoice.custcoo" => 'nome do cliente<br> e endereço',
586 "form.invoice.comment" => 'comentário ',
587 "form.invoice.th.username" => 'pessoa',
588 "form.invoice.th.time" => 'horas',
589 "form.invoice.th.rate" => 'taxa',
590 "form.invoice.th.summ" => 'quantidade',
591 "form.invoice.subtotal" => 'subtotal',
592 "form.invoice.customer" =>'cliente',
593 // Note to translators: the strings below must be translated
594 "form.invoice.mailinv_above" => 'enviar essa fatura por e-mail',
595 "form.invoice.sending_str" => '<b>fatura enviada</b>',
596 // Note to translators: the strings below are missing and must be added and translated 
597 "form.migration.zip" => 'compressão',
598 "form.migration.file" => 'selecionar arquivo',
599 "form.migration.import.title" => 'importar dados',
600 "form.migration.import.success" => 'importação realizada com sucesso',
601 "form.migration.import.text" => 'importar dados de organização de um arquivo xml',
602 "form.migration.export.title" => 'exportar dados',
603 "form.migration.export.success" => 'exportação realizada com sucesso',
604 "form.migration.export.text" => 'você pode exportar todos os dados da organização para um arquivo xml. isto pode ser útil se você estiver migrando os dados para um servidor próprio.',
605 "form.migration.compression.none" => 'nenhuma',
606 "form.migration.compression.gzip" => 'gzip',
607 "form.migration.compression.bzip" => 'bzip',
608 "form.client.title" => 'clientes',
609 "form.client.add_title" => 'adicionar cliente',
610 "form.client.edit_title" => 'editar cliente',
611 "form.client.del_title" => 'apagar cliente',
612 "form.client.th.name" => 'nome',
613 "form.client.th.edit" => 'editar',
614 "form.client.th.del" => 'apagar',
615 "form.client.name" => 'nome',
616 "form.client.tax" => 'taxa',
617 "form.client.daily_subtotals" => 'subtotais diários',
618 "form.client.yourcoo" => 'seu nome<br> e endereço na fatura',
619 "form.client.custcoo" => 'endereço',
620 "form.client.comment" => 'comentário ',
621 // miscellaneous strings
622 "forward.forgot_password" => 'esqueceu a senha?',
623 // Note to translators: the strings below must be translated 
624 "forward.edit" => 'editar',
625 "forward.delete" => 'apagar',
626 // Note to translators: the string below must be translated 
627 "forward.tocsvfile" => 'exportar dados para arquivo .csv',
628 // Note to translators: the strings below are missing and must be added and translated 
629 "forward.toxmlfile" => 'exportar dados para arquivo .xml',
630 "forward.geninvoice" => 'criar fatura',
631 "forward.change" => 'configurar clientes',
632 // strings inside contols on forms
633 "controls.select.project" => '--- selecione projeto ---',
634 "controls.select.activity" => '--- selecione atividade ---',
635 // Note to translators: the strings below are missing and must be added and translated 
636 "controls.select.client" => '--- selecione cliente ---',
637 "controls.project_bind" => '--- todos ---',
638 "controls.all" => '--- todos ---',
639 "controls.notbind" => '--- não ---',
640 "controls.per_tm" => 'este mês',
641 "controls.per_lm" => 'último mês',
642 "controls.per_tw" => 'esta semana',
643 "controls.per_lw" => 'última semana',
644 // Note to translators: the strings below are missing and must be added and translated 
645 "controls.per_td" => 'este dia',
646 "controls.per_at" => 'tudo',
647 "controls.per_ty" => 'este ano',
648 "controls.sel_period" => '--- selecione o período de tempo ---',
649 // Note to translators: the strings below must be translated 
650 "controls.sel_groupby" => '--- sem agrupar ---',
651 "controls.inc_billable" => 'faturável',
652 "controls.inc_nbillable" => 'não faturável',
653 "controls.default" => '--- padrão ---',
654 // labels
655 // Note to translators: the strings below are missing and must be added and translated 
656 "label.chart.title1" => 'atividades para o usuário',
657 "label.chart.title2" => 'projetos para o usuário',
658 "label.chart.period" => 'gráfico para o período',
659 "label.pinfo" => '%s, %s',
660 "label.pinfo2" => '%s',
661 "label.pbehalf_info" => '%s %s <b>em nome de %s</b>',
662 "label.pminfo" => ' (gerente)',
663 // Note to translators: the strings below are missing and must be added and translated 
664 "label.pcminfo" => ' (coordenador)',
665 "label.painfo" => ' (administrador)',
666 "label.time_noentry" => 'sem registro',
667 "label.today" => 'hoje',
668 "label.req_fields" => '* campos obrigatórios',
669 // Note to translators: the strings below must be translated 
670 "label.sel_project" => 'selecione o projeto',
671 "label.sel_activity" => 'selecione a atividade',
672 "label.sel_tp" => 'selecione o período de tempo',
673 "label.set_tp" => 'ou selecionar datas',
674 "label.fields" => 'exibir campos',
675 // Note to translators: the strings below must be translated
676 "label.group_title" => 'agrupar por',
677 "label.include_title" => 'incluir entradas',
678 "label.inv_str" => 'fatura',
679 "label.set_empl" => 'selecione os usuários'
680 "label.sel_all" => 'selecionar todos',
681 "label.sel_none" => 'desmarcar todos',
682 "label.or" => 'ou',
683 "label.disable" => 'disabilitar',
684 "label.enable" => 'habilitar',
685 "label.filter" => 'filtar',
686 "label.timeweek" => 'total semanal',
687 "label.hrs" => 'hrs',
688 "label.errors" => 'erros',
689 "label.ldap_hint" => 'Entre com o seu <b>login do Windows</b> e <b>senha</b> nos campos abaixo.',
690 "label.calendar_today" => 'hoje',
691 "label.calendar_close" => 'fechar',
692 // login hello text
693 "login.hello.text" => "Anuko Time Tracker é um sistema, simples, de fácil uso, de código aberto, de rastreamento do tempo.",
694 );
695 */