mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 10:59:42 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Id9d05f5a358c7571956288de95ed8fd830536ba4
This commit is contained in:
parent
aa2e5dbaea
commit
7c7cc81d1a
|
@ -16,8 +16,15 @@
|
|||
"thanks-thanked": "{{GENDER:$1|{{GENDER:$2|agradecido|agradecida}}}}",
|
||||
"thanks-button-thank": "{{GENDER:$1|{{GENDER:$2|Agradecer}}}}",
|
||||
"thanks-button-thanked": "{{GENDER:$1|{{GENDER:$2|Agradecido|Agradecida}}}}",
|
||||
"thanks-error-undefined": "O agradecimento falhou. Tente de novamente.",
|
||||
"thanks-error-undefined": "O agradecimento falhou (erro: $1). Tente de novamente.",
|
||||
"thanks-error-invalidrevision": "ID de revisão inválido.",
|
||||
"thanks-error-revdeleted": "A revisão foi eliminada",
|
||||
"thanks-error-notitle": "Não foi possível encontrar o título da página",
|
||||
"thanks-error-invalidrecipient": "Não foi encontrado recipiente válido",
|
||||
"thanks-error-invalidrecipient-bot": "Bots não podem receber agradecimentos",
|
||||
"thanks-error-invalidrecipient-self": "Você não pode agradecer a si mesmo",
|
||||
"thanks-error-echonotinstalled": "Echo não está instalado nessa wiki",
|
||||
"thanks-error-notloggedin": "Usuários anônimos não podem enviar agradecimentos",
|
||||
"thanks-error-ratelimited": "{{GENDER:$1|Você}} excedeu seu limite. Aguarde um pouco e tente novamente.",
|
||||
"thanks-thank-tooltip": "{{GENDER:$1|Enviar}} uma notificação de agradecimento a {{GENDER:$2|este usuário|esta usuária}}",
|
||||
"thanks-thank-tooltip-no": "{{GENDER:$1|Cancelar}} a notificação de agradecimento",
|
||||
|
@ -31,10 +38,9 @@
|
|||
"echo-pref-tooltip-edit-thank": "Notificar-me quando alguém agradecer por uma edição que fiz.",
|
||||
"echo-category-title-edit-thank": "Agradecimento",
|
||||
"notification-thanks-diff-link": "sua edição",
|
||||
"notification-thanks": "[[User:$1|$1]] {{GENDER:$1|agradeceu-lhe}} por $2 em [[:$3]].",
|
||||
"notification-header-edit-thank": "$1 {{GENDER:$2|agradeceu}} {{GENDER:$4|você}} por sua edição em '''$3'''.",
|
||||
"notification-thanks-email-subject": "$1 {{GENDER:$1|agradeceu-lhe}} por sua edição em {{SITENAME}}",
|
||||
"notification-thanks-email-batch-body": "$1 {{GENDER:$1|agradeceu-lhe}} por sua edição em $2.",
|
||||
"notification-header-edit-thank": "$1 {{GENDER:$2|agradeceu}} {{GENDER:$4|você}} por sua edição em <strong>$3</strong>.",
|
||||
"notification-compact-header-edit-thank": "$1 {{GENDER:$2|agradeceu}} {{GENDER:$3|você}}.",
|
||||
"notification-bundle-header-edit-thank": "{{PLURAL:$1|Uma pessoa agradeceu|$1 pessoas agradeceram|100=99+ pessoas agradeceram}} {{GENDER:$3|você}} por sua edição em <strong>$2</strong>.",
|
||||
"log-name-thanks": "Registro de agradecimentos",
|
||||
"log-description-thanks": "Abaixo está uma lista de usuários que receberam agradecimentos de outros usuários.",
|
||||
"logentry-thanks-thank": "$1 {{GENDER:$2|agradeceu}} {{GENDER:$4|$3}}",
|
||||
|
@ -45,14 +51,13 @@
|
|||
"thanks-error-invalidpostid": "ID de postagem inválido.",
|
||||
"flow-thanks-confirmation-special": "Deseja enviar um agradecimento publicamente por este comentário?",
|
||||
"flow-thanks-thanked-notice": "$1 recebeu seu agradecimento por {{GENDER:$2|seu}} comentário.",
|
||||
"notification-flow-thanks": "[[User:$1|$1]] {{GENDER:$1|agradeceu}} {{GENDER:$5|você}} por $2 em \"$3\" na página [[:$4]].",
|
||||
"notification-flow-thanks-post-link": "seu comentário",
|
||||
"notification-header-flow-thank": "$1 {{GENDER:$2|agradeceu}} {{GENDER:$5|você}} por seu comentário em '''$3''' na página '''$4'''.",
|
||||
"notification-flow-thanks-email-subject": "$1 {{GENDER:$1|agradeceu}} {{GENDER:$2|você}} por seu comentário em {{SITENAME}}",
|
||||
"notification-flow-thanks-email-batch-body": "$1 {{GENDER:$1|agradeceu}} {{GENDER:$4|você}} por seu comentário em \"$2\" na página $3.",
|
||||
"notification-header-flow-thank": "$1 {{GENDER:$2|agradeceu}} {{GENDER:$5|você}} por seu comentário em <strong>$3</strong>.",
|
||||
"notification-compact-header-flow-thank": "$1 {{GENDER:$2|agradeceu}} {{GENDER:$3|você}}.",
|
||||
"notification-bundle-header-flow-thank": "{{PLURAL:$1|Uma pessoa agradeceu|$1 pessoas agradeceram|100=99+ pessoas agradeceram}} {{GENDER:$3|você}} por seu comentário em <strong>$2</strong>.",
|
||||
"apihelp-flowthank-description": "Enviar uma notificação de agradecimento pública por um comentário no Flow.",
|
||||
"apihelp-flowthank-param-postid": "O UUID da postagem a ser agradecida.",
|
||||
"apihelp-flowthank-example-1": "Enviar um agradecimento pelo comentário com o <kbd>UUID xyz789</kbd>",
|
||||
"apihelp-flowthank-example-1": "Enviar um agradecimento pelo comentário com <kbd>UUID xyz789</kbd>",
|
||||
"apihelp-thank-description": "Enviar uma notificação de agradecimento a um(a) editor(a).",
|
||||
"apihelp-thank-param-rev": "ID de revisão para agradecer alguém.",
|
||||
"apihelp-thank-param-source": "Uma cadeia curta descrevendo a fonte da solicitação. Por exemplo, <kbd>diff</kbd> ou <kbd>history</kbd>.",
|
||||
|
|
|
@ -3,9 +3,19 @@
|
|||
"authors": [
|
||||
"VASANTH S.N.",
|
||||
"రహ్మానుద్దీన్",
|
||||
"Vishwanatha Badikana"
|
||||
"Vishwanatha Badikana",
|
||||
"BHARATHESHA ALASANDEMAJALU"
|
||||
]
|
||||
},
|
||||
"thanks-thank": "{{GENDER:$1|{{GENDER:$2|ಸೊಲ್ಮೆಲು}}}}",
|
||||
"thanks-thank-tooltip": "{{GENDER:$1|ಕಡಪುಡ್ಲೆ}} ಈ ಸೂಚನೆಗಾತ್ರೊ ಈರೆಗೊಂಜಿ ಸೊಲ್ಮೆಲು {{GENDER:$2|ಬಳಕೆದಾರೆರ್}}"
|
||||
"thanks-button-thank": "{{GENDER:$1|{{GENDER:$2|ಸೊಲ್ಮೆಲು}}}}",
|
||||
"thanks-button-thanked": "{{GENDER:$1|{{GENDER:$2|ಸೊಲ್ಮೆಲು}}}}",
|
||||
"thanks-thank-tooltip": "{{GENDER:$1|ಕಡಪುಡ್ಲೆ}} ಈ ಸೂಚನೆಗಾತ್ರೊ ಈರೆಗೊಂಜಿ ಸೊಲ್ಮೆಲು {{GENDER:$2|ಬಳಕೆದಾರೆರ್}}",
|
||||
"thanks": "ಸೊಲ್ಮೆ ಸಂದಲೇ",
|
||||
"thanks-submit": "ಸೊಲ್ಮೆ ಸಂದಲೇ",
|
||||
"echo-pref-subscription-edit-thank": "ಎನ್ನ ಬೇಲೆಗ್ ಸೊಲ್ಮೆಲೋ",
|
||||
"echo-category-title-edit-thank": "ಸೊಲ್ಮೆಲೋ",
|
||||
"notification-thanks-diff-link": "ಈರೆನ ಸಂಪಾದನೇ",
|
||||
"notification-link-text-view-post": "ಅಭಿಪ್ರಾಯ ತೂಲೆ",
|
||||
"notification-flow-thanks-post-link": "ಇರೇನಾ ಅಭಿಪ್ರಾಯ"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue