Compare commits

...

394 Commits

Author SHA1 Message Date
jonny 6e20463fbb Update 'skin.json' 2022-10-10 21:12:48 +00:00
jonny 16d56dc933 change name of skin in metadata 2022-10-10 21:04:38 +00:00
Translation updater bot 5c19c19eb6 Localisation updates from https://translatewiki.net.
Change-Id: I656ca80609e386cd4006e39a8773aaff2ced12c9
2022-10-10 10:23:55 +02:00
jenkins-bot 74bdd375bb Merge "link.prepend is not a function in older browsers" 2022-10-09 09:33:52 +00:00
Jon Robson 8a54c0841b link.prepend is not a function in older browsers
Seen in logstash for Chrome 50.
Icons are not essentially, so gracefully degrade in these browsers
to items without icons.

Change-Id: I083c87c9bf5f256c8bcd2893e251571b97440ce1
2022-10-07 00:59:00 +00:00
Roan Kattouw 5693594bd1 Remove $wgVectorSearchHost, replace with $wgVectorSearchApiUrl
This allows the URL to the other wiki's rest.php to be configured
exactly, rather than assuming that it has the same wgScriptPath as the
current wiki. This is necessary to make this feature work on PatchDemo,
where wgScriptPath looks like '/123abc456/w'.

