Translation status

56 Strings 100% Translate
721 Words 100%

Other components

Component Translated Untranslated Untranslated words Checks Suggestions Comments
plugin-showdesktop This component is linked to the LXQt Panel/Panel repository. GPL-2.0
plugin-qeyes This component is linked to the LXQt Panel/Panel repository. GPL-2.0
plugin-mainmenu This component is linked to the LXQt Panel/Panel repository. GPL-2.0
plugin-fancymenu This component is linked to the LXQt Panel/Panel repository. GPL-2.0
plugin-networkmonitor This component is linked to the LXQt Panel/Panel repository. GPL-2.0
plugin-cpuload This component is linked to the LXQt Panel/Panel repository. GPL-2.0
plugin-taskbar This component is linked to the LXQt Panel/Panel repository. GPL-2.0
plugin-spacer This component is linked to the LXQt Panel/Panel repository. GPL-2.0
plugin-sensors This component is linked to the LXQt Panel/Panel repository. GPL-2.0
plugin-quicklaunch This component is linked to the LXQt Panel/Panel repository. GPL-2.0

Translation Information

Project website https://github.com/lxqt/lxqt-panel
Instructions for translators

Welcome to the LXQt-Weblate Platform!

For adding language files that are not already present please contact administrators.

Credits for translations (shown in LXQt-About) can be inserted in lxqt/lxqt-about/tree/master/translatorsinfo/translators_XY.info.

Translation process
  • Translations can be made directly.
  • Translation suggestions can be made.
  • Any authenticated user can contribute.
  • The translation uses bilingual files.
