diff --git a/i18n/az.json b/i18n/az.json index b81ea24a7..fd32f3766 100644 --- a/i18n/az.json +++ b/i18n/az.json @@ -29,6 +29,7 @@ "cite_error_references_group_mismatch": "<references> daxilindəki <ref> teqininin toqquşan \"$1\" qrup atributu var.", "cite_error_references_missing_key": " daxilindəki \"$1\" adlı teqi əvvəlki mətndə istifadə olunmur", "cite_error_references_no_key": "<references> daxilindəki <ref> teqinin ad atributu yoxdur.", + "cite_error_empty_references_define": "\"$2\" qrupu daxilində müəyyən edilmiş \"$1\" adlı teqi məzmuna malik deyil.", "cite-tracking-category-cite-error": "İstinad xətası olan səhifələr", "cite-tracking-category-cite-error-desc": "Bu kateqoriyadakı səhifələrdə istinad teqlərinin istifadəsində səhvlər var.", "cite_references_link_accessibility_label": "Yuxarı get", diff --git a/i18n/lua.json b/i18n/lua.json new file mode 100644 index 000000000..f927a090d --- /dev/null +++ b/i18n/lua.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Shayi ngolu" + ] + }, + "cite_error": "Tshilema tshia difunda: $1" +} diff --git a/i18n/qqq.json b/i18n/qqq.json index f3bb21e00..8859cad5b 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -52,8 +52,8 @@ "cite_reference_link": "{{notranslate}}\n\nParameters:\n* $1 - ref key\n* $2 - references key\n* $3 - link label", "cite_references_link_one": "{{notranslate}}\n\nParameters:\n* $1 - references key\n* $2 - ref key\n* $3 - reference text\n* $4 - optional CSS class for direction", "cite_references_link_many": "{{notranslate}}\n\nParameters:\n* $1 - references key\n* $2 - list of links\n* $3 - reference text\n* $4 - optional CSS class for direction", - "cite_references_link_many_format": "{{notranslate}}\n\nParameters:\n* $1 - reference key\n* $2 - canonical numeric backlink label for the link, always in the form \"1.2\"\n* $3 - optional alternate backlink label as defined via [[MediaWiki:cite_references_link_many_format_backlink_labels]]", - "cite_references_link_many_format_backlink_labels": "{{Optional}}", + "cite_references_link_many_format": "{{notranslate}}\n\nParameters:\n* $1 - Reference key\n* $2 - Canonical numerical label for the backlink, always in the form \"1.1\", \"1.2\", and so on.\n* $3 - Alternative alphabetic label for the backlink as defined via [[MediaWiki:cite_references_link_many_format_backlink_labels]], typically \"a\", \"b\", and so on.", + "cite_references_link_many_format_backlink_labels": "{{optional}}\nAlternative alphabetic backlink labels for use in the [[MediaWiki:cite_references_link_many_format]] message as parameter $3. Should only be customized when the alphabet is not identical to the 26 basic Latin characters \"a\" to \"z\". Make sure to include at least as many labels as in the default sequence \"a\" to \"zz\" (702 labels), possibly even more. E.g. adding \"aaa\" to \"azz\" gives 1378 total. This message can be disabled if not needed.", "cite_references_link_many_sep": "{{notranslate}}", "cite_references_link_many_and": "{{optional}}", "cite_references_link_accessibility_label": "Text for screen readers to describe the jump to citation link (\"↑\").\n\nSee also:\n* {{msg-mw|Cite references link many accessibility label}} - if the citation is used multiple times", diff --git a/modules/ve-cite/i18n/qqq.json b/modules/ve-cite/i18n/qqq.json index 9f775279e..3638ec2e5 100644 --- a/modules/ve-cite/i18n/qqq.json +++ b/modules/ve-cite/i18n/qqq.json @@ -50,7 +50,7 @@ "cite-ve-citationneeded-title": "Title of citation needed context", "cite-ve-dialog-reference-editing-reused": "Text shown in reference context menu when editing a reference that is used multiple times. This is a shorter version of {{msg-mw|cite-ve-dialog-reference-editing-reused-long}}.\n\nParameters:\n* $1 - Number of times used. This is always greater than 1.\n\nNote that the explicit '2' value is useful in English, but not necessarily for other languages. Don't translate the 2 value if it's not useful for your language.", "cite-ve-dialog-reference-editing-reused-long": "Text shown at the top of the reference dialog when editing a reference that is used multiple times. This is a more detailed version of {{msg-mw|cite-ve-dialog-reference-editing-reused}}.\n\nParameters:\n* $1 - Number of times used. This is always greater than 1.\n\nNote that the explicit '2' value is useful in English, but not necessarily for other languages. Don't translate the 2 value if it's not useful for your language.", - "cite-ve-dialog-reference-editing-extends": "Text shown in reference context menu when editing a reference that extends another reference.\n\nA longer message, adding the precision the other reference, is in {{msg-mw|Cite-ve-dialog-reference-editing-extends-long}}.", + "cite-ve-dialog-reference-editing-extends": "Text shown in reference context menu when editing a reference that extends another reference.", "cite-ve-dialog-reference-editing-extends-long": "Text shown at the top of the reference dialog when editing a reference that extends another reference. This is a more detailed version of {{msg-mw|cite-ve-dialog-reference-editing-extends}}.\n\nParameter:\n* $1 – the name of the parent reference", "cite-ve-dialog-reference-options-group-label": "Label for the reference group input", "cite-ve-dialog-reference-options-group-placeholder": "Placeholder for the reference group input",