$wgVectorSearchHost is removed, since nothing uses it except PatchDemo
(where it's broken) and development setups.

Bug: T319494
Change-Id: Ife042f4f683d366a31a642723746d4aa80774c03
2022-10-07 00:57:58 +00:00
Jon Robson 508d5fc548 phan: Suppress error on Vector master blocking commits
Change-Id: Ib864f4c901db2b589a0f71228154487f9128b0bc
2022-10-07 00:40:50 +00:00
jenkins-bot 21a63b7c42 Merge "Restrict margin between arrow and icon to feature flag" 2022-10-05 21:11:50 +00:00
Jon Robson e62062631d Restrict margin between arrow and icon to feature flag
Follow up to 1bb0a0e8f

Bug: T319070
Change-Id: I850088abdf815c0c65a05aa2a7dfd9445aa688f6
2022-10-05 19:18:55 +00:00
jenkins-bot 9af2908bae Merge "Regression: Restore tab styles to legacy icons" 2022-10-05 19:07:27 +00:00
Jon Robson a36ec92a27 Regression: Restore tab styles to legacy icons
Follow up to d0775a2

Change-Id: I5c3e4ac2ca0ed457863b4e4dd3cc9ccc3dca86d0
2022-10-05 18:44:19 +00:00
jenkins-bot ca3fe05c5e Merge "Move horizontal padding from .mw-body to .mw-page-container, improve .mw-page-container styles" 2022-10-05 17:06:12 +00:00
bwang 7c172531c2 Move horizontal padding from .mw-body to .mw-page-container, improve .mw-page-container styles
Visual changes:
- Footer text and border is aligned with header icons
- Main page content has no padding, slightly wider on certain pages/viewports

Bug: T317573
Change-Id: Id0c4343b8bc4c16006c0b9abd914213ca2f307ca
2022-10-05 10:30:12 -05:00
Translation updater bot 29c97d0134 Localisation updates from https://translatewiki.net.
Change-Id: I102744492e637e00d74d94a569a20efa41ce4d6a
2022-10-05 08:26:31 +02:00
jenkins-bot 142aa4abcd Merge "Visual enhancements next: Fix alignments of icons" 2022-10-05 02:24:16 +00:00
Jdlrobson 1bb0a0e8fa Visual enhancements next: Fix alignments of icons
This reverts commit d1ef0d3aaf.

Reason for revert: Applying again without the impact on styles in
master.

Bug: T319070
Change-Id: I751168e1dc0f6235fd5ba881dc884941edbf4b77
2022-10-05 01:33:09 +00:00
jenkins-bot f8af368121 Merge "search: Reduce skins.vector.search module size" 2022-10-04 23:35:08 +00:00
jenkins-bot e8d5796544 Merge "search: Add some tests for instrumentation.js" 2022-10-04 23:35:06 +00:00
bwang d0775a2af9 Technical: Cached HTML cleanup
Change-Id: I6638a816fba3002289236f50d3d0e976f478affe
2022-10-04 18:23:57 +00:00
jenkins-bot daaa5667a4 Merge "Remove $isDropdownItem param from SkinVector::getCreateAccountHTML" 2022-10-04 17:19:54 +00:00
Translation updater bot 9d218b1e1c Localisation updates from https://translatewiki.net.
Change-Id: I12bdb7ed82cfb124592c82f168732d341ea96191
2022-10-04 08:31:42 +02:00
jenkins-bot fa1f971df5 Merge "Adjust watchstar animation" 2022-10-04 03:27:34 +00:00
Jdlrobson d1ef0d3aaf Revert "Visual enhancements next: Fix alignments of icons"
This reverts commit 2a2496f818.

Reason for revert: CSS rules meant for the new feature flag
were leaking into the non-feature flagged version of Vector which
was not intentional. I'll repost this change shortly.

Bug: T319070
Change-Id: I05504ee6f86c99d4b4cf686066f852ecbe98ee87
2022-10-04 00:17:21 +00:00
Jon Robson cc9fc193f6 Adjust watchstar animation
Rather than infinitely spinning, spin it once 72deg to the right
hand side just how we do on mobile.

Bug: T317371
Change-Id: I1ed89e4ad2b54444f920d850bb4a17e9caa92dc5
2022-10-03 23:53:31 +00:00
Jon Robson 2a2496f818 Visual enhancements next: Fix alignments of icons
* Add 8px margins between mw-list-item in header
* Fixes vertical alignment on watchstar
* Fixes alignment of Echo icons

There should be no visual regressions (on master with defaults)
with this change.

Bug: T319070
Change-Id: I410c051da2129d6de10bc762e1b484cf30b6dab3
2022-10-03 20:59:08 +00:00
Jan Drewniak 98068d9598 Restore navigation landmarks in page toolbar
Adds landmarks to the article toolbar
- Namespace navigation
- View navigation
- More options navigation

Removes the "tools" landmark and associated
aria-label (and translation message).

Makes the #left-navigation and #right-navigation
flexbox to ensure the new <nav> elements, along with
gadgets, align on one line. Moves the styles for
these elements from screen.less to ArticleToolbar.less.

Bug: T317440
Change-Id: Iceff337b0e250c1f368dbaea6cc41a977d8ee868
2022-10-03 10:39:39 -04:00
Translation updater bot 03e793aeec Localisation updates from https://translatewiki.net.
Change-Id: Id12e0082daa2527c42832116e8e41cec86ad7045
2022-10-03 09:48:34 +02:00
Jon Robson db08697b17 Prepare for icon touch area change
Should result in no visual changes with default Vector config (e.g.
Pixel)

Bug: T314323
Change-Id: Id1d72fdede3aabab630f9318516ef0f92b12e23b
2022-09-30 16:35:17 -07:00
bwang 76f73decca Fix page toolbar border
VISUAL CHANGES:
- Minor tweaks to border color

Bug: T318952
Change-Id: I887e9dc922828a64afe010c2c13912711fcfbaa1
2022-09-30 22:25:59 +00:00
Jon Robson 4b17edadd7 Fixes to addPortletLink hook handler
* Ensure addPortletLink hook is only run once
* Mark more menu as not supporting icons so icons are not added

Bug: T317491
Bug: T318495
Change-Id: I99450a5b0410e88cc7cdb2753b9b4256e3fe41db
2022-09-30 20:37:01 +00:00
Jon Robson 785926d8ba Technical: Generalize icon flushing
This code is not resilient to changes in the mw-ui-icon definition
In preparation for changing touch areas we need an easy way to
flush these correctly based on feature flag.

No expected visual changes.

Bug: T314323
Change-Id: Ia10a7c696c690887a37851684215e515474fbd90
2022-09-30 20:12:14 +00:00
Nicholas Ray 849e63b798 Remove $isDropdownItem param from SkinVector::getCreateAccountHTML
The SkinVector::getCreateAccountHTML method only had one caller which always
passed `true` for the $isDropdown argument. Therefore, we can remove this param
and always assume that it is a dropdown item.

Bug: T317789
Change-Id: I19ceecbac152d1399ab323ab14e07db9dc82c244
2022-09-30 14:03:02 -06:00
Lucas Werkmeister 86c9693693 search: Reduce skins.vector.search module size
Change I765d3bbf89 pushes the module over the configured maximum allowed
size (3 KiB, see bundlesize.config.json); shave off some bytes elsewhere
to bring it below the limit again. IMHO all of these changes should be
acceptable:

* arrow functions are already used elsewhere in this module;
* using the mw.config.get() fallback argument is normal (it slightly
  changes behavior, but I don’t think explicitly setting the search
  client or URL generator to a falsy value and expecting to get the
  default behavior should be considered supported);
* not quoting [name="search"] matches [name=title] immediately above;
* using forEach() with a function reference is still readable (initApp()
  is now called with extra arguments, but that doesn’t matter).

Change-Id: I45dda26cb59279d91804b0c2bbf12174fa78ee12
2022-09-30 19:05:03 +02:00
Lucas Werkmeister 0150a0cb26 search: Add some tests for instrumentation.js
Change I45dda26cb5 removes some code, and in the process reduces the
branch coverage of the skins.vector.search module below the threshold of
25% that CI requires; add some tests for instrumentation.js to bring the
branch coverage up again.

Change-Id: I5d7ae019b3219b410c658583a6d72cf56d0cc1c5
2022-09-30 19:05:03 +02:00
Translation updater bot 21573d8288 Localisation updates from https://translatewiki.net.
Change-Id: Ibe07c319ecc139faccd90a7657fb91f193016dec
2022-09-30 08:57:15 +02:00
jenkins-bot a9a8663763 Merge "[Quick Fix] Fix Vector 2022 should display a "log in" link on private wikis" 2022-09-30 01:36:14 +00:00
jenkins-bot ba7fda1a69 Merge "Update name of body class to avoid confusion" 2022-09-29 14:58:38 +00:00
Translation updater bot a25f8d9c78 Localisation updates from https://translatewiki.net.
Change-Id: Ie4450a8b92bca345906f87ec59dc2d8f7a1bf146
2022-09-29 08:29:47 +02:00
jenkins-bot da53130bc8 Merge "[Visual enhancements next] Make the Echo buttons functional" 2022-09-28 23:49:25 +00:00
Jon Robson 44ee12c717 [Visual enhancements next] Make the Echo buttons functional
This completes the changes to Echo inside the
vectorvisualenhancementnext=1 feature flag

Bug: T257143
Change-Id: I8f3904815c90ef1a10a2342c5c70363c8b9e1e47
2022-09-28 17:06:20 -05:00
bwang e7944de81c Add Article Tools feature flag
Bug: T306609
Change-Id: Ia40af4e48c006aeceebd3879ff0aaecbe1b200d4
2022-09-28 15:41:30 -05:00
Jon Robson 6b7bc78bae Update name of body class to avoid confusion
The class vector-feature-table-of-contents-disabled is confusing as
it shows on pages with table of contents. What it actually means
is the A/B test is disabled. This change gives it a more meaningful name.

Use the class name vector-feature-table-of-contents-legacy-toc-enabled
to describe it better.

Bug: T310527
Change-Id: I17e7e6f7f553b8c06b118b5419c98c78ef26ad60
2022-09-28 12:26:38 -07:00
jenkins-bot 8cd41a8c64 Merge "[Visual enhancements next] Restores the badge styling to Echo" 2022-09-28 16:07:36 +00:00
Translation updater bot 3d68e00e12 Localisation updates from https://translatewiki.net.
Change-Id: I0286f481e5fe639bdf4dcf81bbdd18a0ea0bbce4
2022-09-28 08:25:11 +02:00
jenkins-bot 71bc90f225 Merge "Restore unconditional rendering of siteSub with styling modifications" 2022-09-28 03:38:13 +00:00
Jon Robson d8f242c046 [Visual enhancements next] Restores the badge styling to Echo
Currently clicking on icons will result in the icon changing
style. This is fixed in the follow up patch
I4a0637fc19cf07d545b75fa55e15010b74fc474f

Bug: T257143
Change-Id: Ief51ac0bcab20fc87edf747b5347a5ef9dfdf36f
2022-09-27 23:11:45 +00:00
Jon Robson 330dc5f705 Restore unconditional rendering of siteSub with styling modifications
The margin is moved to non-empty elements to avoid extra whitespace
when it is empty

Bug: T315639
Change-Id: I22aa7dbbacc5bc4ac87cffa13113ced9c9400e0b
2022-09-27 15:10:26 -07:00
Translation updater bot 0fb0a187bf Localisation updates from https://translatewiki.net.
Change-Id: Ic36204dd653ec3533665cd7c1b80ce52f0c75d28
2022-09-27 08:33:57 +02:00
jenkins-bot ecba35aeca Merge "Remove VectorLanguage A/B test code (WgVectorLanguageInHeaderTreatmentABTest)" 2022-09-26 23:01:34 +00:00
Nicholas Ray 3613a369eb [Quick Fix] Fix Vector 2022 should display a "log in" link on private wikis
This adds a bit of tech debt and should only be merged if we're looking for a
quick fix of T317789. It overrides the `.emptyPortlet` class that is currently
hiding the user menu on OfficeWiki et. al. to show the user menu  instead. It
also hides the learn more link since the presence of the `emptyPortlet` class
suggests that we do not have anon editor links in the menu.

Bug: T317789
Change-Id: I3deaf6b4896e9ec3a143c5909092caffc600da56
2022-09-26 15:54:29 -06:00
jenkins-bot 0387f14d08 Merge "Modify Vector 2022 skip-links" 2022-09-26 19:07:07 +00:00
jenkins-bot 61b9285c96 Merge "Default alert to on" 2022-09-26 18:36:02 +00:00
Jon Robson 048d25eb93 Default alert to on
This is the case for all production wikis, so let's mimic production

Change-Id: I749675b759d43375bf7b4cc6a2d18e640ebd1a6f
2022-09-26 10:57:22 -07:00
Jan Drewniak 5a951e2159 Modify Vector 2022 skip-links
- Changes the "skip to content" link to point to "#bodyContent"
  instead of "#content".
- Adds a `aria-labelledby` attribute to #bodyContent.
- Changes the table of contents "back to top" link to
  point to "#" instead of "#top-page".
- Removes "#top" link as it appeared unused.
- Updates Jest snapshots.

Bug: T312818
Change-Id: I86443066d45c818d6f137d70ebe36798eba66f13
2022-09-26 17:34:23 +00:00
Translation updater bot c3228c38aa Localisation updates from https://translatewiki.net.
Change-Id: Ie6dc75fbf46be949db7a90e9960f1ae14664e84f
2022-09-26 08:18:51 +02:00
jenkins-bot 5336638945 Merge "Echo: Move skinStyles from Echo extension to Vector" 2022-09-23 18:45:29 +00:00
Jon Robson b452a85fe8 Remove VectorLanguage A/B test code (WgVectorLanguageInHeaderTreatmentABTest)
The removal here is actually relatively straightforward.
References inside OverridableConfigRequirementTest are kept as
the A/B test capability remains after this removal and the tests
here do not relate to the code removed, just examples of how it
can be used.

Bug: T302027
Change-Id: I2dd92adaff1221d8213723e9ee60aa02787d4cc7
2022-09-23 18:18:15 +00:00
Jon Robson 452d59c7ef Echo: Move skinStyles from Echo extension to Vector
Bug: T257143
Change-Id: If52986fe56b65479adabe8233b0fc6df164b5376
2022-09-23 18:13:19 +00:00
Volker E 4df2b12e31 mediawiki.skin.variables: Add `border-style` and `border-width` vars
Already covered in mediawiki.skin.defaults.less.

Change-Id: If57df6cbbbab29ed9775d8d6676bd94a3b4de549
2022-09-23 17:58:42 +00:00
Translation updater bot 77c7608f0d Localisation updates from https://translatewiki.net.
Change-Id: I2796ba1418c04a306636ac0ef6de164140bd8575
2022-09-23 08:32:29 +02:00
Translation updater bot 9b3f0634c2 Localisation updates from https://translatewiki.net.
Change-Id: Id583eed83245553f8efa0e969099f688ec400a4b
2022-09-22 08:50:50 +02:00
bwang 4a115be7a8 Follow-up: remove redundant code in TableOfContents.js
Bug: T316032
Change-Id: Idb46b713c9df9fd1dd70a9955aa222f8b84ac813
2022-09-21 16:44:20 +00:00
jenkins-bot 669174790a Merge "Style active top level section differently than ordinary active TOC sections" 2022-09-21 15:00:07 +00:00
Translation updater bot 895b049e3c Localisation updates from https://translatewiki.net.
Change-Id: I15589e09aad99a3563bc1b9c14e20b8dca4d9d79
2022-09-21 08:31:52 +02:00
bwang 600dd1496a Style active top level section differently than ordinary active TOC sections
Bug: T316032
Change-Id: I662a03f7f7b1e1fb65c365b3db6096cae75fdeb2
2022-09-20 16:57:53 -05:00
Jan Drewniak 06c243da35 Modify the sticky header offset styles
- Prevents the ToC in the sidebar from jumping down when the sticky
  header becomes visible
- Removes the `.sticky-header-element` class from the ToC since that
  only modifies the elements position when the sticky header becomes
  visible (whereas in this case, it should be modified when the sticky
  header is enabled, before it's visible).

Bug: T314330
Change-Id: Ic6f50b8dc4f1507d875825d23eb44c24a998eaf7
2022-09-20 10:34:09 -04:00
jenkins-bot 1352035534 Merge "Icons: Globally set icon colors to `@opacity-icon-base`" 2022-09-20 00:35:58 +00:00
jenkins-bot b590555126 Merge "Add Jest tests for TOC before/after edit" 2022-09-19 23:20:34 +00:00
jenkins-bot 3e5c89df2b Merge "Table of contents: Hide accessible label using color transparent" 2022-09-19 22:51:49 +00:00
jenkins-bot 635ae993ff Merge "Follow-up: Apply min-width to collapsed TOC" 2022-09-19 22:41:23 +00:00
Nicholas Ray 8295148ae2 Add Jest tests for TOC before/after edit
* Also increase code coverage threshold

Bug: T316571
Change-Id: I6eb703bd0d23ff9d038c989562d07ec01cb7b1c8
2022-09-19 16:40:38 -06:00
jenkins-bot e9b79ee39f Merge "Fix border when title is hidden and when toolbar is empty" 2022-09-19 22:20:31 +00:00
bwang c4ec68b13c Fix border when title is hidden and when toolbar is empty
Bug: T317930
Change-Id: Iba89a2e642a8377c3603d099fb1157fc2df465d0
2022-09-19 21:37:27 +00:00
jenkins-bot 8f097163c2 Merge "[RTL, TOC] The arrow before collapsible sections in sidebar is clipped" 2022-09-19 20:11:13 +00:00
Jon Robson 5aadd9f578 Table of contents: Hide accessible label using color transparent
This is showing up in non-screen readers on Bengali wiki

Bug: T314652
Change-Id: I30ec573ae3de4811690183007282ef5f30c228b3
2022-09-19 12:56:19 -07:00
Moh'd Khier Abualruz 5a32955311 [RTL, TOC] The arrow before collapsible sections in sidebar is clipped
The table of contents has since been reflected to
not use calc statement anymore and pre-calculate the value,
cssjanus flips this value properly so this rule can safely be removed.

Bug: T314652
Related-To: I75dd87536f70da55c9fa7e0e29ed6b4040d2ddf4
Change-Id: Ibb390589f449bc20c6f38f66c1e617fa3fa82aab
2022-09-19 19:52:38 +00:00
Jon Robson 83458dd8dd Icons: Globally set icon colors to `@opacity-icon-base`
Also use other icon opacity variables where applicable.

Bug: T317800
Depends-On: If2f99124b01ce99b5131fdb960c60952075f6343
Change-Id: Ib8b3d11bd1bd6f902ff846eeb2a8f9cf3c7077b2
2022-09-19 19:28:19 +00:00
jenkins-bot 95dbf57db5 Merge "Remove unreachable code in tableOfContents.js" 2022-09-19 16:44:26 +00:00
jenkins-bot 00a2ff617a Merge "mediawiki.skin.variables: Add Opacities to skin.defaults variables" 2022-09-19 15:09:41 +00:00
Translation updater bot d900cf2662 Localisation updates from https://translatewiki.net.
Change-Id: I2942f31a770114caa2d25a8250e80058d5fc7118
2022-09-19 08:28:00 +02:00
Volker E ee24a19c8d mediawiki.skin.variables: Add Opacities to skin.defaults variables
Orienting on Codex Opacity tokens as defined in v10 of 2022-04-01 in
https://www.figma.com/file/h9pA2CCl2i0wtlTKNChaES/Opacities---Tokens?node-id=368%3A2139
Also adding legacy opacity icon tokens for use in all non-Codex
products.
Specifically the icon ones are already in use in Vector.

Bug: T317800
Change-Id: Ib699ccf0342030f521ad876d70974b8818f877cb
2022-09-16 22:37:23 -07:00
jenkins-bot 5e96b277a7 Merge "Follow-up: Clean up sticky header and collapsed TOC styles" 2022-09-17 00:11:40 +00:00
jenkins-bot e00603010b Merge "Sidebar: Collapses at lower resolutions, expands when resized" 2022-09-16 22:29:45 +00:00
bwang 88d4aef088 Follow-up: Clean up sticky header and collapsed TOC styles
Bug: T316056
Change-Id: I4c803bfd820aeb7270afa65cf8412415b437ff42
2022-09-16 14:25:02 -05:00
Func c6bf88520e ToC: Handle anchors with % in plaintext
TODO: Remove the fallback to {{anchor}} when all old parser cache expired.

Bug: T315222
Change-Id: I1da089cfef83131cda26859e3346cd2d840b3839
2022-09-16 11:24:27 +08:00
jenkins-bot aad1c4c836 Merge "Revert "Set top value for ToC when sticky header is enabled."" 2022-09-15 22:40:58 +00:00
bwang 0d7a8d751e Follow-up: Apply min-width to collapsed TOC
Bug: T316056
Change-Id: Ib9460cd5f5fa6d37a4aaf3c0dd583d9de46851ee
2022-09-15 20:27:24 +00:00
Bernard Wang 3bdcb4ae2a Revert "Set top value for ToC when sticky header is enabled."
This reverts commit 968787d692.

Reason for revert: Causes TOC visual regressions

Change-Id: I0bfe8ee1d1bc9d5a71d3abadb6636d8cc5d07668
2022-09-15 19:28:41 +00:00
bwang fd783b0499 Update collapsed TOC menu width
Visual changes:
- Collapsed TOC menu width depends on TOC content, with a max width of 51em or 75vw
- Collapsed TOC menu in sticky header no longer has a horizontal scrollbar

Bug: T316056
Bug: T316609
Change-Id: I1da9c16366b55c77ef13bac899ed8ecb2d77fdb9
2022-09-15 17:37:28 +00:00
Jon Robson aa8d628e13 Sidebar: Collapses at lower resolutions, expands when resized
On resize, or when booted in a small window the sidebar will collapse
and remain collapsed for subsequent page views

Bug: T316191
Change-Id: I6625fc3b3f1015d74b484a2a3643def13467ddf5
2022-09-15 10:27:12 -07:00
jenkins-bot fbb283a315 Merge "Set top value for ToC when sticky header is enabled." 2022-09-15 16:57:39 +00:00
bwang e28e197f1f Prevent language button in sticky header from word breaking
Bug: T316609
Change-Id: Ie4d9efad0850dce52a6e383574b14d986a824d4a
2022-09-15 16:28:26 +00:00
Jan Drewniak 968787d692 Set top value for ToC when sticky header is enabled.
Prevents the ToC from jumping down when the sticky header
becomes visible.

Bug: T314330
Change-Id: I11450d9062445d357859c6e48972f2ba37e597c6
2022-09-15 11:04:23 -04:00
Translation updater bot 6fd247640b Localisation updates from https://translatewiki.net.
Change-Id: I305d5955b8ffd92477db07b7b34327563b71e738
2022-09-15 09:57:19 +02:00
Jon Robson 7ebcf3ccff Limit upgrading of Echo icons to Visual enhancements feature flag
Currently we appear to be applying our icon/button enhancements to
notifications menu if the icon field is present.

These fields are not provided yet, but soon will be, so limiting
to the feature flag.

Bug: T257143
Change-Id: I2cf49a24f2db632e3ca23f749064929678bc8e19
2022-09-14 23:00:34 +00:00
Translation updater bot 2d7d60a14a Localisation updates from https://translatewiki.net.
Change-Id: I90a5eec3de6f287859a87aa9cbb5b81582c2cd29
2022-09-14 10:33:21 +02:00
Jon Robson f9a3d795ef Storybook: Update Legacy/codex comparison table
Upgrade Codex to the latest version and add the new icon
only buttons to our side by side table

This is needed to help bring these inline.

Bug: T314323
Change-Id: I7f59968cf5be6242e8002b11ca030c9bd4dd882d
2022-09-13 23:01:28 +00:00
jenkins-bot e0042bceca Merge "Remove unneeded expansion styles from search box code" 2022-09-13 19:30:18 +00:00
Nicholas Ray f79e97cf6b Remove unreachable code in tableOfContents.js
AFAICT the `setInnerHTML` param that was part of the reloadPartialHTML
method was always true. Thus, much of the code contained in this method
can be removed and the `setInnerHTML` param can also be removed.

Bug: T316571
Change-Id: I82e99f902eadba8a9df2166c4f89ba1f1d747a47
2022-09-12 17:45:24 -06:00
bwang 6b7197cf95 Followup: Removed code for cached HTML from T313060
Bug: T313060
Depends-on: Ia263c606dce5a6060b6b29fbaedc49cef3e17a5c
Change-Id: I0626f5c8d92836ecac961bbe213ffd8b0f0e2df5
2022-09-12 21:47:48 +00:00
jenkins-bot 5e02d2b7ea Merge "Minimize search icon" 2022-09-12 18:26:04 +00:00
jenkins-bot b5c46b8294 Merge "icons: Fix arrow stem to be perfectly 45 degrees" 2022-09-12 16:59:49 +00:00
Thiemo Kreuz 80a935cc9a Minimize search icon
Change-Id: I3f6084fc71930378ecb98180f4bd3d07478e9b4e
2022-09-12 18:53:31 +02:00
jenkins-bot 8626e14ec1 Merge "Don't print table of contents on page with no table of contents" 2022-09-12 15:50:22 +00:00
Translation updater bot f33cbf03ca Localisation updates from https://translatewiki.net.
Change-Id: Ib28dcff412c60712cfbae40570e636235d3df6ee
2022-09-12 09:39:01 +02:00
Volker E 2eeb9e45fc icons: Fix arrow stem to be perfectly 45 degrees
Following-up to further optimize icon SVG and provide arrow stem in
perfect 45 degrees angle.

Bug: T261391
Change-Id: I1fa7789182f0fffb7891205a9099884402d37b61
2022-09-11 23:24:29 -07:00
jenkins-bot 77877254da Merge "Revert "Sidebar: Collapses at lower resolutions"" 2022-09-10 00:34:13 +00:00
Jon Robson ccc8df0ef9 Don't print table of contents on page with no table of contents
e.g. Special:BlankPage

This was causing unexpected visual regressions on Pixel

Follow up to 9c6f6709c

Bug: T313060
Change-Id: If8111f95be53e4504ed49d4ea140f62ac98e8e1b
2022-09-09 17:08:40 -07:00
Jdlrobson 475c237a5e Revert "Sidebar: Collapses at lower resolutions"
This reverts commit 365d3902c9.

Reason for revert: Pixel is flagging the sidebar being closed
in cases where it shouldn't. Since I can't debug that I'm
reverting just to be cautious.

Change-Id: Ib88f61eb6a7fda8ce546a24c2d3dbbde836f2c40
2022-09-09 17:08:19 -07:00
jenkins-bot 2f25456534 Merge "Followup: clean up cached HTML code from T315595" 2022-09-09 22:32:55 +00:00
bwang d538835b5a Follow-up: Align sticky header with header and update collapsed TOC in page title padding
Visual changes:
- Sticky header padding will increase on desktop and desktop-wide viewports to match the header
- Padding on collapsed TOC button in page title is 2px wider on each side

Bug: T315261
Change-Id: I9d0df4f4d399fe120a4c1a5d2df610942cc70f02
2022-09-09 20:07:49 +00:00
jenkins-bot 9ac7a23234 Merge "Correct ContentHeader source order to match design" 2022-09-09 17:24:55 +00:00
Translation updater bot 353843dce6 Localisation updates from https://translatewiki.net.
Change-Id: If74efe4874eedd827adc8ce954f72e1f4c1a2325
2022-09-09 10:12:57 +02:00
bwang abad54d0ab Change article toolbar bottom border color
Bug: T311311
Change-Id: I1731510da0c956d0290508b9a2cef7558d3cde00
2022-09-08 23:54:13 +00:00
bwang fc9fe5e719 Add vector-toc-not-collapsed class serverside
Visual changes:
* No reflow on startup

Bug: T316964
Change-Id: I17f2699fec113d92b3f0f223c357654f52eb7eb3
2022-09-08 22:43:56 +00:00
jenkins-bot bcfc94090b Merge "Sidebar: Collapses at lower resolutions" 2022-09-08 20:50:17 +00:00
Jon Robson 97cf735de2 Icons: Watchstar and wikilove are upgraded
Can be tested by appending ?vectorvisualenhancementnext=1
to URL

Bug: T310838
Bug: T234990
Bug: T234550
Depends-On: I76d0d94c9006cc5f5680849ecdd1c382c16e34ba
Depends-On: Ib7c3021db014827b4b88cac855afc0b54a360f8c
Change-Id: Ie2ffa5c3ecf270c1bb1f315937023ae7ace5ed30
2022-09-08 19:43:35 +00:00
bwang 4c622fe8de Correct ContentHeader source order to match design
- Use flexbox instead of float

Visual changes:
- The title wraps differently when the title is very long

Bug: T313947
Change-Id: I2915e36286b21c8fd1a07247ada7754a08a0b574
2022-09-08 19:10:55 +00:00
Jon Robson 365d3902c9 Sidebar: Collapses at lower resolutions
On resize, or when booted in a small window the sidebar will collapse
and remain collapsed for subsequent page views

Bug: T316191
Change-Id: Ib4961975630871d6630cd747a78cc2ec4f1cdeeb
2022-09-08 08:22:20 -07:00
Translation updater bot e629775aff Localisation updates from https://translatewiki.net.
Change-Id: I02a964b9b170504f7591b8a0ed1cf90f9dcaab43
2022-09-08 10:02:42 +02:00
jenkins-bot e60716e63d Merge "Align language button" 2022-09-07 22:21:27 +00:00
jenkins-bot d4094ffa02 Merge "Align header icon buttons and main content" 2022-09-07 22:21:25 +00:00
Moh'd Khier Abualruz 3a10708b4e Deprecate PersonalUrls hook
* Updated usages to use SkinTemplateNavigation::Universal
in preparation for the hard deprecation and removal of the hook.

Bug: T310017
Change-Id: I133c7479da294c0b8c908ad8d34690297f08200b
2022-09-07 15:12:51 +00:00
bwang cdae8b1937 Align language button
- Add margin-right to language button
- Remove @margin-start-sidebar-content CSS variable as it's name isnt accurate anymore, and its value is derived from @icon-padding-md

Bug: T315615
Change-Id: I75dd87536f70da55c9fa7e0e29ed6b4040d2ddf4
2022-09-07 09:47:55 -05:00
Translation updater bot 948027450e Localisation updates from https://translatewiki.net.
Change-Id: Ia2e7632625ea4210c94575f7ee3a00707138cc21
2022-09-07 09:56:41 +02:00
jenkins-bot ddc3125f74 Merge "Remove dependency on `.cdx-typeahead-search--active` class" 2022-09-07 01:29:45 +00:00
Translation updater bot 50c2aab74c Localisation updates from https://translatewiki.net.
Change-Id: I774d16c709adfb26358ddd53e2aa95ba97add5fc
2022-09-05 10:14:28 +02:00
Jon Robson c1e923f120 Icons: Enable feature flag for next set of visual enhancements
Change-Id: I10f5a2ee8fa8121f8e9a5a79c98db492fbec6534
2022-09-02 07:54:13 -07:00
Jon Robson 742f659b10 FeatureManagement: All features have an associated class on the body tag
This is a common need for features, and having these use a standardized
class name will make using them a lot easier.

Change-Id: I0e16c26878e7d4399d2bf57f236523d214951a27
2022-09-01 22:09:48 +00:00
jenkins-bot 75115f841c Merge "Add tests for dropdownMenu.js" 2022-09-01 21:03:34 +00:00
Anne Tomasevich 8e04c79dba Remove dependency on `.cdx-typeahead-search--active` class
This class is no longer needed in Codex and will be removed.
This patch adds a similar dynamic class to the Vector search
app, to be used for showing/hiding the search button on
focus/blur or hover/leave.

Bug: T316893
Change-Id: I738c0f24dcd06ddeb9179cfedc85ed73a6504f1e
2022-09-01 16:42:11 -04:00
jenkins-bot d59885cf89 Merge "Enable related tabs on Vector" 2022-09-01 20:36:15 +00:00
Jan Drewniak f14b4fe5f1 Add tests for dropdownMenu.js
Adds tests for the addPortletLinkHandler, which should
add an icon element to items added via 'mw.util.addPortletLink'
and conditionally move elements from the toolbar into
the more menu at narrow widths.

- Adds tests for dropdownMenu.js
- Adds associated Jest snapshots
- Stubs the mediawiki.page.ready module
- Updates mockMediawiki.js to 4.6.0
- Adds global mock for mw.util.showPortlet()
- Cleans up tests using local versions of these mocks

Bug: T314798
Change-Id: I81394d840321916756a41a23c40d96c4b6341931
2022-09-01 13:11:22 -07:00
Anne Tomasevich eec6d5f608 Remove unneeded expansion styles from search box code
Input expansion behavior has been changed in Codex to expand
the input when the menu opens, instead of when the input is
focused. This patch removes styles targeting the server-
rendered search box that mimicked the expansion behavior
on initial focus to ease the transition between the server-
rendered version and the Vue version.

Bug: T312594
Change-Id: Id716860f52df7585c068a7927bf799129faf4ad3
2022-09-01 15:43:31 -04:00
bwang 3bf377fa7e Followup: clean up cached HTML code from T315595
Bug: T315595
Depends-on: I39959f43f20880e83bef945a7535d58cfe0b6412
Change-Id: I7afb66d6ee2d67d824266ca7240618afdd200c7f
2022-09-01 18:25:39 +00:00
bwang d949621eb2 Align header icon buttons and main content
Technical changes:
- Increase @padding-horizontal-content to align content
- Rename @padding-horizontal-page-container and @padding-horizontal-page-container-wide to @padding-horizontal-page-container-desktop and @padding-horizontal-page-container-desktop-wide respectively
- Replace "gutter" grid area with column-gap
- Clean up TOC styles

Visual changes:
- Below 1000px the header icons spacing is updated
- Above 1000px the page titlebar and articlebar right space is updated

Bug: T315261
Change-Id: I7f51ab3b9613c359db62e918051e942c5c6c878b
2022-09-01 12:42:07 -05:00
Translation updater bot b0b58915d4 Localisation updates from https://translatewiki.net.
Change-Id: If3b50c552f3058d00047a7e10ac9214b139ccab2
2022-09-01 09:37:28 +02:00
bwang 9c6f6709c6 Create new sticky toc container
Bug: T313060
Change-Id: Ia263c606dce5a6060b6b29fbaedc49cef3e17a5c
2022-08-31 21:27:06 +00:00
jenkins-bot 990c7f72b9 Merge "Reduce specificity of siteSub" 2022-08-31 20:49:55 +00:00
jenkins-bot c701486aa2 Merge "Override visited link style in MenuTabs" 2022-08-31 20:38:00 +00:00
Jon Robson 69658483bd Reduce specificity of siteSub
Follow up to I8ab2a554f753348ea2fb0fd4d28053ea17fbe83e
It should be possible to enable the #siteSub element with
a simple #siteSub { display: block; }. When moving these styles
from core we have made them more specific and harder to override

Bug: T316027
Change-Id: I4009c67e97ed0e718c28a1fa18c0059075b7a8a7
2022-08-31 13:07:58 -07:00
bwang 900376f9e4 Override visited link style in MenuTabs
Bug: T316574
Change-Id: I55b6537df709204ff499aa18298721cbec1de405
2022-08-31 19:51:14 +00:00
bwang 1c8af16dfb Replace body:not( .vector-toc-collapsed ) with .vector-toc-not-collapsed class
Follow up to Ibf837775d972deb29e9619cc6c12c919aae5155a

Change-Id: Ib50f6e4a61a09f54763a740bd12cdae3ee63abef
2022-08-31 19:05:50 +00:00
jenkins-bot b6a6296636 Merge "Reduce dependency on core styles" 2022-08-31 18:08:26 +00:00
Translation updater bot e111ac24c4 Localisation updates from https://translatewiki.net.
Change-Id: I5bd1a3ded92b6d3dd754c7d6dc0bb81bce1644b8
2022-08-31 09:37:29 +02:00
jenkins-bot 62c0b80d4f Merge "Change ULS label for sticky header when 0 Languages available." 2022-08-30 21:45:58 +00:00
Jon Robson 486748ac41 Enable related tabs on Vector
Depends-On: I861e8fe9c80569224548b8569452f8c57a446998
Bug: T313409
Change-Id: I871291c91dfe1f92c1131a2403695394ef3d0533
2022-08-30 14:20:11 -07:00
Jon Robson 9689974d0d AB test: Complain when TOC experiment setup incorrectly
Throw a runtime exception if the TOC experiment is setup correctly.
Otherwise this leads to confusion.

There must be 3 buckets, with 0 unsampled and equally weighted
control and experiment.

Bug: T313435
Change-Id: I09da238ff17b77a053b4dc132624ea19a86253b9
2022-08-30 11:59:42 -07:00
Jan Drewniak 87d0630aa2 Change ULS label for sticky header when 0 Languages available.
Modifies the `getULSLabel()` function to centralize the logic
related to the ULS language button messages.

Renames this function `getULSLabels()` since it retrieves both
the text and aria label for this input.

This logic conditionally returns the values based on whether
or not there are multiple languages available for an
title. It method is used in both sticky header and language
button near the page title.

Bug: T315556
Change-Id: I47e313414ae9c86d057e9b65ec67e522e9e7c464
2022-08-30 11:12:50 -04:00
jenkins-bot be7797e012 Merge "Follow-up: Refactor button/icon class helpers, make portlet classes consistent" 2022-08-30 02:35:50 +00:00
jenkins-bot 0d957abf77 Merge "Handle pages without ids in typeahead search" 2022-08-29 21:46:49 +00:00
bwang 659a5244ac Handle pages without ids in typeahead search
Bug: T313658
Change-Id: I6cba07e5e49d0593280017590dfd7cadb825095a
2022-08-29 11:09:28 -05:00
Translation updater bot 81fced891e Localisation updates from https://translatewiki.net.
Change-Id: Id840d7c03fee70f5fa80628071f67a9e9b65e6d7
2022-08-29 09:18:50 +02:00
jenkins-bot 748723e417 Merge "[Regression] Restore show on hover behaviour for dropdowns" 2022-08-28 23:56:38 +00:00
jenkins-bot e00e0b4122 Merge "Support additional content in table of contents" 2022-08-26 20:57:37 +00:00
jenkins-bot 46b4d86477 Merge "Fix site notice spacing" 2022-08-26 20:51:43 +00:00
jenkins-bot 9b7360c0a9 Merge "Table of contents doesn't respect NOTOC after an edit" 2022-08-26 18:59:37 +00:00
jenkins-bot b69cd0fe4a Merge "styles: Unify on standard external link icon (re-applying)" 2022-08-26 16:29:22 +00:00
Moh'd Khier Abualruz 4f47c744fd Table of contents doesn't respect NOTOC after an edit
* majorly done in VE by VE team by sending empty array,
since firing an event in beneficial for removing the TOC if needed

Bug: T315863
Bug: T315862
Change-Id: I128c550f039a812dde36fcefa56334842e36fbe2
2022-08-26 16:47:16 +02:00
Translation updater bot 2b63f5c1c3 Localisation updates from https://translatewiki.net.
Change-Id: I75212b21706b501d7d20b98da6250708bbd2be34
2022-08-26 08:25:12 +02:00
jenkins-bot f8c9c46a52 Merge "Table of contents toggles don't work correctly after update" 2022-08-25 18:53:53 +00:00
bwang 8ad777b896 Fix site notice spacing
- Removes grid row gap in favor of margins
- Add container div around site notice to allow margin collapsing

Bug: T315595
Change-Id: I39959f43f20880e83bef945a7535d58cfe0b6412
2022-08-25 11:13:57 -05:00
Jan Drewniak 934f65ab57 Add clearfix to .mw-body-subheader
Clears the indicators and subtitle in modern Vector.

Bug: T316134
Bug: T316095
Change-Id: I49a4801320f9680c75b2bdcb6e5704e3db70b38b
2022-08-25 13:34:43 +00:00
Moh'd Khier Abualruz 6b91d66eee Table of contents toggles don't work correctly after update
* This was fixed by removing the reattachment of `SubsectionToggleListeners`, as it seems to be already attached and was double toggling on click.
* This will not work with full TOC collapse `CollapseToggleListeners` it has to be reattached for it to work

Bug: T316033
Change-Id: I756b2a929fd94d9167a7b56df668b1202e695a38
2022-08-25 14:19:37 +02:00
Translation updater bot af4d269af7 Localisation updates from https://translatewiki.net.
Change-Id: I90638f59d84c74bc92d85b78cacb779717f402f8
2022-08-25 08:29:58 +02:00
jenkins-bot 0e7c32827d Merge "Revert "Remove grid row gap in favor of margins"" 2022-08-24 17:13:31 +00:00
Jdlrobson 3d719455c4 Revert "Remove grid row gap in favor of margins"
This reverts commit b63244f367.

Reason for revert: Per standup this morning we'll revert this so
that we are back to a known state, and try this again in a second
attempt.

Change-Id: Ie1349fecbab6c49ce63d328aba08162d74145cb9
2022-08-24 16:54:31 +00:00
Jon Robson dfede899d6 Reduce dependency on core styles
Follow up to Ibf837775d972deb29e9619cc6c12c919aae5155a

Depends-On: Ib5ae640bb260cee46e654228b785c776722c7003
Bug: T316027
Change-Id: I8ab2a554f753348ea2fb0fd4d28053ea17fbe83e
2022-08-24 16:16:01 +01:00
Jon Robson 2be7ce5c47 Vector legacy no longer imports variables from Vector modern
In f7f78023e we added new variables to the Vector 2022 variables
that overrode the defaults, but forgot to preserve the defaults
in Vector legacy. This resulted in changes documented in
T213778#8181795

Going forward it makes sense to separate these.

Bug: T213778
Change-Id: I5e4f1729fc0f41b21579807fc83a7dda9c3519ea
2022-08-24 15:08:35 +00:00
Jan Drewniak 5dbc96aaee [Regression] Restore show on hover behaviour for dropdowns
Due to recent updates that affected dropdowns in modern and
legacy Vector, the dropdowns in legacy Vector were not appearing
on hover as they were intended.

Bug: T315418
Change-Id: Iad3c3d89566f211d331233a752d67744d6522af0
2022-08-24 10:33:26 -04:00
Bartosz Dziewoński 2321eeb054 Vector 2022: Align #contentSub with page title (to the left)
(Visual change)

Bug: T307715
Change-Id: Ic4a8d4d55e132cec5df720fdb38eb47c37c8baf0
2022-08-23 20:51:27 +00:00
bwang 3881820483 Follow-up: Refactor button/icon class helpers, make portlet classes consistent
- Make 'updateMenuItem' generic, rename to 'updateItemData'
- Make 'appendListItemClass' generic, rename to 'appendClassToItem'
- Remove 'appendClassToListItem' and replace with 'appendClassToItem'
- Create 'updateMenuItemData', 'updateLinkData', and 'updateDropdownMenuData' wrapper functions to be used in Hooks and SkinVector
- Add and update tests

Bug: T307901
Change-Id: I4b12a0c1aab1224d2658bad30ee629f7266c5b7e
2022-08-23 19:18:03 +00:00
jenkins-bot 6e30fa2c00 Merge "TOC with bold text." 2022-08-23 12:47:58 +00:00
jenkins-bot bd8ceeb3e6 Merge "Remove grid row gap in favor of margins" 2022-08-23 07:40:51 +00:00
Translation updater bot c8eb8fd167 Localisation updates from https://translatewiki.net.
Change-Id: I1d0d3345d0e09c2a2dc5c31d03eeaf4c308dd026
2022-08-23 08:12:34 +02:00
bwang b63244f367 Remove grid row gap in favor of margins
Bug: T315595
Change-Id: Ibf837775d972deb29e9619cc6c12c919aae5155a
2022-08-22 15:49:00 -05:00
jenkins-bot 943104ae5e Merge "Remove FIXME, add variables" 2022-08-22 19:06:07 +00:00
Jon Robson fc2a899b4d Remove FIXME, add variables
These overrides are now redundant now that Vector and Vector 2022
are separate skins.

This override was technical debt, but is now causing inconsistency
in styles as a result of T315321

These are now defined in the variables file instead.

Bug: T315662
Change-Id: I7cb3e7f439daa9d1974ec414ee4c8a905b5e513f
2022-08-22 19:26:09 +01:00
Jon Robson ecbe2c2855 Layout: Restore disabling of max width on certain pages
Bug: T315460
Change-Id: I9bad936c06150cd01d4e60f4a92a5c4d28b5fe16
2022-08-22 10:34:34 +00:00
jenkins-bot 392e251a62 Merge "Localisation updates from https://translatewiki.net." 2022-08-22 08:55:30 +00:00
jenkins-bot 0f4c36169f Merge "[RTL, TOC] The arrow before collapsible sections in sidebar is clipped" 2022-08-22 08:31:25 +00:00
Moh'd Khier Abualruz ff73b36780 [RTL, TOC] The arrow before collapsible sections in sidebar is clipped
* Temp solution for quick fix
* Full solution should be supplied by cssjanus PR shortly after

Bug: T314652
Change-Id: Ic3ac53f884bc1b9bc14c951b7348e2bf263065a2
2022-08-22 08:13:58 +00:00
Translation updater bot 6de03aab95 Localisation updates from https://translatewiki.net.
Change-Id: I7eab506709ea7e8056a3e85e37fe735ab3d57061
2022-08-22 08:27:13 +02:00
jenkins-bot 758297c5ca Merge "Fix CSS selector for 'mw:tocplace' element" 2022-08-19 21:01:01 +00:00
Volker E 19ca22f424 styles: Unify on standard external link icon (re-applying)
Re-applying: Unify on using standard OOUI 'linkExternal' icon, which is
directly replacing Vector's image without relying on ResourceLoader.
This time we have lo- and hi-dpi optimized icon.
Please note that the icon features standard link color `#36c` which is
implemented in a later step. Due to the small icon size and the fact
that current external link icon is also not using the legacy color, this
seems acceptable to move forward with.

Also using relative `em` instead of `px` to support user text zoom
capabilities and introducing a `@size-indicator` variable to be replaced
by WikimediaUI Base variables later.
Alternative to I49de3bfff45.

Replacing images and image names to make quicker lookup with icon
collection possible future-facing.

Note that CSSJanus is flipping the `ltr` string in the background image
rule to `rtl`, therefore making sure that both icons are available.

Bug: T261391
Change-Id: I1c3cfb4cd83fe4d5d08c06b84cdc192cb90c0dfe
2022-08-19 11:41:15 -07:00
bwang 0be4664c02 Add back fixed width to main content
Bug: T315653
Change-Id: Iffd3f219e756b82397264f62fb9f88fc82a92ba9
2022-08-19 13:20:20 +00:00
Translation updater bot 4ff3347d79 Localisation updates from https://translatewiki.net.
Change-Id: I259b7ad8449141a0e6dbe219bbc3e45a157118bb
2022-08-19 08:33:13 +02:00
Bartosz Dziewoński 7107b9d72b Fix CSS selector for 'mw:tocplace' element
The colon needs to be escaped, otherwise it is treated as an invalid
pseudoclass.

Change-Id: I328851cfbd8ab3604b89a43bc5c854d1f90b306e
2022-08-18 23:52:45 +00:00
Jon Robson 4d96034efe Support additional content in table of contents
Bug: T307823
Change-Id: I034a579b7ef51950726c9ac056d6c940a7d7d472
2022-08-18 23:04:47 +00:00
Jan Drewniak e3896ab96d TOC with bold text.
The width of the active link is increased via calc to reduce the
chances that the line will wrap because of the bold text.

Bug: T314670
Change-Id: I58aa72871b7d80c8342df60478894dafcf448ae7
2022-08-18 17:04:30 +00:00
jenkins-bot fd4c4f5c34 Merge "TOC: Prepare for upstream change to mw:tocplace element" 2022-08-18 14:03:27 +00:00
Translation updater bot 8e3c072d01 Localisation updates from https://translatewiki.net.
Change-Id: Ifc711475c6f8dd7c0e0057f0e902526cea99b05d
2022-08-18 08:41:55 +02:00
jenkins-bot b31bea7fd9 Merge "Remove gradient from modern Vector, align SidebarAction with portlet styles and classes" 2022-08-17 21:03:35 +00:00
jenkins-bot 1f5170238a Merge "Append icon to links created via mw.util.addPortletLink" 2022-08-17 20:50:43 +00:00
bwang 5f09892813 Remove gradient from modern Vector, align SidebarAction with portlet styles and classes
Bug: T307771
Change-Id: I92fd11b89d4afbf99dd7ab51990835b9754767a1
2022-08-17 20:41:15 +00:00
jenkins-bot 2f65c4f696 Merge "Follow-up: Clean up left over vector legacy classes" 2022-08-17 20:38:49 +00:00
bwang 81d9b28be1 Follow-up: Clean up left over vector legacy classes
Bug: T313559
Change-Id: I42610ef7ccaea0b7c818f66cfbe5a316d2a5566d
2022-08-17 20:18:37 +00:00
bwang 2d6be2e6f0 Clean up main menu selectors
Change-Id: Icb7595f2ef60108f6eaf6b953f37a291678f793e
2022-08-17 14:08:46 -05:00
jenkins-bot 2450fdeb99 Merge "Prevent dropdown arrow from flipping in modern Vector" 2022-08-17 07:59:36 +00:00
jenkins-bot cf88597ca7 Merge "styles: Update Vector 2022 link colors to conform to WCAG requirements" 2022-08-17 07:35:09 +00:00
Translation updater bot 3e47609440 Localisation updates from https://translatewiki.net.
Change-Id: I415919d2809d69e107ab9ff0746f57da3ebd94f5
2022-08-17 08:26:43 +02:00
bwang 9546bd30c0 Prevent dropdown arrow from flipping in modern Vector
Bug: T314669
Change-Id: Icaae181cac1b399d9c0e90c55c7ee36982b638d3
2022-08-16 16:13:55 -05:00
Jan Drewniak 936bb1d739 Append icon to links created via mw.util.addPortletLink
For modern Vector, the preferred way to place an icon
beside a link is with a dedicated <span> element instead
of a `:before` pseudo-element.

This change appends a <span> element with an icon to
links created by mw.util.addPortletLink instead of
using the `.mw-ui-icon-before` class.

Bug: T314798
Change-Id: I019470d9ca38a6bd63a690882bed03b5f1ac03c4
2022-08-16 15:50:34 -04:00
jenkins-bot ae44bfa327 Merge "Fix collapsed TOC menu positioning with site notice without JS or major CSS changes" 2022-08-16 19:07:44 +00:00
Volker E f7f78023e9 styles: Update Vector 2022 link colors to conform to WCAG requirements
Follow Web Content Accessibility Guidelines and
use Wikimedia Design Style Guide colors with
at least 3:1 contrast with surrounding body text.

Also unify external and normal links as the color difference is
basically opaque to understand beyond a small group of power users.

Bug: T213778
Bug: T315321
Change-Id: I8a309eedd70b9a82fcca91c2cf9a30beea602b6b
2022-08-16 17:56:07 +00:00
bwang 160ef15f30 Fix collapsed TOC menu positioning with site notice without JS or major CSS changes
Bug: T310388
Change-Id: Ifa29dd032534a1c6ea6fcea194b0c65103a2cd52
2022-08-16 10:38:30 -05:00
jenkins-bot 8c3a4792e9 Merge "[ToC] Show new/modified sections after publishing an edit (new floating ToC)" 2022-08-16 08:37:30 +00:00
Translation updater bot 051b9eff60 Localisation updates from https://translatewiki.net.
Change-Id: If2120b82f52f039e7151ade3634bcc90e48d44a7
2022-08-16 08:36:20 +02:00
Jon Robson 6df60895ab TOC: Prepare for upstream change to mw:tocplace element
Bug: T311502
Change-Id: I1f607cf1ef1b61fb4d2e1880de756fb94d5a6b22
2022-08-16 07:04:27 +01:00
Moh'd Khier Abualruz 407046c759 [ToC] Show new/modified sections after publishing an edit (new floating ToC)
- All Frontend
- All in Skin

Bug: T307251
Change-Id: Icae2f03f0005b7607448127b793ff3c0010e5817
2022-08-15 20:02:49 +00:00
Jon Robson 6cd7098d05 [ToC] Content should be centered when TOC is collapsed
Bug: T314579
Change-Id: I8d182893267f740457b7233c38aa4615f08b814f
2022-08-15 14:53:54 -05:00
jenkins-bot 15ed1cf0e1 Merge "Prevent collapsed dropdowns from having height." 2022-08-15 19:31:24 +00:00
jenkins-bot 6a65efc041 Merge "Follow up: Remove .vector-layout-grid, .mw-workspace-container classes" 2022-08-15 18:52:46 +00:00
jenkins-bot aab46eb7ce Merge "Allow composer/installers plugin" 2022-08-15 16:05:22 +00:00
bwang 8eff2d0501 Follow up: Remove .vector-layout-grid, .mw-workspace-container classes
Bug: T313559
Change-Id: If93860d13fb3161c0b66f7ea9e3e1831b0a2fc1e
2022-08-15 10:10:01 -05:00
Translation updater bot 5204763967 Localisation updates from https://translatewiki.net.
Change-Id: I33ce00747118d3e888509a60513d25c4a3aecba0
2022-08-15 08:29:29 +02:00
Translation updater bot 24a9c1f28b Localisation updates from https://translatewiki.net.
Change-Id: I1a93a342986aa92bdae8bb53705ffa4db69ca178
2022-08-12 08:46:25 +02:00
jenkins-bot e367136406 Merge "Revert "styles: Set `background-repeat: no-repeat` for menu tabs"" 2022-08-11 13:11:06 +00:00
jenkins-bot 03b6715713 Merge "Add collapsed TOC to sticky header by moving the TOC" 2022-08-11 12:28:24 +00:00
bwang 006ea3517b Add collapsed TOC to sticky header by moving the TOC
Visual changes:
- TOC icon in sticky header
- Small update to the narrow screens collapsed TOC spacing when open

Bug: T311103
Depends-on: Ic94fda79bd14856ccda14985d5860aa54d3118d0
Change-Id: I977092f951ba2843816609e706bce4b99583f623
2022-08-11 11:25:21 +00:00
Translation updater bot 379ec65c8b Localisation updates from https://translatewiki.net.
Change-Id: I05c9238daf91cf591e5c7464adc183b20df695d5
2022-08-11 08:54:52 +02:00
jenkins-bot 310bf970bd Merge "Remove .mw-ui-button styles from user-links overflow menu" 2022-08-10 07:39:39 +00:00
Translation updater bot d26aaeff94 Localisation updates from https://translatewiki.net.
Change-Id: I83e3e21bdf57e36365a2c2c43a0a8c906ac6ac9a
2022-08-10 08:25:55 +02:00
jenkins-bot 6129fef3a0 Merge "Allow preview on certain article titles" 2022-08-09 16:02:46 +00:00
jenkins-bot 177e57b794 Merge "Refactor TOC A/B test to bucket users on backend" 2022-08-09 10:28:39 +00:00
Translation updater bot 3c0147752d Localisation updates from https://translatewiki.net.
Change-Id: I035cc2d382208d1955e1f7e133a73d33f9e5b139
2022-08-09 08:21:57 +02:00
Jan Drewniak 5676097135 Remove .mw-ui-button styles from user-links overflow menu
Removes the .mw-ui-button styles from the userpage link
and create account link in the user menu.

Overrides the userpage redlink style so that the link
remains blue even if the userpage doesn't exist.

Visual changes: userpage link and create account link
in header are no longer .mw-ui-buttton styles, but
look like standard blue links. The user links menu shifts
slightly because of this as well.

Bug: T312157
Change-Id: Id98e566952e5875527f38d1edbc8f6e058af4518
2022-08-08 22:12:07 -04:00
Clare Ming eb597645c3 Refactor TOC A/B test to bucket users on backend
- Include temporary feature requirement for TOC A/B test.
  - Assumes 100% of logged-in users with even/odd user ids
  being assigned to treatment/control buckets respectively.
  - Sampling rates passed in by config are not considered
  during bucketing.
- Update hook for adding needed TOC A/B test body classes.
- Add test for temp feature.

Note: the temporary feature requirement and associated hooks
should be removed once the 2nd TOC A/B test concludes.

Bug: T313435
Change-Id: If9c75235614af289cd50182baab29bec3155eb81
2022-08-08 15:50:28 -06:00
Jan Drewniak 942cd5b0f6 Sticky header AB test bucketing for 2 treatment buckets
For idwiki/viwiki, we wish to run the sticky header edit button AB
test so that treatment1 group sees the sticky header without edit
buttons, treatment2 groups sees the sticky header with edit buttons,
and the control/unsampled groups see no sticky header at all.

This patch overrides the configuration to make the sticky header
w/o edit buttons for treatment1, sticky header w/ edit buttons for
treatment2, and hides sticky header for everyone else. This depends
on a configuration with the treatment groups having "treatment1"
and "treatment2" as substrings in their bucket names.

The full configuration for idwiki/viwiki would be something like
the following:

```
$wgVectorStickyHeader = [
	"logged_in" =>  true,
	"logged_out" => false,
];

$wgVectorStickyHeaderEdit = [
		"logged_in" => true,
		"logged_out" => false,
];

$wgVectorWebABTestEnrollment = [
	"name" => "vector.sticky_header_edit",
	"enabled" => true,
	"buckets" => [
		"unsampled" => [
			"samplingRate" => 0
		],
                "noStickyHeaderControl" => [
                        "samplingRate" => 0.34
                ],
		"stickyHeaderNoEditButtonTreatment1" => [
			"samplingRate" => 0.33
		],
		"stickyHeaderEditButtonTreatment2" => [
			"samplingRate" => 0.33
		]
	],
];
```

Bug: T312573
Change-Id: I15c360fdf5393f5594602acc33b5b916e904016d
2022-08-08 21:14:02 +00:00
Jon Robson d771a1d60d Allow preview on certain article titles
The list is exposed in mw.config so banners can work out if the
preview mode is active.

We change the skin the same way MobileFrontend changes the skin.

Bug: T314286
Change-Id: Ib3c90d2640f2fa8cac17514b59aa720e4aba6d96
2022-08-08 19:58:07 +00:00
bwang d4d50d2dc5 Fix grid blowout bug
Bug: T314756
Change-Id: If1a84f5c3606dab7195a9b0a320e416fba702027
2022-08-08 18:19:23 +00:00
jenkins-bot 0a7588f55b Merge "Remove vector-layout-legacy styles and grid feature flag" 2022-08-08 17:13:42 +00:00
Jan Drewniak 4bafaa2453 Prevent collapsed dropdowns from having height.
Collapsed dropdowns are hidden via `opacity:0;` and
`visiblility:hidden;`. This doesn't prevent them from having a
height, which can be an issue when the language selector is
at the bottom of the page, producing a large gap near the footer.

Bug: T314546
Change-Id: Iec5d78469c8d5e10bd78e5d062f9e46a54fb3a98
2022-08-08 10:39:29 -04:00
Jon Robson 8a46797eec Express sidebar width in pixel for font size
Bug: T313817
Change-Id: Ic8917bf14eb688f84ca8dfbaea055f93fe829469
2022-08-08 08:25:21 +00:00
bwang ef2b0a2372 Remove vector-layout-legacy styles and grid feature flag
Bug: T313559
Change-Id: I050d0e243186ba4341accc26f8d644f55ff995b7
2022-08-08 08:22:26 +00:00
jenkins-bot f366c2ad9c Merge "Fix collapsible user links issue on tablet breakpoint" 2022-08-08 08:20:21 +00:00
bwang 64566249a3 Fix collapsible user links issue on tablet breakpoint
Bug: T314757
Change-Id: I595d27a03bd607f5b2ab8230e4931a1124222312
2022-08-08 07:59:50 +00:00
Translation updater bot ae82fcf5f9 Localisation updates from https://translatewiki.net.
Change-Id: I4efc2f9cb10bc354e21640b8b2f2e0518b7d7275
2022-08-08 09:01:38 +02:00
jenkins-bot 6a428b6b58 Merge "Minor fixes to TOC hide/show buttons" 2022-08-05 16:43:58 +00:00
Meno25 afe4a93e65 Update link target of the team page
Link redirected on mediawiki.org

Change-Id: Iee32234585411db7031cdb9e73412904f5e71d45
2022-08-05 12:51:44 +00:00
Translation updater bot 89a1ea869c Localisation updates from https://translatewiki.net.
Change-Id: I491b7fc3fce148c7424db5b132da4c9f7b957d90
2022-08-05 08:36:45 +02:00
Clare Ming 5b55a2f894 Minor fixes to TOC hide/show buttons
Bug: T307901
Change-Id: I37c6b3b4c5c20e914423c311795dbccce2a7b3fd
2022-08-04 15:20:58 -06:00
Jdlrobson 86f39007fb Revert "styles: Set `background-repeat: no-repeat` for menu tabs"
This reverts commit 1f94104cdf.

Reason for revert: I3427b9ca05957b33a95bba4de4ddf87b61b5ccc7 would
be a more future proof solution to this problem.

Depends-On: I3427b9ca05957b33a95bba4de4ddf87b61b5ccc7
Change-Id: Ie09ccad772e25689c89608bba73c5248a55b4a7d
2022-08-04 17:29:56 +00:00
jenkins-bot 1a2b6d59a5 Merge "UserLinksLegacy: Move layout rule into UserLinks rule" 2022-08-04 12:14:43 +00:00
jenkins-bot 6a92bad382 Merge "styles: Set `background-repeat: no-repeat` for menu tabs" 2022-08-04 12:10:25 +00:00
Jon Robson 0be8fe1534 UserLinksLegacy: Move layout rule into UserLinks rule
This is component CSS, not a general layout rule

Change-Id: I3b49989b3265b336810beca2e07f68020600f888
2022-08-04 11:54:44 +00:00
jenkins-bot 4f4317c708 Merge "Only apply sticky header offset if it is showing sticky" 2022-08-04 08:08:46 +00:00
Translation updater bot 4c2a1c2211 Localisation updates from https://translatewiki.net.
Change-Id: I6545978c126581242a8471844e077aae37534da9
2022-08-04 08:46:34 +02:00
bwang e1e9552bf3 Followup contentSub contentSub2 styling
Bug: T311421
Change-Id: I4319142361b83758bbbe3c1a22e9b6ccab47352d
2022-08-03 20:57:35 +00:00
jenkins-bot a4949503f6 Merge "Update #siteSub, #contentSub and #contentSub2 to fix spacing, conditionally render #contentSub and #contentSub2" 2022-08-03 20:16:51 +00:00
jenkins-bot c71bd6a27b Merge "Followup to ce007e0 - Unify dropdown styles" 2022-08-03 19:04:52 +00:00
Andre Klapper 1f94104cdf styles: Set `background-repeat: no-repeat` for menu tabs
Images are used e.g. by the ProofreadPage extension.

Bug: T314028
Change-Id: I278fff4f02dd91effe5d8ace2f4a21a437a5114b
2022-08-03 19:00:01 +00:00
Translation updater bot 88a6a7d7ca Localisation updates from https://translatewiki.net.
Change-Id: I4ae9cc00379a7abc41802b975ad7d2e88e543eaf
2022-08-03 08:20:12 +02:00
jenkins-bot 4aeaf4a428 Merge "Ensure collapsible TOC is closed when links are clicked" 2022-08-03 03:15:25 +00:00
bwang b89307c6bb Update #siteSub, #contentSub and #contentSub2 to fix spacing, conditionally render #contentSub and #contentSub2
Visual changes:
- Reduced spacing above #siteSub
- Updated spacing from #contentSub and #contentSub2

Bug: T311421
Change-Id: I7fd78d2c92007b231cfc49af0fbd02a4f74f3901
2022-08-03 01:14:30 +00:00
Jan Drewniak 4aa5602c52 Followup to ce007e0 - Unify dropdown styles
Provide better compatibility with gadgets that create dropdowns
like Twinkle by explicitly setting the font-weight and font-size
on `.vector-menu-heading`.

This is needed because in legacy Vector, menu headings
were <H3>'s, which have bold text and a larger font size.

Bug: T312157
Change-Id: Ic414cef4c7145740812e590f431294bc85a405b4
2022-08-02 16:57:02 -04:00
jenkins-bot feab2431f6 Merge "Remove custom rendering of the user links overflow menu in favor of using 'vector-user-menu-overflow', a vector specific menu bucket in Hooks.php" 2022-08-02 15:40:09 +00:00
Translation updater bot dcebd7c20d Localisation updates from https://translatewiki.net.
Change-Id: I50cb7bba9091a6e2a560a4d0ab6e88b1a3571e42
2022-08-02 08:15:28 +02:00
bwang 37149c9e67 Remove custom rendering of the user links overflow menu in favor of using 'vector-user-menu-overflow', a vector specific menu bucket in Hooks.php
- Rename 'vector-user-menu-more' class to 'vector-user-menu-overflow'
- Update storybook and tests

Visual changes
- Small intentional change on the create account button

Bug: T306662
Change-Id: I371bb11903d8cdd8f0da89266fcf549050c0da8c
2022-08-01 20:18:46 +00:00
jenkins-bot ea5c4d3735 Merge "phpunit: Fix context leak in SkinVectorTest" 2022-08-01 15:47:53 +00:00
Translation updater bot 0315f12c70 Localisation updates from https://translatewiki.net.
Change-Id: I42d7c2cc4c665ff9a8dfb2b9cfd8de7dc46cdc5e
2022-08-01 08:25:42 +02:00
Clare Ming 1d1585d214 Add feature to hide/show collapsible TOC above desktop
- Add hide/show links to TOC template.
- Add i18n messages for hide/show text.
- Add event listener to TOC js.
- Update relevant TOC collapsed styles.
- Update test snapshot.

Bug: T307901
Change-Id: Ic94fda79bd14856ccda14985d5860aa54d3118d0
2022-07-29 14:19:55 -05:00
Translation updater bot 504d04d26d Localisation updates from https://translatewiki.net.
Change-Id: I13937bf561f74ec5b62030356c4826b143a088dc
2022-07-29 08:57:11 +02:00
Timo Tijhof acaaa89c5e phpunit: Fix context leak in SkinVectorTest
There are two issues with context in this test case:

1. The $vectorTemplate object was not given the $context object.
   Calling setContext() is the same as MediaWiki would normally do
   after calling SkinFactory, e.g. as in RequestContext::getSkin.

2. The "main" glboal state was leaking into the test by mutating
   the result of getMain() instead of creating your own for use
   in the test.

Change-Id: I09eb8c3a38c0d4e2c85461b61e6f14ab00995016
2022-07-28 20:55:30 -07:00
jenkins-bot 9e0d9ebcd4 Merge "Unify dropdown styles" 2022-07-28 21:26:23 +00:00
Jan Drewniak ce007e059e Unify dropdown styles
This affects all dropdowns in Vector 2022, including the
user menu in the header and the language variants and
"more" menu in the article toolbar.

By relying on shared styles instead of separate implementations,
this change also reduces the size of the skins.vector.styles
module by 1.6kB (uncompressed).

Visual changes:
- The links in the user menu are now blue
- Dropdown links in the user menu and tabs are blue
- The dropdown labels in the tabs are black not dark gray.

Bug: T312157
Bug: T308344
Change-Id: I002d5454838a5516b6ee6c7c38721209ed28508b
2022-07-28 16:41:39 -04:00
Jdrewniak c035d8babd Revert "styles: Unify on standard external link icon"
This reverts commit cffd494107.

Reason for revert: Reverting due to how the new icon doesn't scale well at 2x resolution. https://phabricator.wikimedia.org/T261391#8111726

Bug: T261391
Change-Id: I6d49fed2b9e249de15cf40216c01153c7b793ee2
2022-07-28 14:43:51 +00:00
Translation updater bot b297c931e0 Localisation updates from https://translatewiki.net.
Change-Id: I2405ce2e53a61e8b6e3df9bdc4c34f726e952a38
2022-07-28 09:00:54 +02:00
jenkins-bot ee91a813d3 Merge "styles: Replace LanguageButton variable nomenclature" 2022-07-27 20:28:18 +00:00
jenkins-bot e4b4f5bf9f Merge "Show ULS button when article exist only in single language" 2022-07-27 20:22:02 +00:00
jenkins-bot 225efaaabb Merge "Page toolbar visual tweaks and code clean up" 2022-07-27 19:40:17 +00:00
jenkins-bot 3fb45cfc14 Merge "Hide TOC button on print" 2022-07-27 17:33:28 +00:00
bwang 7b34e14d25 Page toolbar visual tweaks and code clean up
Visual changes: 11 expected in Pixel
- Elements on the right side of page toolbar are now flush with the rest of the content

Change-Id: Id02cd379687fa292188a447c85951e7a87ade509
2022-07-27 17:10:22 +00:00
jenkins-bot 54ac78bba0 Merge "Make site banner full width in grid layout" 2022-07-27 16:57:05 +00:00
Clare Ming 7a63671b51 Hide TOC button on print
Bug: T313298
Change-Id: Ibf5281ce9deabc32f59df9c088af6dcb29b86ddf
2022-07-27 10:24:19 -06:00
bwang 320175d22c Make site banner full width in grid layout
Bug: T312749
Change-Id: Ia888615762a641f98409b11c6448a32897c4c835
2022-07-27 10:01:49 -05:00
Translation updater bot b32fb8166b Localisation updates from https://translatewiki.net.
Change-Id: Ie828f4dc9bbb514a3516bc18476333173b6d14d7
2022-07-27 08:28:15 +02:00
jenkins-bot 8e36c72144 Merge "Add "Add topic" button to sticky header" 2022-07-26 22:36:04 +00:00
jenkins-bot 77bd2e5fbd Merge "Sticky header: Add a link to the 'subject' page when on talk pages" 2022-07-26 22:36:01 +00:00
Ed Sanders 23a5261ef6 Add "Add topic" button to sticky header
Bug: T304187
Change-Id: Ib497eb91ec7548e2ba6d1d474a196ada770f955d
2022-07-26 22:15:02 +00:00
jenkins-bot aa925d01d9 Merge "Define non-standard colors for legacy Vector" 2022-07-26 21:27:45 +00:00
bwang e5251a1448 Ensure collapsible TOC is closed when links are clicked
Bug: T310828
Depends-on: I2783928740e6a0684476a642f812cc6647be8e3f
Change-Id: I0bab194465f89637eecb43590eb8d29b5f2fd7d2
2022-07-26 19:03:16 +00:00
Derk-Jan Hartman e7f0106917 Only apply sticky header offset if it is showing sticky
Only apply sticky header offset to mw-sticky-header-element if the
header is actually sticky, currently at min-desktop-width of 1000px

Bug: T313187
Bug: T313619
Change-Id: I081c694b263a68498468b837cffa1cbea136d36f
2022-07-26 17:57:46 +00:00
Volker E ee7f59171f styles: Replace LanguageButton variable nomenclature
`height-lang-button` => `height-button-lang`
First component, then subtype.

Bug: T313243
Change-Id: Icd053cb64ef0af84b37e27b0dbfc0e8ceb521863
2022-07-26 07:46:42 -07:00
Translation updater bot b7b338ec14 Localisation updates from https://translatewiki.net.
Change-Id: Icfc0735aa1f57c98103d1a91843984589a977b48
2022-07-26 08:27:23 +02:00
Volker E 23b1fb3b45 icons: Amend external link icon for lo-dpi screens
Following-up I05b832a36e8, which has seen the right canvas of 12x12, but
an older, incorrect version of the icon not perfectly optimized for
the lo-dpi screens.

Bug: T261391
Change-Id: Ia0054372c4d3bd5bb7e4b24a8f412bcaf6bcd80b
2022-07-25 16:09:09 -07:00
jenkins-bot 9fc2f4403e Merge "Update CSS to allow TOC to be collapsed at larger viewports using grid" 2022-07-25 21:41:42 +00:00
jenkins-bot a32a2cc322 Merge "[Refactor] Split MenuDropdown.less for modern and legacy" 2022-07-25 20:39:05 +00:00
Jan Drewniak 697b5deeda [Refactor] Split MenuDropdown.less for modern and legacy
Splits MenuDropdown styles into modern and legacy styles.

Leaves a common MenuDropdownCheckbox.less file (for lack
of a better name) for common styles related to the checkbox
behaviour and dropdown menu resets.

Adds a new file in common/mixins.less for a shared
dropdown mixin.

Bug: T312157
Change-Id: Ib60b25ea3121843ed5ed54820d6295a81289b332
2022-07-25 20:20:18 +00:00
Translation updater bot 479bcc3958 Localisation updates from https://translatewiki.net.
Change-Id: Ib78b2b6129bd1ef4b4cb005b5d2a34bc93f7530c
2022-07-25 08:43:52 +02:00
Ed Sanders c9a04099d0 Sticky header: Add a link to the 'subject' page when on talk pages
The subject link does not have a consistent ID like the talk link,
so it needs to be computed from the canonical namespace name.

Something similar is done in VE.

Bug: T309424
Change-Id: Ie82ca61aef30204edd09793963b25464febb17fe
2022-07-22 22:24:38 +01:00
jenkins-bot 95ce5900bf Merge "Enable sticky header on article and user talk pages" 2022-07-22 21:16:41 +00:00
bwang 4511b94b21 Update CSS to allow TOC to be collapsed at larger viewports using grid
Test by adding .vector-toc-collapsed class to the body
We use grid only when supported for grade C browsers.

Visual changes:
* Slight changes to position of the button and title
(movement by a pixel or 2)

Bug: T311447
Change-Id: Ib16c7b5b35be66776d013833e29f24f3f5316d9b
2022-07-22 20:59:14 +00:00
Jan Drewniak 34a8bc6690 [Regression] Restore proper watchstar icons in Vector 2022
Wrong watchstar icons were specified when splitting the watchstar
into modern and legacy Vector in 3c0559a7.

Change-Id: Ice369f5d81818b093014cf508c2d4336c66368ed
2022-07-22 15:29:04 -04:00
Clare Ming 1297733a65 Add text to TOC collapsible button label for accessibility.
- Provide message translations.
- Include other TOC message that was missing.

Bug: T310810
Change-Id: Ibd612b48ea3ef3f9f31f4bb5791c0cb82e447ece
2022-07-22 10:45:40 -06:00
Ed Sanders acc4b3c413 Enable sticky header on article and user talk pages
Don't show the talk page link on talk pages themselves.

Bug: T304188
Bug: T309424
Change-Id: I5f4c9373c18d65245416cc3f5b603381abc3de1c
2022-07-22 17:22:24 +01:00
Santhosh Thottingal 40f6c5e29d Show ULS button when article exist only in single language
When the article exist only in one language, currently we do not show
language selector. This prevents showing the entry points to create article
in other languages by various means.

Show the language selector so that options like translate, interlanguage
links, language settings can be shown.

Bug: T275147
Bug: T290436
Depends-On: I42c5d44ec15e291d71723c9738ddb8f0d1cf0b09
Change-Id: I7fb68457c1203d824fe7433c9f272f300a483c44
2022-07-21 16:28:22 -07:00
bwang 2d9585c8e3 Table of contents: Update TOC styles
Visual changes:
* Changes to table of contents text alignment and padding

Bug: T312156
Change-Id: Icfde60d053a786054de6608f2ed4f0b1b5b5b252
2022-07-21 22:30:35 +00:00
jenkins-bot 6ecbd5e970 Merge "Refactor chevron across components + separate watchstar" 2022-07-21 22:01:49 +00:00
Jon Robson 96a12622c2 Define non-standard colors for legacy Vector
Bug: T213778
Change-Id: I7e350c1d6d6c584ce97d210a9d62190a453693c4
2022-07-21 21:31:31 +00:00
Jon Robson 75ffe2eb36 Layout: Release CSS grid
Results in the following visual changes:
- Footer will always span full screen
- The top of the TOC should align with the hr under the page title

Bug: T312241
Change-Id: I3fc9de5900aff441715f004aed786f95b14657a5
2022-07-21 14:15:12 -07:00
jenkins-bot 64f724903e Merge "Remove Table of Contents feature flag" 2022-07-21 20:06:45 +00:00
Volker E 3315b33217 styles: Make external icon indicator size for lo-dpi environments
Using indicator 12x12 canvas, following up Ibd15517f3adf, to cater to
lo-dpi screens.
We've already had that canvas in the original patch, but in the first
new patch left it behind.

Bug: T261391
Change-Id: I05b832a36e89f6d75ab4f620b8db60b6eb578f73
2022-07-21 12:25:29 -07:00
Clare Ming 28732cf4f7 Remove Table of Contents feature flag
- Update related selectors, styles.
- Remove unneeded styles.
- Remove link hijack js.
- Simplify hook to only add experiment name to body.

Bug: T310527
Change-Id: I25527261d529a16e28f1b90f2f5af234d26fd40f
2022-07-21 12:41:39 -06:00
Jan Drewniak 3c0559a71d Refactor chevron across components + separate watchstar
Consolidates the CSS responsible for styling chevrons into one
implementation. This removes the need for custom padding and
background positioning for the following components:

- "more" menu
- user menu
- watchstar
- language button
- languge button in sticky header

Instead of absolutely positioning the chevron on these components,
the parent label element is set to `display: inline-flex` so that
the chevron is vertically aligned and given enough space by default.

The watchstar, although not a chevron, is also given the
`display: inline-flex` treatment so that it can be aligned with
other elements in the toolbar.

This new implementation requires splitting the watchstar
component into legacy and modern due to a quirk in Firefox that
causes a bug with the watchstar in legacy Vector.

NOTE: This change causes visual changes due to the difference in
centering the chevrons via flexbox vs percentage positions.

Bug: T308344, T310838
Change-Id: Ie9e0fce1366cd25a5899fee49770de4a09424fe2
2022-07-21 10:14:21 -04:00
Translation updater bot 66cf502e17 Localisation updates from https://translatewiki.net.
Change-Id: I1819790abbaabd418d477a61919a7f1e4ac043ce
2022-07-21 09:06:58 +02:00
jenkins-bot e83ca244af Merge "styles: Unify on standard external link icon" 2022-07-21 00:07:17 +00:00
jenkins-bot 0bb47ce2e2 Merge "styles: Remove `linear-gradient` hack for non-supported browsers" 2022-07-20 23:40:23 +00:00
jenkins-bot 966975ea2c Merge "styles: Replace IE hack `list-style: none none`" 2022-07-20 23:36:07 +00:00
Volker E d365148f8d styles: Replace IE hack `list-style: none none`
Hack has first been introduced in I7d4b075ac90 more than 4 years ago.
It has been introduced to tackle IE <=8.

Bug: T306486
Bug: T308344
Change-Id: Ie84a177f79d226be98298a42ebfdd447e33a1372
2022-07-20 22:20:15 +00:00
Volker E 46514f2d2e styles: Remove `linear-gradient` hack for non-supported browsers
`linear-gradient` hack was necessary for browsers, that weren't
supporting SVGs.

Bug: T306486
Bug: T308344
Change-Id: Ie61ba7955ece62015436d2aee44a66bacf42e552
2022-07-20 12:40:41 -07:00
jenkins-bot 22969cb39d Merge "styles: Remove IE9 Flexbox fallback" 2022-07-20 16:45:37 +00:00
jenkins-bot 02451be660 Merge "search: Mark App.vue as being compatible with Vue 3" 2022-07-20 16:38:34 +00:00
jenkins-bot caf0221164 Merge "styles: Replace `@top-margin…` with `@margin-top…` variable names" 2022-07-20 16:38:32 +00:00
Volker E 2d0428b02a styles: Remove IE9 Flexbox fallback
IE9 is out of basic supported browsers, so removing this fallback.
Also using “Flexbox” as standard term in comment.

Bug: T306486
Bug: T308344
Change-Id: I6fcb0c4b54fea3d05593ae294c05e046131c93d2
2022-07-20 08:13:00 -07:00
Volker E cffd494107 styles: Unify on standard external link icon
Unify on using standard OOUI 'linkExternal' icon, which is directly
replacing Vector's image without relying on ResourceLoader.
Please note that the icon features standard link color `#36c` which is
implemented in a later step. Due to the small icon size and the fact
that current external link icon is also not using the legacy color, this
seems acceptable to move forward with.

Also using relative `em` instead of `px` to support user text zoom
capabilities and introducing a `@size-indicator` variable to be replaced
by WikimediaUI Base variables later.
Alternative to I49de3bfff45.

Replacing images and image names to make quicker lookup with icon
collection possible future-facing.

Note that CSSJanus is flipping the `ltr` string in the background image
rule to `rtl`, therefore making sure that both icons are available.

Bug: T261391
Change-Id: Ibd15517f3adf06010807901e8fb3299e2046a473
2022-07-20 04:41:14 -07:00
Translation updater bot fce9cfc652 Localisation updates from https://translatewiki.net.
Change-Id: Ia4c23a2bc3e02d00e548aafc185b2d1bdaad04ac
2022-07-20 08:29:59 +02:00
Roan Kattouw 21b9dda2a2 search: Mark App.vue as being compatible with Vue 3
This doesn't change any behavior, it just suppresses a compatibility
warning and ensures that future changes to this file won't introduce
code that relies on Vue 2 compatibility features.

Change-Id: Id15af7d5d5035f59dc8f402f00d8f7f0d73a77f7
2022-07-19 16:23:06 -07:00
Jan Drewniak d709bb5606 Update to 4ab2b1bf: Refactor Vector tabs layout
Removes a height:100% rule that was causing a shift in layout.

Change-Id: I7b29ba201e9937174852ba0d7919fd65e530851f
2022-07-19 17:24:05 -04:00
Volker E 0c7cc69e30 styles: Replace `@top-margin…` with `@margin-top…` variable names
Bug: T313243
Change-Id: Ibdcc50d2a67074bc7b3f28c58baf73ad39db922d
2022-07-19 12:16:28 -07:00
Volker E 048e40d0bf styles: Remove divider image fallbacks for now non-basic support browsers
Removing old PNG divider fallbacks, which were included for IE9, old
Firefox and Chrome browsers and are not mission critical even when not
rendered to unknown browsers.

Bug: T306486
Bug: T308344
Change-Id: I8a6622237a1cbb8116930a12e632329618d5c291
2022-07-19 18:29:09 +00:00
Jan Drewniak 4ab2b1bff1 Refactor Vector tabs layout for reduced size & complexity
Fix for iOS Safari 13 & 14 (T309223):
- Replaces flex-box layout from the top-level #right-navigation
  and #left-navigation tab elements with floats.
  Then for vertical alignment, sets the child <li> elements and
  <a> elements to inline block.

Opportunistic refactor (T308344):
- Moves the font-size rules to top-level #left/right-navigation,
  but leaving them as-is for legacy Vector.
- Removes a (seemingly) unnecessary `display:none` rule from
  Vector 2022, which previously applied to H3 labels in the
  sidebar, which are no longer targeted by the styles in
  MenuTabs.less.
- Removes an unnecessary selector and duplicated rules from
  ArticleToolbar.less

This change fixes a flexbox issue on iOS Safari 13 & 14, but also
reduces the CSS bytesize of the skins.vector.styles module by
0.9kB (uncompressed), from 54.2kB in the previous commit to
53.3kB with this commit.

Expected visual changes:
* The tab underline now overlaps with the toolbar underline, and text
pushed down on certain tabs
* The variant tab is now equally spaced
* Right navigation tabs slightly shifted to the right

Unexpected visual changes:
* More menu shifts to the left [see note at top of commit, will be
fixed in a follow up]

NOTE: this introduces a visual regression in the mobile viewport in that
the more menu.
Given this viewport is still experimental, after talking to Jan
we agreed to address this in a follow-up.

NOTE: Update addresses the reason for revert 5599cf2 and compatibility
with CSS Grid layout by adding a clearfix (display:flow-root)
for #right-navigation and #left-navigation elements inside toolbar.

Bug: T309223
Bug: T308344
Bug: T312212
Change-Id: I1482a81d16c53e0ba1977b0d98ba8c8a21362a6c
2022-07-19 13:26:49 -04:00
jenkins-bot 1ebf8c148d Merge "styles: Use default `border-width` and `border-style` vars" 2022-07-19 16:46:31 +00:00
jenkins-bot f7979192a8 Merge "styles: Apply `@background` var to Sidebar `background`" 2022-07-19 16:45:21 +00:00
jenkins-bot 9f7f292a6f Merge "styles: Rename `border-tabs` to `border-bottom-tabs`" 2022-07-19 16:45:17 +00:00
jenkins-bot 9a177a2f8f Merge "styles: Use mediawiki.skin.variables `transition-duration` vars" 2022-07-19 16:43:32 +00:00
jenkins-bot 22b4e4f31a Merge "styles: Replace distinct color var with standard variable" 2022-07-19 16:43:30 +00:00
jenkins-bot 3c8796ee04 Merge "Search: Use Codex and Vue 3 instead of WVUI and Vue 2." 2022-07-19 15:18:29 +00:00
Volker E 8d21f557c1 styles: Use default `border-width` and `border-style` vars
Bug: T313243
Change-Id: I8e40fbcff3d739318f6a53104128ed52ef8f294f
2022-07-19 05:11:39 -07:00
Volker E fca7726a17 styles: Apply `@background` var to Sidebar `background`
Also de-coupling border and background vars as they are aimed to
be fully replaced by tokens in future.

Bug: T313243
Change-Id: I5b7e46b6d2a0cc6975cb3c760645eaf2d5d30de5
2022-07-19 04:35:09 -07:00
Volker E b62f7fa4dd styles: Rename `border-tabs` to `border-bottom-tabs`
And use `@border-width-base` var.

Bug: T313243
Change-Id: Ic5febd54a6f28ef8998f4278589b08c6e5977d9f
2022-07-19 04:24:33 -07:00
Volker E 026b19925e styles: Use mediawiki.skin.variables `transition-duration` vars
Bug: T313243
Change-Id: Ic592dfe0a8711f33196d84a222ffa1d6214545e8
2022-07-19 04:19:08 -07:00
Translation updater bot d5ce552394 Localisation updates from https://translatewiki.net.
Change-Id: I82330f9f0f1a47e0ffda821057599dceed089cd4
2022-07-19 08:19:22 +02:00
Gergő Tisza bd57c4b851
Allow composer/installers plugin
`composer update --no-interactive` errors out if this flag is not set.
Setting it to true, as that was the status quo before Composer 2.2.

Bug: T298283
Change-Id: I9805e130a0fd8f9871693a08eec9a35194f19e4e
2022-07-18 19:24:19 -07:00
jenkins-bot cfe21914ce Merge "Revert "Refactor Vector tabs layout for reduced size & complexity"" 2022-07-18 23:46:12 +00:00
Jdlrobson 5599cf23af Revert "Refactor Vector tabs layout for reduced size & complexity"
This reverts commit 0c5e6ed9fe.

Reason for revert:  I was so focused on testing the current layout
I forgot to test the more important grid layout, which is being
deployed this week. The "from mediawiki" tagline is overlapping
with the tabs.

Change-Id: I3c53a8d243caf84e5c2766d730ced3d7da345026
2022-07-18 23:28:01 +00:00
jenkins-bot 1721b23ac2 Merge "Refactor Vector tabs layout for reduced size & complexity" 2022-07-18 23:01:07 +00:00
Jan Drewniak 0c5e6ed9fe Refactor Vector tabs layout for reduced size & complexity
NOTE: this introduces a visual regression in the mobile viewport in that
the more menu.
Given this viewport is still experimental, after talking to Jan
we agreed to address this in a follow-up.

Fix for iOS Safari 13 & 14 (T309223):
- Replaces flex-box layout from the top-level #right-navigation
  and #left-navigation tab elements with floats.
  Then for vertical alignment, sets the child <li> elements and
  <a> elements to inline block.

Opportunistic refactor (T308344):
- Moves the font-size rules to top-level #left/right-navigation,
  but leaving them as-is for legacy Vector.
- Removes a (seemingly) unnecessary `display:none` rule from
  Vector 2022, which previously applied to H3 labels in the
  sidebar, which are no longer targeted by the styles in
  MenuTabs.less.
- Removes an unnecessary selector and duplicated rules from
  ArticleToolbar.less

This change fixes a flexbox issue on iOS Safari 13 & 14, but also
reduces the CSS bytesize of the skins.vector.styles module by
0.9kB (uncompressed), from 54.2kB in the previous commit to
53.3kB with this commit.

Expected visual changes:
* The tab underline now overlaps with the toolbar underline, and text
pushed down on certain tabs
* The variant tab is now equally spaced
* Right navigation tabs slightly shifted to the right

Unexpected visual changes:
* More menu shifts to the left [see note at top of commit, will be
fixed in a follow up]

Bug: T309223
Bug: T308344
Bug: T312212
Change-Id: I77f3dd8e8ccfe3a1d9693746106d9783cc0d38b9
2022-07-18 22:34:11 +00:00
jenkins-bot 9cc22f9c7d Merge "Fix config overrides in SkinVectorTest." 2022-07-18 20:42:33 +00:00
Roan Kattouw ce77018b7c Search: Use Codex and Vue 3 instead of WVUI and Vue 2.
[Visual changes]
This should result in 9 visual regression failures relating to
increased height of search results and loading bar

[More details about change]
- Migrate search app from Vue 2 to Vue 3; update tests
  accordingly
- Remove dependence on WVUI and use Codex instead, via the special
  `@wikimedia/codex-search` package
- Update search app to use CdxTypeaheadSearch, which no longer
  takes in props related to the search client or fetch start/end
  instrumentation. Instead, directly use the restSearchClient
  and call fetch start/end events in the search app.
- Handle hideDirection in the search app/API response formatting
  code, not within the TypeaheadSearch component
- Handle showing/hiding the search button in the app
- Move the WVUI URL generator into Vector
- Update server-rendered search box styles to match design updates
  included with CdxTypeaheadSearch
- Replace references to WVUI with references to Codex
- Update values of various LESS variables to match Codex, and update
  searchBox styling to prevent jankiness when the searchBox is replaced
  with the Codex TypeaheadSearch component

The VectorWvuiSearchOptions config variable has been maintained and
will be updated to a code-agnostic name in a future patch.

Bug: T300573
Bug: T302137
Bug: T303558
Bug: T309722
Bug: T310525
Co-Authored-By: Anne Tomasevich <atomasevich@wikimedia.org>
Change-Id: I59fa3a006d988b14ebd8020cbd58e8d7bedbfe01
2022-07-18 12:54:47 -07:00
Volker E d4b205e149 styles: Replace distinct color var with standard variable
To safely looking forward to standard Codex tokens.

Bug: T313243
Change-Id: I3ed5dedab2b5f2edc2b1da13d07e21b77791f08a
2022-07-18 11:17:16 -07:00
Jan Drewniak c9c5c9e5a4 Followup to 33a6fb6 - remove is-title-above-tabs from template
The configuration for this feature was removed, so the conditional
in the skin.mustache template should be removed as well.

Bug: T311773
Change-Id: I6a8e671c5f08d9af73145b900398b185febb3bc7
2022-07-18 10:43:36 -04:00
Translation updater bot c0d752cbe0 Localisation updates from https://translatewiki.net.
Change-Id: I678ccbe7fe725add25b69444d8cf30f7d1092596
2022-07-18 08:17:51 +02:00
daniel bf67540431 Fix config overrides in SkinVectorTest.
Use overrideConfigValues instead of installMockMwServices and setMwGlobals.
This ensures that configuration overrides are handled consistently.

This also fixes a data provider that relied on a service, which causes
the test to fail when not run via the pgpunit wrapper.

Depends-On: I898927717ce961d98617a7fcd9c7fa8e19bec412
Change-Id: I6354fa39e1e9adf4be6eb6b26db82b8f106c593e
2022-07-16 16:05:16 +00:00
Translation updater bot cf3d3b453f Localisation updates from https://translatewiki.net.
Change-Id: I8a640a80e707da91be15407167930726098db3f9
2022-07-15 08:52:00 +02:00
jenkins-bot 3369c7e259 Merge "styles: Remove obsolete variable" 2022-07-14 16:03:45 +00:00
jenkins-bot 3aa6c7baf1 Merge "Move code for adding sticky header class to SkinVector22.php" 2022-07-14 15:22:49 +00:00
Volker E a651d5e86b styles: Remove obsolete variable
Following-up Idf943449b5e4.

Bug: T308344
Change-Id: I06588d42e3e5c95248886df33ddda45d4f1eaf1f
2022-07-14 07:21:12 -07:00
Translation updater bot a15d652b4a Localisation updates from https://translatewiki.net.
Change-Id: I77f415079a652c4e4d11e55a16dfb6badc1d8bc2
2022-07-14 08:50:40 +02:00
Translation updater bot 084956980c Localisation updates from https://translatewiki.net.
Change-Id: I413cf595ccc623aec15cff4096bc688009907fb5
2022-07-13 08:19:42 +02:00
Translation updater bot 1e99e24c96 Localisation updates from https://translatewiki.net.
Change-Id: Ibff5edcec16c47f01adda3b1483211d4ea4bf6dc
2022-07-12 08:17:27 +02:00
jenkins-bot 1be236aa5a Merge "TOC: CSS clean up and spacing fix" 2022-07-11 21:05:05 +00:00
Jon Robson a3905e9acd CSS cleanup: Revise CSS that is no longer needed per FIXME guidelines
Bug: T311773
Bug: T308344
Change-Id: Idf943449b5e4358749be47435b3032215e533353
2022-07-11 15:43:44 +00:00
Ed Sanders e2d70c383e Move code for adding sticky header class to SkinVector22.php
Per the comment at the top of the file, much more of this code
needs to be moved to SkinVector22.php, but this is causing a specific
regression, so can be moved now.

Bug: T312782
Change-Id: Ief7581782f1e4eefc7474cceb81830783dff99a8
2022-07-11 16:11:58 +01:00
Translation updater bot 88b7d9534a Localisation updates from https://translatewiki.net.
Change-Id: I7cd613a6203858a2a2f8846db1c79944ac633a8c
2022-07-11 09:52:34 +02:00
jenkins-bot 4df9e30757 Merge "Restore #siteSub font size" 2022-07-08 21:35:22 +00:00
bwang 42f863a936 TOC: CSS clean up and spacing fix
- Update TOC bottom padding to match spec in T304166.
  Before (30px): https://phabricator.wikimedia.org/F35312302
  After (20px): https://phabricator.wikimedia.org/F35312299
- Rearrange/combine some selectors in TableOfContents.less
- Delete some unnecessary styles/selectors
- Rename variables in TableOfContents.less

Change-Id: Ifffc434dcab4256a0c3ae8faf43a342935b820ff
2022-07-08 19:36:19 +00:00
bwang f0955e8ae3 Restore #siteSub font size
Bug: T311421
Change-Id: I9c6d66f91c071a23e02d646ace143f9605354eae
2022-07-08 19:26:03 +00:00
jenkins-bot ccbfa4c895 Merge "[Storybook] Fixes state of various components" 2022-07-08 19:17:26 +00:00
Jon Robson c8d2c6e460 [Storybook] Fixes state of various components
Change-Id: Icd3fef87485aaa7abc2f10534ccdc8960ef06f1d
2022-07-08 11:36:43 -07:00
Clare Ming c18c9856b5 TOC scrollbar should not fade
Bug: T311436
Change-Id: I50e2d82982515f045596c1a19dd7f9932cde25ef
2022-07-08 13:03:39 -05:00
Translation updater bot 189b953096 Localisation updates from https://translatewiki.net.
Change-Id: Id4cd63a452d170e8fbea05ef8619ff14ddfbc366
2022-07-08 08:54:58 +02:00
Jon Robson 2a4ac3152b Move Vector menu class logic into Menu mustache template
Cleaned 'vector-menu' in SkinVector file, updated
includes/templates/Menu.mustache and includes/templates/legacy/Menu.mustache.

Bug: T290281
Change-Id: I7286fa82abfd437a228b9ac07ac781210d7cd98f
2022-07-07 12:34:23 -05:00
Translation updater bot f9676bda10 Localisation updates from https://translatewiki.net.
Change-Id: Iaed5d20f947ee04a5026f4f4a2494e03fe8fea44
2022-07-07 08:52:58 +02:00
Jon Robson 33a6fb6028 Layout: Title should always be above tabs
**UI CHANGES**
- This change will result in expected UI changes so will flag problems
with Pixel.
- Before merging please confirm Pixel reports 31 passed, 47 failed
- After merging, we should update LocalSettings.php to reset these
changes.

Bug: T310054
Change-Id: Ib35c6bfa5493f7dc81b63c42e7fedb8f1e47226b
2022-07-06 15:25:42 +00:00
jenkins-bot a975f920c4 Merge "Layout: Fixes table of contents alignment issues" 2022-07-06 12:57:18 +00:00
Translation updater bot 31733c9682 Localisation updates from https://translatewiki.net.
Change-Id: I4753d1a33da6fd4bfaaf77cd0987ebe2c3036370
2022-07-06 10:20:20 +02:00
Jon Robson e8130d6628 Layout: Fixes table of contents alignment issues
This patch also adds some grid variables to be reused

Bug: T311793
Change-Id: Ib985e929b5ff013dfe9dcff1d0f33cebc24bbed6
2022-07-05 21:11:47 +00:00
Translation updater bot 43677cfe63 Localisation updates from https://translatewiki.net.
Change-Id: Iac833fc63b1901aaf8e286b8a32b847325b880ba
2022-07-05 08:40:34 +02:00
Translation updater bot 70721d89fd Localisation updates from https://translatewiki.net.
Change-Id: I0631e040519756ba9d88e4de6700bf14e6378973
2022-07-04 08:24:49 +02:00
jenkins-bot 197fab6905 Merge "Remove tablet specific styles for collapsed TOC, and misc CSS clean up" 2022-07-01 17:53:35 +00:00
bwang a84549f243 Remove tablet specific styles for collapsed TOC, and misc CSS clean up
This patch also fixes a regression for non grid layout Vector on tablet viewports when the sidebar and collapsed TOC is open
https://jmp.sh/xZhkU6q

No pixel regressions

Change-Id: Ic371f9b7ddd017af835565834e26a65ad3c2afc8
2022-07-01 15:25:34 +00:00
Jon Robson d8a66f0d49 Layout: Fixes content alignment issues
Bug: T311793
Change-Id: I256750d546e2ab818bca1f153a2b6a675db79a54
2022-07-01 14:54:10 +00:00
Translation updater bot 9ef3149c90 Localisation updates from https://translatewiki.net.
Change-Id: I52e2aa92d0b2e75ea75265bc0ed8e5b183690e20
2022-07-01 08:56:19 +02:00
Jon Robson bcb6ca36ba Layout: Fixes header margin between search and user links
Restore header margin between search and user links, as its
still needed for grid (Fixes F35282398)

Bug: T303484
Change-Id: Ie8cf4adcadff430ebfc675029635e6c22061b238
2022-06-30 16:03:28 -07:00
Jdlrobson e16a8e4775 Revert "Layout: restore sticky toc behavior by adding additional TOC container"
This reverts commit 3a26cc220c.

Reason for revert: Pixel flagged a UI regression relating to this change https://phabricator.wikimedia.org/F35291665

Change-Id: Id0b3d13da7dfbd8a55605e9f1fae157fe45abd2f
2022-06-30 22:53:19 +00:00
bwang 3a26cc220c Layout: restore sticky toc behavior by adding additional TOC container
Fix sticky behavior changed by impacted by e23fc1f

Change-Id: I7ead5e1d5954f772a533e1116f8c55d2d9cfd143
2022-06-30 21:40:14 +00:00
Jon Robson 615181154c Layout: Grid columns are restricted to desktop views
On tablet, where the table of contents is hidden, the
sidebar should take up the full screen when open.

Fixes Pixel regression
MediaWiki_Test_vector-2022_sidebar-open_0_html_1_tablet.png

Bug: T303484
Change-Id: Ie0aa9f661a652e137d691a1fa4b05e69f0c5f8ab
2022-06-30 20:30:20 +00:00
bwang e23fc1fe11 Grid: fix footer styles
Fixes https://phabricator.wikimedia.org/F35289862

Change-Id: If14bfb357d077ebd3886ce7290f0d46d19588dc6
2022-06-30 13:34:25 -05:00
jenkins-bot 9d7b62b85d Merge "Layout: Use sibling selectors rather than adjacent sibling" 2022-06-30 15:10:58 +00:00
Jon Robson 79403a87e3 Fixes Content sub unreadable in Vector 22
Bug: T311564
Change-Id: Id9c3693796a197f4cacf6fee902b553ba077dc71
2022-06-30 00:52:24 +00:00
Jon Robson 9ac4fbb165 Layout: Use sibling selectors rather than adjacent sibling
Fixes MediaWiki_Main_Page_vector-2022_0_viewport_1_tablet.png
UI regression

Additional change:
- Remove inactive selector - nothing matches this media query

Bug: T303484
Change-Id: I25a21ed54189dd1ca371a0755eb4d726b20f965f
2022-06-29 23:12:42 +00:00
bwang 73ecf0f4f3 Refactor some max-width media queries to use min width
Bug: T310536
Change-Id: I900c2446b64533775b37d6e0a0ce781ab0ff890a
2022-06-29 18:09:19 +00:00
jenkins-bot e952a051c3 Merge "Cleanup ArticleToolbar grid styles" 2022-06-29 17:34:00 +00:00
bwang fabd2d6579 Cleanup ArticleToolbar grid styles
Change-Id: I0a0444cbbd460340b7bf000535d4cca252e58f2f
2022-06-29 11:19:38 -05:00
Jon Robson 257430ec13 Layout: Fix footer margin
Since CSS grid uses row-gap we need to decrease
the margin we used in the legacy layout to keep these
the same

Bug: T303484
Change-Id: Ib28f0d5ee0afbb809591c99ef18cd3cbecf1f800
2022-06-29 08:33:36 -07:00
jenkins-bot 80bcd7fef3 Merge "Grid: Add table of contents to grid" 2022-06-29 15:16:42 +00:00
Translation updater bot 17cf0d78df Localisation updates from https://translatewiki.net.
Change-Id: I3286dcf13e223c53a5d17d8c91b439f2642cace5
2022-06-29 08:36:56 +02:00
Jon Robson 11618b5d81 Grid: Add table of contents to grid
Bug: T303484
Change-Id: Ic854b34b739b59e2d1efd864a711c961548f079f
2022-06-29 00:00:06 +00:00
bwang 8a88f61e89 Introduce media query breakpoint variables and replace all media query usage with new variables
Pixel shows 15 regressions, these are expected changes that are
fixing issues on specific viewports that fixes the following:

[At exactly the tablet breakpoint]
* the more menu dropdown was being
shown at the same time as the other menu items, resulting in duplicates
(see https://phabricator.wikimedia.org/F35285379)

[At exactly the desktop breakpoint]
* The table of contents AND the
table of contents toggle button to the left of the title were showing
(see https://phabricator.wikimedia.org/F35285392)
* The sticky header was not showing
* The fly out table of contents was showing instead of the sidebar
table of contents on scroll
* The top of the sidebar is brought into alignment with the tabs
(see https://phabricator.wikimedia.org/F35285408)

Bug: T310536
Change-Id: I6e870a032c8ba4ec003d00ff3f91732aaa2f38b0
2022-06-28 23:19:52 +00:00
bwang 4ab798441e Refactor SkinVector to use Hooks::updateMenuItems code to process menu data
SkinVector and Hooks both had code to add classes and handle Vector specific template data. This patch simplifies the way we handle menu data to always use Hooks:updateMenuItem. This has an additional side effect of removing instances of mw-ui-icon-before.

Bug: T306628
Change-Id: I73514a0eada4d92705b70e7c2ebd91092fc12544
2022-06-28 21:53:51 +00:00
jenkins-bot f83e53d8a4 Merge "Layout: Align content with hamburger icon" 2022-06-28 18:16:28 +00:00
Translation updater bot 0ab849a4d3 Localisation updates from https://translatewiki.net.
Change-Id: I7fd113437aa392307fcacdc96ebde3fee872abfe
2022-06-28 08:42:54 +02:00
Jon Robson 82f0433a11 Layout: Align content with hamburger icon
Content should always be aligned with the hamburger icon in the
new design between the tablet and desktop breakpoints.

Fixes: F35282438

Bug: T303484
Change-Id: I15215703d6392cd69ec57212d25c9a52149a6ac0
2022-06-28 00:07:34 +00:00
313 changed files with 8116 additions and 30144 deletions

View File

@ -8,6 +8,9 @@
"env": {
"browser": true
},
"globals": {
"exports": true
},
"parserOptions": {
"sourceType": "module"
},

View File

@ -22,3 +22,7 @@ ul {
.printfooter {
display: none;
}
.vector-storybook-example-table tr {
vertical-align: top;
}

View File

@ -83,6 +83,10 @@
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Euser avatar%3C/title%3E%3Cpath d='M10 11c-5.92 0-8 3-8 5v3h16v-3c0-2-2.08-5-8-5z'/%3E%3Ccircle cx='10' cy='5.5' r='4.5'/%3E%3C/svg%3E");
}
.mw-ui-icon-wikimedia-watchlist:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E watchlist %3C/title%3E%3Cpath d='M1 3h16v2H1V3Zm0 6h6v2H1V9Zm0 6h8v2H1v-2Zm8-4.24h3.85L14.5 7l1.65 3.76H20l-3 3.17.9 4.05-3.4-2.14L11.1 18l.9-4.05-3-3.19Z'/%3E%3C/svg%3E")
}
.vector-user-menu-legacy #pt-anonuserpage,
.vector-user-menu-legacy #pt-tmpuserpage,
.vector-user-menu-legacy #pt-userpage a {

View File

@ -54,5 +54,10 @@
"test:size": "phpunit -c ../../phpunit.xml.dist tests/phpunit/structure/BundleSizeTest.php --verbose",
"phan": "phan -d . --long-progress-bar",
"phpcs": "phpcs -sp --cache"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}

15
i18n/acm.json Normal file
View File

@ -0,0 +1,15 @@
{
"@metadata": {
"authors": [
"Ahmedadeljaff"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 لغـة|$1 لغـات}}",
"vector-action-addsection": "شارك مقالة",
"vector-view-create": "سوي",
"vector-view-edit": "تعديل",
"vector-view-history": "شوف التاريخ",
"vector-view-view": "اقرأ",
"vector-more-actions": "بعد",
"vector-searchsuggest-containing": "بحث عن صفحات تحوي <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,10 +1,14 @@
{
"@metadata": {
"authors": [
"Amire80",
"Byeboer",
"Naudefj"
"Naudefj",
"Rooiratel"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 taal|$1 tale}}",
"vector-no-language-button-label": "Voeg tale by",
"vector-action-addsection": "Nuwe onderwerp",
"vector-action-delete": "Skrap",
"vector-action-move": "Skuif",
@ -16,5 +20,11 @@
"vector-view-history": "Wys geskiedenis",
"vector-view-view": "Lees",
"vector-view-viewsource": "Wys bronteks",
"vector-more-actions": "Meer"
"vector-more-actions": "Meer",
"vector-searchsuggest-containing": "Soek vir bladsye wat <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> bevat",
"vector-toc-heading": "Inhoud",
"vector-toc-toggle-position-title": "versteek",
"vector-toc-beginning": "Begin",
"vector-toc-menu-tooltip": "Inhoudsopgawe",
"vector-toc-collapsible-button-label": "Wissel die inhoudsopgawe"
}

View File

@ -2,6 +2,7 @@
"@metadata": {
"authors": [
"Akamycoco",
"Amire80",
"Vickylin77s"
]
},
@ -9,10 +10,10 @@
"vector-action-delete": "masopitay to",
"vector-action-move": "malinah",
"vector-action-protect": "midipot",
"vector-view-create": " misanga",
"vector-view-create": "misanga",
"vector-view-edit": "misinanot",
"vector-view-history": " misongila a minengneng to likisi",
"vector-view-view": " miasip",
"vector-view-history": "misongila a minengneng to likisi",
"vector-view-view": "miasip",
"vector-view-viewsource": "misongila a minengneng to yin-se-ma",
"vector-more-actions": "matongal ko adihay"
}

View File

@ -14,5 +14,6 @@
"vector-view-edit": "संपादन करौ",
"vector-view-history": "इतिहास देखौ",
"vector-view-view": "पढ़ौ",
"vector-more-actions": "आरू जादा"
"vector-more-actions": "आरू जादा",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> सँ युक्त पन्ना खोजौ"
}

View File

@ -2,6 +2,7 @@
"@metadata": {
"authors": [
"Abanima",
"Amire80",
"Bachounda",
"Beginneruser",
"Calak",
@ -34,6 +35,8 @@
"vector-languages": "لغات",
"vector-language-button-aria-label": "{{GENDER:|اذهب|اذهبي}} إلى المقالة في لغةٍ أخرى. مُتاحة في {{PLURAL:$1|لا لغة|لغة واحدة|لغتين|$1 لغات|$1 لغة}}",
"vector-language-button-label": "{{PLURAL:$1|$1 لغة|$1 لغات}}",
"vector-no-language-button-label": "أضف لغات",
"vector-no-language-button-aria-label": "هذه المقالة تتواجد فقط في هذه اللغة. أضفها إلى اللغات الأخرى.",
"vector-language-redirect-to-top": "في نسخة {{SITENAME}} هذه، وصلات اللغات موجودة في الزاوية العليا اليسرى بجانب العنوان. [[#p-lang-btn|انتقل إلى الأعلى]].",
"vector-language-variant-switcher-label": "غيّر لهجة اللغة",
"vector-action-addsection": "أضف موضوعًا",
@ -52,9 +55,11 @@
"vector-jumptocontent": "انتقل إلى المحتوى",
"vector-more-actions": "المزيد",
"vector-search-loader": "تحميل اقتراحات البحث",
"vector-searchsuggest-containing": "ابحث عن صفحات تحتوي <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "ابحث عن صفحات تحتوي <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "ويكيبيديا:مقدمة",
"vector-toc-heading": "المحتويات",
"vector-toc-toggle-position-sidebar": "انقل للشريط الجانبي",
"vector-toc-toggle-position-title": "أخف",
"vector-toc-beginning": "المقدمة",
"vector-toc-toggle-button-label": "ثبِّت القسم الفرعي $1",
"vector-anon-user-menu-pages": "صفحات للمحررين الذين سجَّلوا خروجهم",
@ -62,7 +67,8 @@
"vector-anon-user-menu-pages-label": "تعلَّم المزيد بخصوص التحرير",
"vector-main-menu-tooltip": "القائمة الرئيسة",
"vector-toc-menu-tooltip": "جدول المحتويات",
"vector-article-tools-nav-label": "أدوات المقالة",
"vector-toc-collapsible-button-label": "تبديل عرض جدول المحتويات",
"vector-site-nav-label": "الموقع",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|نقاش]]",
"tooltip-vector-anon-user-menu-title": "المزيد من الخيارات"
}

View File

@ -18,5 +18,6 @@
"vector-view-history": "Pengepe tukulpan",
"vector-view-view": "Chillkatun",
"vector-view-viewsource": "Kimam chew küpan chi wirin",
"vector-more-actions": "Zoy"
"vector-more-actions": "Zoy",
"vector-searchsuggest-containing": "Kintun kom tapülh nielu <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -2,6 +2,7 @@
"@metadata": {
"authors": [
"Abdeaitali",
"Amire80",
"Enzoreg",
"Reda Benkhadra",
"SADI9I",
@ -23,5 +24,5 @@
"vector-view-view": "قرا",
"vector-view-viewsource": "شوف لمصدر",
"vector-more-actions": "كتر",
"vector-searchsuggest-containing": "قلب علا صفاحي فيهم <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>"
"vector-searchsuggest-containing": "قلب علا صفاحي فيهم <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Bishnu Saikia",
"Chaipau",
"Gitartha.bordoloi",
@ -17,10 +18,12 @@
"vector-opt-out-tooltip": "আৱৰণৰ পুৰণি ৰূপলৈ ঘূৰি যাবলৈ আপোনাৰ ছেটিংছ সলনি কৰক (পুৰণা ভেক্টৰ)",
"vector.css": "/* ভেক্টৰ আৱৰণৰ ব্যৱহাৰকাৰীসকলৰ বাবে ইয়াত সকলো CSS লোড কৰা হ'ব */",
"vector.js": "/* ভেক্টৰ আৱৰণৰ ব্যৱহাৰকাৰীসকলৰ বাবে ইয়াত সকলো জাভাস্ক্ৰিপ্ট লোড কৰা হ'ব */",
"vector-action-toggle-sidebar": "পাৰ্শ্বদণ্ড টগল কৰক",
"vector-action-toggle-sidebar": "পাৰ্শ্বদণ্ড টগ'ল কৰক",
"vector-languages": "ভাষা",
"vector-language-button-aria-label": "অন্য এটা ভাষাৰ প্ৰবন্ধলৈ যাওক। {{PLURAL:$1|$1টা ভাষাত}} উপলব্ধ।",
"vector-language-button-label": "{{PLURAL:$1|$1টা ভাষা}}",
"vector-no-language-button-label": "ভাষা যোগ কৰক",
"vector-no-language-button-aria-label": "এই প্ৰবন্ধটো কেৱল এই ভাষাতহে আছে। অন্য ভাষাত প্ৰবন্ধটো যোগ কৰক",
"vector-language-redirect-to-top": "এই {{SITENAME}}ত ভাষাৰ সংযোগসমূহ প্ৰবন্ধৰ শিৰোনামৰ কাষত পৃষ্ঠাৰ ওপৰত আছে। [[#p-lang-btn|ওপৰলৈ যাওক]]।",
"vector-language-variant-switcher-label": "ভাষাৰ প্ৰকাৰ সলনি কৰক",
"vector-action-addsection": "বিষয় যোগ",
@ -39,17 +42,19 @@
"vector-jumptocontent": "সমললৈ যাওক",
"vector-more-actions": "অধিক",
"vector-search-loader": "সন্ধান পৰামৰ্শ লোড কৰা হৈছে",
"vector-searchsuggest-containing": "<strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> থকা পৃষ্ঠাসমূহ সন্ধান কৰক",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> থকা পৃষ্ঠাসমূহ সন্ধান কৰক",
"vector-intro-page": "Help:পৰিচয়",
"vector-toc-heading": "সূচী",
"vector-toc-toggle-position-sidebar": "পাৰ্শ্বদণ্ডলৈ যাওক",
"vector-toc-toggle-position-title": "লুকুৱাওক",
"vector-toc-beginning": "পাতনি",
"vector-toc-toggle-button-label": "$1 উপ-অনুচ্ছেদ টগল কৰক",
"vector-toc-toggle-button-label": "$1 উপ-অনুচ্ছেদ টগ'ল কৰক",
"vector-anon-user-menu-pages": "লগ-আউট কৰা সদস্যৰ বাবে পৃষ্ঠাসমূহ",
"vector-anon-user-menu-pages-learn": "অধিক শিকক",
"vector-anon-user-menu-pages-label": "সম্পাদনাৰ বিষয়ে অধিক জানক",
"vector-main-menu-tooltip": "মুখ্য মেনু",
"vector-toc-menu-tooltip": "সূচীপত্ৰ",
"vector-article-tools-nav-label": "সঁজুলি",
"vector-toc-collapsible-button-label": "সূচীপত্ৰ টগ'ল কৰক",
"vector-site-nav-label": "ছাইট",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|আলোচনা]]",
"tooltip-vector-anon-user-menu-title": "অধিক বিকল্প"

View File

@ -2,6 +2,7 @@
"@metadata": {
"authors": [
"Esbardu",
"Tokvo",
"Xuacu"
]
},
@ -10,6 +11,7 @@
"prefs-vector-enable-vector-1-label": "Utilizar versión anticuada de Vector",
"vector.css": "/* Los CSS allugaos equí afeutarán a los usuarios del aspeutu Vector */",
"vector.js": "/* Cualesquier JavaScript que tea equí se cargará pa los usuarios del aspeutu Vector */",
"vector-language-button-label": "{{PLURAL:$1|$1 llingua|$1 llingües}}",
"vector-action-addsection": "Amestar seición",
"vector-action-delete": "Desaniciar",
"vector-action-move": "Treslladar",

View File

@ -6,6 +6,7 @@
"Gulmammad",
"NMW03",
"Sortilegus",
"Toghrul Rahimli",
"Vago",
"Vugar 1981",
"Wertuose"
@ -18,6 +19,8 @@
"vector.css": "/* Burada yerləşən CSS Vector istifadəçilərinə tətbiq olunur */",
"vector.js": "/* Burada Vector skin istifadəçiləri üçün istənilən JavaScript yüklənəcək */",
"vector-language-button-label": "{{PLURAL:$1|$1 dildə|$1 dildə}}",
"vector-no-language-button-label": "Dil əlavə et",
"vector-language-redirect-to-top": "Bu {{SITENAME}} layihəsində dil keçidləri məqalənin başlıq hissəsində verilmişdir. [[#p-lang-btn|Yuxarı get]].",
"vector-action-addsection": "Mövzu əlavə et",
"vector-action-delete": "Sil",
"vector-action-move": "Adını dəyiş",
@ -30,5 +33,11 @@
"vector-view-view": "Oxu",
"vector-view-viewsource": "Mənbəyə bax",
"vector-more-actions": "Daha çox",
"vector-search-loader": "Axtarış təklifləri yüklənir"
"vector-search-loader": "Axtarış təklifləri yüklənir",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> ehtiva edən səhifələri axtar",
"vector-toc-heading": "Mündəricat",
"vector-toc-toggle-position-sidebar": "yan panelə keçir",
"vector-toc-toggle-position-title": "gizlə",
"vector-toc-beginning": "Giriş",
"vector-toc-toggle-button-label": "$1 alt bölməsini göstər/gizlə"
}