Translation license GNU General Public License v2.0 or later
Repository https://github.com/lxqt/lxqt-panel
Repository branch master
Last remote commit Pre-release changes (#2050) 51da9961
User avatar tsujan authored 9 days ago
Repository containing Weblate translations https://translate.lxqt-project.org/git/lxqt-panel/panel/
Filemaskplugin-worldclock/translations/worldclock_*.ts
Translation file plugin-worldclock/translations/worldclock_pt.ts
User avatar None

Resource update

LXQt Panel / plugin-worldclockPortuguese

Resource update 2 years ago
User avatar None

Resource update

LXQt Panel / plugin-worldclockPortuguese

Resource update 3 years ago
<h1>Custom Date/Time Format Syntax</h1>
<p>A date pattern is a string of characters, where specific strings of characters are replaced with date and time data from a calendar when formatting or used to generate data for a calendar when parsing.</p>
<p>The Date Field Symbol Table below contains the characters used in patterns to show the appropriate formats for a given locale, such as yyyy for the year. Characters may be used multiple times. For example, if y is used for the year, 'yy' might produce '99', whereas 'yyyy' produces '1999'. For most numerical fields, the number of characters specifies the field width. For example, if h is the hour, 'h' might produce '5', but 'hh' produces '05'. For some characters, the count specifies whether an abbreviated or full form should be used, but may have other choices, as given below.</p>
<p>Two single quotes represents a literal single quote, either inside or outside single quotes. Text within single quotes is not interpreted in any way (except for two adjacent single quotes). Otherwise all ASCII letter from a to z and A to Z are reserved as syntax characters, and require quoting if they are to represent literal characters. In addition, certain ASCII punctuation characters may become variable in the future (eg ":" being interpreted as the time separator and '/' as a date separator, and replaced by respective locale-sensitive characters in display).<br /></p>
<table border="1" width="100%" cellpadding="4" cellspacing="0">
<tr><th width="20%">Code</th><th>Meaning</th></tr>
<tr><td>d</td><td>the day as number without a leading zero (1 to 31)</td></tr>
<tr><td>dd</td><td>the day as number with a leading zero (01 to 31)</td></tr>
<tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon' to 'Sun').</td></tr>
<tr><td>dddd</td><td>the long localized day name (e.g. 'Monday' to 'Sunday').</td></tr>
<tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr>
<tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr>
<tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan' to 'Dec').</td></tr>
<tr><td>MMMM</td><td>the long localized month name (e.g. 'January' to 'December').</td></tr>
<tr><td>yy</td><td>the year as two digit number (00-99)</td></tr>
<tr><td>yyyy</td><td>the year as four digit number</td></tr>
<tr><td>h</td><td>the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)</td></tr>
<tr><td>hh</td><td>the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)</td></tr>
<tr><td>H</td><td>the hour without a leading zero (0 to 23, even with AM/PM display)</td></tr>
<tr><td>HH</td><td>the hour with a leading zero (00 to 23, even with AM/PM display)</td></tr>
<tr><td>m</td><td>the minute without a leading zero (0 to 59)</td></tr>
<tr><td>mm</td><td>the minute with a leading zero (00 to 59)</td></tr>
<tr><td>s</td><td>the second without a leading zero (0 to 59)</td></tr>
<tr><td>ss</td><td>the second with a leading zero (00 to 59)</td></tr>
<tr><td>AP <i>or</i> A</td><td>use AM/PM display. <b>A/AP</b> will be replaced by either "AM" or "PM".</td></tr>
<tr><td>ap <i>or</i> a</td><td>use am/pm display. <b>a/ap</b> will be replaced by either "am" or "pm".</td></tr>
<tr><td>t</td><td>the timezone (e.g. "CEST")</td></tr>
<tr><td>T</td><td>the offset from UTC</td></tr>
<tr><td>TT</td><td>the timezone IANA id</td></tr>
<tr><td>TTT</td><td>the timezone abbreviation</td></tr>
<tr><td>TTTT</td><td>the timezone short display name</td></tr>
<tr><td>TTTTT</td><td>the timezone long display name</td></tr>
<tr><td>TTTTTT</td><td>the timezone custom name. You can change it the 'Time zones' tab of the configuration window</td></tr></table>
<br /><b>Notes:</b> <ul><li>Any characters in the pattern that are not in the ranges of ['a'..'z'] and ['A'..'Z'] will be treated as quoted text. For instance, characters like ':', '.', ' ', '#' and '@' will appear in the resulting time text even they are not enclosed within single quotes. The single quote is used to 'escape' letters. Two single quotes in a row, whether inside or outside a quoted sequence, represent a 'real' single quote.</li><li>Minimal update interval is 1 second. If z or zzz is configured time is shown with the milliseconds fraction, but not updated on millisecond basis (avoiding big performance hit).</li><ul>
<h1>Sintaxe do formato da Data/Hora personalizado</h1>
<p>Um padrão de data é uma cadeia de caracteres, onde cadeias específicas de caracteres são substituídas por dados de data e hora de um calendário ao formatar ou usados para gerar dados para um calendário ao analisar.</p>
<p>A tabela de símbolos de campo de data abaixo contém os caracteres utilizados nos padrões para mostrar os formatos apropriados para um determinado local, tais como yyyy para o ano. Os caracteres podem ser utilizados várias vezes. Por exemplo, se y for utilizado para o ano, 'yyy' pode produzir '99', enquanto que 'yyyyy' produz '1999'. Para a maioria dos campos numéricos, o número de caracteres especifica a largura do campo. Por exemplo, se h for a hora, 'h' pode produzir '5', mas 'hh' produz '05'. Para alguns caracteres, a contagem especifica se deve ser utilizada uma forma abreviada ou completa, mas pode ter outras escolhas, como indicado abaixo.</p>
<p>Duas aspas simples representa uma citação simples literal, seja dentro ou fora de aspas simples. O texto dentro de aspas simples não é interpretado de forma alguma (excepto para duas aspas simples adjacentes). Caso contrário, todas as letras ASCII de a a a z e de A a Z são reservadas como caracteres de sintaxe, e requerem citação se quiserem representar caracteres literais. Além disso, certos caracteres de pontuação ASCII podem tornar-se variáveis no futuro (por exemplo ":" sendo interpretados como separador de tempo e '/' como separador de data, e substituídos pelos respectivos caracteres sensíveis ao local em exibição).<br /></p>
<borda de mesa="1" width="100%" cellpadding="4" cellspacing="0">
<tr><<largitude="20%">Código</th>>th>Meaning</th></tr>
<tr>>d>d>/td>>> o dia como número sem um zero inicial (1 a 31)</td>></tr>
<tr>>dd>dd</td>>> o dia como número com um zero inicial (01 a 31)</td></tr>
<tr>>d>ddd</td>>> o nome abreviado do dia localizado (por exemplo, 'Seg' a 'Dom').</td>></tr>
<tr>>d>dddd</td>>> o longo nome do dia localizado (por exemplo, 'segunda-feira' a 'domingo').</td>></tr>
<tr>>>M</td>>> o mês como número sem um zero inicial (1-12)</td></tr>
<tr>>MM</td>>>> o mês como número com um zero inicial (01-12)</td>></tr>
<tr>>MMM</td>>>> o nome abreviado do mês localizado (por exemplo, 'Jan' a 'Dez').</td>></tr>
<tr>>MMMM</td>>>> o longo nome do mês localizado (por exemplo, 'Janeiro' a 'Dezembro').</td>></tr>
<tr><<<</td>>> o ano como número de dois dígitos (00-99)</td>></tr>
<tr>>yyyyy</td>>>o ano como número de quatro dígitos</td></tr>
<tr><<</td>h</td>> a hora sem um zero inicial (0 a 23 ou 1 a 12 se visualização AM/PM)</td></tr>
<tr>>hh</td></td>> a hora com um zero inicial (00 a 23 ou 01 a 12 se visualização AM/PM)</td></tr>
<tr><<<</td>>> a hora sem um zero inicial (0 a 23, mesmo com visualização AM/PM)</td></tr>
<tr><<</td>HH</td>> a hora com um zero inicial (00 a 23, mesmo com visualização AM/PM)</td></tr>
<tr><</td>m</td>>>o minuto sem um zero inicial (0 a 59)</td></tr>
<tr><</td>mm</td>>>o minuto com um zero inicial (00 a 59)</td></tr>
<tr>>>s</td>>> segundo sem um zero inicial (0 a 59)</td></tr>
<tr><</td>ss</td>>> o segundo com um zero inicial (00 a 59)</td></tr>
<tr><<<td>AP <i>ou</i> A</td>>>utilizar visor AM/PM. <b>A/AP</b> será substituído ou por "AM" ou "PM".</td></tr>
<tr><<<td>ap <i>ou</i> a</td>>>use visualização am/pm. <b>a/ap</b> será substituído ou por "am" ou "pm".</td></tr>
<tr>>td>t</td>>td> o fuso horário (por exemplo, "CEST")</td></tr>
<tr>>td>T</td>>> o offset da UTC</td>>/tr>
<tr>>TT</td>>> o fuso horário IANA id</td></tr>
<tr>>TTTT</td>>> a abreviatura de fuso horário</td></tr>
<tr>>TTTTT</td>>> o nome de exibição curta do fuso horário</td></tr>
<tr>>TTTTTT</td>>> o nome do fuso horário de exibição longo</td></tr>
<tr>>TTTTTTT</td>>td> o nome personalizado do fuso horário. Pode alterar o separador 'Fusos horários' da janela de configuração</td></tr></tabela>
<br /><b>Notas:</b> <ul><li>Quaisquer caracteres do padrão que não se encontrem no intervalo de ['a'...'z'] e ['A'...'Z'] serão tratados como texto citado. Por exemplo, caracteres como ':', '.', ' '', '#' e '@' aparecerão no texto resultante, mesmo que não estejam entre aspas simples. A citação única é utilizada para 'escapar' às letras. Duas aspas simples seguidas, dentro ou fora de uma sequência citada, representam uma única citação 'real'.</li><li>O intervalo de actualização mínimo é de 1 segundo. Se z ou zzz for configurado o tempo é mostrado com a fracção de milissegundos, mas não actualizado na base de milissegundos (evitando um grande impacto de desempenho).</li><ul>
3 years ago
New contributor 3 years ago
S&how tooltip
&Mostrar dicas
3 years ago
Show &week numbers in popup calendar
Mostrar número da se&mana no calendário
3 years ago
New contributor 3 years ago
User avatar standreas

New string to translate

LXQt Panel / plugin-worldclockPortuguese

New string to translate 3 years ago
Resource update 3 years ago
User avatar None

New strings to translate

LXQt Panel / plugin-worldclockPortuguese

New strings to translate 3 years ago
Browse all translation changes

Statistics

Percent Strings Words Chars
Total 56 721 5,170
Translated 100% 56 721 5,170
Needs editing 0% 0 0 0
Failing checks 0% 0 0 0

Last activity

Last change Dec. 7, 2020, 9:49 p.m.
Last author Hugo Carvalho

Daily activity

Daily activity

Weekly activity

Weekly activity
Got it
LXQt Weblate is using cookies. More information