-
Notifications
You must be signed in to change notification settings - Fork 12
Add translatable description message #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 7 commits
8a6d006
1f6b700
ce718ca
b69e2ac
c5e13e0
434c68f
0e533fc
750beba
c3d9958
066a2ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,8 @@ | ||
| { | ||
| "@metadata": { | ||
| "authors": [ "MyWikis LLC" ] | ||
| }, | ||
| "crawlerprotection-accessdenied-title": "Zugriff verweigert", | ||
| "crawlerprotection-accessdenied-text": "Anmeldung erforderlich, um diese Aktion auzuführen oder Spezialseite anzusehen." | ||
| "@metadata": { | ||
| "authors": [ "MyWikis LLC" ] | ||
| }, | ||
| "crawlerprotection-desc": "Eine Reihe von Schutzmaßnahmen zum Schutz von Wikis vor Crawlern.", | ||
| "crawlerprotection-accessdenied-title": "Zugriff verweigert", | ||
| "crawlerprotection-accessdenied-text": "Anmeldung erforderlich, um diese Aktion auzuführen oder Spezialseite anzusehen. Bitte [[Special:UserLogin|melden Sie sich an]], um fortzufahren." | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,8 @@ | ||
| { | ||
| "@metadata": { | ||
| "authors": [ "MyWikis LLC" ] | ||
| }, | ||
| "crawlerprotection-accessdenied-title": "Access denied", | ||
| "crawlerprotection-accessdenied-text": "You must be logged in to perform this action or view this special page." | ||
| "@metadata": { | ||
| "authors": [ "MyWikis LLC" ] | ||
| }, | ||
| "crawlerprotection-desc": "Suite of protective measures to protect wikis from crawlers.", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please change this to: "Anti-crawler suite which blocks anonymous users from performing actions or accessing special pages most frequently abused by crawlers."
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bump on this request please
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Bitte bringt diesen Antrag wieder nach oben."?!?? |
||
| "crawlerprotection-accessdenied-title": "Access denied", | ||
| "crawlerprotection-accessdenied-text": "You must be logged in to perform this action or view this special page. Please [[Special:UserLogin|log in]] to continue." | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "@metadata": { | ||
| "authors": [ "MyWikis LLC" ] | ||
| }, | ||
| "crawlerprotection-desc": "Conjunto de medidas de protección para proteger los wikis de los rastreadores.", | ||
| "crawlerprotection-accessdenied-title": "Acceso denegado", | ||
| "crawlerprotection-accessdenied-text": "Es necesario iniciar sesión para realizar esta acción o ver esta página especial. Por favor, [[Special:UserLogin|inicia sesión]] para continuar." | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "@metadata": { | ||
| "authors": [ "MyWikis LLC" ] | ||
| }, | ||
| "crawlerprotection-desc": "Ensemble de mesures de protection visant à protéger les wikis contre les robots d'indexation.", | ||
| "crawlerprotection-accessdenied-title": "Accès refusé", | ||
| "crawlerprotection-accessdenied-text": "Connexion requise pour effectuer cette action ou consulter cette page spéciale. Veuillez [[Special:UserLogin|vous connecter]] pour continuer." | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "@metadata": { | ||
| "authors": [ "MyWikis LLC" ] | ||
| }, | ||
| "crawlerprotection-desc": "סדרת אמצעי הגנה להגנה על ויקי מפני סורקים.", | ||
| "crawlerprotection-accessdenied-title": "גישה נדחתה", | ||
| "crawlerprotection-accessdenied-text": "עליך להיות מחובר כדי לבצע פעולה זו או להציג דף מיוחד זה. אנא [[Special:UserLogin|התחבר]] כדי להמשיך." | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "@metadata": { | ||
| "authors": [ "MyWikis LLC" ] | ||
| }, | ||
| "crawlerprotection-desc": "Набор защитных мер для защиты вики-сайтов от краулеров.", | ||
| "crawlerprotection-accessdenied-title": "Доступ запрещен", | ||
| "crawlerprotection-accessdenied-text": "Для выполнения этого действия или просмотра этой специальной страницы необходимо войти в систему. Пожалуйста, [[Special:UserLogin|войдите в систему]], чтобы продолжить." | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please bump to version 1.3.1, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extension is already at 1.4.0 so 1.4.1 will be the bump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!