diff --git a/i18n/qqq.json b/i18n/qqq.json index 399001d..b7e6d27 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -1,31 +1,35 @@ { "@metadata": { "authors": [ "Lucas Werkmeister", "Siebrand" ] }, "tool-name": "The name of the tool. This message is currently used for the page title, navigation bar / menu, and heading on the index page; those uses could later be split up into separate messages if necessary.", "skip-to-main-content": "Text for a link that allows users of assistive technologies to skip unimportant parts of the page (the navigation section).", "nav-documentation": "Text for a link to the tool’s documentation in its navigation bar / menu.\n{{Identical|Documentation}}", "nav-toolforge": "Text for a link to the tool’s hosting platform, Wikimedia Toolforge, in its navigation bar / menu.", "nav-source-code": "Text for a link to the tool’s source code in its navigation bar / menu.", "nav-login": "Text for a link to log into the tool in its navigation bar / menu.\n{{Identical|Log in}}", + "nav-logged-in": "Indicator in the navbar that the user is logged in.\n\nParameters:\n* $1 – the user name as a link to the user page.\n* $2 – the user name as plain text. Can be used with the GENDER magic word. If GENDER is not needd, the translation can leave out $2 completely.", "index-paragraph-1": "First paragraph on the tool’s index page, describing the tool.\n\nParameters:\n* $1 - link to the [[:d:Property:P2677|relative position within image]] property on Wikidata (with localized label)\n* $2 - link to the [[:d:Property:P180|depicts]] property on Wikidata (with localized label)\n* $3 - link to the [[:d:Property:P9664|named place on map]] property on Wikidata (with localized label)", "index-paragraph-2": "Second paragraph of the tool’s index page, further describing how the tool works.\n\nParameters:\n* $1 - URL for linking to Wikidata\n* $2 - link to the [[:d:Property:P18|image]] property on Wikidata (with localized label)\n* $3 - URL for linking to Structured Data on Commons", "index-heading-by-item-and-property": "Heading on the tool’s index page. “Item” and “property” refer to Wikidata entities ({{msg-mw|wikibase-entity-item}}, {{msg-mw|wikibase-entity-property}}). “By” has the same meaning as in e.g. {{msg-mw|special-itembytitle}}.", "index-label-item-id": "Label for an input for a Wikidata item ID.", "index-placeholder-item-id": "Placeholder for an input for a Wikidata item ID.\n\nParameters:\n* $1 - one possible format (item ID)\n* $2 - another possible format (full item URL)", "index-label-property-id-optional": "Label for an optional input for a Wikidata property ID.", "index-button-load": "Label for several buttons to load data.", "index-button-preview-iiif": "Label for a button to preview an IIIF manifest on another tool. IIIF ([[:w:International Image Interoperability Framework|International Image Interoperability Framework]]) is not usually translated.", "index-button-iiif-manifest": "Label for a button to generate a IIIF manifest. IIIF ([[:w:International Image Interoperability Framework|International Image Interoperability Framework]]) is not usually translated.", "index-heading-by-file": "Heading on the tool’s index page. “File” refers to media files on Wikimedia Commons. “By” has the same meaning as in e.g. {{msg-mw|special-itembytitle}}.", "index-label-file-title": "Label for an input for a Wikimedia Commons file.", "index-placeholder-file-title": "Placeholder for an input for a Wikimedia Commons file.\n\nParameters:\n* $1 - one possible format (file name)\n* $2 - another possible format (MediaInfo entity ID)\n* $3 - another possible format (full file URL)", "index-heading-by-iiif": "Heading on the tool’s index page. IIIF ([[:w:International Image Interoperability Framework|International Image Interoperability Framework]]) is not usually translated. “Property” refers to Wikidata entities ({{msg-mw|wikibase-entity-property}}). “By” has the same meaning as in e.g. {{msg-mw|special-itembytitle}}.", "index-label-iiif-region": "Label for an input for a IIIF region. The whole message is wrapped in a link to the relevant IIIF specification. IIIF ([[:w:International Image Interoperability Framework|International Image Interoperability Framework]]) is not usually translated.", "image-scale": "Label for an input (or set of inputs) that let the user scale the size of the image between 0× and 5× (a kind of “zoom in” or “zoom out”).", "alert-not-logged-in": "Message shown when the user is not logged into the tool. The parts in <noscript> are additionally only shown to users who have JavaScript disabled, and effectively duplicate the information from {{msg-wm|wikidata-image-positions-alert-noscript}}.\n\nParameters:\n* $1 - URL for the login link", - "alert-noscript": "Message shown when the user is logged in, but has JavaScript disabled. The entire message is wrapped in <noscript> by the tool; compare also {{msg-wm|wikidata-image-positions-alert-not-logged-in}}." + "alert-noscript": "Message shown when the user is logged in, but has JavaScript disabled. The entire message is wrapped in <noscript> by the tool; compare also {{msg-wm|wikidata-image-positions-alert-not-logged-in}}.", + "settings": "The tool’s settings (preferences, options, etc.). This message is currently used for the heading on the settings page as well as the link in the navigation bar / menu; those uses could later be split up into separate messages if necessary.", + "settings-label-interface-language-code": "Label for one of the tool’s settings, for the language the tool’s user interface is in.", + "settings-save": "Label for the button to save the settings." }