View File

@ -2,6 +2,7 @@
"@metadata": {
"authors": [
"Adi Mayndra",
"Amire80",
"BASAbali",
"Carma citrawati",
"Chinamoonroll",
@ -29,6 +30,6 @@
"vector-jumptocontent": "Cebur nuju daging",
"vector-more-actions": "Lianan",
"vector-search-loader": "Ngamuat saran parerehan",
"vector-searchsuggest-containing": "Selehin kaca sané madaging <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Selehin kaca sané madaging <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-anon-user-menu-pages-learn": "pelajahin malih"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Kjeanclaude"
]
},
@ -14,5 +15,5 @@
"vector-view-history": "Nian laa sa",
"vector-view-view": "Kanngan",
"vector-more-actions": "Ouflè ékun",
"vector-searchsuggest-containing": "Kounndè floué boué moun nga liké nga wo noun: <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>"
"vector-searchsuggest-containing": "Kounndè floué boué moun nga liké nga wo noun: <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,9 +1,11 @@
{
"@metadata": {
"authors": [
"Amire80",
"Daramlagon",
"Filipinayzd",
"Geopoet",
"Kunokuno",
"ShimunUfesoj"
]
},
@ -19,5 +21,6 @@
"vector-view-history": "Hilingon an kasaysayan",
"vector-view-view": "Basahon",
"vector-view-viewsource": "Hilingón an ginikánan",
"vector-more-actions": "Labi pa"
"vector-more-actions": "Labi pa",
"vector-searchsuggest-containing": "Maghanap nin mga pahinang igwang <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -34,5 +34,6 @@
"vector-view-viewsource": "Паказаць крыніцу",
"vector-jumptonavigation": "Перайсьці да навігацыі",
"vector-jumptosearch": "Перайсьці да пошуку",
"vector-more-actions": "Болей"
"vector-more-actions": "Болей",
"vector-searchsuggest-containing": "Пошук старонак, якія маюць <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,8 +1,10 @@
{
"@metadata": {
"authors": [
"Amire80",
"Artsiom91",
"Chadyka",
"Kareyac",
"Mikalai Udodau",
"No Sleep till Krupki",
"Tomato Cream",
@ -19,7 +21,9 @@
"vector-action-toggle-sidebar": "Пераключыць бакавую панэль",
"vector-languages": "Мовы",
"vector-language-button-aria-label": "Перайсці да артыкула на іншай мове. Даступны на $1 {{PLURAL:$1|мове|мовах}}.",
"vector-language-button-label": "{{PLURAL:$1|$1 мова|$1 моваў}}",
"vector-language-button-label": "{{PLURAL:$1|$1 мова|$1 мовы|$1 моваў}}",
"vector-no-language-button-label": "Дадаць мовы",
"vector-no-language-button-aria-label": "Гэты артыкул ёсць толькі на гэтай мове. Дадайце артыкул для іншых моў",
"vector-language-redirect-to-top": "У гэтай пляцоўцы {{SITENAME}} моўныя спасылкі знаходзяцца ўверсе старонкі насупраць загалоўка артыкула. [[#p-lang-btn|Перайсці ўверх]].",
"vector-language-variant-switcher-label": "Зменіць моўны варыянт",
"vector-action-addsection": "Дадаць тэму",
@ -38,9 +42,11 @@
"vector-jumptocontent": "Перайсці да зместу",
"vector-more-actions": "Яшчэ",
"vector-search-loader": "Загрузка прапановаў пошуку",
"vector-searchsuggest-containing": "Шукаць старонкі, якія змяшчаюць <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Шукаць старонкі, якія змяшчаюць <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Даведка",
"vector-toc-heading": "Змест",
"vector-toc-toggle-position-sidebar": "перанесці да бакавой панэлі",
"vector-toc-toggle-position-title": "схаваць",
"vector-toc-beginning": "Пачатак",
"vector-toc-toggle-button-label": "Змяніць стан падраздзелу $1",
"vector-anon-user-menu-pages": "Старонкі для ананімных рэдактараў",
@ -48,7 +54,7 @@
"vector-anon-user-menu-pages-label": "Даведацца больш пра праўку",
"vector-main-menu-tooltip": "Галоўнае меню",
"vector-toc-menu-tooltip": "Змест",
"vector-article-tools-nav-label": "Інструменты",
"vector-toc-collapsible-button-label": "Пераключыць змест",
"vector-site-nav-label": "Праект",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Размова]]",
"tooltip-vector-anon-user-menu-title": "Больш магчымасцей"

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Borislav",
"DCLXVI",
"ShockD",
@ -28,5 +29,5 @@
"vector-jumptosearch": "Направо към търсенето",
"vector-jumptocontent": "Направо към съдържанието",
"vector-more-actions": "Още",
"vector-searchsuggest-containing": "Търсене на страници съдържащи <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>"
"vector-searchsuggest-containing": "Търсене на страници съдържащи <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Ezagren",
"J Subhi",
"Mnam23"
@ -17,7 +18,9 @@
"vector-view-edit": "Babak",
"vector-view-history": "Janaki riwayat",
"vector-view-view": "Baca",
"vector-view-viewsource": "Tiringi asal mula",
"vector-view-viewsource": "Janaki asal-mulanya",
"vector-more-actions": "Lainnya",
"vector-searchsuggest-containing": "Gagai laman nang baisi <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>"
"vector-searchsuggest-containing": "Gagai laman nang baisi <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-anon-user-menu-pages-learn": "palajari labih lanjut",
"vector-anon-user-menu-pages-label": "Palajari labih lanjut pasal mambabak"
}

View File

@ -14,7 +14,7 @@
"vector-action-protect": "ရဲးကမ်းသွော့",
"vector-action-undelete": "ယားကုဲင်တဝ်းဒုမ်",
"vector-action-unprotect": "ပြောင်ꩻလုဲင်ႏ အရဲးအကမ်း",
"vector-view-create": "တဲမ်းစတာႏ",
"vector-view-create": "ဖန်ဆင်ꩻ",
"vector-view-edit": "မွဉ်းဖျင်",
"vector-view-history": "ထွားရာႏဇာႏဝင်ႏ",
"vector-view-view": "ဟော်ꩻ",

View File

@ -3,6 +3,7 @@
"authors": [
"Aftab1995",
"Aftabuzzaman",
"Amire80",
"Bellayet",
"Leemon2010",
"Nasir8891",
@ -10,6 +11,7 @@
"Tauhid16",
"Wikitanvir",
"Yahya",
"আজিজ",
"আফতাবুজ্জামান"
]
},
@ -27,6 +29,8 @@
"vector-languages": "ভাষা",
"vector-language-button-aria-label": "অন্য ভাষার একটি নিবন্ধে যান। {{PLURAL:$1|$1টি ভাষায়}} উপলব্ধ রয়েছে।",
"vector-language-button-label": "{{PLURAL:$1|$1টি ভাষা}}",
"vector-no-language-button-label": "ভাষা যোগ করুন",
"vector-no-language-button-aria-label": "এই নিবন্ধটি শুধুমাত্র এই ভাষায় বিদ্যমান। অন্যান্য ভাষার জন্য নিবন্ধ যোগ করুন",
"vector-language-redirect-to-top": "এই উইকিতে, ভাষার লিঙ্কগুলি পাতার উপরের দিকে নিবন্ধের শিরোনামের পাশে রয়েছে। [[#p-lang-btn|উপরে চলুন]]।",
"vector-language-variant-switcher-label": "ভাষার রূপভেদ পরিবর্তন করুন",
"vector-action-addsection": "আলোচনা যোগ করুন",
@ -45,15 +49,19 @@
"vector-jumptocontent": "বিষয়বস্তুতে চলুন",
"vector-more-actions": "আরও",
"vector-search-loader": "অনুসন্ধানের পরামর্শ লোড করা হচ্ছে",
"vector-searchsuggest-containing": "<strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> থাকা পাতাগুলিতে অনুসন্ধান করুন",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> থাকা পাতাগুলিতে অনুসন্ধান করুন",
"vector-intro-page": "Help:ভূমিকা",
"vector-toc-heading": "পরিচ্ছেদসমূহ",
"vector-toc-toggle-position-sidebar": "পার্শ্বদণ্ডে নিন",
"vector-toc-toggle-position-title": "লুকান",
"vector-toc-beginning": "শুরু",
"vector-toc-toggle-button-label": "$1 উপঅনুচ্ছেদ টগল করুন",
"vector-anon-user-menu-pages": "অনিবন্ধিত সম্পাদকের জন্য পাতা",
"vector-anon-user-menu-pages-learn": "আরও জানুন",
"vector-anon-user-menu-pages-label": "সম্পাদনা করা সম্পর্কে আরও জানুন",
"vector-main-menu-tooltip": "প্রধান মেনু",
"vector-article-tools-nav-label": "সরঞ্জাম",
"vector-toc-menu-tooltip": "সূচিপত্র",
"vector-toc-collapsible-button-label": "সূচিপত্র টগল করুন",
"vector-site-nav-label": "সাইট",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|আলোচনা]]",
"tooltip-vector-anon-user-menu-title": "আরও বিকল্প"

