Extension:TranslationNotifications/pt
TranslationNotifications Estado de lançamento: estável |
|
---|---|
Implementação | Página espacial , Notificar |
Descrição | Permite que os tradutores se registem para obter notificações de tradução |
Autor(es) | Jon Harald Soby, Amir Aharoni, Santhosh Thottingal, Niklas Laxström, Siebrand Mazeland |
Última versão | Atualizações contínuas |
MediaWiki | 1.34+ |
Alterações à base de dados | Não |
Licença | Licença não especificada |
Transferência | |
Exemplo | translatewiki.net |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Traduza a extensão TranslationNotifications se ela estiver disponível em translatewiki.net | |
Problemas | Tarefas em aberto · Reportar um erro |
A extensão Notificações de Tradução fornecem um modo para gerir a comunicação com os tradutores numa wiki, que utiliza a extensão Traduzir.
A extensão tem duas partes principais:
- Para tradutores
- um formulário onde os tradutores se registam para as notificações. Estes podem indicar os idiomas nos quais podem traduzir e os métodos de contacto e a frequência, incluindo as opções de resumo.
- Para administradores de tradução
- um formulário para enviar pedidos de tradução de página. A notificação será entregue a todos os tradutores correspondentes com as condições, imediatamente ou mais tarde num e-mail de resumo.
- TRANOT-signup.png
Formulário de registo
- TRANOT-notify.png
Formulário de notificação
Pré-requisitos
The extension is useful only if the Translate extension is installed and configured. It uses the MassMessage extension to leave messages on user's talk pages, so that extension should also be installed.
Instalação
- <translate> [[<tvar name=2>Special:ExtensionDistributor/TranslationNotifications/pt</tvar>|Download]] and move the extracted <tvar name=name>
TranslationNotifications/pt
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TranslationNotifications%2Fpt - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'TranslationNotifications/pt' );
- Configure conforme necessário
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Configuração
The following configuration variables are used:
$wgTranslationNotificationsContactMethods
configures which contact methods are enabled. These are the default values:
$wgTranslationNotificationsContactMethods = [
'email' => true,
'talkpage' => true,
'talkpage-elsewhere' => false,
];
Páginas especiais
=== Especial:Registo do Tradutor
A special page where translators can sign up. Example: Special:TranslatorSignup on Wikimedia's Meta-wiki. Users can set their language preferences (first, second and third language) and the contact method such as email or talk page notifications. It's also possible to ask to be notified on a talk page on a different wiki in the same CentralAuth-based wiki family.[1] They can also choose the frequency of notifications: always (every time there is something to translate), weekly digest or monthly digest. The email option will be available only for users who confirmed their email address.
In the case you have enabled email notification for user talk edits in the wiki of choice, you'll get it also for translation notifications, so it's probably better to select only email as method, to avoid duplicate messages.
Especial:Notificar Tradutores
This page is available for translation managers. They use it to notify about the availability of a translatable page (notifications for other message groups are not supported). They can optionally set a deadline and a priority, and add a custom message. They can also send the notification only to translators to particular languages. If no languages are set, all the translators who signed up will receive the notification.
The user right required to operate this page is 'translate-manage'. For example, to allow all sysops to use this page, add the following line to your LocalSettings.php file:
$wgGroupPermissions['sysop']['translate-manage'] = true;
Configuração de notificação
The notifications - email, digest emails, talk page notifications - are done with the help of the Job Queue. You need to configure the job queue execution time as explained in the Job queue manual.
The DigestEmailer script needs to be configured using a cron job. For example, it can be scheduled to run on every Sunday 10AM using a crontab entry like the following one:
0 10 * * 7 /usr/bin/php /www/wiki/extensions/TranslationNotifications/scripts/DigestEmailer.php 2>&1 > /var/log/digestEmail.log
The script will not start sending emails immediately. It starts inserting email jobs to the MediaWiki job queue. Depending on the configured job queue scheduling, the mails will be sent out.
Notas de Rodapé
- ↑ And if the wiki is a part of such a family, of course.
File:Wikimedia-logo black.svg | <translate> This {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension|skin}} is being used on one or more [[<tvar name=2>m:Special:MyLanguage/Wikimedia projects</tvar>|Wikimedia projects]].</translate> <translate> This probably means that the {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension|skin}} is stable and works well enough to be used by such high-traffic websites.</translate> <translate> Look for this {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension's|skin's}} name in Wikimedia's <tvar name=2>CommonSettings.php</tvar> and <tvar name=3>InitialiseSettings.php</tvar> configuration files to see where it's installed.</translate> <translate> A full list of the {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extensions|skins}} installed on a particular wiki can be seen on the wiki's <tvar name=ver>Special:Version</tvar> page.</translate> |
File:OOjs UI icon information-progressive.svg |
- Pages with script errors
- Pages with broken file links
- Stable extensions/pt
- Special page extensions/pt
- Notification extensions/pt
- Extensions with manual MediaWiki version
- Extensions with no license specified/pt
- Extensions in Wikimedia version control/pt
- All extensions/pt
- Extensions not in ExtensionJson
- Extensions used on Wikimedia/pt
- Localisation extensions/pt