718604dd704c839992b545816fe700691d6548d2
[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' => 'Your database is empty. Login as admin and create a new team.',
92 // 'error.upload' => 'File upload error.',
93 'error.range_locked' => 'Período está bloqueado.',
94 'error.mail_send' => 'Erro enviando o e-mail.',
95 'error.no_email' => 'Não há e-mail associado a este login.',
96 'error.uncompleted_exists' => 'Entrada incompleta existente. Feche ou remova-a.',
97 'error.goto_uncompleted' => 'Ir até entrada incompleta.',
98 // TODO: translate the following:
99 // 'error.overlap' => 'Time interval overlaps with existing records.',
100 // 'error.future_date' => 'Date is in future.',
101
102 // Labels for buttons.
103 'button.login' => 'Login',
104 'button.now' => 'Agora',
105 'button.save' => 'Salvar',
106 // TODO: translate the following:
107 // 'button.copy' => 'Copy',
108 'button.cancel' => 'Cancelar',
109 'button.submit' => 'Enviar',
110 // TODO: translate the following:
111 // 'button.add_user' => 'Add user',
112 'button.add_project' => 'Adicionar projeto',
113 // TODO: translate the following:
114 // 'button.add_task' => 'Add task',
115 'button.add_client' => 'Adicionar cliente',
116 // TODO: translate the following:
117 // 'button.add_invoice' => 'Add invoice',
118 // 'button.add_option' => 'Add option',
119 'button.add' => 'Adicionar',
120 'button.generate' => 'Criar',
121 'button.reset_password' => 'Resetar senha',
122 'button.send' => 'Enviar',
123 'button.send_by_email' => 'Enviar por e-mail',
124 'button.create_team' => 'Criar organização',
125 'button.export' => 'Exportar organização',
126 'button.import' => 'Importar organização',
127 // TODO: translate the following:
128 // 'button.close' => 'Close',
129 // 'button.stop' => 'Stop',
130
131 // Labels for controls on forms. Labels in this section are used on multiple forms.
132 'label.team_name' => 'Nome da organização',
133 // TODO: translate the following:
134 // 'label.address' => 'Address',
135 'label.currency' => 'Moeda',
136 'label.manager_name' => 'Nome do gerente',
137 'label.manager_login' => 'Login do gerente',
138 // TODO: translate the following:
139 // 'label.person_name' => 'Name',
140 // 'label.thing_name' => 'Name',
141 'label.login' => 'Login',
142 'label.password' => 'Senha',
143 'label.confirm_password' => 'Confirme a senha',
144 'label.email' => 'E-mail',
145 // TODO: translate the following:
146 // 'label.date' => 'Date',
147 // 'label.start_date' => 'Start date',
148 // 'label.end_date' => 'End date',
149 // 'label.user' => 'User',
150 // 'label.users' => 'Users',
151 // 'label.client' => 'Client',
152 // 'label.clients' => 'Clients',
153 // 'label.option' => 'Option',
154 // 'label.invoice' => 'Invoice',
155 'label.project' => 'Projeto',
156 // TODO: translate the following:
157 // 'label.projects' => 'Projects',
158 // 'label.task' => 'Task',
159 // 'label.tasks' => 'Tasks',
160 // 'label.description' => 'Description',
161 // 'label.start' => 'Start',
162 // 'label.finish' => 'Finish',
163 // 'label.duration' => 'Duration',
164 // 'label.note' => 'Note',
165 // 'label.item' => 'Item',
166 // 'label.cost' => 'Cost',
167 // 'label.week_total' => 'Week total',
168 // 'label.day_total' => 'Day total',
169 // 'label.today' => 'Today',
170 // 'label.total_hours' => 'Total hours',
171 // 'label.total_cost' => 'Total cost',
172 // 'label.view' => 'View',
173 // 'label.edit' => 'Edit',
174 // 'label.delete' => 'Delete',
175 // 'label.configure' => 'Configure',
176 // 'label.select_all' => 'Select all',
177 // 'label.select_none' => 'Deselect all',
178 // 'label.id' => 'ID',
179 // 'label.language' => 'Language',
180 // 'label.decimal_mark' => 'Decimal mark',
181 // 'label.date_format' => 'Date format',
182 // 'label.time_format' => 'Time format',
183 // 'label.week_start' => 'First day of week',
184 // 'label.comment' => 'Comment',
185 // 'label.status' => 'Status',
186 // 'label.tax' => 'Tax',
187 // 'label.subtotal' => 'Subtotal',
188 // 'label.total' => 'Total',
189 // 'label.client_name' => 'Client name',
190 // 'label.client_address' => 'Client address',
191 // 'label.or' => 'or',
192 // 'label.error' => 'Error',
193 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
194 // 'label.required_fields' => '* - required fields',
195 // 'label.on_behalf' => 'on behalf of',
196 // 'label.role_manager' => '(manager)',
197 // 'label.role_comanager' => '(co-manager)',
198 'label.role_admin' => '(administrador)',
199 'label.page' => 'Página',
200 // Labels for plugins (extensions to Time Tracker that provide additional features).
201 // TODO: translate the following:
202 // 'label.custom_fields' => 'Custom fields',
203 // 'label.type' => 'Type',
204 // 'label.type_dropdown' => 'dropdown',
205 // 'label.type_text' => 'text',
206 // 'label.required' => 'Required',
207 'label.fav_report' => 'Relatório favorito',
208 // TODO: translate the following:
209 // 'label.cron_schedule' => 'Cron schedule',
210 // 'label.what_is_it' => 'What is it?',
211
212 // Form titles.
213 'title.login' => 'Login',
214 // TODO: translate the following:
215 // 'title.teams' => 'Teams',
216 // 'title.create_team' => 'Creating Team',
217 // 'title.edit_team' => 'Editing Team',
218 // 'title.delete_team' => 'Deleting Team',
219 // 'title.reset_password' => 'Resetting Password',
220 // 'title.change_password' => 'Changing Password',
221 // 'title.time' => 'Time',
222 // 'title.edit_time_record' => 'Editing Time Record',
223 // 'title.delete_time_record' => 'Deleting Time Record',
224 // 'title.expenses' => 'Expenses',
225 // 'title.edit_expense' => 'Editing Expense Item',
226 // 'title.delete_expense' => 'Deleting Expense Item',
227 // 'title.reports' => 'Reports',
228 // 'title.report' => 'Report',
229 // 'title.send_report' => 'Sending Report',
230 // 'title.invoice' => 'Invoice',
231 // 'title.send_invoice' => 'Sending Invoice',
232 // 'title.charts' => 'Charts',
233 // 'title.projects' => 'Projects',
234 // 'title.add_project' => 'Adding Project',
235 // 'title.edit_project' => 'Editing Project',
236 // 'title.delete_project' => 'Deleting Project',
237 // 'title.tasks' => 'Tasks',
238 // 'title.add_task' => 'Adding Task',
239 // 'title.edit_task' => 'Editing Task',
240 // 'title.delete_task' => 'Deleting Task',
241 // 'title.users' => 'Users',
242 // 'title.add_user' => 'Adding User',
243 // 'title.edit_user' => 'Editing User',
244 // 'title.delete_user' => 'Deleting User',
245 // 'title.clients' => 'Clients',
246 // 'title.add_client' => 'Adding Client',
247 // 'title.edit_client' => 'Editing Client',
248 // 'title.delete_client' => 'Deleting Client',
249 // 'title.invoices' => 'Invoices',
250 // 'title.add_invoice' => 'Adding Invoice',
251 // 'title.view_invoice' => 'Viewing Invoice',
252 // 'title.delete_invoice' => 'Deleting Invoice',
253 // 'title.notifications' => 'Notifications',
254 // 'title.add_notification' => 'Adding Notification',
255 // 'title.edit_notification' => 'Editing Notification',
256 // 'title.delete_notification' => 'Deleting Notification',
257 // 'title.export' => 'Exporting Team Data',
258 // 'title.import' => 'Importing Team Data',
259 // 'title.options' => 'Options',
260 // 'title.profile' => 'Profile',
261 // 'title.cf_custom_fields' => 'Custom Fields',
262 // 'title.cf_add_custom_field' => 'Adding Custom Field',
263 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
264 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
265 // 'title.cf_dropdown_options' => 'Dropdown Options',
266 // 'title.cf_add_dropdown_option' => 'Adding Option',
267 // 'title.cf_edit_dropdown_option' => 'Editing Option',
268 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
269 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
270 // It is also a name for the Locking plugin on the Team profile page.
271 // 'title.locking' => 'Locking',
272
273 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
274 // Strings that are used in a single form must go to the specific form section.
275 // TODO: translate the following:
276 // 'dropdown.all' => '--- all ---',
277 // 'dropdown.no' => '--- no ---',
278 // NOTE TO TRANSLATORS: dropdown.this_day does not necessarily means "today". It means a specific ("this") day selected on calendar. See Charts.
279 // 'dropdown.this_day' => 'this day',
280 // 'dropdown.this_week' => 'this week',
281 // 'dropdown.last_week' => 'last week',
282 // 'dropdown.this_month' => 'this month',
283 // 'dropdown.last_month' => 'last month',
284 // 'dropdown.this_year' => 'this year',
285 // 'dropdown.all_time' => 'all time',
286 // 'dropdown.projects' => 'projects',
287 // 'dropdown.tasks' => 'tasks',
288 // 'dropdown.clients' => 'clients',
289 // 'dropdown.select' => '--- select ---',
290 // 'dropdown.select_invoice' => '--- select invoice ---',
291 // 'dropdown.status_active' => 'active',
292 // 'dropdown.status_inactive' => 'inactive',
293 // 'dropdown.delete'=>'delete',
294 // 'dropdown.do_not_delete'=>'do not delete',
295
296
297 // 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.
298 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
299 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
300 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
301
302 // Login form. See example at https://timetracker.anuko.com/login.php.
303 // TODO: translate the following:
304 // 'form.login.forgot_password' => 'Forgot password?',
305 // '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.',
306
307 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
308 // TODO: translate the following:
309 // 'form.reset_password.message' => 'Password reset request sent by email.',
310 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
311 '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",
312
313 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
314 'form.change_password.tip' => 'Entre com a nova senha e clique em Salvar.',
315
316 // Time form. See example at https://timetracker.anuko.com/time.php.
317 // TODO: translate the following:
318 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
319 // 'form.time.billable' => 'Billable',
320 // 'form.time.uncompleted' => 'Uncompleted',
321
322 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
323 // TODO: translate the following:
324 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
325
326 // Reports form. See example at https://timetracker.anuko.com/reports.php
327 'form.reports.save_as_favorite' => 'Guardar como favorito',
328 'form.reports.confirm_delete' => 'Tem certeza que deseja remover este relatório dos favoritos?',
329 // TODO: translate the following:
330 // 'form.reports.include_records' => 'Include records',
331 // 'form.reports.include_billable' => 'billable',
332 // 'form.reports.include_not_billable' => 'not billable',
333 // 'form.reports.include_invoiced' => 'invoiced',
334 // 'form.reports.include_not_invoiced' => 'not invoiced',
335 // 'form.reports.select_period' => 'Select time period',
336 // 'form.reports.set_period' => 'or set dates',
337 // 'form.reports.show_fields' => 'Show fields',
338 // 'form.reports.group_by' => 'Group by',
339 // 'form.reports.group_by_no' => '--- no grouping ---',
340 // 'form.reports.group_by_date' => 'date',
341 // 'form.reports.group_by_user' => 'user',
342 // 'form.reports.group_by_client' => 'client',
343 // 'form.reports.group_by_project' => 'project',
344 // 'form.reports.group_by_task' => 'task',
345 // 'form.reports.totals_only' => 'Totals only',
346
347 // Report form. See example at https://timetracker.anuko.com/report.php
348 // (after generating a report at https://timetracker.anuko.com/reports.php).
349 // TODO: translate the following:
350 // 'form.report.export' => 'Export',
351
352 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
353 // (you can get to this form after generating a report).
354 // TODO: translate the following:
355 // 'form.invoice.number' => 'Invoice number',
356 // 'form.invoice.person' => 'Person',
357 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
358 // 'form.invoice.invoice_entries' => 'Invoice entries',
359
360 // Charts form. See example at https://timetracker.anuko.com/charts.php
361 // TODO: translate the following:
362 // 'form.charts.interval' => 'Interval',
363 // 'form.charts.chart' => 'Chart',
364
365 // Projects form. See example at https://timetracker.anuko.com/projects.php
366 // TODO: translate the following:
367 // 'form.projects.active_projects' => 'Active Projects',
368 // 'form.projects.inactive_projects' => 'Inactive Projects',
369
370 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
371 // TODO: translate the following:
372 // 'form.tasks.active_tasks' => 'Active Tasks',
373 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
374
375 // Users form. See example at https://timetracker.anuko.com/users.php
376 // TODO: translate the following:
377 // 'form.users.active_users' => 'Active Users',
378 // 'form.users.inactive_users' => 'Inactive Users',
379 // 'form.users.role' => 'Role',
380 // 'form.users.manager' => 'Manager',
381 // 'form.users.comanager' => 'Co-manager',
382 // 'form.users.rate' => 'Rate',
383 // 'form.users.default_rate' => 'Default hourly rate',
384
385 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
386 // TODO: translate the following:
387 // 'form.client.client_to_delete' => 'Client to delete',
388 // 'form.client.client_entries' => 'Client entries',
389
390 // Clients form. See example at https://timetracker.anuko.com/clients.php
391 // TODO: translate the following:
392 // 'form.clients.active_clients' => 'Active Clients',
393 // 'form.clients.inactive_clients' => 'Inactive Clients',
394
395 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
396 // TODO: translate the following:
397 // '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.',
398 // 'form.export.compression' => 'Compression',
399 // 'form.export.compression_none' => 'none',
400 // 'form.export.compression_bzip' => 'bzip',
401
402 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
403 // TODO: translate the following:
404 // 'form.import.hint' => 'Import team data from an xml file.',
405 // 'form.import.file' => 'Select file',
406 // 'form.import.success' => 'Import completed successfully.',
407
408 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
409 '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).',
410
411 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
412 // TODO: translate the following:
413 // 'form.profile.12_hours' => '12 hours',
414 // 'form.profile.24_hours' => '24 hours',
415 // 'form.profile.tracking_mode' => 'Tracking mode',
416 // 'form.profile.mode_time' => 'time',
417 // 'form.profile.mode_projects' => 'projects',
418 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
419 // 'form.profile.record_type' => 'Record type',
420 // 'form.profile.type_all' => 'all',
421 // 'form.profile.type_start_finish' => 'start and finish',
422 // 'form.profile.type_duration' => 'duration',
423 // 'form.profile.plugins' => 'Plugins',
424
425 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
426 // TODO: translate the following:
427 // 'form.mail.from' => 'From',
428 // 'form.mail.to' => 'To',
429 // 'form.mail.cc' => 'Cc',
430 // 'form.mail.subject' => 'Subject',
431 // 'form.mail.report_subject' => 'Time Tracker Report',
432 // '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.',
433 // 'form.mail.report_sent' => 'Report sent.',
434 // 'form.mail.invoice_sent' => 'Invoice sent.',
435 );
436
437
438 /*
439 // Some of the string below could propably be resued above... Working on it...
440
441 "form.admin.change_pass" => 'alterar a senha do usuário administrador',
442 "form.admin.profile.title" => 'organizações',
443 "form.admin.profile.noprofiles" => 'sua base de dados está vazia. Entre como admin e crie uma organização nova.',
444 "form.admin.profile.comment" => 'apagar organização',
445 "form.admin.profile.th.id" => 'id',
446 "form.admin.profile.th.name" => 'nome',
447 "form.admin.profile.th.edit" => 'editar',
448 "form.admin.profile.th.del" => 'apagar',
449 "form.admin.profile.th.active" => 'ativo',
450 "form.admin.lock.period" => 'bloquear período em dias',
451 "form.admin.options" => 'opções',
452 "form.admin.lang_default" => 'idioma padrão',
453 "form.admin.custom_date_format" => "formato da data",
454 "form.admin.custom_time_format" => "formato da hora",
455 "form.admin.start_week" => "primeiro dia da semana",
456 // my time form attributes
457 "form.mytime.title" => 'adicionar período',
458 // Note to translators: the strings below must be translated
459 "form.mytime.edit_title" => 'editando entrada de hora',
460 "form.mytime.del_str" => 'apagando entrada de hora',
461 // "form.mytime.time_form" => ' (hh:mm)',
462 "form.mytime.date" => 'data',
463 "form.mytime.project" => 'projeto',
464 "form.mytime.activity" => 'atividade',
465 "form.mytime.start" => 'início',
466 "form.mytime.finish" => 'fim',
467 "form.mytime.duration" => 'duração',
468 "form.mytime.note" => 'anotação',
469 // Note to translators: the string below must be translated
470 "form.mytime.behalf" => 'trabalho diário de',
471 "form.mytime.daily" => 'trabalho diário',
472 "form.mytime.total" => 'horas totais: ',
473 "form.mytime.th.project" => 'projeto',
474 "form.mytime.th.activity" => 'atividade',
475 "form.mytime.th.start" => 'início',
476 "form.mytime.th.finish" => 'fim',
477 "form.mytime.th.duration" => 'duração',
478 "form.mytime.th.note" => 'anotação',
479 "form.mytime.th.edit" => 'editar',
480 "form.mytime.th.delete" => 'apagar',
481 "form.mytime.del_yes" => 'o período registrado foi apagado com sucesso',
482 // Note to translators: the strings below are missing and must be added and translated 
483 "form.mytime.no_finished_rec" => 'esta entrada foi salva somente com hora de início. não é um erro. saia se você precisar.',
484 "form.mytime.billable" => 'faturável',
485 "form.mytime.warn_tozero_rec" => 'esta entrada deve ser removida pois o período está bloqueado',
486 "form.mytime.uncompleted" => 'não completada',
487 // profile form attributes
488 // Note to translators: we need a more accurate translation of form.profile.create_title
489 "form.profile.create_title" => 'criar nova conta de gerênte',
490 "form.profile.edit_title" => 'editando perfil',
491 "form.profile.name" => 'nome',
492 // Note to translators: the string below is missing and must be added and translated 
493 "form.profile.login" => 'login',
494 // Note to translators: the strings below are missing and must be added and translated 
495 "form.profile.showchart" => 'mostrar gráfico de torta',
496 "form.profile.lang" => 'idioma',
497 "form.profile.custom_date_format" => "formato da data",
498 "form.profile.custom_time_format" => "formato da hora",
499 "form.profile.default_format" => "(padrão)",
500 "form.profile.start_week" => "primeiro dia da semana",
501 // people form attributes
502 "form.people.ppl_str" => 'pessoas',
503 "form.people.createu_str" => 'adicionar novo usuário',
504 "form.people.edit_str" => 'editando usuário',
505 "form.people.del_str" => 'apagando usuário',
506 "form.people.th.name" => 'nome',
507 // Note to translators: "form.people.th.login" => 'e-mail', // email has been changed to login
508 "form.people.th.role" => 'papel',
509 "form.people.th.edit" => 'editar',
510 "form.people.th.del" => 'apagar',
511 "form.people.th.status" => 'status',
512 // Note to translators: the strings below are missing and must be added and translated 
513 "form.people.th.project" => 'projeto',
514 "form.people.th.rate" => 'honorário',
515 "form.people.manager" => 'gerente',
516 // Note to translators: the string below is missing and must be added and translated 
517 "form.people.comanager" => 'coordenador',
518 "form.people.empl" => 'usuário',
519 "form.people.name" => 'nome',
520 // Note to translators: the string below is missing and must be added and translated 
521 "form.people.login" => 'login',
522 "form.people.rate" => 'honorário por hora',
523 // Note to translators: the strings below are missing and must be added and translated 
524 "form.people.comanager" => 'coordenador',
525 "form.people.projects" => 'projetos',
526 // projects form attributes
527 "form.project.proj_title" => 'projetos',
528 "form.project.edit_str" => 'editando projeto',
529 "form.project.add_str" => 'adicionando novo projeto',
530 "form.project.del_str" => 'apagando projeto',
531 "form.project.th.name" => 'nome',
532 "form.project.th.edit" => 'editar',
533 "form.project.th.del" => 'apagar',
534 "form.project.name" => 'nome',
535 // activities form attributes
536 "form.activity.act_title" => 'atividades',
537 "form.activity.add_title" => 'adicionando nova atividade',
538 "form.activity.edit_str" => 'editando atividade',
539 // Note to translators: the string below must be translated
540 "form.activity.del_str" => 'apagando atividade',
541 "form.activity.name" => 'nome',
542 "form.activity.project" => 'projeto',
543 "form.activity.th.name" => 'nome',
544 "form.activity.th.project" => 'projeto',
545 "form.activity.th.edit" => 'editar',
546 "form.activity.th.del" => 'apagar',
547 // report attributes
548 "form.report.title" => 'relatórios',
549 "form.report.from" => 'data inicial',
550 "form.report.to" => 'data final',
551 // Note to translators: the strings below must be translated
552 "form.report.groupby_user" => 'usuário',
553 "form.report.groupby_project" => 'projeto',
554 "form.report.groupby_activity" => 'atividade',
555 "form.report.duration" => 'duração',
556 "form.report.start" => 'início',
557 "form.report.activity" => 'atividade',
558 // Note to translators: the string below must be translated
559 "form.report.show_idle" => 'mostrar inativo',
560 "form.report.finish" => 'fim',
561 "form.report.note" => 'anotação',
562 "form.report.project" => 'projeto',
563 // Note to translators: the string below is missing and must be added and translated 
564 "form.report.totals_only" => 'somente totais',
565 "form.report.total" => 'horas totais',
566 "form.report.th.empllist" => 'usuário',
567 // Note to translators: the strings below must be translated
568 "form.report.th.date" => 'data',
569 "form.report.th.project" => 'projeto',
570 "form.report.th.activity" => 'atividade',
571 "form.report.th.start" => 'início',
572 "form.report.th.finish" => 'fim',
573 "form.report.th.duration" => 'duração',
574 "form.report.th.note" => 'nota',
575 // mail form attributes
576 "form.mail.from" => 'de',
577 "form.mail.to" => 'para',
578 "form.mail.cc" => 'cc',
579 "form.mail.subject" => 'assunto',
580 "form.mail.comment" => 'comentário',
581 "form.mail.above" => 'enviar este relatório por e-mail',
582 // Note to translators: the strings below must be translated
583 "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.',
584 "form.mail.sending_str" => '<b>mensagem enviada</b>',
585 // invoice attributes
586 // Note to translators: the strings below must be translated
587 "form.invoice.title" => 'fatura',
588 "form.invoice.caption" => 'fatura',
589 "form.invoice.above" => 'informações adicionais para fatura',
590 "form.invoice.select_cust" => 'selecionar cliente',
591 "form.invoice.fillform" => 'preencha os campos',
592 "form.invoice.date" => 'data da fatura',
593 "form.invoice.number" => 'número da fatura',
594 "form.invoice.tax" => 'honorário',
595 "form.invoice.daily_subtotals" => 'subtotais diários'
596 "form.invoice.yourcoo" => 'seu nome<br> e endereço',
597 "form.invoice.custcoo" => 'nome do cliente<br> e endereço',
598 "form.invoice.comment" => 'comentário ',
599 "form.invoice.th.username" => 'pessoa',
600 "form.invoice.th.time" => 'horas',
601 "form.invoice.th.rate" => 'taxa',
602 "form.invoice.th.summ" => 'quantidade',
603 "form.invoice.subtotal" => 'subtotal',
604 "form.invoice.customer" =>'cliente',
605 // Note to translators: the strings below must be translated
606 "form.invoice.mailinv_above" => 'enviar essa fatura por e-mail',
607 "form.invoice.sending_str" => '<b>fatura enviada</b>',
608 // Note to translators: the strings below are missing and must be added and translated 
609 "form.migration.zip" => 'compressão',
610 "form.migration.file" => 'selecionar arquivo',
611 "form.migration.import.title" => 'importar dados',
612 "form.migration.import.success" => 'importação realizada com sucesso',
613 "form.migration.import.text" => 'importar dados de organização de um arquivo xml',
614 "form.migration.export.title" => 'exportar dados',
615 "form.migration.export.success" => 'exportação realizada com sucesso',
616 "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.',
617 "form.migration.compression.none" => 'nenhuma',
618 "form.migration.compression.gzip" => 'gzip',
619 "form.migration.compression.bzip" => 'bzip',
620 "form.client.title" => 'clientes',
621 "form.client.add_title" => 'adicionar cliente',
622 "form.client.edit_title" => 'editar cliente',
623 "form.client.del_title" => 'apagar cliente',
624 "form.client.th.name" => 'nome',
625 "form.client.th.edit" => 'editar',
626 "form.client.th.del" => 'apagar',
627 "form.client.name" => 'nome',
628 "form.client.tax" => 'taxa',
629 "form.client.daily_subtotals" => 'subtotais diários',
630 "form.client.yourcoo" => 'seu nome<br> e endereço na fatura',
631 "form.client.custcoo" => 'endereço',
632 "form.client.comment" => 'comentário ',
633 // miscellaneous strings
634 "forward.forgot_password" => 'esqueceu a senha?',
635 // Note to translators: the strings below must be translated 
636 "forward.edit" => 'editar',
637 "forward.delete" => 'apagar',
638 // Note to translators: the string below must be translated 
639 "forward.tocsvfile" => 'exportar dados para arquivo .csv',
640 // Note to translators: the strings below are missing and must be added and translated 
641 "forward.toxmlfile" => 'exportar dados para arquivo .xml',
642 "forward.geninvoice" => 'criar fatura',
643 "forward.change" => 'configurar clientes',
644 // strings inside contols on forms
645 "controls.select.project" => '--- selecione projeto ---',
646 "controls.select.activity" => '--- selecione atividade ---',
647 // Note to translators: the strings below are missing and must be added and translated 
648 "controls.select.client" => '--- selecione cliente ---',
649 "controls.project_bind" => '--- todos ---',
650 "controls.all" => '--- todos ---',
651 "controls.notbind" => '--- não ---',
652 "controls.per_tm" => 'este mês',
653 "controls.per_lm" => 'último mês',
654 "controls.per_tw" => 'esta semana',
655 "controls.per_lw" => 'última semana',
656 // Note to translators: the strings below are missing and must be added and translated 
657 "controls.per_td" => 'este dia',
658 "controls.per_at" => 'tudo',
659 "controls.per_ty" => 'este ano',
660 "controls.sel_period" => '--- selecione o período de tempo ---',
661 // Note to translators: the strings below must be translated 
662 "controls.sel_groupby" => '--- sem agrupar ---',
663 "controls.inc_billable" => 'faturável',
664 "controls.inc_nbillable" => 'não faturável',
665 "controls.default" => '--- padrão ---',
666 // labels
667 // Note to translators: the strings below are missing and must be added and translated 
668 "label.chart.title1" => 'atividades para o usuário',
669 "label.chart.title2" => 'projetos para o usuário',
670 "label.chart.period" => 'gráfico para o período',
671 "label.pinfo" => '%s, %s',
672 "label.pinfo2" => '%s',
673 "label.pbehalf_info" => '%s %s <b>em nome de %s</b>',
674 "label.pminfo" => ' (gerente)',
675 // Note to translators: the strings below are missing and must be added and translated 
676 "label.pcminfo" => ' (coordenador)',
677 "label.painfo" => ' (administrador)',
678 "label.time_noentry" => 'sem registro',
679 "label.today" => 'hoje',
680 "label.req_fields" => '* campos obrigatórios',
681 // Note to translators: the strings below must be translated 
682 "label.sel_project" => 'selecione o projeto',
683 "label.sel_activity" => 'selecione a atividade',
684 "label.sel_tp" => 'selecione o período de tempo',
685 "label.set_tp" => 'ou selecionar datas',
686 "label.fields" => 'exibir campos',
687 // Note to translators: the strings below must be translated
688 "label.group_title" => 'agrupar por',
689 "label.include_title" => 'incluir entradas',
690 "label.inv_str" => 'fatura',
691 "label.set_empl" => 'selecione os usuários'
692 "label.sel_all" => 'selecionar todos',
693 "label.sel_none" => 'desmarcar todos',
694 "label.or" => 'ou',
695 "label.disable" => 'disabilitar',
696 "label.enable" => 'habilitar',
697 "label.filter" => 'filtar',
698 "label.timeweek" => 'total semanal',
699 "label.hrs" => 'hrs',
700 "label.errors" => 'erros',
701 "label.ldap_hint" => 'Entre com o seu <b>login do Windows</b> e <b>senha</b> nos campos abaixo.',
702 "label.calendar_today" => 'hoje',
703 "label.calendar_close" => 'fechar',
704 // login hello text
705 "login.hello.text" => "Anuko Time Tracker é um sistema, simples, de fácil uso, de código aberto, de rastreamento do tempo.",
706 );
707 */