View File

@ -2,23 +2,28 @@
"@metadata": {
"authors": [
"Adriendelucca",
"Amire80",
"Fulup",
"Huñvreüs",
"Y-M D"
]
},
"skinname-vector": "Vektor",
"vector-skin-desc": "Pourchas a ra 2 wiskadur Vektor:\n* 2011 - Stumm modern MonoBook freskaet e dres hag enni meur a wellaenn implijout\n* 2022 - Vektor aozet evel perzh eus raktres [[mw:Desktop Improvements|Gwellaat ar burev]] ar WMF.",
"skinname-vector": "Vektor mod kozh (2010)",
"skinname-vector-2022": "Vektor (2022)",
"vector-specialversion-name": "Vektor",
"vector-skin-desc": "Pourchas a ra 2 wiskadur Vektor:\n* 2011 - Stumm modern MonoBook freskaet e dres hag ennañ meur a wellaenn implijout\n* 2022 - Vektor aozet evel perzh eus raktres [[mw:Desktop Improvements|Gwellaat ar burev]] ar WMF.",
"prefs-vector-enable-vector-1-label": "Ober gant stumm kozh Vektor",
"prefs-vector-enable-vector-1-help": "E-pad ar bloavezhioù a zeu e vo nevesaet ar gwiskadur Vektor tamm-ha-tamm. Gant stumm kozh Vektor e chelloch gwelout stumm Vektor eus miz Du 2019. Evit gouzout hiroch diwar-benn an nevesaat, kit da [[mw:Reading/Web/Desktop_Improvements|bajenn ar raktres]].",
"vector-opt-out": "Distreiñ d'an tres kozh",
"vector-opt-out-tooltip": "Kemmañ hoc'h arventennoù evit distreiñ da dres kozh ar gwiskadur (Vector istorel)",
"vector.css": "/* Talvezout a raio ar CSS lakaet amañ evit implijerien ar gwiskadur Vektor */",
"vector.js": "/* Kement JavaScript amañ a vo karget evit an implijerien a ra gant ar gwiskadur Vektor */",
"vector.css": "/* Kement CSS a zo amañ a vo karget evit implijerien ar gwiskadur Vektor */",
"vector.js": "/* Kement JavaScript a zo amañ a vo karget evit implijerien ar gwiskadur Vektor */",
"vector-action-toggle-sidebar": "Diskwel/kuzhat ar varrenn gostez",
"vector-languages": "Yezhoù",
"vector-language-button-aria-label": "Mont dur pennad en ur yezh all. {{PLURAL:$1|$1 yezh}} a zo.",
"vector-language-button-label": "{{PLURAL:$1|$1 yezh|$1 yezhoù}}",
"vector-language-button-label": "{{PLURAL:$1|$1 yezh}}",
"vector-no-language-button-label": "Ouzhpennañ yezhoù",
"vector-no-language-button-aria-label": "Neus eus ar pennad-mañ nemet er yezh-mañ. Ouzhpennit ar pennad e yezhoù all.",
"vector-language-redirect-to-top": "Er {{SITENAME}}-mañ emañ al liammoù yezh e deroù ar bajenn en tu all da ditl ar pennad. [[#p-lang-btn|Mont dan deroù]].",
"vector-language-variant-switcher-label": "Kemmañ adstumm yezh",
"vector-action-addsection": "Rannbennad nevez",
@ -26,7 +31,7 @@
"vector-action-move": "Adenvel",
"vector-action-protect": "Gwareziñ",
"vector-action-undelete": "Diziverkañ",
"vector-action-unprotect": "Cheñch gwarez",
"vector-action-unprotect": "Kemmañ ar gwarez",
"vector-view-create": "Krouiñ",
"vector-view-edit": "Kemmañ",
"vector-view-history": "Gwelet an istor",
@ -37,17 +42,20 @@
"vector-jumptocontent": "Mont dan endalchad",
"vector-more-actions": "Muioc'h",
"vector-search-loader": "O kargañ alioù klask",
"vector-searchsuggest-containing": "Klask pajennoù a zo <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> enno",
"vector-searchsuggest-containing": "Klask pajennoù a zo <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> enno",
"vector-intro-page": "Help:Introduction",
"vector-toc-heading": "Taolenn",
"vector-toc-toggle-position-sidebar": "mont dar varrenn gostez",
"vector-toc-toggle-position-title": "kuzhat",
"vector-toc-beginning": "Deroù",
"vector-toc-toggle-button-label": "Diskwel/kuzhat isrann $1",
"vector-anon-user-menu-pages": "Pajennoù evit implijerien digevreet",
"vector-anon-user-menu-pages-learn": "Gouzout hiroc'h",
"vector-anon-user-menu-pages-learn": "gouzout hiroc'h",
"vector-anon-user-menu-pages-label": "Gouzout hiroch a-zivout degas kemmoù",
"vector-main-menu-tooltip": "Lañser pennañ",
"vector-article-tools-nav-label": "Ostilhoù",
"vector-toc-menu-tooltip": "Taolenn",
"vector-toc-collapsible-button-label": "Gwintañ an daolenn",
"vector-site-nav-label": "Lec'hienn",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Kaozeadenn]]",
"tooltip-vector-anon-user-menu-title": "Muioc'h a zibarzhioù"
"tooltip-vector-anon-user-menu-title": "Muioc'h a zibaboù"
}

View File

@ -3,6 +3,7 @@
"authors": [
"Abella",
"Aleator",
"Amire80",
"Anskar",
"Calak",
"Fitoschido",
@ -24,6 +25,7 @@
"vector-languages": "Llengües",
"vector-language-button-aria-label": "Vés a un article en una altra llengua. Disponible en {{PLURAL:$1|$1 llengua|$1 llengües}}",
"vector-language-button-label": "{{PLURAL:$1|$1 llengua|$1 llengües}}",
"vector-no-language-button-label": "Afegeix llengües",
"vector-language-redirect-to-top": "En aquest projecte {{SITENAME}}, els enllaços de llengua són a dalt de la pàgina a l'altre costat del títol. [[#p-lang-btn|Vés a dalt]].",
"vector-language-variant-switcher-label": "Canvia la variant de llengua",
"vector-action-addsection": "Afegeix un tema",
@ -42,8 +44,8 @@
"vector-jumptocontent": "Vés al contingut",
"vector-more-actions": "Més",
"vector-search-loader": "Carregant els suggeriments de cerca",
"vector-searchsuggest-containing": "Cerca les pàgines que continguin <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-intro-page": "Project:Introducció",
"vector-searchsuggest-containing": "Cerca les pàgines que continguin <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Introducció",
"vector-toc-heading": "Contingut",
"vector-toc-beginning": "Inici",
"vector-toc-toggle-button-label": "Commuta la subsecció $1",
@ -51,5 +53,8 @@
"vector-anon-user-menu-pages-learn": "més informació",
"vector-anon-user-menu-pages-label": "Vegeu més informació sobre l'edició",
"vector-main-menu-tooltip": "Menú principal",
"vector-toc-menu-tooltip": "Taula de continguts",
"vector-site-nav-label": "Lloc",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Discussió]]",
"tooltip-vector-anon-user-menu-title": "Més opcions"
}

View File

@ -28,7 +28,7 @@
"vector-view-edit": "Нисйе бӀаьра",
"vector-view-history": "АгӀонан хийцамаш",
"vector-view-view": "Йеша",
"vector-view-viewsource": "Билглонашка хьажа",
"vector-view-viewsource": "Коде хьажар",
"vector-jumptonavigation": "Навигацин тӀегӀо",
"vector-jumptosearch": "Лахарна тӀегӀо",
"vector-jumptocontent": "Чулацаман тӀегӀо",
@ -40,7 +40,6 @@
"vector-anon-user-menu-pages-learn": "совнаха хаа",
"vector-anon-user-menu-pages-label": "Хийцамашбарах мадарра",
"vector-main-menu-tooltip": "Коьрта меню",
"vector-article-tools-nav-label": "ГӀирсаш",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Дискусси]]",
"tooltip-vector-anon-user-menu-title": "Дукха таронаш"
}

View File

@ -1,10 +1,19 @@
{
"@metadata": {
"authors": [
"ChoiChong"
"ChoiChong",
"Kahin He"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1语言}}",
"vector-action-addsection": "添加话题",
"vector-action-delete": "刪",
"vector-action-move": "移动",
"vector-view-edit": "修改"
"vector-action-protect": "保护",
"vector-view-create": "創建",
"vector-view-edit": "修改",
"vector-view-history": "看历史",
"vector-view-view": "读",
"vector-more-actions": "価兮",
"vector-searchsuggest-containing": "寻讨含有<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>兮页面"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Don Alessandro",
"TayfunEt."
]
@ -19,5 +20,5 @@
"vector-view-view": "Oqu",
"vector-view-viewsource": "Menba kodunı köster",
"vector-more-actions": "Başqa areketler",
"vector-searchsuggest-containing": "<strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> içeren saifelerni qıdır"
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> içeren saifelerni qıdır"
}

View File

@ -1,9 +1,11 @@
{
"@metadata": {
"authors": [
"Amire80",
"Dvorapa",
"Fraxinus.cs",
"Jaroslav Cerny",
"Kareyac",
"Matěj Suchánek",
"Mormegil",
"Patriccck",
@ -24,6 +26,7 @@
"vector-languages": "Jazyky",
"vector-language-button-aria-label": "Přejděte k článku v jiném jazyce. Je dostupný v {{PLURAL:$1|$1 jazyce|$1 jazycích}}",
"vector-language-button-label": "{{PLURAL:$1|$1 jazyk|$1 jazyky|$1 jazyků}}",
"vector-no-language-button-label": "Přidat jazyky",
"vector-language-redirect-to-top": "Tady na {{GRAMMAR:6sg|{{SITENAME}}}} jsou mezijazykové odkazy nahoře na stránce, napravo od názvu článku. [[#p-lang-btn|Jít nahoru]].",
"vector-language-variant-switcher-label": "Změnit variantu jazyka",
"vector-action-addsection": "Přidat téma",
@ -42,15 +45,18 @@
"vector-jumptocontent": "Přeskočit na obsah",
"vector-more-actions": "Další",
"vector-search-loader": "Načítají se návrhy pro hledání",
"vector-searchsuggest-containing": "Vyhledat stránky obsahující „<strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>“",
"vector-searchsuggest-containing": "Vyhledat stránky obsahující „<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>“",
"vector-intro-page": "Nápověda:Úvod",
"vector-toc-heading": "Obsah",
"vector-toc-toggle-position-sidebar": "přesunout do postranního panelu",
"vector-toc-toggle-position-title": "skrýt",
"vector-toc-beginning": "Začátek",
"vector-anon-user-menu-pages": "Stránky pro odhlášené editory",
"vector-anon-user-menu-pages-learn": "dozvědět se více",
"vector-anon-user-menu-pages-label": "Více informací o editování",
"vector-main-menu-tooltip": "Hlavní menu",
"vector-toc-menu-tooltip": "Obsah",
"vector-toc-collapsible-button-label": "Přepnout obsah",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Diskuse]]",
"tooltip-vector-anon-user-menu-title": "Další možnosti"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Antonla",
"Byrial",
"Christian List",
@ -37,7 +38,7 @@
"vector-jumptocontent": "Spring til indhold",
"vector-more-actions": "Mere",
"vector-search-loader": "Henter søgeforslag",
"vector-searchsuggest-containing": "Søgning for sider der indeholder <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Søgning for sider der indeholder <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Introduktion",
"vector-anon-user-menu-pages": "Sider for redaktører som er logget ud",
"vector-anon-user-menu-pages-learn": "lær mere",

View File

@ -7,6 +7,7 @@
"Dnshitobu",
"Jahinfo",
"Masssly",
"Musahfm",
"Ruky Wunpini"
]
},
@ -20,5 +21,6 @@
"vector-view-edit": "Mali niŋ",
"vector-view-history": "Lihimi tarihi",
"vector-view-view": "Karimma",
"vector-more-actions": "Lihimi n pahi"
"vector-more-actions": "Lihimi n pahi",
"vector-searchsuggest-containing": "Yuli bo yaɣi shɛŋa din mali <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Brettchenweber",
"CennoxX",
"Kghbln",
"Metalhead64",
@ -21,6 +22,8 @@
"vector-languages": "Sprachen",
"vector-language-button-aria-label": "Zu einem Artikel in einer anderen Sprache gehen. Verfügbar in {{PLURAL:$1|$1 Sprache|$1 Sprachen}}",
"vector-language-button-label": "{{PLURAL:$1|$1 Sprache|$1 Sprachen}}",
"vector-no-language-button-label": "Sprachen hinzufügen",
"vector-no-language-button-aria-label": "Dieser Artikel existiert nur in dieser Sprache. Füge den Artikel für andere Sprachen hinzu",
"vector-language-redirect-to-top": "In {{SITENAME}} befinden sich die Sprachlinks am oberen Rand der Seite gegenüber dem Artikeltitel. [[#p-lang-btn|Zum Anfang]].",
"vector-language-variant-switcher-label": "Sprachvariante ändern",
"vector-action-addsection": "Abschnitt hinzufügen",
@ -39,9 +42,11 @@
"vector-jumptocontent": "Zum Inhalt springen",
"vector-more-actions": "Mehr",
"vector-search-loader": "Laden von Suchvorschlägen",
"vector-searchsuggest-containing": "Suche nach Seiten, die <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> enthalten",
"vector-searchsuggest-containing": "Suche nach Seiten, die <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> enthalten",
"vector-intro-page": "Help:Einführung",
"vector-toc-heading": "Inhaltsverzeichnis",
"vector-toc-toggle-position-sidebar": "In die Seitenleiste verschieben",
"vector-toc-toggle-position-title": "Verbergen",
"vector-toc-beginning": "Anfang",
"vector-toc-toggle-button-label": "Unterabschnitt $1 umschalten",
"vector-anon-user-menu-pages": "Seiten für abgemeldete Benutzer",
@ -49,7 +54,7 @@
"vector-anon-user-menu-pages-label": "Erfahre mehr über das Bearbeiten",
"vector-main-menu-tooltip": "Hauptmenü",
"vector-toc-menu-tooltip": "Inhaltsverzeichnis",
"vector-article-tools-nav-label": "Werkzeuge",
"vector-toc-collapsible-button-label": "Inhaltsverzeichnis umschalten",
"vector-site-nav-label": "Website",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Diskussion]]",
"tooltip-vector-anon-user-menu-title": "Weitere Optionen"

View File

@ -2,6 +2,7 @@
"@metadata": {
"authors": [
"1917 Ekim Devrimi",
"Amire80",
"Asmen",
"Calak",
"Dılmıc",
@ -39,5 +40,5 @@
"vector-jumptocontent": "Ravêr zerreki",
"vector-more-actions": "Zêde",
"vector-search-loader": "Tewsiye cıgeyrayışi bar benê",
"vector-searchsuggest-containing": "Pelanê tede <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> esto, cı geyre"
"vector-searchsuggest-containing": "Pelanê tede <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> esto, cı geyre"
}

View File

@ -1,7 +1,8 @@
{
"@metadata": {
"authors": [
"Michawiki"
"Michawiki",
"Vlad5250"
]
},
"vector-action-addsection": "Temu pśidaś",
@ -14,5 +15,6 @@
"vector-view-edit": "Wobźěłaś",
"vector-view-history": "Wersije a awtory",
"vector-view-view": "Cytaś",
"vector-view-viewsource": "Žrědło se woglědaś"
"vector-view-viewsource": "Žrědło se woglědaś",
"vector-more-actions": "Wěcej"
}

View File

@ -14,7 +14,7 @@
"Αντιγόνη"
]
},
"vector-skin-desc": "Σύγχρονη έκδοση του MonoBook με φρέσκια ματιά και πολλές βελτιώσεις χρηστικότητας",
"vector-skin-desc": "Παρέχει 2 Vector θέματα:\n* 2011 - Τη σύγχρονη έκδοση του MonoBook με φρέσκια εμφάνιση και πολλές βελτιώσεις στη χρηστικότητα.\n* 2022 - Το Vector που δημιουργήθηκε ως μέρος του έργου [[mw:Desktop Improvements]] του WMF.",
"prefs-vector-enable-vector-1-label": "Χρήση του Legacy Vector",
"prefs-vector-enable-vector-1-help": "Κατά τα επόμενα χρόνια, θα αναβαθμίζουμε σταδιακά το περιβάλλον Vector. Το Legacy Vector θα σας επιτρέψει να δείτε την παλιά έκδοση του Vector (ως τον Δεκέμβριο του 2019). Για να μάθετε περισσότερα σχετικά με τις αναβαθμίσεις, μεταβείτε στη [[mw:Reading/Web/Desktop_Improvements|σελίδα του έργου]] μας.",
"vector-opt-out": "Εναλλαγή στην παλιά εμφάνιση",
@ -22,7 +22,13 @@
"vector.css": "/* Όλα τα CSS εδώ θα φορτώσουν για χρήστες του Vector skin */",
"vector.js": "/* Όλη η JavaScript εδώ θα φορτωθεί για χρήστες που χρησιμοποιούν το Vector skin */",
"vector-action-toggle-sidebar": "Εναλλαγή πλευρικής στήλης",
"vector-languages": "Γλώσσες",
"vector-language-button-aria-label": "Μεταβείτε σε ένα λήμμα σε άλλη γλώσσα. Διαθέσιμο σε {{PLURAL:$1|μία γλώσσα|$1 γλώσσες}}",
"vector-language-button-label": "{{PLURAL:$1|$1 γλώσσα|$1 γλώσσες}}",
"vector-no-language-button-label": "Προσθήκη γλωσσών",
"vector-no-language-button-aria-label": "Αυτό το λήμμα υπάρχει μόνο σε αυτή τη γλώσσα. Προσθέστε το λήμμα για άλλες γλώσσες",
"vector-language-redirect-to-top": "Σε αυτή τη {{SITENAME}} οι σύνδεσμοι γλώσσας βρίσκονται στο επάνω μέρος της σελίδας απέναντι από τον τίτλο του λήμματος. [[#p-lang-btn|Μετάβαση στην κορυφή]].",
"vector-language-variant-switcher-label": "Αλλαγή παραλλαγής γλώσσας",
"vector-action-addsection": "Προσθήκη θέματος",
"vector-action-delete": "Διαγραφή",
"vector-action-move": "Μετακίνηση",
@ -39,5 +45,20 @@
"vector-jumptocontent": "Μετάβαση στο περιεχόμενο",
"vector-more-actions": "Περισσότερα",
"vector-search-loader": "Φόρτωση προτάσεων αναζήτησης",
"vector-toc-heading": "Περιεχόμενα"
"vector-searchsuggest-containing": "Αναζητήστε σελίδες που περιέχουν <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Εισαγωγή",
"vector-toc-heading": "Περιεχόμενα",
"vector-toc-toggle-position-sidebar": "μετακίνηση στην πλαϊνή μπάρα",
"vector-toc-toggle-position-title": "απόκρυψη",
"vector-toc-beginning": "Αρχή",
"vector-toc-toggle-button-label": "Εναλλαγή $1 υποενότητας",
"vector-anon-user-menu-pages": "Σελίδες για αποσυνδεμένους συντάκτες",
"vector-anon-user-menu-pages-learn": "μάθετε περισσότερα",
"vector-anon-user-menu-pages-label": "Μάθετε περισσότερα σχετικά με την επεξεργασία",
"vector-main-menu-tooltip": "Κύριο μενού",
"vector-toc-menu-tooltip": "Πίνακας Περιεχομένων",
"vector-toc-collapsible-button-label": "Εναλλαγή του πίνακα περιεχομένων",
"vector-site-nav-label": "Ιστότοπος",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Συζήτηση]]",
"tooltip-vector-anon-user-menu-title": "Περισσότερες επιλογές"
}

View File

@ -16,6 +16,8 @@
"vector-languages": "Languages",
"vector-language-button-aria-label": "Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}",
"vector-language-button-label": "{{PLURAL:$1|$1 language|$1 languages}}",
"vector-no-language-button-label": "Add languages",
"vector-no-language-button-aria-label": "This article exist only in this language. Add the article for other languages",
"vector-language-redirect-to-top": "On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].",
"vector-language-variant-switcher-label": "Change language variant",
"vector-action-addsection": "Add topic",
@ -34,9 +36,11 @@
"vector-jumptocontent": "Jump to content",
"vector-more-actions": "More",
"vector-search-loader": "Loading search suggestions",
"vector-searchsuggest-containing": "Search for pages containing <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Introduction",
"vector-toc-heading": "Contents",
"vector-toc-toggle-position-sidebar": "move to sidebar",
"vector-toc-toggle-position-title": "hide",
"vector-toc-beginning": "Beginning",
"vector-toc-toggle-button-label": "Toggle $1 subsection",
"vector-anon-user-menu-pages": "Pages for logged out editors",
@ -44,7 +48,7 @@
"vector-anon-user-menu-pages-label": "Learn more about editing",
"vector-main-menu-tooltip": "Main menu",
"vector-toc-menu-tooltip": "Table of Contents",
"vector-article-tools-nav-label": "Tools",
"vector-toc-collapsible-button-label": "Toggle the table of contents",
"vector-site-nav-label": "Site",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]",
"tooltip-vector-anon-user-menu-title": "More options"

View File

@ -2,10 +2,12 @@
"@metadata": {
"authors": [
"Adam N.",
"Amire80",
"Armando-Martin",
"Avengium",
"Crazymadlover",
"Dalton2",
"DarkGames26",
"Dgstranz",
"DiegoAmbrocio",
"Fitoschido",
@ -35,6 +37,9 @@
"vector-languages": "Idiomas",
"vector-language-button-aria-label": "Ir a un artículo en otro idioma. Disponible en {{PLURAL:$1|$1 idioma|$1 idiomas}}",
"vector-language-button-label": "{{PLURAL:$1|$1 idioma|$1 idiomas}}",
"vector-no-language-button-label": "Añadir idiomas",
"vector-no-language-button-aria-label": "Este artículo existe sólo en este idioma. Añade el artículo para otros idiomas",
"vector-language-redirect-to-top": "En este {{SITENAME}}, los enlaces de idiomas se encuentran en la parte superior de la página, frente al título del artículo. [[#p-lang-btn|Ir arriba]].",
"vector-language-variant-switcher-label": "Cambiar variante de idioma",
"vector-action-addsection": "Añadir tema",
"vector-action-delete": "Borrar",
@ -52,16 +57,19 @@
"vector-jumptocontent": "Ir al contenido",
"vector-more-actions": "Más",
"vector-search-loader": "Cargando sugerencias de búsqueda",
"vector-searchsuggest-containing": "Buscar páginas que contengan <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Buscar páginas que contengan <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Introducción",
"vector-toc-heading": "Contenidos",
"vector-toc-toggle-position-sidebar": "mover a la barra lateral",
"vector-toc-toggle-position-title": "ocultar",
"vector-toc-beginning": "Inicio",
"vector-toc-toggle-button-label": "Alternar subsección $1",
"vector-anon-user-menu-pages": "Páginas para editores desconectados",
"vector-anon-user-menu-pages-learn": "más información",
"vector-anon-user-menu-pages-label": "Obtenga más información sobre editar",
"vector-main-menu-tooltip": "Menú principal",
"vector-toc-menu-tooltip": "Tabla de contenidos",
"vector-article-tools-nav-label": "Herramientas",
"vector-toc-collapsible-button-label": "Cambiar a la tabla de contenidos",
"vector-site-nav-label": "Sitio",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Discusión]]",
"tooltip-vector-anon-user-menu-title": "Más opciones"

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Ker",
"Pikne",
"WikedKentaur"
@ -20,6 +21,7 @@
"vector-languages": "Keeled",
"vector-language-button-aria-label": "Mine teises keeles artiklisse. Saadaval {{PLURAL:$1|$1 keeles}}",
"vector-language-button-label": "{{PLURAL:$1|$1 keel|$1 keelt}}",
"vector-no-language-button-label": "Lisa keeled",
"vector-language-redirect-to-top": "Selles {{GRAMMAR:genitive|{{SITENAME}}}} artiklis on keelelingid artikli kohal pealkirja vastas. [[#p-lang-btn|Mine üles]].",
"vector-action-addsection": "Lisa teema",
"vector-action-delete": "Kustuta",
@ -37,14 +39,17 @@
"vector-jumptocontent": "Mine sisu juurde",
"vector-more-actions": "Veel",
"vector-search-loader": "Otsisoovituste laadimine",
"vector-searchsuggest-containing": "Otsi lehekülgi, kus sisaldub <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Otsi lehekülgi, kus sisaldub <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Sissejuhatus",
"vector-toc-heading": "Sisukord",
"vector-toc-toggle-position-sidebar": "vii külgpaanile",
"vector-toc-toggle-position-title": "peida",
"vector-toc-beginning": "Algus",
"vector-anon-user-menu-pages": "Leheküljed sisse logimata kasutajatele",
"vector-anon-user-menu-pages": "Sisse logimata kasutaja leheküljed",
"vector-anon-user-menu-pages-learn": "lisateave",
"vector-anon-user-menu-pages-label": "Loe veel muutmise kohta",
"vector-main-menu-tooltip": "Peamenüü",
"vector-toc-menu-tooltip": "Sisukord",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|arutelu]]",
"tooltip-vector-anon-user-menu-title": "Veel valikuid"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Fitoschido",
"Subi",
"Theklan",
@ -20,6 +21,8 @@
"vector-languages": "Hizkuntzak",
"vector-language-button-aria-label": "Joan beste hizkuntza batean idatzitako artikulu batera. {{PLURAL:$1|Hizkuntza batean|$1 hizkuntzatan}} eskuragarri.",
"vector-language-button-label": "{{PLURAL:$1|Hizkuntza bat|$1 hizkuntza}}",
"vector-no-language-button-label": "Hizkuntzak gehitu",
"vector-no-language-button-aria-label": "Artikulua soilik hizkuntza honetan existitzen da. Gehitu artikulua beste hizkuntza batean",
"vector-language-redirect-to-top": "{{SITENAME}} honetan hizkuntzen loturak orriaren goiko aldean daude, artikuluaren izenburuaren eskuinaldean. [[#p-lang-btn|Joan gora]].",
"vector-language-variant-switcher-label": "Aldatu hizkuntza aldaera",
"vector-action-addsection": "Gehitu atala",
@ -38,14 +41,19 @@
"vector-jumptocontent": "Edukira joan",
"vector-more-actions": "Gehiago",
"vector-search-loader": "Bilaketa gomendioak kargatzen",
"vector-searchsuggest-containing": "<strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> duten orrialdeak bilatu",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> duten orrialdeak bilatu",
"vector-intro-page": "Laguntza:Sarrera",
"vector-toc-heading": "Edukiak",
"vector-toc-beginning": "Hasiera",
"vector-toc-toggle-position-sidebar": "mugitu alboko barrara",
"vector-toc-toggle-position-title": "ezkutatu",
"vector-toc-beginning": "⇈ Gora",
"vector-toc-toggle-button-label": "Erakutsi/ezkutatu $1 azpiatal",
"vector-anon-user-menu-pages": "Izena eman gabeko erabiltzaileentzako orrialdeak",
"vector-anon-user-menu-pages-learn": "gehiago ikasi",
"vector-anon-user-menu-pages-label": "Artikuluak aldatzeari buruz gehiago ikasi",
"vector-main-menu-tooltip": "Menu nagusia",
"vector-toc-menu-tooltip": "Eduki-taula",
"vector-toc-collapsible-button-label": "Eduki taularen ikusgarritasuna aldatu",
"vector-site-nav-label": "Gunea",
"tooltip-vector-anon-user-menu-title": "Aukera gehiago"
}

View File

@ -13,9 +13,9 @@
"vector-action-undelete": "Esborral",
"vector-action-unprotect": "Esprotegel",
"vector-view-create": "Crial",
"vector-view-edit": "Eital",
"vector-view-history": "Guipal estorial",
"vector-view-view": "Leel",
"vector-view-edit": "Edital",
"vector-view-history": "Guipal l'estorial",
"vector-view-view": "Leyel",
"vector-view-viewsource": "Guipal cóigu",
"vector-more-actions": "Más"
}

View File

@ -3,6 +3,7 @@
"authors": [
"Ahmad252",
"Alireza Ivaz",
"Amire80",
"Beginneruser",
"Calak",
"DEXi",
@ -29,6 +30,8 @@
"vector-languages": "زبان‌ها",
"vector-language-button-aria-label": "به مقاله‌ای به یک زبان دیگر بروید. به {{PLURAL:$1|$1 زبان}} در دسترس است.",
"vector-language-button-label": "{{PLURAL:$1|$1 زبان}}",
"vector-no-language-button-label": "افزودن زبان‌ها",
"vector-no-language-button-aria-label": "این مقاله فقط به این زبان وجود دارد. مقاله را برای زبان‌های دیگر اضافه کنید.",
"vector-language-redirect-to-top": "در این {{SITENAME}} پیوندهای زبانی در بالای صفحه و هم‌تراز با عنوان مقاله قرار دارند. [[#p-lang-btn|رفتن به بالا]].",
"vector-language-variant-switcher-label": "تغییر گونهٔ زبان",
"vector-action-addsection": "افزودن مبحث",
@ -47,16 +50,19 @@
"vector-jumptocontent": "پرش به محتوا",
"vector-more-actions": "بیشتر",
"vector-search-loader": "بارگیری پیشنهادهای جستجو",
"vector-searchsuggest-containing": "جستجو برای صفحه‌های دارای <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "جستجو برای صفحه‌های دارای <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:مقدمه",
"vector-toc-heading": "فهرست",
"vector-toc-toggle-position-sidebar": "انتقال به نوار کناری",
"vector-toc-toggle-position-title": "نهفتن",
"vector-toc-beginning": "بخش آغازین",
"vector-toc-toggle-button-label": "تغییر وضعیت زیربخش‌های $1",
"vector-anon-user-menu-pages": "صفحه‌هایی برای ویرایشگرانی که از سامانه خارج شدند",
"vector-anon-user-menu-pages-learn": "بیشتر بدانید",
"vector-anon-user-menu-pages-label": "دربارهٔ ویرایش‌کردن بیشتر بدانید",
"vector-main-menu-tooltip": "منوی اصلی",
"vector-article-tools-nav-label": "ابزارها",
"vector-toc-menu-tooltip": "فهرست محتوا",
"vector-toc-collapsible-button-label": "تغییر وضعیت فهرست محتویات",
"vector-site-nav-label": "وبگاه",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|بحث]]",
"tooltip-vector-anon-user-menu-title": "گزینه‌های بیشتر"

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Ebenoffen1",
"Leonard Nketsia"
]
@ -15,5 +16,5 @@
"vector-view-history": "Hwɛ abakɔsɛm",
"vector-view-view": "Kenkan",
"vector-more-actions": "Pii",
"vector-searchsuggest-containing": "Hwehwɛ nkratafa a <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> wɔ mu"
"vector-searchsuggest-containing": "Hwehwɛ nkratafa a <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> wɔ mu"
}

View File

@ -1,10 +1,13 @@
{
"@metadata": {
"authors": [
"Amire80",
"Ibrahima",
"Ibrahima Malal Sarr"
"Ibrahima Malal Sarr",
"Musaddam Idriss"
]
},
"vector-language-button-label": "{{PLURAL:$1|ɗemngal|$1 ɗemngal}}",
"vector-action-addsection": "Ɓeydi toɓɓere",
"vector-action-delete": "Momtu",
"vector-action-move": "Dirtin",
@ -14,5 +17,6 @@
"vector-view-history": "Yiyto aslol",
"vector-view-view": "Tar",
"vector-view-viewsource": "Yiyto ɗaɗol",
"vector-more-actions": "Ɓeydu"
"vector-more-actions": "Ɓeydu",
"vector-searchsuggest-containing": "Tefude ɗerewol hoosaji $1<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -2,6 +2,7 @@
"@metadata": {
"authors": [
"01miki10",
"Amire80",
"Crt",
"MITO",
"Majavah",
@ -18,7 +19,7 @@
"skinname-vector": "Vanha Vektori (2010)",
"skinname-vector-2022": "Vektori (2022)",
"vector-specialversion-name": "Vektori",
"vector-skin-desc": "Tarjoaa 2 Vector-ulkoasua:\n* 2011 - MonoBookin moderni versio, jossa on tuore ulkoasu ja monia käytettävyysparannuksia.\n* 2022 - Vector, joka rakennettiin osana WMF [[mw:Desktop Improvements]] -projektia.",
"vector-skin-desc": "Tarjoaa 2 Vektori-ulkoasua:\n* 2011 - Monobookin moderni versio, jossa on tuore ulkoasu ja monia käytettävyysparannuksia.\n* 2022 - Vektori, joka rakennettiin osana WMF:n [[mw:Desktop Improvements]] -projektia.",
"prefs-vector-enable-vector-1-label": "Käytä vanhaa Vektoria",
"prefs-vector-enable-vector-1-help": "Seuraavien muutaman vuoden aikana päivitämme Vektori-ulkoasua vaiheittain. Vanha Vektori mahdollistaa Vektorin vanhan (joulukuu 2019) version käyttämisen. Saadaksesi lisätietoa päivityksistä katso [[mw:Reading/Web/Desktop_Improvements|projektisivumme]].",
"vector-opt-out": "Vaihda vanhaan ulkoasuun",
@ -46,7 +47,7 @@
"vector-jumptocontent": "Siirry sisältöön",
"vector-more-actions": "Muut",
"vector-search-loader": "Ladataan hakuehdotuksia",
"vector-searchsuggest-containing": "Hae sivuja, jotka sisältävät <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Hae sivuja, jotka sisältävät <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-toc-heading": "Sisällysluettelo",
"vector-toc-beginning": "Johdanto",
"vector-anon-user-menu-pages": "Sivut kirjautumattomille muokkaajille",

View File

@ -9,7 +9,7 @@
"vector-action-addsection": "Gɔ́ xóta yɔ́yɔ́ ɖévo ná",
"vector-action-move": "Ɖyɔ nyikɔ tɔn",
"vector-view-create": "Blɔ",
"vector-view-edit": "Wlǎn nú gɔnu nuwlǎnwlǎn ɔ",
"vector-view-edit": "Wlǎn nú",
"vector-view-history": "Yín nukún ɖo ɖiɖyɔ tɛnmɛ tɛnmɛ wémá ɔ tɔn lɛ jí",
"vector-view-view": "Xá",
"vector-more-actions": "Susu"

View File

@ -3,6 +3,8 @@
"authors": [
"Ajeje Brazorf",
"Akeron",
"Amire80",
"Cigaryno",
"Crochet.david",
"DavidL",
"DePlusJean",
@ -23,6 +25,7 @@
},
"skinname-vector": "Vector (ancienne version 2010)",
"skinname-vector-2022": "Vector (2022)",
"vector-specialversion-name": "Vector",
"vector-skin-desc": "Fournit 2 versions de lhabillage Vector:\n* 2011 la version «Moderne» de MonoBook avec un aspect rajeuni et beaucoup daméliorations ergonomiques;\n* 2022 la version «Vector» actuelle, construite comme partie du projet [[mw:Desktop Improvements|Améliorations du bureau]] de la Fondation Wikimedia.",
"prefs-vector-enable-vector-1-label": "Utiliser lancienne version de Vector",
"prefs-vector-enable-vector-1-help": "Dans les années à venir, nous mettrons progressivement à jour lhabillage Vector. La version historique de Vector vous permet de voir lancien habillage de Vector (tel quil était en décembre 2019). Pour en savoir plus, rendez-vous sur la [[mw:Reading/Web/Desktop_Improvements|page du projet]].",
@ -34,6 +37,8 @@
"vector-languages": "Langues",
"vector-language-button-aria-label": "Aller à un article dans une autre langue. Disponible en $1 langue{{PLURAL:$1||s}}.",
"vector-language-button-label": "{{PLURAL:$1|$1 langue|$1 langues}}",
"vector-no-language-button-label": "Ajouter des langues",
"vector-no-language-button-aria-label": "Cet article nexiste que dans cette langue. Ajouter larticle pour dautres langues.",
"vector-language-redirect-to-top": "Sur {{SITENAME}}, les liens interlangues sont placés en haut à droite du titre de la page. [[#p-lang-btn|Aller en haut]].",
"vector-language-variant-switcher-label": "Modifier la variante de langue",
"vector-action-addsection": "Ajouter un sujet",
@ -52,9 +57,11 @@
"vector-jumptocontent": "Aller au contenu",
"vector-more-actions": "Plus",
"vector-search-loader": "Chargement des suggestions de recherche",
"vector-searchsuggest-containing": "Rechercher les pages contenant <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Rechercher les pages contenant <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Introduction",
"vector-toc-heading": "Sommaire",
"vector-toc-toggle-position-sidebar": "déplacer vers la barre latérale",
"vector-toc-toggle-position-title": "masquer",
"vector-toc-beginning": "Début",
"vector-toc-toggle-button-label": "Afficher/masquer la sous-section $1",
"vector-anon-user-menu-pages": "Pages pour les contributeurs déconnectés",
@ -62,7 +69,7 @@
"vector-anon-user-menu-pages-label": "En savoir plus sur la contribution",
"vector-main-menu-tooltip": "Menu principal",
"vector-toc-menu-tooltip": "Table des matières",
"vector-article-tools-nav-label": "Outils",
"vector-toc-collapsible-button-label": "Basculer la table des matières",
"vector-site-nav-label": "Site",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]",
"tooltip-vector-anon-user-menu-title": "Plus doptions"

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"ChrisPtDe"
]
},
@ -19,5 +20,6 @@
"vector-view-history": "Vêre lhistorico",
"vector-view-view": "Liére",
"vector-view-viewsource": "Vêre lo tèxto sôrsa",
"vector-more-actions": "Més"
"vector-more-actions": "Més",
"vector-searchsuggest-containing": "Rechèrchiér les pâges que contegnont <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Murma174",
"Pyt"
]
@ -18,5 +19,10 @@
"vector-view-history": "Ferluup uunluke",
"vector-view-view": "Lees",
"vector-view-viewsource": "Kweltekst uunluke",
"vector-more-actions": "Muar"
"vector-more-actions": "Muar",
"vector-searchsuggest-containing": "Sjük sidjen, huar <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> banen as",
"vector-toc-heading": "Auersicht",
"vector-toc-beginning": "Began",
"vector-toc-menu-tooltip": "Auersicht",
"tooltip-vector-anon-user-menu-title": "Muar ütjwool"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Kening Aldgilles",
"PiefPafPier",
"Robin van der Vliet",
@ -20,15 +21,17 @@
"vector.js": "/* Al it JavaScript hjirre sil foar brûkers fan de Fektor-foarmjouwing laden wurde */",
"vector-action-toggle-sidebar": "Sydbalke omklappe",
"vector-languages": "Talen",
"vector-language-button-aria-label": "Nei in artikel yn in oare taal gean. Beskikber yn {{PLURAL:$1|$1 taal|$1 talen}}",
"vector-language-button-aria-label": "Nei it artikel yn in oare taal gean. Beskikber yn {{PLURAL:$1|$1 taal|$1 talen}}",
"vector-language-button-label": "{{PLURAL:$1|$1 taal|$1 talen}}",
"vector-no-language-button-label": "Talen tafoegje",
"vector-no-language-button-aria-label": "Dit artikel is der allinnich yn dizze taal. It artikel foar oare talen tafoegje",
"vector-language-redirect-to-top": "Hjir op {{GRAMMAR:l|{{SITENAME}}}} steane de taalkeppelings boppe-oan 'e side tsjinoer de titel fan 't artikel. [[#p-lang-btn|Nei boppen]].",
"vector-language-variant-switcher-label": "Taalfariant feroarje",
"vector-action-addsection": "Nij mêd",
"vector-action-delete": "Wiskje",
"vector-action-move": "Omneame",
"vector-action-protect": "Skoattelje",
"vector-action-undelete": "Wer teplak sette",
"vector-action-undelete": "Wiskjen weromdraaie",
"vector-action-unprotect": "Befeiliging wizigje",
"vector-view-create": "Oanmeitsje",
"vector-view-edit": "Bewurkje",
@ -40,9 +43,11 @@
"vector-jumptocontent": "Springe nei ynhâld",
"vector-more-actions": "Mear",
"vector-search-loader": "Laden fan syksuggestjes",
"vector-searchsuggest-containing": "Siden sykje mei as ynhâld <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Siden sykje mei as ynhâld <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Yntroduksje",
"vector-toc-heading": "Ynhâld",
"vector-toc-toggle-position-sidebar": "nei sydbalke ferplakke",
"vector-toc-toggle-position-title": "ferbergje",
"vector-toc-beginning": "Begjin",
"vector-toc-toggle-button-label": "Subseksje $1 omklappe",
"vector-anon-user-menu-pages": "Siden foar ôfmelde meidoggers",
@ -50,7 +55,7 @@
"vector-anon-user-menu-pages-label": "Mear witte oer bewurkjen",
"vector-main-menu-tooltip": "Haadmenu",
"vector-toc-menu-tooltip": "Ynhâldsopjefte",
"vector-article-tools-nav-label": "Ark",
"vector-toc-collapsible-button-label": "Ynhâldsopjefte omklappe",
"vector-site-nav-label": "Webstee",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Diskusje]]",
"tooltip-vector-anon-user-menu-title": "Mear opsjes"

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Kscanne",
"Kwekubo",
"Moydow",
@ -19,5 +20,6 @@
"vector-view-history": "Féach ar stair",
"vector-view-view": "Léigh",
"vector-view-viewsource": "Féach ar fhoinse",
"vector-more-actions": "Tuilleadh"
"vector-more-actions": "Tuilleadh",
"vector-searchsuggest-containing": "Cuardaigh leathanaigh ina bhfuil <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -4,9 +4,11 @@
"Amire80",
"Flixtey",
"Gkbediako",
"Mybluberet"
"Mybluberet",
"Owula kpakpo"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 wiemɔ|$1 wiemɔi}}",
"vector-action-addsection": "Kɛ mlijaa yitso afata he",
"vector-action-delete": "Jiemɔ",
"vector-action-move": "Tsi",

8
i18n/gbm.json Normal file
View File

@ -0,0 +1,8 @@
{
"@metadata": {
"authors": [
"बडा काजी"
]
},
"vector-more-actions": "खार्युं"
}

View File

@ -1,10 +1,11 @@
{
"@metadata": {
"authors": [
"Amire80",
"RFScott"
]
},
"vector-language-button-label": "{{PLURAL:$1 хэсэ}}",
"vector-language-button-label": "{{PLURAL:$1|$1 хэсэ}}",
"vector-action-addsection": "Темава аӈгойни",
"vector-action-delete": "Нангалаори",
"vector-action-move": "Энэвэмбури",

View File

@ -8,6 +8,7 @@
"The Discoverer"
]
},
"vector-opt-out": "आदल्या स्वरूपांत परत वच",
"vector-action-addsection": "माथाळो ज़ोड",
"vector-action-delete": "काडून उडयात",
"vector-action-move": "दुसरेकडे व्हरात",

View File

@ -5,6 +5,8 @@
"The Discoverer"
]
},
"vector-opt-out": "Adlea sworupant porot voch",
"vector-language-button-label": "{{PLURAL:$1|$1 bhas|$1 bhaso}}",
"vector-action-addsection": "Vixoi zodd",
"vector-action-delete": "Kadd",
"vector-action-move": "Zago bodol",

View File

@ -1,9 +1,12 @@
{
"@metadata": {
"authors": [
"Amire80",
"Bennylin",
"Marwan Mohamad"
]
},
"vector-language-button-label": "{{PLURAL:$1|Bahasa $1}}",
"vector-action-addsection": "Duhengi topik",
"vector-action-delete": "Luluta",
"vector-action-move": "Heyiya",
@ -12,5 +15,6 @@
"vector-view-edit": "Boli'o",
"vector-view-history": "Bilohi riwayati",
"vector-view-view": "Baca",
"vector-more-actions": "Uweewo"
"vector-more-actions": "Uweewo",
"vector-searchsuggest-containing": "Lolohe halaman otuwa <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,15 +1,19 @@
{
"@metadata": {
"authors": [
"Amire80",
"DaSupremo"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 language|$1 languages}}",
"vector-action-addsection": "Add topic",
"vector-action-delete": "Delete",
"vector-action-move": "Move am",
"vector-action-protect": "Protect",
"vector-view-create": "Create",
"vector-view-edit": "Edit",
"vector-view-history": "View history",
"vector-view-view": "Read",
"vector-more-actions": "More",
"vector-searchsuggest-containing": "Search for pages wey dey contain <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>"
"vector-searchsuggest-containing": "Search for pages wey dey contain <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,9 +1,11 @@
{
"@metadata": {
"authors": [
"Als-Holder"
"Als-Holder",
"Amire80"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 Sproch|$1 Sproche}}",
"vector-action-addsection": "Abschnitt zuefiege",
"vector-action-delete": "Lesche",
"vector-action-move": "Verschiebe",
@ -15,5 +17,6 @@
"vector-view-history": "Versionsgschicht",
"vector-view-view": "Läse",
"vector-view-viewsource": "Quälltext aaluege",
"vector-more-actions": "Meh"
"vector-more-actions": "Meh",
"vector-searchsuggest-containing": "No Syte sueche, wu s <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> din het"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Aritra",
"Ashok modhvadia",
"CptViraj",
@ -31,5 +32,5 @@
"vector-jumptocontent": "લખાણ પર જાઓ",
"vector-more-actions": "વધુ",
"vector-search-loader": "શોધ સૂચનો લાવો",
"vector-searchsuggest-containing": "<strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> ધરાવતા પાનાઓ શોધો"
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> ધરાવતા પાનાઓ શોધો"
}

View File

@ -7,6 +7,7 @@
]
},
"vector-opt-out": "Awanajaa sünainmüin sukuwa'ipaka paalainka",
"vector-language-button-label": "{{PLURAL:$1|$1 anüikii|$1 anüikikalüirua}}",
"vector-action-addsection": "Alüjülee jeketü",
"vector-action-delete": "Ojuichajaa",
"vector-action-move": "Ansülaa",
@ -16,5 +17,6 @@
"vector-view-history": "E'rajaa a'wanajaanüka",
"vector-view-view": "Aashaje'eraa",
"vector-view-viewsource": "Anüliaa eejeetülee",
"vector-more-actions": "Soo'omüin"
"vector-more-actions": "Soo'omüin",
"vector-searchsuggest-containing": "Achajaa sulu'u tü ee'iyalayaaka kalu'uko <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Anthonymodec",
"Atej2*",
"Gadarawamo",
@ -19,7 +20,7 @@
"vector-view-history": "Pọ́n kandai",
"vector-view-view": "Hia",
"vector-more-actions": "Dogọ",
"vector-searchsuggest-containing": "Dín weda he bẹ <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> hẹn lẹ",
"vector-searchsuggest-containing": "Dín weda he bẹ <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> hẹn lẹ",
"vector-toc-heading": "Nuhe e bẹhẹn lẹ",
"vector-anon-user-menu-pages-learn": "Plọnnu dogọ"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Ammarpad",
"Bello Na'im",
"DonCamillo",
@ -22,7 +23,7 @@
"vector-view-history": "Nuna tarihin",
"vector-view-view": "Karanta",
"vector-more-actions": "Mafi",
"vector-searchsuggest-containing": "Duba shafukan dake dauke da <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Duba shafukan dake dauke da <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Taimako:Gabatarwa",
"vector-toc-beginning": "Farawa"
}

View File

@ -3,7 +3,8 @@
"authors": [
"Amire80",
"Guycn2",
"Rotemliss"
"Rotemliss",
"דגש"
]
},
"skinname-vector": "וקטור ישן (2010)",
@ -17,13 +18,15 @@
"vector-languages": "שפות",
"vector-language-button-aria-label": "מעבר לערך בשפה אחרת. זמין {{PLURAL:$1|בשפה אחת|ב־$1 שפות}}",
"vector-language-button-label": "{{PLURAL:$1|שפה אחת|$1 שפות}}",
"vector-no-language-button-label": "הוספת שפות",
"vector-no-language-button-aria-label": "הערך הזה קיים רק בשפה הזאת. {{GENDER:|הוסף|הוסיפי|מוזמנים להוסיף}} את הערך לשפות אחרות",
"vector-language-redirect-to-top": "במהדורה הזאת של {{SITENAME}}, קישורי השפה נמצאים בראש הדף מול כותרת הערך. [[#p-lang-btn|לעבור למעלה]].",
"vector-language-variant-switcher-label": "שינוי הגוון השפה",
"vector-action-addsection": "פסקה חדשה",
"vector-action-delete": "מחיקה",
"vector-action-move": "העברה",
"vector-action-protect": "הגנה",
"vector-action-undelete": "שחזור ממחיקה",
"vector-action-undelete": "ביטול מחיקה",
"vector-action-unprotect": "שינוי הגנה",
"vector-view-create": "יצירה",
"vector-view-edit": "עריכה",
@ -35,9 +38,11 @@
"vector-jumptocontent": "לדלג לתוכן",
"vector-more-actions": "עוד",
"vector-search-loader": "טעינת הצעות חיפוש",
"vector-searchsuggest-containing": "חיפוש דפים שמכילים <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "חיפוש דפים שמכילים <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:ברוכים הבאים",
"vector-toc-heading": "תוכן עניינים",
"vector-toc-toggle-position-sidebar": "העברה לסרגל הצד",
"vector-toc-toggle-position-title": "הסתרה",
"vector-toc-beginning": "התחלה",
"vector-toc-toggle-button-label": "שינוי מצב התת־פרק $1",
"vector-anon-user-menu-pages": "דפים לעורכים שלא נכנסו לחשבון",
@ -45,7 +50,7 @@
"vector-anon-user-menu-pages-label": "מידע נוסף על עריכה",
"vector-main-menu-tooltip": "תפריט ראשי",
"vector-toc-menu-tooltip": "תוכן עניינים",
"vector-article-tools-nav-label": "כלים",
"vector-toc-collapsible-button-label": "מצב תוכן העניינים",
"vector-site-nav-label": "אתר",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|דיון]]",
"tooltip-vector-anon-user-menu-title": "אפשרויות נוספות"

View File

@ -2,6 +2,7 @@
"@metadata": {
"authors": [
"Abijeet Patro",
"Amire80",
"AnupamM",
"Saurmandal",
"Sfic",
@ -11,8 +12,8 @@
"रोहित रावत"
]
},
"skinname-vector": "वेक्टर",
"vector-skin-desc": "MonoBook का आधुनिक संस्करण, जो ताज़ा रूप में और उपयोग में सुधार के साथ है",
"skinname-vector": "Vector",
"vector-skin-desc": "दो Vector स्किन्स प्रदान करता है:\n* 2011 - MonoBook का आधुनिक संस्करण जिसमें एक ताज़ी दिखावट और उपयोग में सुधार हैं।\n* 2022 - Vector जिसे विकिमीडिया संस्थान के [[mw:Desktop Improvements|डेस्कटॉप उन्नति]] परियोजना के रूप में बनाया गया है।",
"prefs-vector-enable-vector-1-label": "लिगेसी Vector का उपयोग करें",
"prefs-vector-enable-vector-1-help": "अगले कुछ सालों में हम Vector स्किन को धीरे धीरे अपडेट करेंगे। लिगेसी Vector की मदद से आप Vector का पुराना संस्करण देख सकते हैं (दिसंबर 2019 के अनुसार)। अद्यतनों के बारे में अधिक जानने के लिए हमारे [[mw:Reading/Web/Desktop_Improvements|परियोजना पृष्ठ]] पर जाएँ।",
"vector-opt-out": "पुरानी दिखावट पर जाएँ",
@ -22,6 +23,8 @@
"vector-languages": "भाषाएँ",
"vector-language-button-aria-label": "दूसरे भाषा में लेख पर जाएँ। {{PLURAL:$1|$1 भाषा|$1 भाषाओं}} में उपलब्ध",
"vector-language-button-label": "{{PLURAL:$1|$1 भाषा|$1 भाषाएँ}}",
"vector-no-language-button-label": "भाषाएँ जोड़ें",
"vector-no-language-button-aria-label": "यह लेख सिर्फ इसी भाषा में उपलब्ध है। इस लेख को दूसरी भाषाओं में अनुवादित करें।",
"vector-language-redirect-to-top": "इस {{SITENAME}} पर भाषा की कड़ियाँ पृष्ठ के ऊपर की तरफ लेख के शीर्षक के पास हैं। [[#p-lang-btn|ऊपर जाएँ]]।",
"vector-language-variant-switcher-label": "भाषा का प्रकार बदलें",
"vector-action-addsection": "विषय जोड़ें",
@ -40,15 +43,20 @@
"vector-jumptocontent": "सामग्री पर जाएँ",
"vector-more-actions": "अधिक",
"vector-search-loader": "खोज सुझाव लोड हो रहे हैं",
"vector-searchsuggest-containing": "<strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> से युक्त पृष्ठ खोजें",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> से युक्त पृष्ठ खोजें",
"vector-intro-page": "Help:परिचय",
"vector-toc-heading": "विषय सूची",
"vector-toc-heading": "सामग्री",
"vector-toc-toggle-position-sidebar": "साइडबार पर जाएँ",
"vector-toc-toggle-position-title": "छुपाएँ",
"vector-toc-beginning": "शुरुआत",
"vector-toc-toggle-button-label": "$1 उप-अनुभाग को टॉगल करें",
"vector-anon-user-menu-pages": "लॉग-आउट किए गए संपादकों के लिए पृष्ठ",
"vector-anon-user-menu-pages-learn": "अधिक जानें",
"vector-anon-user-menu-pages-label": "संपादन के बारे में अधिक जानें",
"vector-main-menu-tooltip": "मुख्य मेन्यू",
"vector-toc-menu-tooltip": "विषयसूची",
"vector-article-tools-nav-label": "उपकरण",
"vector-toc-collapsible-button-label": "विषयसूची को टॉगल करें",
"vector-site-nav-label": "साइट",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|चर्चा]]",
"tooltip-vector-anon-user-menu-title": "अन्य विकल्प"
}

View File

@ -1,10 +1,13 @@
{
"@metadata": {
"authors": [
"Amire80",
"Anjoeli9806",
"Kai theos en ho logos",
"Redhotchili23"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 ka pinulongan|$1 ka mga pinulongan}}",
"vector-action-addsection": "Magdugang sing topiko",
"vector-action-delete": "Panason",
"vector-action-move": "Saylohon",
@ -16,5 +19,6 @@
"vector-view-history": "Lantawon ang nagkalatabo",
"vector-view-view": "Magbasa",
"vector-view-viewsource": "Lantawon ang ginhalinan",
"vector-more-actions": "Dugang Pa"
"vector-more-actions": "Dugang Pa",
"vector-searchsuggest-containing": "Mangita sang mga panid nga nagasulod sang <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,14 +1,17 @@
{
"@metadata": {
"authors": [
"Amire80",
"Singkiring57"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 𑣎𑣁𑣋𑣁𑣜|$1 𑣎𑣁𑣋𑣁𑣜 𑣌𑣉}}",
"vector-action-delete": "𑢯𑣗𑣁𑣕𑣉𑣖𑣈",
"vector-action-move": "𑢡𑣕𑣉𑣖𑣈",
"vector-view-create": "𑢷𑣆𑣂",
"vector-view-edit": "𑢵𑣋𑣈𑣓𑣈",
"vector-view-history": "𑢸𑣜𑣂𑣞𑣈𑣓 𑣓𑣈𑣚𑣈",
"vector-view-view": "𑢺𑣈𑣜𑣈",
"vector-more-actions": "𑢩𑣀𑣑𑣉𑣄 𑣚𑣁𑣄"
"vector-view-edit": "𑢩𑣚-𑣞𑣁𑣋𑣉𑣖 𑣜𑣃𑣈𑣈",
"vector-view-history": "𑢾𑣂𑣔𑣈𑣞𑣁𑣆 𑣓𑣈𑣚𑣈",
"vector-view-view": "𑢸𑣁𑣛𑣁𑣉𑣈",
"vector-more-actions": "𑢩𑣓𑣑𑣉𑣄 𑣚𑣁𑣁𑣄",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> 𑣖𑣈𑣓𑣁𑣄 𑣕𑣁𑣓 𑣞𑣁𑣌𑣁𑣖 𑣌𑣉 𑣓𑣈𑣚-𑣞𑣁𑣊𑣋𑣁𑣜𑣈"
}

View File

@ -23,6 +23,8 @@
"vector-languages": "Drugi jezici",
"vector-language-button-aria-label": "Idi na druge jezične varijante članka. Dostupan je na {{PLURAL:$1|$1 jeziku|$1 jezika}}",
"vector-language-button-label": "{{PLURAL:$1|$1 jezik|$1 jezika}}",
"vector-no-language-button-label": "Dodajte druge jezike",
"vector-no-language-button-aria-label": "Članak je napisan samo na ovom jeziku. Dodajte druge jezike.",
"vector-language-redirect-to-top": "Poveznice na druge jezike nalaze se uz naslov članka, pri [[#p-lang-btn|vrhu stranice]].",
"vector-language-variant-switcher-label": "Promijeni jezičnu varijantu",
"vector-action-addsection": "Dodaj temu",
@ -41,14 +43,17 @@
"vector-jumptocontent": "Prijeđi na sadržaj",
"vector-more-actions": "Više",
"vector-search-loader": "Učitavanje prijedloga pretrage",
"vector-searchsuggest-containing": "Traži stranice koje sadrže <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Wikipedija:Dobro došli",
"vector-toc-heading": "Sadržaj",
"vector-toc-toggle-position-title": "sakrij",
"vector-toc-beginning": "Početak",
"vector-anon-user-menu-pages": "Stranice za odjavljene uređivače",
"vector-anon-user-menu-pages-learn": "saznajte više",
"vector-anon-user-menu-pages-label": "Vidi više o uređivanju",
"vector-main-menu-tooltip": "Glavni izbornik",
"vector-toc-menu-tooltip": "Sadržaj",
"vector-article-tools-nav-label": "Alati",
"vector-toc-collapsible-button-label": "Prikaz sadržaja stranice",
"vector-site-nav-label": "Mrežno mjesto",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Rasprava]]",
"tooltip-vector-anon-user-menu-title": "Više mogućnosti"

View File

@ -1,22 +1,42 @@
{
"@metadata": {
"authors": [
"Amire80",
"Boukman",
"Internoob",
"Masterches",
"Tisave"
]
},
"vector-languages": "Lang yo",
"vector-language-button-aria-label": "Ale nan yon atik nan yon lòt lang. Disponib nan {{PLURAL:$1|$1 lang}}",
"vector-language-button-label": "{{PLURAL:$1|$1 lang}}",
"vector-no-language-button-label": "Ajoute lang yo",
"vector-no-language-button-aria-label": "Atik sa a egziste sèlman nan lang sa a. Ajoute atik la pou lòt lang",
"vector-language-redirect-to-top": "Sou {{SITENAME}} sa a lyen lang yo nan tèt paj la anfas tit atik la. [[#p-lang-btn|Ale nan tèt]].",
"vector-language-variant-switcher-label": "Chanje variant lang",
"vector-action-addsection": "Ajoute yon sijè",
"vector-action-delete": "Efase",
"vector-action-move": "Chanje non",
"vector-action-protect": "Pwoteje",
"vector-action-undelete": "Retabli",
"vector-action-unprotect": "Pa pwoteje",
"vector-action-unprotect": "Chanje nivo pwoteksyon",
"vector-view-create": "Kreye",
"vector-view-edit": "Modifye",
"vector-view-history": "Gade istorik",
"vector-view-view": "Li",
"vector-view-viewsource": "Wè kòd tèks sa a",
"vector-more-actions": "Plis"
"vector-view-viewsource": "Wè kòd paj la",
"vector-more-actions": "Plis",
"vector-searchsuggest-containing": "Chèche paj yo ki genyen <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-toc-heading": "Kontni",
"vector-toc-toggle-position-title": "kache",
"vector-anon-user-menu-pages": "Paj yo pou editè ki dekonekte yo",
"vector-anon-user-menu-pages-learn": "aprann plis",
"vector-anon-user-menu-pages-label": "Aprann plis sou modifikasyon",
"vector-main-menu-tooltip": "Meni prensipal la",
"vector-toc-menu-tooltip": "Tab dèmatyè",
"vector-toc-collapsible-button-label": "Deklannche tab dèmatyè la",
"vector-site-nav-label": "Sit",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Diskisyon]]",
"tooltip-vector-anon-user-menu-title": "Plis opsyon"
}

View File

@ -6,6 +6,7 @@
"Dj",
"Hanna Tardos",
"Misibacsi",
"Mmarci72",
"Máté",
"Tacsipacsi",
"Tgr"
@ -20,8 +21,12 @@
"vector.js": "/* Az összes itteni JavaScript betöltődik Vector felület használóinak */",
"vector-action-toggle-sidebar": "Oldalsáv megjelenítése vagy elrejtése",
"vector-languages": "Más nyelveken",
"vector-language-button-aria-label": "Ugrás egy más nyelvű szócikkre. Elérhető $1 {{PLURAL:$1|nyelven}}",
"vector-language-button-label": "$1 nyelv",
"vector-no-language-button-label": "Nyelvek hozzáadása",
"vector-no-language-button-aria-label": "Ez a szócikk nem érhető el más nyelven. Szócikkek hozzáadása más nyelveken",
"vector-language-redirect-to-top": "Ezen a {{SITENAME}} oldalon a nyelvközi hivatkozások a lap tetején, a címmel átellenben találhatók. [[#p-lang-btn|Ugrás a tetejére.]]",
"vector-language-variant-switcher-label": "Nyelvvariáns váltása",
"vector-action-addsection": "Új téma nyitása",
"vector-action-delete": "Törlés",
"vector-action-move": "Átnevezés",
@ -38,9 +43,17 @@
"vector-jumptocontent": "Ugrás a tartalomhoz",
"vector-more-actions": "Több",
"vector-search-loader": "Keresési javaslatok betöltése…",
"vector-searchsuggest-containing": "Olyan oldalak keresése, amelyek tartalmazzák a következőt: <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-toc-heading": "Tartalomjegyzék",
"vector-toc-toggle-position-title": "elrejtés",
"vector-toc-beginning": "Bevezető",
"vector-toc-toggle-button-label": "A(z) $1 alszakasz kinyitása/becsukása",
"vector-anon-user-menu-pages": "Lapok kijelentkezett szerkesztőknek",
"vector-anon-user-menu-pages-learn": "további információk",
"vector-anon-user-menu-pages-label": "Tudj meg többet a szerkesztésről"
"vector-anon-user-menu-pages-label": "Tudj meg többet a szerkesztésről",
"vector-main-menu-tooltip": "Főmenü",
"vector-toc-menu-tooltip": "Tartalomjegyzék",
"vector-toc-collapsible-button-label": "Tartalomjegyzék kinyitása/becsukása",
"vector-site-nav-label": "Wiki",
"tooltip-vector-anon-user-menu-title": "További lehetőségek"
}

View File

@ -10,6 +10,7 @@
},
"skinname-vector": "Սովորական",
"vector-languages": "Լեզուներ",
"vector-no-language-button-label": "Ավելացնել լեզուներ",
"vector-action-addsection": "Ավելացնել քննարկում",
"vector-action-delete": "Ջնջել",
"vector-action-move": "Տեղափոխել այս էջը",
@ -22,6 +23,7 @@
"vector-view-view": "Կարդալ",
"vector-view-viewsource": "Դիտել ելատեքստը",
"vector-more-actions": "Ավելին",
"vector-toc-toggle-position-title": "թաքցնել",
"vector-anon-user-menu-pages-learn": "իմանալ ավելին",
"vector-toc-menu-tooltip": "Բովանդակություն"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"McDutchie"
]
},
@ -31,13 +32,12 @@
"vector-jumptocontent": "Saltar al contento",
"vector-more-actions": "Plus",
"vector-search-loader": "Cargante suggestiones de recerca",
"vector-searchsuggest-containing": "Cercar paginas que contine <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Cercar paginas que contine <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Introduction",
"vector-anon-user-menu-pages": "Paginas pro redactores sin session aperte",
"vector-anon-user-menu-pages-learn": "leger plus",
"vector-anon-user-menu-pages-label": "Leger plus sur le modification",
"vector-main-menu-tooltip": "Menu principal",
"vector-article-tools-nav-label": "Instrumentos",
"vector-site-nav-label": "Sito",
"tooltip-vector-anon-user-menu-title": "Plus optiones"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Arifin.wijaya",
"Bennylin",
"Daud I.F. Argana",
@ -10,6 +11,7 @@
"Naufal06",
"Rachmat04",
"Rex",
"Veracious",
"William Surya Permana"
]
},
@ -25,6 +27,8 @@
"vector-languages": "Bahasa",
"vector-language-button-aria-label": "Pergi ke artikel dalam bahasa lain. Terdapat {{PLURAL:$1|$1 bahasa}}",
"vector-language-button-label": "$1 bahasa",
"vector-no-language-button-label": "Tambah bahasa",
"vector-no-language-button-aria-label": "Artikel ini hanya tersedia dalam bahasa ini. Terjemahkan artikelnya ke dalam bahasa lain",
"vector-language-redirect-to-top": "Di {{SITENAME}} ini, pranala bahasa terletak di bagian atas halaman di sebelah judul artikel. [[#p-lang-btn|Pergi ke paling atas]].",
"vector-language-variant-switcher-label": "Ubah varian bahasa",
"vector-action-addsection": "Bagian baru",
@ -43,16 +47,16 @@
"vector-jumptocontent": "Lompat ke isi",
"vector-more-actions": "Lainnya",
"vector-search-loader": "Memuat saran pencarian",
"vector-searchsuggest-containing": "Cari halaman yang berisi <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Cari halaman yang berisi <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Bantuan:Pengantar",
"vector-toc-heading": "Daftar isi",
"vector-toc-toggle-position-title": "sembunyikan",
"vector-toc-beginning": "Awal",
"vector-anon-user-menu-pages": "Halaman penyunting yang telah keluar log",
"vector-anon-user-menu-pages-learn": "pelajari lebih lanjut",
"vector-anon-user-menu-pages-label": "Pelajari lebih lanjut tentang menyunting",
"vector-main-menu-tooltip": "Menu utama",
"vector-toc-menu-tooltip": "Daftar Isi",
"vector-article-tools-nav-label": "Perkakas",
"vector-site-nav-label": "Situs",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Diskusi]]",
"tooltip-vector-anon-user-menu-title": "Opsi lainnya"

View File

@ -1,14 +1,18 @@
{
"@metadata": {
"authors": [
"Amire80",
"Edith Nwobu",
"Ifexin",
"Oby Ezeilo",
"Pasjoesscc",
"Timzy D'Great",
"Tochiprecious",
"Ukabia",
"Uzoma Ozurumba"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 asụsụ|asụsụ}}",
"vector-language-button-label": "{{PLURAL:$1|$1 asụsụ}}",
"vector-action-addsection": "Tinyé Okwu",
"vector-action-delete": "Kàcha",
"vector-action-move": "Papụ̀",
@ -16,12 +20,14 @@
"vector-action-undelete": "Á gbàkashikwà",
"vector-action-unprotect": "Nchẹdo mgbanwe",
"vector-view-create": "Kèe",
"vector-view-edit": "Mèzi",
"vector-view-history": "Lèe ị̀ta",
"vector-view-edit": "Dezie",
"vector-view-history": "Lèe onye rụrụ ọrụ a",
"vector-view-view": "Gụ̀ọ",
"vector-view-viewsource": "Zi mkpurụ",
"vector-view-viewsource": "Lee ebeosi",
"vector-more-actions": "Ọzọ",
"vector-searchsuggest-containing": "Chọọ peeji ndị gụnyere <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Chọọ peeji ndị gụnyere <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-toc-heading": "Ndịna",
"vector-toc-toggle-position-sidebar": "Ga na nootu akụkụ",
"vector-toc-toggle-position-title": "zoo",
"vector-toc-toggle-button-label": "Chọba ndịnisiokwu $1"
}

View File

@ -20,5 +20,6 @@
"vector-view-viewsource": "Kitaen ti taudan",
"vector-jumptonavigation": "Darsen a mapan iti pagdaliasatan",
"vector-jumptosearch": "Darsen a mapan agbiruk",
"vector-more-actions": "Adu pay"
"vector-more-actions": "Adu pay",
"vector-searchsuggest-containing": "Agbiruk kadagiti panid nga nga aglaon iti <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Joao Xavier",
"Lakaoso",
"Malafaya"
@ -24,7 +25,7 @@
"vector-jumptonavigation": "Irez a navigado",
"vector-jumptosearch": "Irez a serchilo",
"vector-more-actions": "Pluse",
"vector-searchsuggest-containing": "Serchar pagini kontenanta <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Serchar pagini kontenanta <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-toc-heading": "Kontenaji",
"vector-main-menu-tooltip": "Chef-menuo",
"tooltip-vector-anon-user-menu-title": "Plusa selekti"

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Friðrik Bragi Dýrfjörð",
"Maxí",
"Snævar",
@ -28,5 +29,5 @@
"vector-view-view": "Lesa",
"vector-view-viewsource": "Sýna frumkóða",
"vector-more-actions": "Meira",
"vector-searchsuggest-containing": "Leita að síðum sem innihalda <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>"
"vector-searchsuggest-containing": "Leita að síðum sem innihalda <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

8
i18n/ish.json Normal file
View File

@ -0,0 +1,8 @@
{
"@metadata": {
"authors": [
"Hackesan"
]
},
"vector-view-view": "Tiè"
}

View File

@ -2,11 +2,13 @@
"@metadata": {
"authors": [
"Ajeje Brazorf",
"Amire80",
"Beta16",
"Darth Kule",
"Elitre",
"FRacco",
"Gianfranco",
"GpieroMW",
"Melos",
"Patafisik WMF",
"Pierpao",
@ -25,8 +27,9 @@
"vector.js": "/* Il codice JavaScript inserito qui viene caricato dagli utenti che usano il tema Vector */",
"vector-languages": "Lingue",
"vector-language-button-label": "{{PLURAL:$1|$1 lingua|$1 lingue}}",
"vector-no-language-button-label": "Aggiungi lingue",
"vector-language-redirect-to-top": "Su questa {{SITENAME}} gli interlink sono in cima alla pagina a destra del titolo. [[#p-lang-btn|Vai in cima]].",
"vector-action-addsection": "Aggiungi discussione",
"vector-action-addsection": "Aggiungi argomento",
"vector-action-delete": "Cancella",
"vector-action-move": "Sposta",
"vector-action-protect": "Proteggi",
@ -38,13 +41,14 @@
"vector-view-view": "Leggi",
"vector-view-viewsource": "Visualizza wikitesto",
"vector-more-actions": "Altro",
"vector-searchsuggest-containing": "Cerca le pagine che contengono <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-intro-page": "Aiuto:Introduzione",
"vector-searchsuggest-containing": "Cerca le pagine che contengono <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Introduzione",
"vector-toc-heading": "Indice",
"vector-toc-toggle-position-sidebar": "sposta nella barra laterale",
"vector-toc-toggle-position-title": "nascondi",
"vector-toc-beginning": "Inizio",
"vector-anon-user-menu-pages": "Pagine per utenti anonimi",
"vector-anon-user-menu-pages-learn": "ulteriori informazioni",
"vector-main-menu-tooltip": "Menu principale",
"vector-article-tools-nav-label": "Strumenti",
"vector-site-nav-label": "Sito"
}

View File

@ -2,8 +2,10 @@
"@metadata": {
"authors": [
"A2y4",
"Amire80",
"Foomin10",
"Fryed-peach",
"Jaw Salvager",
"Kkairri",
"LNDDYL",
"Marine-Blue",
@ -14,6 +16,7 @@
"Penn Station",
"RYOUMA1117",
"Shirayuki",
"Sou0012",
"Takot",
"Tmv",
"Whym",
@ -24,9 +27,10 @@
"青子守歌"
]
},
"skinname-vector": "Vector",
"vector-skin-desc": "2種類のVectorスキンを提供します。\n* 2011 - MonoBookのモダンバージョンで、新しい外観と多くのユーザビリティの向上が図られています。\n* 2022年 - WMF [[mw:Desktop Improvements]] プロジェクトの一部として作られたVector。",
"prefs-vector-enable-vector-1-label": "古いVector外装を使用する",
"skinname-vector": "レガシー ベクター (2010年版)",
"skinname-vector-2022": "ベクター (2022年版)",
"vector-skin-desc": "2種類のVectorスキン外装を提供します。\n* 2011年版 - MonoBookのモダンバージョンで、新しい外観と多くのユーザビリティの向上が図られています。\n* 2022年版 - ウィキメディア財団による [[mw:Desktop Improvements|デスクトップ版改善]]プロジェクトの一環として作られました。",
"prefs-vector-enable-vector-1-label": "レガシーベクター外装を使用する",
"prefs-vector-enable-vector-1-help": "今後数年にわたり、Vectorスキンを徐々に更新していく予定です。Legacy Vectorでは、(2019年12月時点の) 古いVector外装を表示できます。アップデートについての詳細は、[[mw:Reading/Web/Desktop_Improvements|プロジェクトページ]]をご覧ください。",
"vector-opt-out": "以前の外観に切り替え",
"vector-opt-out-tooltip": "設定を変更して、昔の外装 (以前のVector) の外観に戻します",
@ -34,8 +38,12 @@
"vector.js": "/* ここに記述したJavaScriptは、Vectorスキンの利用者全てに読み込まれます */",
"vector-action-toggle-sidebar": "サイドバーの切り替え",
"vector-languages": "言語",
"vector-language-button-aria-label": "特定の記事の別の言語版に移動します。 {{PLURAL:$1|利用可能な言語$1件}}",
"vector-language-button-label": "{{PLURAL:$1|$1の言語版}}",
"vector-no-language-button-label": "言語を追加",
"vector-no-language-button-aria-label": "この記事はこの言語にのみ存在します。他の言語のための記事を追加",
"vector-language-redirect-to-top": "この{{SITENAME}}では言語間リンクがページの先頭にある記事タイトルの向かい側に設置されています。[[#p-lang-btn|ページの先頭をご覧ください]]。",
"vector-language-variant-switcher-label": "別の言語に切り替える",
"vector-action-addsection": "話題追加",
"vector-action-delete": "削除",
"vector-action-move": "移動",
@ -52,14 +60,19 @@
"vector-jumptocontent": "コンテンツにスキップ",
"vector-more-actions": "その他",
"vector-search-loader": "検索候補を読み込んでいます",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>を含むページを検索する",
"vector-intro-page": "Help:はじめに",
"vector-toc-heading": "目次",
"vector-toc-toggle-position-sidebar": "サイドバーに移動",
"vector-toc-toggle-position-title": "非表示",
"vector-toc-beginning": "ページ先頭",
"vector-toc-toggle-button-label": "$1サブセクションを切り替えます",
"vector-anon-user-menu-pages": "ログアウトした編集者のページ",
"vector-anon-user-menu-pages-learn": "もっと詳しく",
"vector-anon-user-menu-pages-label": "編集の詳細",
"vector-main-menu-tooltip": "メインメニュー",
"vector-toc-menu-tooltip": "目次",
"vector-article-tools-nav-label": "ツール",
"vector-toc-collapsible-button-label": "目次の表示・非表示を切り替え",
"vector-site-nav-label": "サイト",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|議論]]",
"tooltip-vector-anon-user-menu-title": "その他の操作"

View File

@ -1,6 +1,8 @@
{
"@metadata": {
"authors": [
"Amire80",
"Bennylin",
"Naufal06",
"NoiX180",
"Pras",
@ -30,5 +32,8 @@
"vector-jumptosearch": "Menyang panggolèkan",
"vector-jumptocontent": "Menyang kontèn",
"vector-more-actions": "Liyané",
"vector-search-loader": "Ngemot pamrayoganing panggolèk"
"vector-search-loader": "Ngemot pamrayoganing panggolèk",
"vector-searchsuggest-containing": "Golèk kaca sing nduwèni ukara <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-anon-user-menu-pages": "Kaca pambesut kang metu log",
"vector-anon-user-menu-pages-learn": "sinaoni candhaké"
}

View File

@ -2,6 +2,7 @@
"@metadata": {
"authors": [
"Alsandro",
"Amire80",
"David1010",
"გიორგიმელა",
"Გიო ოქრო",
@ -20,8 +21,10 @@
"vector.js": "/* აქ მოცემული ყველა JavaScript ჩაიტვირთება ვექტორული გარეკანის ყველა მომხმარებლისათვის */",
"vector-action-toggle-sidebar": "გვერდითა პანელის გადართვა",
"vector-languages": "ენები",
"vector-language-button-aria-label": "სხვაენოვან სტატიაზე გადასვლა. ხელმისაწვდომია $1 ენაზე",
"vector-language-button-label": "{{PLURAL:$1|$1 ენა|$1 ენა}}",
"vector-language-button-aria-label": "სხვაენოვან სტატიაზე გადასვლა. ხელმისაწვდომია {{PLURAL:$1|$1 ენაზე}}",
"vector-language-button-label": "{{PLURAL:$1|$1 ენა}}",
"vector-no-language-button-label": "ენების დამატება",
"vector-no-language-button-aria-label": "ეს სტატია მხოლოდ ამ ენაზე არსებობს. დაამატეთ სტატია სხვა ენებისთვის",
"vector-language-redirect-to-top": "ამ საიტზე სხვა ენების ბმულები მოცემულია გვერდის დასაწყისში, სათაურის გასწვრივ. [[#p-lang-btn|დასაწყისთან გადასვლა]].",
"vector-language-variant-switcher-label": "ენის ვარიანტის შეცვლა",
"vector-action-addsection": "თემის ჩამატება",
@ -40,9 +43,11 @@
"vector-jumptocontent": "შინაარსზე გადასვლა",
"vector-more-actions": "მეტი",
"vector-search-loader": "იტვირთვება ძიების შეთავაზებები",
"vector-searchsuggest-containing": "იმ გვერდების მოძებნა, რომლებიც შეიცავენ <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>-ს",
"vector-searchsuggest-containing": "იმ გვერდების მოძებნა, რომლებიც შეიცავენ <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>-ს",
"vector-intro-page": "ვიკიპედია:კეთილი იყოს თქვენი მობრძანება",
"vector-toc-heading": "სარჩევი",
"vector-toc-toggle-position-sidebar": "გადატანა გვერდით ზოლზე",
"vector-toc-toggle-position-title": "დამალვა",
"vector-toc-beginning": "შესავალი",
"vector-toc-toggle-button-label": "სექცია „$1“-ის გაშლა/ჩაკეცვა",
"vector-anon-user-menu-pages": "გვერდები სისტემიდან გამოსული რედაქტორებისათვის",
@ -50,7 +55,7 @@
"vector-anon-user-menu-pages-label": "რედაქტირების შესახებ მეტის გაგება",
"vector-main-menu-tooltip": "მთავარი მენიუ",
"vector-toc-menu-tooltip": "სარჩევი",
"vector-article-tools-nav-label": "ხელსაწყოები",
"vector-toc-collapsible-button-label": "სარჩევის დამალვა/ჩვენება",
"vector-site-nav-label": "საიტი",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|დისკუსია]]",
"tooltip-vector-anon-user-menu-title": "მეტი შესაძლებლობა"

View File

@ -1,18 +1,22 @@
{
"@metadata": {
"authors": [
"Atabek"
"Atabek",
"Nurlan"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 til}}",
"vector-action-addsection": "Tema qosıw",
"vector-action-delete": "O'shiriw",
"vector-action-move": "Ko'shiriw",
"vector-action-protect": "Qorg'aw",
"vector-action-delete": "Óshiriw",
"vector-action-move": "Kóshiriw",
"vector-action-protect": "Qorǵaw",
"vector-action-undelete": "Qayta tiklew",
"vector-action-unprotect": "Qorg'awdı o'zgertiw",
"vector-action-unprotect": "Qorǵawdı ózgertiw",
"vector-view-create": "Jaratıw",
"vector-view-edit": "O'zgertiw",
"vector-view-history": "Tariyxın ko'riw",
"vector-view-edit": "Redaktorlaw",
"vector-view-history": "Tariyxın kóriw",
"vector-view-view": "Oqıw",
"vector-view-viewsource": "Deregin ko'riw"
"vector-view-viewsource": "Kodın kóriw",
"vector-more-actions": "Jáne",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> nı óz ishine alǵan betler ushın izlew"
}

View File

@ -15,5 +15,5 @@
"vector-view-history": "Nwuan nkhang",
"vector-view-view": "Fang",
"vector-more-actions": "Nkyang njhyang",
"vector-searchsuggest-containing": "Zop ngwat na̱ byia̱ <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>"
"vector-searchsuggest-containing": "Zop ngwat na̱ byia̱ <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

9
i18n/kck.json Normal file
View File

@ -0,0 +1,9 @@
{
"@metadata": {
"authors": [
"MthulisiNcube"
]
},
"vector-toc-toggle-position-sidebar": "sodzedza musayidi bha",
"vector-toc-toggle-position-title": "sumbika"
}

View File

@ -3,22 +3,62 @@
"authors": [
"Arystanbek",
"Daniyar",
"Darzz",
"GaiJin",
"Hedeyohu22",
"Kaztrans"
"Kaztrans",
"U.ayaao.p",
"СеніңШешең"
]
},
"vector-language-button-label": "$1 тіл",
"skinname-vector": "Ескі Vector (2010)",
"skinname-vector-2022": "Vector (2022)",
"vector-specialversion-name": "Vector",
"vector-skin-desc": "2 Vector мұқабасын ұсынады:\n* 2011 - түрі жаңа, көптеген қолданыс мүмкіндіктері қосылған MonoBook-тың заманауи нұсқасы.\n* 2022 - Уикимедиа [[mw:Desktop Improvements]] жобасының бір бөлігі ретінде құрастырылған Vector.",
"prefs-vector-enable-vector-1-label": "Ескі Vector қолдану",
"prefs-vector-enable-vector-1-help": "Алдағы бірнеше жылда біз Vector мәнерін біртіндеп жаңартамыз. Ескі Vector сізге Vector-дың бұрынғы нұсқасын көруге мүмкіндік береді (2019 жылғы желтоқсандағы жағдай бойынша). Жаңартулар туралы көбірек білу үшін [[mw:Reading/Web/Desktop_Improvements|жоба бетімізге]] өтіңіз.",
"vector-opt-out": "Ескі көрініске ауысу",
"vector-opt-out-tooltip": "Мәнердің ескі көрінісіне (ескі Vector-ға) қайту үшін баптауларыңызды өзгертіңіз",
"vector.css": "/* Мұндағы барлық CSS Vector мұқабасы бар қатысушыларға жүктеледі */",
"vector.js": "/* Мұндағы барлық JavaScript Vector мұқабасы бар қатысушыларға жүктеледі */",
"vector-action-toggle-sidebar": "Бүйірлік тақтаны қосу/өшіру",
"vector-languages": "Тілдер",
"vector-language-button-aria-label": "Басқа тілдегі мақалаға өту. {{PLURAL:$1|$1 тілде}} қолжетімді",
"vector-language-button-label": "{{PLURAL:$1|$1 тіл}}",
"vector-no-language-button-label": "Тіл қосу",
"vector-no-language-button-aria-label": "Бұл мақала осы тілде ғана қолжетімді. Басқа тілдерге мақаланы қосыңыз",
"vector-language-redirect-to-top": "Бұл {{SITENAME}} сайтында тіл сілтемелері беттің жоғары жақында мақала атауына бойында орналасқан. [[#p-lang-btn|Жоғары көтерілу]].",
"vector-language-variant-switcher-label": "Тіл нұсқасын ауыстыру",
"vector-action-addsection": "Тақырып қосу",
"vector-action-delete": "Жою",
"vector-action-move": "Атауын өзгерту",
"vector-action-move": "Жылжыту",
"vector-action-protect": "Қорғау",
"vector-action-undelete": "Жоюды болдырмау",
"vector-action-unprotect": "Қорғанысын өзгерту",
"vector-action-unprotect": "Қорғалуын өзгерту",
"vector-view-create": "Бастау",
"vector-view-edit": "Өңдеу",
"vector-view-history": "Өңделу тарихы",
"vector-view-view": "Оқу",
"vector-view-viewsource": "Қайнарын қарау",
"vector-more-actions": "Тағы"
"vector-view-viewsource": "Кодын көру",
"vector-jumptonavigation": "Навигацияға өту",
"vector-jumptosearch": "Іздеуге өту",
"vector-jumptocontent": "Мазмұнға өту",
"vector-more-actions": "Тағы",
"vector-search-loader": "Іздеу ұсыныстары жүктелуде",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">«$1»</strong> бар беттерді іздеу",
"vector-intro-page": "Уикипедия:Таныстыру",
"vector-toc-heading": "Мазмұны",
"vector-toc-toggle-position-sidebar": "бүйірлік тақтаға жылжыту",
"vector-toc-toggle-position-title": "жасыру",
"vector-toc-beginning": "Кіріспе",
"vector-toc-toggle-button-label": "$1 суббөлімін көрсету/жасыру",
"vector-anon-user-menu-pages": "Шыққан өңдеушілерге арналған беттер",
"vector-anon-user-menu-pages-learn": "көбірек білу",
"vector-anon-user-menu-pages-label": "Өңдеу туралы көбірек білу",
"vector-main-menu-tooltip": "Басты мәзір",
"vector-toc-menu-tooltip": "Мазмұны",
"vector-toc-collapsible-button-label": "Мазмұнды көрсету/жасыру",
"vector-site-nav-label": "Сайт",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Талқылау]]",
"tooltip-vector-anon-user-menu-title": "Басқа баптаулар"
}

View File

@ -8,6 +8,9 @@
},
"skinname-vector": "វ៉ិចទ័រ​​",
"vector.css": "/* CSS បានដាក់ទីនេះនឹងមានអនុភាពលើអ្នកប្រើប្រាស់នៃសំបក Vector */",
"vector-languages": "ភាសា",
"vector-language-button-label": "{{PLURAL:$1|$1 ភាសា}}",
"vector-no-language-button-label": "បន្ថែមភាសា",
"vector-action-addsection": "បន្ថែម​ប្រធានបទ​",
"vector-action-delete": "លុបចោល",
"vector-action-move": "ប្តូរទីតាំង",
@ -20,5 +23,6 @@
"vector-view-view": "អាន",
"vector-view-viewsource": "មើល​កូដ",
"vector-more-actions": "ច្រើនទៀត",
"vector-searchsuggest-containing": "ស្វែងរកទំព័រដែលមានពាក្យ<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-toc-heading": "មាតិកា"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Apzp79",
"Bluehill",
"Ellif",
@ -29,6 +30,8 @@
"vector-languages": "언어",
"vector-language-button-aria-label": "다른 언어로 문서를 방문합니다. {{PLURAL:$1|$1개 언어}}로 읽을 수 있습니다",
"vector-language-button-label": "{{PLURAL:$1|$1개 언어}}",
"vector-no-language-button-label": "언어 추가",
"vector-no-language-button-aria-label": "이 문서는 이 언어로만 존재합니다. 다른 언어로 문서를 추가하세요",
"vector-language-redirect-to-top": "이 {{SITENAME}}에서 언어 링크는 문서 제목 건너편의 문서 최상단에 있습니다. [[#p-lang-btn|최상단으로 이동합니다]].",
"vector-language-variant-switcher-label": "언어 변종 바꾸기",
"vector-action-addsection": "새 주제",
@ -47,16 +50,19 @@
"vector-jumptocontent": "본문으로 이동",
"vector-more-actions": "더 보기",
"vector-search-loader": "검색 제안을 불러오는 중",
"vector-searchsuggest-containing": "<strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> 항목이 포함된 글을 검색",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> 항목이 포함된 글을 검색",
"vector-intro-page": "Help:소개",
"vector-toc-heading": "목차",
"vector-toc-toggle-position-sidebar": "사이드바로 이동",
"vector-toc-toggle-position-title": "숨기기",
"vector-toc-beginning": "처음 위치",
"vector-toc-toggle-button-label": "$1 하위분류 토글하기",
"vector-anon-user-menu-pages": "로그아웃한 편집자를 위한 문서",
"vector-anon-user-menu-pages-learn": "더 알아보기",
"vector-anon-user-menu-pages-label": "편집에 관해 더 알아보기",
"vector-main-menu-tooltip": "주 메뉴",
"vector-article-tools-nav-label": "도구",
"vector-toc-menu-tooltip": "목차",
"vector-toc-collapsible-button-label": "목차 토글",
"vector-site-nav-label": "사이트",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|토론]]",
"tooltip-vector-anon-user-menu-title": "더 많은 옵션"

View File

@ -2,13 +2,18 @@
"@metadata": {
"authors": [
"Aliyu shaba",
"Amire80"
"Amire80",
"Mohammedbama123"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 language|$1 languages}}",
"vector-view-edit": "Yasa,a",
"vector-action-addsection": "Bayin yukko",
"vector-action-delete": "Chinne",
"vector-action-move": "Huutu",
"vector-action-protect": "Teliwune",
"vector-view-create": "Awo kelta",
"vector-view-edit": "Yasa",
"vector-view-history": "Awodoyə közina kuru",
"vector-view-view": "Qra",
"vector-more-actions": "Kuru",
"vector-searchsuggest-containing": "Na awoodoyə gnazanama mata <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>"
"vector-searchsuggest-containing": "Na awoodoyə gnazanama mata <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -7,11 +7,15 @@
"Varvana"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 kieli|$1 kieltä}}",
"vector-action-addsection": "Lisyä teema",
"vector-action-delete": "Poissa",
"vector-action-move": "Šiirrä",
"vector-action-protect": "Šuojua",
"vector-view-create": "Luaji",
"vector-view-edit": "Kohentele",
"vector-view-history": "Näytä istorija",
"vector-view-view": "Luve",
"vector-more-actions": "Vielä"
"vector-more-actions": "Vielä",
"vector-searchsuggest-containing": "Eči šivuja, kumpašissa on <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,12 +1,15 @@
{
"@metadata": {
"authors": [
"Amire80",
"Iflaq",
"Rishabhbhat",
"Tajamul9",
"Teashae"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1زَبان|$1 زَبانہٕ}}",
"vector-no-language-button-label": "زبانہٕ کٕریٚو جمع/ایٚڈ",
"vector-action-addsection": "نٔو موضوٗع",
"vector-action-delete": "مِٹٲیو",
"vector-action-move": "پکناوُن",
@ -16,5 +19,5 @@
"vector-view-history": "تَوأریٖخ وُچھِو",
"vector-view-view": "پَرُن",
"vector-more-actions": "بێیہِ",
"vector-searchsuggest-containing": "صَفَن کٔرِو تَلاش یِمَن مَنٛز <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong> چھُ"
"vector-searchsuggest-containing": "صَفَن کٔرِو تَلاش یِمَن مَنٛز <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> چھُ"
}

View File

@ -7,6 +7,7 @@
"Gomada"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 ziman}}",
"vector-action-addsection": "Mijarekê lê zêde bike",
"vector-action-delete": "Jê bibe",
"vector-action-move": "Nav biguherîne",
@ -18,5 +19,6 @@
"vector-view-history": "Dîrokê bibîne",
"vector-view-view": "Bixwîne",
"vector-view-viewsource": "Çavkaniyan bibîne",
"vector-more-actions": "Bêhtir"
"vector-more-actions": "Bêhtir",
"vector-searchsuggest-containing": "Li rûpelên ku <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> dihewînin bigere"
}

View File

@ -18,6 +18,7 @@
"vector-languages": "Sproochen",
"vector-language-button-aria-label": "Op en Artikel an enger anerer Sprooch wiesselen. Disponibel an {{PLURAL:$1|enger Sprooch|$1 Sproochen}}",
"vector-language-button-label": "{{PLURAL:$1|$1 Sprooch|$1 Sproochen}}",
"vector-no-language-button-label": "Sproochen derbäisetzen",
"vector-language-redirect-to-top": "Op {{SITENAME}} sinn d'Linken op aner Sproochen uewen op der Säit riets niewent dem Titel vum Artikel. : [[#p-lang-btn|No uewe goen]]",
"vector-language-variant-switcher-label": "Sproochvariant änneren",
"vector-action-addsection": "Sujet derbäisetzen",
@ -36,12 +37,20 @@
"vector-jumptocontent": "Op den Inhalt sprangen",
"vector-more-actions": "Méi",
"vector-search-loader": "Luede vun de Propose fir ze sichen",
"vector-searchsuggest-containing": "No Säiten mat <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> sichen",
"vector-intro-page": "Help:Aféierung",
"vector-toc-heading": "Inhalter",
"vector-toc-toggle-position-sidebar": "an déi säitlech Läischt réckelen",
"vector-toc-toggle-position-title": "verstoppen",
"vector-toc-beginning": "Ufank",
"vector-toc-toggle-button-label": "Ënner-Abschnitt $1 wiesselen",
"vector-anon-user-menu-pages": "Säite fir ausgeloggt Benotzer",
"vector-anon-user-menu-pages-learn": "Fir méi ze wëssen",
"vector-anon-user-menu-pages-label": "Méi gewuer ginn iwwer d'Änneren",
"vector-main-menu-tooltip": "Haaptmenü",
"vector-toc-menu-tooltip": "Inhaltsverzeechnes",
"vector-toc-collapsible-button-label": "Inhaltsverzeechnes wiesselen",
"vector-site-nav-label": "Site",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Diskussioun]]",
"tooltip-vector-anon-user-menu-title": "Méi Optiounen"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Gastaz",
"Giromin Cangiaxo",
"N. Longo",
@ -16,6 +17,8 @@
"vector-languages": "Léngoe",
"vector-language-button-aria-label": "Vànni a l'artìcolo inte 'n'âtra léngoa. Disponìbile in {{PLURAL:$1|$1 léngoa|$1 léngoe}}",
"vector-language-button-label": "{{PLURAL:$1|$1 léngoa|$1 léngoe}}",
"vector-no-language-button-label": "Azónzi léngoe",
"vector-no-language-button-aria-label": "St'artìcolo chi o l'exìste sôlo inte quésta léngoa. Azónzi l'artìcolo inte âtre léngoe",
"vector-language-redirect-to-top": "Inte 'sta Wikipedia chi, i ligàmmi a-e léngoe són mìssi in çìmma a-a pàgina, da-arénte a-o sò tìtolo. [[#p-lang-btn|Vànni in çìmma]].",
"vector-language-variant-switcher-label": "Càngia variànte da léngoa",
"vector-action-addsection": "Azónzi discusción",
@ -34,16 +37,19 @@
"vector-jumptocontent": "Sâta a-o contegnûo",
"vector-more-actions": "Âtro",
"vector-search-loader": "Caregaménto di sugeriménti de çèrchia",
"vector-searchsuggest-containing": "Çèrca inte pàgine che contêgnan <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Çèrca inte pàgine che contêgnan <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Introduçión",
"vector-toc-heading": "Ìndice",
"vector-toc-toggle-position-sidebar": "méscia inta bâra laterâle",
"vector-toc-toggle-position-title": "ascóndi",
"vector-toc-beginning": "Prinçìpio",
"vector-toc-toggle-button-label": "Atîva a sotoseçión $1",
"vector-anon-user-menu-pages": "Pàgine pe-i contribotoî no conésci",
"vector-anon-user-menu-pages-learn": "Pe savéine de ciù",
"vector-anon-user-menu-pages-label": "Pe savéine de ciù in scê modìfiche",
"vector-main-menu-tooltip": "Menù prinçipâ",
"vector-article-tools-nav-label": "Struménti",
"vector-toc-menu-tooltip": "Tabélla di contegnûi",
"vector-toc-collapsible-button-label": "Altèrna a tabélla di contegnûi",
"vector-site-nav-label": "Scîto",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Discusción]]",
"tooltip-vector-anon-user-menu-title": "Âtre scèlte"

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Asenoner",
"Starladin"
]
@ -15,5 +16,5 @@
"vector-view-history": "Storia dl documënt",
"vector-view-view": "Liej",
"vector-more-actions": "De plu",
"vector-searchsuggest-containing": "Chir les plates cun laite <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>"
"vector-searchsuggest-containing": "Chir les plates cun laite <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Insübrich",
"Ninonino",
"Salvemm el lombard"
@ -18,7 +19,7 @@
"vector-language-redirect-to-top": "In su questa ̻{{SITENAME}} chì i ligam de la lengua a inn metud in scima a la pagina in facia del titol de l'articol. [[#p-lang-btn|Va in scima]].",
"vector-language-variant-switcher-label": "Cambia la variant de la lengua",
"vector-action-addsection": "Sgionta un argoment",
"vector-action-delete": "Scancela",
"vector-action-delete": "Scancella",
"vector-action-move": "Sposta",
"vector-action-protect": "Protensg",
"vector-action-undelete": "Recupera",
@ -33,7 +34,7 @@
"vector-jumptocontent": "Và al contegnud",
"vector-more-actions": "An'mò",
"vector-search-loader": "Caregament di sugeriment de ricerca",
"vector-searchsuggest-containing": "Cerca i pagine che gh'hann dent <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Cerca i pagine che gh'hann dent <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Introduction",
"vector-toc-heading": "Contegnud",
"vector-toc-beginning": "Inviada",

View File

@ -7,6 +7,7 @@
"Homo",
"Hugo.arg",
"Matasg",
"Pavel1513",
"Perkunas",
"Tomasdd"
]
@ -14,6 +15,7 @@
"skinname-vector": "Vektorinė",
"vector-skin-desc": "Moderni MonoBook versija su šviežiausia išvaizda ir daugybe panaudojamumo patobulinimų",
"prefs-vector-enable-vector-1-label": "Naudoti senąją vektorinę išvaizdą",
"vector-language-button-label": "{{PLURAL:$1|$1 kalba|$1 kalbų}}",
"vector-action-addsection": "Pridėti temą",
"vector-action-delete": "Ištrinti",
"vector-action-move": "Pervardyti",
@ -27,5 +29,6 @@
"vector-view-viewsource": "Žiūrėti kodą",
"vector-jumptocontent": "Pereiti prie turinio",
"vector-more-actions": "Daugiau",
"vector-search-loader": "Įkeliami paieškos pasiūlymai"
"vector-search-loader": "Įkeliami paieškos pasiūlymai",
"vector-searchsuggest-containing": "Ieškoti puslapių, turinčių <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>"
}

View File

@ -5,7 +5,17 @@
"Papuass"
]
},
"prefs-vector-enable-vector-1-label": "Izmantot Legacy Vector",
"prefs-vector-enable-vector-1-help": "Dažu nākamo gadu laikā mēs pakāpeniski atjaunināsim Vector apdari. Legacy Vector ļaus skatīt veco Vector versiju (kāda tā bija 2019. gada decembrī). Lai uzzinātu vairāk par jauninājumiem, dodies uz mūsu [[mw:Reading/Web/Desktop_Improvements|projekta lapu]].",
"vector-opt-out": "Pārslēgties uz veco izskatu",
"vector-opt-out-tooltip": "Nomaini savus iestatījumus, lai atgrieztos pie vecā apdares izskata (Legacy Vector)",
"vector-action-toggle-sidebar": "Pārslēgt sānjoslu",
"vector-languages": "Valodas",
"vector-language-button-aria-label": "Pāriet uz rakstu citā valodā. Pieejams {{PLURAL:$1|$1 valodās|$1 valodā|$1 valodās}}",
"vector-language-button-label": "{{PLURAL:$1|$1 valodas|$1 valoda|$1 valodas}}",
"vector-no-language-button-label": "Pievienot valodas",
"vector-no-language-button-aria-label": "Šis raksts pastāv tikai šajā valodā. Pievienot rakstu citā valodā",
"vector-language-variant-switcher-label": "Mainīt valodas variantu",
"vector-action-addsection": "Jauna sadaļa",
"vector-action-delete": "Dzēst",
"vector-action-move": "Pārvietot",
@ -17,8 +27,23 @@
"vector-view-history": "Hronoloģija",
"vector-view-view": "Skatīt",
"vector-view-viewsource": "Aplūkot kodu",
"vector-jumptonavigation": "Pāriet uz navigāciju",
"vector-jumptosearch": "Pāriet uz meklēšanu",
"vector-jumptocontent": "Pāriet uz saturu",
"vector-more-actions": "Vairāk",
"vector-search-loader": "Ielādē meklēšanas ieteikumus",
"vector-searchsuggest-containing": "Meklēt lapas, kas satur <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Vikipēdija:Ievads",
"vector-toc-heading": "Saturs",
"vector-toc-toggle-position-sidebar": "pārvietot uz sānjoslu",
"vector-toc-toggle-position-title": "paslēpt",
"vector-toc-beginning": "Sākums",
"vector-toc-toggle-button-label": "Pārslēgt $1 apakšsadaļu",
"vector-anon-user-menu-pages-learn": "uzzināt vairāk",
"vector-anon-user-menu-pages-label": "Uzzini vairāk par rediģēšanu",
"vector-main-menu-tooltip": "Galvenā izvēlne",
"vector-toc-menu-tooltip": "Satura rādītājs",
"vector-toc-collapsible-button-label": "Pārslēgt satura rādītāju",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Diskusija]]",
"tooltip-vector-anon-user-menu-title": "Vairāk iespēju"
}

16
i18n/mag.json Normal file
View File

@ -0,0 +1,16 @@
{
"@metadata": {
"authors": [
"ऐक्टिवेटेड्"
]
},
"vector-language-button-label": "{{PLURAL:$1|$1 भासा|$1 भासासभ}}",
"vector-action-addsection": "बिसय जोड़",
"vector-action-move": "स्थानान्तरन",
"vector-view-create": "बनाव",
"vector-view-edit": "सम्पादन",
"vector-view-history": "इतिहास देख",
"vector-view-view": "पढ़",
"vector-more-actions": "आउ",
"vector-searchsuggest-containing": "<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> बाला पन्ना खोज"
}

10
i18n/mak.json Normal file
View File

@ -0,0 +1,10 @@
{
"@metadata": {
"authors": [
"Han4299"
]
},
"vector-view-create": "Parek",
"vector-view-edit": "Pinra",
"vector-view-view": "Baca"
}

View File

@ -1,6 +1,7 @@
{
"@metadata": {
"authors": [
"Amire80",
"Bjankuloski06",
"Brest"
]
@ -19,6 +20,8 @@
"vector-languages": "Јазици",
"vector-language-button-aria-label": "Појдете на статија на друг јазик. Достапно на {{PLURAL:$1|$1 јазик|$1 јазици}}",
"vector-language-button-label": "{{PLURAL:$1|$1 јазик|$1 јазици}}",
"vector-no-language-button-label": "Додај јазици",
"vector-no-language-button-aria-label": "Оваа статија постои само на овој јазик. Додајте ја статијата за други јазици",
"vector-language-redirect-to-top": "Јазичните врски на проектот {{SITENAME}} се во горниот дел на страницата, спроти насловот на статијата. [[#p-lang-btn|Одете најгоре]].",
"vector-language-variant-switcher-label": "Менување на јазичната варијанта",
"vector-action-addsection": "Додај тема",
@ -37,9 +40,11 @@
"vector-jumptocontent": "Прејди на содржината",
"vector-more-actions": "Повеќе",
"vector-search-loader": "Вчитувам предлози за пребарувањето",
"vector-searchsuggest-containing": "Пребарај страници кои го содржат <strong class=\"wvui-typeahead-search__suggestions__footer__text__query\">$1</strong>",
"vector-searchsuggest-containing": "Пребарај страници кои го содржат <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>",
"vector-intro-page": "Help:Вовед",
"vector-toc-heading": "Содржина",
"vector-toc-toggle-position-sidebar": "премести во страничникот",
"vector-toc-toggle-position-title": "скриј",
"vector-toc-beginning": "Почеток",
"vector-toc-toggle-button-label": "Префрли на поднасловот $1",
"vector-anon-user-menu-pages": "Страници за одјавени уредници",
@ -47,7 +52,7 @@
"vector-anon-user-menu-pages-label": "Дознајте повеќе за уредувањето",
"vector-main-menu-tooltip": "Главно мени",
"vector-toc-menu-tooltip": "Содржина",
"vector-article-tools-nav-label": "Алатки",
"vector-toc-collapsible-button-label": "Прик./скр. содржина",
"vector-site-nav-label": "Мрежно место",
"vector-2022-prefs-talkpage": "[[mw:Talk:Reading/Web/Desktop_Improvements|Разговор]]",
"tooltip-vector-anon-user-menu-title": "Повеќе можности"

Some files were not shown because too many files have changed in this diff Show More