From c42ebb8062ea428053d1da3aa11bc40d3414a78c Mon Sep 17 00:00:00 2001 From: Benoit Vianin Date: Sat, 7 Jan 2023 10:54:31 +0100 Subject: [PATCH] Update dependencies --- .../vendor/bacon/bacon-qr-code/composer.json | 6 + .../bacon/bacon-qr-code/phpunit.xml.dist | 13 + .../src/Common/CharacterSetEci.php | 3 + .../src/Common/FormatInformation.php | 2 +- .../bacon/bacon-qr-code/src/Common/Mode.php | 3 + .../bacon-qr-code/src/Encoder/Encoder.php | 2 +- .../src/Renderer/Image/SvgImageBackEnd.php | 4 +- .../Module/EdgeIterator/EdgeIterator.php | 2 +- .../src/Renderer/Path/EllipticArc.php | 2 +- .../test/Integration/ImagickRenderingTest.php | 9 + .../doc/vendor/composer/autoload_classmap.php | 2 +- .../doc/vendor/composer/autoload_static.php | 2 +- .../doc/vendor/composer/installed.json | 289 +- .../facture/doc/vendor/composer/installed.php | 126 +- .../qrcode-detector-decoder/README.md | 1 + .../qrcode-detector-decoder/composer.json | 14 +- .../qrcode-detector-decoder/ecs.php | 29 + .../qrcode-detector-decoder/lib/Binarizer.php | 111 +- .../lib/BinaryBitmap.php | 240 +- .../lib/ChecksumException.php | 24 +- .../lib/Common/AbstractEnum.php | 166 +- .../lib/Common/BitArray.php | 711 ++--- .../lib/Common/BitMatrix.php | 809 +++--- .../lib/Common/BitSource.php | 151 +- .../lib/Common/CharacterSetECI.php | 274 +- .../lib/Common/DecoderResult.php | 145 +- .../lib/Common/DefaultGridSampler.php | 148 +- .../lib/Common/Detector/MathUtils.php | 47 +- .../Detector/MonochromeRectangleDetector.php | 406 +-- .../lib/Common/DetectorResult.php | 27 +- .../lib/Common/GlobalHistogramBinarizer.php | 302 +- .../lib/Common/GridSampler.php | 300 +- .../lib/Common/HybridBinarizer.php | 412 ++- .../lib/Common/PerspectiveTransform.php | 284 +- .../lib/Common/Reedsolomon/GenericGF.php | 279 +- .../lib/Common/Reedsolomon/GenericGFPoly.php | 478 ++-- .../Common/Reedsolomon/ReedSolomonDecoder.php | 283 +- .../lib/Common/customFunctions.php | 126 +- .../lib/FormatException.php | 36 +- .../lib/GDLuminanceSource.php | 283 +- .../lib/IMagickLuminanceSource.php | 242 +- .../lib/LuminanceSource.php | 58 +- .../lib/NotFoundException.php | 16 +- .../lib/PlanarYUVLuminanceSource.php | 248 +- .../qrcode-detector-decoder/lib/QrReader.php | 168 +- .../lib/Qrcode/Decoder/BitMatrixParser.php | 423 ++- .../lib/Qrcode/Decoder/DataBlock.php | 178 +- .../lib/Qrcode/Decoder/DataMask.php | 188 +- .../Qrcode/Decoder/DecodedBitStreamParser.php | 611 ++-- .../lib/Qrcode/Decoder/Decoder.php | 307 +-- .../Qrcode/Decoder/ErrorCorrectionLevel.php | 101 +- .../lib/Qrcode/Decoder/FormatInformation.php | 293 +- .../lib/Qrcode/Decoder/Mode.php | 164 +- .../Qrcode/Decoder/QRCodeDecoderMetaData.php | 26 +- .../lib/Qrcode/Decoder/Version.php | 1192 ++++---- .../lib/Qrcode/Detector/AlignmentPattern.php | 57 +- .../Detector/AlignmentPatternFinder.php | 445 ++- .../lib/Qrcode/Detector/Detector.php | 698 ++--- .../lib/Qrcode/Detector/FinderPattern.php | 89 +- .../Qrcode/Detector/FinderPatternFinder.php | 1331 ++++----- .../lib/Qrcode/Detector/FinderPatternInfo.php | 42 +- .../lib/Qrcode/QRCodeReader.php | 335 ++- .../lib/RGBLuminanceSource.php | 482 ++-- .../qrcode-detector-decoder/lib/Reader.php | 4 +- .../lib/ReaderException.php | 33 +- .../qrcode-detector-decoder/lib/Result.php | 188 +- .../lib/ResultPoint.php | 208 +- .../qrcode-detector-decoder/phpunit.xml.dist | 20 +- .../qrcode-detector-decoder/rector.php | 64 + .../tests/QrReaderTest.php | 18 +- .../tests/bootstrap.php | 15 - .../tests/qrcodes/empty.png | Bin 0 -> 1602 bytes .../doc/vendor/myclabs/php-enum/README.md | 62 +- .../doc/vendor/myclabs/php-enum/composer.json | 5 +- .../doc/vendor/myclabs/php-enum/psalm.xml | 35 - .../doc/vendor/myclabs/php-enum/src/Enum.php | 2 +- .../myclabs/php-enum/stubs/Stringable.php | 11 + .../DateFormat/TimezoneTransformer.php | 2 +- .../intl/DateFormatter/IntlDateFormatter.php | 2 +- .../facture/doc/vendor/symfony/intl/Intl.php | 2 +- .../symfony/intl/Resources/bin/common.php | 4 + .../intl/Resources/bin/update-data.php | 4 + .../intl/Resources/data/currencies/bn.php | 16 +- .../intl/Resources/data/currencies/bn_IN.php | 42 + .../intl/Resources/data/currencies/cv.php | 630 +++++ .../intl/Resources/data/currencies/en.php | 6 +- .../intl/Resources/data/currencies/en_AU.php | 12 +- .../intl/Resources/data/currencies/en_CA.php | 4 +- .../intl/Resources/data/currencies/en_SL.php | 2 +- .../intl/Resources/data/currencies/eu.php | 8 + .../Resources/data/currencies/ff_Adlm.php | 154 +- .../Resources/data/currencies/ff_Adlm_SL.php | 4 +- .../Resources/data/currencies/ff_Latn_SL.php | 4 +- .../intl/Resources/data/currencies/gd.php | 8 + .../intl/Resources/data/currencies/ha.php | 2 +- .../intl/Resources/data/currencies/he.php | 2 +- .../Resources/data/currencies/hi_Latn.php | 30 + .../intl/Resources/data/currencies/hr.php | 2 +- .../intl/Resources/data/currencies/ig.php | 2 +- .../intl/Resources/data/currencies/is.php | 6 +- .../intl/Resources/data/currencies/it.php | 2 +- .../intl/Resources/data/currencies/iw.php | 2 +- .../intl/Resources/data/currencies/kk.php | 8 +- .../intl/Resources/data/currencies/ko.php | 40 +- .../intl/Resources/data/currencies/meta.php | 8 +- .../intl/Resources/data/currencies/mo.php | 10 +- .../intl/Resources/data/currencies/mr.php | 2 +- .../intl/Resources/data/currencies/nl.php | 2 +- .../intl/Resources/data/currencies/ps.php | 2 +- .../intl/Resources/data/currencies/ro.php | 10 +- .../intl/Resources/data/currencies/sc.php | 8 + .../intl/Resources/data/currencies/sd.php | 4 + .../intl/Resources/data/currencies/sk.php | 4 +- .../intl/Resources/data/currencies/te.php | 2 +- .../intl/Resources/data/currencies/tl.php | 32 +- .../intl/Resources/data/currencies/xh.php | 622 ++++- .../intl/Resources/data/currencies/zh.php | 14 +- .../Resources/data/currencies/zh_Hant.php | 2 +- .../symfony/intl/Resources/data/git-info.txt | 6 +- .../intl/Resources/data/languages/af.php | 41 + .../intl/Resources/data/languages/am.php | 38 + .../intl/Resources/data/languages/ar.php | 33 + .../intl/Resources/data/languages/ar_SA.php | 17 - .../intl/Resources/data/languages/as.php | 44 +- .../intl/Resources/data/languages/az.php | 39 + .../intl/Resources/data/languages/be.php | 44 +- .../intl/Resources/data/languages/bg.php | 44 +- .../intl/Resources/data/languages/bn.php | 123 +- .../intl/Resources/data/languages/br.php | 36 +- .../intl/Resources/data/languages/bs.php | 35 + .../intl/Resources/data/languages/bs_Cyrl.php | 47 + .../intl/Resources/data/languages/ca.php | 32 + .../intl/Resources/data/languages/cs.php | 31 + .../intl/Resources/data/languages/cv.php | 44 + .../intl/Resources/data/languages/cy.php | 40 +- .../intl/Resources/data/languages/da.php | 37 +- .../intl/Resources/data/languages/de.php | 31 + .../intl/Resources/data/languages/de_CH.php | 12 +- .../intl/Resources/data/languages/el.php | 33 + .../intl/Resources/data/languages/en.php | 15 +- .../intl/Resources/data/languages/en_001.php | 2 +- .../intl/Resources/data/languages/en_AU.php | 16 - .../intl/Resources/data/languages/en_CA.php | 8 +- .../intl/Resources/data/languages/en_GB.php | 22 +- .../intl/Resources/data/languages/en_IN.php | 1 - .../intl/Resources/data/languages/es.php | 41 +- .../intl/Resources/data/languages/es_419.php | 22 +- .../intl/Resources/data/languages/es_MX.php | 22 +- .../intl/Resources/data/languages/es_US.php | 27 +- .../intl/Resources/data/languages/et.php | 33 + .../intl/Resources/data/languages/eu.php | 216 +- .../intl/Resources/data/languages/fa.php | 50 +- .../intl/Resources/data/languages/ff_Adlm.php | 266 ++ .../intl/Resources/data/languages/fi.php | 33 +- .../intl/Resources/data/languages/fr.php | 35 +- .../intl/Resources/data/languages/fr_CA.php | 20 +- .../intl/Resources/data/languages/ga.php | 144 +- .../intl/Resources/data/languages/gd.php | 37 +- .../intl/Resources/data/languages/gl.php | 43 + .../intl/Resources/data/languages/gu.php | 42 +- .../intl/Resources/data/languages/ha.php | 190 +- .../intl/Resources/data/languages/ha_NE.php | 25 - .../intl/Resources/data/languages/he.php | 38 +- .../intl/Resources/data/languages/hi.php | 40 +- .../intl/Resources/data/languages/hi_Latn.php | 25 +- .../intl/Resources/data/languages/hr.php | 33 + .../intl/Resources/data/languages/hu.php | 33 + .../intl/Resources/data/languages/hy.php | 50 +- .../intl/Resources/data/languages/ia.php | 42 + .../intl/Resources/data/languages/id.php | 37 +- .../intl/Resources/data/languages/ig.php | 199 ++ .../intl/Resources/data/languages/ii.php | 3 - .../intl/Resources/data/languages/in.php | 37 +- .../intl/Resources/data/languages/is.php | 35 + .../intl/Resources/data/languages/it.php | 35 +- .../intl/Resources/data/languages/iw.php | 38 +- .../intl/Resources/data/languages/ja.php | 31 + .../intl/Resources/data/languages/jv.php | 184 ++ .../intl/Resources/data/languages/ka.php | 41 +- .../intl/Resources/data/languages/kk.php | 63 +- .../intl/Resources/data/languages/km.php | 44 + .../intl/Resources/data/languages/kn.php | 37 +- .../intl/Resources/data/languages/ko.php | 33 + .../intl/Resources/data/languages/ks.php | 1 + .../intl/Resources/data/languages/ky.php | 42 + .../intl/Resources/data/languages/lo.php | 40 +- .../intl/Resources/data/languages/lt.php | 34 +- .../intl/Resources/data/languages/lv.php | 35 + .../intl/Resources/data/languages/meta.php | 2454 +++++++++-------- .../intl/Resources/data/languages/mi.php | 411 ++- .../intl/Resources/data/languages/mk.php | 32 + .../intl/Resources/data/languages/ml.php | 34 + .../intl/Resources/data/languages/mn.php | 45 +- .../intl/Resources/data/languages/mo.php | 33 + .../intl/Resources/data/languages/mr.php | 35 + .../intl/Resources/data/languages/ms.php | 41 +- .../intl/Resources/data/languages/my.php | 49 +- .../intl/Resources/data/languages/ne.php | 35 + .../intl/Resources/data/languages/nl.php | 31 + .../intl/Resources/data/languages/nn.php | 14 +- .../intl/Resources/data/languages/no.php | 35 +- .../intl/Resources/data/languages/no_NO.php | 35 +- .../intl/Resources/data/languages/or.php | 38 + .../intl/Resources/data/languages/pa.php | 44 +- .../intl/Resources/data/languages/pl.php | 32 + .../intl/Resources/data/languages/ps.php | 45 +- .../intl/Resources/data/languages/pt.php | 33 + .../intl/Resources/data/languages/pt_PT.php | 12 +- .../intl/Resources/data/languages/qu.php | 172 ++ .../intl/Resources/data/languages/ro.php | 33 + .../intl/Resources/data/languages/ru.php | 35 +- .../intl/Resources/data/languages/sc.php | 195 +- .../intl/Resources/data/languages/sd.php | 49 +- .../intl/Resources/data/languages/se_FI.php | 1 - .../intl/Resources/data/languages/sh.php | 36 + .../intl/Resources/data/languages/sh_BA.php | 23 +- .../intl/Resources/data/languages/si.php | 41 + .../intl/Resources/data/languages/sk.php | 34 + .../intl/Resources/data/languages/sl.php | 36 + .../intl/Resources/data/languages/so.php | 189 +- .../intl/Resources/data/languages/sq.php | 40 + .../intl/Resources/data/languages/sr.php | 36 + .../intl/Resources/data/languages/sr_BA.php | 23 +- .../Resources/data/languages/sr_Cyrl_BA.php | 23 +- .../intl/Resources/data/languages/sr_Latn.php | 36 + .../Resources/data/languages/sr_Latn_BA.php | 23 +- .../intl/Resources/data/languages/sv.php | 32 + .../intl/Resources/data/languages/sw.php | 41 + .../intl/Resources/data/languages/sw_KE.php | 127 +- .../intl/Resources/data/languages/ta.php | 39 +- .../intl/Resources/data/languages/te.php | 35 + .../intl/Resources/data/languages/tg.php | 2 +- .../intl/Resources/data/languages/th.php | 69 +- .../intl/Resources/data/languages/ti.php | 186 +- .../intl/Resources/data/languages/ti_ER.php | 6 +- .../intl/Resources/data/languages/tk.php | 42 + .../intl/Resources/data/languages/tl.php | 44 +- .../intl/Resources/data/languages/to.php | 39 +- .../intl/Resources/data/languages/tr.php | 39 +- .../intl/Resources/data/languages/uk.php | 52 +- .../intl/Resources/data/languages/ur.php | 40 + .../intl/Resources/data/languages/uz.php | 43 +- .../intl/Resources/data/languages/uz_Cyrl.php | 1 - .../intl/Resources/data/languages/vi.php | 33 + .../intl/Resources/data/languages/xh.php | 40 +- .../intl/Resources/data/languages/yo.php | 188 ++ .../intl/Resources/data/languages/yo_BJ.php | 1 + .../intl/Resources/data/languages/zh.php | 41 +- .../intl/Resources/data/languages/zh_HK.php | 1 + .../intl/Resources/data/languages/zh_Hant.php | 34 +- .../Resources/data/languages/zh_Hant_HK.php | 1 + .../intl/Resources/data/languages/zu.php | 39 + .../intl/Resources/data/locales/af.php | 16 + .../intl/Resources/data/locales/am.php | 16 + .../intl/Resources/data/locales/ar.php | 16 + .../intl/Resources/data/locales/as.php | 16 + .../intl/Resources/data/locales/az.php | 16 + .../intl/Resources/data/locales/az_Cyrl.php | 16 + .../intl/Resources/data/locales/be.php | 16 + .../intl/Resources/data/locales/bg.php | 16 + .../intl/Resources/data/locales/bn.php | 126 +- .../intl/Resources/data/locales/bn_IN.php | 2 +- .../intl/Resources/data/locales/br.php | 3 + .../intl/Resources/data/locales/bs.php | 3 + .../intl/Resources/data/locales/bs_Cyrl.php | 29 +- .../intl/Resources/data/locales/ca.php | 17 +- .../intl/Resources/data/locales/ce.php | 3 + .../intl/Resources/data/locales/cs.php | 16 + .../intl/Resources/data/locales/cv.php | 294 ++ .../intl/Resources/data/locales/cy.php | 16 + .../intl/Resources/data/locales/da.php | 42 +- .../intl/Resources/data/locales/de.php | 16 + .../intl/Resources/data/locales/de_CH.php | 5 - .../intl/Resources/data/locales/dz.php | 1 + .../intl/Resources/data/locales/ee.php | 1 + .../intl/Resources/data/locales/el.php | 22 +- .../intl/Resources/data/locales/en.php | 65 +- .../intl/Resources/data/locales/en_001.php | 7 + .../intl/Resources/data/locales/en_CA.php | 3 + .../intl/Resources/data/locales/en_GB.php | 38 +- .../intl/Resources/data/locales/eo.php | 1 + .../intl/Resources/data/locales/es.php | 28 +- .../intl/Resources/data/locales/es_419.php | 7 + .../intl/Resources/data/locales/es_US.php | 13 + .../intl/Resources/data/locales/et.php | 16 + .../intl/Resources/data/locales/eu.php | 431 +-- .../intl/Resources/data/locales/fa.php | 16 + .../intl/Resources/data/locales/fa_AF.php | 7 + .../intl/Resources/data/locales/ff_Adlm.php | 262 +- .../intl/Resources/data/locales/fi.php | 3 + .../intl/Resources/data/locales/fo.php | 3 + .../intl/Resources/data/locales/fr.php | 16 + .../intl/Resources/data/locales/fr_CA.php | 2 + .../intl/Resources/data/locales/fy.php | 3 + .../intl/Resources/data/locales/ga.php | 3 + .../intl/Resources/data/locales/gd.php | 3 + .../intl/Resources/data/locales/gl.php | 16 + .../intl/Resources/data/locales/gu.php | 20 +- .../intl/Resources/data/locales/ha.php | 30 +- .../intl/Resources/data/locales/he.php | 15 +- .../intl/Resources/data/locales/hi.php | 80 +- .../intl/Resources/data/locales/hi_Latn.php | 48 +- .../intl/Resources/data/locales/hr.php | 20 +- .../intl/Resources/data/locales/hu.php | 16 + .../intl/Resources/data/locales/hy.php | 34 +- .../intl/Resources/data/locales/ia.php | 3 + .../intl/Resources/data/locales/id.php | 3 + .../intl/Resources/data/locales/ig.php | 36 + .../intl/Resources/data/locales/is.php | 16 + .../intl/Resources/data/locales/it.php | 28 +- .../intl/Resources/data/locales/ja.php | 16 + .../intl/Resources/data/locales/jv.php | 18 + .../intl/Resources/data/locales/ka.php | 20 +- .../intl/Resources/data/locales/kk.php | 60 +- .../intl/Resources/data/locales/km.php | 16 + .../intl/Resources/data/locales/kn.php | 20 +- .../intl/Resources/data/locales/ko.php | 16 + .../intl/Resources/data/locales/ks.php | 205 +- .../intl/Resources/data/locales/ks_Deva.php | 135 +- .../intl/Resources/data/locales/ku.php | 3 + .../intl/Resources/data/locales/ky.php | 16 + .../intl/Resources/data/locales/lb.php | 3 + .../intl/Resources/data/locales/lo.php | 16 + .../intl/Resources/data/locales/lt.php | 16 + .../intl/Resources/data/locales/lv.php | 16 + .../intl/Resources/data/locales/meta.php | 1178 ++++---- .../intl/Resources/data/locales/mi.php | 467 +++- .../intl/Resources/data/locales/mk.php | 20 +- .../intl/Resources/data/locales/ml.php | 16 + .../intl/Resources/data/locales/mn.php | 16 + .../intl/Resources/data/locales/mr.php | 18 +- .../intl/Resources/data/locales/ms.php | 11 +- .../intl/Resources/data/locales/mt.php | 3 + .../intl/Resources/data/locales/my.php | 34 +- .../intl/Resources/data/locales/ne.php | 24 +- .../intl/Resources/data/locales/nl.php | 3 + .../intl/Resources/data/locales/nn.php | 1 + .../intl/Resources/data/locales/no.php | 16 + .../intl/Resources/data/locales/or.php | 16 + .../intl/Resources/data/locales/os.php | 2 + .../intl/Resources/data/locales/pa.php | 16 + .../intl/Resources/data/locales/pl.php | 16 + .../intl/Resources/data/locales/ps.php | 16 + .../intl/Resources/data/locales/pt.php | 16 + .../intl/Resources/data/locales/pt_PT.php | 3 + .../intl/Resources/data/locales/qu.php | 20 +- .../intl/Resources/data/locales/rm.php | 3 + .../intl/Resources/data/locales/ro.php | 16 + .../intl/Resources/data/locales/ru.php | 50 +- .../intl/Resources/data/locales/sc.php | 19 +- .../intl/Resources/data/locales/sd.php | 36 +- .../intl/Resources/data/locales/sd_Deva.php | 25 +- .../intl/Resources/data/locales/si.php | 16 + .../intl/Resources/data/locales/sk.php | 16 + .../intl/Resources/data/locales/sl.php | 16 + .../intl/Resources/data/locales/so.php | 9 +- .../intl/Resources/data/locales/sq.php | 16 + .../intl/Resources/data/locales/sr.php | 16 + .../Resources/data/locales/sr_Cyrl_BA.php | 33 +- .../Resources/data/locales/sr_Cyrl_ME.php | 13 + .../Resources/data/locales/sr_Cyrl_XK.php | 13 + .../intl/Resources/data/locales/sr_Latn.php | 16 + .../Resources/data/locales/sr_Latn_BA.php | 33 +- .../Resources/data/locales/sr_Latn_ME.php | 13 + .../Resources/data/locales/sr_Latn_XK.php | 13 + .../intl/Resources/data/locales/su.php | 2 + .../intl/Resources/data/locales/sv.php | 5 +- .../intl/Resources/data/locales/sw.php | 16 + .../intl/Resources/data/locales/sw_CD.php | 2 + .../intl/Resources/data/locales/sw_KE.php | 138 +- .../intl/Resources/data/locales/ta.php | 44 +- .../intl/Resources/data/locales/te.php | 16 + .../intl/Resources/data/locales/tg.php | 209 +- .../intl/Resources/data/locales/th.php | 16 + .../intl/Resources/data/locales/ti.php | 29 +- .../intl/Resources/data/locales/ti_ER.php | 14 + .../intl/Resources/data/locales/tk.php | 16 + .../intl/Resources/data/locales/to.php | 20 +- .../intl/Resources/data/locales/tr.php | 16 + .../intl/Resources/data/locales/tt.php | 1 + .../intl/Resources/data/locales/ug.php | 3 + .../intl/Resources/data/locales/uk.php | 5 +- .../intl/Resources/data/locales/ur.php | 16 + .../intl/Resources/data/locales/uz.php | 34 +- .../intl/Resources/data/locales/uz_Cyrl.php | 16 + .../intl/Resources/data/locales/vi.php | 16 + .../intl/Resources/data/locales/wo.php | 1 + .../intl/Resources/data/locales/xh.php | 295 +- .../intl/Resources/data/locales/yi.php | 1 + .../intl/Resources/data/locales/yo.php | 18 + .../intl/Resources/data/locales/yo_BJ.php | 2 + .../intl/Resources/data/locales/zh.php | 3 + .../intl/Resources/data/locales/zh_Hant.php | 39 +- .../Resources/data/locales/zh_Hant_HK.php | 7 +- .../intl/Resources/data/locales/zu.php | 3 + .../intl/Resources/data/regions/bn.php | 28 +- .../intl/Resources/data/regions/bn_IN.php | 2 +- .../intl/Resources/data/regions/ca.php | 12 +- .../intl/Resources/data/regions/cv.php | 255 ++ .../intl/Resources/data/regions/da.php | 4 +- .../intl/Resources/data/regions/de_CH.php | 1 - .../intl/Resources/data/regions/el.php | 2 +- .../intl/Resources/data/regions/en_001.php | 7 + .../intl/Resources/data/regions/en_AU.php | 5 + .../intl/Resources/data/regions/en_CA.php | 3 + .../intl/Resources/data/regions/en_GB.php | 13 - .../intl/Resources/data/regions/ff_Adlm.php | 10 +- .../intl/Resources/data/regions/ha.php | 2 +- .../intl/Resources/data/regions/he.php | 4 +- .../intl/Resources/data/regions/hi.php | 6 +- .../intl/Resources/data/regions/hi_Latn.php | 12 + .../intl/Resources/data/regions/hr.php | 4 +- .../intl/Resources/data/regions/it.php | 10 +- .../intl/Resources/data/regions/iw.php | 4 +- .../intl/Resources/data/regions/kk.php | 8 +- .../intl/Resources/data/regions/kn.php | 4 +- .../intl/Resources/data/regions/ko.php | 2 +- .../intl/Resources/data/regions/ks.php | 111 +- .../intl/Resources/data/regions/ks_Deva.php | 2 +- .../intl/Resources/data/regions/mi.php | 143 +- .../intl/Resources/data/regions/mk.php | 4 +- .../intl/Resources/data/regions/mr.php | 2 +- .../intl/Resources/data/regions/ms.php | 2 +- .../intl/Resources/data/regions/nn.php | 1 - .../intl/Resources/data/regions/pt_PT.php | 1 + .../intl/Resources/data/regions/qu.php | 2 +- .../intl/Resources/data/regions/ru.php | 14 +- .../intl/Resources/data/regions/sd.php | 6 +- .../intl/Resources/data/regions/sd_Deva.php | 1 + .../intl/Resources/data/regions/sh_BA.php | 19 +- .../intl/Resources/data/regions/sr_BA.php | 19 +- .../Resources/data/regions/sr_Cyrl_BA.php | 19 +- .../Resources/data/regions/sr_Latn_BA.php | 19 +- .../intl/Resources/data/regions/su.php | 1 + .../intl/Resources/data/regions/sv.php | 2 +- .../intl/Resources/data/regions/sw_KE.php | 15 +- .../intl/Resources/data/regions/ta.php | 2 +- .../intl/Resources/data/regions/ti.php | 4 +- .../intl/Resources/data/regions/uk.php | 2 +- .../intl/Resources/data/regions/xh.php | 251 +- .../intl/Resources/data/regions/zh_HK.php | 3 +- .../Resources/data/regions/zh_Hant_HK.php | 3 +- .../intl/Resources/data/scripts/af.php | 14 + .../intl/Resources/data/scripts/am.php | 30 + .../intl/Resources/data/scripts/ar.php | 3 + .../intl/Resources/data/scripts/as.php | 14 + .../intl/Resources/data/scripts/az.php | 5 +- .../intl/Resources/data/scripts/be.php | 14 + .../intl/Resources/data/scripts/bg.php | 18 +- .../intl/Resources/data/scripts/bn.php | 19 +- .../intl/Resources/data/scripts/bs.php | 6 +- .../intl/Resources/data/scripts/bs_Cyrl.php | 74 +- .../intl/Resources/data/scripts/ca.php | 9 +- .../intl/Resources/data/scripts/cs.php | 4 +- .../intl/Resources/data/scripts/cv.php | 14 + .../intl/Resources/data/scripts/cy.php | 14 + .../intl/Resources/data/scripts/da.php | 4 +- .../intl/Resources/data/scripts/de.php | 4 +- .../intl/Resources/data/scripts/el.php | 2 + .../intl/Resources/data/scripts/en_CA.php | 10 + .../intl/Resources/data/scripts/es.php | 9 +- .../intl/Resources/data/scripts/es_419.php | 3 +- .../intl/Resources/data/scripts/es_MX.php | 7 - .../intl/Resources/data/scripts/es_US.php | 2 + .../intl/Resources/data/scripts/et.php | 1 + .../intl/Resources/data/scripts/eu.php | 2 + .../intl/Resources/data/scripts/fa.php | 9 +- .../intl/Resources/data/scripts/ff_Adlm.php | 171 +- .../intl/Resources/data/scripts/fr.php | 4 +- .../intl/Resources/data/scripts/ga.php | 5 + .../intl/Resources/data/scripts/gd.php | 2 + .../intl/Resources/data/scripts/gl.php | 15 +- .../intl/Resources/data/scripts/gu.php | 3 + .../intl/Resources/data/scripts/ha.php | 14 + .../intl/Resources/data/scripts/ha_NE.php | 7 + .../intl/Resources/data/scripts/he.php | 6 +- .../intl/Resources/data/scripts/hi.php | 12 +- .../intl/Resources/data/scripts/hi_Latn.php | 1 + .../intl/Resources/data/scripts/hr.php | 10 +- .../intl/Resources/data/scripts/hu.php | 2 + .../intl/Resources/data/scripts/hy.php | 22 +- .../intl/Resources/data/scripts/ig.php | 14 + .../intl/Resources/data/scripts/is.php | 12 + .../intl/Resources/data/scripts/it.php | 8 +- .../intl/Resources/data/scripts/iw.php | 6 +- .../intl/Resources/data/scripts/ja.php | 2 + .../intl/Resources/data/scripts/jv.php | 14 + .../intl/Resources/data/scripts/ka.php | 8 +- .../intl/Resources/data/scripts/kk.php | 137 +- .../intl/Resources/data/scripts/km.php | 51 + .../intl/Resources/data/scripts/kn.php | 7 +- .../intl/Resources/data/scripts/ko.php | 4 +- .../intl/Resources/data/scripts/ks.php | 4 +- .../intl/Resources/data/scripts/ky.php | 14 + .../intl/Resources/data/scripts/lo.php | 3 + .../intl/Resources/data/scripts/lt.php | 3 + .../intl/Resources/data/scripts/lv.php | 10 + .../intl/Resources/data/scripts/mi.php | 53 +- .../intl/Resources/data/scripts/mk.php | 3 + .../intl/Resources/data/scripts/ml.php | 5 +- .../intl/Resources/data/scripts/mn.php | 133 + .../intl/Resources/data/scripts/mo.php | 32 +- .../intl/Resources/data/scripts/mr.php | 5 +- .../intl/Resources/data/scripts/my.php | 13 + .../intl/Resources/data/scripts/ne.php | 7 +- .../intl/Resources/data/scripts/nl.php | 2 + .../intl/Resources/data/scripts/no.php | 2 + .../intl/Resources/data/scripts/no_NO.php | 2 + .../intl/Resources/data/scripts/or.php | 3 + .../intl/Resources/data/scripts/pa.php | 13 + .../intl/Resources/data/scripts/pl.php | 8 +- .../intl/Resources/data/scripts/ps.php | 14 + .../intl/Resources/data/scripts/pt.php | 2 + .../intl/Resources/data/scripts/pt_PT.php | 2 + .../intl/Resources/data/scripts/qu.php | 14 + .../intl/Resources/data/scripts/ro.php | 32 +- .../intl/Resources/data/scripts/ru.php | 6 +- .../intl/Resources/data/scripts/sc.php | 2 + .../intl/Resources/data/scripts/sd.php | 14 + .../intl/Resources/data/scripts/sh.php | 19 +- .../intl/Resources/data/scripts/si.php | 14 + .../intl/Resources/data/scripts/sk.php | 11 + .../intl/Resources/data/scripts/sl.php | 8 +- .../intl/Resources/data/scripts/sq.php | 53 + .../intl/Resources/data/scripts/sr.php | 19 +- .../intl/Resources/data/scripts/sr_Latn.php | 19 +- .../intl/Resources/data/scripts/sw.php | 14 + .../intl/Resources/data/scripts/sw_KE.php | 18 +- .../intl/Resources/data/scripts/ta.php | 5 +- .../intl/Resources/data/scripts/te.php | 3 + .../intl/Resources/data/scripts/th.php | 7 +- .../intl/Resources/data/scripts/tk.php | 14 + .../intl/Resources/data/scripts/tl.php | 14 + .../intl/Resources/data/scripts/to.php | 3 + .../intl/Resources/data/scripts/tr.php | 4 +- .../intl/Resources/data/scripts/uk.php | 7 +- .../intl/Resources/data/scripts/ur.php | 13 + .../intl/Resources/data/scripts/uz.php | 18 +- .../intl/Resources/data/scripts/vi.php | 2 + .../intl/Resources/data/scripts/xh.php | 14 + .../intl/Resources/data/scripts/yo.php | 14 + .../intl/Resources/data/scripts/zh.php | 13 +- .../intl/Resources/data/scripts/zh_Hant.php | 9 +- .../intl/Resources/data/timezones/bg.php | 2 +- .../intl/Resources/data/timezones/bn.php | 24 +- .../intl/Resources/data/timezones/ca.php | 2 +- .../intl/Resources/data/timezones/cs.php | 856 +++--- .../intl/Resources/data/timezones/cv.php | 442 +++ .../intl/Resources/data/timezones/de.php | 96 +- .../intl/Resources/data/timezones/en_GB.php | 9 - .../intl/Resources/data/timezones/es.php | 4 +- .../intl/Resources/data/timezones/es_419.php | 2 + .../intl/Resources/data/timezones/es_MX.php | 1 - .../intl/Resources/data/timezones/ff_Adlm.php | 10 +- .../intl/Resources/data/timezones/fr.php | 14 +- .../intl/Resources/data/timezones/fr_CA.php | 3 + .../intl/Resources/data/timezones/gl.php | 862 +++--- .../intl/Resources/data/timezones/he.php | 10 +- .../intl/Resources/data/timezones/hi_Latn.php | 32 +- .../intl/Resources/data/timezones/hr.php | 16 +- .../intl/Resources/data/timezones/is.php | 12 +- .../intl/Resources/data/timezones/it.php | 6 +- .../intl/Resources/data/timezones/ja.php | 2 +- .../intl/Resources/data/timezones/kk.php | 50 +- .../intl/Resources/data/timezones/ks.php | 246 +- .../intl/Resources/data/timezones/ks_Deva.php | 124 +- .../intl/Resources/data/timezones/mi.php | 237 +- .../intl/Resources/data/timezones/mk.php | 52 +- .../intl/Resources/data/timezones/ml.php | 2 +- .../intl/Resources/data/timezones/my.php | 140 +- .../intl/Resources/data/timezones/no.php | 2 +- .../intl/Resources/data/timezones/ps.php | 2 +- .../intl/Resources/data/timezones/sa.php | 1 + .../intl/Resources/data/timezones/sc.php | 2 +- .../intl/Resources/data/timezones/sd.php | 4 +- .../intl/Resources/data/timezones/sd_Deva.php | 3 +- .../intl/Resources/data/timezones/sl.php | 6 +- .../intl/Resources/data/timezones/su.php | 4 + .../intl/Resources/data/timezones/sw_KE.php | 13 +- .../intl/Resources/data/timezones/tg.php | 551 ++-- .../intl/Resources/data/timezones/th.php | 2 +- .../intl/Resources/data/timezones/ti.php | 53 +- .../intl/Resources/data/timezones/uk.php | 4 +- .../intl/Resources/data/timezones/ur.php | 2 +- .../intl/Resources/data/timezones/xh.php | 442 +++ .../intl/Resources/data/timezones/yo.php | 4 +- .../intl/Resources/data/timezones/yo_BJ.php | 2 + .../intl/Resources/data/timezones/zh.php | 4 +- .../Resources/data/timezones/zh_Hans_SG.php | 4 +- .../symfony/intl/Resources/data/version.txt | 2 +- .../options-resolver/OptionsResolver.php | 2 +- .../symfony/polyfill-ctype/composer.json | 2 +- .../polyfill-intl-grapheme/Grapheme.php | 2 +- .../polyfill-intl-grapheme/composer.json | 2 +- .../DateFormat/AmPmTransformer.php | 9 - .../DateFormat/DayOfWeekTransformer.php | 9 - .../DateFormat/DayOfYearTransformer.php | 9 - .../DateFormat/DayTransformer.php | 9 - .../DateFormat/Hour1200Transformer.php | 12 - .../DateFormat/Hour1201Transformer.php | 12 - .../DateFormat/Hour2400Transformer.php | 12 - .../DateFormat/Hour2401Transformer.php | 12 - .../DateFormat/MinuteTransformer.php | 9 - .../DateFormat/MonthTransformer.php | 9 - .../DateFormat/QuarterTransformer.php | 9 - .../DateFormat/SecondTransformer.php | 9 - .../DateFormat/TimezoneTransformer.php | 10 +- .../DateFormat/YearTransformer.php | 9 - .../polyfill-intl-icu/IntlDateFormatter.php | 2 +- .../symfony/polyfill-intl-icu/composer.json | 2 +- .../polyfill-intl-normalizer/Normalizer.php | 2 +- .../polyfill-intl-normalizer/composer.json | 2 +- .../symfony/polyfill-mbstring/Mbstring.php | 61 +- .../symfony/polyfill-mbstring/composer.json | 2 +- .../symfony/polyfill-php73/composer.json | 2 +- .../Resources/stubs/Attribute.php | 9 + .../Resources/stubs/PhpToken.php | 11 +- .../Resources/stubs/Stringable.php | 9 + .../Resources/stubs/UnhandledMatchError.php | 9 + .../Resources/stubs/ValueError.php | 9 + .../symfony/polyfill-php80/composer.json | 2 +- .../Resources/stubs/ReturnTypeWillChange.php | 9 + .../symfony/polyfill-php81/composer.json | 2 +- .../property-access/PropertyAccessor.php | 4 +- .../Extractor/ReflectionExtractor.php | 13 +- .../property-info/Util/PhpDocTypeHelper.php | 11 + .../property-info/Util/PhpStanTypeHelper.php | 4 + .../symfony/property-info/composer.json | 2 +- .../vendor/symfony/string/AbstractString.php | 2 +- .../symfony/string/AbstractUnicodeString.php | 11 +- .../doc/vendor/symfony/string/ByteString.php | 7 +- .../string/Inflector/FrenchInflector.php | 4 +- .../doc/vendor/symfony/string/LazyString.php | 4 +- .../Resources/data/wcswidth_table_wide.php | 48 +- .../Resources/data/wcswidth_table_zero.php | 46 +- .../Test/TranslatorTest.php | 2 +- .../doc/vendor/symfony/validator/CHANGELOG.md | 1 + .../validator/Command/DebugCommand.php | 30 +- .../Constraints/AtLeastOneOfValidator.php | 4 + .../validator/Constraints/BicValidator.php | 2 +- .../Constraints/CountryValidator.php | 2 +- .../Constraints/CurrencyValidator.php | 2 +- .../Constraints/DateTimeValidator.php | 4 +- .../validator/Constraints/DateValidator.php | 8 +- .../validator/Constraints/EmailValidator.php | 6 +- .../validator/Constraints/FileValidator.php | 2 +- .../Constraints/HostnameValidator.php | 2 +- .../validator/Constraints/IbanValidator.php | 6 +- .../validator/Constraints/IpValidator.php | 46 +- .../validator/Constraints/IsbnValidator.php | 2 +- .../validator/Constraints/IsinValidator.php | 2 +- .../validator/Constraints/IssnValidator.php | 2 +- .../validator/Constraints/JsonValidator.php | 2 +- .../Constraints/LanguageValidator.php | 2 +- .../validator/Constraints/LengthValidator.php | 2 +- .../validator/Constraints/LocaleValidator.php | 2 +- .../NotCompromisedPasswordValidator.php | 6 +- .../validator/Constraints/RegexValidator.php | 2 +- .../validator/Constraints/TimeValidator.php | 2 +- .../Constraints/TimezoneValidator.php | 2 +- .../validator/Constraints/UlidValidator.php | 6 +- .../validator/Constraints/UrlValidator.php | 2 +- .../validator/Constraints/UuidValidator.php | 2 +- .../symfony/validator/Constraints/Valid.php | 7 + .../validator/Mapping/ClassMetadata.php | 2 +- .../Resources/translations/validators.af.xlf | 16 + .../Resources/translations/validators.az.xlf | 16 + .../Resources/translations/validators.de.xlf | 4 +- .../Resources/translations/validators.eu.xlf | 12 + .../Resources/translations/validators.nb.xlf | 16 + .../Resources/translations/validators.nn.xlf | 16 + .../Resources/translations/validators.no.xlf | 16 + .../Resources/translations/validators.ur.xlf | 407 +++ .../RecursiveContextualValidator.php | 72 +- .../vendor/symfony/validator/composer.json | 2 +- 675 files changed, 26593 insertions(+), 13121 deletions(-) create mode 100644 htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/phpunit.xml.dist create mode 100644 htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/ecs.php create mode 100644 htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/rector.php delete mode 100644 htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/tests/bootstrap.php create mode 100644 htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/tests/qrcodes/empty.png delete mode 100644 htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/psalm.xml create mode 100644 htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/stubs/Stringable.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/bn_IN.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/cv.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/hi_Latn.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cv.php delete mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ha_NE.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cv.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ti_ER.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/cv.php delete mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_GB.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cv.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/en_CA.php delete mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_MX.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ha_NE.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/xh.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/cv.php delete mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/en_GB.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/xh.php create mode 100644 htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.ur.xlf diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/composer.json b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/composer.json index 1440cc3..7f193da 100644 --- a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/composer.json @@ -34,5 +34,11 @@ "allow-plugins": { "ocramius/package-versions": true } + }, + "archive": { + "exclude": [ + "/test", + "/phpunit.xml.dist" + ] } } diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/phpunit.xml.dist b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/phpunit.xml.dist new file mode 100644 index 0000000..d9e4d57 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/phpunit.xml.dist @@ -0,0 +1,13 @@ + + + + + src + + + + + ./test + + + diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php index 6dfff17..9049ccb 100644 --- a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php @@ -89,6 +89,9 @@ final class CharacterSetEci extends AbstractEnum */ private static $nameToEci; + /** + * @param int[] $values + */ public function __construct(array $values, string ...$otherEncodingNames) { $this->values = $values; diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php index 53e3541..38295fc 100644 --- a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php @@ -62,7 +62,7 @@ class FormatInformation /** * Offset i holds the number of 1 bits in the binary representation of i. * - * @var array + * @var int[] */ private const BITS_SET_IN_HALF_BYTE = [0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4]; diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/Mode.php b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/Mode.php index 51e6c9a..af5a113 100644 --- a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/Mode.php +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Common/Mode.php @@ -42,6 +42,9 @@ final class Mode extends AbstractEnum */ private $bits; + /** + * @param int[] $characterCountBitsForVersions + */ protected function __construct(array $characterCountBitsForVersions, int $bits) { $this->characterCountBitsForVersions = $characterCountBitsForVersions; diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php index cf4fde0..3208460 100644 --- a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php @@ -37,7 +37,7 @@ final class Encoder /** * Codec cache. * - * @var array + * @var array */ private static $codecs = []; diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php index 714da6e..cb37a9f 100644 --- a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php @@ -334,7 +334,7 @@ final class SvgImageBackEnd implements ImageBackEndInterface $this->xmlWriter->writeAttribute('stop-color', $this->getColorString($startColor)); if ($startColor instanceof Alpha) { - $this->xmlWriter->writeAttribute('stop-opacity', $startColor->getAlpha()); + $this->xmlWriter->writeAttribute('stop-opacity', (string) $startColor->getAlpha()); } $this->xmlWriter->endElement(); @@ -344,7 +344,7 @@ final class SvgImageBackEnd implements ImageBackEndInterface $this->xmlWriter->writeAttribute('stop-color', $this->getColorString($endColor)); if ($endColor instanceof Alpha) { - $this->xmlWriter->writeAttribute('stop-opacity', $endColor->getAlpha()); + $this->xmlWriter->writeAttribute('stop-opacity', (string) $endColor->getAlpha()); } $this->xmlWriter->endElement(); diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php index af52d52..eb29dc6 100644 --- a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php @@ -41,7 +41,7 @@ final class EdgeIterator implements IteratorAggregate } /** - * @return Edge[] + * @return Traversable */ public function getIterator() : Traversable { diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php index eff7deb..9f2385a 100644 --- a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php @@ -136,7 +136,7 @@ final class EllipticArc implements OperationInterface /** * @return Curve[] */ - private function createCurves(float $fromX, $fromY) : array + private function createCurves(float $fromX, float $fromY) : array { $xAngle = deg2rad($this->xAxisAngle); list($centerX, $centerY, $radiusX, $radiusY, $startAngle, $deltaAngle) = diff --git a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/test/Integration/ImagickRenderingTest.php b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/test/Integration/ImagickRenderingTest.php index 39e44bf..3df8687 100644 --- a/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/test/Integration/ImagickRenderingTest.php +++ b/htdocs/core/modules/facture/doc/vendor/bacon/bacon-qr-code/test/Integration/ImagickRenderingTest.php @@ -17,10 +17,16 @@ use BaconQrCode\Writer; use PHPUnit\Framework\TestCase; use Spatie\Snapshots\MatchesSnapshots; +/** + * @group integration + */ final class ImagickRenderingTest extends TestCase { use MatchesSnapshots; + /** + * @requires extension imagick + */ public function testGenericQrCode() : void { $renderer = new ImageRenderer( @@ -35,6 +41,9 @@ final class ImagickRenderingTest extends TestCase unlink($tempName); } + /** + * @requires extension imagick + */ public function testIssue79() : void { $eye = SquareEye::instance(); diff --git a/htdocs/core/modules/facture/doc/vendor/composer/autoload_classmap.php b/htdocs/core/modules/facture/doc/vendor/composer/autoload_classmap.php index a6912e4..ab4d67d 100644 --- a/htdocs/core/modules/facture/doc/vendor/composer/autoload_classmap.php +++ b/htdocs/core/modules/facture/doc/vendor/composer/autoload_classmap.php @@ -16,7 +16,7 @@ return array( 'NumberFormatter' => $vendorDir . '/symfony/polyfill-intl-icu/Resources/stubs/NumberFormatter.php', 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'ReturnTypeWillChange' => $vendorDir . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php', - 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', + 'Stringable' => $vendorDir . '/myclabs/php-enum/stubs/Stringable.php', 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', ); diff --git a/htdocs/core/modules/facture/doc/vendor/composer/autoload_static.php b/htdocs/core/modules/facture/doc/vendor/composer/autoload_static.php index b0b18d5..5376a04 100644 --- a/htdocs/core/modules/facture/doc/vendor/composer/autoload_static.php +++ b/htdocs/core/modules/facture/doc/vendor/composer/autoload_static.php @@ -174,7 +174,7 @@ class ComposerStaticInit2d2f03c80bad397451a8de89740becf0 'NumberFormatter' => __DIR__ . '/..' . '/symfony/polyfill-intl-icu/Resources/stubs/NumberFormatter.php', 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'ReturnTypeWillChange' => __DIR__ . '/..' . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php', - 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', + 'Stringable' => __DIR__ . '/..' . '/myclabs/php-enum/stubs/Stringable.php', 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', ); diff --git a/htdocs/core/modules/facture/doc/vendor/composer/installed.json b/htdocs/core/modules/facture/doc/vendor/composer/installed.json index bfcf71a..6aef6f1 100644 --- a/htdocs/core/modules/facture/doc/vendor/composer/installed.json +++ b/htdocs/core/modules/facture/doc/vendor/composer/installed.json @@ -2,17 +2,17 @@ "packages": [ { "name": "bacon/bacon-qr-code", - "version": "2.0.7", - "version_normalized": "2.0.7.0", + "version": "2.0.8", + "version_normalized": "2.0.8.0", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", - "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c" + "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c", - "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c", + "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22", + "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22", "shasum": "" }, "require": { @@ -29,7 +29,7 @@ "suggest": { "ext-imagick": "to generate QR code images" }, - "time": "2022-03-14T02:02:36+00:00", + "time": "2022-12-07T17:46:57+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -53,7 +53,7 @@ "homepage": "https://github.com/Bacon/BaconQrCode", "support": { "issues": "https://github.com/Bacon/BaconQrCode/issues", - "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.7" + "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8" }, "install-path": "../bacon/bacon-qr-code" }, @@ -187,26 +187,28 @@ }, { "name": "khanamiryan/qrcode-detector-decoder", - "version": "1.0.5.2", - "version_normalized": "1.0.5.2", + "version": "1.0.6", + "version_normalized": "1.0.6.0", "source": { "type": "git", "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git", - "reference": "04fdd58d86a387065f707dc6d3cc304c719910c1" + "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/04fdd58d86a387065f707dc6d3cc304c719910c1", - "reference": "04fdd58d86a387065f707dc6d3cc304c719910c1", + "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/45326fb83a2a375065dbb3a134b5b8a5872da569", + "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0" + "phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0", + "rector/rector": "^0.13.6", + "symplify/easy-coding-standard": "^11.0" }, - "time": "2021-07-13T18:46:38+00:00", + "time": "2022-06-29T09:25:13+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -239,7 +241,7 @@ ], "support": { "issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues", - "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1.0.5.2" + "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1.0.6" }, "install-path": "../khanamiryan/qrcode-detector-decoder" }, @@ -297,17 +299,17 @@ }, { "name": "myclabs/php-enum", - "version": "1.8.3", - "version_normalized": "1.8.3.0", + "version": "1.8.4", + "version_normalized": "1.8.4.0", "source": { "type": "git", "url": "https://github.com/myclabs/php-enum.git", - "reference": "b942d263c641ddb5190929ff840c68f78713e937" + "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937", - "reference": "b942d263c641ddb5190929ff840c68f78713e937", + "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483", + "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483", "shasum": "" }, "require": { @@ -319,13 +321,16 @@ "squizlabs/php_codesniffer": "1.*", "vimeo/psalm": "^4.6.2" }, - "time": "2021-07-05T08:18:36+00:00", + "time": "2022-08-04T09:53:51+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" - } + }, + "classmap": [ + "stubs/Stringable.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -344,7 +349,7 @@ ], "support": { "issues": "https://github.com/myclabs/php-enum/issues", - "source": "https://github.com/myclabs/php-enum/tree/1.8.3" + "source": "https://github.com/myclabs/php-enum/tree/1.8.4" }, "funding": [ { @@ -425,8 +430,8 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.1", - "version_normalized": "2.5.1.0", + "version": "v2.5.2", + "version_normalized": "2.5.2.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", @@ -475,7 +480,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { @@ -495,17 +500,17 @@ }, { "name": "symfony/intl", - "version": "v5.4.8", - "version_normalized": "5.4.8.0", + "version": "v5.4.15", + "version_normalized": "5.4.15.0", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "b9e17d7ab867ce99f89950ebced0fa91076ba12b" + "reference": "2cb39da7f6e7b7344d7d5317dbee8db9d12cc714" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/b9e17d7ab867ce99f89950ebced0fa91076ba12b", - "reference": "b9e17d7ab867ce99f89950ebced0fa91076ba12b", + "url": "https://api.github.com/repos/symfony/intl/zipball/2cb39da7f6e7b7344d7d5317dbee8db9d12cc714", + "reference": "2cb39da7f6e7b7344d7d5317dbee8db9d12cc714", "shasum": "" }, "require": { @@ -516,7 +521,7 @@ "require-dev": { "symfony/filesystem": "^4.4|^5.0|^6.0" }, - "time": "2022-04-07T09:39:59+00:00", + "time": "2022-10-19T14:28:49+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -566,7 +571,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v5.4.8" + "source": "https://github.com/symfony/intl/tree/v5.4.15" }, "funding": [ { @@ -586,17 +591,17 @@ }, { "name": "symfony/options-resolver", - "version": "v5.4.3", - "version_normalized": "5.4.3.0", + "version": "v5.4.11", + "version_normalized": "5.4.11.0", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8" + "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/cc1147cb11af1b43f503ac18f31aa3bec213aba8", - "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/54f14e36aa73cb8f7261d7686691fd4d75ea2690", + "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690", "shasum": "" }, "require": { @@ -605,7 +610,7 @@ "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.16" }, - "time": "2022-01-02T09:53:40+00:00", + "time": "2022-07-20T13:00:38+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -638,7 +643,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.4.3" + "source": "https://github.com/symfony/options-resolver/tree/v5.4.11" }, "funding": [ { @@ -658,17 +663,17 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.26.0", - "version_normalized": "1.26.0.0", + "version": "v1.27.0", + "version_normalized": "1.27.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { @@ -680,11 +685,11 @@ "suggest": { "ext-ctype": "For best performance" }, - "time": "2022-05-24T11:49:31+00:00", + "time": "2022-11-03T14:55:06+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -723,7 +728,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" }, "funding": [ { @@ -743,17 +748,17 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.26.0", - "version_normalized": "1.26.0.0", + "version": "v1.27.0", + "version_normalized": "1.27.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "433d05519ce6990bf3530fba6957499d327395c2" + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", - "reference": "433d05519ce6990bf3530fba6957499d327395c2", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { @@ -762,11 +767,11 @@ "suggest": { "ext-intl": "For best performance" }, - "time": "2022-05-24T11:49:31+00:00", + "time": "2022-11-03T14:55:06+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -807,7 +812,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" }, "funding": [ { @@ -827,17 +832,17 @@ }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.26.0", - "version_normalized": "1.26.0.0", + "version": "v1.27.0", + "version_normalized": "1.27.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "e407643d610e5f2c8a4b14189150f68934bf5e48" + "reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e407643d610e5f2c8a4b14189150f68934bf5e48", - "reference": "e407643d610e5f2c8a4b14189150f68934bf5e48", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/a3d9148e2c363588e05abbdd4ee4f971f0a5330c", + "reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c", "shasum": "" }, "require": { @@ -846,11 +851,11 @@ "suggest": { "ext-intl": "For best performance and support of other locales than \"en\"" }, - "time": "2022-05-24T11:49:31+00:00", + "time": "2022-11-03T14:55:06+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -897,7 +902,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.27.0" }, "funding": [ { @@ -917,17 +922,17 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.26.0", - "version_normalized": "1.26.0.0", + "version": "v1.27.0", + "version_normalized": "1.27.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { @@ -936,11 +941,11 @@ "suggest": { "ext-intl": "For best performance" }, - "time": "2022-05-24T11:49:31+00:00", + "time": "2022-11-03T14:55:06+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -984,7 +989,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" }, "funding": [ { @@ -1004,17 +1009,17 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.26.0", - "version_normalized": "1.26.0.0", + "version": "v1.27.0", + "version_normalized": "1.27.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { @@ -1026,11 +1031,11 @@ "suggest": { "ext-mbstring": "For best performance" }, - "time": "2022-05-24T11:49:31+00:00", + "time": "2022-11-03T14:55:06+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1070,7 +1075,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" }, "funding": [ { @@ -1090,27 +1095,27 @@ }, { "name": "symfony/polyfill-php73", - "version": "v1.26.0", - "version_normalized": "1.26.0.0", + "version": "v1.27.0", + "version_normalized": "1.27.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { "php": ">=7.1" }, - "time": "2022-05-24T11:49:31+00:00", + "time": "2022-11-03T14:55:06+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1152,7 +1157,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" }, "funding": [ { @@ -1172,27 +1177,27 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.26.0", - "version_normalized": "1.26.0.0", + "version": "v1.27.0", + "version_normalized": "1.27.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { "php": ">=7.1" }, - "time": "2022-05-10T07:21:04+00:00", + "time": "2022-11-03T14:55:06+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1238,7 +1243,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, "funding": [ { @@ -1258,27 +1263,27 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.26.0", - "version_normalized": "1.26.0.0", + "version": "v1.27.0", + "version_normalized": "1.27.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", "shasum": "" }, "require": { "php": ">=7.1" }, - "time": "2022-05-24T11:49:31+00:00", + "time": "2022-11-03T14:55:06+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1320,7 +1325,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" }, "funding": [ { @@ -1340,17 +1345,17 @@ }, { "name": "symfony/property-access", - "version": "v5.4.8", - "version_normalized": "5.4.8.0", + "version": "v5.4.15", + "version_normalized": "5.4.15.0", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "fe501d498d6ec7e9efe928c90fabedf629116495" + "reference": "0f3e8f40a1d3da90f674b3dd772e4777ccde4273" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/fe501d498d6ec7e9efe928c90fabedf629116495", - "reference": "fe501d498d6ec7e9efe928c90fabedf629116495", + "url": "https://api.github.com/repos/symfony/property-access/zipball/0f3e8f40a1d3da90f674b3dd772e4777ccde4273", + "reference": "0f3e8f40a1d3da90f674b3dd772e4777ccde4273", "shasum": "" }, "require": { @@ -1365,7 +1370,7 @@ "suggest": { "psr/cache-implementation": "To cache access methods." }, - "time": "2022-04-12T15:48:08+00:00", + "time": "2022-10-27T07:55:40+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1404,7 +1409,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v5.4.8" + "source": "https://github.com/symfony/property-access/tree/v5.4.15" }, "funding": [ { @@ -1424,17 +1429,17 @@ }, { "name": "symfony/property-info", - "version": "v5.4.9", - "version_normalized": "5.4.9.0", + "version": "v5.4.17", + "version_normalized": "5.4.17.0", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "6f0a452aaba45e763f89e328df437f73a720e18e" + "reference": "12e1f7b3d73b1f3690aa524b92b5de9937507361" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/6f0a452aaba45e763f89e328df437f73a720e18e", - "reference": "6f0a452aaba45e763f89e328df437f73a720e18e", + "url": "https://api.github.com/repos/symfony/property-info/zipball/12e1f7b3d73b1f3690aa524b92b5de9937507361", + "reference": "12e1f7b3d73b1f3690aa524b92b5de9937507361", "shasum": "" }, "require": { @@ -1449,7 +1454,7 @@ "symfony/dependency-injection": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.10.4|^2", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "phpstan/phpdoc-parser": "^1.0", "symfony/cache": "^4.4|^5.0|^6.0", @@ -1462,7 +1467,7 @@ "symfony/doctrine-bridge": "To use Doctrine metadata", "symfony/serializer": "To use Serializer metadata" }, - "time": "2022-05-17T09:47:20+00:00", + "time": "2022-12-20T11:10:57+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1498,7 +1503,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.4.9" + "source": "https://github.com/symfony/property-info/tree/v5.4.17" }, "funding": [ { @@ -1518,17 +1523,17 @@ }, { "name": "symfony/string", - "version": "v5.4.9", - "version_normalized": "5.4.9.0", + "version": "v5.4.17", + "version_normalized": "5.4.17.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99" + "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/985e6a9703ef5ce32ba617c9c7d97873bb7b2a99", - "reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99", + "url": "https://api.github.com/repos/symfony/string/zipball/55733a8664b8853b003e70251c58bc8cb2d82a6b", + "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b", "shasum": "" }, "require": { @@ -1548,7 +1553,7 @@ "symfony/translation-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0|^6.0" }, - "time": "2022-04-19T10:40:37+00:00", + "time": "2022-12-12T15:54:21+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1587,7 +1592,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.9" + "source": "https://github.com/symfony/string/tree/v5.4.17" }, "funding": [ { @@ -1607,17 +1612,17 @@ }, { "name": "symfony/translation-contracts", - "version": "v2.5.1", - "version_normalized": "2.5.1.0", + "version": "v2.5.2", + "version_normalized": "2.5.2.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "1211df0afa701e45a04253110e959d4af4ef0f07" + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1211df0afa701e45a04253110e959d4af4ef0f07", - "reference": "1211df0afa701e45a04253110e959d4af4ef0f07", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", "shasum": "" }, "require": { @@ -1626,7 +1631,7 @@ "suggest": { "symfony/translation-implementation": "" }, - "time": "2022-01-02T09:53:40+00:00", + "time": "2022-06-27T16:58:25+00:00", "type": "library", "extra": { "branch-alias": { @@ -1668,7 +1673,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" }, "funding": [ { @@ -1688,17 +1693,17 @@ }, { "name": "symfony/validator", - "version": "v5.4.8", - "version_normalized": "5.4.8.0", + "version": "v5.4.17", + "version_normalized": "5.4.17.0", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "bdc6d04ba95c73ccbf906b4ad9b8775c738d83ad" + "reference": "621b820204a238d754f7f60241fcbdb1687641ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/bdc6d04ba95c73ccbf906b4ad9b8775c738d83ad", - "reference": "bdc6d04ba95c73ccbf906b4ad9b8775c738d83ad", + "url": "https://api.github.com/repos/symfony/validator/zipball/621b820204a238d754f7f60241fcbdb1687641ea", + "reference": "621b820204a238d754f7f60241fcbdb1687641ea", "shasum": "" }, "require": { @@ -1725,7 +1730,7 @@ "symfony/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.13", + "doctrine/annotations": "^1.13|^2", "doctrine/cache": "^1.11|^2.0", "egulias/email-validator": "^2.1.10|^3", "symfony/cache": "^4.4|^5.0|^6.0", @@ -1756,7 +1761,7 @@ "symfony/translation": "For translating validation errors.", "symfony/yaml": "" }, - "time": "2022-04-15T08:07:45+00:00", + "time": "2022-12-21T19:20:17+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1784,7 +1789,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.4.8" + "source": "https://github.com/symfony/validator/tree/v5.4.17" }, "funding": [ { @@ -1803,6 +1808,6 @@ "install-path": "../symfony/validator" } ], - "dev": false, + "dev": true, "dev-package-names": [] } diff --git a/htdocs/core/modules/facture/doc/vendor/composer/installed.php b/htdocs/core/modules/facture/doc/vendor/composer/installed.php index 0d1c19c..88f4c29 100644 --- a/htdocs/core/modules/facture/doc/vendor/composer/installed.php +++ b/htdocs/core/modules/facture/doc/vendor/composer/installed.php @@ -1,28 +1,28 @@ array( 'name' => '__root__', - 'pretty_version' => '1.0.0+no-version-set', - 'version' => '1.0.0.0', - 'reference' => NULL, + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => '4f030b05af2d8e0e4875c40d35686b88e7924979', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'dev' => false, + 'dev' => true, ), 'versions' => array( '__root__' => array( - 'pretty_version' => '1.0.0+no-version-set', - 'version' => '1.0.0.0', - 'reference' => NULL, + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => '4f030b05af2d8e0e4875c40d35686b88e7924979', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => false, ), 'bacon/bacon-qr-code' => array( - 'pretty_version' => '2.0.7', - 'version' => '2.0.7.0', - 'reference' => 'd70c840f68657ce49094b8d91f9ee0cc07fbf66c', + 'pretty_version' => '2.0.8', + 'version' => '2.0.8.0', + 'reference' => '8674e51bb65af933a5ffaf1c308a660387c35c22', 'type' => 'library', 'install_path' => __DIR__ . '/../bacon/bacon-qr-code', 'aliases' => array(), @@ -47,9 +47,9 @@ 'dev_requirement' => false, ), 'khanamiryan/qrcode-detector-decoder' => array( - 'pretty_version' => '1.0.5.2', - 'version' => '1.0.5.2', - 'reference' => '04fdd58d86a387065f707dc6d3cc304c719910c1', + 'pretty_version' => '1.0.6', + 'version' => '1.0.6.0', + 'reference' => '45326fb83a2a375065dbb3a134b5b8a5872da569', 'type' => 'library', 'install_path' => __DIR__ . '/../khanamiryan/qrcode-detector-decoder', 'aliases' => array(), @@ -65,9 +65,9 @@ 'dev_requirement' => false, ), 'myclabs/php-enum' => array( - 'pretty_version' => '1.8.3', - 'version' => '1.8.3.0', - 'reference' => 'b942d263c641ddb5190929ff840c68f78713e937', + 'pretty_version' => '1.8.4', + 'version' => '1.8.4.0', + 'reference' => 'a867478eae49c9f59ece437ae7f9506bfaa27483', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), @@ -83,8 +83,8 @@ 'dev_requirement' => false, ), 'symfony/deprecation-contracts' => array( - 'pretty_version' => 'v2.5.1', - 'version' => '2.5.1.0', + 'pretty_version' => 'v2.5.2', + 'version' => '2.5.2.0', 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', @@ -92,135 +92,135 @@ 'dev_requirement' => false, ), 'symfony/intl' => array( - 'pretty_version' => 'v5.4.8', - 'version' => '5.4.8.0', - 'reference' => 'b9e17d7ab867ce99f89950ebced0fa91076ba12b', + 'pretty_version' => 'v5.4.15', + 'version' => '5.4.15.0', + 'reference' => '2cb39da7f6e7b7344d7d5317dbee8db9d12cc714', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/intl', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/options-resolver' => array( - 'pretty_version' => 'v5.4.3', - 'version' => '5.4.3.0', - 'reference' => 'cc1147cb11af1b43f503ac18f31aa3bec213aba8', + 'pretty_version' => 'v5.4.11', + 'version' => '5.4.11.0', + 'reference' => '54f14e36aa73cb8f7261d7686691fd4d75ea2690', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/options-resolver', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-ctype' => array( - 'pretty_version' => 'v1.26.0', - 'version' => '1.26.0.0', - 'reference' => '6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4', + 'pretty_version' => 'v1.27.0', + 'version' => '1.27.0.0', + 'reference' => '5bbc823adecdae860bb64756d639ecfec17b050a', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-intl-grapheme' => array( - 'pretty_version' => 'v1.26.0', - 'version' => '1.26.0.0', - 'reference' => '433d05519ce6990bf3530fba6957499d327395c2', + 'pretty_version' => 'v1.27.0', + 'version' => '1.27.0.0', + 'reference' => '511a08c03c1960e08a883f4cffcacd219b758354', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-grapheme', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-intl-icu' => array( - 'pretty_version' => 'v1.26.0', - 'version' => '1.26.0.0', - 'reference' => 'e407643d610e5f2c8a4b14189150f68934bf5e48', + 'pretty_version' => 'v1.27.0', + 'version' => '1.27.0.0', + 'reference' => 'a3d9148e2c363588e05abbdd4ee4f971f0a5330c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-icu', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-intl-normalizer' => array( - 'pretty_version' => 'v1.26.0', - 'version' => '1.26.0.0', - 'reference' => '219aa369ceff116e673852dce47c3a41794c14bd', + 'pretty_version' => 'v1.27.0', + 'version' => '1.27.0.0', + 'reference' => '19bd1e4fcd5b91116f14d8533c57831ed00571b6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-mbstring' => array( - 'pretty_version' => 'v1.26.0', - 'version' => '1.26.0.0', - 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', + 'pretty_version' => 'v1.27.0', + 'version' => '1.27.0.0', + 'reference' => '8ad114f6b39e2c98a8b0e3bd907732c207c2b534', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-php73' => array( - 'pretty_version' => 'v1.26.0', - 'version' => '1.26.0.0', - 'reference' => 'e440d35fa0286f77fb45b79a03fedbeda9307e85', + 'pretty_version' => 'v1.27.0', + 'version' => '1.27.0.0', + 'reference' => '9e8ecb5f92152187c4799efd3c96b78ccab18ff9', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-php80' => array( - 'pretty_version' => 'v1.26.0', - 'version' => '1.26.0.0', - 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', + 'pretty_version' => 'v1.27.0', + 'version' => '1.27.0.0', + 'reference' => '7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-php81' => array( - 'pretty_version' => 'v1.26.0', - 'version' => '1.26.0.0', - 'reference' => '13f6d1271c663dc5ae9fb843a8f16521db7687a1', + 'pretty_version' => 'v1.27.0', + 'version' => '1.27.0.0', + 'reference' => '707403074c8ea6e2edaf8794b0157a0bfa52157a', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/property-access' => array( - 'pretty_version' => 'v5.4.8', - 'version' => '5.4.8.0', - 'reference' => 'fe501d498d6ec7e9efe928c90fabedf629116495', + 'pretty_version' => 'v5.4.15', + 'version' => '5.4.15.0', + 'reference' => '0f3e8f40a1d3da90f674b3dd772e4777ccde4273', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/property-access', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/property-info' => array( - 'pretty_version' => 'v5.4.9', - 'version' => '5.4.9.0', - 'reference' => '6f0a452aaba45e763f89e328df437f73a720e18e', + 'pretty_version' => 'v5.4.17', + 'version' => '5.4.17.0', + 'reference' => '12e1f7b3d73b1f3690aa524b92b5de9937507361', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/property-info', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/string' => array( - 'pretty_version' => 'v5.4.9', - 'version' => '5.4.9.0', - 'reference' => '985e6a9703ef5ce32ba617c9c7d97873bb7b2a99', + 'pretty_version' => 'v5.4.17', + 'version' => '5.4.17.0', + 'reference' => '55733a8664b8853b003e70251c58bc8cb2d82a6b', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/string', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/translation-contracts' => array( - 'pretty_version' => 'v2.5.1', - 'version' => '2.5.1.0', - 'reference' => '1211df0afa701e45a04253110e959d4af4ef0f07', + 'pretty_version' => 'v2.5.2', + 'version' => '2.5.2.0', + 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/validator' => array( - 'pretty_version' => 'v5.4.8', - 'version' => '5.4.8.0', - 'reference' => 'bdc6d04ba95c73ccbf906b4ad9b8775c738d83ad', + 'pretty_version' => 'v5.4.17', + 'version' => '5.4.17.0', + 'reference' => '621b820204a238d754f7f60241fcbdb1687641ea', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/validator', 'aliases' => array(), diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/README.md b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/README.md index f4eda03..31b5d9e 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/README.md +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/README.md @@ -16,6 +16,7 @@ $ composer require khanamiryan/qrcode-detector-decoder ## Usage ```php require __DIR__ . "/vendor/autoload.php"; +use Zxing\QrReader; $qrcode = new QrReader('path/to_image'); $text = $qrcode->text(); //return decoded text from QR Code ``` diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/composer.json b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/composer.json index 66be008..da466df 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/composer.json @@ -24,7 +24,9 @@ "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0" + "phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0", + "rector/rector": "^0.13.6", + "symplify/easy-coding-standard": "^11.0" }, "autoload": { "psr-4": { @@ -33,5 +35,15 @@ "files": [ "lib/Common/customFunctions.php" ] + }, + "scripts": { + "check-cs": "./vendor/bin/ecs check", + "fix-cs": "./vendor/bin/ecs check --fix", + "tests": "./vendor/bin/phpunit" + }, + "autoload-dev": { + "psr-4": { + "Khanamiryan\\QrCodeTests\\": "tests/" + } } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/ecs.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/ecs.php new file mode 100644 index 0000000..cf86b15 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/ecs.php @@ -0,0 +1,29 @@ +paths([__DIR__ . '/lib', __DIR__ . '/tests']); + + // choose + $configurator->sets([ + SetList::CLEAN_CODE, SetList::PSR_12//, LevelSetList::UP_TO_PHP_81 //, SymfonySetList::SYMFONY_60 + ]); + + $configurator->ruleWithConfiguration(ConcatSpaceFixer::class, [ + 'spacing' => 'one' + ]); + + // indent and tabs/spaces + // [default: spaces]. BUT: tabs are superiour due to accessibility reasons + $configurator->indentation('tab'); +}; diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Binarizer.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Binarizer.php index 056890c..ef7a129 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Binarizer.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Binarizer.php @@ -30,67 +30,64 @@ use Zxing\Common\BitMatrix; */ abstract class Binarizer { - private $source; + protected function __construct(private $source) + { + } - protected function __construct($source) - { - $this->source = $source; - } + /** + * @return LuminanceSource + */ + final public function getLuminanceSource() + { + return $this->source; + } - /** - * @return LuminanceSource - */ - public final function getLuminanceSource() - { - return $this->source; - } + /** + * Converts one row of luminance data to 1 bit data. May actually do the conversion, or return + * cached data. Callers should assume this method is expensive and call it as seldom as possible. + * This method is intended for decoding 1D barcodes and may choose to apply sharpening. + * For callers which only examine one row of pixels at a time, the same BitArray should be reused + * and passed in with each call for performance. However it is legal to keep more than one row + * at a time if needed. + * + * @param $y The row to fetch, which must be in [0, bitmap height) + * @param An $row optional preallocated array. If null or too small, it will be ignored. + * If used, the Binarizer will call BitArray.clear(). Always use the returned object. + * + * @return array The array of bits for this row (true means black). + * @throws NotFoundException if row can't be binarized + */ + abstract public function getBlackRow($y, $row); - /** - * Converts one row of luminance data to 1 bit data. May actually do the conversion, or return - * cached data. Callers should assume this method is expensive and call it as seldom as possible. - * This method is intended for decoding 1D barcodes and may choose to apply sharpening. - * For callers which only examine one row of pixels at a time, the same BitArray should be reused - * and passed in with each call for performance. However it is legal to keep more than one row - * at a time if needed. - * - * @param y The row to fetch, which must be in [0, bitmap height) - * @param row An optional preallocated array. If null or too small, it will be ignored. - * If used, the Binarizer will call BitArray.clear(). Always use the returned object. - * - * @return array The array of bits for this row (true means black). - * @throws NotFoundException if row can't be binarized - */ - public abstract function getBlackRow($y, $row); + /** + * Converts a 2D array of luminance data to 1 bit data. As above, assume this method is expensive + * and do not call it repeatedly. This method is intended for decoding 2D barcodes and may or + * may not apply sharpening. Therefore, a row from this matrix may not be identical to one + * fetched using getBlackRow(), so don't mix and match between them. + * + * @return BitMatrix The 2D array of bits for the image (true means black). + * @throws NotFoundException if image can't be binarized to make a matrix + */ + abstract public function getBlackMatrix(); - /** - * Converts a 2D array of luminance data to 1 bit data. As above, assume this method is expensive - * and do not call it repeatedly. This method is intended for decoding 2D barcodes and may or - * may not apply sharpening. Therefore, a row from this matrix may not be identical to one - * fetched using getBlackRow(), so don't mix and match between them. - * - * @return BitMatrix The 2D array of bits for the image (true means black). - * @throws NotFoundException if image can't be binarized to make a matrix - */ - public abstract function getBlackMatrix(); + /** + * Creates a new object with the same type as this Binarizer implementation, but with pristine + * state. This is needed because Binarizer implementations may be stateful, e.g. keeping a cache + * of 1 bit data. See Effective Java for why we can't use Java's clone() method. + * + * @param $source The LuminanceSource this Binarizer will operate on. + * + * @return Binarizer A new concrete Binarizer implementation object. + */ + abstract public function createBinarizer($source); - /** - * Creates a new object with the same type as this Binarizer implementation, but with pristine - * state. This is needed because Binarizer implementations may be stateful, e.g. keeping a cache - * of 1 bit data. See Effective Java for why we can't use Java's clone() method. - * - * @param source The LuminanceSource this Binarizer will operate on. - * - * @return Binarizer A new concrete Binarizer implementation object. - */ - public abstract function createBinarizer($source); + final public function getWidth() + { + return $this->source->getWidth(); + } - public final function getWidth() - { - return $this->source->getWidth(); - } - - public final function getHeight() - { - return $this->source->getHeight(); - } + final public function getHeight() + { + return $this->source->getHeight(); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/BinaryBitmap.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/BinaryBitmap.php index b23cb5f..352b842 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/BinaryBitmap.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/BinaryBitmap.php @@ -27,140 +27,140 @@ use Zxing\Common\BitMatrix; */ final class BinaryBitmap { - private $binarizer; - private $matrix; + private readonly \Zxing\Binarizer $binarizer; + private ?\Zxing\Common\BitMatrix $matrix = null; - public function __construct(Binarizer $binarizer) - { - if ($binarizer === null) { - throw new \InvalidArgumentException("Binarizer must be non-null."); - } - $this->binarizer = $binarizer; - } + public function __construct(Binarizer $binarizer) + { + if ($binarizer === null) { + throw new \InvalidArgumentException("Binarizer must be non-null."); + } + $this->binarizer = $binarizer; + } - /** - * @return int The width of the bitmap. - */ - public function getWidth() - { - return $this->binarizer->getWidth(); - } + /** + * @return int The width of the bitmap. + */ + public function getWidth() + { + return $this->binarizer->getWidth(); + } - /** - * @return int The height of the bitmap. - */ - public function getHeight() - { - return $this->binarizer->getHeight(); - } + /** + * @return int The height of the bitmap. + */ + public function getHeight() + { + return $this->binarizer->getHeight(); + } - /** - * Converts one row of luminance data to 1 bit data. May actually do the conversion, or return - * cached data. Callers should assume this method is expensive and call it as seldom as possible. - * This method is intended for decoding 1D barcodes and may choose to apply sharpening. - * - * @param y The row to fetch, which must be in [0, bitmap height) - * @param row An optional preallocated array. If null or too small, it will be ignored. - * If used, the Binarizer will call BitArray.clear(). Always use the returned object. - * - * @return array The array of bits for this row (true means black). - * @throws NotFoundException if row can't be binarized - */ - public function getBlackRow($y, $row) - { - return $this->binarizer->getBlackRow($y, $row); - } + /** + * Converts one row of luminance data to 1 bit data. May actually do the conversion, or return + * cached data. Callers should assume this method is expensive and call it as seldom as possible. + * This method is intended for decoding 1D barcodes and may choose to apply sharpening. + * + * @param $y The row to fetch, which must be in [0, bitmap height) + * @param An $row optional preallocated array. If null or too small, it will be ignored. + * If used, the Binarizer will call BitArray.clear(). Always use the returned object. + * + * @return array The array of bits for this row (true means black). + * @throws NotFoundException if row can't be binarized + */ + public function getBlackRow($y, $row) + { + return $this->binarizer->getBlackRow($y, $row); + } - /** - * @return bool Whether this bitmap can be cropped. - */ - public function isCropSupported() - { - return $this->binarizer->getLuminanceSource()->isCropSupported(); - } + /** + * @return bool Whether this bitmap can be cropped. + */ + public function isCropSupported() + { + return $this->binarizer->getLuminanceSource()->isCropSupported(); + } - /** - * Returns a new object with cropped image data. Implementations may keep a reference to the - * original data rather than a copy. Only callable if isCropSupported() is true. - * - * @param left The left coordinate, which must be in [0,getWidth()) - * @param top The top coordinate, which must be in [0,getHeight()) - * @param width The width of the rectangle to crop. - * @param height The height of the rectangle to crop. - * - * @return BinaryBitmap A cropped version of this object. - */ - public function crop($left, $top, $width, $height) - { - $newSource = $this->binarizer->getLuminanceSource()->crop($left, $top, $width, $height); + /** + * Returns a new object with cropped image data. Implementations may keep a reference to the + * original data rather than a copy. Only callable if isCropSupported() is true. + * + * @param $left The left coordinate, which must be in [0,getWidth()) + * @param $top The top coordinate, which must be in [0,getHeight()) + * @param $width The width of the rectangle to crop. + * @param $height The height of the rectangle to crop. + * + * @return BinaryBitmap A cropped version of this object. + */ + public function crop($left, $top, $width, $height): \Zxing\BinaryBitmap + { + $newSource = $this->binarizer->getLuminanceSource()->crop($left, $top, $width, $height); - return new BinaryBitmap($this->binarizer->createBinarizer($newSource)); - } + return new BinaryBitmap($this->binarizer->createBinarizer($newSource)); + } - /** - * @return Whether this bitmap supports counter-clockwise rotation. - */ - public function isRotateSupported() - { - return $this->binarizer->getLuminanceSource()->isRotateSupported(); - } + /** + * @return Whether this bitmap supports counter-clockwise rotation. + */ + public function isRotateSupported() + { + return $this->binarizer->getLuminanceSource()->isRotateSupported(); + } - /** - * Returns a new object with rotated image data by 90 degrees counterclockwise. - * Only callable if {@link #isRotateSupported()} is true. - * - * @return BinaryBitmap A rotated version of this object. - */ - public function rotateCounterClockwise() - { - $newSource = $this->binarizer->getLuminanceSource()->rotateCounterClockwise(); + /** + * Returns a new object with rotated image data by 90 degrees counterclockwise. + * Only callable if {@link #isRotateSupported()} is true. + * + * @return BinaryBitmap A rotated version of this object. + */ + public function rotateCounterClockwise(): \Zxing\BinaryBitmap + { + $newSource = $this->binarizer->getLuminanceSource()->rotateCounterClockwise(); - return new BinaryBitmap($this->binarizer->createBinarizer($newSource)); - } + return new BinaryBitmap($this->binarizer->createBinarizer($newSource)); + } - /** - * Returns a new object with rotated image data by 45 degrees counterclockwise. - * Only callable if {@link #isRotateSupported()} is true. - * - * @return BinaryBitmap A rotated version of this object. - */ - public function rotateCounterClockwise45() - { - $newSource = $this->binarizer->getLuminanceSource()->rotateCounterClockwise45(); + /** + * Returns a new object with rotated image data by 45 degrees counterclockwise. + * Only callable if {@link #isRotateSupported()} is true. + * + * @return BinaryBitmap A rotated version of this object. + */ + public function rotateCounterClockwise45(): \Zxing\BinaryBitmap + { + $newSource = $this->binarizer->getLuminanceSource()->rotateCounterClockwise45(); - return new BinaryBitmap($this->binarizer->createBinarizer($newSource)); - } + return new BinaryBitmap($this->binarizer->createBinarizer($newSource)); + } - public function toString() - { - try { - return $this->getBlackMatrix()->toString(); - } catch (NotFoundException $e) { - } + public function toString() + { + try { + return $this->getBlackMatrix()->toString(); + } catch (NotFoundException) { + } - return ''; - } + return ''; + } - /** - * Converts a 2D array of luminance data to 1 bit. As above, assume this method is expensive - * and do not call it repeatedly. This method is intended for decoding 2D barcodes and may or - * may not apply sharpening. Therefore, a row from this matrix may not be identical to one - * fetched using getBlackRow(), so don't mix and match between them. - * - * @return BitMatrix The 2D array of bits for the image (true means black). - * @throws NotFoundException if image can't be binarized to make a matrix - */ - public function getBlackMatrix() - { - // The matrix is created on demand the first time it is requested, then cached. There are two - // reasons for this: - // 1. This work will never be done if the caller only installs 1D Reader objects, or if a - // 1D Reader finds a barcode before the 2D Readers run. - // 2. This work will only be done once even if the caller installs multiple 2D Readers. - if ($this->matrix === null) { - $this->matrix = $this->binarizer->getBlackMatrix(); - } + /** + * Converts a 2D array of luminance data to 1 bit. As above, assume this method is expensive + * and do not call it repeatedly. This method is intended for decoding 2D barcodes and may or + * may not apply sharpening. Therefore, a row from this matrix may not be identical to one + * fetched using getBlackRow(), so don't mix and match between them. + * + * @return BitMatrix The 2D array of bits for the image (true means black). + * @throws NotFoundException if image can't be binarized to make a matrix + */ + public function getBlackMatrix() + { + // The matrix is created on demand the first time it is requested, then cached. There are two + // reasons for this: + // 1. This work will never be done if the caller only installs 1D Reader objects, or if a + // 1D Reader finds a barcode before the 2D Readers run. + // 2. This work will only be done once even if the caller installs multiple 2D Readers. + if ($this->matrix === null) { + $this->matrix = $this->binarizer->getBlackMatrix(); + } - return $this->matrix; - } + return $this->matrix; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ChecksumException.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ChecksumException.php index ea23209..db88c58 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ChecksumException.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ChecksumException.php @@ -25,18 +25,18 @@ namespace Zxing; */ final class ChecksumException extends ReaderException { - private static $instance; + private static ?\Zxing\ChecksumException $instance = null; - public static function getChecksumInstance($cause = null) - { - if (self::$isStackTrace) { - return new ChecksumException($cause); - } else { - if (!self::$instance) { - self::$instance = new ChecksumException($cause); - } + public static function getChecksumInstance($cause = null) + { + if (self::$isStackTrace) { + return new ChecksumException($cause); + } else { + if (!self::$instance) { + self::$instance = new ChecksumException($cause); + } - return self::$instance; - } - } + return self::$instance; + } + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/AbstractEnum.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/AbstractEnum.php index 122a348..04efe97 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/AbstractEnum.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/AbstractEnum.php @@ -2,103 +2,95 @@ namespace Zxing\Common; -use \Zxing\NotFoundException; use ReflectionClass; /** * A general enum implementation until we got SplEnum. */ -final class AbstractEnum +final class AbstractEnum implements \Stringable { - /** - * Default value. - */ - const __default = null; - /** - * Current value. - * - * @var mixed - */ - protected $value; - /** - * Cache of constants. - * - * @var array - */ - protected $constants; - /** - * Whether to handle values strict or not. - * - * @var boolean - */ - protected $strict; + /** + * Default value. + */ + public const __default = null; + /** + * Current value. + * + * @var mixed + */ + private $value; + /** + * Cache of constants. + * + * @var array|null + */ + private ?array $constants = null; - /** - * Creates a new enum. - * - * @param mixed $initialValue - * @param boolean $strict - */ - public function __construct($initialValue = null, $strict = false) - { - $this->strict = $strict; - $this->change($initialValue); - } + /** + * Creates a new enum. + * + * @param mixed $initialValue + * @param boolean $strict + */ + public function __construct($initialValue = null, private $strict = false) + { + $this->change($initialValue); + } - /** - * Changes the value of the enum. - * - * @param mixed $value - * - * @return void - */ - public function change($value) - { - if (!in_array($value, $this->getConstList(), $this->strict)) { - throw new \UnexpectedValueException('Value not a const in enum ' . get_class($this)); - } - $this->value = $value; - } + /** + * Changes the value of the enum. + * + * @param mixed $value + * + * @return void + */ + public function change($value) + { + if (!in_array($value, $this->getConstList(), $this->strict)) { + throw new \UnexpectedValueException('Value not a const in enum ' . $this::class); + } + $this->value = $value; + } - /** - * Gets all constants (possible values) as an array. - * - * @param boolean $includeDefault - * - * @return array - */ - public function getConstList($includeDefault = true) - { - if ($this->constants === null) { - $reflection = new ReflectionClass($this); - $this->constants = $reflection->getConstants(); - } - if ($includeDefault) { - return $this->constants; - } - $constants = $this->constants; - unset($constants['__default']); + /** + * Gets all constants (possible values) as an array. + * + * @param boolean $includeDefault + * + * @return array + */ + public function getConstList($includeDefault = true) + { + if ($this->constants === null) { + $reflection = new ReflectionClass($this); + $this->constants = $reflection->getConstants(); + } + if ($includeDefault) { + return $this->constants; + } + $constants = $this->constants; + unset($constants['__default']); - return $constants; - } + return $constants; + } - /** - * Gets current value. - * - * @return mixed - */ - public function get() - { - return $this->value; - } + /** + * Gets current value. + * + * @return mixed + */ + public function get() + { + return $this->value; + } - /** - * Gets the name of the enum. - * - * @return string - */ - public function __toString() - { - return (string)array_search($this->value, $this->getConstList()); - } + /** + * Gets the name of the enum. + * + * @return string + */ + public function __toString(): string + { + return (string)array_search($this->value, $this->getConstList()); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitArray.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitArray.php index 4ab5a4c..248400f 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitArray.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitArray.php @@ -32,391 +32,394 @@ namespace Zxing\Common; final class BitArray { - - private $bits; - private $size; + /** + * @var mixed[]|mixed|int[]|null + */ + private $bits; + /** + * @var mixed|null + */ + private $size; - public function __construct($bits = [], $size = 0) - { + public function __construct($bits = [], $size = 0) + { + if (!$bits && !$size) { + $this->$size = 0; + $this->bits = []; + } elseif ($bits && !$size) { + $this->size = $bits; + $this->bits = self::makeArray($bits); + } else { + $this->bits = $bits; + $this->size = $size; + } + } - if (!$bits && !$size) { - $this->$size = 0; - $this->bits = []; - } elseif ($bits && !$size) { - $this->size = $bits; - $this->bits = $this->makeArray($bits); - } else { - $this->bits = $bits; - $this->size = $size; - } + private static function makeArray($size) + { + return []; + } - } + public function getSize() + { + return $this->size; + } - private static function makeArray($size) - { - return []; - } + public function getSizeInBytes() + { + return ($this->size + 7) / 8; + } - public function getSize() - { - return $this->size; - } + /** + * Sets bit i. + * + * @param bit $i to set + */ + public function set($i): void + { + $this->bits[(int)($i / 32)] |= 1 << ($i & 0x1F); + $this->bits[(int)($i / 32)] = ($this->bits[(int)($i / 32)]); + } - public function getSizeInBytes() - { - return ($this->size + 7) / 8; - } + /** + * Flips bit i. + * + * @param bit $i to set + */ + public function flip($i): void + { + $this->bits[(int)($i / 32)] ^= 1 << ($i & 0x1F); + $this->bits[(int)($i / 32)] = ($this->bits[(int)($i / 32)]); + } - /** - * Sets bit i. - * - * @param i bit to set - */ - public function set($i) - { - $this->bits[(int)($i / 32)] |= 1 << ($i & 0x1F); - $this->bits[(int)($i / 32)] = ($this->bits[(int)($i / 32)]); - } + /** + * @param first $from bit to check + * + * @return index of first bit that is set, starting from the given index, or size if none are set + * at or beyond this given index + * @see #getNextUnset(int) + */ + public function getNextSet($from) + { + if ($from >= $this->size) { + return $this->size; + } + $bitsOffset = (int)($from / 32); + $currentBits = (int)$this->bits[$bitsOffset]; + // mask off lesser bits first + $currentBits &= ~((1 << ($from & 0x1F)) - 1); + while ($currentBits == 0) { + if (++$bitsOffset == (is_countable($this->bits) ? count($this->bits) : 0)) { + return $this->size; + } + $currentBits = $this->bits[$bitsOffset]; + } + $result = ($bitsOffset * 32) + numberOfTrailingZeros($currentBits); //numberOfTrailingZeros - /** - * Flips bit i. - * - * @param i bit to set - */ - public function flip($i) - { - $this->bits[(int)($i / 32)] ^= 1 << ($i & 0x1F); - $this->bits[(int)($i / 32)] = ($this->bits[(int)($i / 32)]); - } + return $result > $this->size ? $this->size : $result; + } - /** - * @param from first bit to check - * - * @return index of first bit that is set, starting from the given index, or size if none are set - * at or beyond this given index - * @see #getNextUnset(int) - */ - public function getNextSet($from) - { - if ($from >= $this->size) { - return $this->size; - } - $bitsOffset = (int)($from / 32); - $currentBits = (int)$this->bits[$bitsOffset]; - // mask off lesser bits first - $currentBits &= ~((1 << ($from & 0x1F)) - 1); - while ($currentBits == 0) { - if (++$bitsOffset == count($this->bits)) { - return $this->size; - } - $currentBits = $this->bits[$bitsOffset]; - } - $result = ($bitsOffset * 32) + numberOfTrailingZeros($currentBits); //numberOfTrailingZeros + /** + * @param index $from to start looking for unset bit + * + * @return index of next unset bit, or {@code size} if none are unset until the end + * @see #getNextSet(int) + */ + public function getNextUnset($from) + { + if ($from >= $this->size) { + return $this->size; + } + $bitsOffset = (int)($from / 32); + $currentBits = ~$this->bits[$bitsOffset]; + // mask off lesser bits first + $currentBits &= ~((1 << ($from & 0x1F)) - 1); + while ($currentBits == 0) { + if (++$bitsOffset == (is_countable($this->bits) ? count($this->bits) : 0)) { + return $this->size; + } + $currentBits = (~$this->bits[$bitsOffset]); + } + $result = ($bitsOffset * 32) + numberOfTrailingZeros($currentBits); - return $result > $this->size ? $this->size : $result; - } + return $result > $this->size ? $this->size : $result; + } - /** - * @param from index to start looking for unset bit - * - * @return index of next unset bit, or {@code size} if none are unset until the end - * @see #getNextSet(int) - */ - public function getNextUnset($from) - { - if ($from >= $this->size) { - return $this->size; - } - $bitsOffset = (int)($from / 32); - $currentBits = ~$this->bits[$bitsOffset]; - // mask off lesser bits first - $currentBits &= ~((1 << ($from & 0x1F)) - 1); - while ($currentBits == 0) { - if (++$bitsOffset == count($this->bits)) { - return $this->size; - } - $currentBits = (~$this->bits[$bitsOffset]); - } - $result = ($bitsOffset * 32) + numberOfTrailingZeros($currentBits); + /** + * Sets a block of 32 bits, starting at bit i. + * + * @param first $i bit to set + * @param the $newBits new value of the next 32 bits. Note again that the least-significant bit + * corresponds to bit i, the next-least-significant to i+1, and so on. + */ + public function setBulk($i, $newBits): void + { + $this->bits[(int)($i / 32)] = $newBits; + } - return $result > $this->size ? $this->size : $result; - } + /** + * Sets a range of bits. + * + * @param start $start of range, inclusive. + * @param end $end of range, exclusive + */ + public function setRange($start, $end) + { + if ($end < $start) { + throw new \InvalidArgumentException(); + } + if ($end == $start) { + return; + } + $end--; // will be easier to treat this as the last actually set bit -- inclusive + $firstInt = (int)($start / 32); + $lastInt = (int)($end / 32); + for ($i = $firstInt; $i <= $lastInt; $i++) { + $firstBit = $i > $firstInt ? 0 : $start & 0x1F; + $lastBit = $i < $lastInt ? 31 : $end & 0x1F; + $mask = 0; + if ($firstBit == 0 && $lastBit == 31) { + $mask = -1; + } else { + $mask = 0; + for ($j = $firstBit; $j <= $lastBit; $j++) { + $mask |= 1 << $j; + } + } + $this->bits[$i] = ($this->bits[$i] | $mask); + } + } - /** - * Sets a block of 32 bits, starting at bit i. - * - * @param i first bit to set - * @param newBits the new value of the next 32 bits. Note again that the least-significant bit - * corresponds to bit i, the next-least-significant to i+1, and so on. - */ - public function setBulk($i, $newBits) - { - $this->bits[(int)($i / 32)] = $newBits; - } + /** + * Clears all bits (sets to false). + */ + public function clear(): void + { + $max = is_countable($this->bits) ? count($this->bits) : 0; + for ($i = 0; $i < $max; $i++) { + $this->bits[$i] = 0; + } + } - /** - * Sets a range of bits. - * - * @param start start of range, inclusive. - * @param end end of range, exclusive - */ - public function setRange($start, $end) - { - if ($end < $start) { - throw new \InvalidArgumentException(); - } - if ($end == $start) { - return; - } - $end--; // will be easier to treat this as the last actually set bit -- inclusive - $firstInt = (int)($start / 32); - $lastInt = (int)($end / 32); - for ($i = $firstInt; $i <= $lastInt; $i++) { - $firstBit = $i > $firstInt ? 0 : $start & 0x1F; - $lastBit = $i < $lastInt ? 31 : $end & 0x1F; - $mask = 0; - if ($firstBit == 0 && $lastBit == 31) { - $mask = -1; - } else { - $mask = 0; - for ($j = $firstBit; $j <= $lastBit; $j++) { - $mask |= 1 << $j; - } - } - $this->bits[$i] = ($this->bits[$i] | $mask); - } - } + /** + * Efficient method to check if a range of bits is set, or not set. + * + * @param start $start of range, inclusive. + * @param end $end of range, exclusive + * @param if $value true, checks that bits in range are set, otherwise checks that they are not set + * + * @return true iff all bits are set or not set in range, according to value argument + * @throws InvalidArgumentException if end is less than or equal to start + */ + public function isRange($start, $end, $value) + { + if ($end < $start) { + throw new \InvalidArgumentException(); + } + if ($end == $start) { + return true; // empty range matches + } + $end--; // will be easier to treat this as the last actually set bit -- inclusive + $firstInt = (int)($start / 32); + $lastInt = (int)($end / 32); + for ($i = $firstInt; $i <= $lastInt; $i++) { + $firstBit = $i > $firstInt ? 0 : $start & 0x1F; + $lastBit = $i < $lastInt ? 31 : $end & 0x1F; + $mask = 0; + if ($firstBit == 0 && $lastBit == 31) { + $mask = -1; + } else { + $mask = 0; + for ($j = $firstBit; $j <= $lastBit; $j++) { + $mask = ($mask | (1 << $j)); + } + } - /** - * Clears all bits (sets to false). - */ - public function clear() - { - $max = count($this->bits); - for ($i = 0; $i < $max; $i++) { - $this->bits[$i] = 0; - } - } + // Return false if we're looking for 1s and the masked bits[i] isn't all 1s (that is, + // equals the mask, or we're looking for 0s and the masked portion is not all 0s + if (($this->bits[$i] & $mask) != ($value ? $mask : 0)) { + return false; + } + } - /** - * Efficient method to check if a range of bits is set, or not set. - * - * @param start start of range, inclusive. - * @param end end of range, exclusive - * @param value if true, checks that bits in range are set, otherwise checks that they are not set - * - * @return true iff all bits are set or not set in range, according to value argument - * @throws InvalidArgumentException if end is less than or equal to start - */ - public function isRange($start, $end, $value) - { - if ($end < $start) { - throw new \InvalidArgumentException(); - } - if ($end == $start) { - return true; // empty range matches - } - $end--; // will be easier to treat this as the last actually set bit -- inclusive - $firstInt = (int)($start / 32); - $lastInt = (int)($end / 32); - for ($i = $firstInt; $i <= $lastInt; $i++) { - $firstBit = $i > $firstInt ? 0 : $start & 0x1F; - $lastBit = $i < $lastInt ? 31 : $end & 0x1F; - $mask = 0; - if ($firstBit == 0 && $lastBit == 31) { - $mask = -1; - } else { - $mask = 0; - for ($j = $firstBit; $j <= $lastBit; $j++) { - $mask = ($mask | (1 << $j)); - } - } + return true; + } - // Return false if we're looking for 1s and the masked bits[i] isn't all 1s (that is, - // equals the mask, or we're looking for 0s and the masked portion is not all 0s - if (($this->bits[$i] & $mask) != ($value ? $mask : 0)) { - return false; - } - } + /** + * Appends the least-significant bits, from value, in order from most-significant to + * least-significant. For example, appending 6 bits from 0x000001E will append the bits + * 0, 1, 1, 1, 1, 0 in that order. + * + * @param $value {@code int} containing bits to append + * @param bits $numBits from value to append + */ + public function appendBits($value, $numBits) + { + if ($numBits < 0 || $numBits > 32) { + throw new \InvalidArgumentException("Num bits must be between 0 and 32"); + } + $this->ensureCapacity($this->size + $numBits); + for ($numBitsLeft = $numBits; $numBitsLeft > 0; $numBitsLeft--) { + $this->appendBit((($value >> ($numBitsLeft - 1)) & 0x01) == 1); + } + } - return true; - } + private function ensureCapacity($size): void + { + if ($size > (is_countable($this->bits) ? count($this->bits) : 0) * 32) { + $newBits = self::makeArray($size); + $newBits = arraycopy($this->bits, 0, $newBits, 0, is_countable($this->bits) ? count($this->bits) : 0); + $this->bits = $newBits; + } + } - /** - * Appends the least-significant bits, from value, in order from most-significant to - * least-significant. For example, appending 6 bits from 0x000001E will append the bits - * 0, 1, 1, 1, 1, 0 in that order. - * - * @param value {@code int} containing bits to append - * @param numBits bits from value to append - */ - public function appendBits($value, $numBits) - { - if ($numBits < 0 || $numBits > 32) { - throw new \InvalidArgumentException("Num bits must be between 0 and 32"); - } - $this->ensureCapacity($this->size + $numBits); - for ($numBitsLeft = $numBits; $numBitsLeft > 0; $numBitsLeft--) { - $this->appendBit((($value >> ($numBitsLeft - 1)) & 0x01) == 1); - } - } + public function appendBit($bit): void + { + $this->ensureCapacity($this->size + 1); + if ($bit) { + $this->bits[(int)($this->size / 32)] |= 1 << ($this->size & 0x1F); + } + $this->size++; + } - private function ensureCapacity($size) - { - if ($size > count($this->bits) * 32) { - $newBits = $this->makeArray($size); - $newBits = arraycopy($this->bits, 0, $newBits, 0, count($this->bits)); - $this->bits = $newBits; - } - } + public function appendBitArray($other): void + { + $otherSize = $other->size; + $this->ensureCapacity($this->size + $otherSize); + for ($i = 0; $i < $otherSize; $i++) { + $this->appendBit($other->get($i)); + } + } - public function appendBit($bit) - { - $this->ensureCapacity($this->size + 1); - if ($bit) { - $this->bits[(int)($this->size / 32)] |= 1 << ($this->size & 0x1F); - } - $this->size++; - } + public function _xor($other) + { + if ((is_countable($this->bits) ? count($this->bits) : 0) !== (is_countable($other->bits) ? count($other->bits) : 0)) { + throw new \InvalidArgumentException("Sizes don't match"); + } + $count = is_countable($this->bits) ? count($this->bits) : 0; + for ($i = 0; $i < $count; $i++) { + // The last byte could be incomplete (i.e. not have 8 bits in + // it) but there is no problem since 0 XOR 0 == 0. + $this->bits[$i] ^= $other->bits[$i]; + } + } - public function appendBitArray($other) - { - $otherSize = $other->size; - $this->ensureCapacity($this->size + $otherSize); - for ($i = 0; $i < $otherSize; $i++) { - $this->appendBit($other->get($i)); - } - } + /** + * + * @param first $bitOffset bit to start writing + * @param array $array to write into. Bytes are written most-significant byte first. This is the opposite + * of the internal representation, which is exposed by {@link #getBitArray()} + * @param position $offset in array to start writing + * @param how $numBytes many bytes to write + */ + public function toBytes($bitOffset, &$array, $offset, $numBytes): void + { + for ($i = 0; $i < $numBytes; $i++) { + $theByte = 0; + for ($j = 0; $j < 8; $j++) { + if ($this->get($bitOffset)) { + $theByte |= 1 << (7 - $j); + } + $bitOffset++; + } + $array[(int)($offset + $i)] = $theByte; + } + } - public function _xor($other) - { - if (count($this->bits) !== count($other->bits)) { - throw new \InvalidArgumentException("Sizes don't match"); - } - $count = count($this->bits); - for ($i = 0; $i < $count; $i++) { - // The last byte could be incomplete (i.e. not have 8 bits in - // it) but there is no problem since 0 XOR 0 == 0. - $this->bits[$i] ^= $other->bits[$i]; - } - } + /** + * @param $i ; bit to get + * + * @return true iff bit i is set + */ + public function get($i) + { + $key = (int)($i / 32); - /** - * - * @param bitOffset first bit to start writing - * @param array array to write into. Bytes are written most-significant byte first. This is the opposite - * of the internal representation, which is exposed by {@link #getBitArray()} - * @param offset position in array to start writing - * @param numBytes how many bytes to write - */ - public function toBytes($bitOffset, &$array, $offset, $numBytes) - { - for ($i = 0; $i < $numBytes; $i++) { - $theByte = 0; - for ($j = 0; $j < 8; $j++) { - if ($this->get($bitOffset)) { - $theByte |= 1 << (7 - $j); - } - $bitOffset++; - } - $array[(int)($offset + $i)] = $theByte; - } - } + return ($this->bits[$key] & (1 << ($i & 0x1F))) != 0; + } - /** - * @param $i ; bit to get - * - * @return true iff bit i is set - */ - public function get($i) - { - $key = (int)($i / 32); + /** + * @return array underlying array of ints. The first element holds the first 32 bits, and the least + * significant bit is bit 0. + */ + public function getBitArray() + { + return $this->bits; + } - return ($this->bits[$key] & (1 << ($i & 0x1F))) != 0; - } + /** + * Reverses all bits in the array. + */ + public function reverse(): void + { + $newBits = []; + // reverse all int's first + $len = (($this->size - 1) / 32); + $oldBitsLen = $len + 1; + for ($i = 0; $i < $oldBitsLen; $i++) { + $x = $this->bits[$i];/* + $x = (($x >> 1) & 0x55555555L) | (($x & 0x55555555L) << 1); + $x = (($x >> 2) & 0x33333333L) | (($x & 0x33333333L) << 2); + $x = (($x >> 4) & 0x0f0f0f0fL) | (($x & 0x0f0f0f0fL) << 4); + $x = (($x >> 8) & 0x00ff00ffL) | (($x & 0x00ff00ffL) << 8); + $x = (($x >> 16) & 0x0000ffffL) | (($x & 0x0000ffffL) << 16);*/ + $x = (($x >> 1) & 0x55555555) | (($x & 0x55555555) << 1); + $x = (($x >> 2) & 0x33333333) | (($x & 0x33333333) << 2); + $x = (($x >> 4) & 0x0f0f0f0f) | (($x & 0x0f0f0f0f) << 4); + $x = (($x >> 8) & 0x00ff00ff) | (($x & 0x00ff00ff) << 8); + $x = (($x >> 16) & 0x0000ffff) | (($x & 0x0000ffff) << 16); + $newBits[(int)$len - $i] = (int)$x; + } + // now correct the int's if the bit size isn't a multiple of 32 + if ($this->size != $oldBitsLen * 32) { + $leftOffset = $oldBitsLen * 32 - $this->size; + $mask = 1; + for ($i = 0; $i < 31 - $leftOffset; $i++) { + $mask = ($mask << 1) | 1; + } + $currentInt = ($newBits[0] >> $leftOffset) & $mask; + for ($i = 1; $i < $oldBitsLen; $i++) { + $nextInt = $newBits[$i]; + $currentInt |= $nextInt << (32 - $leftOffset); + $newBits[(int)($i) - 1] = $currentInt; + $currentInt = ($nextInt >> $leftOffset) & $mask; + } + $newBits[(int)($oldBitsLen) - 1] = $currentInt; + } + // $bits = $newBits; + } - /** - * @return array underlying array of ints. The first element holds the first 32 bits, and the least - * significant bit is bit 0. - */ - public function getBitArray() - { - return $this->bits; - } + public function equals($o) + { + if (!($o instanceof BitArray)) { + return false; + } + $other = $o; - /** - * Reverses all bits in the array. - */ - public function reverse() - { - $newBits = []; - // reverse all int's first - $len = (($this->size - 1) / 32); - $oldBitsLen = $len + 1; - for ($i = 0; $i < $oldBitsLen; $i++) { - $x = $this->bits[$i];/* - $x = (($x >> 1) & 0x55555555L) | (($x & 0x55555555L) << 1); - $x = (($x >> 2) & 0x33333333L) | (($x & 0x33333333L) << 2); - $x = (($x >> 4) & 0x0f0f0f0fL) | (($x & 0x0f0f0f0fL) << 4); - $x = (($x >> 8) & 0x00ff00ffL) | (($x & 0x00ff00ffL) << 8); - $x = (($x >> 16) & 0x0000ffffL) | (($x & 0x0000ffffL) << 16);*/ - $x = (($x >> 1) & 0x55555555) | (($x & 0x55555555) << 1); - $x = (($x >> 2) & 0x33333333) | (($x & 0x33333333) << 2); - $x = (($x >> 4) & 0x0f0f0f0f) | (($x & 0x0f0f0f0f) << 4); - $x = (($x >> 8) & 0x00ff00ff) | (($x & 0x00ff00ff) << 8); - $x = (($x >> 16) & 0x0000ffff) | (($x & 0x0000ffff) << 16); - $newBits[(int)$len - $i] = (int)$x; - } - // now correct the int's if the bit size isn't a multiple of 32 - if ($this->size != $oldBitsLen * 32) { - $leftOffset = $oldBitsLen * 32 - $this->size; - $mask = 1; - for ($i = 0; $i < 31 - $leftOffset; $i++) { - $mask = ($mask << 1) | 1; - } - $currentInt = ($newBits[0] >> $leftOffset) & $mask; - for ($i = 1; $i < $oldBitsLen; $i++) { - $nextInt = $newBits[$i]; - $currentInt |= $nextInt << (32 - $leftOffset); - $newBits[(int)($i) - 1] = $currentInt; - $currentInt = ($nextInt >> $leftOffset) & $mask; - } - $newBits[(int)($oldBitsLen) - 1] = $currentInt; - } -// $bits = $newBits; - } + return $this->size == $other->size && $this->bits === $other->bits; + } - public function equals($o) - { - if (!($o instanceof BitArray)) { - return false; - } - $other = $o; + public function hashCode() + { + return 31 * $this->size + hashCode($this->bits); + } - return $this->size == $other->size && $this->bits === $other->bits; - } + public function toString() + { + $result = ''; + for ($i = 0; $i < $this->size; $i++) { + if (($i & 0x07) == 0) { + $result .= ' '; + } + $result .= ($this->get($i) ? 'X' : '.'); + } - public function hashCode() - { - return 31 * $this->size + hashCode($this->bits); - } + return (string)$result; + } - public function toString() - { - $result = ''; - for ($i = 0; $i < $this->size; $i++) { - if (($i & 0x07) == 0) { - $result .= ' '; - } - $result .= ($this->get($i) ? 'X' : '.'); - } - - return (string)$result; - } - - public function _clone() - { - return new BitArray($this->bits, $this->size); - } + public function _clone(): \Zxing\Common\BitArray + { + return new BitArray($this->bits, $this->size); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php index dec4509..e9691fc 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php @@ -4,455 +4,458 @@ namespace Zxing\Common; final class BitMatrix { - private $width; - private $height; - private $rowSize; - private $bits; + private $width; + private $height; + private $rowSize; + /** + * @var mixed|int[] + */ + private $bits; - public function __construct($width, $height = false, $rowSize = false, $bits = false) - { - if (!$height) { - $height = $width; - } - if (!$rowSize) { - $rowSize = (int)(($width + 31) / 32); - } - if (!$bits) { - $bits = fill_array(0, $rowSize * $height, 0); -// [];//new int[rowSize * height]; - } - $this->width = $width; - $this->height = $height; - $this->rowSize = $rowSize; - $this->bits = $bits; - } + public function __construct($width, $height = false, $rowSize = false, $bits = false) + { + if (!$height) { + $height = $width; + } + if (!$rowSize) { + $rowSize = (int)(($width + 31) / 32); + } + if (!$bits) { + $bits = fill_array(0, $rowSize * $height, 0); + // [];//new int[rowSize * height]; + } + $this->width = $width; + $this->height = $height; + $this->rowSize = $rowSize; + $this->bits = $bits; + } - public static function parse($stringRepresentation, $setString, $unsetString) - { - if (!$stringRepresentation) { - throw new \InvalidArgumentException(); - } - $bits = []; - $bitsPos = 0; - $rowStartPos = 0; - $rowLength = -1; - $nRows = 0; - $pos = 0; - while ($pos < strlen($stringRepresentation)) { - if ($stringRepresentation[$pos] == '\n' || - $stringRepresentation->{$pos} == '\r') { - if ($bitsPos > $rowStartPos) { - if ($rowLength == -1) { - $rowLength = $bitsPos - $rowStartPos; - } else if ($bitsPos - $rowStartPos != $rowLength) { - throw new \InvalidArgumentException("row lengths do not match"); - } - $rowStartPos = $bitsPos; - $nRows++; - } - $pos++; - } else if (substr($stringRepresentation, $pos, strlen($setString)) == $setString) { - $pos += strlen($setString); - $bits[$bitsPos] = true; - $bitsPos++; - } else if (substr($stringRepresentation, $pos + strlen($unsetString)) == $unsetString) { - $pos += strlen($unsetString); - $bits[$bitsPos] = false; - $bitsPos++; - } else { - throw new \InvalidArgumentException( - "illegal character encountered: " . substr($stringRepresentation, $pos)); - } - } + public static function parse($stringRepresentation, $setString, $unsetString) + { + if (!$stringRepresentation) { + throw new \InvalidArgumentException(); + } + $bits = []; + $bitsPos = 0; + $rowStartPos = 0; + $rowLength = -1; + $nRows = 0; + $pos = 0; + while ($pos < strlen((string) $stringRepresentation)) { + if ($stringRepresentation[$pos] == '\n' || + $stringRepresentation->{$pos} == '\r') { + if ($bitsPos > $rowStartPos) { + if ($rowLength == -1) { + $rowLength = $bitsPos - $rowStartPos; + } elseif ($bitsPos - $rowStartPos != $rowLength) { + throw new \InvalidArgumentException("row lengths do not match"); + } + $rowStartPos = $bitsPos; + $nRows++; + } + $pos++; + } elseif (substr((string) $stringRepresentation, $pos, strlen((string) $setString)) == $setString) { + $pos += strlen((string) $setString); + $bits[$bitsPos] = true; + $bitsPos++; + } elseif (substr((string) $stringRepresentation, $pos + strlen((string) $unsetString)) == $unsetString) { + $pos += strlen((string) $unsetString); + $bits[$bitsPos] = false; + $bitsPos++; + } else { + throw new \InvalidArgumentException( + "illegal character encountered: " . substr((string) $stringRepresentation, $pos) + ); + } + } - // no EOL at end? - if ($bitsPos > $rowStartPos) { - if ($rowLength == -1) { - $rowLength = $bitsPos - $rowStartPos; - } else if ($bitsPos - $rowStartPos != $rowLength) { - throw new \InvalidArgumentException("row lengths do not match"); - } - $nRows++; - } + // no EOL at end? + if ($bitsPos > $rowStartPos) { + if ($rowLength == -1) { + $rowLength = $bitsPos - $rowStartPos; + } elseif ($bitsPos - $rowStartPos != $rowLength) { + throw new \InvalidArgumentException("row lengths do not match"); + } + $nRows++; + } - $matrix = new BitMatrix($rowLength, $nRows); - for ($i = 0; $i < $bitsPos; $i++) { - if ($bits[$i]) { - $matrix->set($i % $rowLength, $i / $rowLength); - } - } + $matrix = new BitMatrix($rowLength, $nRows); + for ($i = 0; $i < $bitsPos; $i++) { + if ($bits[$i]) { + $matrix->set($i % $rowLength, $i / $rowLength); + } + } - return $matrix; - } + return $matrix; + } - /** - *

Sets the given bit to true.

- * - * @param $x ; The horizontal component (i.e. which column) - * @param $y ; The vertical component (i.e. which row) - */ - public function set($x, $y) - { - $offset = (int)($y * $this->rowSize + ($x / 32)); - if (!isset($this->bits[$offset])) { - $this->bits[$offset] = 0; - } - //$this->bits[$offset] = $this->bits[$offset]; + /** + *

Sets the given bit to true.

+ * + * @param $x ; The horizontal component (i.e. which column) + * @param $y ; The vertical component (i.e. which row) + */ + public function set($x, $y): void + { + $offset = (int)($y * $this->rowSize + ($x / 32)); + if (!isset($this->bits[$offset])) { + $this->bits[$offset] = 0; + } + //$this->bits[$offset] = $this->bits[$offset]; - // if($this->bits[$offset]>200748364){ - //$this->bits= array(0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-1090519040,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,1056964608,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-1358954496,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,117440512,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,50331648,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,33554432,-1,-1,536870911,-4096,65279,0,0,0,0,0,0,0,0,-1,-1,65535,-4096,65535,0,0,0,0,0,0,0,0,-193,536870911,0,-4096,65279,0,0,0,0,0,0,0,0,-254,32767,0,-4096,61951,0,0,0,0,0,0,0,0,20913920,0,0,-4096,50175,0,0,0,0,0,0,0,0,0,0,0,-4096,60159,0,0,0,0,0,0,0,0,0,0,0,-4096,64255,0,0,0,0,0,0,0,0,0,0,0,-8192,56319,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,251658240,0,0,0,-4096,-1,255,0,256,0,0,0,0,117440512,0,0,0,-4096,-1,255,0,512,0,0,0,0,117440512,0,0,0,-4096,-1,255,0,1024,0,0,0,0,117440512,0,0,0,-4096,-1,223,0,256,0,0,0,0,117440512,0,0,33030144,-4096,-1,191,0,256,0,0,0,0,117440512,0,0,33554428,-4096,-1,255,0,768,0,0,0,0,117440512,0,402849792,67108862,-8192,-1,255,0,768,0,0,0,0,117440512,0,470278396,63045630,-8192,-1,255,0,256,0,0,0,0,251658240,-8388608,470278399,58720286,-8192,-1,2686975,0,3842,0,0,0,0,251658240,-131072,1007149567,58720286,-8192,-1,2031615,0,3879,0,0,0,0,251658240,536739840,1007092192,58720286,-8192,-1,851967,0,3840,0,0,0,0,251658240,917504,1007092192,58720284,-8192,-1,2031615,0,3968,0,0,0,0,251658240,917504,1007092160,59244060,-8192,-1,65535,0,7936,0,0,0,0,251658240,917504,1009779136,59244060,-8192,-1,9371647,0,1792,0,0,0,0,251658240,917504,946921920,59244060,-8192,-1,8585215,0,1792,0,0,0,0,117440512,-15859712,477159875,59244060,-8192,-1,65535,0,12032,0,0,0,0,251658240,-15859712,52490691,59244060,-8192,-1,-1,0,65408,0,0,0,0,251658240,-15859712,58778051,59244060,-8192,-1,-1,0,65473,0,0,0,0,251658240,-15859712,125886915,59244060,-8192,-1,-1,0,65472,0,0,0,0,251658240,-15859712,58778051,59244060,-8192,-1,-1,0,65408,0,0,0,0,251658240,-15859712,8380867,59244060,-8192,-1,-1,0,65473,0,0,0,0,251658240,-15859712,8380867,59244060,-8192,-1,-1,0,131011,0,0,0,0,251658240,-15859712,8380867,58720284,-8192,-1,-1,0,130947,0,0,0,0,251658240,-15859712,2089411,58720284,-8192,-1,-1,0,130947,0,0,0,0,251658240,-32636928,449,58720284,-8192,-1,-1,33554431,131015,0,0,0,0,251658240,786432,448,62914588,-8192,-1,-1,16777215,131015,0,0,0,0,251658240,786432,448,67108860,-8192,-1,-1,553648127,131015,0,0,0,0,251658240,786432,946864576,67108860,-8192,-1,-1,32505855,131015,0,0,0,0,251658240,786432,946921976,8388604,-8192,-1,-1,8191999,131015,0,0,0,0,251658240,-262144,946921983,248,-8192,-1,-1,8126463,196551,0,0,0,0,251658240,-262144,7397887,0,-8192,-1,-1,16777215,262087,0,0,0,0,251658240,-262144,8257543,0,-8192,-1,-1,-2121269249,262095,0,0,0,0,520093696,0,8257536,0,-8192,-1,-1,-201326593,262095,0,0,0,0,520290304,0,8257536,117963776,-8192,-1,-1,-201326593,262095,0,0,0,0,520093696,0,-2140143616,118488579,-8192,-1,-1,-201326593,131023,0,0,0,0,520093696,0,-2131697280,118488579,-8192,-1,-1,-503316481,131023,0,0,0,0,520093696,2145386496,-2131631232,118484995,-16384,-1,-1,-469762049,262095,0,0,0,0,520093696,2147221504,552649600,118481344,-16384,-1,-1,-469762049,131023,0,0,0,0,520290304,2147221504,2029002240,118481344,-16384,-1,-1,-469762049,262031,0,0,0,0,520290304,-266600448,2029001791,125952960,-16384,-1,-1,-469762049,262031,0,0,0,0,1057423360,-266600448,2027953215,133177312,-16384,-1,-1,-134217729,262111,0,0,0,0,1058471936,-266600448,-119531393,133177343,-16384,-1,-1,-134217729,262111,0,0,0,0,1058471936,-2145648640,-253754369,66068479,-16384,-1,-1,-134217729,262111,0,0,0,0,1058471936,236716032,-253754369,15729663,-16384,-1,-1,-134217729,262095,0,0,0,0,1057947648,236716032,-253754369,6348807,-16384,-1,-1,-134217729,262095,0,0,0,0,524222464,236716032,-253690305,6348803,-16384,-1,-1,-134217729,262111,0,0,0,0,521076736,2115764224,-253625344,14737411,-16384,-1,-1,-134217729,262095,0,0,0,0,522125312,2115764224,-253625344,14743555,-16384,-1,-1,-134217729,262111,0,0,16772608,0,1073676288,-31719424,-2014283776,14810115,-16384,-1,-1,-1,262143,0,0,16776704,0,1065287680,-1642594304,-1879178880,14810115,-16384,-1,-1,-1,524287,0,0,16776192,0,2139029504,264241152,-2013396089,14809091,-16384,-1,-1,-1,262095,0,0,16776192,0,2139029504,264241152,-2080636025,14803335,-16384,-1,-1,-1,262087,0,0,16776192,0,2147418112,264241152,-2132803581,14803847,-16384,-1,-1,-402653185,524259,0,0,8386048,0,2147418112,0,-2132688896,123783,-16384,-1,-1,1207959551,262112,0,0,16775168,0,2147418112,0,14794752,1046535,-16384,-1,-1,268435455,262128,0,0,16775168,0,2147418112,0,14712832,1047615,-16384,-1,-1,536870911,524284,0,0,16776705,0,2147418112,0,14680832,1047615,-16384,-1,-1,-1,524287,0,0,16776704,0,2147418112,-1048576,14681087,1046591,-32768,-1,-1,-1,524287,0,0,16776704,0,2147418112,-524288,-2132802561,2080831,-32768,-1,-1,-1,524287,0,0,16776705,0,2147418112,-524288,-31718401,2080831,-32768,-1,-1,-1,1048575,0,0,16776193,0,2147418112,3670016,-31718528,2080831,-32768,-1,-1,-1,524287,0,0,16776195,0,2147418112,3670016,-31718528,134086719,-32768,-1,-1,-1,524287,0,0,16776195,0,2147418112,3670016,253494144,268173368,-32768,-1,-1,-1,524287,0,0,16775171,0,2147418112,3670016,268174208,268173368,-32768,-1,-1,-1,1048575,0,0,16771072,0,2147418112,-63438848,268174223,31457328,-32768,-1,-1,-1,1048575,0,0,10418176,0,-65536,-63438848,133957519,14807040,-32768,-1,-1,-1,2097151,0,0,15923200,0,2147418112,-63438848,1968015,14809095,-32768,-1,-1,-1,1048575,0,0,12808192,0,2147418112,-63438848,2082703,12711943,-32768,-1,-1,-1,2097151,0,0,6420480,0,2147418112,-63438848,2082703,14343,-32768,-1,-1,-1,2097151,0,0,15202304,0,-65536,-63438848,2082703,1849351,-32768,-1,-1,-1,2097151,0,0,15464448,0,-65536,-63438848,264472335,1849351,-32768,-1,-1,-1,4194303,0,0,16371712,0,-65536,-63438848,264472335,14343,-32768,-1,-1,-1,8388607,0,0,0,0,-65536,-63438848,532907791,235010048,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,-63438848,-1603833,235010160,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,3670016,-30976,67238000,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,3670016,-30976,48,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,3670016,-29391104,768,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,3670016,-29391104,768,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,-524287,-65042433,768,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,-524287,2082441215,0,-65536,-1,-1,-1,16777215,0,0,0,0,-13697024,-524287,511,0,-65536,-1,-1,-1,16777215,0,0,0,0,-12648448,1,0,0,-65536,-1,-1,-1,14680063,0,0,0,0,-12648448,1,0,0,-65536,-1,-1,-1,16777215,0,0,0,0,-65536,1,0,0,-65536,-1,-1,-1,14680063,0,0,0,0,-8454144,1,0,0,-65536,-1,-1,-1,12582911,0,0,0,0,-12648448,1,0,0,-65536,-1,-1,-1,2097151,0,0,0,0,-12648448,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,-14745600,1,0,0,-65536,-1,-1,-1,3145727,0,0,0,0,1056964608,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,1056964608,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,1056964608,1,0,0,-65536,-1,-1,-1,524287,0,0,0,0,2130706432,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,1056964608,1,0,0,-65536,-1,-1,-1,524287,0,0,0,0,2130706432,1,0,0,-65536,-1,-1,-1,524287,0,0,0,0,2130706432,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,2130706432,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,50331648,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,117440512,1,0,-268435456,-1,-1,-1,-1,524287,0,0,0,0,251658240,1,0,-320,-1,-1,-1,-1,262143,0,0,0,0,520093696,1,-2048,-1,-1,-1,-1,-1,262143,0,0,0,0,1056964608,-16777213,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-121,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,65535,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,65535,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,262143,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,524287,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,524287,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,589823,0,0,0,0,0,-1,-1,-1,-1,-1,-1,-1,8179,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,-1,4080,0,0,0,0,117440512,-1,-1,-1,-1,-1,-1,-1,1016,0,0,0,0,251658240,-1,-1,-1,-1,-1,-1,1073741823,1020,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,536870911,254,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,536870911,255,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,-1879048193,127,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,-469762049,63,0,0,0,0,1191182336,-1,-1,-1,-1,1023999,0,-520093712,15,0,0,0,0,-218103808,-1,-1,-1,-1,0,-8454144,-260046849,7,0,0,0,0,0,-193,-1,-1,-1057947649,-2147483648,-1,-58720257,1,0,0,0,0,0,-251,-1,-1,-1057423361,-2074,-1,-1,0,0,0,0,0,0,-59648,-1,-1,-1,-1,-1,1073741823,0,0,0,0,0,0,-65536,-1,-1,-1,-1,-1,268435455,0,0,0,0,0,0,-65536,-1,-1,-1,-1,-1,67108863,0,0,0,0,0,0,-65536,-1,-1,-1,-1,-1,8388607,0,0,0,0,0,0,0,-403603456,-1,-1,-1,-1,262143,0,0,0,8388656,0,0,0,-1891434496,-1,-1,-1,-1,16383,0,0,0,8388608,0,0,0,-1612513280,-1,-1,-1,-1,63,0,0,0,0,0,0,0,-24320,-1,-1,-1,8388607,0,0,0,0,0,0,0,0,-256,-1,-1,1073741823,1,0,0,0,0,0,0,0,1610612736,-15,-1,-1,16383,0,0,0,0,0,0,0,0,-16646144,-1,-1,251658239,0,0,0,0,0,0,0,0,0,-51200,-1,-1,40959,0,0,0,0,0,0,268419584,103809024,-12713984,-1,-2147483137,4194303,0,0,0,0,0,0,0,402620416,-2144010240,-13631487,-32513,3,20480,0,0,0,0,0,0,0,419299328,0,-262144,-1,0,0,0,0,0,0,0,0,0,0,0,-5832704,268049407,0,0,0,0,0,0,0,0,0,0,0,0,33030144,0,0,0,0,0,0,0,0,0,0,0,0,3670016,0,0,0,0,0,0,0,0,0,0,0,0,1572864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458752,0,0,0,0,0,0,0,0,0,0,0,0,229376,0,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31744,0,0,0,0,0,0,0,0,0,0,0,0,31744,0,0,0,0,0,0,0,0,0,0,0,0,64512,0,0,0,0,0,0,0,0,0,0,0,0,15872,0,0,0,0,0,0,0,0,0,0,0,0,3584,0,0,0,0,0,0,0,0,0,0,0,0,7680,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,3968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3840,0,0,0,0,0,0,0,0,0,0,0,0,1855,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,-260046848,63,0,0,0,0,0,0,0,0,0,0,0,-17301504,127,0,0,0,0,0,0,0,0,0,0,0,-524288,127,0,0,0,0,0,0,0,0,0,0,0,-262144,127,0,0,0,0,0,0,0,0,0,0,0,-262144,63,0,0,0,0,0,0,0,0,0,0,0,-262144,63,0,0,0,0,0,0,0,0,0,0,0,-262144,63,0,0,0,0,0,0,0,0,0,0,0,-262144,31,0,0,0,0,0,0,0,0,0,0,0,-262144,63,0,0,0,0,3,0,0,0,0,0,0,-262144,63,0,0,0,0,7,0,0,0,0,0,0,-262144,63,0,0,0,0,63,0,0,0,0,0,0,-262144,63,0,0,0,0,511,0,0,0,0,0,0,-524288,31,0,0,0,0,8191,0,0,0,0,0,0,-1048576,63,0,0,0,0,131071,0,0,0,0,0,0,-524288,63,0,0,0,0,262143,0,0,0,0,0,0,-524288,63,0,0,0,0,131071,0,0,0,0,0,0,-1048576,63,0,0,0,0,262143,0,0,0,0,0,0,-1048576,63,0,0,0,0,262143,0,0,0,0,0,0,-1048576,63,0,0,0,0,262143,0,0,0,0,0,0,-1048576,63,0,0,0,0,262143,0,0,0,0,0,0,-2097152,127,0,0,0,0,262143,0,0,0,0,0,0,-2097152,127,0,0,0,0,262143,0,0,0,0,0,0,-1048576,127,0,0,0,0,262143,0,0,0,0,0,0,-1048576,127,0,0,0,0,262143,0,0,0,0,0,0,-2097152,255,0,0,0,0,262143,0,0,0,0,0,0,-2097152,255,0,0,0,0,262142,0,0,0,0,0,0,-2097152,255,0,0,0,0,262142,0,0,0,0,0,0,-2097152,255,0,0,0,0,262142,0,0,0,0,0,0,-2097152,255,0,0,0,0,262140,0,0,0,0,0,0,-2097152,255,0,0,0,0,131068,0,0,0,0,0,0,-4194304,255,0,0,0,0,131068,0,0,0,0,0,0,-4194304,255,0,0,0,0,65528,0,0,0,0,0,0,-8388608,255,0,0,0,0,65528,0,0,0,0,0,0,-8388608,255,0,0,0,0,65528,0,0,0,0,0,0,-8388608,255,0,0,0,0,32760,0,0,0,0,0,0,-8388608,255,0,0,0,0,32760,0,0,0,0,0,0,-16777216,255,0,0,-2147483648,255,16368,0,0,0,0,0,0,-16777216,255,0,0,-536870912,1023,16368,0,0,0,0,0,0,-33554432,255,0,0,-16777216,4095,16352,0,0,0,0,0,0,-33554432,255,0,0,-8388608,262143,16352,0,0,0,0,0,0,-33554432,255,0,0,-1048576,2097151,16352,0,0,0,0,0,0,-67108864,255,0,0,-524288,8388607,16352,0,0,0,0,0,0,-67108864,255,0,0,-262144,16777215,16320,0,0,0,0,0,0,-67108864,255,0,0,-131072,16777215,100679648,0,0,0,0,0,0,-67108864,255,0,0,-16384,16776959,125861824,0,0,0,0,0,0,-134217728,255,0,0,-4096,16773121,62930880,0,0,0,0,0,0,-134217728,127,0,0,2147482624,16252928,32704,0,0,0,0,0,0,-134217728,127,0,0,268435200,14680064,16320,0,0,0,0,0,0,-134217728,127,0,0,134217600,0,32704,0,0,0,0,0,0,-33554432,127,0,1056964608,67108736,0,32704,0,0,0,0,0,0,-33554432,127,0,2130706432,33554368,0,65408,0,0,0,0,0,0,-33554432,127,0,-16777216,8388576,0,32640,0,0,0,0,0,0,-134217728,127,0,-16777216,2097136,0,32640,0,0,0,0,0,0,-134217728,63,0,-16776960,1048573,0,32640,0,0,0,0,0,0,-536870912,63,0,-16776448,1048575,0,32640,0,0,0,0,0,0,-536870912,63,0,-33553664,6291455,66752,32640,0,0,0,0,0,0,-536870912,63,0,2013266688,2097148,229376,32640,0,0,0,0,0,0,-536870912,63,0,256,4194300,229376,32640,0,0,0,0,0,0,-536870912,63,0,0,524280,196608,32512,0,0,8,0,0,0,-1073741824,63,0,0,-200,15,65280,0,0,24,0,0,0,-1073741824,63,0,0,-1867768,127,32512,0,0,56,0,0,0,-1073741824,63,0,0,-1056768,4095,32512,0,0,124,0,0,0,-1073741824,63,0,0,-1050624,8191,32512,0,0,508,0,0,0,-2147483648,31,0,0,-7866368,8191,32512,0,0,1020,0,0,0,-2147483648,31,0,0,-33030656,8095,32512,0,0,2046,0,0,0,-2147483648,63,0,0,-66586624,771,32512,0,0,4094,0,0,0,0,63,0,0,-134184960,1,32256,0,0,8190,0,0,0,0,63,0,0,1610612736,0,32256,0,0,16382,0,0,0,-2147483648,63,0,0,0,0,15872,0,0,32767,0,0,0,-2147483648,31,0,0,0,0,15872,0,-2147483648,65535,0,0,0,-2147483648,31,0,0,0,0,7680,0,0,65535,0,0,0,-2147483648,31,0,0,134217728,0,7680,0,-2147483648,65535,0,0,0,-2147483648,31,0,0,0,0,7680,0,-2147483648,65535,0,0,0,-2147483648,31,0,0,0,0,7680,0,-1073741824,65535,0,0,0,-2147483648,31,0,0,0,0,3072,0,-1073741824,65535,0,0,0,-2147483648,31,0,0,0,0,3072,0,-1073741824,65535,0,0,0,-2147483648,31,0,0,0,0,0,0,-2147483648,65535,0,0,0,-2147483648,31,0,0,0,0,0,0,-1073741824,65535,0,0,0,0,31,0,0,0,0,0,0,-1073741824,65535,0,0,0,0,31,0,0,0,0,0,0,-2147483648,65535,0,0,0,0,30,0,0,0,0,0,0,-1073741824,65535,0,0,0,0,30,0,0,0,0,0,0,-2147483648,65535,0,0,0,0,30,0,0,0,0,0,0,0,65535,0,0,0,0,28,0,0,0,0,0,0,0,65535,0,0,0,0,28,0,0,0,0,0,0,0,65535,0,0,0,0,28,0,0,0,0,0,0,0,65535,0,0,0,0,24,0,0,0,0,0,0,-2147483648,65535,0,0,0,0,0,0,0,0,0,0,0,-536870912,65535);//[$offset] |= intval32bits(1 << ($x & 0x1f)); - $bob = $this->bits[$offset]; - $bob |= 1 << ($x & 0x1f); - $this->bits[$offset] |= ($bob); - //$this->bits[$offset] = intval32bits($this->bits[$offset]); + // if($this->bits[$offset]>200748364){ + //$this->bits= array(0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-16777216,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-1090519040,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,1056964608,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,-1358954496,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,117440512,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,50331648,-1,-1,-1,-1,65535,0,0,0,0,0,0,0,33554432,-1,-1,536870911,-4096,65279,0,0,0,0,0,0,0,0,-1,-1,65535,-4096,65535,0,0,0,0,0,0,0,0,-193,536870911,0,-4096,65279,0,0,0,0,0,0,0,0,-254,32767,0,-4096,61951,0,0,0,0,0,0,0,0,20913920,0,0,-4096,50175,0,0,0,0,0,0,0,0,0,0,0,-4096,60159,0,0,0,0,0,0,0,0,0,0,0,-4096,64255,0,0,0,0,0,0,0,0,0,0,0,-8192,56319,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,0,0,0,0,-4096,16777215,0,0,0,0,0,0,0,251658240,0,0,0,-4096,-1,255,0,256,0,0,0,0,117440512,0,0,0,-4096,-1,255,0,512,0,0,0,0,117440512,0,0,0,-4096,-1,255,0,1024,0,0,0,0,117440512,0,0,0,-4096,-1,223,0,256,0,0,0,0,117440512,0,0,33030144,-4096,-1,191,0,256,0,0,0,0,117440512,0,0,33554428,-4096,-1,255,0,768,0,0,0,0,117440512,0,402849792,67108862,-8192,-1,255,0,768,0,0,0,0,117440512,0,470278396,63045630,-8192,-1,255,0,256,0,0,0,0,251658240,-8388608,470278399,58720286,-8192,-1,2686975,0,3842,0,0,0,0,251658240,-131072,1007149567,58720286,-8192,-1,2031615,0,3879,0,0,0,0,251658240,536739840,1007092192,58720286,-8192,-1,851967,0,3840,0,0,0,0,251658240,917504,1007092192,58720284,-8192,-1,2031615,0,3968,0,0,0,0,251658240,917504,1007092160,59244060,-8192,-1,65535,0,7936,0,0,0,0,251658240,917504,1009779136,59244060,-8192,-1,9371647,0,1792,0,0,0,0,251658240,917504,946921920,59244060,-8192,-1,8585215,0,1792,0,0,0,0,117440512,-15859712,477159875,59244060,-8192,-1,65535,0,12032,0,0,0,0,251658240,-15859712,52490691,59244060,-8192,-1,-1,0,65408,0,0,0,0,251658240,-15859712,58778051,59244060,-8192,-1,-1,0,65473,0,0,0,0,251658240,-15859712,125886915,59244060,-8192,-1,-1,0,65472,0,0,0,0,251658240,-15859712,58778051,59244060,-8192,-1,-1,0,65408,0,0,0,0,251658240,-15859712,8380867,59244060,-8192,-1,-1,0,65473,0,0,0,0,251658240,-15859712,8380867,59244060,-8192,-1,-1,0,131011,0,0,0,0,251658240,-15859712,8380867,58720284,-8192,-1,-1,0,130947,0,0,0,0,251658240,-15859712,2089411,58720284,-8192,-1,-1,0,130947,0,0,0,0,251658240,-32636928,449,58720284,-8192,-1,-1,33554431,131015,0,0,0,0,251658240,786432,448,62914588,-8192,-1,-1,16777215,131015,0,0,0,0,251658240,786432,448,67108860,-8192,-1,-1,553648127,131015,0,0,0,0,251658240,786432,946864576,67108860,-8192,-1,-1,32505855,131015,0,0,0,0,251658240,786432,946921976,8388604,-8192,-1,-1,8191999,131015,0,0,0,0,251658240,-262144,946921983,248,-8192,-1,-1,8126463,196551,0,0,0,0,251658240,-262144,7397887,0,-8192,-1,-1,16777215,262087,0,0,0,0,251658240,-262144,8257543,0,-8192,-1,-1,-2121269249,262095,0,0,0,0,520093696,0,8257536,0,-8192,-1,-1,-201326593,262095,0,0,0,0,520290304,0,8257536,117963776,-8192,-1,-1,-201326593,262095,0,0,0,0,520093696,0,-2140143616,118488579,-8192,-1,-1,-201326593,131023,0,0,0,0,520093696,0,-2131697280,118488579,-8192,-1,-1,-503316481,131023,0,0,0,0,520093696,2145386496,-2131631232,118484995,-16384,-1,-1,-469762049,262095,0,0,0,0,520093696,2147221504,552649600,118481344,-16384,-1,-1,-469762049,131023,0,0,0,0,520290304,2147221504,2029002240,118481344,-16384,-1,-1,-469762049,262031,0,0,0,0,520290304,-266600448,2029001791,125952960,-16384,-1,-1,-469762049,262031,0,0,0,0,1057423360,-266600448,2027953215,133177312,-16384,-1,-1,-134217729,262111,0,0,0,0,1058471936,-266600448,-119531393,133177343,-16384,-1,-1,-134217729,262111,0,0,0,0,1058471936,-2145648640,-253754369,66068479,-16384,-1,-1,-134217729,262111,0,0,0,0,1058471936,236716032,-253754369,15729663,-16384,-1,-1,-134217729,262095,0,0,0,0,1057947648,236716032,-253754369,6348807,-16384,-1,-1,-134217729,262095,0,0,0,0,524222464,236716032,-253690305,6348803,-16384,-1,-1,-134217729,262111,0,0,0,0,521076736,2115764224,-253625344,14737411,-16384,-1,-1,-134217729,262095,0,0,0,0,522125312,2115764224,-253625344,14743555,-16384,-1,-1,-134217729,262111,0,0,16772608,0,1073676288,-31719424,-2014283776,14810115,-16384,-1,-1,-1,262143,0,0,16776704,0,1065287680,-1642594304,-1879178880,14810115,-16384,-1,-1,-1,524287,0,0,16776192,0,2139029504,264241152,-2013396089,14809091,-16384,-1,-1,-1,262095,0,0,16776192,0,2139029504,264241152,-2080636025,14803335,-16384,-1,-1,-1,262087,0,0,16776192,0,2147418112,264241152,-2132803581,14803847,-16384,-1,-1,-402653185,524259,0,0,8386048,0,2147418112,0,-2132688896,123783,-16384,-1,-1,1207959551,262112,0,0,16775168,0,2147418112,0,14794752,1046535,-16384,-1,-1,268435455,262128,0,0,16775168,0,2147418112,0,14712832,1047615,-16384,-1,-1,536870911,524284,0,0,16776705,0,2147418112,0,14680832,1047615,-16384,-1,-1,-1,524287,0,0,16776704,0,2147418112,-1048576,14681087,1046591,-32768,-1,-1,-1,524287,0,0,16776704,0,2147418112,-524288,-2132802561,2080831,-32768,-1,-1,-1,524287,0,0,16776705,0,2147418112,-524288,-31718401,2080831,-32768,-1,-1,-1,1048575,0,0,16776193,0,2147418112,3670016,-31718528,2080831,-32768,-1,-1,-1,524287,0,0,16776195,0,2147418112,3670016,-31718528,134086719,-32768,-1,-1,-1,524287,0,0,16776195,0,2147418112,3670016,253494144,268173368,-32768,-1,-1,-1,524287,0,0,16775171,0,2147418112,3670016,268174208,268173368,-32768,-1,-1,-1,1048575,0,0,16771072,0,2147418112,-63438848,268174223,31457328,-32768,-1,-1,-1,1048575,0,0,10418176,0,-65536,-63438848,133957519,14807040,-32768,-1,-1,-1,2097151,0,0,15923200,0,2147418112,-63438848,1968015,14809095,-32768,-1,-1,-1,1048575,0,0,12808192,0,2147418112,-63438848,2082703,12711943,-32768,-1,-1,-1,2097151,0,0,6420480,0,2147418112,-63438848,2082703,14343,-32768,-1,-1,-1,2097151,0,0,15202304,0,-65536,-63438848,2082703,1849351,-32768,-1,-1,-1,2097151,0,0,15464448,0,-65536,-63438848,264472335,1849351,-32768,-1,-1,-1,4194303,0,0,16371712,0,-65536,-63438848,264472335,14343,-32768,-1,-1,-1,8388607,0,0,0,0,-65536,-63438848,532907791,235010048,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,-63438848,-1603833,235010160,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,3670016,-30976,67238000,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,3670016,-30976,48,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,3670016,-29391104,768,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,3670016,-29391104,768,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,-524287,-65042433,768,-32768,-1,-1,-1,16777215,0,0,0,0,-65536,-524287,2082441215,0,-65536,-1,-1,-1,16777215,0,0,0,0,-13697024,-524287,511,0,-65536,-1,-1,-1,16777215,0,0,0,0,-12648448,1,0,0,-65536,-1,-1,-1,14680063,0,0,0,0,-12648448,1,0,0,-65536,-1,-1,-1,16777215,0,0,0,0,-65536,1,0,0,-65536,-1,-1,-1,14680063,0,0,0,0,-8454144,1,0,0,-65536,-1,-1,-1,12582911,0,0,0,0,-12648448,1,0,0,-65536,-1,-1,-1,2097151,0,0,0,0,-12648448,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,-14745600,1,0,0,-65536,-1,-1,-1,3145727,0,0,0,0,1056964608,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,1056964608,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,1056964608,1,0,0,-65536,-1,-1,-1,524287,0,0,0,0,2130706432,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,1056964608,1,0,0,-65536,-1,-1,-1,524287,0,0,0,0,2130706432,1,0,0,-65536,-1,-1,-1,524287,0,0,0,0,2130706432,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,2130706432,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,50331648,1,0,0,-65536,-1,-1,-1,1048575,0,0,0,0,117440512,1,0,-268435456,-1,-1,-1,-1,524287,0,0,0,0,251658240,1,0,-320,-1,-1,-1,-1,262143,0,0,0,0,520093696,1,-2048,-1,-1,-1,-1,-1,262143,0,0,0,0,1056964608,-16777213,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-121,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,65535,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,65535,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,131071,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,262143,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,524287,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,524287,0,0,0,0,-16777216,-1,-1,-1,-1,-1,-1,-1,589823,0,0,0,0,0,-1,-1,-1,-1,-1,-1,-1,8179,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,-1,4080,0,0,0,0,117440512,-1,-1,-1,-1,-1,-1,-1,1016,0,0,0,0,251658240,-1,-1,-1,-1,-1,-1,1073741823,1020,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,536870911,254,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,536870911,255,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,-1879048193,127,0,0,0,0,50331648,-1,-1,-1,-1,-1,-1,-469762049,63,0,0,0,0,1191182336,-1,-1,-1,-1,1023999,0,-520093712,15,0,0,0,0,-218103808,-1,-1,-1,-1,0,-8454144,-260046849,7,0,0,0,0,0,-193,-1,-1,-1057947649,-2147483648,-1,-58720257,1,0,0,0,0,0,-251,-1,-1,-1057423361,-2074,-1,-1,0,0,0,0,0,0,-59648,-1,-1,-1,-1,-1,1073741823,0,0,0,0,0,0,-65536,-1,-1,-1,-1,-1,268435455,0,0,0,0,0,0,-65536,-1,-1,-1,-1,-1,67108863,0,0,0,0,0,0,-65536,-1,-1,-1,-1,-1,8388607,0,0,0,0,0,0,0,-403603456,-1,-1,-1,-1,262143,0,0,0,8388656,0,0,0,-1891434496,-1,-1,-1,-1,16383,0,0,0,8388608,0,0,0,-1612513280,-1,-1,-1,-1,63,0,0,0,0,0,0,0,-24320,-1,-1,-1,8388607,0,0,0,0,0,0,0,0,-256,-1,-1,1073741823,1,0,0,0,0,0,0,0,1610612736,-15,-1,-1,16383,0,0,0,0,0,0,0,0,-16646144,-1,-1,251658239,0,0,0,0,0,0,0,0,0,-51200,-1,-1,40959,0,0,0,0,0,0,268419584,103809024,-12713984,-1,-2147483137,4194303,0,0,0,0,0,0,0,402620416,-2144010240,-13631487,-32513,3,20480,0,0,0,0,0,0,0,419299328,0,-262144,-1,0,0,0,0,0,0,0,0,0,0,0,-5832704,268049407,0,0,0,0,0,0,0,0,0,0,0,0,33030144,0,0,0,0,0,0,0,0,0,0,0,0,3670016,0,0,0,0,0,0,0,0,0,0,0,0,1572864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458752,0,0,0,0,0,0,0,0,0,0,0,0,229376,0,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31744,0,0,0,0,0,0,0,0,0,0,0,0,31744,0,0,0,0,0,0,0,0,0,0,0,0,64512,0,0,0,0,0,0,0,0,0,0,0,0,15872,0,0,0,0,0,0,0,0,0,0,0,0,3584,0,0,0,0,0,0,0,0,0,0,0,0,7680,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,3968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3840,0,0,0,0,0,0,0,0,0,0,0,0,1855,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,-260046848,63,0,0,0,0,0,0,0,0,0,0,0,-17301504,127,0,0,0,0,0,0,0,0,0,0,0,-524288,127,0,0,0,0,0,0,0,0,0,0,0,-262144,127,0,0,0,0,0,0,0,0,0,0,0,-262144,63,0,0,0,0,0,0,0,0,0,0,0,-262144,63,0,0,0,0,0,0,0,0,0,0,0,-262144,63,0,0,0,0,0,0,0,0,0,0,0,-262144,31,0,0,0,0,0,0,0,0,0,0,0,-262144,63,0,0,0,0,3,0,0,0,0,0,0,-262144,63,0,0,0,0,7,0,0,0,0,0,0,-262144,63,0,0,0,0,63,0,0,0,0,0,0,-262144,63,0,0,0,0,511,0,0,0,0,0,0,-524288,31,0,0,0,0,8191,0,0,0,0,0,0,-1048576,63,0,0,0,0,131071,0,0,0,0,0,0,-524288,63,0,0,0,0,262143,0,0,0,0,0,0,-524288,63,0,0,0,0,131071,0,0,0,0,0,0,-1048576,63,0,0,0,0,262143,0,0,0,0,0,0,-1048576,63,0,0,0,0,262143,0,0,0,0,0,0,-1048576,63,0,0,0,0,262143,0,0,0,0,0,0,-1048576,63,0,0,0,0,262143,0,0,0,0,0,0,-2097152,127,0,0,0,0,262143,0,0,0,0,0,0,-2097152,127,0,0,0,0,262143,0,0,0,0,0,0,-1048576,127,0,0,0,0,262143,0,0,0,0,0,0,-1048576,127,0,0,0,0,262143,0,0,0,0,0,0,-2097152,255,0,0,0,0,262143,0,0,0,0,0,0,-2097152,255,0,0,0,0,262142,0,0,0,0,0,0,-2097152,255,0,0,0,0,262142,0,0,0,0,0,0,-2097152,255,0,0,0,0,262142,0,0,0,0,0,0,-2097152,255,0,0,0,0,262140,0,0,0,0,0,0,-2097152,255,0,0,0,0,131068,0,0,0,0,0,0,-4194304,255,0,0,0,0,131068,0,0,0,0,0,0,-4194304,255,0,0,0,0,65528,0,0,0,0,0,0,-8388608,255,0,0,0,0,65528,0,0,0,0,0,0,-8388608,255,0,0,0,0,65528,0,0,0,0,0,0,-8388608,255,0,0,0,0,32760,0,0,0,0,0,0,-8388608,255,0,0,0,0,32760,0,0,0,0,0,0,-16777216,255,0,0,-2147483648,255,16368,0,0,0,0,0,0,-16777216,255,0,0,-536870912,1023,16368,0,0,0,0,0,0,-33554432,255,0,0,-16777216,4095,16352,0,0,0,0,0,0,-33554432,255,0,0,-8388608,262143,16352,0,0,0,0,0,0,-33554432,255,0,0,-1048576,2097151,16352,0,0,0,0,0,0,-67108864,255,0,0,-524288,8388607,16352,0,0,0,0,0,0,-67108864,255,0,0,-262144,16777215,16320,0,0,0,0,0,0,-67108864,255,0,0,-131072,16777215,100679648,0,0,0,0,0,0,-67108864,255,0,0,-16384,16776959,125861824,0,0,0,0,0,0,-134217728,255,0,0,-4096,16773121,62930880,0,0,0,0,0,0,-134217728,127,0,0,2147482624,16252928,32704,0,0,0,0,0,0,-134217728,127,0,0,268435200,14680064,16320,0,0,0,0,0,0,-134217728,127,0,0,134217600,0,32704,0,0,0,0,0,0,-33554432,127,0,1056964608,67108736,0,32704,0,0,0,0,0,0,-33554432,127,0,2130706432,33554368,0,65408,0,0,0,0,0,0,-33554432,127,0,-16777216,8388576,0,32640,0,0,0,0,0,0,-134217728,127,0,-16777216,2097136,0,32640,0,0,0,0,0,0,-134217728,63,0,-16776960,1048573,0,32640,0,0,0,0,0,0,-536870912,63,0,-16776448,1048575,0,32640,0,0,0,0,0,0,-536870912,63,0,-33553664,6291455,66752,32640,0,0,0,0,0,0,-536870912,63,0,2013266688,2097148,229376,32640,0,0,0,0,0,0,-536870912,63,0,256,4194300,229376,32640,0,0,0,0,0,0,-536870912,63,0,0,524280,196608,32512,0,0,8,0,0,0,-1073741824,63,0,0,-200,15,65280,0,0,24,0,0,0,-1073741824,63,0,0,-1867768,127,32512,0,0,56,0,0,0,-1073741824,63,0,0,-1056768,4095,32512,0,0,124,0,0,0,-1073741824,63,0,0,-1050624,8191,32512,0,0,508,0,0,0,-2147483648,31,0,0,-7866368,8191,32512,0,0,1020,0,0,0,-2147483648,31,0,0,-33030656,8095,32512,0,0,2046,0,0,0,-2147483648,63,0,0,-66586624,771,32512,0,0,4094,0,0,0,0,63,0,0,-134184960,1,32256,0,0,8190,0,0,0,0,63,0,0,1610612736,0,32256,0,0,16382,0,0,0,-2147483648,63,0,0,0,0,15872,0,0,32767,0,0,0,-2147483648,31,0,0,0,0,15872,0,-2147483648,65535,0,0,0,-2147483648,31,0,0,0,0,7680,0,0,65535,0,0,0,-2147483648,31,0,0,134217728,0,7680,0,-2147483648,65535,0,0,0,-2147483648,31,0,0,0,0,7680,0,-2147483648,65535,0,0,0,-2147483648,31,0,0,0,0,7680,0,-1073741824,65535,0,0,0,-2147483648,31,0,0,0,0,3072,0,-1073741824,65535,0,0,0,-2147483648,31,0,0,0,0,3072,0,-1073741824,65535,0,0,0,-2147483648,31,0,0,0,0,0,0,-2147483648,65535,0,0,0,-2147483648,31,0,0,0,0,0,0,-1073741824,65535,0,0,0,0,31,0,0,0,0,0,0,-1073741824,65535,0,0,0,0,31,0,0,0,0,0,0,-2147483648,65535,0,0,0,0,30,0,0,0,0,0,0,-1073741824,65535,0,0,0,0,30,0,0,0,0,0,0,-2147483648,65535,0,0,0,0,30,0,0,0,0,0,0,0,65535,0,0,0,0,28,0,0,0,0,0,0,0,65535,0,0,0,0,28,0,0,0,0,0,0,0,65535,0,0,0,0,28,0,0,0,0,0,0,0,65535,0,0,0,0,24,0,0,0,0,0,0,-2147483648,65535,0,0,0,0,0,0,0,0,0,0,0,-536870912,65535);//[$offset] |= intval32bits(1 << ($x & 0x1f)); + $bob = $this->bits[$offset]; + $bob |= 1 << ($x & 0x1f); + $this->bits[$offset] |= ($bob); + //$this->bits[$offset] = intval32bits($this->bits[$offset]); - //} + //} //16777216 - } + } - public function _unset($x, $y) - {//было unset, php не позволяет использовать unset - $offset = (int)($y * $this->rowSize + ($x / 32)); - $this->bits[$offset] &= ~(1 << ($x & 0x1f)); - } + public function _unset($x, $y): void + {//было unset, php не позволяет использовать unset + $offset = (int)($y * $this->rowSize + ($x / 32)); + $this->bits[$offset] &= ~(1 << ($x & 0x1f)); + } - /**1 << (249 & 0x1f) - *

Flips the given bit.

- * - * @param $x ; The horizontal component (i.e. which column) - * @param $y ; The vertical component (i.e. which row) - */ - public function flip($x, $y) - { - $offset = $y * $this->rowSize + (int)($x / 32); + /**1 << (249 & 0x1f) + *

Flips the given bit.

+ * + * @param $x ; The horizontal component (i.e. which column) + * @param $y ; The vertical component (i.e. which row) + */ + public function flip($x, $y): void + { + $offset = $y * $this->rowSize + (int)($x / 32); - $this->bits[$offset] = ($this->bits[$offset] ^ (1 << ($x & 0x1f))); - } + $this->bits[$offset] = ($this->bits[$offset] ^ (1 << ($x & 0x1f))); + } - /** - * Exclusive-or (XOR): Flip the bit in this {@code BitMatrix} if the corresponding - * mask bit is set. - * - * @param $mask ; XOR mask - */ - public function _xor($mask) - {//было xor, php не позволяет использовать xor - if ($this->width != $mask->getWidth() || $this->height != $mask->getHeight() - || $this->rowSize != $mask->getRowSize()) { - throw new \InvalidArgumentException("input matrix dimensions do not match"); - } - $rowArray = new BitArray($this->width / 32 + 1); - for ($y = 0; $y < $this->height; $y++) { - $offset = $y * $this->rowSize; - $row = $mask->getRow($y, $rowArray)->getBitArray(); - for ($x = 0; $x < $this->rowSize; $x++) { - $this->bits[$offset + $x] ^= $row[$x]; - } - } - } + /** + * Exclusive-or (XOR): Flip the bit in this {@code BitMatrix} if the corresponding + * mask bit is set. + * + * @param $mask ; XOR mask + */ + public function _xor($mask) + {//было xor, php не позволяет использовать xor + if ($this->width != $mask->getWidth() || $this->height != $mask->getHeight() + || $this->rowSize != $mask->getRowSize()) { + throw new \InvalidArgumentException("input matrix dimensions do not match"); + } + $rowArray = new BitArray($this->width / 32 + 1); + for ($y = 0; $y < $this->height; $y++) { + $offset = $y * $this->rowSize; + $row = $mask->getRow($y, $rowArray)->getBitArray(); + for ($x = 0; $x < $this->rowSize; $x++) { + $this->bits[$offset + $x] ^= $row[$x]; + } + } + } - /** - * Clears all bits (sets to false). - */ - public function clear() - { - $max = count($this->bits); - for ($i = 0; $i < $max; $i++) { - $this->bits[$i] = 0; - } - } + /** + * Clears all bits (sets to false). + */ + public function clear(): void + { + $max = is_countable($this->bits) ? count($this->bits) : 0; + for ($i = 0; $i < $max; $i++) { + $this->bits[$i] = 0; + } + } - /** - *

Sets a square region of the bit matrix to true.

- * - * @param $left ; The horizontal position to begin at (inclusive) - * @param $top ; The vertical position to begin at (inclusive) - * @param $width ; The width of the region - * @param $height ; The height of the region - */ - public function setRegion($left, $top, $width, $height) - { - if ($top < 0 || $left < 0) { - throw new \InvalidArgumentException("Left and top must be nonnegative"); - } - if ($height < 1 || $width < 1) { - throw new \InvalidArgumentException("Height and width must be at least 1"); - } - $right = $left + $width; - $bottom = $top + $height; - if ($bottom > $this->height || $right > $this->width) { //> this.height || right > this.width - throw new \InvalidArgumentException("The region must fit inside the matrix"); - } - for ($y = $top; $y < $bottom; $y++) { - $offset = $y * $this->rowSize; - for ($x = $left; $x < $right; $x++) { - $this->bits[$offset + (int)($x / 32)] = ($this->bits[$offset + (int)($x / 32)] |= 1 << ($x & 0x1f)); - } - } - } + /** + *

Sets a square region of the bit matrix to true.

+ * + * @param $left ; The horizontal position to begin at (inclusive) + * @param $top ; The vertical position to begin at (inclusive) + * @param $width ; The width of the region + * @param $height ; The height of the region + */ + public function setRegion($left, $top, $width, $height) + { + if ($top < 0 || $left < 0) { + throw new \InvalidArgumentException("Left and top must be nonnegative"); + } + if ($height < 1 || $width < 1) { + throw new \InvalidArgumentException("Height and width must be at least 1"); + } + $right = $left + $width; + $bottom = $top + $height; + if ($bottom > $this->height || $right > $this->width) { //> this.height || right > this.width + throw new \InvalidArgumentException("The region must fit inside the matrix"); + } + for ($y = $top; $y < $bottom; $y++) { + $offset = $y * $this->rowSize; + for ($x = $left; $x < $right; $x++) { + $this->bits[$offset + (int)($x / 32)] = ($this->bits[$offset + (int)($x / 32)] |= 1 << ($x & 0x1f)); + } + } + } - /** - * Modifies this {@code BitMatrix} to represent the same but rotated 180 degrees - */ - public function rotate180() - { - $width = $this->getWidth(); - $height = $this->getHeight(); - $topRow = new BitArray($width); - $bottomRow = new BitArray($width); - for ($i = 0; $i < ($height + 1) / 2; $i++) { - $topRow = $this->getRow($i, $topRow); - $bottomRow = $this->getRow($height - 1 - $i, $bottomRow); - $topRow->reverse(); - $bottomRow->reverse(); - $this->setRow($i, $bottomRow); - $this->setRow($height - 1 - $i, $topRow); - } - } + /** + * Modifies this {@code BitMatrix} to represent the same but rotated 180 degrees + */ + public function rotate180(): void + { + $width = $this->getWidth(); + $height = $this->getHeight(); + $topRow = new BitArray($width); + $bottomRow = new BitArray($width); + for ($i = 0; $i < ($height + 1) / 2; $i++) { + $topRow = $this->getRow($i, $topRow); + $bottomRow = $this->getRow($height - 1 - $i, $bottomRow); + $topRow->reverse(); + $bottomRow->reverse(); + $this->setRow($i, $bottomRow); + $this->setRow($height - 1 - $i, $topRow); + } + } - /** - * @return The width of the matrix - */ - public function getWidth() - { - return $this->width; - } + /** + * @return float The width of the matrix + */ + public function getWidth() + { + return $this->width; + } - /** - * A fast method to retrieve one row of data from the matrix as a BitArray. - * - * @param $y ; The row to retrieve - * @param $row ; An optional caller-allocated BitArray, will be allocated if null or too small - * - * @return The resulting BitArray - this reference should always be used even when passing - * your own row - */ - public function getRow($y, $row) - { - if ($row == null || $row->getSize() < $this->width) { - $row = new BitArray($this->width); - } else { - $row->clear(); - } - $offset = $y * $this->rowSize; - for ($x = 0; $x < $this->rowSize; $x++) { - $row->setBulk($x * 32, $this->bits[$offset + $x]); - } + /** + * A fast method to retrieve one row of data from the matrix as a BitArray. + * + * @param $y ; The row to retrieve + * @param $row ; An optional caller-allocated BitArray, will be allocated if null or too small + * + * @return BitArray The resulting BitArray - this reference should always be used even when passing + * your own row + */ + public function getRow($y, $row) + { + if ($row == null || $row->getSize() < $this->width) { + $row = new BitArray($this->width); + } else { + $row->clear(); + } + $offset = $y * $this->rowSize; + for ($x = 0; $x < $this->rowSize; $x++) { + $row->setBulk($x * 32, $this->bits[$offset + $x]); + } - return $row; - } + return $row; + } - /** - * @param $y ; row to set - * @param $row ; {@link BitArray} to copy from - */ - public function setRow($y, $row) - { - $this->bits = arraycopy($row->getBitArray(), 0, $this->bits, $y * $this->rowSize, $this->rowSize); - } + /** + * @param $y ; row to set + * @param $row ; {@link BitArray} to copy from + */ + public function setRow($y, $row): void + { + $this->bits = arraycopy($row->getBitArray(), 0, $this->bits, $y * $this->rowSize, $this->rowSize); + } - /** - * This is useful in detecting the enclosing rectangle of a 'pure' barcode. - * - * @return {@code left,top,width,height} enclosing rectangle of all 1 bits, or null if it is all white - */ - public function getEnclosingRectangle() - { - $left = $this->width; - $top = $this->height; - $right = -1; - $bottom = -1; + /** + * This is useful in detecting the enclosing rectangle of a 'pure' barcode. + * + * @return {@code left,top,width,height} enclosing rectangle of all 1 bits, or null if it is all white + */ + public function getEnclosingRectangle() + { + $left = $this->width; + $top = $this->height; + $right = -1; + $bottom = -1; - for ($y = 0; $y < $this->height; $y++) { - for ($x32 = 0; $x32 < $this->rowSize; $x32++) { - $theBits = $this->bits[$y * $this->rowSize + $x32]; - if ($theBits != 0) { - if ($y < $top) { - $top = $y; - } - if ($y > $bottom) { - $bottom = $y; - } - if ($x32 * 32 < $left) { - $bit = 0; - while (($theBits << (31 - $bit)) == 0) { - $bit++; - } - if (($x32 * 32 + $bit) < $left) { - $left = $x32 * 32 + $bit; - } - } - if ($x32 * 32 + 31 > $right) { - $bit = 31; - while ((sdvig3($theBits, $bit)) == 0) {//>>> - $bit--; - } - if (($x32 * 32 + $bit) > $right) { - $right = $x32 * 32 + $bit; - } - } - } - } - } + for ($y = 0; $y < $this->height; $y++) { + for ($x32 = 0; $x32 < $this->rowSize; $x32++) { + $theBits = $this->bits[$y * $this->rowSize + $x32]; + if ($theBits != 0) { + if ($y < $top) { + $top = $y; + } + if ($y > $bottom) { + $bottom = $y; + } + if ($x32 * 32 < $left) { + $bit = 0; + while (($theBits << (31 - $bit)) == 0) { + $bit++; + } + if (($x32 * 32 + $bit) < $left) { + $left = $x32 * 32 + $bit; + } + } + if ($x32 * 32 + 31 > $right) { + $bit = 31; + while ((sdvig3($theBits, $bit)) == 0) {//>>> + $bit--; + } + if (($x32 * 32 + $bit) > $right) { + $right = $x32 * 32 + $bit; + } + } + } + } + } - $width = $right - $left; - $height = $bottom - $top; + $width = $right - $left; + $height = $bottom - $top; - if ($width < 0 || $height < 0) { - return null; - } + if ($width < 0 || $height < 0) { + return null; + } - return [$left, $top, $width, $height]; - } + return [$left, $top, $width, $height]; + } - /** - * This is useful in detecting a corner of a 'pure' barcode. - * - * @return {@code x,y} coordinate of top-left-most 1 bit, or null if it is all white - */ - public function getTopLeftOnBit() - { - $bitsOffset = 0; - while ($bitsOffset < count($this->bits) && $this->bits[$bitsOffset] == 0) { - $bitsOffset++; - } - if ($bitsOffset == count($this->bits)) { - return null; - } - $y = $bitsOffset / $this->rowSize; - $x = ($bitsOffset % $this->rowSize) * 32; + /** + * This is useful in detecting a corner of a 'pure' barcode. + * + * @return {@code x,y} coordinate of top-left-most 1 bit, or null if it is all white + */ + public function getTopLeftOnBit() + { + $bitsOffset = 0; + while ($bitsOffset < (is_countable($this->bits) ? count($this->bits) : 0) && $this->bits[$bitsOffset] == 0) { + $bitsOffset++; + } + if ($bitsOffset == (is_countable($this->bits) ? count($this->bits) : 0)) { + return null; + } + $y = $bitsOffset / $this->rowSize; + $x = ($bitsOffset % $this->rowSize) * 32; - $theBits = $this->bits[$bitsOffset]; - $bit = 0; - while (($theBits << (31 - $bit)) == 0) { - $bit++; - } - $x += $bit; + $theBits = $this->bits[$bitsOffset]; + $bit = 0; + while (($theBits << (31 - $bit)) == 0) { + $bit++; + } + $x += $bit; - return [$x, $y]; - } + return [$x, $y]; + } - public function getBottomRightOnBit() - { - $bitsOffset = count($this->bits) - 1; - while ($bitsOffset >= 0 && $this->bits[$bitsOffset] == 0) { - $bitsOffset--; - } - if ($bitsOffset < 0) { - return null; - } + public function getBottomRightOnBit() + { + $bitsOffset = (is_countable($this->bits) ? count($this->bits) : 0) - 1; + while ($bitsOffset >= 0 && $this->bits[$bitsOffset] == 0) { + $bitsOffset--; + } + if ($bitsOffset < 0) { + return null; + } - $y = $bitsOffset / $this->rowSize; - $x = ($bitsOffset % $this->rowSize) * 32; + $y = $bitsOffset / $this->rowSize; + $x = ($bitsOffset % $this->rowSize) * 32; - $theBits = $this->bits[$bitsOffset]; - $bit = 31; - while ((sdvig3($theBits, $bit)) == 0) {//>>> - $bit--; - } - $x += $bit; + $theBits = $this->bits[$bitsOffset]; + $bit = 31; + while ((sdvig3($theBits, $bit)) == 0) {//>>> + $bit--; + } + $x += $bit; - return [$x, $y]; - } + return [$x, $y]; + } - /** - * @return The height of the matrix - */ - public function getHeight() - { - return $this->height; - } + /** + * @return float The height of the matrix + */ + public function getHeight() + { + return $this->height; + } - /** - * @return The row size of the matrix - */ - public function getRowSize() - { - return $this->rowSize; - } + /** + * @return int The row size of the matrix + */ + public function getRowSize() + { + return $this->rowSize; + } - public function equals($o) - { - if (!($o instanceof BitMatrix)) { - return false; - } - $other = $o; + public function equals($o) + { + if (!($o instanceof BitMatrix)) { + return false; + } + $other = $o; - return $this->width == $other->width - && $this->height == $other->height - && $this->rowSize == $other->rowSize - && $this->bits === $other->bits; - } + return $this->width == $other->width + && $this->height == $other->height + && $this->rowSize == $other->rowSize + && $this->bits === $other->bits; + } - //@Override + //@Override - public function hashCode() - { - $hash = $this->width; - $hash = 31 * $hash + $this->width; - $hash = 31 * $hash + $this->height; - $hash = 31 * $hash + $this->rowSize; - $hash = 31 * $hash + hashCode($this->bits); + public function hashCode() + { + $hash = $this->width; + $hash = 31 * $hash + $this->width; + $hash = 31 * $hash + $this->height; + $hash = 31 * $hash + $this->rowSize; + $hash = 31 * $hash + hashCode($this->bits); - return $hash; - } + return $hash; + } - //@Override + //@Override - public function toString($setString = '', $unsetString = '', $lineSeparator = '') - { - if (!$setString || !$unsetString) { - return (string)'X ' . ' '; - } - if ($lineSeparator && $lineSeparator !== "\n") { - return $this->toString_($setString, $unsetString, $lineSeparator); - } + public function toString($setString = '', $unsetString = '', $lineSeparator = '') + { + if (!$setString || !$unsetString) { + return (string)'X ' . ' '; + } + if ($lineSeparator && $lineSeparator !== "\n") { + return $this->toString_($setString, $unsetString, $lineSeparator); + } - return (string)($setString . $unsetString . "\n"); - } + return (string)($setString . $unsetString . "\n"); + } - public function toString_($setString, $unsetString, $lineSeparator) - { - //$result = new StringBuilder(height * (width + 1)); - $result = ''; - for ($y = 0; $y < $this->height; $y++) { - for ($x = 0; $x < $this->width; $x++) { - $result .= ($this->get($x, $y) ? $setString : $unsetString); - } - $result .= ($lineSeparator); - } + public function toString_($setString, $unsetString, $lineSeparator) + { + //$result = new StringBuilder(height * (width + 1)); + $result = ''; + for ($y = 0; $y < $this->height; $y++) { + for ($x = 0; $x < $this->width; $x++) { + $result .= ($this->get($x, $y) ? $setString : $unsetString); + } + $result .= ($lineSeparator); + } - return (string)$result; - } + return (string)$result; + } - /** - * @deprecated call {@link #toString(String,String)} only, which uses \n line separator always - */ - // @Deprecated - /** - *

Gets the requested bit, where true means black.

- * - * @param $x ; The horizontal component (i.e. which column) - * @param $y ; The vertical component (i.e. which row) - * - * @return value of given bit in matrix - */ - public function get($x, $y) - { + /** + * @deprecated call {@link #toString(String,String)} only, which uses \n line separator always + */ + // @Deprecated + /** + *

Gets the requested bit, where true means black.

+ * + * @param $x ; The horizontal component (i.e. which column) + * @param $y ; The vertical component (i.e. which row) + * + * @return value of given bit in matrix + */ + public function get($x, $y) + { + $offset = (int)($y * $this->rowSize + ($x / 32)); + if (!isset($this->bits[$offset])) { + $this->bits[$offset] = 0; + } - $offset = (int)($y * $this->rowSize + ($x / 32)); - if (!isset($this->bits[$offset])) { - $this->bits[$offset] = 0; - } + // return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0; + return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг + } - // return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0; - return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг - } + // @Override -// @Override - - public function _clone() - { - return new BitMatrix($this->width, $this->height, $this->rowSize, $this->bits); - } + public function _clone(): \Zxing\Common\BitMatrix + { + return new BitMatrix($this->width, $this->height, $this->rowSize, $this->bits); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitSource.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitSource.php index d18d164..dede538 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitSource.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitSource.php @@ -28,91 +28,88 @@ namespace Zxing\Common; */ final class BitSource { + private int $byteOffset = 0; + private int $bitOffset = 0; - private $bytes; - private $byteOffset = 0; - private $bitOffset = 0; + /** + * @param bytes $bytes from which this will read bits. Bits will be read from the first byte first. + * Bits are read within a byte from most-significant to least-significant bit. + */ + public function __construct(private $bytes) + { + } - /** - * @param bytes bytes from which this will read bits. Bits will be read from the first byte first. - * Bits are read within a byte from most-significant to least-significant bit. - */ - public function __construct($bytes) - { - $this->bytes = $bytes; - } + /** + * @return index of next bit in current byte which would be read by the next call to {@link #readBits(int)}. + */ + public function getBitOffset() + { + return $this->bitOffset; + } - /** - * @return index of next bit in current byte which would be read by the next call to {@link #readBits(int)}. - */ - public function getBitOffset() - { - return $this->bitOffset; - } + /** + * @return index of next byte in input byte array which would be read by the next call to {@link #readBits(int)}. + */ + public function getByteOffset() + { + return $this->byteOffset; + } - /** - * @return index of next byte in input byte array which would be read by the next call to {@link #readBits(int)}. - */ - public function getByteOffset() - { - return $this->byteOffset; - } + /** + * @param number $numBits of bits to read + * + * @return int representing the bits read. The bits will appear as the least-significant + * bits of the int + * @throws InvalidArgumentException if numBits isn't in [1,32] or more than is available + */ + public function readBits($numBits) + { + if ($numBits < 1 || $numBits > 32 || $numBits > $this->available()) { + throw new \InvalidArgumentException(strval($numBits)); + } - /** - * @param numBits number of bits to read - * - * @return int representing the bits read. The bits will appear as the least-significant - * bits of the int - * @throws InvalidArgumentException if numBits isn't in [1,32] or more than is available - */ - public function readBits($numBits) - { - if ($numBits < 1 || $numBits > 32 || $numBits > $this->available()) { - throw new \InvalidArgumentException(strval($numBits)); - } + $result = 0; - $result = 0; + // First, read remainder from current byte + if ($this->bitOffset > 0) { + $bitsLeft = 8 - $this->bitOffset; + $toRead = $numBits < $bitsLeft ? $numBits : $bitsLeft; + $bitsToNotRead = $bitsLeft - $toRead; + $mask = (0xFF >> (8 - $toRead)) << $bitsToNotRead; + $result = ($this->bytes[$this->byteOffset] & $mask) >> $bitsToNotRead; + $numBits -= $toRead; + $this->bitOffset += $toRead; + if ($this->bitOffset == 8) { + $this->bitOffset = 0; + $this->byteOffset++; + } + } - // First, read remainder from current byte - if ($this->bitOffset > 0) { - $bitsLeft = 8 - $this->bitOffset; - $toRead = $numBits < $bitsLeft ? $numBits : $bitsLeft; - $bitsToNotRead = $bitsLeft - $toRead; - $mask = (0xFF >> (8 - $toRead)) << $bitsToNotRead; - $result = ($this->bytes[$this->byteOffset] & $mask) >> $bitsToNotRead; - $numBits -= $toRead; - $this->bitOffset += $toRead; - if ($this->bitOffset == 8) { - $this->bitOffset = 0; - $this->byteOffset++; - } - } + // Next read whole bytes + if ($numBits > 0) { + while ($numBits >= 8) { + $result = ($result << 8) | ($this->bytes[$this->byteOffset] & 0xFF); + $this->byteOffset++; + $numBits -= 8; + } - // Next read whole bytes - if ($numBits > 0) { - while ($numBits >= 8) { - $result = ($result << 8) | ($this->bytes[$this->byteOffset] & 0xFF); - $this->byteOffset++; - $numBits -= 8; - } + // Finally read a partial byte + if ($numBits > 0) { + $bitsToNotRead = 8 - $numBits; + $mask = (0xFF >> $bitsToNotRead) << $bitsToNotRead; + $result = ($result << $numBits) | (($this->bytes[$this->byteOffset] & $mask) >> $bitsToNotRead); + $this->bitOffset += $numBits; + } + } - // Finally read a partial byte - if ($numBits > 0) { - $bitsToNotRead = 8 - $numBits; - $mask = (0xFF >> $bitsToNotRead) << $bitsToNotRead; - $result = ($result << $numBits) | (($this->bytes[$this->byteOffset] & $mask) >> $bitsToNotRead); - $this->bitOffset += $numBits; - } - } + return $result; + } - return $result; - } - - /** - * @return number of bits that can be read successfully - */ - public function available() - { - return 8 * (count($this->bytes) - $this->byteOffset) - $this->bitOffset; - } + /** + * @return number of bits that can be read successfully + */ + public function available() + { + return 8 * ((is_countable($this->bytes) ? count($this->bytes) : 0) - $this->byteOffset) - $this->bitOffset; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/CharacterSetECI.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/CharacterSetECI.php index 086d593..bbabc19 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/CharacterSetECI.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/CharacterSetECI.php @@ -8,151 +8,147 @@ namespace Zxing\Common; */ final class CharacterSetECI { - /**#@+ - * Character set constants. - */ - const CP437 = 0; - const ISO8859_1 = 1; - const ISO8859_2 = 4; - const ISO8859_3 = 5; - const ISO8859_4 = 6; - const ISO8859_5 = 7; - const ISO8859_6 = 8; - const ISO8859_7 = 9; - const ISO8859_8 = 10; - const ISO8859_9 = 11; - const ISO8859_10 = 12; - const ISO8859_11 = 13; - const ISO8859_12 = 14; - const ISO8859_13 = 15; - const ISO8859_14 = 16; - const ISO8859_15 = 17; - const ISO8859_16 = 18; - const SJIS = 20; - const CP1250 = 21; - const CP1251 = 22; - const CP1252 = 23; - const CP1256 = 24; - const UNICODE_BIG_UNMARKED = 25; - const UTF8 = 26; - const ASCII = 27; - const BIG5 = 28; - const GB18030 = 29; - const EUC_KR = 30; - /** - * Map between character names and their ECI values. - * - * @var array - */ - protected static $nameToEci = [ - 'ISO-8859-1' => self::ISO8859_1, - 'ISO-8859-2' => self::ISO8859_2, - 'ISO-8859-3' => self::ISO8859_3, - 'ISO-8859-4' => self::ISO8859_4, - 'ISO-8859-5' => self::ISO8859_5, - 'ISO-8859-6' => self::ISO8859_6, - 'ISO-8859-7' => self::ISO8859_7, - 'ISO-8859-8' => self::ISO8859_8, - 'ISO-8859-9' => self::ISO8859_9, - 'ISO-8859-10' => self::ISO8859_10, - 'ISO-8859-11' => self::ISO8859_11, - 'ISO-8859-12' => self::ISO8859_12, - 'ISO-8859-13' => self::ISO8859_13, - 'ISO-8859-14' => self::ISO8859_14, - 'ISO-8859-15' => self::ISO8859_15, - 'ISO-8859-16' => self::ISO8859_16, - 'SHIFT-JIS' => self::SJIS, - 'WINDOWS-1250' => self::CP1250, - 'WINDOWS-1251' => self::CP1251, - 'WINDOWS-1252' => self::CP1252, - 'WINDOWS-1256' => self::CP1256, - 'UTF-16BE' => self::UNICODE_BIG_UNMARKED, - 'UTF-8' => self::UTF8, - 'ASCII' => self::ASCII, - 'GBK' => self::GB18030, - 'EUC-KR' => self::EUC_KR, - ]; - /**#@-*/ - /** - * Additional possible values for character sets. - * - * @var array - */ - protected static $additionalValues = [ - self::CP437 => 2, - self::ASCII => 170, - ]; - private static $name = null; + /**#@+ + * Character set constants. + */ + public const CP437 = 0; + public const ISO8859_1 = 1; + public const ISO8859_2 = 4; + public const ISO8859_3 = 5; + public const ISO8859_4 = 6; + public const ISO8859_5 = 7; + public const ISO8859_6 = 8; + public const ISO8859_7 = 9; + public const ISO8859_8 = 10; + public const ISO8859_9 = 11; + public const ISO8859_10 = 12; + public const ISO8859_11 = 13; + public const ISO8859_12 = 14; + public const ISO8859_13 = 15; + public const ISO8859_14 = 16; + public const ISO8859_15 = 17; + public const ISO8859_16 = 18; + public const SJIS = 20; + public const CP1250 = 21; + public const CP1251 = 22; + public const CP1252 = 23; + public const CP1256 = 24; + public const UNICODE_BIG_UNMARKED = 25; + public const UTF8 = 26; + public const ASCII = 27; + public const BIG5 = 28; + public const GB18030 = 29; + public const EUC_KR = 30; + /** + * Map between character names and their ECI values. + */ + private static array $nameToEci = [ + 'ISO-8859-1' => self::ISO8859_1, + 'ISO-8859-2' => self::ISO8859_2, + 'ISO-8859-3' => self::ISO8859_3, + 'ISO-8859-4' => self::ISO8859_4, + 'ISO-8859-5' => self::ISO8859_5, + 'ISO-8859-6' => self::ISO8859_6, + 'ISO-8859-7' => self::ISO8859_7, + 'ISO-8859-8' => self::ISO8859_8, + 'ISO-8859-9' => self::ISO8859_9, + 'ISO-8859-10' => self::ISO8859_10, + 'ISO-8859-11' => self::ISO8859_11, + 'ISO-8859-12' => self::ISO8859_12, + 'ISO-8859-13' => self::ISO8859_13, + 'ISO-8859-14' => self::ISO8859_14, + 'ISO-8859-15' => self::ISO8859_15, + 'ISO-8859-16' => self::ISO8859_16, + 'SHIFT-JIS' => self::SJIS, + 'WINDOWS-1250' => self::CP1250, + 'WINDOWS-1251' => self::CP1251, + 'WINDOWS-1252' => self::CP1252, + 'WINDOWS-1256' => self::CP1256, + 'UTF-16BE' => self::UNICODE_BIG_UNMARKED, + 'UTF-8' => self::UTF8, + 'ASCII' => self::ASCII, + 'GBK' => self::GB18030, + 'EUC-KR' => self::EUC_KR, + ]; + /**#@-*/ + /** + * Additional possible values for character sets. + */ + private static array $additionalValues = [ + self::CP437 => 2, + self::ASCII => 170, + ]; + private static int|string|null $name = null; - /** - * Gets character set ECI by value. - * - * @param string $name - * - * @return CharacterSetEci|null - */ - public static function getCharacterSetECIByValue($value) - { - if ($value < 0 || $value >= 900) { - throw new \InvalidArgumentException('Value must be between 0 and 900'); - } - if (false !== ($key = array_search($value, self::$additionalValues))) { - $value = $key; - } - array_search($value, self::$nameToEci); - try { - self::setName($value); + /** + * Gets character set ECI by value. + * + * @param string $value + * + * @return CharacterSetEci|null + */ + public static function getCharacterSetECIByValue($value) + { + if ($value < 0 || $value >= 900) { + throw new \InvalidArgumentException('Value must be between 0 and 900'); + } + if (false !== ($key = array_search($value, self::$additionalValues))) { + $value = $key; + } + array_search($value, self::$nameToEci); + try { + self::setName($value); - return new self($value); - } catch (\UnexpectedValueException $e) { - return null; - } - } + return new self($value); + } catch (\UnexpectedValueException) { + return null; + } + } - private static function setName($value) - { - foreach (self::$nameToEci as $name => $key) { - if ($key == $value) { - self::$name = $name; + private static function setName($value) + { + foreach (self::$nameToEci as $name => $key) { + if ($key == $value) { + self::$name = $name; - return true; - } - } - if (self::$name == null) { - foreach (self::$additionalValues as $name => $key) { - if ($key == $value) { - self::$name = $name; + return true; + } + } + if (self::$name == null) { + foreach (self::$additionalValues as $name => $key) { + if ($key == $value) { + self::$name = $name; - return true; - } - } - } - } + return true; + } + } + } + } - /** - * Gets character set ECI name. - * - * @return character set ECI name|null - */ - public static function name() - { - return self::$name; - } + /** + * Gets character set ECI name. + * + * @return character set ECI name|null + */ + public static function name() + { + return self::$name; + } - /** - * Gets character set ECI by name. - * - * @param string $name - * - * @return CharacterSetEci|null - */ - public static function getCharacterSetECIByName($name) - { - $name = strtoupper($name); - if (isset(self::$nameToEci[$name])) { - return new self(self::$nameToEci[$name]); - } + /** + * Gets character set ECI by name. + * + * @param string $name + * + * @return CharacterSetEci|null + */ + public static function getCharacterSetECIByName($name) + { + $name = strtoupper($name); + if (isset(self::$nameToEci[$name])) { + return new self(self::$nameToEci[$name]); + } - return null; - } + return null; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DecoderResult.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DecoderResult.php index 22aee04..b468dd8 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DecoderResult.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DecoderResult.php @@ -26,97 +26,86 @@ namespace Zxing\Common; */ final class DecoderResult { - - private $rawBytes; - private $text; - private $byteSegments; - private $ecLevel; - private $errorsCorrected; - private $erasures; - private $other; - private $structuredAppendParity; - private $structuredAppendSequenceNumber; + /** + * @var mixed|null + */ + private $errorsCorrected; + /** + * @var mixed|null + */ + private $erasures; + /** + * @var mixed|null + */ + private $other; - public function __construct( - $rawBytes, - $text, - $byteSegments, - $ecLevel, - $saSequence = -1, - $saParity = -1 - ) { - $this->rawBytes = $rawBytes; - $this->text = $text; - $this->byteSegments = $byteSegments; - $this->ecLevel = $ecLevel; - $this->structuredAppendParity = $saParity; - $this->structuredAppendSequenceNumber = $saSequence; - } + public function __construct(private $rawBytes, private $text, private $byteSegments, private $ecLevel, private $structuredAppendSequenceNumber = -1, private $structuredAppendParity = -1) + { + } - public function getRawBytes() - { - return $this->rawBytes; - } + public function getRawBytes() + { + return $this->rawBytes; + } - public function getText() - { - return $this->text; - } + public function getText() + { + return $this->text; + } - public function getByteSegments() - { - return $this->byteSegments; - } + public function getByteSegments() + { + return $this->byteSegments; + } - public function getECLevel() - { - return $this->ecLevel; - } + public function getECLevel() + { + return $this->ecLevel; + } - public function getErrorsCorrected() - { - return $this->errorsCorrected; - } + public function getErrorsCorrected() + { + return $this->errorsCorrected; + } - public function setErrorsCorrected($errorsCorrected) - { - $this->errorsCorrected = $errorsCorrected; - } + public function setErrorsCorrected($errorsCorrected): void + { + $this->errorsCorrected = $errorsCorrected; + } - public function getErasures() - { - return $this->erasures; - } + public function getErasures() + { + return $this->erasures; + } - public function setErasures($erasures) - { - $this->erasures = $erasures; - } + public function setErasures($erasures): void + { + $this->erasures = $erasures; + } - public function getOther() - { - return $this->other; - } + public function getOther() + { + return $this->other; + } - public function setOther($other) - { - $this->other = $other; - } + public function setOther($other): void + { + $this->other = $other; + } - public function hasStructuredAppend() - { - return $this->structuredAppendParity >= 0 && $this->structuredAppendSequenceNumber >= 0; - } + public function hasStructuredAppend() + { + return $this->structuredAppendParity >= 0 && $this->structuredAppendSequenceNumber >= 0; + } - public function getStructuredAppendParity() - { - return $this->structuredAppendParity; - } - - public function getStructuredAppendSequenceNumber() - { - return $this->structuredAppendSequenceNumber; - } + public function getStructuredAppendParity() + { + return $this->structuredAppendParity; + } + public function getStructuredAppendSequenceNumber() + { + return $this->structuredAppendSequenceNumber; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DefaultGridSampler.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DefaultGridSampler.php index d2326d3..4e63195 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DefaultGridSampler.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DefaultGridSampler.php @@ -24,70 +24,92 @@ use Zxing\NotFoundException; */ final class DefaultGridSampler extends GridSampler { -//@Override - public function sampleGrid( - $image, - $dimensionX, - $dimensionY, - $p1ToX, $p1ToY, - $p2ToX, $p2ToY, - $p3ToX, $p3ToY, - $p4ToX, $p4ToY, - $p1FromX, $p1FromY, - $p2FromX, $p2FromY, - $p3FromX, $p3FromY, - $p4FromX, $p4FromY - ) { + //@Override + public function sampleGrid( + $image, + $dimensionX, + $dimensionY, + $p1ToX, + $p1ToY, + $p2ToX, + $p2ToY, + $p3ToX, + $p3ToY, + $p4ToX, + $p4ToY, + $p1FromX, + $p1FromY, + $p2FromX, + $p2FromY, + $p3FromX, + $p3FromY, + $p4FromX, + $p4FromY + ) { + $transform = PerspectiveTransform::quadrilateralToQuadrilateral( + $p1ToX, + $p1ToY, + $p2ToX, + $p2ToY, + $p3ToX, + $p3ToY, + $p4ToX, + $p4ToY, + $p1FromX, + $p1FromY, + $p2FromX, + $p2FromY, + $p3FromX, + $p3FromY, + $p4FromX, + $p4FromY + ); - $transform = PerspectiveTransform::quadrilateralToQuadrilateral( - $p1ToX, $p1ToY, $p2ToX, $p2ToY, $p3ToX, $p3ToY, $p4ToX, $p4ToY, - $p1FromX, $p1FromY, $p2FromX, $p2FromY, $p3FromX, $p3FromY, $p4FromX, $p4FromY); + return $this->sampleGrid_($image, $dimensionX, $dimensionY, $transform); + } - return $this->sampleGrid_($image, $dimensionX, $dimensionY, $transform); - } + //@Override + public function sampleGrid_( + $image, + $dimensionX, + $dimensionY, + $transform + ) { + if ($dimensionX <= 0 || $dimensionY <= 0) { + throw NotFoundException::getNotFoundInstance(); + } + $bits = new BitMatrix($dimensionX, $dimensionY); + $points = fill_array(0, 2 * $dimensionX, 0.0); + for ($y = 0; $y < $dimensionY; $y++) { + $max = is_countable($points) ? count($points) : 0; + $iValue = (float)$y + 0.5; + for ($x = 0; $x < $max; $x += 2) { + $points[$x] = (float)($x / 2) + 0.5; + $points[$x + 1] = $iValue; + } + $transform->transformPoints($points); + // Quick check to see if points transformed to something inside the image; + // sufficient to check the endpoints + self::checkAndNudgePoints($image, $points); + try { + for ($x = 0; $x < $max; $x += 2) { + if ($image->get((int)$points[$x], (int)$points[$x + 1])) { + // Black(-ish) pixel + $bits->set($x / 2, $y); + } + } + } catch (\Exception) {//ArrayIndexOutOfBoundsException + // This feels wrong, but, sometimes if the finder patterns are misidentified, the resulting + // transform gets "twisted" such that it maps a straight line of points to a set of points + // whose endpoints are in bounds, but others are not. There is probably some mathematical + // way to detect this about the transformation that I don't know yet. + // This results in an ugly runtime exception despite our clever checks above -- can't have + // that. We could check each point's coordinates but that feels duplicative. We settle for + // catching and wrapping ArrayIndexOutOfBoundsException. + throw NotFoundException::getNotFoundInstance(); + } + } -//@Override - public function sampleGrid_( - $image, - $dimensionX, - $dimensionY, - $transform - ) { - if ($dimensionX <= 0 || $dimensionY <= 0) { - throw NotFoundException::getNotFoundInstance(); - } - $bits = new BitMatrix($dimensionX, $dimensionY); - $points = fill_array(0, 2 * $dimensionX, 0.0); - for ($y = 0; $y < $dimensionY; $y++) { - $max = count($points); - $iValue = (float)$y + 0.5; - for ($x = 0; $x < $max; $x += 2) { - $points[$x] = (float)($x / 2) + 0.5; - $points[$x + 1] = $iValue; - } - $transform->transformPoints($points); -// Quick check to see if points transformed to something inside the image; -// sufficient to check the endpoints - $this->checkAndNudgePoints($image, $points); - try { - for ($x = 0; $x < $max; $x += 2) { - if ($image->get((int)$points[$x], (int)$points[$x + 1])) { -// Black(-ish) pixel - $bits->set($x / 2, $y); - } - } - } catch (\Exception $aioobe) {//ArrayIndexOutOfBoundsException -// This feels wrong, but, sometimes if the finder patterns are misidentified, the resulting -// transform gets "twisted" such that it maps a straight line of points to a set of points -// whose endpoints are in bounds, but others are not. There is probably some mathematical -// way to detect this about the transformation that I don't know yet. -// This results in an ugly runtime exception despite our clever checks above -- can't have -// that. We could check each point's coordinates but that feels duplicative. We settle for -// catching and wrapping ArrayIndexOutOfBoundsException. - throw NotFoundException::getNotFoundInstance(); - } - } - - return $bits; - } + return $bits; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Detector/MathUtils.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Detector/MathUtils.php index e88cfc8..061318e 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Detector/MathUtils.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Detector/MathUtils.php @@ -19,31 +19,30 @@ namespace Zxing\Common\Detector; final class MathUtils { - private function __construct() - { + private function __construct() + { + } - } + /** + * Ends up being a bit faster than {@link Math#round(float)}. This merely rounds its + * argument to the nearest int, where x.5 rounds up to x+1. Semantics of this shortcut + * differ slightly from {@link Math#round(float)} in that half rounds down for negative + * values. -2.5 rounds to -3, not -2. For purposes here it makes no difference. + * + * @param float $d real value to round + * + * @return int {@code int} + */ + public static function round($d) + { + return (int)($d + ($d < 0.0 ? -0.5 : 0.5)); + } - /** - * Ends up being a bit faster than {@link Math#round(float)}. This merely rounds its - * argument to the nearest int, where x.5 rounds up to x+1. Semantics of this shortcut - * differ slightly from {@link Math#round(float)} in that half rounds down for negative - * values. -2.5 rounds to -3, not -2. For purposes here it makes no difference. - * - * @param float $d real value to round - * - * @return int $nearest {@code int} - */ - public static function round($d) - { - return (int)($d + ($d < 0.0 ? -0.5 : 0.5)); - } + public static function distance($aX, $aY, $bX, $bY) + { + $xDiff = $aX - $bX; + $yDiff = $aY - $bY; - public static function distance($aX, $aY, $bX, $bY) - { - $xDiff = $aX - $bX; - $yDiff = $aY - $bY; - - return (float)sqrt($xDiff * $xDiff + $yDiff * $yDiff); - } + return (float)sqrt($xDiff * $xDiff + $yDiff * $yDiff); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Detector/MonochromeRectangleDetector.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Detector/MonochromeRectangleDetector.php index eca7595..90cbda2 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Detector/MonochromeRectangleDetector.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Detector/MonochromeRectangleDetector.php @@ -9,8 +9,8 @@ namespace Zxing\Common\Detector; use Zxing\BinaryBitmap; -use \Zxing\NotFoundException; -use \Zxing\ResultPoint; +use Zxing\NotFoundException; +use Zxing\ResultPoint; /* * @@ -35,200 +35,242 @@ import com.google.zxing.common.BitMatrix; */ class MonochromeRectangleDetector { - private static $MAX_MODULES = 32; - private $image; + private static int $MAX_MODULES = 32; - public function __construct(BinaryBitmap $image) - { - $this->image = $image; + public function __construct(private readonly BinaryBitmap $image) + { + } - } + /** + *

Detects a rectangular region of black and white -- mostly black -- with a region of mostly + * white, in an image.

+ * + * @return {@link ResultPoint}[] describing the corners of the rectangular region. The first and + * last points are opposed on the diagonal, as are the second and third. The first point will be + * the topmost point and the last, the bottommost. The second point will be leftmost and the + * third, the rightmost + * @throws NotFoundException if no Data Matrix Code can be found + */ + public function detect(): \Zxing\ResultPoint + { + $height = $this->image->getHeight(); + $width = $this->image->getWidth(); + $halfHeight = $height / 2; + $halfWidth = $width / 2; - /** - *

Detects a rectangular region of black and white -- mostly black -- with a region of mostly - * white, in an image.

- * - * @return {@link ResultPoint}[] describing the corners of the rectangular region. The first and - * last points are opposed on the diagonal, as are the second and third. The first point will be - * the topmost point and the last, the bottommost. The second point will be leftmost and the - * third, the rightmost - * @throws NotFoundException if no Data Matrix Code can be found - */ - public function detect() - { - - $height = $this->image->getHeight(); - $width = $this->image->getWidth(); - $halfHeight = $height / 2; - $halfWidth = $width / 2; - - $deltaY = max(1, $height / (self::$MAX_MODULES * 8)); - $deltaX = max(1, $width / (self::$MAX_MODULES * 8)); + $deltaY = max(1, $height / (self::$MAX_MODULES * 8)); + $deltaX = max(1, $width / (self::$MAX_MODULES * 8)); - $top = 0; - $bottom = $height; - $left = 0; - $right = $width; - $pointA = $this->findCornerFromCenter($halfWidth, 0, $left, $right, - $halfHeight, -$deltaY, $top, $bottom, $halfWidth / 2); - $top = (int)$pointA->getY() - 1; - $pointB = $this->findCornerFromCenter($halfWidth, -$deltaX, $left, $right, - $halfHeight, 0, $top, $bottom, $halfHeight / 2); - $left = (int)$pointB->getX() - 1; - $pointC = $this->findCornerFromCenter($halfWidth, $deltaX, $left, $right, - $halfHeight, 0, $top, $bottom, $halfHeight / 2); - $right = (int)$pointC->getX() + 1; - $pointD = $this->findCornerFromCenter($halfWidth, 0, $left, $right, - $halfHeight, $deltaY, $top, $bottom, $halfWidth / 2); - $bottom = (int)$pointD->getY() + 1; + $top = 0; + $bottom = $height; + $left = 0; + $right = $width; + $pointA = $this->findCornerFromCenter( + $halfWidth, + 0, + $left, + $right, + $halfHeight, + -$deltaY, + $top, + $bottom, + $halfWidth / 2 + ); + $top = (int)$pointA->getY() - 1; + $pointB = $this->findCornerFromCenter( + $halfWidth, + -$deltaX, + $left, + $right, + $halfHeight, + 0, + $top, + $bottom, + $halfHeight / 2 + ); + $left = (int)$pointB->getX() - 1; + $pointC = $this->findCornerFromCenter( + $halfWidth, + $deltaX, + $left, + $right, + $halfHeight, + 0, + $top, + $bottom, + $halfHeight / 2 + ); + $right = (int)$pointC->getX() + 1; + $pointD = $this->findCornerFromCenter( + $halfWidth, + 0, + $left, + $right, + $halfHeight, + $deltaY, + $top, + $bottom, + $halfWidth / 2 + ); + $bottom = (int)$pointD->getY() + 1; - // Go try to find po$A again with better information -- might have been off at first. - $pointA = $this->findCornerFromCenter($halfWidth, 0, $left, $right, - $halfHeight, -$deltaY, $top, $bottom, $halfWidth / 4); + // Go try to find po$A again with better information -- might have been off at first. + $pointA = $this->findCornerFromCenter( + $halfWidth, + 0, + $left, + $right, + $halfHeight, + -$deltaY, + $top, + $bottom, + $halfWidth / 4 + ); - return new ResultPoint($pointA, $pointB, $pointC, $pointD); - - } + return new ResultPoint($pointA, $pointB, $pointC, $pointD); + } - /** - * Attempts to locate a corner of the barcode by scanning up, down, left or right from a center - * point which should be within the barcode. - * - * @param float $centerX center's x component (horizontal) - * @param float $deltaX same as deltaY but change in x per step instead - * @param float $left minimum value of x - * @param float $right maximum value of x - * @param float $centerY center's y component (vertical) - * @param float $deltaY change in y per step. If scanning up this is negative; down, positive; - * left or right, 0 - * @param float $top minimum value of y to search through (meaningless when di == 0) - * @param float $bottom maximum value of y - * @param float $maxWhiteRun maximum run of white pixels that can still be considered to be within - * the barcode - * - * @return ResultPoint $a {@link com.google.zxing.ResultPoint} encapsulating the corner that was found - * @throws NotFoundException if such a point cannot be found - */ - private function findCornerFromCenter($centerX, - $deltaX, - $left, - $right, - $centerY, - $deltaY, - $top, - $bottom, - $maxWhiteRun) - { - $lastRange = null; - for ($y = $centerY, $x = $centerX; - $y < $bottom && $y >= $top && $x < $right && $x >= $left; - $y += $deltaY, $x += $deltaX) { - $range = 0; - if ($deltaX == 0) { - // horizontal slices, up and down - $range = $this->blackWhiteRange($y, $maxWhiteRun, $left, $right, true); - } else { - // vertical slices, left and right - $range = $this->blackWhiteRange($x, $maxWhiteRun, $top, $bottom, false); - } - if ($range == null) { - if ($lastRange == null) { - throw NotFoundException::getNotFoundInstance(); - } - // lastRange was found - if ($deltaX == 0) { - $lastY = $y - $deltaY; - if ($lastRange[0] < $centerX) { - if ($lastRange[1] > $centerX) { - // straddle, choose one or the other based on direction - return new ResultPoint($deltaY > 0 ? $lastRange[0] : $lastRange[1], $lastY); - } + /** + * Attempts to locate a corner of the barcode by scanning up, down, left or right from a center + * point which should be within the barcode. + * + * @param float $centerX center's x component (horizontal) + * @param float $deltaX same as deltaY but change in x per step instead + * @param float $left minimum value of x + * @param float $right maximum value of x + * @param float $centerY center's y component (vertical) + * @param float $deltaY change in y per step. If scanning up this is negative; down, positive; + * left or right, 0 + * @param float $top minimum value of y to search through (meaningless when di == 0) + * @param float $bottom maximum value of y + * @param float $maxWhiteRun maximum run of white pixels that can still be considered to be within + * the barcode + * + * @return ResultPoint {@link com.google.zxing.ResultPoint} encapsulating the corner that was found + * @throws NotFoundException if such a point cannot be found + */ + private function findCornerFromCenter( + $centerX, + $deltaX, + $left, + $right, + $centerY, + $deltaY, + $top, + $bottom, + $maxWhiteRun + ): \Zxing\ResultPoint + { + $lastRange = null; + for ($y = $centerY, $x = $centerX; + $y < $bottom && $y >= $top && $x < $right && $x >= $left; + $y += $deltaY, $x += $deltaX) { + $range = 0; + if ($deltaX == 0) { + // horizontal slices, up and down + $range = $this->blackWhiteRange($y, $maxWhiteRun, $left, $right, true); + } else { + // vertical slices, left and right + $range = $this->blackWhiteRange($x, $maxWhiteRun, $top, $bottom, false); + } + if ($range == null) { + if ($lastRange == null) { + throw NotFoundException::getNotFoundInstance(); + } + // lastRange was found + if ($deltaX == 0) { + $lastY = $y - $deltaY; + if ($lastRange[0] < $centerX) { + if ($lastRange[1] > $centerX) { + // straddle, choose one or the other based on direction + return new ResultPoint($deltaY > 0 ? $lastRange[0] : $lastRange[1], $lastY); + } - return new ResultPoint($lastRange[0], $lastY); - } else { - return new ResultPoint($lastRange[1], $lastY); - } - } else { - $lastX = $x - $deltaX; - if ($lastRange[0] < $centerY) { - if ($lastRange[1] > $centerY) { - return new ResultPoint($lastX, $deltaX < 0 ? $lastRange[0] : $lastRange[1]); - } + return new ResultPoint($lastRange[0], $lastY); + } else { + return new ResultPoint($lastRange[1], $lastY); + } + } else { + $lastX = $x - $deltaX; + if ($lastRange[0] < $centerY) { + if ($lastRange[1] > $centerY) { + return new ResultPoint($lastX, $deltaX < 0 ? $lastRange[0] : $lastRange[1]); + } - return new ResultPoint($lastX, $lastRange[0]); - } else { - return new ResultPoint($lastX, $lastRange[1]); - } - } - } - $lastRange = $range; - } - throw NotFoundException::getNotFoundInstance(); - } + return new ResultPoint($lastX, $lastRange[0]); + } else { + return new ResultPoint($lastX, $lastRange[1]); + } + } + } + $lastRange = $range; + } + throw NotFoundException::getNotFoundInstance(); + } - /** - * Computes the start and end of a region of pixels, either horizontally or vertically, that could - * be part of a Data Matrix barcode. - * - * @param fixedDimension if scanning horizontally, this is the row (the fixed vertical location) - * where we are scanning. If scanning vertically it's the column, the fixed horizontal location - * @param maxWhiteRun largest run of white pixels that can still be considered part of the - * barcode region - * @param minDim minimum pixel location, horizontally or vertically, to consider - * @param maxDim maximum pixel location, horizontally or vertically, to consider - * @param horizontal if true, we're scanning left-right, instead of up-down - * - * @return int[] with start and end of found range, or null if no such range is found - * (e.g. only white was found) - */ + /** + * Computes the start and end of a region of pixels, either horizontally or vertically, that could + * be part of a Data Matrix barcode. + * + * @param if $fixedDimension scanning horizontally, this is the row (the fixed vertical location) + * where we are scanning. If scanning vertically it's the column, the fixed horizontal location + * @param largest $maxWhiteRun run of white pixels that can still be considered part of the + * barcode region + * @param minimum $minDim pixel location, horizontally or vertically, to consider + * @param maximum $maxDim pixel location, horizontally or vertically, to consider + * @param if $horizontal true, we're scanning left-right, instead of up-down + * + * @return int[] with start and end of found range, or null if no such range is found + * (e.g. only white was found) + */ - private function blackWhiteRange($fixedDimension, $maxWhiteRun, $minDim, $maxDim, $horizontal) - { - $center = ($minDim + $maxDim) / 2; + private function blackWhiteRange($fixedDimension, $maxWhiteRun, $minDim, $maxDim, $horizontal) + { + $center = ($minDim + $maxDim) / 2; - // Scan left/up first - $start = $center; - while ($start >= $minDim) { - if ($horizontal ? $this->image->get($start, $fixedDimension) : $this->image->get($fixedDimension, $start)) { - $start--; - } else { - $whiteRunStart = $start; - do { - $start--; - } while ($start >= $minDim && !($horizontal ? $this->image->get($start, $fixedDimension) : - $this->image->get($fixedDimension, $start))); - $whiteRunSize = $whiteRunStart - $start; - if ($start < $minDim || $whiteRunSize > $maxWhiteRun) { - $start = $whiteRunStart; - break; - } - } - } - $start++; + // Scan left/up first + $start = $center; + while ($start >= $minDim) { + if ($horizontal ? $this->image->get($start, $fixedDimension) : $this->image->get($fixedDimension, $start)) { + $start--; + } else { + $whiteRunStart = $start; + do { + $start--; + } while ($start >= $minDim && !($horizontal ? $this->image->get($start, $fixedDimension) : + $this->image->get($fixedDimension, $start))); + $whiteRunSize = $whiteRunStart - $start; + if ($start < $minDim || $whiteRunSize > $maxWhiteRun) { + $start = $whiteRunStart; + break; + } + } + } + $start++; - // Then try right/down - $end = $center; - while ($end < $maxDim) { - if ($horizontal ? $this->image->get($end, $fixedDimension) : $this->image->get($fixedDimension, $end)) { - $end++; - } else { - $whiteRunStart = $end; - do { - $end++; - } while ($end < $maxDim && !($horizontal ? $this->image->get($end, $fixedDimension) : - $this->image->get($fixedDimension, $end))); - $whiteRunSize = $end - $whiteRunStart; - if ($end >= $maxDim || $whiteRunSize > $maxWhiteRun) { - $end = $whiteRunStart; - break; - } - } - } - $end--; + // Then try right/down + $end = $center; + while ($end < $maxDim) { + if ($horizontal ? $this->image->get($end, $fixedDimension) : $this->image->get($fixedDimension, $end)) { + $end++; + } else { + $whiteRunStart = $end; + do { + $end++; + } while ($end < $maxDim && !($horizontal ? $this->image->get($end, $fixedDimension) : + $this->image->get($fixedDimension, $end))); + $whiteRunSize = $end - $whiteRunStart; + if ($end >= $maxDim || $whiteRunSize > $maxWhiteRun) { + $end = $whiteRunStart; + break; + } + } + } + $end--; - return $end > $start ? [$start, $end] : null; - } -} \ No newline at end of file + return $end > $start ? [$start, $end] : null; + } +} diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DetectorResult.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DetectorResult.php index d2e9bc8..a6bf38c 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DetectorResult.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/DetectorResult.php @@ -26,22 +26,17 @@ namespace Zxing\Common; */ class DetectorResult { - private $bits; - private $points; + public function __construct(private $bits, private $points) + { + } - public function __construct($bits, $points) - { - $this->bits = $bits; - $this->points = $points; - } + final public function getBits() + { + return $this->bits; + } - public final function getBits() - { - return $this->bits; - } - - public final function getPoints() - { - return $this->points; - } + final public function getPoints() + { + return $this->points; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/GlobalHistogramBinarizer.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/GlobalHistogramBinarizer.php index 267c3f0..7567c09 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/GlobalHistogramBinarizer.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/GlobalHistogramBinarizer.php @@ -18,7 +18,6 @@ namespace Zxing\Common; use Zxing\Binarizer; -use Zxing\LuminanceSource; use Zxing\NotFoundException; /** @@ -34,174 +33,177 @@ use Zxing\NotFoundException; */ class GlobalHistogramBinarizer extends Binarizer { - private static $LUMINANCE_BITS = 5; - private static $LUMINANCE_SHIFT = 3; - private static $LUMINANCE_BUCKETS = 32; + private static int $LUMINANCE_BITS = 5; + private static int $LUMINANCE_SHIFT = 3; + private static int $LUMINANCE_BUCKETS = 32; - private static $EMPTY = []; + private static array $EMPTY = []; - private $luminances = []; - private $buckets = []; - private $source = []; + private array $luminances = []; + private array $buckets = []; + /** + * @var mixed|\Zxing\LuminanceSource + */ + private $source = []; - public function __construct($source) - { - self::$LUMINANCE_SHIFT = 8 - self::$LUMINANCE_BITS; - self::$LUMINANCE_BUCKETS = 1 << self::$LUMINANCE_BITS; + public function __construct($source) + { + self::$LUMINANCE_SHIFT = 8 - self::$LUMINANCE_BITS; + self::$LUMINANCE_BUCKETS = 1 << self::$LUMINANCE_BITS; - parent::__construct($source); + parent::__construct($source); - $this->luminances = self::$EMPTY; - $this->buckets = fill_array(0, self::$LUMINANCE_BUCKETS, 0); - $this->source = $source; - } + $this->luminances = self::$EMPTY; + $this->buckets = fill_array(0, self::$LUMINANCE_BUCKETS, 0); + $this->source = $source; + } - // Applies simple sharpening to the row data to improve performance of the 1D Readers. - public function getBlackRow($y, $row = null) - { - $this->source = $this->getLuminanceSource(); - $width = $this->source->getWidth(); - if ($row == null || $row->getSize() < $width) { - $row = new BitArray($width); - } else { - $row->clear(); - } + // Applies simple sharpening to the row data to improve performance of the 1D Readers. + public function getBlackRow($y, $row = null) + { + $this->source = $this->getLuminanceSource(); + $width = $this->source->getWidth(); + if ($row == null || $row->getSize() < $width) { + $row = new BitArray($width); + } else { + $row->clear(); + } - $this->initArrays($width); - $localLuminances = $this->source->getRow($y, $this->luminances); - $localBuckets = $this->buckets; - for ($x = 0; $x < $width; $x++) { - $pixel = $localLuminances[$x] & 0xff; - $localBuckets[$pixel >> self::$LUMINANCE_SHIFT]++; - } - $blackPoint = self::estimateBlackPoint($localBuckets); + $this->initArrays($width); + $localLuminances = $this->source->getRow($y, $this->luminances); + $localBuckets = $this->buckets; + for ($x = 0; $x < $width; $x++) { + $pixel = $localLuminances[$x] & 0xff; + $localBuckets[$pixel >> self::$LUMINANCE_SHIFT]++; + } + $blackPoint = self::estimateBlackPoint($localBuckets); - $left = $localLuminances[0] & 0xff; - $center = $localLuminances[1] & 0xff; - for ($x = 1; $x < $width - 1; $x++) { - $right = $localLuminances[$x + 1] & 0xff; - // A simple -1 4 -1 box filter with a weight of 2. - $luminance = (($center * 4) - $left - $right) / 2; - if ($luminance < $blackPoint) { - $row->set($x); - } - $left = $center; - $center = $right; - } + $left = $localLuminances[0] & 0xff; + $center = $localLuminances[1] & 0xff; + for ($x = 1; $x < $width - 1; $x++) { + $right = $localLuminances[$x + 1] & 0xff; + // A simple -1 4 -1 box filter with a weight of 2. + $luminance = (($center * 4) - $left - $right) / 2; + if ($luminance < $blackPoint) { + $row->set($x); + } + $left = $center; + $center = $right; + } - return $row; - } + return $row; + } - // Does not sharpen the data, as this call is intended to only be used by 2D Readers. - private function initArrays($luminanceSize) - { - if (count($this->luminances) < $luminanceSize) { - $this->luminances = []; - } - for ($x = 0; $x < self::$LUMINANCE_BUCKETS; $x++) { - $this->buckets[$x] = 0; - } - } + // Does not sharpen the data, as this call is intended to only be used by 2D Readers. + private function initArrays($luminanceSize): void + { + if (count($this->luminances) < $luminanceSize) { + $this->luminances = []; + } + for ($x = 0; $x < self::$LUMINANCE_BUCKETS; $x++) { + $this->buckets[$x] = 0; + } + } - private static function estimateBlackPoint($buckets) - { - // Find the tallest peak in the histogram. - $numBuckets = count($buckets); - $maxBucketCount = 0; - $firstPeak = 0; - $firstPeakSize = 0; - for ($x = 0; $x < $numBuckets; $x++) { - if ($buckets[$x] > $firstPeakSize) { - $firstPeak = $x; - $firstPeakSize = $buckets[$x]; - } - if ($buckets[$x] > $maxBucketCount) { - $maxBucketCount = $buckets[$x]; - } - } + private static function estimateBlackPoint($buckets) + { + // Find the tallest peak in the histogram. + $numBuckets = is_countable($buckets) ? count($buckets) : 0; + $maxBucketCount = 0; + $firstPeak = 0; + $firstPeakSize = 0; + for ($x = 0; $x < $numBuckets; $x++) { + if ($buckets[$x] > $firstPeakSize) { + $firstPeak = $x; + $firstPeakSize = $buckets[$x]; + } + if ($buckets[$x] > $maxBucketCount) { + $maxBucketCount = $buckets[$x]; + } + } - // Find the second-tallest peak which is somewhat far from the tallest peak. - $secondPeak = 0; - $secondPeakScore = 0; - for ($x = 0; $x < $numBuckets; $x++) { - $distanceToBiggest = $x - $firstPeak; - // Encourage more distant second peaks by multiplying by square of distance. - $score = $buckets[$x] * $distanceToBiggest * $distanceToBiggest; - if ($score > $secondPeakScore) { - $secondPeak = $x; - $secondPeakScore = $score; - } - } + // Find the second-tallest peak which is somewhat far from the tallest peak. + $secondPeak = 0; + $secondPeakScore = 0; + for ($x = 0; $x < $numBuckets; $x++) { + $distanceToBiggest = $x - $firstPeak; + // Encourage more distant second peaks by multiplying by square of distance. + $score = $buckets[$x] * $distanceToBiggest * $distanceToBiggest; + if ($score > $secondPeakScore) { + $secondPeak = $x; + $secondPeakScore = $score; + } + } - // Make sure firstPeak corresponds to the black peak. - if ($firstPeak > $secondPeak) { - $temp = $firstPeak; - $firstPeak = $secondPeak; - $secondPeak = $temp; - } + // Make sure firstPeak corresponds to the black peak. + if ($firstPeak > $secondPeak) { + $temp = $firstPeak; + $firstPeak = $secondPeak; + $secondPeak = $temp; + } - // If there is too little contrast in the image to pick a meaningful black point, throw rather - // than waste time trying to decode the image, and risk false positives. - if ($secondPeak - $firstPeak <= $numBuckets / 16) { - throw NotFoundException::getNotFoundInstance(); - } + // If there is too little contrast in the image to pick a meaningful black point, throw rather + // than waste time trying to decode the image, and risk false positives. + if ($secondPeak - $firstPeak <= $numBuckets / 16) { + throw NotFoundException::getNotFoundInstance(); + } - // Find a valley between them that is low and closer to the white peak. - $bestValley = $secondPeak - 1; - $bestValleyScore = -1; - for ($x = $secondPeak - 1; $x > $firstPeak; $x--) { - $fromFirst = $x - $firstPeak; - $score = $fromFirst * $fromFirst * ($secondPeak - $x) * ($maxBucketCount - $buckets[$x]); - if ($score > $bestValleyScore) { - $bestValley = $x; - $bestValleyScore = $score; - } - } + // Find a valley between them that is low and closer to the white peak. + $bestValley = $secondPeak - 1; + $bestValleyScore = -1; + for ($x = $secondPeak - 1; $x > $firstPeak; $x--) { + $fromFirst = $x - $firstPeak; + $score = $fromFirst * $fromFirst * ($secondPeak - $x) * ($maxBucketCount - $buckets[$x]); + if ($score > $bestValleyScore) { + $bestValley = $x; + $bestValleyScore = $score; + } + } - return ($bestValley << self::$LUMINANCE_SHIFT); - } + return $bestValley << self::$LUMINANCE_SHIFT; + } - public function getBlackMatrix() - { - $source = $this->getLuminanceSource(); - $width = $source->getWidth(); - $height = $source->getHeight(); - $matrix = new BitMatrix($width, $height); + public function getBlackMatrix() + { + $source = $this->getLuminanceSource(); + $width = $source->getWidth(); + $height = $source->getHeight(); + $matrix = new BitMatrix($width, $height); - // Quickly calculates the histogram by sampling four rows from the image. This proved to be - // more robust on the blackbox tests than sampling a diagonal as we used to do. - $this->initArrays($width); - $localBuckets = $this->buckets; - for ($y = 1; $y < 5; $y++) { - $row = (int)($height * $y / 5); - $localLuminances = $source->getRow($row, $this->luminances); - $right = (int)(($width * 4) / 5); - for ($x = (int)($width / 5); $x < $right; $x++) { - $pixel = ($localLuminances[(int)($x)] & 0xff); - $localBuckets[($pixel >> self::$LUMINANCE_SHIFT)]++; - } - } - $blackPoint = self::estimateBlackPoint($localBuckets); + // Quickly calculates the histogram by sampling four rows from the image. This proved to be + // more robust on the blackbox tests than sampling a diagonal as we used to do. + $this->initArrays($width); + $localBuckets = $this->buckets; + for ($y = 1; $y < 5; $y++) { + $row = (int)($height * $y / 5); + $localLuminances = $source->getRow($row, $this->luminances); + $right = (int)(($width * 4) / 5); + for ($x = (int)($width / 5); $x < $right; $x++) { + $pixel = ($localLuminances[(int)($x)] & 0xff); + $localBuckets[($pixel >> self::$LUMINANCE_SHIFT)]++; + } + } + $blackPoint = self::estimateBlackPoint($localBuckets); - // We delay reading the entire image luminance until the black point estimation succeeds. - // Although we end up reading four rows twice, it is consistent with our motto of - // "fail quickly" which is necessary for continuous scanning. - $localLuminances = $source->getMatrix(); - for ($y = 0; $y < $height; $y++) { - $offset = $y * $width; - for ($x = 0; $x < $width; $x++) { - $pixel = (int)($localLuminances[$offset + $x] & 0xff); - if ($pixel < $blackPoint) { - $matrix->set($x, $y); - } - } - } + // We delay reading the entire image luminance until the black point estimation succeeds. + // Although we end up reading four rows twice, it is consistent with our motto of + // "fail quickly" which is necessary for continuous scanning. + $localLuminances = $source->getMatrix(); + for ($y = 0; $y < $height; $y++) { + $offset = $y * $width; + for ($x = 0; $x < $width; $x++) { + $pixel = (int)($localLuminances[$offset + $x] & 0xff); + if ($pixel < $blackPoint) { + $matrix->set($x, $y); + } + } + } - return $matrix; - } + return $matrix; + } - public function createBinarizer($source) - { - return new GlobalHistogramBinarizer($source); - } + public function createBinarizer($source): \Zxing\Common\GlobalHistogramBinarizer + { + return new GlobalHistogramBinarizer($source); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/GridSampler.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/GridSampler.php index affea31..7871859 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/GridSampler.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/GridSampler.php @@ -34,155 +34,165 @@ use Zxing\NotFoundException; */ abstract class GridSampler { - private static $gridSampler; + /** + * @var mixed|\Zxing\Common\DefaultGridSampler|null + */ + private static $gridSampler; - /** - * Sets the implementation of GridSampler used by the library. One global - * instance is stored, which may sound problematic. But, the implementation provided - * ought to be appropriate for the entire platform, and all uses of this library - * in the whole lifetime of the JVM. For instance, an Android activity can swap in - * an implementation that takes advantage of native platform libraries. - * - * @param newGridSampler The platform-specific object to install. - */ - public static function setGridSampler($newGridSampler) - { - self::$gridSampler = $newGridSampler; - } + /** + * Sets the implementation of GridSampler used by the library. One global + * instance is stored, which may sound problematic. But, the implementation provided + * ought to be appropriate for the entire platform, and all uses of this library + * in the whole lifetime of the JVM. For instance, an Android activity can swap in + * an implementation that takes advantage of native platform libraries. + * + * @param $newGridSampler The platform-specific object to install. + */ + public static function setGridSampler($newGridSampler): void + { + self::$gridSampler = $newGridSampler; + } - /** - * @return the current implementation of GridSampler - */ - public static function getInstance() - { - if (!self::$gridSampler) { - self::$gridSampler = new DefaultGridSampler(); - } + /** + * @return GridSampler the current implementation of GridSampler + */ + public static function getInstance() + { + if (!self::$gridSampler) { + self::$gridSampler = new DefaultGridSampler(); + } - return self::$gridSampler; - } + return self::$gridSampler; + } - /** - *

Checks a set of points that have been transformed to sample points on an image against - * the image's dimensions to see if the point are even within the image.

- * - *

This method will actually "nudge" the endpoints back onto the image if they are found to be - * barely (less than 1 pixel) off the image. This accounts for imperfect detection of finder - * patterns in an image where the QR Code runs all the way to the image border.

- * - *

For efficiency, the method will check points from either end of the line until one is found - * to be within the image. Because the set of points are assumed to be linear, this is valid.

- * - * @param image image into which the points should map - * @param points actual points in x1,y1,...,xn,yn form - * - * @throws NotFoundException if an endpoint is lies outside the image boundaries - */ - protected static function checkAndNudgePoints( - $image, - $points - ) { - $width = $image->getWidth(); - $height = $image->getHeight(); -// Check and nudge points from start until we see some that are OK: - $nudged = true; - for ($offset = 0; $offset < count($points) && $nudged; $offset += 2) { - $x = (int)$points[$offset]; - $y = (int)$points[$offset + 1]; - if ($x < -1 || $x > $width || $y < -1 || $y > $height) { - throw NotFoundException::getNotFoundInstance(); - } - $nudged = false; - if ($x == -1) { - $points[$offset] = 0.0; - $nudged = true; - } else if ($x == $width) { - $points[$offset] = $width - 1; - $nudged = true; - } - if ($y == -1) { - $points[$offset + 1] = 0.0; - $nudged = true; - } else if ($y == $height) { - $points[$offset + 1] = $height - 1; - $nudged = true; - } - } -// Check and nudge points from end: - $nudged = true; - for ($offset = count($points) - 2; $offset >= 0 && $nudged; $offset -= 2) { - $x = (int)$points[$offset]; - $y = (int)$points[$offset + 1]; - if ($x < -1 || $x > $width || $y < -1 || $y > $height) { - throw NotFoundException::getNotFoundInstance(); - } - $nudged = false; - if ($x == -1) { - $points[$offset] = 0.0; - $nudged = true; - } else if ($x == $width) { - $points[$offset] = $width - 1; - $nudged = true; - } - if ($y == -1) { - $points[$offset + 1] = 0.0; - $nudged = true; - } else if ($y == $height) { - $points[$offset + 1] = $height - 1; - $nudged = true; - } - } - } + /** + *

Checks a set of points that have been transformed to sample points on an image against + * the image's dimensions to see if the point are even within the image.

+ * + *

This method will actually "nudge" the endpoints back onto the image if they are found to be + * barely (less than 1 pixel) off the image. This accounts for imperfect detection of finder + * patterns in an image where the QR Code runs all the way to the image border.

+ * + *

For efficiency, the method will check points from either end of the line until one is found + * to be within the image. Because the set of points are assumed to be linear, this is valid.

+ * + * @param image $image into which the points should map + * @param actual $points points in x1,y1,...,xn,yn form + * + * @throws NotFoundException if an endpoint is lies outside the image boundaries + */ + protected static function checkAndNudgePoints( + $image, + $points + ) { + $width = $image->getWidth(); + $height = $image->getHeight(); + // Check and nudge points from start until we see some that are OK: + $nudged = true; + for ($offset = 0; $offset < (is_countable($points) ? count($points) : 0) && $nudged; $offset += 2) { + $x = (int)$points[$offset]; + $y = (int)$points[$offset + 1]; + if ($x < -1 || $x > $width || $y < -1 || $y > $height) { + throw NotFoundException::getNotFoundInstance(); + } + $nudged = false; + if ($x == -1) { + $points[$offset] = 0.0; + $nudged = true; + } elseif ($x == $width) { + $points[$offset] = $width - 1; + $nudged = true; + } + if ($y == -1) { + $points[$offset + 1] = 0.0; + $nudged = true; + } elseif ($y == $height) { + $points[$offset + 1] = $height - 1; + $nudged = true; + } + } + // Check and nudge points from end: + $nudged = true; + for ($offset = (is_countable($points) ? count($points) : 0) - 2; $offset >= 0 && $nudged; $offset -= 2) { + $x = (int)$points[$offset]; + $y = (int)$points[$offset + 1]; + if ($x < -1 || $x > $width || $y < -1 || $y > $height) { + throw NotFoundException::getNotFoundInstance(); + } + $nudged = false; + if ($x == -1) { + $points[$offset] = 0.0; + $nudged = true; + } elseif ($x == $width) { + $points[$offset] = $width - 1; + $nudged = true; + } + if ($y == -1) { + $points[$offset + 1] = 0.0; + $nudged = true; + } elseif ($y == $height) { + $points[$offset + 1] = $height - 1; + $nudged = true; + } + } + } - /** - * Samples an image for a rectangular matrix of bits of the given dimension. The sampling - * transformation is determined by the coordinates of 4 points, in the original and transformed - * image space. - * - * @param image image to sample - * @param dimensionX width of {@link BitMatrix} to sample from image - * @param dimensionY height of {@link BitMatrix} to sample from image - * @param p1ToX point 1 preimage X - * @param p1ToY point 1 preimage Y - * @param p2ToX point 2 preimage X - * @param p2ToY point 2 preimage Y - * @param p3ToX point 3 preimage X - * @param p3ToY point 3 preimage Y - * @param p4ToX point 4 preimage X - * @param p4ToY point 4 preimage Y - * @param p1FromX point 1 image X - * @param p1FromY point 1 image Y - * @param p2FromX point 2 image X - * @param p2FromY point 2 image Y - * @param p3FromX point 3 image X - * @param p3FromY point 3 image Y - * @param p4FromX point 4 image X - * @param p4FromY point 4 image Y - * - * @return {@link BitMatrix} representing a grid of points sampled from the image within a region - * defined by the "from" parameters - * @throws NotFoundException if image can't be sampled, for example, if the transformation defined - * by the given points is invalid or results in sampling outside the image boundaries - */ - public abstract function sampleGrid( - $image, - $dimensionX, - $dimensionY, - $p1ToX, $p1ToY, - $p2ToX, $p2ToY, - $p3ToX, $p3ToY, - $p4ToX, $p4ToY, - $p1FromX, $p1FromY, - $p2FromX, $p2FromY, - $p3FromX, $p3FromY, - $p4FromX, $p4FromY - ); - - public abstract function sampleGrid_( - $image, - $dimensionX, - $dimensionY, - $transform - ); + /** + * Samples an image for a rectangular matrix of bits of the given dimension. The sampling + * transformation is determined by the coordinates of 4 points, in the original and transformed + * image space. + * + * @param image $image to sample + * @param width $dimensionX of {@link BitMatrix} to sample from image + * @param height $dimensionY of {@link BitMatrix} to sample from image + * @param point $p1ToX 1 preimage X + * @param point $p1ToY 1 preimage Y + * @param point $p2ToX 2 preimage X + * @param point $p2ToY 2 preimage Y + * @param point $p3ToX 3 preimage X + * @param point $p3ToY 3 preimage Y + * @param point $p4ToX 4 preimage X + * @param point $p4ToY 4 preimage Y + * @param point $p1FromX 1 image X + * @param point $p1FromY 1 image Y + * @param point $p2FromX 2 image X + * @param point $p2FromY 2 image Y + * @param point $p3FromX 3 image X + * @param point $p3FromY 3 image Y + * @param point $p4FromX 4 image X + * @param point $p4FromY 4 image Y + * + * @return {@link BitMatrix} representing a grid of points sampled from the image within a region + * defined by the "from" parameters + * @throws NotFoundException if image can't be sampled, for example, if the transformation defined + * by the given points is invalid or results in sampling outside the image boundaries + */ + abstract public function sampleGrid( + $image, + $dimensionX, + $dimensionY, + $p1ToX, + $p1ToY, + $p2ToX, + $p2ToY, + $p3ToX, + $p3ToY, + $p4ToX, + $p4ToY, + $p1FromX, + $p1FromY, + $p2FromX, + $p2FromY, + $p3FromX, + $p3FromY, + $p4FromX, + $p4FromY + ); + abstract public function sampleGrid_( + $image, + $dimensionX, + $dimensionY, + $transform + ); } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/HybridBinarizer.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/HybridBinarizer.php index c71cc1b..620e12f 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/HybridBinarizer.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/HybridBinarizer.php @@ -18,8 +18,6 @@ namespace Zxing\Common; use Zxing\Binarizer; -use Zxing\LuminanceSource; -use Zxing\NotFoundException; /** * This class implements a local thresholding algorithm, which while slower than the @@ -40,225 +38,223 @@ use Zxing\NotFoundException; */ final class HybridBinarizer extends GlobalHistogramBinarizer { + // This class uses 5x5 blocks to compute local luminance, where each block is 8x8 pixels. + // So this is the smallest dimension in each axis we can accept. + private static int $BLOCK_SIZE_POWER = 3; + private static int $BLOCK_SIZE = 8; // ...0100...00 + private static int $BLOCK_SIZE_MASK = 7; // ...0011...11 + private static int $MINIMUM_DIMENSION = 40; + private static int $MIN_DYNAMIC_RANGE = 24; - // This class uses 5x5 blocks to compute local luminance, where each block is 8x8 pixels. - // So this is the smallest dimension in each axis we can accept. - private static $BLOCK_SIZE_POWER = 3; - private static $BLOCK_SIZE = 8; // ...0100...00 - private static $BLOCK_SIZE_MASK = 7; // ...0011...11 - private static $MINIMUM_DIMENSION = 40; - private static $MIN_DYNAMIC_RANGE = 24; + private ?\Zxing\Common\BitMatrix $matrix = null; - private $matrix; + public function __construct($source) + { + parent::__construct($source); + self::$BLOCK_SIZE_POWER = 3; + self::$BLOCK_SIZE = 1 << self::$BLOCK_SIZE_POWER; // ...0100...00 + self::$BLOCK_SIZE_MASK = self::$BLOCK_SIZE - 1; // ...0011...11 + self::$MINIMUM_DIMENSION = self::$BLOCK_SIZE * 5; + self::$MIN_DYNAMIC_RANGE = 24; + } - public function __construct($source) - { - parent::__construct($source); - self::$BLOCK_SIZE_POWER = 3; - self::$BLOCK_SIZE = 1 << self::$BLOCK_SIZE_POWER; // ...0100...00 - self::$BLOCK_SIZE_MASK = self::$BLOCK_SIZE - 1; // ...0011...11 - self::$MINIMUM_DIMENSION = self::$BLOCK_SIZE * 5; - self::$MIN_DYNAMIC_RANGE = 24; - } + /** + * Calculates the final BitMatrix once for all requests. This could be called once from the + * constructor instead, but there are some advantages to doing it lazily, such as making + * profiling easier, and not doing heavy lifting when callers don't expect it. + */ + public function getBlackMatrix() + { + if ($this->matrix !== null) { + return $this->matrix; + } + $source = $this->getLuminanceSource(); + $width = $source->getWidth(); + $height = $source->getHeight(); + if ($width >= self::$MINIMUM_DIMENSION && $height >= self::$MINIMUM_DIMENSION) { + $luminances = $source->getMatrix(); + $subWidth = $width >> self::$BLOCK_SIZE_POWER; + if (($width & self::$BLOCK_SIZE_MASK) != 0) { + $subWidth++; + } + $subHeight = $height >> self::$BLOCK_SIZE_POWER; + if (($height & self::$BLOCK_SIZE_MASK) != 0) { + $subHeight++; + } + $blackPoints = self::calculateBlackPoints($luminances, $subWidth, $subHeight, $width, $height); - /** - * Calculates the final BitMatrix once for all requests. This could be called once from the - * constructor instead, but there are some advantages to doing it lazily, such as making - * profiling easier, and not doing heavy lifting when callers don't expect it. - */ - public function getBlackMatrix() - { - if ($this->matrix !== null) { - return $this->matrix; - } - $source = $this->getLuminanceSource(); - $width = $source->getWidth(); - $height = $source->getHeight(); - if ($width >= self::$MINIMUM_DIMENSION && $height >= self::$MINIMUM_DIMENSION) { - $luminances = $source->getMatrix(); - $subWidth = $width >> self::$BLOCK_SIZE_POWER; - if (($width & self::$BLOCK_SIZE_MASK) != 0) { - $subWidth++; - } - $subHeight = $height >> self::$BLOCK_SIZE_POWER; - if (($height & self::$BLOCK_SIZE_MASK) != 0) { - $subHeight++; - } - $blackPoints = self::calculateBlackPoints($luminances, $subWidth, $subHeight, $width, $height); + $newMatrix = new BitMatrix($width, $height); + self::calculateThresholdForBlock($luminances, $subWidth, $subHeight, $width, $height, $blackPoints, $newMatrix); + $this->matrix = $newMatrix; + } else { + // If the image is too small, fall back to the global histogram approach. + $this->matrix = parent::getBlackMatrix(); + } - $newMatrix = new BitMatrix($width, $height); - self::calculateThresholdForBlock($luminances, $subWidth, $subHeight, $width, $height, $blackPoints, $newMatrix); - $this->matrix = $newMatrix; - } else { - // If the image is too small, fall back to the global histogram approach. - $this->matrix = parent::getBlackMatrix(); - } + return $this->matrix; + } - return $this->matrix; - } + /** + * Calculates a single black point for each block of pixels and saves it away. + * See the following thread for a discussion of this algorithm: + * http://groups.google.com/group/zxing/browse_thread/thread/d06efa2c35a7ddc0 + */ + private static function calculateBlackPoints( + $luminances, + $subWidth, + $subHeight, + $width, + $height + ) { + $blackPoints = fill_array(0, $subHeight, 0); + foreach ($blackPoints as $key => $point) { + $blackPoints[$key] = fill_array(0, $subWidth, 0); + } + for ($y = 0; $y < $subHeight; $y++) { + $yoffset = ($y << self::$BLOCK_SIZE_POWER); + $maxYOffset = $height - self::$BLOCK_SIZE; + if ($yoffset > $maxYOffset) { + $yoffset = $maxYOffset; + } + for ($x = 0; $x < $subWidth; $x++) { + $xoffset = ($x << self::$BLOCK_SIZE_POWER); + $maxXOffset = $width - self::$BLOCK_SIZE; + if ($xoffset > $maxXOffset) { + $xoffset = $maxXOffset; + } + $sum = 0; + $min = 0xFF; + $max = 0; + for ($yy = 0, $offset = $yoffset * $width + $xoffset; $yy < self::$BLOCK_SIZE; $yy++, $offset += $width) { + for ($xx = 0; $xx < self::$BLOCK_SIZE; $xx++) { + $pixel = ((int)($luminances[(int)($offset + $xx)]) & 0xFF); + $sum += $pixel; + // still looking for good contrast + if ($pixel < $min) { + $min = $pixel; + } + if ($pixel > $max) { + $max = $pixel; + } + } + // short-circuit min/max tests once dynamic range is met + if ($max - $min > self::$MIN_DYNAMIC_RANGE) { + // finish the rest of the rows quickly + for ($yy++, $offset += $width; $yy < self::$BLOCK_SIZE; $yy++, $offset += $width) { + for ($xx = 0; $xx < self::$BLOCK_SIZE; $xx++) { + $sum += ($luminances[$offset + $xx] & 0xFF); + } + } + } + } - /** - * Calculates a single black point for each block of pixels and saves it away. - * See the following thread for a discussion of this algorithm: - * http://groups.google.com/group/zxing/browse_thread/thread/d06efa2c35a7ddc0 - */ - private static function calculateBlackPoints( - $luminances, - $subWidth, - $subHeight, - $width, - $height - ) { - $blackPoints = fill_array(0, $subHeight, 0); - foreach ($blackPoints as $key => $point) { - $blackPoints[$key] = fill_array(0, $subWidth, 0); - } - for ($y = 0; $y < $subHeight; $y++) { - $yoffset = ($y << self::$BLOCK_SIZE_POWER); - $maxYOffset = $height - self::$BLOCK_SIZE; - if ($yoffset > $maxYOffset) { - $yoffset = $maxYOffset; - } - for ($x = 0; $x < $subWidth; $x++) { - $xoffset = ($x << self::$BLOCK_SIZE_POWER); - $maxXOffset = $width - self::$BLOCK_SIZE; - if ($xoffset > $maxXOffset) { - $xoffset = $maxXOffset; - } - $sum = 0; - $min = 0xFF; - $max = 0; - for ($yy = 0, $offset = $yoffset * $width + $xoffset; $yy < self::$BLOCK_SIZE; $yy++, $offset += $width) { - for ($xx = 0; $xx < self::$BLOCK_SIZE; $xx++) { - $pixel = ((int)($luminances[(int)($offset + $xx)]) & 0xFF); - $sum += $pixel; - // still looking for good contrast - if ($pixel < $min) { - $min = $pixel; - } - if ($pixel > $max) { - $max = $pixel; - } - } - // short-circuit min/max tests once dynamic range is met - if ($max - $min > self::$MIN_DYNAMIC_RANGE) { - // finish the rest of the rows quickly - for ($yy++, $offset += $width; $yy < self::$BLOCK_SIZE; $yy++, $offset += $width) { - for ($xx = 0; $xx < self::$BLOCK_SIZE; $xx++) { - $sum += ($luminances[$offset + $xx] & 0xFF); - } - } - } - } + // The default estimate is the average of the values in the block. + $average = ($sum >> (self::$BLOCK_SIZE_POWER * 2)); + if ($max - $min <= self::$MIN_DYNAMIC_RANGE) { + // If variation within the block is low, assume this is a block with only light or only + // dark pixels. In that case we do not want to use the average, as it would divide this + // low contrast area into black and white pixels, essentially creating data out of noise. + // + // The default assumption is that the block is light/background. Since no estimate for + // the level of dark pixels exists locally, use half the min for the block. + $average = (int)($min / 2); - // The default estimate is the average of the values in the block. - $average = ($sum >> (self::$BLOCK_SIZE_POWER * 2)); - if ($max - $min <= self::$MIN_DYNAMIC_RANGE) { - // If variation within the block is low, assume this is a block with only light or only - // dark pixels. In that case we do not want to use the average, as it would divide this - // low contrast area into black and white pixels, essentially creating data out of noise. - // - // The default assumption is that the block is light/background. Since no estimate for - // the level of dark pixels exists locally, use half the min for the block. - $average = (int)($min / 2); + if ($y > 0 && $x > 0) { + // Correct the "white background" assumption for blocks that have neighbors by comparing + // the pixels in this block to the previously calculated black points. This is based on + // the fact that dark barcode symbology is always surrounded by some amount of light + // background for which reasonable black point estimates were made. The bp estimated at + // the boundaries is used for the interior. - if ($y > 0 && $x > 0) { - // Correct the "white background" assumption for blocks that have neighbors by comparing - // the pixels in this block to the previously calculated black points. This is based on - // the fact that dark barcode symbology is always surrounded by some amount of light - // background for which reasonable black point estimates were made. The bp estimated at - // the boundaries is used for the interior. + // The (min < bp) is arbitrary but works better than other heuristics that were tried. + $averageNeighborBlackPoint = + (int)(($blackPoints[$y - 1][$x] + (2 * $blackPoints[$y][$x - 1]) + $blackPoints[$y - 1][$x - 1]) / 4); + if ($min < $averageNeighborBlackPoint) { + $average = $averageNeighborBlackPoint; + } + } + } + $blackPoints[$y][$x] = (int)($average); + } + } - // The (min < bp) is arbitrary but works better than other heuristics that were tried. - $averageNeighborBlackPoint = - (int)(($blackPoints[$y - 1][$x] + (2 * $blackPoints[$y][$x - 1]) + $blackPoints[$y - 1][$x - 1]) / 4); - if ($min < $averageNeighborBlackPoint) { - $average = $averageNeighborBlackPoint; - } - } - } - $blackPoints[$y][$x] = (int)($average); - } - } + return $blackPoints; + } - return $blackPoints; - } + /** + * For each block in the image, calculate the average black point using a 5x5 grid + * of the blocks around it. Also handles the corner cases (fractional blocks are computed based + * on the last pixels in the row/column which are also used in the previous block). + */ + private static function calculateThresholdForBlock( + $luminances, + $subWidth, + $subHeight, + $width, + $height, + $blackPoints, + $matrix + ): void { + for ($y = 0; $y < $subHeight; $y++) { + $yoffset = ($y << self::$BLOCK_SIZE_POWER); + $maxYOffset = $height - self::$BLOCK_SIZE; + if ($yoffset > $maxYOffset) { + $yoffset = $maxYOffset; + } + for ($x = 0; $x < $subWidth; $x++) { + $xoffset = ($x << self::$BLOCK_SIZE_POWER); + $maxXOffset = $width - self::$BLOCK_SIZE; + if ($xoffset > $maxXOffset) { + $xoffset = $maxXOffset; + } + $left = self::cap($x, 2, $subWidth - 3); + $top = self::cap($y, 2, $subHeight - 3); + $sum = 0; + for ($z = -2; $z <= 2; $z++) { + $blackRow = $blackPoints[$top + $z]; + $sum += $blackRow[$left - 2] + $blackRow[$left - 1] + $blackRow[$left] + $blackRow[$left + 1] + $blackRow[$left + 2]; + } + $average = (int)($sum / 25); - /** - * For each block in the image, calculate the average black point using a 5x5 grid - * of the blocks around it. Also handles the corner cases (fractional blocks are computed based - * on the last pixels in the row/column which are also used in the previous block). - */ - private static function calculateThresholdForBlock( - $luminances, - $subWidth, - $subHeight, - $width, - $height, - $blackPoints, - $matrix - ) { - for ($y = 0; $y < $subHeight; $y++) { - $yoffset = ($y << self::$BLOCK_SIZE_POWER); - $maxYOffset = $height - self::$BLOCK_SIZE; - if ($yoffset > $maxYOffset) { - $yoffset = $maxYOffset; - } - for ($x = 0; $x < $subWidth; $x++) { - $xoffset = ($x << self::$BLOCK_SIZE_POWER); - $maxXOffset = $width - self::$BLOCK_SIZE; - if ($xoffset > $maxXOffset) { - $xoffset = $maxXOffset; - } - $left = self::cap($x, 2, $subWidth - 3); - $top = self::cap($y, 2, $subHeight - 3); - $sum = 0; - for ($z = -2; $z <= 2; $z++) { - $blackRow = $blackPoints[$top + $z]; - $sum += $blackRow[$left - 2] + $blackRow[$left - 1] + $blackRow[$left] + $blackRow[$left + 1] + $blackRow[$left + 2]; - } - $average = (int)($sum / 25); + self::thresholdBlock($luminances, $xoffset, $yoffset, $average, $width, $matrix); + } + } + } - self::thresholdBlock($luminances, $xoffset, $yoffset, $average, $width, $matrix); - } - } - } + private static function cap($value, $min, $max) + { + if ($value < $min) { + return $min; + } elseif ($value > $max) { + return $max; + } else { + return $value; + } + } - private static function cap($value, $min, $max) - { - if ($value < $min) { - return $min; - } elseif ($value > $max) { - return $max; - } else { - return $value; - } - } + /** + * Applies a single threshold to a block of pixels. + */ + private static function thresholdBlock( + $luminances, + $xoffset, + $yoffset, + $threshold, + $stride, + $matrix + ): void { + for ($y = 0, $offset = $yoffset * $stride + $xoffset; $y < self::$BLOCK_SIZE; $y++, $offset += $stride) { + for ($x = 0; $x < self::$BLOCK_SIZE; $x++) { + // Comparison needs to be <= so that black == 0 pixels are black even if the threshold is 0. + if (($luminances[$offset + $x] & 0xFF) <= $threshold) { + $matrix->set($xoffset + $x, $yoffset + $y); + } + } + } + } - /** - * Applies a single threshold to a block of pixels. - */ - private static function thresholdBlock( - $luminances, - $xoffset, - $yoffset, - $threshold, - $stride, - $matrix - ) { - - for ($y = 0, $offset = $yoffset * $stride + $xoffset; $y < self::$BLOCK_SIZE; $y++, $offset += $stride) { - for ($x = 0; $x < self::$BLOCK_SIZE; $x++) { - // Comparison needs to be <= so that black == 0 pixels are black even if the threshold is 0. - if (($luminances[$offset + $x] & 0xFF) <= $threshold) { - $matrix->set($xoffset + $x, $yoffset + $y); - } - } - } - } - - public function createBinarizer($source) - { - return new HybridBinarizer($source); - } + public function createBinarizer($source): \Zxing\Common\HybridBinarizer + { + return new HybridBinarizer($source); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/PerspectiveTransform.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/PerspectiveTransform.php index a3a0b97..ca6bfff 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/PerspectiveTransform.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/PerspectiveTransform.php @@ -26,150 +26,162 @@ namespace Zxing\Common; */ final class PerspectiveTransform { - private $a11; - private $a12; - private $a13; - private $a21; - private $a22; - private $a23; - private $a31; - private $a32; - private $a33; + private function __construct(private $a11, private $a21, private $a31, private $a12, private $a22, private $a32, private $a13, private $a23, private $a33) + { + } - private function __construct( - $a11, $a21, $a31, - $a12, $a22, $a32, - $a13, $a23, $a33 - ) { - $this->a11 = $a11; - $this->a12 = $a12; - $this->a13 = $a13; - $this->a21 = $a21; - $this->a22 = $a22; - $this->a23 = $a23; - $this->a31 = $a31; - $this->a32 = $a32; - $this->a33 = $a33; - } + public static function quadrilateralToQuadrilateral( + $x0, + $y0, + $x1, + $y1, + $x2, + $y2, + $x3, + $y3, + $x0p, + $y0p, + $x1p, + $y1p, + $x2p, + $y2p, + $x3p, + $y3p + ) { + $qToS = self::quadrilateralToSquare($x0, $y0, $x1, $y1, $x2, $y2, $x3, $y3); + $sToQ = self::squareToQuadrilateral($x0p, $y0p, $x1p, $y1p, $x2p, $y2p, $x3p, $y3p); - public static function quadrilateralToQuadrilateral( - $x0, $y0, - $x1, $y1, - $x2, $y2, - $x3, $y3, - $x0p, $y0p, - $x1p, $y1p, - $x2p, $y2p, - $x3p, $y3p - ) { + return $sToQ->times($qToS); + } - $qToS = self::quadrilateralToSquare($x0, $y0, $x1, $y1, $x2, $y2, $x3, $y3); - $sToQ = self::squareToQuadrilateral($x0p, $y0p, $x1p, $y1p, $x2p, $y2p, $x3p, $y3p); + public static function quadrilateralToSquare( + $x0, + $y0, + $x1, + $y1, + $x2, + $y2, + $x3, + $y3 + ) { + // Here, the adjoint serves as the inverse: + return self::squareToQuadrilateral($x0, $y0, $x1, $y1, $x2, $y2, $x3, $y3)->buildAdjoint(); + } - return $sToQ->times($qToS); - } + public function buildAdjoint(): \Zxing\Common\PerspectiveTransform + { + // Adjoint is the transpose of the cofactor matrix: + return new PerspectiveTransform( + $this->a22 * $this->a33 - $this->a23 * $this->a32, + $this->a23 * $this->a31 - $this->a21 * $this->a33, + $this->a21 * $this->a32 - $this->a22 * $this->a31, + $this->a13 * $this->a32 - $this->a12 * $this->a33, + $this->a11 * $this->a33 - $this->a13 * $this->a31, + $this->a12 * $this->a31 - $this->a11 * $this->a32, + $this->a12 * $this->a23 - $this->a13 * $this->a22, + $this->a13 * $this->a21 - $this->a11 * $this->a23, + $this->a11 * $this->a22 - $this->a12 * $this->a21 + ); + } - public static function quadrilateralToSquare( - $x0, $y0, - $x1, $y1, - $x2, $y2, - $x3, $y3 - ) { -// Here, the adjoint serves as the inverse: - return self::squareToQuadrilateral($x0, $y0, $x1, $y1, $x2, $y2, $x3, $y3)->buildAdjoint(); - } + public static function squareToQuadrilateral( + $x0, + $y0, + $x1, + $y1, + $x2, + $y2, + $x3, + $y3 + ): \Zxing\Common\PerspectiveTransform { + $dx3 = $x0 - $x1 + $x2 - $x3; + $dy3 = $y0 - $y1 + $y2 - $y3; + if ($dx3 == 0.0 && $dy3 == 0.0) { + // Affine + return new PerspectiveTransform( + $x1 - $x0, + $x2 - $x1, + $x0, + $y1 - $y0, + $y2 - $y1, + $y0, + 0.0, + 0.0, + 1.0 + ); + } else { + $dx1 = $x1 - $x2; + $dx2 = $x3 - $x2; + $dy1 = $y1 - $y2; + $dy2 = $y3 - $y2; + $denominator = $dx1 * $dy2 - $dx2 * $dy1; + $a13 = ($dx3 * $dy2 - $dx2 * $dy3) / $denominator; + $a23 = ($dx1 * $dy3 - $dx3 * $dy1) / $denominator; - public function buildAdjoint() - { -// Adjoint is the transpose of the cofactor matrix: - return new PerspectiveTransform($this->a22 * $this->a33 - $this->a23 * $this->a32, - $this->a23 * $this->a31 - $this->a21 * $this->a33, - $this->a21 * $this->a32 - $this->a22 * $this->a31, - $this->a13 * $this->a32 - $this->a12 * $this->a33, - $this->a11 * $this->a33 - $this->a13 * $this->a31, - $this->a12 * $this->a31 - $this->a11 * $this->a32, - $this->a12 * $this->a23 - $this->a13 * $this->a22, - $this->a13 * $this->a21 - $this->a11 * $this->a23, - $this->a11 * $this->a22 - $this->a12 * $this->a21); - } + return new PerspectiveTransform( + $x1 - $x0 + $a13 * $x1, + $x3 - $x0 + $a23 * $x3, + $x0, + $y1 - $y0 + $a13 * $y1, + $y3 - $y0 + $a23 * $y3, + $y0, + $a13, + $a23, + 1.0 + ); + } + } - public static function squareToQuadrilateral( - $x0, $y0, - $x1, $y1, - $x2, $y2, - $x3, $y3 - ) { - $dx3 = $x0 - $x1 + $x2 - $x3; - $dy3 = $y0 - $y1 + $y2 - $y3; - if ($dx3 == 0.0 && $dy3 == 0.0) { -// Affine - return new PerspectiveTransform($x1 - $x0, $x2 - $x1, $x0, - $y1 - $y0, $y2 - $y1, $y0, - 0.0, 0.0, 1.0); - } else { - $dx1 = $x1 - $x2; - $dx2 = $x3 - $x2; - $dy1 = $y1 - $y2; - $dy2 = $y3 - $y2; - $denominator = $dx1 * $dy2 - $dx2 * $dy1; - $a13 = ($dx3 * $dy2 - $dx2 * $dy3) / $denominator; - $a23 = ($dx1 * $dy3 - $dx3 * $dy1) / $denominator; + public function times($other): \Zxing\Common\PerspectiveTransform + { + return new PerspectiveTransform( + $this->a11 * $other->a11 + $this->a21 * $other->a12 + $this->a31 * $other->a13, + $this->a11 * $other->a21 + $this->a21 * $other->a22 + $this->a31 * $other->a23, + $this->a11 * $other->a31 + $this->a21 * $other->a32 + $this->a31 * $other->a33, + $this->a12 * $other->a11 + $this->a22 * $other->a12 + $this->a32 * $other->a13, + $this->a12 * $other->a21 + $this->a22 * $other->a22 + $this->a32 * $other->a23, + $this->a12 * $other->a31 + $this->a22 * $other->a32 + $this->a32 * $other->a33, + $this->a13 * $other->a11 + $this->a23 * $other->a12 + $this->a33 * $other->a13, + $this->a13 * $other->a21 + $this->a23 * $other->a22 + $this->a33 * $other->a23, + $this->a13 * $other->a31 + $this->a23 * $other->a32 + $this->a33 * $other->a33 + ); + } - return new PerspectiveTransform($x1 - $x0 + $a13 * $x1, $x3 - $x0 + $a23 * $x3, $x0, - $y1 - $y0 + $a13 * $y1, $y3 - $y0 + $a23 * $y3, $y0, - $a13, $a23, 1.0); - } - } + public function transformPoints(&$points, &$yValues = 0): void + { + if ($yValues) { + $this->transformPoints_($points, $yValues); - public function times($other) - { - return new PerspectiveTransform($this->a11 * $other->a11 + $this->a21 * $other->a12 + $this->a31 * $other->a13, - $this->a11 * $other->a21 + $this->a21 * $other->a22 + $this->a31 * $other->a23, - $this->a11 * $other->a31 + $this->a21 * $other->a32 + $this->a31 * $other->a33, - $this->a12 * $other->a11 + $this->a22 * $other->a12 + $this->a32 * $other->a13, - $this->a12 * $other->a21 + $this->a22 * $other->a22 + $this->a32 * $other->a23, - $this->a12 * $other->a31 + $this->a22 * $other->a32 + $this->a32 * $other->a33, - $this->a13 * $other->a11 + $this->a23 * $other->a12 + $this->a33 * $other->a13, - $this->a13 * $other->a21 + $this->a23 * $other->a22 + $this->a33 * $other->a23, - $this->a13 * $other->a31 + $this->a23 * $other->a32 + $this->a33 * $other->a33); + return; + } + $max = is_countable($points) ? count($points) : 0; + $a11 = $this->a11; + $a12 = $this->a12; + $a13 = $this->a13; + $a21 = $this->a21; + $a22 = $this->a22; + $a23 = $this->a23; + $a31 = $this->a31; + $a32 = $this->a32; + $a33 = $this->a33; + for ($i = 0; $i < $max; $i += 2) { + $x = $points[$i]; + $y = $points[$i + 1]; + $denominator = $a13 * $x + $a23 * $y + $a33; + $points[$i] = ($a11 * $x + $a21 * $y + $a31) / $denominator; + $points[$i + 1] = ($a12 * $x + $a22 * $y + $a32) / $denominator; + } + } - } - - public function transformPoints(&$points, &$yValues = 0) - { - if ($yValues) { - $this->transformPoints_($points, $yValues); - - return; - } - $max = count($points); - $a11 = $this->a11; - $a12 = $this->a12; - $a13 = $this->a13; - $a21 = $this->a21; - $a22 = $this->a22; - $a23 = $this->a23; - $a31 = $this->a31; - $a32 = $this->a32; - $a33 = $this->a33; - for ($i = 0; $i < $max; $i += 2) { - $x = $points[$i]; - $y = $points[$i + 1]; - $denominator = $a13 * $x + $a23 * $y + $a33; - $points[$i] = ($a11 * $x + $a21 * $y + $a31) / $denominator; - $points[$i + 1] = ($a12 * $x + $a22 * $y + $a32) / $denominator; - } - } - - public function transformPoints_(&$xValues, &$yValues) - { - $n = count($xValues); - for ($i = 0; $i < $n; $i++) { - $x = $xValues[$i]; - $y = $yValues[$i]; - $denominator = $this->a13 * $x + $this->a23 * $y + $this->a33; - $xValues[$i] = ($this->a11 * $x + $this->a21 * $y + $this->a31) / $denominator; - $yValues[$i] = ($this->a12 * $x + $this->a22 * $y + $this->a32) / $denominator; - } - } + public function transformPoints_(&$xValues, &$yValues): void + { + $n = is_countable($xValues) ? count($xValues) : 0; + for ($i = 0; $i < $n; $i++) { + $x = $xValues[$i]; + $y = $yValues[$i]; + $denominator = $this->a13 * $x + $this->a23 * $y + $this->a33; + $xValues[$i] = ($this->a11 * $x + $this->a21 * $y + $this->a31) / $denominator; + $yValues[$i] = ($this->a12 * $x + $this->a22 * $y + $this->a32) / $denominator; + } + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/GenericGF.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/GenericGF.php index 49d7b61..bae7835 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/GenericGF.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/GenericGF.php @@ -30,169 +30,158 @@ namespace Zxing\Common\Reedsolomon; */ final class GenericGF { + public static $AZTEC_DATA_12; + public static $AZTEC_DATA_10; + public static $AZTEC_DATA_6; + public static $AZTEC_PARAM; + public static $QR_CODE_FIELD_256; + public static $DATA_MATRIX_FIELD_256; + public static $AZTEC_DATA_8; + public static $MAXICODE_FIELD_64; - public static $AZTEC_DATA_12; - public static $AZTEC_DATA_10; - public static $AZTEC_DATA_6; - public static $AZTEC_PARAM; - public static $QR_CODE_FIELD_256; - public static $DATA_MATRIX_FIELD_256; - public static $AZTEC_DATA_8; - public static $MAXICODE_FIELD_64; + private array $expTable = []; + private array $logTable = []; + private readonly \Zxing\Common\Reedsolomon\GenericGFPoly $zero; + private readonly \Zxing\Common\Reedsolomon\GenericGFPoly $one; - private $expTable; - private $logTable; - private $zero; - private $one; - private $size; - private $primitive; - private $generatorBase; + /** + * Create a representation of GF(size) using the given primitive polynomial. + * + * @param irreducible $primitive polynomial whose coefficients are represented by + * the bits of an int, where the least-significant bit represents the constant + * coefficient + * @param the $size size of the field + * @param the $generatorBase factor b in the generator polynomial can be 0- or 1-based + (g(x) = (x+a^b)(x+a^(b+1))...(x+a^(b+2t-1))). + In most cases it should be 1, but for QR code it is 0. + */ + public function __construct(private $primitive, private $size, private $generatorBase) + { + $x = 1; + for ($i = 0; $i < $size; $i++) { + $this->expTable[$i] = $x; + $x *= 2; // we're assuming the generator alpha is 2 + if ($x >= $size) { + $x ^= $primitive; + $x &= $size - 1; + } + } + for ($i = 0; $i < $size - 1; $i++) { + $this->logTable[$this->expTable[$i]] = $i; + } + // logTable[0] == 0 but this should never be used + $this->zero = new GenericGFPoly($this, [0]); + $this->one = new GenericGFPoly($this, [1]); + } - /** - * Create a representation of GF(size) using the given primitive polynomial. - * - * @param primitive irreducible polynomial whose coefficients are represented by - * the bits of an int, where the least-significant bit represents the constant - * coefficient - * @param size the size of the field - * @param b the factor b in the generator polynomial can be 0- or 1-based - * (g(x) = (x+a^b)(x+a^(b+1))...(x+a^(b+2t-1))). - * In most cases it should be 1, but for QR code it is 0. - */ - public function __construct($primitive, $size, $b) - { - $this->primitive = $primitive; - $this->size = $size; - $this->generatorBase = $b; + public static function Init(): void + { + self::$AZTEC_DATA_12 = new GenericGF(0x1069, 4096, 1); // x^12 + x^6 + x^5 + x^3 + 1 + self::$AZTEC_DATA_10 = new GenericGF(0x409, 1024, 1); // x^10 + x^3 + 1 + self::$AZTEC_DATA_6 = new GenericGF(0x43, 64, 1); // x^6 + x + 1 + self::$AZTEC_PARAM = new GenericGF(0x13, 16, 1); // x^4 + x + 1 + self::$QR_CODE_FIELD_256 = new GenericGF(0x011D, 256, 0); // x^8 + x^4 + x^3 + x^2 + 1 + self::$DATA_MATRIX_FIELD_256 = new GenericGF(0x012D, 256, 1); // x^8 + x^5 + x^3 + x^2 + 1 + self::$AZTEC_DATA_8 = self::$DATA_MATRIX_FIELD_256; + self::$MAXICODE_FIELD_64 = self::$AZTEC_DATA_6; + } - $this->expTable = []; - $this->logTable = []; - $x = 1; - for ($i = 0; $i < $size; $i++) { - $this->expTable[$i] = $x; - $x *= 2; // we're assuming the generator alpha is 2 - if ($x >= $size) { - $x ^= $primitive; - $x &= $size - 1; - } - } - for ($i = 0; $i < $size - 1; $i++) { - $this->logTable[$this->expTable[$i]] = $i; - } - // logTable[0] == 0 but this should never be used - $this->zero = new GenericGFPoly($this, [0]); - $this->one = new GenericGFPoly($this, [1]); - } + /** + * Implements both addition and subtraction -- they are the same in GF(size). + * + * @return sum/difference of a and b + */ + public static function addOrSubtract($a, $b) + { + return $a ^ $b; + } - public static function Init() - { - self::$AZTEC_DATA_12 = new GenericGF(0x1069, 4096, 1); // x^12 + x^6 + x^5 + x^3 + 1 - self::$AZTEC_DATA_10 = new GenericGF(0x409, 1024, 1); // x^10 + x^3 + 1 - self::$AZTEC_DATA_6 = new GenericGF(0x43, 64, 1); // x^6 + x + 1 - self::$AZTEC_PARAM = new GenericGF(0x13, 16, 1); // x^4 + x + 1 - self::$QR_CODE_FIELD_256 = new GenericGF(0x011D, 256, 0); // x^8 + x^4 + x^3 + x^2 + 1 - self::$DATA_MATRIX_FIELD_256 = new GenericGF(0x012D, 256, 1); // x^8 + x^5 + x^3 + x^2 + 1 - self::$AZTEC_DATA_8 = self::$DATA_MATRIX_FIELD_256; - self::$MAXICODE_FIELD_64 = self::$AZTEC_DATA_6; - } + public function getZero() + { + return $this->zero; + } - /** - * Implements both addition and subtraction -- they are the same in GF(size). - * - * @return sum/difference of a and b - */ - public static function addOrSubtract($a, $b) - { - return $a ^ $b; - } + public function getOne() + { + return $this->one; + } - public function getZero() - { - return $this->zero; - } + /** + * @return GenericGFPoly the monomial representing coefficient * x^degree + */ + public function buildMonomial($degree, $coefficient) + { + if ($degree < 0) { + throw new \InvalidArgumentException(); + } + if ($coefficient == 0) { + return $this->zero; + } + $coefficients = fill_array(0, $degree + 1, 0);//new int[degree + 1]; + $coefficients[0] = $coefficient; - public function getOne() - { - return $this->one; - } + return new GenericGFPoly($this, $coefficients); + } - /** - * @return the monomial representing coefficient * x^degree - */ - public function buildMonomial($degree, $coefficient) - { - if ($degree < 0) { - throw new \InvalidArgumentException(); - } - if ($coefficient == 0) { - return $this->zero; - } - $coefficients = fill_array(0, $degree + 1, 0);//new int[degree + 1]; - $coefficients[0] = $coefficient; + /** + * @return 2 to the power of a in GF(size) + */ + public function exp($a) + { + return $this->expTable[$a]; + } - return new GenericGFPoly($this, $coefficients); - } + /** + * @return base 2 log of a in GF(size) + */ + public function log($a) + { + if ($a == 0) { + throw new \InvalidArgumentException(); + } - /** - * @return 2 to the power of a in GF(size) - */ - public function exp($a) - { - return $this->expTable[$a]; - } + return $this->logTable[$a]; + } - /** - * @return base 2 log of a in GF(size) - */ - public function log($a) - { - if ($a == 0) { - throw new \InvalidArgumentException(); - } + /** + * @return multiplicative inverse of a + */ + public function inverse($a) + { + if ($a == 0) { + throw new \Exception(); + } - return $this->logTable[$a]; - } + return $this->expTable[$this->size - $this->logTable[$a] - 1]; + } - /** - * @return multiplicative inverse of a - */ - public function inverse($a) - { - if ($a == 0) { - throw new \Exception(); - } + /** + * @return int product of a and b in GF(size) + */ + public function multiply($a, $b) + { + if ($a == 0 || $b == 0) { + return 0; + } - return $this->expTable[$this->size - $this->logTable[$a] - 1]; - } + return $this->expTable[($this->logTable[$a] + $this->logTable[$b]) % ($this->size - 1)]; + } - /** - * @return int product of a and b in GF(size) - */ - public function multiply($a, $b) - { - if ($a == 0 || $b == 0) { - return 0; - } + public function getSize() + { + return $this->size; + } - return $this->expTable[($this->logTable[$a] + $this->logTable[$b]) % ($this->size - 1)]; - } - - public function getSize() - { - return $this->size; - } - - public function getGeneratorBase() - { - return $this->generatorBase; - } - - // @Override - public function toString() - { - return "GF(0x" . dechex((int)($this->primitive)) . ',' . $this->size . ')'; - } + public function getGeneratorBase() + { + return $this->generatorBase; + } + // @Override + public function toString() + { + return "GF(0x" . dechex((int)($this->primitive)) . ',' . $this->size . ')'; + } } GenericGF::Init(); diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/GenericGFPoly.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/GenericGFPoly.php index 9770085..8a71a9b 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/GenericGFPoly.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/GenericGFPoly.php @@ -28,262 +28,276 @@ namespace Zxing\Common\Reedsolomon; */ final class GenericGFPoly { + /** + * @var int[]|mixed|null + */ + private $coefficients; - private $field; - private $coefficients; + /** + * @param the $field {@link GenericGF} instance representing the field to use + * to perform computations + * @param array $coefficients coefficients as ints representing elements of GF(size), arranged + * from most significant (highest-power term) coefficient to least significant + * + * @throws InvalidArgumentException if argument is null or empty, + * or if leading coefficient is 0 and this is not a + * constant polynomial (that is, it is not the monomial "0") + */ + public function __construct(private $field, $coefficients) + { + if (count($coefficients) == 0) { + throw new \InvalidArgumentException(); + } + $coefficientsLength = count($coefficients); + if ($coefficientsLength > 1 && $coefficients[0] == 0) { + // Leading term must be non-zero for anything except the constant polynomial "0" + $firstNonZero = 1; + while ($firstNonZero < $coefficientsLength && $coefficients[$firstNonZero] == 0) { + $firstNonZero++; + } + if ($firstNonZero == $coefficientsLength) { + $this->coefficients = [0]; + } else { + $this->coefficients = fill_array(0, $coefficientsLength - $firstNonZero, 0); + $this->coefficients = arraycopy( + $coefficients, + $firstNonZero, + $this->coefficients, + 0, + is_countable($this->coefficients) ? count($this->coefficients) : 0 + ); + } + } else { + $this->coefficients = $coefficients; + } + } - /** - * @param field the {@link GenericGF} instance representing the field to use - * to perform computations - * @param coefficients array coefficients as ints representing elements of GF(size), arranged - * from most significant (highest-power term) coefficient to least significant - * - * @throws InvalidArgumentException if argument is null or empty, - * or if leading coefficient is 0 and this is not a - * constant polynomial (that is, it is not the monomial "0") - */ - public function __construct($field, $coefficients) - { - if (count($coefficients) == 0) { - throw new \InvalidArgumentException(); - } - $this->field = $field; - $coefficientsLength = count($coefficients); - if ($coefficientsLength > 1 && $coefficients[0] == 0) { - // Leading term must be non-zero for anything except the constant polynomial "0" - $firstNonZero = 1; - while ($firstNonZero < $coefficientsLength && $coefficients[$firstNonZero] == 0) { - $firstNonZero++; - } - if ($firstNonZero == $coefficientsLength) { - $this->coefficients = [0]; - } else { - $this->coefficients = fill_array(0, $coefficientsLength - $firstNonZero, 0); - $this->coefficients = arraycopy($coefficients, - $firstNonZero, - $this->coefficients, - 0, - count($this->coefficients)); - } - } else { - $this->coefficients = $coefficients; - } - } + public function getCoefficients() + { + return $this->coefficients; + } - public function getCoefficients() - { - return $this->coefficients; - } + /** + * @return evaluation of this polynomial at a given point + */ + public function evaluateAt($a) + { + if ($a == 0) { + // Just return the x^0 coefficient + return $this->getCoefficient(0); + } + $size = is_countable($this->coefficients) ? count($this->coefficients) : 0; + if ($a == 1) { + // Just the sum of the coefficients + $result = 0; + foreach ($this->coefficients as $coefficient) { + $result = GenericGF::addOrSubtract($result, $coefficient); + } - /** - * @return evaluation of this polynomial at a given point - */ - public function evaluateAt($a) - { - if ($a == 0) { - // Just return the x^0 coefficient - return $this->getCoefficient(0); - } - $size = count($this->coefficients); - if ($a == 1) { - // Just the sum of the coefficients - $result = 0; - foreach ($this->coefficients as $coefficient) { - $result = GenericGF::addOrSubtract($result, $coefficient); - } + return $result; + } + $result = $this->coefficients[0]; + for ($i = 1; $i < $size; $i++) { + $result = GenericGF::addOrSubtract($this->field->multiply($a, $result), $this->coefficients[$i]); + } - return $result; - } - $result = $this->coefficients[0]; - for ($i = 1; $i < $size; $i++) { - $result = GenericGF::addOrSubtract($this->field->multiply($a, $result), $this->coefficients[$i]); - } + return $result; + } - return $result; - } + /** + * @return coefficient of x^degree term in this polynomial + */ + public function getCoefficient($degree) + { + return $this->coefficients[(is_countable($this->coefficients) ? count($this->coefficients) : 0) - 1 - $degree]; + } - /** - * @return coefficient of x^degree term in this polynomial - */ - public function getCoefficient($degree) - { - return $this->coefficients[count($this->coefficients) - 1 - $degree]; - } + public function multiply($other) + { + $aCoefficients = []; + $bCoefficients = []; + $aLength = null; + $bLength = null; + $product = []; + if (is_int($other)) { + return $this->multiply_($other); + } + if ($this->field !== $other->field) { + throw new \InvalidArgumentException("GenericGFPolys do not have same GenericGF field"); + } + if ($this->isZero() || $other->isZero()) { + return $this->field->getZero(); + } + $aCoefficients = $this->coefficients; + $aLength = count($aCoefficients); + $bCoefficients = $other->coefficients; + $bLength = count($bCoefficients); + $product = fill_array(0, $aLength + $bLength - 1, 0); + for ($i = 0; $i < $aLength; $i++) { + $aCoeff = $aCoefficients[$i]; + for ($j = 0; $j < $bLength; $j++) { + $product[$i + $j] = GenericGF::addOrSubtract( + $product[$i + $j], + $this->field->multiply($aCoeff, $bCoefficients[$j]) + ); + } + } - public function multiply($other) - { - if (is_int($other)) { - return $this->multiply_($other); - } - if ($this->field !== $other->field) { - throw new \InvalidArgumentException("GenericGFPolys do not have same GenericGF field"); - } - if ($this->isZero() || $other->isZero()) { - return $this->field->getZero(); - } - $aCoefficients = $this->coefficients; - $aLength = count($aCoefficients); - $bCoefficients = $other->coefficients; - $bLength = count($bCoefficients); - $product = fill_array(0, $aLength + $bLength - 1, 0); - for ($i = 0; $i < $aLength; $i++) { - $aCoeff = $aCoefficients[$i]; - for ($j = 0; $j < $bLength; $j++) { - $product[$i + $j] = GenericGF::addOrSubtract($product[$i + $j], - $this->field->multiply($aCoeff, $bCoefficients[$j])); - } - } + return new GenericGFPoly($this->field, $product); + } - return new GenericGFPoly($this->field, $product); - } + public function multiply_($scalar) + { + if ($scalar == 0) { + return $this->field->getZero(); + } + if ($scalar == 1) { + return $this; + } + $size = is_countable($this->coefficients) ? count($this->coefficients) : 0; + $product = fill_array(0, $size, 0); + for ($i = 0; $i < $size; $i++) { + $product[$i] = $this->field->multiply($this->coefficients[$i], $scalar); + } - public function multiply_($scalar) - { - if ($scalar == 0) { - return $this->field->getZero(); - } - if ($scalar == 1) { - return $this; - } - $size = count($this->coefficients); - $product = fill_array(0, $size, 0); - for ($i = 0; $i < $size; $i++) { - $product[$i] = $this->field->multiply($this->coefficients[$i], $scalar); - } + return new GenericGFPoly($this->field, $product); + } - return new GenericGFPoly($this->field, $product); - } + /** + * @return true iff this polynomial is the monomial "0" + */ + public function isZero() + { + return $this->coefficients[0] == 0; + } - /** - * @return true iff this polynomial is the monomial "0" - */ - public function isZero() - { - return $this->coefficients[0] == 0; - } + public function multiplyByMonomial($degree, $coefficient) + { + if ($degree < 0) { + throw new \InvalidArgumentException(); + } + if ($coefficient == 0) { + return $this->field->getZero(); + } + $size = is_countable($this->coefficients) ? count($this->coefficients) : 0; + $product = fill_array(0, $size + $degree, 0); + for ($i = 0; $i < $size; $i++) { + $product[$i] = $this->field->multiply($this->coefficients[$i], $coefficient); + } - public function multiplyByMonomial($degree, $coefficient) - { - if ($degree < 0) { - throw new \InvalidArgumentException(); - } - if ($coefficient == 0) { - return $this->field->getZero(); - } - $size = count($this->coefficients); - $product = fill_array(0, $size + $degree, 0); - for ($i = 0; $i < $size; $i++) { - $product[$i] = $this->field->multiply($this->coefficients[$i], $coefficient); - } + return new GenericGFPoly($this->field, $product); + } - return new GenericGFPoly($this->field, $product); - } + public function divide($other) + { + if ($this->field !== $other->field) { + throw new \InvalidArgumentException("GenericGFPolys do not have same GenericGF field"); + } + if ($other->isZero()) { + throw new \InvalidArgumentException("Divide by 0"); + } - public function divide($other) - { - if ($this->field !== $other->field) { - throw new \InvalidArgumentException("GenericGFPolys do not have same GenericGF field"); - } - if ($other->isZero()) { - throw new \InvalidArgumentException("Divide by 0"); - } + $quotient = $this->field->getZero(); + $remainder = $this; - $quotient = $this->field->getZero(); - $remainder = $this; + $denominatorLeadingTerm = $other->getCoefficient($other->getDegree()); + $inverseDenominatorLeadingTerm = $this->field->inverse($denominatorLeadingTerm); - $denominatorLeadingTerm = $other->getCoefficient($other->getDegree()); - $inverseDenominatorLeadingTerm = $this->field->inverse($denominatorLeadingTerm); + while ($remainder->getDegree() >= $other->getDegree() && !$remainder->isZero()) { + $degreeDifference = $remainder->getDegree() - $other->getDegree(); + $scale = $this->field->multiply($remainder->getCoefficient($remainder->getDegree()), $inverseDenominatorLeadingTerm); + $term = $other->multiplyByMonomial($degreeDifference, $scale); + $iterationQuotient = $this->field->buildMonomial($degreeDifference, $scale); + $quotient = $quotient->addOrSubtract($iterationQuotient); + $remainder = $remainder->addOrSubtract($term); + } - while ($remainder->getDegree() >= $other->getDegree() && !$remainder->isZero()) { - $degreeDifference = $remainder->getDegree() - $other->getDegree(); - $scale = $this->field->multiply($remainder->getCoefficient($remainder->getDegree()), $inverseDenominatorLeadingTerm); - $term = $other->multiplyByMonomial($degreeDifference, $scale); - $iterationQuotient = $this->field->buildMonomial($degreeDifference, $scale); - $quotient = $quotient->addOrSubtract($iterationQuotient); - $remainder = $remainder->addOrSubtract($term); - } + return [$quotient, $remainder]; + } - return [$quotient, $remainder]; - } + /** + * @return degree of this polynomial + */ + public function getDegree() + { + return (is_countable($this->coefficients) ? count($this->coefficients) : 0) - 1; + } - /** - * @return degree of this polynomial - */ - public function getDegree() - { - return count($this->coefficients) - 1; - } + public function addOrSubtract($other) + { + $smallerCoefficients = []; + $largerCoefficients = []; + $sumDiff = []; + $lengthDiff = null; + $countLargerCoefficients = null; + if ($this->field !== $other->field) { + throw new \InvalidArgumentException("GenericGFPolys do not have same GenericGF field"); + } + if ($this->isZero()) { + return $other; + } + if ($other->isZero()) { + return $this; + } - public function addOrSubtract($other) - { - if ($this->field !== $other->field) { - throw new \InvalidArgumentException("GenericGFPolys do not have same GenericGF field"); - } - if ($this->isZero()) { - return $other; - } - if ($other->isZero()) { - return $this; - } + $smallerCoefficients = $this->coefficients; + $largerCoefficients = $other->coefficients; + if (count($smallerCoefficients) > count($largerCoefficients)) { + $temp = $smallerCoefficients; + $smallerCoefficients = $largerCoefficients; + $largerCoefficients = $temp; + } + $sumDiff = fill_array(0, count($largerCoefficients), 0); + $lengthDiff = count($largerCoefficients) - count($smallerCoefficients); + // Copy high-order terms only found in higher-degree polynomial's coefficients + $sumDiff = arraycopy($largerCoefficients, 0, $sumDiff, 0, $lengthDiff); - $smallerCoefficients = $this->coefficients; - $largerCoefficients = $other->coefficients; - if (count($smallerCoefficients) > count($largerCoefficients)) { - $temp = $smallerCoefficients; - $smallerCoefficients = $largerCoefficients; - $largerCoefficients = $temp; - } - $sumDiff = fill_array(0, count($largerCoefficients), 0); - $lengthDiff = count($largerCoefficients) - count($smallerCoefficients); - // Copy high-order terms only found in higher-degree polynomial's coefficients - $sumDiff = arraycopy($largerCoefficients, 0, $sumDiff, 0, $lengthDiff); + $countLargerCoefficients = count($largerCoefficients); + for ($i = $lengthDiff; $i < $countLargerCoefficients; $i++) { + $sumDiff[$i] = GenericGF::addOrSubtract($smallerCoefficients[$i - $lengthDiff], $largerCoefficients[$i]); + } - $countLargerCoefficients = count($largerCoefficients); - for ($i = $lengthDiff; $i < $countLargerCoefficients; $i++) { - $sumDiff[$i] = GenericGF::addOrSubtract($smallerCoefficients[$i - $lengthDiff], $largerCoefficients[$i]); - } + return new GenericGFPoly($this->field, $sumDiff); + } - return new GenericGFPoly($this->field, $sumDiff); - } + //@Override - //@Override + public function toString() + { + $result = ''; + for ($degree = $this->getDegree(); $degree >= 0; $degree--) { + $coefficient = $this->getCoefficient($degree); + if ($coefficient != 0) { + if ($coefficient < 0) { + $result .= " - "; + $coefficient = -$coefficient; + } else { + if (strlen((string) $result) > 0) { + $result .= " + "; + } + } + if ($degree == 0 || $coefficient != 1) { + $alphaPower = $this->field->log($coefficient); + if ($alphaPower == 0) { + $result .= '1'; + } elseif ($alphaPower == 1) { + $result .= 'a'; + } else { + $result .= "a^"; + $result .= ($alphaPower); + } + } + if ($degree != 0) { + if ($degree == 1) { + $result .= 'x'; + } else { + $result .= "x^"; + $result .= $degree; + } + } + } + } - public function toString() - { - $result = ''; - for ($degree = $this->getDegree(); $degree >= 0; $degree--) { - $coefficient = $this->getCoefficient($degree); - if ($coefficient != 0) { - if ($coefficient < 0) { - $result .= " - "; - $coefficient = -$coefficient; - } else { - if (strlen($result) > 0) { - $result .= " + "; - } - } - if ($degree == 0 || $coefficient != 1) { - $alphaPower = $this->field->log($coefficient); - if ($alphaPower == 0) { - $result .= '1'; - } else if ($alphaPower == 1) { - $result .= 'a'; - } else { - $result .= "a^"; - $result .= ($alphaPower); - } - } - if ($degree != 0) { - if ($degree == 1) { - $result .= 'x'; - } else { - $result .= "x^"; - $result .= $degree; - } - } - } - } - - return $result; - } + return $result; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/ReedSolomonDecoder.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/ReedSolomonDecoder.php index ff501a2..e95243d 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/ReedSolomonDecoder.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/Reedsolomon/ReedSolomonDecoder.php @@ -41,161 +41,158 @@ namespace Zxing\Common\Reedsolomon; */ final class ReedSolomonDecoder { + public function __construct(private $field) + { + } - private $field; + /** + *

Decodes given set of received codewords, which include both data and error-correction + * codewords. Really, this means it uses Reed-Solomon to detect and correct errors, in-place, + * in the input.

+ * + * @param data $received and error-correction codewords + * @param number $twoS of error-correction codewords available + * + * @throws ReedSolomonException if decoding fails for any reason + */ + public function decode(&$received, $twoS) + { + $poly = new GenericGFPoly($this->field, $received); + $syndromeCoefficients = fill_array(0, $twoS, 0); + $noError = true; + for ($i = 0; $i < $twoS; $i++) { + $eval = $poly->evaluateAt($this->field->exp($i + $this->field->getGeneratorBase())); + $syndromeCoefficients[(is_countable($syndromeCoefficients) ? count($syndromeCoefficients) : 0) - 1 - $i] = $eval; + if ($eval != 0) { + $noError = false; + } + } + if ($noError) { + return; + } + $syndrome = new GenericGFPoly($this->field, $syndromeCoefficients); + $sigmaOmega = + $this->runEuclideanAlgorithm($this->field->buildMonomial($twoS, 1), $syndrome, $twoS); + $sigma = $sigmaOmega[0]; + $omega = $sigmaOmega[1]; + $errorLocations = $this->findErrorLocations($sigma); + $errorMagnitudes = $this->findErrorMagnitudes($omega, $errorLocations); + $errorLocationsCount = is_countable($errorLocations) ? count($errorLocations) : 0; + for ($i = 0; $i < $errorLocationsCount; $i++) { + $position = (is_countable($received) ? count($received) : 0) - 1 - $this->field->log($errorLocations[$i]); + if ($position < 0) { + throw new ReedSolomonException("Bad error location"); + } + $received[$position] = GenericGF::addOrSubtract($received[$position], $errorMagnitudes[$i]); + } + } - public function __construct($field) - { - $this->field = $field; - } + private function runEuclideanAlgorithm($a, $b, $R) + { + // Assume a's degree is >= b's + if ($a->getDegree() < $b->getDegree()) { + $temp = $a; + $a = $b; + $b = $temp; + } - /** - *

Decodes given set of received codewords, which include both data and error-correction - * codewords. Really, this means it uses Reed-Solomon to detect and correct errors, in-place, - * in the input.

- * - * @param received data and error-correction codewords - * @param twoS number of error-correction codewords available - * - * @throws ReedSolomonException if decoding fails for any reason - */ - public function decode(&$received, $twoS) - { - $poly = new GenericGFPoly($this->field, $received); - $syndromeCoefficients = fill_array(0, $twoS, 0); - $noError = true; - for ($i = 0; $i < $twoS; $i++) { - $eval = $poly->evaluateAt($this->field->exp($i + $this->field->getGeneratorBase())); - $syndromeCoefficients[count($syndromeCoefficients) - 1 - $i] = $eval; - if ($eval != 0) { - $noError = false; - } - } - if ($noError) { - return; - } - $syndrome = new GenericGFPoly($this->field, $syndromeCoefficients); - $sigmaOmega = - $this->runEuclideanAlgorithm($this->field->buildMonomial($twoS, 1), $syndrome, $twoS); - $sigma = $sigmaOmega[0]; - $omega = $sigmaOmega[1]; - $errorLocations = $this->findErrorLocations($sigma); - $errorMagnitudes = $this->findErrorMagnitudes($omega, $errorLocations); - $errorLocationsCount = count($errorLocations); - for ($i = 0; $i < $errorLocationsCount; $i++) { - $position = count($received) - 1 - $this->field->log($errorLocations[$i]); - if ($position < 0) { - throw new ReedSolomonException("Bad error location"); - } - $received[$position] = GenericGF::addOrSubtract($received[$position], $errorMagnitudes[$i]); - } + $rLast = $a; + $r = $b; + $tLast = $this->field->getZero(); + $t = $this->field->getOne(); - } + // Run Euclidean algorithm until r's degree is less than R/2 + while ($r->getDegree() >= $R / 2) { + $rLastLast = $rLast; + $tLastLast = $tLast; + $rLast = $r; + $tLast = $t; - private function runEuclideanAlgorithm($a, $b, $R) - { - // Assume a's degree is >= b's - if ($a->getDegree() < $b->getDegree()) { - $temp = $a; - $a = $b; - $b = $temp; - } + // Divide rLastLast by rLast, with quotient in q and remainder in r + if ($rLast->isZero()) { + // Oops, Euclidean algorithm already terminated? + throw new ReedSolomonException("r_{i-1} was zero"); + } + $r = $rLastLast; + $q = $this->field->getZero(); + $denominatorLeadingTerm = $rLast->getCoefficient($rLast->getDegree()); + $dltInverse = $this->field->inverse($denominatorLeadingTerm); + while ($r->getDegree() >= $rLast->getDegree() && !$r->isZero()) { + $degreeDiff = $r->getDegree() - $rLast->getDegree(); + $scale = $this->field->multiply($r->getCoefficient($r->getDegree()), $dltInverse); + $q = $q->addOrSubtract($this->field->buildMonomial($degreeDiff, $scale)); + $r = $r->addOrSubtract($rLast->multiplyByMonomial($degreeDiff, $scale)); + } - $rLast = $a; - $r = $b; - $tLast = $this->field->getZero(); - $t = $this->field->getOne(); + $t = $q->multiply($tLast)->addOrSubtract($tLastLast); - // Run Euclidean algorithm until r's degree is less than R/2 - while ($r->getDegree() >= $R / 2) { - $rLastLast = $rLast; - $tLastLast = $tLast; - $rLast = $r; - $tLast = $t; + if ($r->getDegree() >= $rLast->getDegree()) { + throw new ReedSolomonException("Division algorithm failed to reduce polynomial?"); + } + } - // Divide rLastLast by rLast, with quotient in q and remainder in r - if ($rLast->isZero()) { - // Oops, Euclidean algorithm already terminated? - throw new ReedSolomonException("r_{i-1} was zero"); - } - $r = $rLastLast; - $q = $this->field->getZero(); - $denominatorLeadingTerm = $rLast->getCoefficient($rLast->getDegree()); - $dltInverse = $this->field->inverse($denominatorLeadingTerm); - while ($r->getDegree() >= $rLast->getDegree() && !$r->isZero()) { - $degreeDiff = $r->getDegree() - $rLast->getDegree(); - $scale = $this->field->multiply($r->getCoefficient($r->getDegree()), $dltInverse); - $q = $q->addOrSubtract($this->field->buildMonomial($degreeDiff, $scale)); - $r = $r->addOrSubtract($rLast->multiplyByMonomial($degreeDiff, $scale)); - } + $sigmaTildeAtZero = $t->getCoefficient(0); + if ($sigmaTildeAtZero == 0) { + throw new ReedSolomonException("sigmaTilde(0) was zero"); + } - $t = $q->multiply($tLast)->addOrSubtract($tLastLast); + $inverse = $this->field->inverse($sigmaTildeAtZero); + $sigma = $t->multiply($inverse); + $omega = $r->multiply($inverse); - if ($r->getDegree() >= $rLast->getDegree()) { - throw new ReedSolomonException("Division algorithm failed to reduce polynomial?"); - } - } + return [$sigma, $omega]; + } - $sigmaTildeAtZero = $t->getCoefficient(0); - if ($sigmaTildeAtZero == 0) { - throw new ReedSolomonException("sigmaTilde(0) was zero"); - } + private function findErrorLocations($errorLocator) + { + // This is a direct application of Chien's search + $numErrors = $errorLocator->getDegree(); + if ($numErrors == 1) { // shortcut + return [$errorLocator->getCoefficient(1)]; + } + $result = fill_array(0, $numErrors, 0); + $e = 0; + for ($i = 1; $i < $this->field->getSize() && $e < $numErrors; $i++) { + if ($errorLocator->evaluateAt($i) == 0) { + $result[$e] = $this->field->inverse($i); + $e++; + } + } + if ($e != $numErrors) { + throw new ReedSolomonException("Error locator degree does not match number of roots"); + } - $inverse = $this->field->inverse($sigmaTildeAtZero); - $sigma = $t->multiply($inverse); - $omega = $r->multiply($inverse); + return $result; + } - return [$sigma, $omega]; - } + private function findErrorMagnitudes($errorEvaluator, $errorLocations) + { + // This is directly applying Forney's Formula + $s = is_countable($errorLocations) ? count($errorLocations) : 0; + $result = fill_array(0, $s, 0); + for ($i = 0; $i < $s; $i++) { + $xiInverse = $this->field->inverse($errorLocations[$i]); + $denominator = 1; + for ($j = 0; $j < $s; $j++) { + if ($i != $j) { + //denominator = field.multiply(denominator, + // GenericGF.addOrSubtract(1, field.multiply(errorLocations[j], xiInverse))); + // Above should work but fails on some Apple and Linux JDKs due to a Hotspot bug. + // Below is a funny-looking workaround from Steven Parkes + $term = $this->field->multiply($errorLocations[$j], $xiInverse); + $termPlus1 = ($term & 0x1) == 0 ? $term | 1 : $term & ~1; + $denominator = $this->field->multiply($denominator, $termPlus1); + } + } + $result[$i] = $this->field->multiply( + $errorEvaluator->evaluateAt($xiInverse), + $this->field->inverse($denominator) + ); + if ($this->field->getGeneratorBase() != 0) { + $result[$i] = $this->field->multiply($result[$i], $xiInverse); + } + } - private function findErrorLocations($errorLocator) - { - // This is a direct application of Chien's search - $numErrors = $errorLocator->getDegree(); - if ($numErrors == 1) { // shortcut - return [$errorLocator->getCoefficient(1)]; - } - $result = fill_array(0, $numErrors, 0); - $e = 0; - for ($i = 1; $i < $this->field->getSize() && $e < $numErrors; $i++) { - if ($errorLocator->evaluateAt($i) == 0) { - $result[$e] = $this->field->inverse($i); - $e++; - } - } - if ($e != $numErrors) { - throw new ReedSolomonException("Error locator degree does not match number of roots"); - } - - return $result; - } - - private function findErrorMagnitudes($errorEvaluator, $errorLocations) - { - // This is directly applying Forney's Formula - $s = count($errorLocations); - $result = fill_array(0, $s, 0); - for ($i = 0; $i < $s; $i++) { - $xiInverse = $this->field->inverse($errorLocations[$i]); - $denominator = 1; - for ($j = 0; $j < $s; $j++) { - if ($i != $j) { - //denominator = field.multiply(denominator, - // GenericGF.addOrSubtract(1, field.multiply(errorLocations[j], xiInverse))); - // Above should work but fails on some Apple and Linux JDKs due to a Hotspot bug. - // Below is a funny-looking workaround from Steven Parkes - $term = $this->field->multiply($errorLocations[$j], $xiInverse); - $termPlus1 = ($term & 0x1) == 0 ? $term | 1 : $term & ~1; - $denominator = $this->field->multiply($denominator, $termPlus1); - } - } - $result[$i] = $this->field->multiply($errorEvaluator->evaluateAt($xiInverse), - $this->field->inverse($denominator)); - if ($this->field->getGeneratorBase() != 0) { - $result[$i] = $this->field->multiply($result[$i], $xiInverse); - } - } - - return $result; - } + return $result; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.php index c336f57..7836cc7 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.php @@ -1,101 +1,103 @@ >= 1; - $num++; - } + function numberOfTrailingZeros($i) + { + if ($i == 0) { + return 32; + } + $num = 0; + while (($i & 1) == 0) { + $i >>= 1; + $num++; + } - return $num; - } + return $num; + } } if (!function_exists('uRShift')) { - function uRShift($a, $b) - { - static $mask = (8 * PHP_INT_SIZE - 1); - if ($b === 0) { - return $a; - } + function uRShift($a, $b) + { + static $mask = (8 * PHP_INT_SIZE - 1); + if ($b === 0) { + return $a; + } - return ($a >> $b) & ~(1 << $mask >> ($b - 1)); - } + return ($a >> $b) & ~(1 << $mask >> ($b - 1)); + } } /* function sdvig3($num,$count=1){//>>> 32 bit - $s = decbin($num); + $s = decbin($num); - $sarray = str_split($s,1); - $sarray = array_slice($sarray,-32);//32bit + $sarray = str_split($s,1); + $sarray = array_slice($sarray,-32);//32bit - for($i=0;$i<=1;$i++) { - array_pop($sarray); - array_unshift($sarray, '0'); - } - return bindec(implode($sarray)); + for($i=0;$i<=1;$i++) { + array_pop($sarray); + array_unshift($sarray, '0'); + } + return bindec(implode($sarray)); } */ if (!function_exists('sdvig3')) { - function sdvig3($a, $b) - { - if ($a >= 0) { - return bindec(decbin($a >> $b)); //simply right shift for positive number - } + function sdvig3($a, $b) + { + if ($a >= 0) { + return bindec(decbin($a >> $b)); //simply right shift for positive number + } - $bin = decbin($a >> $b); + $bin = decbin($a >> $b); - $bin = substr($bin, $b); // zero fill on the left side + $bin = substr($bin, $b); // zero fill on the left side - return bindec($bin); - } + return bindec($bin); + } } if (!function_exists('floatToIntBits')) { - function floatToIntBits($float_val) - { - $int = unpack('i', pack('f', $float_val)); + function floatToIntBits($float_val) + { + $int = unpack('i', pack('f', $float_val)); - return $int[1]; - } + return $int[1]; + } } if (!function_exists('fill_array')) { - function fill_array($index, $count, $value) - { - if ($count <= 0) { - return [0]; - } + function fill_array($index, $count, $value) + { + if ($count <= 0) { + return [0]; + } - return array_fill($index, $count, $value); - } + return array_fill($index, $count, $value); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/FormatException.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/FormatException.php index 64de650..d003d6c 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/FormatException.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/FormatException.php @@ -26,24 +26,24 @@ namespace Zxing; */ final class FormatException extends ReaderException { - private static $instance; + private static ?\Zxing\FormatException $instance = null; - public function __construct($cause = null) - { - if ($cause) { - parent::__construct($cause); - } - } + public function __construct($cause = null) + { + if ($cause) { + parent::__construct($cause); + } + } - public static function getFormatInstance($cause = null) - { - if (!self::$instance) { - self::$instance = new FormatException(); - } - if (self::$isStackTrace) { - return new FormatException($cause); - } else { - return self::$instance; - } - } + public static function getFormatInstance($cause = null) + { + if (!self::$instance) { + self::$instance = new FormatException(); + } + if (self::$isStackTrace) { + return new FormatException($cause); + } else { + return self::$instance; + } + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/GDLuminanceSource.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/GDLuminanceSource.php index f1f808c..1725a2c 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/GDLuminanceSource.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/GDLuminanceSource.php @@ -12,165 +12,176 @@ namespace Zxing; */ final class GDLuminanceSource extends LuminanceSource { - public $luminances; - private $dataWidth; - private $dataHeight; - private $left; - private $top; - private $gdImage; + public $luminances; + private $dataWidth; + private $dataHeight; + /** + * @var mixed|int + */ + private $left; + /** + * @var mixed|int + */ + private $top; + /** + * @var mixed|null + */ + private $gdImage; - public function __construct( - $gdImage, - $dataWidth, - $dataHeight, - $left = null, - $top = null, - $width = null, - $height = null - ) { - if (!$left && !$top && !$width && !$height) { - $this->GDLuminanceSource($gdImage, $dataWidth, $dataHeight); + public function __construct( + $gdImage, + $dataWidth, + $dataHeight, + $left = null, + $top = null, + $width = null, + $height = null + ) { + if (!$left && !$top && !$width && !$height) { + $this->GDLuminanceSource($gdImage, $dataWidth, $dataHeight); - return; - } - parent::__construct($width, $height); - if ($left + $width > $dataWidth || $top + $height > $dataHeight) { - throw new \InvalidArgumentException("Crop rectangle does not fit within image data."); - } - $this->luminances = $gdImage; - $this->dataWidth = $dataWidth; - $this->dataHeight = $dataHeight; - $this->left = $left; - $this->top = $top; - } + return; + } + parent::__construct($width, $height); + if ($left + $width > $dataWidth || $top + $height > $dataHeight) { + throw new \InvalidArgumentException("Crop rectangle does not fit within image data."); + } + $this->luminances = $gdImage; + $this->dataWidth = $dataWidth; + $this->dataHeight = $dataHeight; + $this->left = $left; + $this->top = $top; + } - public function GDLuminanceSource($gdImage, $width, $height) - { - parent::__construct($width, $height); + public function GDLuminanceSource($gdImage, $width, $height): void + { + parent::__construct($width, $height); - $this->dataWidth = $width; - $this->dataHeight = $height; - $this->left = 0; - $this->top = 0; - $this->gdImage = $gdImage; + $this->dataWidth = $width; + $this->dataHeight = $height; + $this->left = 0; + $this->top = 0; + $this->gdImage = $gdImage; -// In order to measure pure decoding speed, we convert the entire image to a greyscale array -// up front, which is the same as the Y channel of the YUVLuminanceSource in the real app. - $this->luminances = []; - //$this->luminances = $this->grayScaleToBitmap($this->grayscale()); + // In order to measure pure decoding speed, we convert the entire image to a greyscale array + // up front, which is the same as the Y channel of the YUVLuminanceSource in the real app. + $this->luminances = []; + //$this->luminances = $this->grayScaleToBitmap($this->grayscale()); - $array = []; - $rgb = []; + $array = []; + $rgb = []; - for ($j = 0; $j < $height; $j++) { - for ($i = 0; $i < $width; $i++) { - $argb = imagecolorat($this->gdImage, $i, $j); - $pixel = imagecolorsforindex($this->gdImage, $argb); - $r = $pixel['red']; - $g = $pixel['green']; - $b = $pixel['blue']; - if ($r == $g && $g == $b) { + for ($j = 0; $j < $height; $j++) { + for ($i = 0; $i < $width; $i++) { + $argb = imagecolorat($this->gdImage, $i, $j); + $pixel = imagecolorsforindex($this->gdImage, $argb); + $r = $pixel['red']; + $g = $pixel['green']; + $b = $pixel['blue']; + if ($r == $g && $g == $b) { + // Image is already greyscale, so pick any channel. + + $this->luminances[] = $r;//(($r + 128) % 256) - 128; + } else { + // Calculate luminance cheaply, favoring green. + $this->luminances[] = ($r + 2 * $g + $b) / 4;//(((($r + 2 * $g + $b) / 4) + 128) % 256) - 128; + } + } + } + + /* + for ($y = 0; $y < $height; $y++) { + $offset = $y * $width; + for ($x = 0; $x < $width; $x++) { + $pixel = $pixels[$offset + $x]; + $r = ($pixel >> 16) & 0xff; + $g = ($pixel >> 8) & 0xff; + $b = $pixel & 0xff; + if ($r == $g && $g == $b) { // Image is already greyscale, so pick any channel. - $this->luminances[] = $r;//(($r + 128) % 256) - 128; - } else { + $this->luminances[(int)($offset + $x)] = (($r+128) % 256) - 128; + } else { // Calculate luminance cheaply, favoring green. - $this->luminances[] = ($r + 2 * $g + $b) / 4;//(((($r + 2 * $g + $b) / 4) + 128) % 256) - 128; - } - } - } - - /* - for ($y = 0; $y < $height; $y++) { - $offset = $y * $width; - for ($x = 0; $x < $width; $x++) { - $pixel = $pixels[$offset + $x]; - $r = ($pixel >> 16) & 0xff; - $g = ($pixel >> 8) & 0xff; - $b = $pixel & 0xff; - if ($r == $g && $g == $b) { -// Image is already greyscale, so pick any channel. - - $this->luminances[(int)($offset + $x)] = (($r+128) % 256) - 128; - } else { -// Calculate luminance cheaply, favoring green. - $this->luminances[(int)($offset + $x)] = (((($r + 2 * $g + $b) / 4)+128)%256) - 128; - } + $this->luminances[(int)($offset + $x)] = (((($r + 2 * $g + $b) / 4)+128)%256) - 128; + } - } - */ - //} - // $this->luminances = $this->grayScaleToBitmap($this->luminances); - } + } + */ + //} + // $this->luminances = $this->grayScaleToBitmap($this->luminances); + } -//@Override - public function getRow($y, $row = null) - { - if ($y < 0 || $y >= $this->getHeight()) { - throw new \InvalidArgumentException('Requested row is outside the image: ' . $y); - } - $width = $this->getWidth(); - if ($row == null || count($row) < $width) { - $row = []; - } - $offset = ($y + $this->top) * $this->dataWidth + $this->left; - $row = arraycopy($this->luminances, $offset, $row, 0, $width); + //@Override + public function getRow($y, $row = null) + { + if ($y < 0 || $y >= $this->getHeight()) { + throw new \InvalidArgumentException('Requested row is outside the image: ' . $y); + } + $width = $this->getWidth(); + if ($row == null || (is_countable($row) ? count($row) : 0) < $width) { + $row = []; + } + $offset = ($y + $this->top) * $this->dataWidth + $this->left; + $row = arraycopy($this->luminances, $offset, $row, 0, $width); - return $row; - } + return $row; + } -//@Override - public function getMatrix() - { - $width = $this->getWidth(); - $height = $this->getHeight(); + //@Override + public function getMatrix() + { + $width = $this->getWidth(); + $height = $this->getHeight(); -// If the caller asks for the entire underlying image, save the copy and give them the -// original data. The docs specifically warn that result.length must be ignored. - if ($width == $this->dataWidth && $height == $this->dataHeight) { - return $this->luminances; - } + // If the caller asks for the entire underlying image, save the copy and give them the + // original data. The docs specifically warn that result.length must be ignored. + if ($width == $this->dataWidth && $height == $this->dataHeight) { + return $this->luminances; + } - $area = $width * $height; - $matrix = []; - $inputOffset = $this->top * $this->dataWidth + $this->left; + $area = $width * $height; + $matrix = []; + $inputOffset = $this->top * $this->dataWidth + $this->left; -// If the width matches the full width of the underlying data, perform a single copy. - if ($width == $this->dataWidth) { - $matrix = arraycopy($this->luminances, $inputOffset, $matrix, 0, $area); + // If the width matches the full width of the underlying data, perform a single copy. + if ($width == $this->dataWidth) { + $matrix = arraycopy($this->luminances, $inputOffset, $matrix, 0, $area); - return $matrix; - } + return $matrix; + } -// Otherwise copy one cropped row at a time. - $rgb = $this->luminances; - for ($y = 0; $y < $height; $y++) { - $outputOffset = $y * $width; - $matrix = arraycopy($rgb, $inputOffset, $matrix, $outputOffset, $width); - $inputOffset += $this->dataWidth; - } + // Otherwise copy one cropped row at a time. + $rgb = $this->luminances; + for ($y = 0; $y < $height; $y++) { + $outputOffset = $y * $width; + $matrix = arraycopy($rgb, $inputOffset, $matrix, $outputOffset, $width); + $inputOffset += $this->dataWidth; + } - return $matrix; - } + return $matrix; + } -//@Override - public function isCropSupported() - { - return true; - } + //@Override + public function isCropSupported() + { + return true; + } -//@Override - public function crop($left, $top, $width, $height) - { - return new GDLuminanceSource($this->luminances, - $this->dataWidth, - $this->dataHeight, - $this->left + $left, - $this->top + $top, - $width, - $height); - } + //@Override + public function crop($left, $top, $width, $height): \Zxing\GDLuminanceSource + { + return new GDLuminanceSource( + $this->luminances, + $this->dataWidth, + $this->dataHeight, + $this->left + $left, + $this->top + $top, + $width, + $height + ); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/IMagickLuminanceSource.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/IMagickLuminanceSource.php index aac6d54..a39f640 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/IMagickLuminanceSource.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/IMagickLuminanceSource.php @@ -8,143 +8,151 @@ namespace Zxing; */ final class IMagickLuminanceSource extends LuminanceSource { - public $luminances; - private $dataWidth; - private $dataHeight; - private $left; - private $top; - private $image; + public $luminances; + private $dataWidth; + private $dataHeight; + /** + * @var mixed|int + */ + private $left; + /** + * @var mixed|int + */ + private $top; + private ?\Imagick $image = null; - public function __construct( - \Imagick $image, - $dataWidth, - $dataHeight, - $left = null, - $top = null, - $width = null, - $height = null - ) { - if (!$left && !$top && !$width && !$height) { - $this->_IMagickLuminanceSource($image, $dataWidth, $dataHeight); + public function __construct( + \Imagick $image, + $dataWidth, + $dataHeight, + $left = null, + $top = null, + $width = null, + $height = null + ) { + if (!$left && !$top && !$width && !$height) { + $this->_IMagickLuminanceSource($image, $dataWidth, $dataHeight); - return; - } - parent::__construct($width, $height); - if ($left + $width > $dataWidth || $top + $height > $dataHeight) { - throw new \InvalidArgumentException("Crop rectangle does not fit within image data."); - } - $this->luminances = $image; - $this->dataWidth = $dataWidth; - $this->dataHeight = $dataHeight; - $this->left = $left; - $this->top = $top; - } + return; + } + parent::__construct($width, $height); + if ($left + $width > $dataWidth || $top + $height > $dataHeight) { + throw new \InvalidArgumentException("Crop rectangle does not fit within image data."); + } + $this->luminances = $image; + $this->dataWidth = $dataWidth; + $this->dataHeight = $dataHeight; + $this->left = $left; + $this->top = $top; + } - public function _IMagickLuminanceSource(\Imagick $image, $width, $height) - { - parent::__construct($width, $height); + public function _IMagickLuminanceSource(\Imagick $image, $width, $height): void + { + parent::__construct($width, $height); - $this->dataWidth = $width; - $this->dataHeight = $height; - $this->left = 0; - $this->top = 0; - $this->image = $image; + $this->dataWidth = $width; + $this->dataHeight = $height; + $this->left = 0; + $this->top = 0; + $this->image = $image; -// In order to measure pure decoding speed, we convert the entire image to a greyscale array -// up front, which is the same as the Y channel of the YUVLuminanceSource in the real app. - $this->luminances = []; + // In order to measure pure decoding speed, we convert the entire image to a greyscale array + // up front, which is the same as the Y channel of the YUVLuminanceSource in the real app. + $this->luminances = []; - $image->setImageColorspace(\Imagick::COLORSPACE_GRAY); - // $image->newPseudoImage(0, 0, "magick:rose"); - $pixels = $image->exportImagePixels(1, 1, $width, $height, "RGB", \Imagick::PIXEL_CHAR); + $image->setImageColorspace(\Imagick::COLORSPACE_GRAY); + // $image->newPseudoImage(0, 0, "magick:rose"); + $pixels = $image->exportImagePixels(1, 1, $width, $height, "RGB", \Imagick::PIXEL_CHAR); - $array = []; - $rgb = []; + $array = []; + $rgb = []; - $countPixels = count($pixels); - for ($i = 0; $i < $countPixels; $i += 3) { - $r = $pixels[$i] & 0xff; - $g = $pixels[$i + 1] & 0xff; - $b = $pixels[$i + 2] & 0xff; - if ($r == $g && $g == $b) { -// Image is already greyscale, so pick any channel. + $countPixels = count($pixels); + for ($i = 0; $i < $countPixels; $i += 3) { + $r = $pixels[$i] & 0xff; + $g = $pixels[$i + 1] & 0xff; + $b = $pixels[$i + 2] & 0xff; + if ($r == $g && $g == $b) { + // Image is already greyscale, so pick any channel. - $this->luminances[] = $r;//(($r + 128) % 256) - 128; - } else { -// Calculate luminance cheaply, favoring green. - $this->luminances[] = ($r + 2 * $g + $b) / 4;//(((($r + 2 * $g + $b) / 4) + 128) % 256) - 128; - } - } - } + $this->luminances[] = $r;//(($r + 128) % 256) - 128; + } else { + // Calculate luminance cheaply, favoring green. + $this->luminances[] = ($r + 2 * $g + $b) / 4;//(((($r + 2 * $g + $b) / 4) + 128) % 256) - 128; + } + } + } -//@Override - public function getRow($y, $row = null) - { - if ($y < 0 || $y >= $this->getHeight()) { - throw new \InvalidArgumentException('Requested row is outside the image: ' . $y); - } - $width = $this->getWidth(); - if ($row == null || count($row) < $width) { - $row = []; - } - $offset = ($y + $this->top) * $this->dataWidth + $this->left; - $row = arraycopy($this->luminances, $offset, $row, 0, $width); + //@Override + public function getRow($y, $row = null) + { + if ($y < 0 || $y >= $this->getHeight()) { + throw new \InvalidArgumentException('Requested row is outside the image: ' . $y); + } + $width = $this->getWidth(); + if ($row == null || (is_countable($row) ? count($row) : 0) < $width) { + $row = []; + } + $offset = ($y + $this->top) * $this->dataWidth + $this->left; + $row = arraycopy($this->luminances, $offset, $row, 0, $width); - return $row; - } + return $row; + } -//@Override - public function getMatrix() - { - $width = $this->getWidth(); - $height = $this->getHeight(); + //@Override + public function getMatrix() + { + $width = $this->getWidth(); + $height = $this->getHeight(); -// If the caller asks for the entire underlying image, save the copy and give them the -// original data. The docs specifically warn that result.length must be ignored. - if ($width == $this->dataWidth && $height == $this->dataHeight) { - return $this->luminances; - } + // If the caller asks for the entire underlying image, save the copy and give them the + // original data. The docs specifically warn that result.length must be ignored. + if ($width == $this->dataWidth && $height == $this->dataHeight) { + return $this->luminances; + } - $area = $width * $height; - $matrix = []; - $inputOffset = $this->top * $this->dataWidth + $this->left; + $area = $width * $height; + $matrix = []; + $inputOffset = $this->top * $this->dataWidth + $this->left; -// If the width matches the full width of the underlying data, perform a single copy. - if ($width == $this->dataWidth) { - $matrix = arraycopy($this->luminances, $inputOffset, $matrix, 0, $area); + // If the width matches the full width of the underlying data, perform a single copy. + if ($width == $this->dataWidth) { + $matrix = arraycopy($this->luminances, $inputOffset, $matrix, 0, $area); - return $matrix; - } + return $matrix; + } -// Otherwise copy one cropped row at a time. - $rgb = $this->luminances; - for ($y = 0; $y < $height; $y++) { - $outputOffset = $y * $width; - $matrix = arraycopy($rgb, $inputOffset, $matrix, $outputOffset, $width); - $inputOffset += $this->dataWidth; - } + // Otherwise copy one cropped row at a time. + $rgb = $this->luminances; + for ($y = 0; $y < $height; $y++) { + $outputOffset = $y * $width; + $matrix = arraycopy($rgb, $inputOffset, $matrix, $outputOffset, $width); + $inputOffset += $this->dataWidth; + } - return $matrix; - } + return $matrix; + } -//@Override - public function isCropSupported() - { - return true; - } + //@Override + public function isCropSupported(): bool + { + return true; + } -//@Override - public function crop($left, $top, $width, $height) - { - return $this->luminances->cropImage($width, $height, $left, $top); + //@Override + public function crop($left, $top, $width, $height) + { + return $this->luminances->cropImage($width, $height, $left, $top); - return new GDLuminanceSource($this->luminances, - $this->dataWidth, - $this->dataHeight, - $this->left + $left, - $this->top + $top, - $width, - $height); - } + return new GDLuminanceSource( + $this->luminances, + $this->dataWidth, + $this->dataHeight, + $this->left + $left, + $this->top + $top, + $width, + $height + ); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/LuminanceSource.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/LuminanceSource.php index ab971cf..7d39c67 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/LuminanceSource.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/LuminanceSource.php @@ -28,14 +28,8 @@ namespace Zxing; */ abstract class LuminanceSource { - - private $width; - private $height; - - public function __construct($width, $height) + public function __construct(private $width, private $height) { - $this->width = $width; - $this->height = $height; } /** @@ -46,20 +40,20 @@ abstract class LuminanceSource * larger than width * height bytes on some platforms. Do not modify the contents * of the result. */ - public abstract function getMatrix(); + abstract public function getMatrix(); /** - * @return The width of the bitmap. + * @return float The width of the bitmap. */ - public final function getWidth() + final public function getWidth(): float { return $this->width; } /** - * @return The height of the bitmap. + * @return float The height of the bitmap. */ - public final function getHeight() + final public function getHeight(): float { return $this->height; } @@ -67,7 +61,7 @@ abstract class LuminanceSource /** * @return bool Whether this subclass supports cropping. */ - public function isCropSupported() + public function isCropSupported(): bool { return false; } @@ -76,12 +70,12 @@ abstract class LuminanceSource * Returns a new object with cropped image data. Implementations may keep a reference to the * original data rather than a copy. Only callable if isCropSupported() is true. * - * @param left The left coordinate, which must be in [0,getWidth()) - * @param top The top coordinate, which must be in [0,getHeight()) - * @param width The width of the rectangle to crop. - * @param height The height of the rectangle to crop. + * @param $left The left coordinate, which must be in [0,getWidth()) + * @param $top The top coordinate, which must be in [0,getHeight()) + * @param $width The width of the rectangle to crop. + * @param $height The height of the rectangle to crop. * - * @return A cropped version of this object. + * @return mixed A cropped version of this object. */ public function crop($left, $top, $width, $height) { @@ -89,9 +83,9 @@ abstract class LuminanceSource } /** - * @return Whether this subclass supports counter-clockwise rotation. + * @return bool Whether this subclass supports counter-clockwise rotation. */ - public function isRotateSupported() + public function isRotateSupported(): bool { return false; } @@ -100,16 +94,16 @@ abstract class LuminanceSource * @return a wrapper of this {@code LuminanceSource} which inverts the luminances it returns -- black becomes * white and vice versa, and each value becomes (255-value). */ - public function invert() - { - return new InvertedLuminanceSource($this); - } + // public function invert() + // { + // return new InvertedLuminanceSource($this); + // } /** * Returns a new object with rotated image data by 90 degrees counterclockwise. * Only callable if {@link #isRotateSupported()} is true. * - * @return A rotated version of this object. + * @return mixed A rotated version of this object. */ public function rotateCounterClockwise() { @@ -120,27 +114,27 @@ abstract class LuminanceSource * Returns a new object with rotated image data by 45 degrees counterclockwise. * Only callable if {@link #isRotateSupported()} is true. * - * @return A rotated version of this object. + * @return mixed A rotated version of this object. */ public function rotateCounterClockwise45() { throw new \Exception("This luminance source does not support rotation by 45 degrees."); } - public final function toString() + final public function toString() { - $row = []; + $row = []; $result = ''; for ($y = 0; $y < $this->height; $y++) { $row = $this->getRow($y, $row); for ($x = 0; $x < $this->width; $x++) { $luminance = $row[$x] & 0xFF; - $c = ''; + $c = ''; if ($luminance < 0x40) { $c = '#'; - } else if ($luminance < 0x80) { + } elseif ($luminance < 0x80) { $c = '+'; - } else if ($luminance < 0xC0) { + } elseif ($luminance < 0xC0) { $c = '.'; } else { $c = ' '; @@ -167,5 +161,5 @@ abstract class LuminanceSource * @return array * An array containing the luminance data. */ - public abstract function getRow($y, $row); + abstract public function getRow($y, $row); } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/NotFoundException.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/NotFoundException.php index 0b3c423..5dab398 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/NotFoundException.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/NotFoundException.php @@ -25,14 +25,14 @@ namespace Zxing; */ final class NotFoundException extends ReaderException { - private static $instance; + private static ?\Zxing\NotFoundException $instance = null; - public static function getNotFoundInstance() - { - if (!self::$instance) { - self::$instance = new NotFoundException(); - } + public static function getNotFoundInstance() + { + if (!self::$instance) { + self::$instance = new NotFoundException(); + } - return self::$instance; - } + return self::$instance; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/PlanarYUVLuminanceSource.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/PlanarYUVLuminanceSource.php index acb1921..fa08fd1 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/PlanarYUVLuminanceSource.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/PlanarYUVLuminanceSource.php @@ -29,154 +29,154 @@ namespace Zxing; */ final class PlanarYUVLuminanceSource extends LuminanceSource { - private static $THUMBNAIL_SCALE_FACTOR = 2; + private static int $THUMBNAIL_SCALE_FACTOR = 2; + private $dataWidth; + private $dataHeight; + private $left; + private $top; - private $yuvData; - private $dataWidth; - private $dataHeight; - private $left; - private $top; + public function __construct( + private $yuvData, + $dataWidth, + $dataHeight, + $left, + $top, + $width, + $height, + $reverseHorizontal + ) + { + parent::__construct($width, $height); - public function __construct($yuvData, - $dataWidth, - $dataHeight, - $left, - $top, - $width, - $height, - $reverseHorizontal) - { - parent::__construct($width, $height); + if ($left + $width > $dataWidth || $top + $height > $dataHeight) { + throw new \InvalidArgumentException("Crop rectangle does not fit within image data."); + } + $this->dataWidth = $dataWidth; + $this->dataHeight = $dataHeight; + $this->left = $left; + $this->top = $top; + if ($reverseHorizontal) { + $this->reverseHorizontal($width, $height); + } + } - if ($left + $width > $dataWidth || $top + $height > $dataHeight) { - throw new \InvalidArgumentException("Crop rectangle does not fit within image data."); - } + //@Override + public function getRow($y, $row = null) + { + if ($y < 0 || $y >= $this->getHeight()) { + throw new \InvalidArgumentException("Requested row is outside the image: " + \Y); + } + $width = $this->getWidth(); + if ($row == null || (is_countable($row) ? count($row) : 0) < $width) { + $row = [];//new byte[width]; + } + $offset = ($y + $this->top) * $this->dataWidth + $this->left; + $row = arraycopy($this->yuvData, $offset, $row, 0, $width); - $this->yuvData = $yuvData; - $this->dataWidth = $dataWidth; - $this->dataHeight = $dataHeight; - $this->left = $left; - $this->top = $top; - if ($reverseHorizontal) { - $this->reverseHorizontal($width, $height); - } - } + return $row; + } - //@Override - public function getRow($y, $row = null) - { - if ($y < 0 || $y >= getHeight()) { - throw new \InvalidArgumentException("Requested row is outside the image: " + y); - } - $width = $this->getWidth(); - if ($row == null || count($row) < $width) { - $row = [];//new byte[width]; - } - $offset = ($y + $this->top) * $this->dataWidth + $this->left; - $row = arraycopy($this->yuvData, $offset, $row, 0, $width); + //@Override + public function getMatrix() + { + $width = $this->getWidth(); + $height = $this->getHeight(); - return $row; - } + // If the caller asks for the entire underlying image, save the copy and give them the + // original data. The docs specifically warn that result.length must be ignored. + if ($width == $this->dataWidth && $height == $this->dataHeight) { + return $this->yuvData; + } - //@Override - public function getMatrix() - { - $width = $this->getWidth(); - $height = $this->getHeight(); + $area = $width * $height; + $matrix = [];//new byte[area]; + $inputOffset = $this->top * $this->dataWidth + $this->left; - // If the caller asks for the entire underlying image, save the copy and give them the - // original data. The docs specifically warn that result.length must be ignored. - if ($width == $this->dataWidth && $height == $this->dataHeight) { - return $this->yuvData; - } + // If the width matches the full width of the underlying data, perform a single copy. + if ($width == $this->dataWidth) { + $matrix = arraycopy($this->yuvData, $inputOffset, $matrix, 0, $area); - $area = $width * $height; - $matrix = [];//new byte[area]; - $inputOffset = $this->top * $this->dataWidth + $this->left; + return $matrix; + } - // If the width matches the full width of the underlying data, perform a single copy. - if ($width == $this->dataWidth) { - $matrix = arraycopy($this->yuvData, $inputOffset, $matrix, 0, $area); + // Otherwise copy one cropped row at a time. + $yuv = $this->yuvData; + for ($y = 0; $y < $height; $y++) { + $outputOffset = $y * $width; + $matrix = arraycopy($this->yuvData, $inputOffset, $matrix, $outputOffset, $width); + $inputOffset += $this->dataWidth; + } - return $matrix; - } + return $matrix; + } - // Otherwise copy one cropped row at a time. - $yuv = $this->yuvData; - for ($y = 0; $y < $height; $y++) { - $outputOffset = $y * $width; - $matrix = arraycopy($this->yuvData, $inputOffset, $matrix, $outputOffset, $width); - $inputOffset += $this->dataWidth; - } + // @Override + public function isCropSupported() + { + return true; + } - return $matrix; - } + // @Override + public function crop($left, $top, $width, $height): \Zxing\PlanarYUVLuminanceSource + { + return new PlanarYUVLuminanceSource( + $this->yuvData, + $this->dataWidth, + $this->dataHeight, + $this->left + $left, + $this->top + $top, + $width, + $height, + false + ); + } - // @Override - public function isCropSupported() - { - return true; - } + public function renderThumbnail() + { + $width = (int)($this->getWidth() / self::$THUMBNAIL_SCALE_FACTOR); + $height = (int)($this->getHeight() / self::$THUMBNAIL_SCALE_FACTOR); + $pixels = [];//new int[width * height]; + $yuv = $this->yuvData; + $inputOffset = $this->top * $this->dataWidth + $this->left; - // @Override - public function crop($left, $top, $width, $height) - { - return new PlanarYUVLuminanceSource($this->yuvData, - $this->dataWidth, - $this->dataHeight, - $this->left + $left, - $this->top + $top, - $width, - $height, - false); - } + for ($y = 0; $y < $height; $y++) { + $outputOffset = $y * $width; + for ($x = 0; $x < $width; $x++) { + $grey = ($yuv[$inputOffset + $x * self::$THUMBNAIL_SCALE_FACTOR] & 0xff); + $pixels[$outputOffset + $x] = (0xFF000000 | ($grey * 0x00010101)); + } + $inputOffset += $this->dataWidth * self::$THUMBNAIL_SCALE_FACTOR; + } - public function renderThumbnail() - { - $width = (int)($this->getWidth() / self::$THUMBNAIL_SCALE_FACTOR); - $height = (int)($this->getHeight() / self::$THUMBNAIL_SCALE_FACTOR); - $pixels = [];//new int[width * height]; - $yuv = $this->yuvData; - $inputOffset = $this->top * $this->dataWidth + $this->left; + return $pixels; + } - for ($y = 0; $y < $height; $y++) { - $outputOffset = $y * $width; - for ($x = 0; $x < $width; $x++) { - $grey = ($yuv[$inputOffset + $x * self::$THUMBNAIL_SCALE_FACTOR] & 0xff); - $pixels[$outputOffset + $x] = (0xFF000000 | ($grey * 0x00010101)); - } - $inputOffset += $this->dataWidth * self::$THUMBNAIL_SCALE_FACTOR; - } - - return $pixels; - } - - /** - * @return width of image from {@link #renderThumbnail()} - */ - /* + /** + * @return width of image from {@link #renderThumbnail()} + */ + /* public int getThumbnailWidth() { - return getWidth() / THUMBNAIL_SCALE_FACTOR; + return getWidth() / THUMBNAIL_SCALE_FACTOR; }*/ - /** - * @return height of image from {@link #renderThumbnail()} - */ - /* + /** + * @return height of image from {@link #renderThumbnail()} + */ + /* public int getThumbnailHeight() { - return getHeight() / THUMBNAIL_SCALE_FACTOR; + return getHeight() / THUMBNAIL_SCALE_FACTOR; } private void reverseHorizontal(int width, int height) { - byte[] yuvData = this.yuvData; - for (int y = 0, rowStart = top * dataWidth + left; y < height; y++, rowStart += dataWidth) { - int middle = rowStart + width / 2; - for (int x1 = rowStart, x2 = rowStart + width - 1; x1 < middle; x1++, x2--) { - byte temp = yuvData[x1]; - yuvData[x1] = yuvData[x2]; - yuvData[x2] = temp; - } - } + byte[] yuvData = this.yuvData; + for (int y = 0, rowStart = top * dataWidth + left; y < height; y++, rowStart += dataWidth) { + int middle = rowStart + width / 2; + for (int x1 = rowStart, x2 = rowStart + width - 1; x1 < middle; x1++, x2--) { + byte temp = yuvData[x1]; + yuvData[x1] = yuvData[x2]; + yuvData[x2] = temp; + } + } } */ } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/QrReader.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/QrReader.php index f976156..1ee649c 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/QrReader.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/QrReader.php @@ -7,99 +7,95 @@ use Zxing\Qrcode\QRCodeReader; final class QrReader { - const SOURCE_TYPE_FILE = 'file'; - const SOURCE_TYPE_BLOB = 'blob'; - const SOURCE_TYPE_RESOURCE = 'resource'; + public const SOURCE_TYPE_FILE = 'file'; + public const SOURCE_TYPE_BLOB = 'blob'; + public const SOURCE_TYPE_RESOURCE = 'resource'; - private $bitmap; - private $reader; - private $result; + private readonly \Zxing\BinaryBitmap $bitmap; + private readonly \Zxing\Qrcode\QRCodeReader $reader; + private \Zxing\Result|bool|null $result = null; - public function __construct($imgSource, $sourceType = QrReader::SOURCE_TYPE_FILE, $useImagickIfAvailable = true) - { - if (!in_array($sourceType, [ - self::SOURCE_TYPE_FILE, - self::SOURCE_TYPE_BLOB, - self::SOURCE_TYPE_RESOURCE, - ], true)) { - throw new \InvalidArgumentException('Invalid image source.'); - } - $im = null; - switch ($sourceType) { - case QrReader::SOURCE_TYPE_FILE: - if ($useImagickIfAvailable && extension_loaded('imagick')) { - $im = new \Imagick(); - $im->readImage($imgSource); - } else { - $image = file_get_contents($imgSource); - $im = imagecreatefromstring($image); - } - break; + public function __construct($imgSource, $sourceType = QrReader::SOURCE_TYPE_FILE, $useImagickIfAvailable = true) + { + if (!in_array($sourceType, [ + self::SOURCE_TYPE_FILE, + self::SOURCE_TYPE_BLOB, + self::SOURCE_TYPE_RESOURCE, + ], true)) { + throw new \InvalidArgumentException('Invalid image source.'); + } + $im = null; + switch ($sourceType) { + case QrReader::SOURCE_TYPE_FILE: + if ($useImagickIfAvailable && extension_loaded('imagick')) { + $im = new \Imagick(); + $im->readImage($imgSource); + } else { + $image = file_get_contents($imgSource); + $im = imagecreatefromstring($image); + } + break; - case QrReader::SOURCE_TYPE_BLOB: - if ($useImagickIfAvailable && extension_loaded('imagick')) { - $im = new \Imagick(); - $im->readImageBlob($imgSource); - } else { - $im = imagecreatefromstring($imgSource); - } - break; + case QrReader::SOURCE_TYPE_BLOB: + if ($useImagickIfAvailable && extension_loaded('imagick')) { + $im = new \Imagick(); + $im->readImageBlob($imgSource); + } else { + $im = imagecreatefromstring($imgSource); + } + break; - case QrReader::SOURCE_TYPE_RESOURCE: - $im = $imgSource; - if ($useImagickIfAvailable && extension_loaded('imagick')) { - $useImagickIfAvailable = true; - } else { - $useImagickIfAvailable = false; - } - break; - } - if ($useImagickIfAvailable && extension_loaded('imagick')) { - if (!$im instanceof \Imagick) { - throw new \InvalidArgumentException('Invalid image source.'); - } - $width = $im->getImageWidth(); - $height = $im->getImageHeight(); - $source = new IMagickLuminanceSource($im, $width, $height); - } else { - if (!is_resource($im) && !is_object($im)) { - throw new \InvalidArgumentException('Invalid image source.'); - } - $width = imagesx($im); - $height = imagesy($im); - $source = new GDLuminanceSource($im, $width, $height); - } - $histo = new HybridBinarizer($source); - $this->bitmap = new BinaryBitmap($histo); - $this->reader = new QRCodeReader(); - } + case QrReader::SOURCE_TYPE_RESOURCE: + $im = $imgSource; + if ($useImagickIfAvailable && extension_loaded('imagick')) { + $useImagickIfAvailable = true; + } else { + $useImagickIfAvailable = false; + } + break; + } + if ($useImagickIfAvailable && extension_loaded('imagick')) { + if (!$im instanceof \Imagick) { + throw new \InvalidArgumentException('Invalid image source.'); + } + $width = $im->getImageWidth(); + $height = $im->getImageHeight(); + $source = new IMagickLuminanceSource($im, $width, $height); + } else { + if (!$im instanceof \GdImage && !is_object($im)) { + throw new \InvalidArgumentException('Invalid image source.'); + } + $width = imagesx($im); + $height = imagesy($im); + $source = new GDLuminanceSource($im, $width, $height); + } + $histo = new HybridBinarizer($source); + $this->bitmap = new BinaryBitmap($histo); + $this->reader = new QRCodeReader(); + } - public function decode() - { - try { - $this->result = $this->reader->decode($this->bitmap); - } catch (NotFoundException $er) { - $this->result = false; - } catch (FormatException $er) { - $this->result = false; - } catch (ChecksumException $er) { - $this->result = false; - } - } + public function decode($hints = null): void + { + try { + $this->result = $this->reader->decode($this->bitmap, $hints); + } catch (NotFoundException|FormatException|ChecksumException) { + $this->result = false; + } + } - public function text() - { - $this->decode(); + public function text($hints = null) + { + $this->decode($hints); - if ($this->result !== false && method_exists($this->result, 'toString')) { - return $this->result->toString(); - } + if ($this->result !== false && method_exists($this->result, 'toString')) { + return $this->result->toString(); + } - return $this->result; - } + return $this->result; + } - public function getResult() - { - return $this->result; - } + public function getResult() + { + return $this->result; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/BitMatrixParser.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/BitMatrixParser.php index 8060720..0732f86 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/BitMatrixParser.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/BitMatrixParser.php @@ -17,247 +17,246 @@ namespace Zxing\Qrcode\Decoder; -use Zxing\FormatException; use Zxing\Common\BitMatrix; +use Zxing\FormatException; /** * @author Sean Owen */ final class BitMatrixParser { + private $bitMatrix; + /** + * @var mixed|null + */ + private $parsedVersion; + private $parsedFormatInfo; + private $mirror; - private $bitMatrix; - private $parsedVersion; - private $parsedFormatInfo; - private $mirror; + /** + * @param $bitMatrix {@link BitMatrix} to parse + * + * @throws FormatException if dimension is not >= 21 and 1 mod 4 + */ + public function __construct($bitMatrix) + { + $dimension = $bitMatrix->getHeight(); + if ($dimension < 21 || ($dimension & 0x03) != 1) { + throw FormatException::getFormatInstance(); + } + $this->bitMatrix = $bitMatrix; + } - /** - * @param bitMatrix {@link BitMatrix} to parse - * - * @throws FormatException if dimension is not >= 21 and 1 mod 4 - */ - public function __construct($bitMatrix) - { - $dimension = $bitMatrix->getHeight(); - if ($dimension < 21 || ($dimension & 0x03) != 1) { - throw FormatException::getFormatInstance(); - } - $this->bitMatrix = $bitMatrix; - } + /** + *

Reads the bits in the {@link BitMatrix} representing the finder pattern in the + * correct order in order to reconstruct the codewords bytes contained within the + * QR Code.

+ * + * @return bytes encoded within the QR Code + * @throws FormatException if the exact number of bytes expected is not read + */ + public function readCodewords() + { + $formatInfo = $this->readFormatInformation(); + $version = $this->readVersion(); - /** - *

Reads the bits in the {@link BitMatrix} representing the finder pattern in the - * correct order in order to reconstruct the codewords bytes contained within the - * QR Code.

- * - * @return bytes encoded within the QR Code - * @throws FormatException if the exact number of bytes expected is not read - */ - public function readCodewords() - { + // Get the data mask for the format used in this QR Code. This will exclude + // some bits from reading as we wind through the bit matrix. + $dataMask = DataMask::forReference($formatInfo->getDataMask()); + $dimension = $this->bitMatrix->getHeight(); + $dataMask->unmaskBitMatrix($this->bitMatrix, $dimension); - $formatInfo = $this->readFormatInformation(); - $version = $this->readVersion(); + $functionPattern = $version->buildFunctionPattern(); - // Get the data mask for the format used in this QR Code. This will exclude - // some bits from reading as we wind through the bit matrix. - $dataMask = DataMask::forReference($formatInfo->getDataMask()); - $dimension = $this->bitMatrix->getHeight(); - $dataMask->unmaskBitMatrix($this->bitMatrix, $dimension); + $readingUp = true; + if ($version->getTotalCodewords()) { + $result = fill_array(0, $version->getTotalCodewords(), 0); + } else { + $result = []; + } + $resultOffset = 0; + $currentByte = 0; + $bitsRead = 0; + // Read columns in pairs, from right to left + for ($j = $dimension - 1; $j > 0; $j -= 2) { + if ($j == 6) { + // Skip whole column with vertical alignment pattern; + // saves time and makes the other code proceed more cleanly + $j--; + } + // Read alternatingly from bottom to top then top to bottom + for ($count = 0; $count < $dimension; $count++) { + $i = $readingUp ? $dimension - 1 - $count : $count; + for ($col = 0; $col < 2; $col++) { + // Ignore bits covered by the function pattern + if (!$functionPattern->get($j - $col, $i)) { + // Read a bit + $bitsRead++; + $currentByte <<= 1; + if ($this->bitMatrix->get($j - $col, $i)) { + $currentByte |= 1; + } + // If we've made a whole byte, save it off + if ($bitsRead == 8) { + $result[$resultOffset++] = $currentByte; //(byte) + $bitsRead = 0; + $currentByte = 0; + } + } + } + } + $readingUp ^= true; // readingUp = !readingUp; // switch directions + } + if ($resultOffset != $version->getTotalCodewords()) { + throw FormatException::getFormatInstance(); + } - $functionPattern = $version->buildFunctionPattern(); + return $result; + } - $readingUp = true; - if ($version->getTotalCodewords()) { - $result = fill_array(0, $version->getTotalCodewords(), 0); - } else { - $result = []; - } - $resultOffset = 0; - $currentByte = 0; - $bitsRead = 0; - // Read columns in pairs, from right to left - for ($j = $dimension - 1; $j > 0; $j -= 2) { - if ($j == 6) { - // Skip whole column with vertical alignment pattern; - // saves time and makes the other code proceed more cleanly - $j--; - } - // Read alternatingly from bottom to top then top to bottom - for ($count = 0; $count < $dimension; $count++) { - $i = $readingUp ? $dimension - 1 - $count : $count; - for ($col = 0; $col < 2; $col++) { - // Ignore bits covered by the function pattern - if (!$functionPattern->get($j - $col, $i)) { - // Read a bit - $bitsRead++; - $currentByte <<= 1; - if ($this->bitMatrix->get($j - $col, $i)) { - $currentByte |= 1; - } - // If we've made a whole byte, save it off - if ($bitsRead == 8) { - $result[$resultOffset++] = $currentByte; //(byte) - $bitsRead = 0; - $currentByte = 0; - } - } - } - } - $readingUp ^= true; // readingUp = !readingUp; // switch directions - } - if ($resultOffset != $version->getTotalCodewords()) { - throw FormatException::getFormatInstance(); - } + /** + *

Reads format information from one of its two locations within the QR Code.

+ * + * @return {@link FormatInformation} encapsulating the QR Code's format info + * @throws FormatException if both format information locations cannot be parsed as + * the valid encoding of format information + */ + public function readFormatInformation() + { + if ($this->parsedFormatInfo != null) { + return $this->parsedFormatInfo; + } - return $result; - } + // Read top-left format info bits + $formatInfoBits1 = 0; + for ($i = 0; $i < 6; $i++) { + $formatInfoBits1 = $this->copyBit($i, 8, $formatInfoBits1); + } + // .. and skip a bit in the timing pattern ... + $formatInfoBits1 = $this->copyBit(7, 8, $formatInfoBits1); + $formatInfoBits1 = $this->copyBit(8, 8, $formatInfoBits1); + $formatInfoBits1 = $this->copyBit(8, 7, $formatInfoBits1); + // .. and skip a bit in the timing pattern ... + for ($j = 5; $j >= 0; $j--) { + $formatInfoBits1 = $this->copyBit(8, $j, $formatInfoBits1); + } - /** - *

Reads format information from one of its two locations within the QR Code.

- * - * @return {@link FormatInformation} encapsulating the QR Code's format info - * @throws FormatException if both format information locations cannot be parsed as - * the valid encoding of format information - */ - public function readFormatInformation() - { + // Read the top-right/bottom-left pattern too + $dimension = $this->bitMatrix->getHeight(); + $formatInfoBits2 = 0; + $jMin = $dimension - 7; + for ($j = $dimension - 1; $j >= $jMin; $j--) { + $formatInfoBits2 = $this->copyBit(8, $j, $formatInfoBits2); + } + for ($i = $dimension - 8; $i < $dimension; $i++) { + $formatInfoBits2 = $this->copyBit($i, 8, $formatInfoBits2); + } - if ($this->parsedFormatInfo != null) { - return $this->parsedFormatInfo; - } + $parsedFormatInfo = FormatInformation::decodeFormatInformation($formatInfoBits1, $formatInfoBits2); + if ($parsedFormatInfo != null) { + return $parsedFormatInfo; + } + throw FormatException::getFormatInstance(); + } - // Read top-left format info bits - $formatInfoBits1 = 0; - for ($i = 0; $i < 6; $i++) { - $formatInfoBits1 = $this->copyBit($i, 8, $formatInfoBits1); - } - // .. and skip a bit in the timing pattern ... - $formatInfoBits1 = $this->copyBit(7, 8, $formatInfoBits1); - $formatInfoBits1 = $this->copyBit(8, 8, $formatInfoBits1); - $formatInfoBits1 = $this->copyBit(8, 7, $formatInfoBits1); - // .. and skip a bit in the timing pattern ... - for ($j = 5; $j >= 0; $j--) { - $formatInfoBits1 = $this->copyBit(8, $j, $formatInfoBits1); - } + private function copyBit($i, $j, $versionBits) + { + $bit = $this->mirror ? $this->bitMatrix->get($j, $i) : $this->bitMatrix->get($i, $j); - // Read the top-right/bottom-left pattern too - $dimension = $this->bitMatrix->getHeight(); - $formatInfoBits2 = 0; - $jMin = $dimension - 7; - for ($j = $dimension - 1; $j >= $jMin; $j--) { - $formatInfoBits2 = $this->copyBit(8, $j, $formatInfoBits2); - } - for ($i = $dimension - 8; $i < $dimension; $i++) { - $formatInfoBits2 = $this->copyBit($i, 8, $formatInfoBits2); - } + return $bit ? ($versionBits << 1) | 0x1 : $versionBits << 1; + } - $parsedFormatInfo = FormatInformation::decodeFormatInformation($formatInfoBits1, $formatInfoBits2); - if ($parsedFormatInfo != null) { - return $parsedFormatInfo; - } - throw FormatException::getFormatInstance(); - } + /** + *

Reads version information from one of its two locations within the QR Code.

+ * + * @return {@link Version} encapsulating the QR Code's version + * @throws FormatException if both version information locations cannot be parsed as + * the valid encoding of version information + */ + public function readVersion() + { + if ($this->parsedVersion != null) { + return $this->parsedVersion; + } - private function copyBit($i, $j, $versionBits) - { - $bit = $this->mirror ? $this->bitMatrix->get($j, $i) : $this->bitMatrix->get($i, $j); + $dimension = $this->bitMatrix->getHeight(); - return $bit ? ($versionBits << 1) | 0x1 : $versionBits << 1; - } + $provisionalVersion = ($dimension - 17) / 4; + if ($provisionalVersion <= 6) { + return Version::getVersionForNumber($provisionalVersion); + } - /** - *

Reads version information from one of its two locations within the QR Code.

- * - * @return {@link Version} encapsulating the QR Code's version - * @throws FormatException if both version information locations cannot be parsed as - * the valid encoding of version information - */ - public function readVersion() - { + // Read top-right version info: 3 wide by 6 tall + $versionBits = 0; + $ijMin = $dimension - 11; + for ($j = 5; $j >= 0; $j--) { + for ($i = $dimension - 9; $i >= $ijMin; $i--) { + $versionBits = $this->copyBit($i, $j, $versionBits); + } + } - if ($this->parsedVersion != null) { - return $this->parsedVersion; - } + $theParsedVersion = Version::decodeVersionInformation($versionBits); + if ($theParsedVersion != null && $theParsedVersion->getDimensionForVersion() == $dimension) { + $this->parsedVersion = $theParsedVersion; - $dimension = $this->bitMatrix->getHeight(); + return $theParsedVersion; + } - $provisionalVersion = ($dimension - 17) / 4; - if ($provisionalVersion <= 6) { - return Version::getVersionForNumber($provisionalVersion); - } + // Hmm, failed. Try bottom left: 6 wide by 3 tall + $versionBits = 0; + for ($i = 5; $i >= 0; $i--) { + for ($j = $dimension - 9; $j >= $ijMin; $j--) { + $versionBits = $this->copyBit($i, $j, $versionBits); + } + } - // Read top-right version info: 3 wide by 6 tall - $versionBits = 0; - $ijMin = $dimension - 11; - for ($j = 5; $j >= 0; $j--) { - for ($i = $dimension - 9; $i >= $ijMin; $i--) { - $versionBits = $this->copyBit($i, $j, $versionBits); - } - } + $theParsedVersion = Version::decodeVersionInformation($versionBits); + if ($theParsedVersion != null && $theParsedVersion->getDimensionForVersion() == $dimension) { + $this->parsedVersion = $theParsedVersion; - $theParsedVersion = Version::decodeVersionInformation($versionBits); - if ($theParsedVersion != null && $theParsedVersion->getDimensionForVersion() == $dimension) { - $this->parsedVersion = $theParsedVersion; + return $theParsedVersion; + } + throw FormatException::getFormatInstance(); + } - return $theParsedVersion; - } + /** + * Revert the mask removal done while reading the code words. The bit matrix should revert to its original state. + */ + public function remask(): void + { + if ($this->parsedFormatInfo == null) { + return; // We have no format information, and have no data mask + } + $dataMask = DataMask::forReference($this->parsedFormatInfo->getDataMask()); + $dimension = $this->bitMatrix->getHeight(); + $dataMask->unmaskBitMatrix($this->bitMatrix, $dimension); + } - // Hmm, failed. Try bottom left: 6 wide by 3 tall - $versionBits = 0; - for ($i = 5; $i >= 0; $i--) { - for ($j = $dimension - 9; $j >= $ijMin; $j--) { - $versionBits = $this->copyBit($i, $j, $versionBits); - } - } + /** + * Prepare the parser for a mirrored operation. + * This flag has effect only on the {@link #readFormatInformation()} and the + * {@link #readVersion()}. Before proceeding with {@link #readCodewords()} the + * {@link #mirror()} method should be called. + * + * @param Whether $mirror to read version and format information mirrored. + */ + public function setMirror($mirror): void + { + $parsedVersion = null; + $parsedFormatInfo = null; + $this->mirror = $mirror; + } - $theParsedVersion = Version::decodeVersionInformation($versionBits); - if ($theParsedVersion != null && $theParsedVersion->getDimensionForVersion() == $dimension) { - $this->parsedVersion = $theParsedVersion; - - return $theParsedVersion; - } - throw FormatException::getFormatInstance(); - } - - /** - * Revert the mask removal done while reading the code words. The bit matrix should revert to its original state. - */ - public function remask() - { - if ($this->parsedFormatInfo == null) { - return; // We have no format information, and have no data mask - } - $dataMask = DataMask::forReference($this->parsedFormatInfo->getDataMask()); - $dimension = $this->bitMatrix->getHeight(); - $dataMask->unmaskBitMatrix($this->bitMatrix, $dimension); - } - - /** - * Prepare the parser for a mirrored operation. - * This flag has effect only on the {@link #readFormatInformation()} and the - * {@link #readVersion()}. Before proceeding with {@link #readCodewords()} the - * {@link #mirror()} method should be called. - * - * @param mirror Whether to read version and format information mirrored. - */ - public function setMirror($mirror) - { - $parsedVersion = null; - $parsedFormatInfo = null; - $this->mirror = $mirror; - } - - /** Mirror the bit matrix in order to attempt a second reading. */ - public function mirror() - { - for ($x = 0; $x < $this->bitMatrix->getWidth(); $x++) { - for ($y = $x + 1; $y < $this->bitMatrix->getHeight(); $y++) { - if ($this->bitMatrix->get($x, $y) != $this->bitMatrix->get($y, $x)) { - $this->bitMatrix->flip($y, $x); - $this->bitMatrix->flip($x, $y); - } - } - } - } + /** Mirror the bit matrix in order to attempt a second reading. */ + public function mirror(): void + { + for ($x = 0; $x < $this->bitMatrix->getWidth(); $x++) { + for ($y = $x + 1; $y < $this->bitMatrix->getHeight(); $y++) { + if ($this->bitMatrix->get($x, $y) != $this->bitMatrix->get($y, $x)) { + $this->bitMatrix->flip($y, $x); + $this->bitMatrix->flip($x, $y); + } + } + } + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DataBlock.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DataBlock.php index c845247..1fb8565 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DataBlock.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DataBlock.php @@ -26,104 +26,102 @@ namespace Zxing\Qrcode\Decoder; */ final class DataBlock { - private $numDataCodewords; - private $codewords; //byte[] + //byte[] - private function __construct($numDataCodewords, $codewords) - { - $this->numDataCodewords = $numDataCodewords; - $this->codewords = $codewords; - } + private function __construct(private $numDataCodewords, private $codewords) + { + } - /** - *

When QR Codes use multiple data blocks, they are actually interleaved. - * That is, the first byte of data block 1 to n is written, then the second bytes, and so on. This - * method will separate the data into original blocks.

- * - * @param rawCodewords bytes as read directly from the QR Code - * @param version version of the QR Code - * @param ecLevel error-correction level of the QR Code - * - * @return array DataBlocks containing original bytes, "de-interleaved" from representation in the - * QR Code - */ - public static function getDataBlocks($rawCodewords, - $version, - $ecLevel) - { + /** + *

When QR Codes use multiple data blocks, they are actually interleaved. + * That is, the first byte of data block 1 to n is written, then the second bytes, and so on. This + * method will separate the data into original blocks.

+ * + * @param bytes $rawCodewords as read directly from the QR Code + * @param version $version of the QR Code + * @param error $ecLevel-correction level of the QR Code + * + * @return array DataBlocks containing original bytes, "de-interleaved" from representation in the + * QR Code + */ + public static function getDataBlocks( + $rawCodewords, + $version, + $ecLevel + ) + { + if ((is_countable($rawCodewords) ? count($rawCodewords) : 0) != $version->getTotalCodewords()) { + throw new \InvalidArgumentException(); + } - if (count($rawCodewords) != $version->getTotalCodewords()) { - throw new \InvalidArgumentException(); - } + // Figure out the number and size of data blocks used by this version and + // error correction level + $ecBlocks = $version->getECBlocksForLevel($ecLevel); - // Figure out the number and size of data blocks used by this version and - // error correction level - $ecBlocks = $version->getECBlocksForLevel($ecLevel); + // First count the total number of data blocks + $totalBlocks = 0; + $ecBlockArray = $ecBlocks->getECBlocks(); + foreach ($ecBlockArray as $ecBlock) { + $totalBlocks += $ecBlock->getCount(); + } - // First count the total number of data blocks - $totalBlocks = 0; - $ecBlockArray = $ecBlocks->getECBlocks(); - foreach ($ecBlockArray as $ecBlock) { - $totalBlocks += $ecBlock->getCount(); - } + // Now establish DataBlocks of the appropriate size and number of data codewords + $result = [];//new DataBlock[$totalBlocks]; + $numResultBlocks = 0; + foreach ($ecBlockArray as $ecBlock) { + $ecBlockCount = $ecBlock->getCount(); + for ($i = 0; $i < $ecBlockCount; $i++) { + $numDataCodewords = $ecBlock->getDataCodewords(); + $numBlockCodewords = $ecBlocks->getECCodewordsPerBlock() + $numDataCodewords; + $result[$numResultBlocks++] = new DataBlock($numDataCodewords, fill_array(0, $numBlockCodewords, 0)); + } + } - // Now establish DataBlocks of the appropriate size and number of data codewords - $result = [];//new DataBlock[$totalBlocks]; - $numResultBlocks = 0; - foreach ($ecBlockArray as $ecBlock) { - $ecBlockCount = $ecBlock->getCount(); - for ($i = 0; $i < $ecBlockCount; $i++) { - $numDataCodewords = $ecBlock->getDataCodewords(); - $numBlockCodewords = $ecBlocks->getECCodewordsPerBlock() + $numDataCodewords; - $result[$numResultBlocks++] = new DataBlock($numDataCodewords, fill_array(0, $numBlockCodewords, 0)); - } - } + // All blocks have the same amount of data, except that the last n + // (where n may be 0) have 1 more byte. Figure out where these start. + $shorterBlocksTotalCodewords = is_countable($result[0]->codewords) ? count($result[0]->codewords) : 0; + $longerBlocksStartAt = count($result) - 1; + while ($longerBlocksStartAt >= 0) { + $numCodewords = is_countable($result[$longerBlocksStartAt]->codewords) ? count($result[$longerBlocksStartAt]->codewords) : 0; + if ($numCodewords == $shorterBlocksTotalCodewords) { + break; + } + $longerBlocksStartAt--; + } + $longerBlocksStartAt++; - // All blocks have the same amount of data, except that the last n - // (where n may be 0) have 1 more byte. Figure out where these start. - $shorterBlocksTotalCodewords = count($result[0]->codewords); - $longerBlocksStartAt = count($result) - 1; - while ($longerBlocksStartAt >= 0) { - $numCodewords = count($result[$longerBlocksStartAt]->codewords); - if ($numCodewords == $shorterBlocksTotalCodewords) { - break; - } - $longerBlocksStartAt--; - } - $longerBlocksStartAt++; + $shorterBlocksNumDataCodewords = $shorterBlocksTotalCodewords - $ecBlocks->getECCodewordsPerBlock(); + // The last elements of result may be 1 element longer; + // first fill out as many elements as all of them have + $rawCodewordsOffset = 0; + for ($i = 0; $i < $shorterBlocksNumDataCodewords; $i++) { + for ($j = 0; $j < $numResultBlocks; $j++) { + $result[$j]->codewords[$i] = $rawCodewords[$rawCodewordsOffset++]; + } + } + // Fill out the last data block in the longer ones + for ($j = $longerBlocksStartAt; $j < $numResultBlocks; $j++) { + $result[$j]->codewords[$shorterBlocksNumDataCodewords] = $rawCodewords[$rawCodewordsOffset++]; + } + // Now add in error correction blocks + $max = is_countable($result[0]->codewords) ? count($result[0]->codewords) : 0; + for ($i = $shorterBlocksNumDataCodewords; $i < $max; $i++) { + for ($j = 0; $j < $numResultBlocks; $j++) { + $iOffset = $j < $longerBlocksStartAt ? $i : $i + 1; + $result[$j]->codewords[$iOffset] = $rawCodewords[$rawCodewordsOffset++]; + } + } - $shorterBlocksNumDataCodewords = $shorterBlocksTotalCodewords - $ecBlocks->getECCodewordsPerBlock(); - // The last elements of result may be 1 element longer; - // first fill out as many elements as all of them have - $rawCodewordsOffset = 0; - for ($i = 0; $i < $shorterBlocksNumDataCodewords; $i++) { - for ($j = 0; $j < $numResultBlocks; $j++) { - $result[$j]->codewords[$i] = $rawCodewords[$rawCodewordsOffset++]; - } - } - // Fill out the last data block in the longer ones - for ($j = $longerBlocksStartAt; $j < $numResultBlocks; $j++) { - $result[$j]->codewords[$shorterBlocksNumDataCodewords] = $rawCodewords[$rawCodewordsOffset++]; - } - // Now add in error correction blocks - $max = count($result[0]->codewords); - for ($i = $shorterBlocksNumDataCodewords; $i < $max; $i++) { - for ($j = 0; $j < $numResultBlocks; $j++) { - $iOffset = $j < $longerBlocksStartAt ? $i : $i + 1; - $result[$j]->codewords[$iOffset] = $rawCodewords[$rawCodewordsOffset++]; - } - } + return $result; + } - return $result; - } + public function getNumDataCodewords() + { + return $this->numDataCodewords; + } - public function getNumDataCodewords() - { - return $this->numDataCodewords; - } - - public function getCodewords() - { - return $this->codewords; - } + public function getCodewords() + { + return $this->codewords; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DataMask.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DataMask.php index 5fa2098..4d5d2f2 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DataMask.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DataMask.php @@ -32,65 +32,63 @@ use Zxing\Common\BitMatrix; */ abstract class DataMask { + /** + * See ISO 18004:2006 6.8.1 + */ + private static array $DATA_MASKS = []; - /** - * See ISO 18004:2006 6.8.1 - */ - private static $DATA_MASKS = []; + public function __construct() + { + } - public function __construct() - { + public static function Init(): void + { + self::$DATA_MASKS = [ + new DataMask000(), + new DataMask001(), + new DataMask010(), + new DataMask011(), + new DataMask100(), + new DataMask101(), + new DataMask110(), + new DataMask111(), + ]; + } - } + /** + * @param a $reference value between 0 and 7 indicating one of the eight possible + * data mask patterns a QR Code may use + * + * @return DataMask encapsulating the data mask pattern + */ + public static function forReference($reference) + { + if ($reference < 0 || $reference > 7) { + throw new \InvalidArgumentException(); + } - public static function Init() - { - self::$DATA_MASKS = [ - new DataMask000(), - new DataMask001(), - new DataMask010(), - new DataMask011(), - new DataMask100(), - new DataMask101(), - new DataMask110(), - new DataMask111(), - ]; - } + return self::$DATA_MASKS[$reference]; + } - /** - * @param reference a value between 0 and 7 indicating one of the eight possible - * data mask patterns a QR Code may use - * - * @return DataMask encapsulating the data mask pattern - */ - public static function forReference($reference) - { - if ($reference < 0 || $reference > 7) { - throw new \InvalidArgumentException(); - } + /** + *

Implementations of this method reverse the data masking process applied to a QR Code and + * make its bits ready to read.

+ * + * @param representation $bits of QR Code bits + * @param dimension $dimension of QR Code, represented by bits, being unmasked + */ + final public function unmaskBitMatrix($bits, $dimension): void + { + for ($i = 0; $i < $dimension; $i++) { + for ($j = 0; $j < $dimension; $j++) { + if ($this->isMasked($i, $j)) { + $bits->flip($j, $i); + } + } + } + } - return self::$DATA_MASKS[$reference]; - } - - /** - *

Implementations of this method reverse the data masking process applied to a QR Code and - * make its bits ready to read.

- * - * @param bits representation of QR Code bits - * @param dimension dimension of QR Code, represented by bits, being unmasked - */ - final public function unmaskBitMatrix($bits, $dimension) - { - for ($i = 0; $i < $dimension; $i++) { - for ($j = 0; $j < $dimension; $j++) { - if ($this->isMasked($i, $j)) { - $bits->flip($j, $i); - } - } - } - } - - abstract public function isMasked($i, $j); + abstract public function isMasked($i, $j); } DataMask::Init(); @@ -100,11 +98,11 @@ DataMask::Init(); */ final class DataMask000 extends DataMask { - // @Override - public function isMasked($i, $j) - { - return (($i + $j) & 0x01) == 0; - } + // @Override + public function isMasked($i, $j) + { + return (($i + $j) & 0x01) == 0; + } } /** @@ -112,11 +110,11 @@ final class DataMask000 extends DataMask */ final class DataMask001 extends DataMask { - //@Override - public function isMasked($i, $j) - { - return ($i & 0x01) == 0; - } + //@Override + public function isMasked($i, $j) + { + return ($i & 0x01) == 0; + } } /** @@ -124,11 +122,11 @@ final class DataMask001 extends DataMask */ final class DataMask010 extends DataMask { - //@Override - public function isMasked($i, $j) - { - return $j % 3 == 0; - } + //@Override + public function isMasked($i, $j) + { + return $j % 3 == 0; + } } /** @@ -136,11 +134,11 @@ final class DataMask010 extends DataMask */ final class DataMask011 extends DataMask { - //@Override - public function isMasked($i, $j) - { - return ($i + $j) % 3 == 0; - } + //@Override + public function isMasked($i, $j) + { + return ($i + $j) % 3 == 0; + } } /** @@ -148,11 +146,11 @@ final class DataMask011 extends DataMask */ final class DataMask100 extends DataMask { - //@Override - public function isMasked($i, $j) - { - return (int)(((int)($i / 2) + (int)($j / 3)) & 0x01) == 0; - } + //@Override + public function isMasked($i, $j) + { + return (int)(((int)($i / 2) + (int)($j / 3)) & 0x01) == 0; + } } /** @@ -160,13 +158,13 @@ final class DataMask100 extends DataMask */ final class DataMask101 extends DataMask { - //@Override - public function isMasked($i, $j) - { - $temp = $i * $j; + //@Override + public function isMasked($i, $j) + { + $temp = $i * $j; - return ($temp & 0x01) + ($temp % 3) == 0; - } + return ($temp & 0x01) + ($temp % 3) == 0; + } } /** @@ -174,13 +172,13 @@ final class DataMask101 extends DataMask */ final class DataMask110 extends DataMask { - //@Override - public function isMasked($i, $j) - { - $temp = $i * $j; + //@Override + public function isMasked($i, $j) + { + $temp = $i * $j; - return ((($temp & 0x01) + ($temp % 3)) & 0x01) == 0; - } + return ((($temp & 0x01) + ($temp % 3)) & 0x01) == 0; + } } /** @@ -188,9 +186,9 @@ final class DataMask110 extends DataMask */ final class DataMask111 extends DataMask { - //@Override - public function isMasked($i, $j) - { - return (((($i + $j) & 0x01) + (($i * $j) % 3)) & 0x01) == 0; - } + //@Override + public function isMasked($i, $j) + { + return (((($i + $j) & 0x01) + (($i * $j) % 3)) & 0x01) == 0; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DecodedBitStreamParser.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DecodedBitStreamParser.php index a0afdf4..d4bdc7f 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DecodedBitStreamParser.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/DecodedBitStreamParser.php @@ -17,13 +17,10 @@ namespace Zxing\Qrcode\Decoder; -use Zxing\DecodeHintType; -use Zxing\FormatException; use Zxing\Common\BitSource; use Zxing\Common\CharacterSetECI; use Zxing\Common\DecoderResult; -use Zxing\Common\StringUtils; - +use Zxing\FormatException; /** *

QR Codes can encode text as bits in one of several modes, and can use multiple modes @@ -35,321 +32,333 @@ use Zxing\Common\StringUtils; */ final class DecodedBitStreamParser { + /** + * See ISO 18004:2006, 6.4.4 Table 5 + */ + private static array $ALPHANUMERIC_CHARS = [ + '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', + 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', + 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', + ' ', '$', '%', '*', '+', '-', '.', '/', ':', + ]; + private static int $GB2312_SUBSET = 1; - /** - * See ISO 18004:2006, 6.4.4 Table 5 - */ - private static $ALPHANUMERIC_CHARS = [ - '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', - 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', - 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', - ' ', '$', '%', '*', '+', '-', '.', '/', ':', - ]; - private static $GB2312_SUBSET = 1; + public static function decode( + $bytes, + $version, + $ecLevel, + $hints + ): \Zxing\Common\DecoderResult + { + $bits = new BitSource($bytes); + $result = '';//new StringBuilder(50); + $byteSegments = []; + $symbolSequence = -1; + $parityData = -1; - public static function decode($bytes, - $version, - $ecLevel, - $hints) - { - $bits = new BitSource($bytes); - $result = '';//new StringBuilder(50); - $byteSegments = []; - $symbolSequence = -1; - $parityData = -1; + try { + $currentCharacterSetECI = null; + $fc1InEffect = false; + $mode = ''; + do { + // While still another segment to read... + if ($bits->available() < 4) { + // OK, assume we're done. Really, a TERMINATOR mode should have been recorded here + $mode = Mode::$TERMINATOR; + } else { + $mode = Mode::forBits($bits->readBits(4)); // mode is encoded by 4 bits + } + if ($mode != Mode::$TERMINATOR) { + if ($mode == Mode::$FNC1_FIRST_POSITION || $mode == Mode::$FNC1_SECOND_POSITION) { + // We do little with FNC1 except alter the parsed result a bit according to the spec + $fc1InEffect = true; + } elseif ($mode == Mode::$STRUCTURED_APPEND) { + if ($bits->available() < 16) { + throw FormatException::getFormatInstance(); + } + // sequence number and parity is added later to the result metadata + // Read next 8 bits (symbol sequence #) and 8 bits (parity data), then continue + $symbolSequence = $bits->readBits(8); + $parityData = $bits->readBits(8); + } elseif ($mode == Mode::$ECI) { + // Count doesn't apply to ECI + $value = self::parseECIValue($bits); + $currentCharacterSetECI = CharacterSetECI::getCharacterSetECIByValue($value); + if ($currentCharacterSetECI == null) { + throw FormatException::getFormatInstance(); + } + } else { + // First handle Hanzi mode which does not start with character count + if ($mode == Mode::$HANZI) { + //chinese mode contains a sub set indicator right after mode indicator + $subset = $bits->readBits(4); + $countHanzi = $bits->readBits($mode->getCharacterCountBits($version)); + if ($subset == self::$GB2312_SUBSET) { + self::decodeHanziSegment($bits, $result, $countHanzi); + } + } else { + // "Normal" QR code modes: + // How many characters will follow, encoded in this mode? + $count = $bits->readBits($mode->getCharacterCountBits($version)); + if ($mode == Mode::$NUMERIC) { + self::decodeNumericSegment($bits, $result, $count); + } elseif ($mode == Mode::$ALPHANUMERIC) { + self::decodeAlphanumericSegment($bits, $result, $count, $fc1InEffect); + } elseif ($mode == Mode::$BYTE) { + self::decodeByteSegment($bits, $result, $count, $currentCharacterSetECI, $byteSegments, $hints); + } elseif ($mode == Mode::$KANJI) { + self::decodeKanjiSegment($bits, $result, $count); + } else { + throw FormatException::getFormatInstance(); + } + } + } + } + } while ($mode != Mode::$TERMINATOR); + } catch (\InvalidArgumentException) { + // from readBits() calls + throw FormatException::getFormatInstance(); + } - try { - $currentCharacterSetECI = null; - $fc1InEffect = false; - $mode = ''; - do { - // While still another segment to read... - if ($bits->available() < 4) { - // OK, assume we're done. Really, a TERMINATOR mode should have been recorded here - $mode = Mode::$TERMINATOR; - } else { - $mode = Mode::forBits($bits->readBits(4)); // mode is encoded by 4 bits - } - if ($mode != Mode::$TERMINATOR) { - if ($mode == Mode::$FNC1_FIRST_POSITION || $mode == Mode::$FNC1_SECOND_POSITION) { - // We do little with FNC1 except alter the parsed result a bit according to the spec - $fc1InEffect = true; - } else if ($mode == Mode::$STRUCTURED_APPEND) { - if ($bits->available() < 16) { - throw FormatException::getFormatInstance(); - } - // sequence number and parity is added later to the result metadata - // Read next 8 bits (symbol sequence #) and 8 bits (parity data), then continue - $symbolSequence = $bits->readBits(8); - $parityData = $bits->readBits(8); - } else if ($mode == Mode::$ECI) { - // Count doesn't apply to ECI - $value = self::parseECIValue($bits); - $currentCharacterSetECI = CharacterSetECI::getCharacterSetECIByValue($value); - if ($currentCharacterSetECI == null) { - throw FormatException::getFormatInstance(); - } - } else { - // First handle Hanzi mode which does not start with character count - if ($mode == Mode::$HANZI) { - //chinese mode contains a sub set indicator right after mode indicator - $subset = $bits->readBits(4); - $countHanzi = $bits->readBits($mode->getCharacterCountBits($version)); - if ($subset == self::$GB2312_SUBSET) { - self::decodeHanziSegment($bits, $result, $countHanzi); - } - } else { - // "Normal" QR code modes: - // How many characters will follow, encoded in this mode? - $count = $bits->readBits($mode->getCharacterCountBits($version)); - if ($mode == Mode::$NUMERIC) { - self::decodeNumericSegment($bits, $result, $count); - } else if ($mode == Mode::$ALPHANUMERIC) { - self::decodeAlphanumericSegment($bits, $result, $count, $fc1InEffect); - } else if ($mode == Mode::$BYTE) { - self::decodeByteSegment($bits, $result, $count, $currentCharacterSetECI, $byteSegments, $hints); - } else if ($mode == Mode::$KANJI) { - self::decodeKanjiSegment($bits, $result, $count); - } else { - throw FormatException::getFormatInstance(); - } - } - } - } - } while ($mode != Mode::$TERMINATOR); - } catch (\InvalidArgumentException $iae) { - // from readBits() calls - throw FormatException::getFormatInstance(); - } + return new DecoderResult( + $bytes, + $result, + empty($byteSegments) ? null : $byteSegments, + $ecLevel == null ? null : 'L',//ErrorCorrectionLevel::toString($ecLevel), + $symbolSequence, + $parityData + ); + } - return new DecoderResult($bytes, - $result, - empty($byteSegments) ? null : $byteSegments, - $ecLevel == null ? null : 'L',//ErrorCorrectionLevel::toString($ecLevel), - $symbolSequence, - $parityData); - } + private static function parseECIValue($bits) + { + $firstByte = $bits->readBits(8); + if (($firstByte & 0x80) == 0) { + // just one byte + return $firstByte & 0x7F; + } + if (($firstByte & 0xC0) == 0x80) { + // two bytes + $secondByte = $bits->readBits(8); - private static function parseECIValue($bits) - { - $firstByte = $bits->readBits(8); - if (($firstByte & 0x80) == 0) { - // just one byte - return $firstByte & 0x7F; - } - if (($firstByte & 0xC0) == 0x80) { - // two bytes - $secondByte = $bits->readBits(8); + return (($firstByte & 0x3F) << 8) | $secondByte; + } + if (($firstByte & 0xE0) == 0xC0) { + // three bytes + $secondThirdBytes = $bits->readBits(16); - return (($firstByte & 0x3F) << 8) | $secondByte; - } - if (($firstByte & 0xE0) == 0xC0) { - // three bytes - $secondThirdBytes = $bits->readBits(16); + return (($firstByte & 0x1F) << 16) | $secondThirdBytes; + } + throw FormatException::getFormatInstance(); + } - return (($firstByte & 0x1F) << 16) | $secondThirdBytes; - } - throw FormatException::getFormatInstance(); - } + /** + * See specification GBT 18284-2000 + */ + private static function decodeHanziSegment( + $bits, + &$result, + $count + ) + { + // Don't crash trying to read more bits than we have available. + if ($count * 13 > $bits->available()) { + throw FormatException::getFormatInstance(); + } - /** - * See specification GBT 18284-2000 - */ - private static function decodeHanziSegment($bits, - &$result, - $count) - { - // Don't crash trying to read more bits than we have available. - if ($count * 13 > $bits->available()) { - throw FormatException::getFormatInstance(); - } + // Each character will require 2 bytes. Read the characters as 2-byte pairs + // and decode as GB2312 afterwards + $buffer = fill_array(0, 2 * $count, 0); + $offset = 0; + while ($count > 0) { + // Each 13 bits encodes a 2-byte character + $twoBytes = $bits->readBits(13); + $assembledTwoBytes = (($twoBytes / 0x060) << 8) | ($twoBytes % 0x060); + if ($assembledTwoBytes < 0x003BF) { + // In the 0xA1A1 to 0xAAFE range + $assembledTwoBytes += 0x0A1A1; + } else { + // In the 0xB0A1 to 0xFAFE range + $assembledTwoBytes += 0x0A6A1; + } + $buffer[$offset] = (($assembledTwoBytes >> 8) & 0xFF);//(byte) + $buffer[$offset + 1] = ($assembledTwoBytes & 0xFF);//(byte) + $offset += 2; + $count--; + } + $result .= iconv('GB2312', 'UTF-8', implode($buffer)); + } - // Each character will require 2 bytes. Read the characters as 2-byte pairs - // and decode as GB2312 afterwards - $buffer = fill_array(0, 2 * $count, 0); - $offset = 0; - while ($count > 0) { - // Each 13 bits encodes a 2-byte character - $twoBytes = $bits->readBits(13); - $assembledTwoBytes = (($twoBytes / 0x060) << 8) | ($twoBytes % 0x060); - if ($assembledTwoBytes < 0x003BF) { - // In the 0xA1A1 to 0xAAFE range - $assembledTwoBytes += 0x0A1A1; - } else { - // In the 0xB0A1 to 0xFAFE range - $assembledTwoBytes += 0x0A6A1; - } - $buffer[$offset] = (($assembledTwoBytes >> 8) & 0xFF);//(byte) - $buffer[$offset + 1] = ($assembledTwoBytes & 0xFF);//(byte) - $offset += 2; - $count--; - } - $result .= iconv('GB2312', 'UTF-8', implode($buffer)); - } + private static function decodeNumericSegment( + $bits, + &$result, + $count + ) + { + // Read three digits at a time + while ($count >= 3) { + // Each 10 bits encodes three digits + if ($bits->available() < 10) { + throw FormatException::getFormatInstance(); + } + $threeDigitsBits = $bits->readBits(10); + if ($threeDigitsBits >= 1000) { + throw FormatException::getFormatInstance(); + } + $result .= (self::toAlphaNumericChar($threeDigitsBits / 100)); + $result .= (self::toAlphaNumericChar(($threeDigitsBits / 10) % 10)); + $result .= (self::toAlphaNumericChar($threeDigitsBits % 10)); + $count -= 3; + } + if ($count == 2) { + // Two digits left over to read, encoded in 7 bits + if ($bits->available() < 7) { + throw FormatException::getFormatInstance(); + } + $twoDigitsBits = $bits->readBits(7); + if ($twoDigitsBits >= 100) { + throw FormatException::getFormatInstance(); + } + $result .= (self::toAlphaNumericChar($twoDigitsBits / 10)); + $result .= (self::toAlphaNumericChar($twoDigitsBits % 10)); + } elseif ($count == 1) { + // One digit left over to read + if ($bits->available() < 4) { + throw FormatException::getFormatInstance(); + } + $digitBits = $bits->readBits(4); + if ($digitBits >= 10) { + throw FormatException::getFormatInstance(); + } + $result .= (self::toAlphaNumericChar($digitBits)); + } + } - private static function decodeNumericSegment($bits, - &$result, - $count) - { - // Read three digits at a time - while ($count >= 3) { - // Each 10 bits encodes three digits - if ($bits->available() < 10) { - throw FormatException::getFormatInstance(); - } - $threeDigitsBits = $bits->readBits(10); - if ($threeDigitsBits >= 1000) { - throw FormatException::getFormatInstance(); - } - $result .= (self::toAlphaNumericChar($threeDigitsBits / 100)); - $result .= (self::toAlphaNumericChar(($threeDigitsBits / 10) % 10)); - $result .= (self::toAlphaNumericChar($threeDigitsBits % 10)); - $count -= 3; - } - if ($count == 2) { - // Two digits left over to read, encoded in 7 bits - if ($bits->available() < 7) { - throw FormatException::getFormatInstance(); - } - $twoDigitsBits = $bits->readBits(7); - if ($twoDigitsBits >= 100) { - throw FormatException::getFormatInstance(); - } - $result .= (self::toAlphaNumericChar($twoDigitsBits / 10)); - $result .= (self::toAlphaNumericChar($twoDigitsBits % 10)); - } else if ($count == 1) { - // One digit left over to read - if ($bits->available() < 4) { - throw FormatException::getFormatInstance(); - } - $digitBits = $bits->readBits(4); - if ($digitBits >= 10) { - throw FormatException::getFormatInstance(); - } - $result .= (self::toAlphaNumericChar($digitBits)); - } - } + private static function toAlphaNumericChar($value) + { + if ($value >= count(self::$ALPHANUMERIC_CHARS)) { + throw FormatException::getFormatInstance(); + } - private static function toAlphaNumericChar($value) - { - if ($value >= count(self::$ALPHANUMERIC_CHARS)) { - throw FormatException::getFormatInstance(); - } + return self::$ALPHANUMERIC_CHARS[$value]; + } - return self::$ALPHANUMERIC_CHARS[$value]; - } + private static function decodeAlphanumericSegment( + $bits, + &$result, + $count, + $fc1InEffect + ) + { + // Read two characters at a time + $start = strlen((string) $result); + while ($count > 1) { + if ($bits->available() < 11) { + throw FormatException::getFormatInstance(); + } + $nextTwoCharsBits = $bits->readBits(11); + $result .= (self::toAlphaNumericChar($nextTwoCharsBits / 45)); + $result .= (self::toAlphaNumericChar($nextTwoCharsBits % 45)); + $count -= 2; + } + if ($count == 1) { + // special case: one character left + if ($bits->available() < 6) { + throw FormatException::getFormatInstance(); + } + $result .= self::toAlphaNumericChar($bits->readBits(6)); + } + // See section 6.4.8.1, 6.4.8.2 + if ($fc1InEffect) { + // We need to massage the result a bit if in an FNC1 mode: + for ($i = $start; $i < strlen((string) $result); $i++) { + if ($result[$i] == '%') { + if ($i < strlen((string) $result) - 1 && $result[$i + 1] == '%') { + // %% is rendered as % + $result = substr_replace($result, '', $i + 1, 1);//deleteCharAt(i + 1); + } else { + // In alpha mode, % should be converted to FNC1 separator 0x1D + $result . setCharAt($i, chr(0x1D)); + } + } + } + } + } - private static function decodeAlphanumericSegment($bits, - &$result, - $count, - $fc1InEffect) - { - // Read two characters at a time - $start = strlen($result); - while ($count > 1) { - if ($bits->available() < 11) { - throw FormatException::getFormatInstance(); - } - $nextTwoCharsBits = $bits->readBits(11); - $result .= (self::toAlphaNumericChar($nextTwoCharsBits / 45)); - $result .= (self::toAlphaNumericChar($nextTwoCharsBits % 45)); - $count -= 2; - } - if ($count == 1) { - // special case: one character left - if ($bits->available() < 6) { - throw FormatException::getFormatInstance(); - } - $result .= self::toAlphaNumericChar($bits->readBits(6)); - } - // See section 6.4.8.1, 6.4.8.2 - if ($fc1InEffect) { - // We need to massage the result a bit if in an FNC1 mode: - for ($i = $start; $i < strlen($result); $i++) { - if ($result[$i] == '%') { - if ($i < strlen($result) - 1 && $result[$i + 1] == '%') { - // %% is rendered as % - $result = substr_replace($result, '', $i + 1, 1);//deleteCharAt(i + 1); - } else { - // In alpha mode, % should be converted to FNC1 separator 0x1D - $result . setCharAt($i, chr(0x1D)); - } - } - } - } - } + private static function decodeByteSegment( + $bits, + &$result, + $count, + $currentCharacterSetECI, + &$byteSegments, + $hints + ) + { + // Don't crash trying to read more bits than we have available. + if (8 * $count > $bits->available()) { + throw FormatException::getFormatInstance(); + } - private static function decodeByteSegment($bits, - &$result, - $count, - $currentCharacterSetECI, - &$byteSegments, - $hints) - { - // Don't crash trying to read more bits than we have available. - if (8 * $count > $bits->available()) { - throw FormatException::getFormatInstance(); - } + $readBytes = fill_array(0, $count, 0); + for ($i = 0; $i < $count; $i++) { + $readBytes[$i] = $bits->readBits(8);//(byte) + } + $text = implode(array_map('chr', $readBytes)); + $encoding = ''; + if ($currentCharacterSetECI == null) { + // The spec isn't clear on this mode; see + // section 6.4.5: t does not say which encoding to assuming + // upon decoding. I have seen ISO-8859-1 used as well as + // Shift_JIS -- without anything like an ECI designator to + // give a hint. - $readBytes = fill_array(0, $count, 0); - for ($i = 0; $i < $count; $i++) { - $readBytes[$i] = $bits->readBits(8);//(byte) - } - $text = implode(array_map('chr', $readBytes)); - $encoding = ''; - if ($currentCharacterSetECI == null) { - // The spec isn't clear on this mode; see - // section 6.4.5: t does not say which encoding to assuming - // upon decoding. I have seen ISO-8859-1 used as well as - // Shift_JIS -- without anything like an ECI designator to - // give a hint. + $encoding = mb_detect_encoding($text, $hints); + } else { + $encoding = $currentCharacterSetECI->name(); + } + // $result.= mb_convert_encoding($text ,$encoding);//(new String(readBytes, encoding)); + $result .= $text;//(new String(readBytes, encoding)); - $encoding = mb_detect_encoding($text, $hints); - } else { - $encoding = $currentCharacterSetECI->name(); - } - // $result.= mb_convert_encoding($text ,$encoding);//(new String(readBytes, encoding)); - $result .= $text;//(new String(readBytes, encoding)); + $byteSegments = array_merge($byteSegments, $readBytes); + } - $byteSegments = array_merge($byteSegments, $readBytes); - } + private static function decodeKanjiSegment( + $bits, + &$result, + $count + ) + { + // Don't crash trying to read more bits than we have available. + if ($count * 13 > $bits->available()) { + throw FormatException::getFormatInstance(); + } - private static function decodeKanjiSegment($bits, - &$result, - $count) - { - // Don't crash trying to read more bits than we have available. - if ($count * 13 > $bits->available()) { - throw FormatException::getFormatInstance(); - } + // Each character will require 2 bytes. Read the characters as 2-byte pairs + // and decode as Shift_JIS afterwards + $buffer = [0, 2 * $count, 0]; + $offset = 0; + while ($count > 0) { + // Each 13 bits encodes a 2-byte character + $twoBytes = $bits->readBits(13); + $assembledTwoBytes = (($twoBytes / 0x0C0) << 8) | ($twoBytes % 0x0C0); + if ($assembledTwoBytes < 0x01F00) { + // In the 0x8140 to 0x9FFC range + $assembledTwoBytes += 0x08140; + } else { + // In the 0xE040 to 0xEBBF range + $assembledTwoBytes += 0x0C140; + } + $buffer[$offset] = ($assembledTwoBytes >> 8);//(byte) + $buffer[$offset + 1] = $assembledTwoBytes; //(byte) + $offset += 2; + $count--; + } + // Shift_JIS may not be supported in some environments: - // Each character will require 2 bytes. Read the characters as 2-byte pairs - // and decode as Shift_JIS afterwards - $buffer = [0, 2 * $count, 0]; - $offset = 0; - while ($count > 0) { - // Each 13 bits encodes a 2-byte character - $twoBytes = $bits->readBits(13); - $assembledTwoBytes = (($twoBytes / 0x0C0) << 8) | ($twoBytes % 0x0C0); - if ($assembledTwoBytes < 0x01F00) { - // In the 0x8140 to 0x9FFC range - $assembledTwoBytes += 0x08140; - } else { - // In the 0xE040 to 0xEBBF range - $assembledTwoBytes += 0x0C140; - } - $buffer[$offset] = ($assembledTwoBytes >> 8);//(byte) - $buffer[$offset + 1] = $assembledTwoBytes; //(byte) - $offset += 2; - $count--; - } - // Shift_JIS may not be supported in some environments: + $result .= iconv('shift-jis', 'utf-8', implode($buffer)); + } - $result .= iconv('shift-jis', 'utf-8', implode($buffer)); - } - - private function DecodedBitStreamParser() - { - - } + private function DecodedBitStreamParser(): void + { + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Decoder.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Decoder.php index ff181ec..4a40e89 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Decoder.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Decoder.php @@ -18,13 +18,11 @@ namespace Zxing\Qrcode\Decoder; use Zxing\ChecksumException; -use Zxing\DecodeHintType; -use Zxing\FormatException; use Zxing\Common\BitMatrix; -use Zxing\Common\DecoderResult; use Zxing\Common\Reedsolomon\GenericGF; use Zxing\Common\Reedsolomon\ReedSolomonDecoder; use Zxing\Common\Reedsolomon\ReedSolomonException; +use Zxing\FormatException; /** *

The main class which implements QR Code decoding -- as opposed to locating and extracting @@ -34,180 +32,177 @@ use Zxing\Common\Reedsolomon\ReedSolomonException; */ final class Decoder { + private readonly \Zxing\Common\Reedsolomon\ReedSolomonDecoder $rsDecoder; - private $rsDecoder; + public function __construct() + { + $this->rsDecoder = new ReedSolomonDecoder(GenericGF::$QR_CODE_FIELD_256); + } - public function __construct() - { - $this->rsDecoder = new ReedSolomonDecoder(GenericGF::$QR_CODE_FIELD_256); - } + public function decode($variable, $hints = null) + { + if (is_array($variable)) { + return $this->decodeImage($variable, $hints); + } elseif ($variable instanceof BitMatrix) { + return $this->decodeBits($variable, $hints); + } elseif ($variable instanceof BitMatrixParser) { + return $this->decodeParser($variable, $hints); + } + die('decode error Decoder.php'); + } - public function decode($variable, $hints = null) - { - if (is_array($variable)) { - return $this->decodeImage($variable, $hints); - } elseif ($variable instanceof BitMatrix) { - return $this->decodeBits($variable, $hints); - } elseif ($variable instanceof BitMatrixParser) { - return $this->decodeParser($variable, $hints); - } - die('decode error Decoder.php'); - } + /** + *

Convenience method that can decode a QR Code represented as a 2D array of booleans. + * "true" is taken to mean a black module.

+ * + * @param array $image booleans representing white/black QR Code modules + * @param decoding $hints hints that should be used to influence decoding + * + * @return text and bytes encoded within the QR Code + * @throws FormatException if the QR Code cannot be decoded + * @throws ChecksumException if error correction fails + */ + public function decodeImage($image, $hints = null) + { + $dimension = count($image); + $bits = new BitMatrix($dimension); + for ($i = 0; $i < $dimension; $i++) { + for ($j = 0; $j < $dimension; $j++) { + if ($image[$i][$j]) { + $bits->set($j, $i); + } + } + } - /** - *

Convenience method that can decode a QR Code represented as a 2D array of booleans. - * "true" is taken to mean a black module.

- * - * @param array $image booleans representing white/black QR Code modules - * @param hints decoding hints that should be used to influence decoding - * - * @return text and bytes encoded within the QR Code - * @throws FormatException if the QR Code cannot be decoded - * @throws ChecksumException if error correction fails - */ - public function decodeImage($image, $hints = null) - { - $dimension = count($image); - $bits = new BitMatrix($dimension); - for ($i = 0; $i < $dimension; $i++) { - for ($j = 0; $j < $dimension; $j++) { - if ($image[$i][$j]) { - $bits->set($j, $i); - } - } - } - - return $this->decode($bits, $hints); - } + return $this->decode($bits, $hints); + } - /** - *

Decodes a QR Code represented as a {@link BitMatrix}. A 1 or "true" is taken to mean a black module.

- * - * @param BitMatrix $bits booleans representing white/black QR Code modules - * @param hints decoding hints that should be used to influence decoding - * - * @return text and bytes encoded within the QR Code - * @throws FormatException if the QR Code cannot be decoded - * @throws ChecksumException if error correction fails - */ - public function decodeBits($bits, $hints = null) - { + /** + *

Decodes a QR Code represented as a {@link BitMatrix}. A 1 or "true" is taken to mean a black module.

+ * + * @param BitMatrix $bits booleans representing white/black QR Code modules + * @param decoding $hints hints that should be used to influence decoding + * + * @return text and bytes encoded within the QR Code + * @throws FormatException if the QR Code cannot be decoded + * @throws ChecksumException if error correction fails + */ + public function decodeBits($bits, $hints = null) + { // Construct a parser and read version, error-correction level - $parser = new BitMatrixParser($bits); - $fe = null; - $ce = null; - try { - return $this->decode($parser, $hints); - } catch (FormatException $e) { - $fe = $e; - } catch (ChecksumException $e) { - $ce = $e; - } + $parser = new BitMatrixParser($bits); + $fe = null; + $ce = null; + try { + return $this->decode($parser, $hints); + } catch (FormatException $e) { + $fe = $e; + } catch (ChecksumException $e) { + $ce = $e; + } - try { + try { - // Revert the bit matrix - $parser->remask(); + // Revert the bit matrix + $parser->remask(); - // Will be attempting a mirrored reading of the version and format info. - $parser->setMirror(true); + // Will be attempting a mirrored reading of the version and format info. + $parser->setMirror(true); - // Preemptively read the version. - $parser->readVersion(); + // Preemptively read the version. + $parser->readVersion(); - // Preemptively read the format information. - $parser->readFormatInformation(); + // Preemptively read the format information. + $parser->readFormatInformation(); - /* - * Since we're here, this means we have successfully detected some kind - * of version and format information when mirrored. This is a good sign, - * that the QR code may be mirrored, and we should try once more with a - * mirrored content. - */ - // Prepare for a mirrored reading. - $parser->mirror(); + /* + * Since we're here, this means we have successfully detected some kind + * of version and format information when mirrored. This is a good sign, + * that the QR code may be mirrored, and we should try once more with a + * mirrored content. + */ + // Prepare for a mirrored reading. + $parser->mirror(); - $result = $this->decode($parser, $hints); + $result = $this->decode($parser, $hints); - // Success! Notify the caller that the code was mirrored. - $result->setOther(new QRCodeDecoderMetaData(true)); + // Success! Notify the caller that the code was mirrored. + $result->setOther(new QRCodeDecoderMetaData(true)); - return $result; + return $result; + } catch (FormatException $e) {// catch (FormatException | ChecksumException e) { + // Throw the exception from the original reading + if ($fe != null) { + throw $fe; + } + if ($ce != null) { + throw $ce; + } + throw $e; + } + } - } catch (FormatException $e) {// catch (FormatException | ChecksumException e) { - // Throw the exception from the original reading - if ($fe != null) { - throw $fe; - } - if ($ce != null) { - throw $ce; - } - throw $e; + private function decodeParser($parser, $hints = null) + { + $version = $parser->readVersion(); + $ecLevel = $parser->readFormatInformation()->getErrorCorrectionLevel(); - } - } + // Read codewords + $codewords = $parser->readCodewords(); + // Separate into data blocks + $dataBlocks = DataBlock::getDataBlocks($codewords, $version, $ecLevel); - private function decodeParser($parser, $hints = null) - { - $version = $parser->readVersion(); - $ecLevel = $parser->readFormatInformation()->getErrorCorrectionLevel(); + // Count total number of data bytes + $totalBytes = 0; + foreach ($dataBlocks as $dataBlock) { + $totalBytes += $dataBlock->getNumDataCodewords(); + } + $resultBytes = fill_array(0, $totalBytes, 0); + $resultOffset = 0; -// Read codewords - $codewords = $parser->readCodewords(); -// Separate into data blocks - $dataBlocks = DataBlock::getDataBlocks($codewords, $version, $ecLevel); + // Error-correct and copy data blocks together into a stream of bytes + foreach ($dataBlocks as $dataBlock) { + $codewordBytes = $dataBlock->getCodewords(); + $numDataCodewords = $dataBlock->getNumDataCodewords(); + $this->correctErrors($codewordBytes, $numDataCodewords); + for ($i = 0; $i < $numDataCodewords; $i++) { + $resultBytes[$resultOffset++] = $codewordBytes[$i]; + } + } -// Count total number of data bytes - $totalBytes = 0; - foreach ($dataBlocks as $dataBlock) { - $totalBytes += $dataBlock->getNumDataCodewords(); - } - $resultBytes = fill_array(0, $totalBytes, 0); - $resultOffset = 0; + // Decode the contents of that stream of bytes + return DecodedBitStreamParser::decode($resultBytes, $version, $ecLevel, $hints); + } -// Error-correct and copy data blocks together into a stream of bytes - foreach ($dataBlocks as $dataBlock) { - $codewordBytes = $dataBlock->getCodewords(); - $numDataCodewords = $dataBlock->getNumDataCodewords(); - $this->correctErrors($codewordBytes, $numDataCodewords); - for ($i = 0; $i < $numDataCodewords; $i++) { - $resultBytes[$resultOffset++] = $codewordBytes[$i]; - } - } - -// Decode the contents of that stream of bytes - return DecodedBitStreamParser::decode($resultBytes, $version, $ecLevel, $hints); - } - - /** - *

Given data and error-correction codewords received, possibly corrupted by errors, attempts to - * correct the errors in-place using Reed-Solomon error correction.

- * - * @param codewordBytes data and error correction codewords - * @param numDataCodewords number of codewords that are data bytes - * - * @throws ChecksumException if error correction fails - */ - private function correctErrors(&$codewordBytes, $numDataCodewords) - { - $numCodewords = count($codewordBytes); -// First read into an array of ints - $codewordsInts = fill_array(0, $numCodewords, 0); - for ($i = 0; $i < $numCodewords; $i++) { - $codewordsInts[$i] = $codewordBytes[$i] & 0xFF; - } - $numECCodewords = count($codewordBytes) - $numDataCodewords; - try { - $this->rsDecoder->decode($codewordsInts, $numECCodewords); - } catch (ReedSolomonException $ignored) { - throw ChecksumException::getChecksumInstance(); - } -// Copy back into array of bytes -- only need to worry about the bytes that were data -// We don't care about errors in the error-correction codewords - for ($i = 0; $i < $numDataCodewords; $i++) { - $codewordBytes[$i] = $codewordsInts[$i]; - } - } + /** + *

Given data and error-correction codewords received, possibly corrupted by errors, attempts to + * correct the errors in-place using Reed-Solomon error correction.

+ * + * @param data $codewordBytes and error correction codewords + * @param number $numDataCodewords of codewords that are data bytes + * + * @throws ChecksumException if error correction fails + */ + private function correctErrors(&$codewordBytes, $numDataCodewords) + { + $numCodewords = is_countable($codewordBytes) ? count($codewordBytes) : 0; + // First read into an array of ints + $codewordsInts = fill_array(0, $numCodewords, 0); + for ($i = 0; $i < $numCodewords; $i++) { + $codewordsInts[$i] = $codewordBytes[$i] & 0xFF; + } + $numECCodewords = (is_countable($codewordBytes) ? count($codewordBytes) : 0) - $numDataCodewords; + try { + $this->rsDecoder->decode($codewordsInts, $numECCodewords); + } catch (ReedSolomonException) { + throw ChecksumException::getChecksumInstance(); + } + // Copy back into array of bytes -- only need to worry about the bytes that were data + // We don't care about errors in the error-correction codewords + for ($i = 0; $i < $numDataCodewords; $i++) { + $codewordBytes[$i] = $codewordsInts[$i]; + } + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/ErrorCorrectionLevel.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/ErrorCorrectionLevel.php index 38ae6a6..f2ccfca 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/ErrorCorrectionLevel.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/ErrorCorrectionLevel.php @@ -25,67 +25,66 @@ namespace Zxing\Qrcode\Decoder; */ class ErrorCorrectionLevel { - private static $FOR_BITS; - private $bits; - private $ordinal; + /** + * @var \Zxing\Qrcode\Decoder\ErrorCorrectionLevel[]|null + */ + private static ?array $FOR_BITS = null; - public function __construct($bits, $ordinal = 0) - { - $this->bits = $bits; - $this->ordinal = $ordinal; - } + public function __construct(private $bits, private $ordinal = 0) + { + } - public static function Init() - { - self::$FOR_BITS = [ + public static function Init(): void + { + self::$FOR_BITS = [ - new ErrorCorrectionLevel(0x00, 1), //M - new ErrorCorrectionLevel(0x01, 0), //L - new ErrorCorrectionLevel(0x02, 3), //H - new ErrorCorrectionLevel(0x03, 2), //Q + new ErrorCorrectionLevel(0x00, 1), //M + new ErrorCorrectionLevel(0x01, 0), //L + new ErrorCorrectionLevel(0x02, 3), //H + new ErrorCorrectionLevel(0x03, 2), //Q - ]; - } - /** L = ~7% correction */ - // self::$L = new ErrorCorrectionLevel(0x01); - /** M = ~15% correction */ - //self::$M = new ErrorCorrectionLevel(0x00); - /** Q = ~25% correction */ - //self::$Q = new ErrorCorrectionLevel(0x03); - /** H = ~30% correction */ - //self::$H = new ErrorCorrectionLevel(0x02); - /** - * @param bits int containing the two bits encoding a QR Code's error correction level - * - * @return ErrorCorrectionLevel representing the encoded error correction level - */ - public static function forBits($bits) - { - if ($bits < 0 || $bits >= count(self::$FOR_BITS)) { - throw new \InvalidArgumentException(); - } - $level = self::$FOR_BITS[$bits]; + ]; + } + /** L = ~7% correction */ + // self::$L = new ErrorCorrectionLevel(0x01); + /** M = ~15% correction */ + //self::$M = new ErrorCorrectionLevel(0x00); + /** Q = ~25% correction */ + //self::$Q = new ErrorCorrectionLevel(0x03); + /** H = ~30% correction */ + //self::$H = new ErrorCorrectionLevel(0x02); + /** + * @param int $bits containing the two bits encoding a QR Code's error correction level + * + * @return ErrorCorrectionLevel representing the encoded error correction level + */ + public static function forBits($bits) + { + if ($bits < 0 || $bits >= (is_countable(self::$FOR_BITS) ? count(self::$FOR_BITS) : 0)) { + throw new \InvalidArgumentException(); + } + $level = self::$FOR_BITS[$bits]; - // $lev = self::$$bit; - return $level; - } + // $lev = self::$$bit; + return $level; + } - public function getBits() - { - return $this->bits; - } + public function getBits() + { + return $this->bits; + } - public function toString() - { - return $this->bits; - } + public function toString() + { + return $this->bits; + } - public function getOrdinal() - { - return $this->ordinal; - } + public function getOrdinal() + { + return $this->ordinal; + } } ErrorCorrectionLevel::Init(); diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/FormatInformation.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/FormatInformation.php index fedcb63..fcee43c 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/FormatInformation.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/FormatInformation.php @@ -27,164 +27,167 @@ namespace Zxing\Qrcode\Decoder; */ final class FormatInformation { - public static $FORMAT_INFO_MASK_QR; + public static $FORMAT_INFO_MASK_QR; - /** - * See ISO 18004:2006, Annex C, Table C.1 - */ - public static $FORMAT_INFO_DECODE_LOOKUP; - /** - * Offset i holds the number of 1 bits in the binary representation of i - */ - private static $BITS_SET_IN_HALF_BYTE; + /** + * See ISO 18004:2006, Annex C, Table C.1 + */ + public static $FORMAT_INFO_DECODE_LOOKUP; + /** + * Offset i holds the number of 1 bits in the binary representation of i + * @var int[]|null + */ + private static ?array $BITS_SET_IN_HALF_BYTE = null; - private $errorCorrectionLevel; - private $dataMask; + private readonly \Zxing\Qrcode\Decoder\ErrorCorrectionLevel $errorCorrectionLevel; + private readonly int $dataMask; - private function __construct($formatInfo) - { - // Bits 3,4 - $this->errorCorrectionLevel = ErrorCorrectionLevel::forBits(($formatInfo >> 3) & 0x03); - // Bottom 3 bits - $this->dataMask = ($formatInfo & 0x07);//(byte) - } + private function __construct($formatInfo) + { + // Bits 3,4 + $this->errorCorrectionLevel = ErrorCorrectionLevel::forBits(($formatInfo >> 3) & 0x03); + // Bottom 3 bits + $this->dataMask = ($formatInfo & 0x07);//(byte) + } - public static function Init() - { - self::$FORMAT_INFO_MASK_QR = 0x5412; - self::$BITS_SET_IN_HALF_BYTE = [0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4]; - self::$FORMAT_INFO_DECODE_LOOKUP = [ - [0x5412, 0x00], - [0x5125, 0x01], - [0x5E7C, 0x02], - [0x5B4B, 0x03], - [0x45F9, 0x04], - [0x40CE, 0x05], - [0x4F97, 0x06], - [0x4AA0, 0x07], - [0x77C4, 0x08], - [0x72F3, 0x09], - [0x7DAA, 0x0A], - [0x789D, 0x0B], - [0x662F, 0x0C], - [0x6318, 0x0D], - [0x6C41, 0x0E], - [0x6976, 0x0F], - [0x1689, 0x10], - [0x13BE, 0x11], - [0x1CE7, 0x12], - [0x19D0, 0x13], - [0x0762, 0x14], - [0x0255, 0x15], - [0x0D0C, 0x16], - [0x083B, 0x17], - [0x355F, 0x18], - [0x3068, 0x19], - [0x3F31, 0x1A], - [0x3A06, 0x1B], - [0x24B4, 0x1C], - [0x2183, 0x1D], - [0x2EDA, 0x1E], - [0x2BED, 0x1F], - ]; - } + public static function Init(): void + { + self::$FORMAT_INFO_MASK_QR = 0x5412; + self::$BITS_SET_IN_HALF_BYTE = [0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4]; + self::$FORMAT_INFO_DECODE_LOOKUP = [ + [0x5412, 0x00], + [0x5125, 0x01], + [0x5E7C, 0x02], + [0x5B4B, 0x03], + [0x45F9, 0x04], + [0x40CE, 0x05], + [0x4F97, 0x06], + [0x4AA0, 0x07], + [0x77C4, 0x08], + [0x72F3, 0x09], + [0x7DAA, 0x0A], + [0x789D, 0x0B], + [0x662F, 0x0C], + [0x6318, 0x0D], + [0x6C41, 0x0E], + [0x6976, 0x0F], + [0x1689, 0x10], + [0x13BE, 0x11], + [0x1CE7, 0x12], + [0x19D0, 0x13], + [0x0762, 0x14], + [0x0255, 0x15], + [0x0D0C, 0x16], + [0x083B, 0x17], + [0x355F, 0x18], + [0x3068, 0x19], + [0x3F31, 0x1A], + [0x3A06, 0x1B], + [0x24B4, 0x1C], + [0x2183, 0x1D], + [0x2EDA, 0x1E], + [0x2BED, 0x1F], + ]; + } - /** - * @param maskedFormatInfo1 ; format info indicator, with mask still applied - * @param maskedFormatInfo2 ; second copy of same info; both are checked at the same time - * to establish best match - * - * @return information about the format it specifies, or {@code null} - * if doesn't seem to match any known pattern - */ - public static function decodeFormatInformation($maskedFormatInfo1, $maskedFormatInfo2) - { - $formatInfo = self::doDecodeFormatInformation($maskedFormatInfo1, $maskedFormatInfo2); - if ($formatInfo != null) { - return $formatInfo; - } - // Should return null, but, some QR codes apparently - // do not mask this info. Try again by actually masking the pattern - // first - return self::doDecodeFormatInformation($maskedFormatInfo1 ^ self::$FORMAT_INFO_MASK_QR, - $maskedFormatInfo2 ^ self::$FORMAT_INFO_MASK_QR); - } + /** + * @param $maskedFormatInfo1 ; format info indicator, with mask still applied + * @param $maskedFormatInfo2 ; second copy of same info; both are checked at the same time + * to establish best match + * + * @return information about the format it specifies, or {@code null} + * if doesn't seem to match any known pattern + */ + public static function decodeFormatInformation($maskedFormatInfo1, $maskedFormatInfo2) + { + $formatInfo = self::doDecodeFormatInformation($maskedFormatInfo1, $maskedFormatInfo2); + if ($formatInfo != null) { + return $formatInfo; + } + // Should return null, but, some QR codes apparently + // do not mask this info. Try again by actually masking the pattern + // first + return self::doDecodeFormatInformation( + $maskedFormatInfo1 ^ self::$FORMAT_INFO_MASK_QR, + $maskedFormatInfo2 ^ self::$FORMAT_INFO_MASK_QR + ); + } - private static function doDecodeFormatInformation($maskedFormatInfo1, $maskedFormatInfo2) - { - // Find the int in FORMAT_INFO_DECODE_LOOKUP with fewest bits differing - $bestDifference = PHP_INT_MAX; - $bestFormatInfo = 0; - foreach (self::$FORMAT_INFO_DECODE_LOOKUP as $decodeInfo) { - $targetInfo = $decodeInfo[0]; - if ($targetInfo == $maskedFormatInfo1 || $targetInfo == $maskedFormatInfo2) { - // Found an exact match - return new FormatInformation($decodeInfo[1]); - } - $bitsDifference = self::numBitsDiffering($maskedFormatInfo1, $targetInfo); - if ($bitsDifference < $bestDifference) { - $bestFormatInfo = $decodeInfo[1]; - $bestDifference = $bitsDifference; - } - if ($maskedFormatInfo1 != $maskedFormatInfo2) { - // also try the other option - $bitsDifference = self::numBitsDiffering($maskedFormatInfo2, $targetInfo); - if ($bitsDifference < $bestDifference) { - $bestFormatInfo = $decodeInfo[1]; - $bestDifference = $bitsDifference; - } - } - } - // Hamming distance of the 32 masked codes is 7, by construction, so <= 3 bits - // differing means we found a match - if ($bestDifference <= 3) { - return new FormatInformation($bestFormatInfo); - } + private static function doDecodeFormatInformation($maskedFormatInfo1, $maskedFormatInfo2) + { + // Find the int in FORMAT_INFO_DECODE_LOOKUP with fewest bits differing + $bestDifference = PHP_INT_MAX; + $bestFormatInfo = 0; + foreach (self::$FORMAT_INFO_DECODE_LOOKUP as $decodeInfo) { + $targetInfo = $decodeInfo[0]; + if ($targetInfo == $maskedFormatInfo1 || $targetInfo == $maskedFormatInfo2) { + // Found an exact match + return new FormatInformation($decodeInfo[1]); + } + $bitsDifference = self::numBitsDiffering($maskedFormatInfo1, $targetInfo); + if ($bitsDifference < $bestDifference) { + $bestFormatInfo = $decodeInfo[1]; + $bestDifference = $bitsDifference; + } + if ($maskedFormatInfo1 != $maskedFormatInfo2) { + // also try the other option + $bitsDifference = self::numBitsDiffering($maskedFormatInfo2, $targetInfo); + if ($bitsDifference < $bestDifference) { + $bestFormatInfo = $decodeInfo[1]; + $bestDifference = $bitsDifference; + } + } + } + // Hamming distance of the 32 masked codes is 7, by construction, so <= 3 bits + // differing means we found a match + if ($bestDifference <= 3) { + return new FormatInformation($bestFormatInfo); + } - return null; - } + return null; + } - public static function numBitsDiffering($a, $b) - { - $a ^= $b; // a now has a 1 bit exactly where its bit differs with b's - // Count bits set quickly with a series of lookups: - return self::$BITS_SET_IN_HALF_BYTE[$a & 0x0F] + - self::$BITS_SET_IN_HALF_BYTE[(int)(uRShift($a, 4) & 0x0F)] + - self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 8) & 0x0F)] + - self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 12) & 0x0F)] + - self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 16) & 0x0F)] + - self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 20) & 0x0F)] + - self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 24) & 0x0F)] + - self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 28) & 0x0F)]; - } + public static function numBitsDiffering($a, $b) + { + $a ^= $b; // a now has a 1 bit exactly where its bit differs with b's + // Count bits set quickly with a series of lookups: + return self::$BITS_SET_IN_HALF_BYTE[$a & 0x0F] + + self::$BITS_SET_IN_HALF_BYTE[(int)(uRShift($a, 4) & 0x0F)] + + self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 8) & 0x0F)] + + self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 12) & 0x0F)] + + self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 16) & 0x0F)] + + self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 20) & 0x0F)] + + self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 24) & 0x0F)] + + self::$BITS_SET_IN_HALF_BYTE[(uRShift($a, 28) & 0x0F)]; + } - public function getErrorCorrectionLevel() - { - return $this->errorCorrectionLevel; - } + public function getErrorCorrectionLevel() + { + return $this->errorCorrectionLevel; + } - public function getDataMask() - { - return $this->dataMask; - } + public function getDataMask() + { + return $this->dataMask; + } - //@Override - public function hashCode() - { - return ($this->errorCorrectionLevel->ordinal() << 3) | (int)($this->dataMask); - } + //@Override + public function hashCode() + { + return ($this->errorCorrectionLevel->ordinal() << 3) | (int)($this->dataMask); + } - //@Override - public function equals($o) - { - if (!($o instanceof FormatInformation)) { - return false; - } - $other = $o; + //@Override + public function equals($o) + { + if (!($o instanceof FormatInformation)) { + return false; + } + $other = $o; - return $this->errorCorrectionLevel == $other->errorCorrectionLevel && - $this->dataMask == $other->dataMask; - } + return $this->errorCorrectionLevel == $other->errorCorrectionLevel && + $this->dataMask == $other->dataMask; + } } FormatInformation::Init(); diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Mode.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Mode.php index 5458b74..165a5c0 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Mode.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Mode.php @@ -25,104 +25,84 @@ namespace Zxing\Qrcode\Decoder; */ class Mode { - public static $TERMINATOR; - public static $NUMERIC; - public static $ALPHANUMERIC; - public static $STRUCTURED_APPEND; - public static $BYTE; - public static $ECI; - public static $KANJI; - public static $FNC1_FIRST_POSITION; - public static $FNC1_SECOND_POSITION; - public static $HANZI; + public static $TERMINATOR; + public static $NUMERIC; + public static $ALPHANUMERIC; + public static $STRUCTURED_APPEND; + public static $BYTE; + public static $ECI; + public static $KANJI; + public static $FNC1_FIRST_POSITION; + public static $FNC1_SECOND_POSITION; + public static $HANZI; - private $characterCountBitsForVersions; - private $bits; + public function __construct(private $characterCountBitsForVersions, private $bits) + { + } - public function __construct($characterCountBitsForVersions, $bits) - { - $this->characterCountBitsForVersions = $characterCountBitsForVersions; - $this->bits = $bits; - } + public static function Init(): void + { + self::$TERMINATOR = new Mode([0, 0, 0], 0x00); // Not really a mode... + self::$NUMERIC = new Mode([10, 12, 14], 0x01); + self::$ALPHANUMERIC = new Mode([9, 11, 13], 0x02); + self::$STRUCTURED_APPEND = new Mode([0, 0, 0], 0x03); // Not supported + self::$BYTE = new Mode([8, 16, 16], 0x04); + self::$ECI = new Mode([0, 0, 0], 0x07); // character counts don't apply + self::$KANJI = new Mode([8, 10, 12], 0x08); + self::$FNC1_FIRST_POSITION = new Mode([0, 0, 0], 0x05); + self::$FNC1_SECOND_POSITION = new Mode([0, 0, 0], 0x09); + /** See GBT 18284-2000; "Hanzi" is a transliteration of this mode name. */ + self::$HANZI = new Mode([8, 10, 12], 0x0D); + } - public static function Init() - { + /** + * @param four $bits bits encoding a QR Code data mode + * + * @return Mode encoded by these bits + * @throws InvalidArgumentException if bits do not correspond to a known mode + */ + public static function forBits($bits) + { + return match ($bits) { + 0x0 => self::$TERMINATOR, + 0x1 => self::$NUMERIC, + 0x2 => self::$ALPHANUMERIC, + 0x3 => self::$STRUCTURED_APPEND, + 0x4 => self::$BYTE, + 0x5 => self::$FNC1_FIRST_POSITION, + 0x7 => self::$ECI, + 0x8 => self::$KANJI, + 0x9 => self::$FNC1_SECOND_POSITION, + 0xD => self::$HANZI, + default => throw new \InvalidArgumentException(), + }; + } + /** + * @param version $version in question + * + * @return number of bits used, in this QR Code symbol {@link Version}, to encode the + * count of characters that will follow encoded in this Mode + */ + public function getCharacterCountBits($version) + { + $number = $version->getVersionNumber(); + $offset = 0; + if ($number <= 9) { + $offset = 0; + } elseif ($number <= 26) { + $offset = 1; + } else { + $offset = 2; + } - self::$TERMINATOR = new Mode([0, 0, 0], 0x00); // Not really a mode... - self::$NUMERIC = new Mode([10, 12, 14], 0x01); - self::$ALPHANUMERIC = new Mode([9, 11, 13], 0x02); - self::$STRUCTURED_APPEND = new Mode([0, 0, 0], 0x03); // Not supported - self::$BYTE = new Mode([8, 16, 16], 0x04); - self::$ECI = new Mode([0, 0, 0], 0x07); // character counts don't apply - self::$KANJI = new Mode([8, 10, 12], 0x08); - self::$FNC1_FIRST_POSITION = new Mode([0, 0, 0], 0x05); - self::$FNC1_SECOND_POSITION = new Mode([0, 0, 0], 0x09); - /** See GBT 18284-2000; "Hanzi" is a transliteration of this mode name. */ - self::$HANZI = new Mode([8, 10, 12], 0x0D); - } - - /** - * @param bits four bits encoding a QR Code data mode - * - * @return Mode encoded by these bits - * @throws InvalidArgumentException if bits do not correspond to a known mode - */ - public static function forBits($bits) - { - switch ($bits) { - case 0x0: - return self::$TERMINATOR; - case 0x1: - return self::$NUMERIC; - case 0x2: - return self::$ALPHANUMERIC; - case 0x3: - return self::$STRUCTURED_APPEND; - case 0x4: - return self::$BYTE; - case 0x5: - return self::$FNC1_FIRST_POSITION; - case 0x7: - return self::$ECI; - case 0x8: - return self::$KANJI; - case 0x9: - return self::$FNC1_SECOND_POSITION; - case 0xD: - // 0xD is defined in GBT 18284-2000, may not be supported in foreign country - return self::$HANZI; - default: - throw new \InvalidArgumentException(); - } - } - - /** - * @param version version in question - * - * @return number of bits used, in this QR Code symbol {@link Version}, to encode the - * count of characters that will follow encoded in this Mode - */ - public function getCharacterCountBits($version) - { - $number = $version->getVersionNumber(); - $offset = 0; - if ($number <= 9) { - $offset = 0; - } else if ($number <= 26) { - $offset = 1; - } else { - $offset = 2; - } - - return $this->characterCountBitsForVersions[$offset]; - } - - public function getBits() - { - return $this->bits; - } + return $this->characterCountBitsForVersions[$offset]; + } + public function getBits() + { + return $this->bits; + } } Mode::Init(); diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/QRCodeDecoderMetaData.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/QRCodeDecoderMetaData.php index 1debe2c..ecc6421 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/QRCodeDecoderMetaData.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/QRCodeDecoderMetaData.php @@ -4,20 +4,16 @@ namespace Zxing\Qrcode\Decoder; class QRCodeDecoderMetaData { - /** @var bool */ - private $mirrored; + /** + * QRCodeDecoderMetaData constructor. + * @param bool $mirrored + */ + public function __construct(private $mirrored) + { + } - /** - * QRCodeDecoderMetaData constructor. - * @param bool $mirrored - */ - public function __construct($mirrored) - { - $this->mirrored = $mirrored; - } - - public function isMirrored() - { - return $this->mirrored; - } + public function isMirrored() + { + return $this->mirrored; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Version.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Version.php index 0f45da4..be5f8ce 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Version.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Decoder/Version.php @@ -17,8 +17,8 @@ namespace Zxing\Qrcode\Decoder; -use Zxing\FormatException; use Zxing\Common\BitMatrix; +use Zxing\FormatException; /** * See ISO 18004:2006 Annex D @@ -27,514 +27,624 @@ use Zxing\Common\BitMatrix; */ class Version { + /** + * See ISO 18004:2006 Annex D. + * Element i represents the raw version bits that specify version i + 7 + */ + private static array $VERSION_DECODE_INFO = [ + 0x07C94, 0x085BC, 0x09A99, 0x0A4D3, 0x0BBF6, + 0x0C762, 0x0D847, 0x0E60D, 0x0F928, 0x10B78, + 0x1145D, 0x12A17, 0x13532, 0x149A6, 0x15683, + 0x168C9, 0x177EC, 0x18EC4, 0x191E1, 0x1AFAB, + 0x1B08E, 0x1CC1A, 0x1D33F, 0x1ED75, 0x1F250, + 0x209D5, 0x216F0, 0x228BA, 0x2379F, 0x24B0B, + 0x2542E, 0x26A64, 0x27541, 0x28C69 + ]; - /** - * See ISO 18004:2006 Annex D. - * Element i represents the raw version bits that specify version i + 7 - */ - private static $VERSION_DECODE_INFO = array( - 0x07C94, 0x085BC, 0x09A99, 0x0A4D3, 0x0BBF6, - 0x0C762, 0x0D847, 0x0E60D, 0x0F928, 0x10B78, - 0x1145D, 0x12A17, 0x13532, 0x149A6, 0x15683, - 0x168C9, 0x177EC, 0x18EC4, 0x191E1, 0x1AFAB, - 0x1B08E, 0x1CC1A, 0x1D33F, 0x1ED75, 0x1F250, - 0x209D5, 0x216F0, 0x228BA, 0x2379F, 0x24B0B, - 0x2542E, 0x26A64, 0x27541, 0x28C69 - ); + /** + * @var mixed|null + */ + private static $VERSIONS; + private readonly float|int $totalCodewords; - private static $VERSIONS; - private $versionNumber; - private $alignmentPatternCenters; - private $ecBlocks; - private $totalCodewords; + public function __construct( + private $versionNumber, + private $alignmentPatternCenters, + private $ecBlocks + ) + {$total = 0; + if (is_array($ecBlocks)) { + $ecCodewords = $ecBlocks[0]->getECCodewordsPerBlock(); + $ecbArray = $ecBlocks[0]->getECBlocks(); + } else { + $ecCodewords = $ecBlocks->getECCodewordsPerBlock(); + $ecbArray = $ecBlocks->getECBlocks(); + } + foreach ($ecbArray as $ecBlock) { + $total += $ecBlock->getCount() * ($ecBlock->getDataCodewords() + $ecCodewords); + } + $this->totalCodewords = $total; + } + public function getVersionNumber() + { + return $this->versionNumber; + } - public function __construct($versionNumber, - $alignmentPatternCenters, - $ecBlocks) - {//ECBlocks... ecBlocks + public function getAlignmentPatternCenters() + { + return $this->alignmentPatternCenters; + } + public function getTotalCodewords() + { + return $this->totalCodewords; + } + public function getDimensionForVersion() + { + return 17 + 4 * $this->versionNumber; + } - $this->versionNumber = $versionNumber; - $this->alignmentPatternCenters = $alignmentPatternCenters; - $this->ecBlocks = $ecBlocks; - $total = 0; - if(is_array($ecBlocks)) { - $ecCodewords = $ecBlocks[0]->getECCodewordsPerBlock(); - $ecbArray = $ecBlocks[0]->getECBlocks(); - }else{ - $ecCodewords = $ecBlocks->getECCodewordsPerBlock(); - $ecbArray = $ecBlocks->getECBlocks(); - } - foreach ($ecbArray as $ecBlock) { - $total += $ecBlock->getCount() * ($ecBlock->getDataCodewords() + $ecCodewords); - } - $this->totalCodewords = $total; - } - public function getVersionNumber() - { - return $this->versionNumber; - } + public function getECBlocksForLevel($ecLevel) + { + return $this->ecBlocks[$ecLevel->getOrdinal()]; + } - public function getAlignmentPatternCenters() - { - return $this->alignmentPatternCenters; - } + /** + *

Deduces version information purely from QR Code dimensions.

+ * + * @param dimension $dimension in modules + * @return Version for a QR Code of that dimension + * @throws FormatException if dimension is not 1 mod 4 + */ + public static function getProvisionalVersionForDimension($dimension) + { + if ($dimension % 4 != 1) { + throw FormatException::getFormatInstance(); + } + try { + return self::getVersionForNumber(($dimension - 17) / 4); + } catch (\InvalidArgumentException) { + throw FormatException::getFormatInstance(); + } + } - public function getTotalCodewords() - { - return $this->totalCodewords; - } + public static function getVersionForNumber($versionNumber) + { + if ($versionNumber < 1 || $versionNumber > 40) { + throw new \InvalidArgumentException(); + } + if (!self::$VERSIONS) { + self::$VERSIONS = self::buildVersions(); + } + return self::$VERSIONS[$versionNumber - 1]; + } - public function getDimensionForVersion() - { - return 17 + 4 * $this->versionNumber; - } + public static function decodeVersionInformation($versionBits) + { + $bestDifference = PHP_INT_MAX; + $bestVersion = 0; + for ($i = 0; $i < count(self::$VERSION_DECODE_INFO); $i++) { + $targetVersion = self::$VERSION_DECODE_INFO[$i]; + // Do the version info bits match exactly? done. + if ($targetVersion == $versionBits) { + return self::getVersionForNumber($i + 7); + } + // Otherwise see if this is the closest to a real version info bit string + // we have seen so far + $bitsDifference = FormatInformation::numBitsDiffering($versionBits, $targetVersion); + if ($bitsDifference < $bestDifference) { + $bestVersion = $i + 7; + $bestDifference = $bitsDifference; + } + } + // We can tolerate up to 3 bits of error since no two version info codewords will + // differ in less than 8 bits. + if ($bestDifference <= 3) { + return self::getVersionForNumber($bestVersion); + } + // If we didn't find a close enough match, fail + return null; + } - public function getECBlocksForLevel($ecLevel) - { - return $this->ecBlocks[$ecLevel->getOrdinal()]; - } + /** + * See ISO 18004:2006 Annex E + */ + public function buildFunctionPattern() + { + $dimension = self::getDimensionForVersion(); + $bitMatrix = new BitMatrix($dimension); - /** - *

Deduces version information purely from QR Code dimensions.

- * - * @param dimension dimension in modules - * @return Version for a QR Code of that dimension - * @throws FormatException if dimension is not 1 mod 4 - */ - public static function getProvisionalVersionForDimension($dimension) - { - if ($dimension % 4 != 1) { - throw FormatException::getFormatInstance(); - } - try { - return self::getVersionForNumber(($dimension - 17) / 4); - } catch (\InvalidArgumentException $ignored) { - throw FormatException::getFormatInstance(); - } - } + // Top left finder pattern + separator + format + $bitMatrix->setRegion(0, 0, 9, 9); + // Top right finder pattern + separator + format + $bitMatrix->setRegion($dimension - 8, 0, 8, 9); + // Bottom left finder pattern + separator + format + $bitMatrix->setRegion(0, $dimension - 8, 9, 8); - public static function getVersionForNumber($versionNumber) - { - if ($versionNumber < 1 || $versionNumber > 40) { - throw new \InvalidArgumentException(); - } - if(!self::$VERSIONS){ + // Alignment patterns + $max = is_countable($this->alignmentPatternCenters) ? count($this->alignmentPatternCenters) : 0; + for ($x = 0; $x < $max; $x++) { + $i = $this->alignmentPatternCenters[$x] - 2; + for ($y = 0; $y < $max; $y++) { + if (($x == 0 && ($y == 0 || $y == $max - 1)) || ($x == $max - 1 && $y == 0)) { + // No alignment patterns near the three finder paterns + continue; + } + $bitMatrix->setRegion($this->alignmentPatternCenters[$y] - 2, $i, 5, 5); + } + } - self::$VERSIONS = self::buildVersions(); + // Vertical timing pattern + $bitMatrix->setRegion(6, 9, 1, $dimension - 17); + // Horizontal timing pattern + $bitMatrix->setRegion(9, 6, $dimension - 17, 1); - } - return self::$VERSIONS[$versionNumber - 1]; - } + if ($this->versionNumber > 6) { + // Version info, top right + $bitMatrix->setRegion($dimension - 11, 0, 3, 6); + // Version info, bottom left + $bitMatrix->setRegion(0, $dimension - 11, 6, 3); + } - static function decodeVersionInformation($versionBits) - { - $bestDifference = PHP_INT_MAX; - $bestVersion = 0; - for ($i = 0; $i < count(self::$VERSION_DECODE_INFO); $i++) { - $targetVersion = self::$VERSION_DECODE_INFO[$i]; -// Do the version info bits match exactly? done. - if ($targetVersion == $versionBits) { - return self::getVersionForNumber($i + 7); - } -// Otherwise see if this is the closest to a real version info bit string -// we have seen so far - $bitsDifference = FormatInformation::numBitsDiffering($versionBits, $targetVersion); - if ($bitsDifference < $bestDifference) { - $bestVersion = $i + 7; - $bestDifference = $bitsDifference; - } - } -// We can tolerate up to 3 bits of error since no two version info codewords will -// differ in less than 8 bits. - if ($bestDifference <= 3) { - return self::getVersionForNumber($bestVersion); - } -// If we didn't find a close enough match, fail - return null; - } - - /** - * See ISO 18004:2006 Annex E - */ - function buildFunctionPattern() - { - $dimension = self::getDimensionForVersion(); - $bitMatrix = new BitMatrix($dimension); - -// Top left finder pattern + separator + format - $bitMatrix->setRegion(0, 0, 9, 9); -// Top right finder pattern + separator + format - $bitMatrix->setRegion($dimension - 8, 0, 8, 9); -// Bottom left finder pattern + separator + format - $bitMatrix->setRegion(0, $dimension - 8, 9, 8); - -// Alignment patterns - $max = count($this->alignmentPatternCenters); - for ($x = 0; $x < $max; $x++) { - $i = $this->alignmentPatternCenters[$x] - 2; - for ($y = 0; $y < $max; $y++) { - if (($x == 0 && ($y == 0 || $y == $max - 1)) || ($x == $max - 1 && $y == 0)) { -// No alignment patterns near the three finder paterns - continue; - } - $bitMatrix->setRegion($this->alignmentPatternCenters[$y] - 2, $i, 5, 5); - } - } - -// Vertical timing pattern - $bitMatrix->setRegion(6, 9, 1, $dimension - 17); -// Horizontal timing pattern - $bitMatrix->setRegion(9, 6, $dimension - 17, 1); - - if ($this->versionNumber > 6) { -// Version info, top right - $bitMatrix->setRegion($dimension - 11, 0, 3, 6); -// Version info, bottom left - $bitMatrix->setRegion(0, $dimension - 11, 6, 3); - } - - return $bitMatrix; - } - /** - * See ISO 18004:2006 6.5.1 Table 9 - */ - private static function buildVersions() - { - - - return array( - new Version(1, array(), - array(new ECBlocks(7, array(new ECB(1, 19))), - new ECBlocks(10, array(new ECB(1, 16))), - new ECBlocks(13, array(new ECB(1, 13))), - new ECBlocks(17, array(new ECB(1, 9))))), - new Version(2, array(6, 18), - array(new ECBlocks(10, array(new ECB(1, 34))), - new ECBlocks(16, array(new ECB(1, 28))), - new ECBlocks(22, array(new ECB(1, 22))), - new ECBlocks(28, array(new ECB(1, 16))))), - new Version(3, array(6, 22), - array( new ECBlocks(15, array(new ECB(1, 55))), - new ECBlocks(26, array(new ECB(1, 44))), - new ECBlocks(18, array(new ECB(2, 17))), - new ECBlocks(22, array(new ECB(2, 13))))), - new Version(4, array(6, 26), - array(new ECBlocks(20, array(new ECB(1, 80))), - new ECBlocks(18, array(new ECB(2, 32))), - new ECBlocks(26, array(new ECB(2, 24))), - new ECBlocks(16, array(new ECB(4, 9))))), - new Version(5, array(6, 30), - array(new ECBlocks(26, array(new ECB(1, 108))), - new ECBlocks(24, array(new ECB(2, 43))), - new ECBlocks(18, array(new ECB(2, 15), - new ECB(2, 16))), - new ECBlocks(22, array(new ECB(2, 11), - new ECB(2, 12))))), - new Version(6, array(6, 34), - array(new ECBlocks(18, array(new ECB(2, 68))), - new ECBlocks(16, array(new ECB(4, 27))), - new ECBlocks(24, array(new ECB(4, 19))), - new ECBlocks(28, array(new ECB(4, 15))))), - new Version(7, array(6, 22, 38), - array(new ECBlocks(20, array(new ECB(2, 78))), - new ECBlocks(18, array(new ECB(4, 31))), - new ECBlocks(18, array(new ECB(2, 14), - new ECB(4, 15))), - new ECBlocks(26, array(new ECB(4, 13), - new ECB(1, 14))))), - new Version(8, array(6, 24, 42), - array(new ECBlocks(24, array(new ECB(2, 97))), - new ECBlocks(22, array(new ECB(2, 38), - new ECB(2, 39))), - new ECBlocks(22, array(new ECB(4, 18), - new ECB(2, 19))), - new ECBlocks(26, array(new ECB(4, 14), - new ECB(2, 15))))), - new Version(9, array(6, 26, 46), - array(new ECBlocks(30, array(new ECB(2, 116))), - new ECBlocks(22, array(new ECB(3, 36), - new ECB(2, 37))), - new ECBlocks(20, array(new ECB(4, 16), - new ECB(4, 17))), - new ECBlocks(24, array(new ECB(4, 12), - new ECB(4, 13))))), - new Version(10, array(6, 28, 50), - array(new ECBlocks(18, array(new ECB(2, 68), - new ECB(2, 69))), - new ECBlocks(26, array(new ECB(4, 43), - new ECB(1, 44))), - new ECBlocks(24, array(new ECB(6, 19), - new ECB(2, 20))), - new ECBlocks(28, array(new ECB(6, 15), - new ECB(2, 16))))), - new Version(11, array(6, 30, 54), - array(new ECBlocks(20, array(new ECB(4, 81))), - new ECBlocks(30, array(new ECB(1, 50), - new ECB(4, 51))), - new ECBlocks(28, array(new ECB(4, 22), - new ECB(4, 23))), - new ECBlocks(24, array(new ECB(3, 12), - new ECB(8, 13))))), - new Version(12, array(6, 32, 58), - array(new ECBlocks(24, array(new ECB(2, 92), - new ECB(2, 93))), - new ECBlocks(22, array(new ECB(6, 36), - new ECB(2, 37))), - new ECBlocks(26, array(new ECB(4, 20), - new ECB(6, 21))), - new ECBlocks(28, array(new ECB(7, 14), - new ECB(4, 15))))), - new Version(13, array(6, 34, 62), - array(new ECBlocks(26, array(new ECB(4, 107))), - new ECBlocks(22, array(new ECB(8, 37), - new ECB(1, 38))), - new ECBlocks(24, array(new ECB(8, 20), - new ECB(4, 21))), - new ECBlocks(22, array(new ECB(12, 11), - new ECB(4, 12))))), - new Version(14, array(6, 26, 46, 66), - array(new ECBlocks(30, array(new ECB(3, 115), - new ECB(1, 116))), - new ECBlocks(24, array(new ECB(4, 40), - new ECB(5, 41))), - new ECBlocks(20, array(new ECB(11, 16), - new ECB(5, 17))), - new ECBlocks(24, array(new ECB(11, 12), - new ECB(5, 13))))), - new Version(15, array(6, 26, 48, 70), - array(new ECBlocks(22, array(new ECB(5, 87), - new ECB(1, 88))), - new ECBlocks(24, array(new ECB(5, 41), - new ECB(5, 42))), - new ECBlocks(30, array(new ECB(5, 24), - new ECB(7, 25))), - new ECBlocks(24, array(new ECB(11, 12), - new ECB(7, 13))))), - new Version(16, array(6, 26, 50, 74), - array(new ECBlocks(24, array(new ECB(5, 98), - new ECB(1, 99))), - new ECBlocks(28, array(new ECB(7, 45), - new ECB(3, 46))), - new ECBlocks(24, array(new ECB(15, 19), - new ECB(2, 20))), - new ECBlocks(30, array(new ECB(3, 15), - new ECB(13, 16))))), - new Version(17, array(6, 30, 54, 78), - array(new ECBlocks(28, array(new ECB(1, 107), - new ECB(5, 108))), - new ECBlocks(28, array(new ECB(10, 46), - new ECB(1, 47))), - new ECBlocks(28, array(new ECB(1, 22), - new ECB(15, 23))), - new ECBlocks(28, array(new ECB(2, 14), - new ECB(17, 15))))), - new Version(18, array(6, 30, 56, 82), - array(new ECBlocks(30, array(new ECB(5, 120), - new ECB(1, 121))), - new ECBlocks(26, array(new ECB(9, 43), - new ECB(4, 44))), - new ECBlocks(28, array(new ECB(17, 22), - new ECB(1, 23))), - new ECBlocks(28, array(new ECB(2, 14), - new ECB(19, 15))))), - new Version(19, array(6, 30, 58, 86), - array(new ECBlocks(28, array(new ECB(3, 113), - new ECB(4, 114))), - new ECBlocks(26, array(new ECB(3, 44), - new ECB(11, 45))), - new ECBlocks(26, array(new ECB(17, 21), - new ECB(4, 22))), - new ECBlocks(26, array(new ECB(9, 13), - new ECB(16, 14))))), - new Version(20, array(6, 34, 62, 90), - array(new ECBlocks(28, array(new ECB(3, 107), - new ECB(5, 108))), - new ECBlocks(26, array(new ECB(3, 41), - new ECB(13, 42))), - new ECBlocks(30, array(new ECB(15, 24), - new ECB(5, 25))), - new ECBlocks(28, array(new ECB(15, 15), - new ECB(10, 16))))), - new Version(21, array(6, 28, 50, 72, 94), - array( new ECBlocks(28, array(new ECB(4, 116), - new ECB(4, 117))), - new ECBlocks(26, array(new ECB(17, 42))), - new ECBlocks(28, array(new ECB(17, 22), - new ECB(6, 23))), - new ECBlocks(30, array(new ECB(19, 16), - new ECB(6, 17))))), - new Version(22, array(6, 26, 50, 74, 98), - array(new ECBlocks(28, array(new ECB(2, 111), - new ECB(7, 112))), - new ECBlocks(28, array(new ECB(17, 46))), - new ECBlocks(30, array(new ECB(7, 24), - new ECB(16, 25))), - new ECBlocks(24, array(new ECB(34, 13))))), - new Version(23, array(6, 30, 54, 78, 102), - new ECBlocks(30, array(new ECB(4, 121), - new ECB(5, 122))), - new ECBlocks(28, array(new ECB(4, 47), - new ECB(14, 48))), - new ECBlocks(30, array(new ECB(11, 24), - new ECB(14, 25))), - new ECBlocks(30, array(new ECB(16, 15), - new ECB(14, 16)))), - new Version(24, array(6, 28, 54, 80, 106), - array(new ECBlocks(30, array(new ECB(6, 117), - new ECB(4, 118))), - new ECBlocks(28, array(new ECB(6, 45), - new ECB(14, 46))), - new ECBlocks(30, array(new ECB(11, 24), - new ECB(16, 25))), - new ECBlocks(30, array(new ECB(30, 16), - new ECB(2, 17))))), - new Version(25, array(6, 32, 58, 84, 110), - array(new ECBlocks(26, array(new ECB(8, 106), - new ECB(4, 107))), - new ECBlocks(28, array(new ECB(8, 47), - new ECB(13, 48))), - new ECBlocks(30, array(new ECB(7, 24), - new ECB(22, 25))), - new ECBlocks(30, array(new ECB(22, 15), - new ECB(13, 16))))), - new Version(26, array(6, 30, 58, 86, 114), - array(new ECBlocks(28, array(new ECB(10, 114), - new ECB(2, 115))), - new ECBlocks(28, array(new ECB(19, 46), - new ECB(4, 47))), - new ECBlocks(28, array(new ECB(28, 22), - new ECB(6, 23))), - new ECBlocks(30, array(new ECB(33, 16), - new ECB(4, 17))))), - new Version(27, array(6, 34, 62, 90, 118), - array(new ECBlocks(30, array(new ECB(8, 122), - new ECB(4, 123))), - new ECBlocks(28, array(new ECB(22, 45), - new ECB(3, 46))), - new ECBlocks(30, array(new ECB(8, 23), - new ECB(26, 24))), - new ECBlocks(30, array(new ECB(12, 15), - new ECB(28, 16))))), - new Version(28, array(6, 26, 50, 74, 98, 122), - array(new ECBlocks(30, array(new ECB(3, 117), - new ECB(10, 118))), - new ECBlocks(28, array(new ECB(3, 45), - new ECB(23, 46))), - new ECBlocks(30, array(new ECB(4, 24), - new ECB(31, 25))), - new ECBlocks(30, array(new ECB(11, 15), - new ECB(31, 16))))), - new Version(29, array(6, 30, 54, 78, 102, 126), - array(new ECBlocks(30, array(new ECB(7, 116), - new ECB(7, 117))), - new ECBlocks(28, array(new ECB(21, 45), - new ECB(7, 46))), - new ECBlocks(30, array(new ECB(1, 23), - new ECB(37, 24))), - new ECBlocks(30, array(new ECB(19, 15), - new ECB(26, 16))))), - new Version(30, array(6, 26, 52, 78, 104, 130), - array(new ECBlocks(30, array(new ECB(5, 115), - new ECB(10, 116))), - new ECBlocks(28, array(new ECB(19, 47), - new ECB(10, 48))), - new ECBlocks(30, array(new ECB(15, 24), - new ECB(25, 25))), - new ECBlocks(30, array(new ECB(23, 15), - new ECB(25, 16))))), - new Version(31, array(6, 30, 56, 82, 108, 134), - array(new ECBlocks(30, array(new ECB(13, 115), - new ECB(3, 116))), - new ECBlocks(28, array(new ECB(2, 46), - new ECB(29, 47))), - new ECBlocks(30, array(new ECB(42, 24), - new ECB(1, 25))), - new ECBlocks(30, array(new ECB(23, 15), - new ECB(28, 16))))), - new Version(32, array(6, 34, 60, 86, 112, 138), - array(new ECBlocks(30, array(new ECB(17, 115))), - new ECBlocks(28, array(new ECB(10, 46), - new ECB(23, 47))), - new ECBlocks(30, array(new ECB(10, 24), - new ECB(35, 25))), - new ECBlocks(30, array(new ECB(19, 15), - new ECB(35, 16))))), - new Version(33, array(6, 30, 58, 86, 114, 142), - array(new ECBlocks(30, array(new ECB(17, 115), - new ECB(1, 116))), - new ECBlocks(28, array(new ECB(14, 46), - new ECB(21, 47))), - new ECBlocks(30, array(new ECB(29, 24), - new ECB(19, 25))), - new ECBlocks(30, array(new ECB(11, 15), - new ECB(46, 16))))), - new Version(34, array(6, 34, 62, 90, 118, 146), - array(new ECBlocks(30, array(new ECB(13, 115), - new ECB(6, 116))), - new ECBlocks(28, array(new ECB(14, 46), - new ECB(23, 47))), - new ECBlocks(30, array(new ECB(44, 24), - new ECB(7, 25))), - new ECBlocks(30, array(new ECB(59, 16), - new ECB(1, 17))))), - new Version(35, array(6, 30, 54, 78, 102, 126, 150), - array(new ECBlocks(30, array(new ECB(12, 121), - new ECB(7, 122))), - new ECBlocks(28, array(new ECB(12, 47), - new ECB(26, 48))), - new ECBlocks(30, array(new ECB(39, 24), - new ECB(14, 25))), - new ECBlocks(30, array(new ECB(22, 15), - new ECB(41, 16))))), - new Version(36, array(6, 24, 50, 76, 102, 128, 154), - array(new ECBlocks(30, array(new ECB(6, 121), - new ECB(14, 122))), - new ECBlocks(28, array(new ECB(6, 47), - new ECB(34, 48))), - new ECBlocks(30, array(new ECB(46, 24), - new ECB(10, 25))), - new ECBlocks(30, array(new ECB(2, 15), - new ECB(64, 16))))), - new Version(37, array(6, 28, 54, 80, 106, 132, 158), - array(new ECBlocks(30, array(new ECB(17, 122), - new ECB(4, 123))), - new ECBlocks(28, array(new ECB(29, 46), - new ECB(14, 47))), - new ECBlocks(30, array(new ECB(49, 24), - new ECB(10, 25))), - new ECBlocks(30, array(new ECB(24, 15), - new ECB(46, 16))))), - new Version(38, array(6, 32, 58, 84, 110, 136, 162), - array(new ECBlocks(30, array(new ECB(4, 122), - new ECB(18, 123))), - new ECBlocks(28, array(new ECB(13, 46), - new ECB(32, 47))), - new ECBlocks(30, array(new ECB(48, 24), - new ECB(14, 25))), - new ECBlocks(30, array(new ECB(42, 15), - new ECB(32, 16))))), - new Version(39, array(6, 26, 54, 82, 110, 138, 166), - array(new ECBlocks(30, array(new ECB(20, 117), - new ECB(4, 118))), - new ECBlocks(28, array(new ECB(40, 47), - new ECB(7, 48))), - new ECBlocks(30, array(new ECB(43, 24), - new ECB(22, 25))), - new ECBlocks(30, array(new ECB(10, 15), - new ECB(67, 16))))), - new Version(40, array(6, 30, 58, 86, 114, 142, 170), - array(new ECBlocks(30, array(new ECB(19, 118), - new ECB(6, 119))), - new ECBlocks(28, array(new ECB(18, 47), - new ECB(31, 48))), - new ECBlocks(30, array(new ECB(34, 24), - new ECB(34, 25))), - new ECBlocks(30, array(new ECB(20, 15), - new ECB(61, 16))))) - ); - } + return $bitMatrix; + } + /** + * See ISO 18004:2006 6.5.1 Table 9 + */ + private static function buildVersions() + { + return [ + new Version( + 1, + [], + [new ECBlocks(7, [new ECB(1, 19)]), + new ECBlocks(10, [new ECB(1, 16)]), + new ECBlocks(13, [new ECB(1, 13)]), + new ECBlocks(17, [new ECB(1, 9)])] + ), + new Version( + 2, + [6, 18], + [new ECBlocks(10, [new ECB(1, 34)]), + new ECBlocks(16, [new ECB(1, 28)]), + new ECBlocks(22, [new ECB(1, 22)]), + new ECBlocks(28, [new ECB(1, 16)])] + ), + new Version( + 3, + [6, 22], + [ new ECBlocks(15, [new ECB(1, 55)]), + new ECBlocks(26, [new ECB(1, 44)]), + new ECBlocks(18, [new ECB(2, 17)]), + new ECBlocks(22, [new ECB(2, 13)])] + ), + new Version( + 4, + [6, 26], + [new ECBlocks(20, [new ECB(1, 80)]), + new ECBlocks(18, [new ECB(2, 32)]), + new ECBlocks(26, [new ECB(2, 24)]), + new ECBlocks(16, [new ECB(4, 9)])] + ), + new Version( + 5, + [6, 30], + [new ECBlocks(26, [new ECB(1, 108)]), + new ECBlocks(24, [new ECB(2, 43)]), + new ECBlocks(18, [new ECB(2, 15), + new ECB(2, 16)]), + new ECBlocks(22, [new ECB(2, 11), + new ECB(2, 12)])] + ), + new Version( + 6, + [6, 34], + [new ECBlocks(18, [new ECB(2, 68)]), + new ECBlocks(16, [new ECB(4, 27)]), + new ECBlocks(24, [new ECB(4, 19)]), + new ECBlocks(28, [new ECB(4, 15)])] + ), + new Version( + 7, + [6, 22, 38], + [new ECBlocks(20, [new ECB(2, 78)]), + new ECBlocks(18, [new ECB(4, 31)]), + new ECBlocks(18, [new ECB(2, 14), + new ECB(4, 15)]), + new ECBlocks(26, [new ECB(4, 13), + new ECB(1, 14)])] + ), + new Version( + 8, + [6, 24, 42], + [new ECBlocks(24, [new ECB(2, 97)]), + new ECBlocks(22, [new ECB(2, 38), + new ECB(2, 39)]), + new ECBlocks(22, [new ECB(4, 18), + new ECB(2, 19)]), + new ECBlocks(26, [new ECB(4, 14), + new ECB(2, 15)])] + ), + new Version( + 9, + [6, 26, 46], + [new ECBlocks(30, [new ECB(2, 116)]), + new ECBlocks(22, [new ECB(3, 36), + new ECB(2, 37)]), + new ECBlocks(20, [new ECB(4, 16), + new ECB(4, 17)]), + new ECBlocks(24, [new ECB(4, 12), + new ECB(4, 13)])] + ), + new Version( + 10, + [6, 28, 50], + [new ECBlocks(18, [new ECB(2, 68), + new ECB(2, 69)]), + new ECBlocks(26, [new ECB(4, 43), + new ECB(1, 44)]), + new ECBlocks(24, [new ECB(6, 19), + new ECB(2, 20)]), + new ECBlocks(28, [new ECB(6, 15), + new ECB(2, 16)])] + ), + new Version( + 11, + [6, 30, 54], + [new ECBlocks(20, [new ECB(4, 81)]), + new ECBlocks(30, [new ECB(1, 50), + new ECB(4, 51)]), + new ECBlocks(28, [new ECB(4, 22), + new ECB(4, 23)]), + new ECBlocks(24, [new ECB(3, 12), + new ECB(8, 13)])] + ), + new Version( + 12, + [6, 32, 58], + [new ECBlocks(24, [new ECB(2, 92), + new ECB(2, 93)]), + new ECBlocks(22, [new ECB(6, 36), + new ECB(2, 37)]), + new ECBlocks(26, [new ECB(4, 20), + new ECB(6, 21)]), + new ECBlocks(28, [new ECB(7, 14), + new ECB(4, 15)])] + ), + new Version( + 13, + [6, 34, 62], + [new ECBlocks(26, [new ECB(4, 107)]), + new ECBlocks(22, [new ECB(8, 37), + new ECB(1, 38)]), + new ECBlocks(24, [new ECB(8, 20), + new ECB(4, 21)]), + new ECBlocks(22, [new ECB(12, 11), + new ECB(4, 12)])] + ), + new Version( + 14, + [6, 26, 46, 66], + [new ECBlocks(30, [new ECB(3, 115), + new ECB(1, 116)]), + new ECBlocks(24, [new ECB(4, 40), + new ECB(5, 41)]), + new ECBlocks(20, [new ECB(11, 16), + new ECB(5, 17)]), + new ECBlocks(24, [new ECB(11, 12), + new ECB(5, 13)])] + ), + new Version( + 15, + [6, 26, 48, 70], + [new ECBlocks(22, [new ECB(5, 87), + new ECB(1, 88)]), + new ECBlocks(24, [new ECB(5, 41), + new ECB(5, 42)]), + new ECBlocks(30, [new ECB(5, 24), + new ECB(7, 25)]), + new ECBlocks(24, [new ECB(11, 12), + new ECB(7, 13)])] + ), + new Version( + 16, + [6, 26, 50, 74], + [new ECBlocks(24, [new ECB(5, 98), + new ECB(1, 99)]), + new ECBlocks(28, [new ECB(7, 45), + new ECB(3, 46)]), + new ECBlocks(24, [new ECB(15, 19), + new ECB(2, 20)]), + new ECBlocks(30, [new ECB(3, 15), + new ECB(13, 16)])] + ), + new Version( + 17, + [6, 30, 54, 78], + [new ECBlocks(28, [new ECB(1, 107), + new ECB(5, 108)]), + new ECBlocks(28, [new ECB(10, 46), + new ECB(1, 47)]), + new ECBlocks(28, [new ECB(1, 22), + new ECB(15, 23)]), + new ECBlocks(28, [new ECB(2, 14), + new ECB(17, 15)])] + ), + new Version( + 18, + [6, 30, 56, 82], + [new ECBlocks(30, [new ECB(5, 120), + new ECB(1, 121)]), + new ECBlocks(26, [new ECB(9, 43), + new ECB(4, 44)]), + new ECBlocks(28, [new ECB(17, 22), + new ECB(1, 23)]), + new ECBlocks(28, [new ECB(2, 14), + new ECB(19, 15)])] + ), + new Version( + 19, + [6, 30, 58, 86], + [new ECBlocks(28, [new ECB(3, 113), + new ECB(4, 114)]), + new ECBlocks(26, [new ECB(3, 44), + new ECB(11, 45)]), + new ECBlocks(26, [new ECB(17, 21), + new ECB(4, 22)]), + new ECBlocks(26, [new ECB(9, 13), + new ECB(16, 14)])] + ), + new Version( + 20, + [6, 34, 62, 90], + [new ECBlocks(28, [new ECB(3, 107), + new ECB(5, 108)]), + new ECBlocks(26, [new ECB(3, 41), + new ECB(13, 42)]), + new ECBlocks(30, [new ECB(15, 24), + new ECB(5, 25)]), + new ECBlocks(28, [new ECB(15, 15), + new ECB(10, 16)])] + ), + new Version( + 21, + [6, 28, 50, 72, 94], + [ new ECBlocks(28, [new ECB(4, 116), + new ECB(4, 117)]), + new ECBlocks(26, [new ECB(17, 42)]), + new ECBlocks(28, [new ECB(17, 22), + new ECB(6, 23)]), + new ECBlocks(30, [new ECB(19, 16), + new ECB(6, 17)])] + ), + new Version( + 22, + [6, 26, 50, 74, 98], + [new ECBlocks(28, [new ECB(2, 111), + new ECB(7, 112)]), + new ECBlocks(28, [new ECB(17, 46)]), + new ECBlocks(30, [new ECB(7, 24), + new ECB(16, 25)]), + new ECBlocks(24, [new ECB(34, 13)])] + ), + new Version( + 23, + [6, 30, 54, 78, 102], + new ECBlocks(30, [new ECB(4, 121), + new ECB(5, 122)]), + new ECBlocks(28, [new ECB(4, 47), + new ECB(14, 48)]), + new ECBlocks(30, [new ECB(11, 24), + new ECB(14, 25)]), + new ECBlocks(30, [new ECB(16, 15), + new ECB(14, 16)]) + ), + new Version( + 24, + [6, 28, 54, 80, 106], + [new ECBlocks(30, [new ECB(6, 117), + new ECB(4, 118)]), + new ECBlocks(28, [new ECB(6, 45), + new ECB(14, 46)]), + new ECBlocks(30, [new ECB(11, 24), + new ECB(16, 25)]), + new ECBlocks(30, [new ECB(30, 16), + new ECB(2, 17)])] + ), + new Version( + 25, + [6, 32, 58, 84, 110], + [new ECBlocks(26, [new ECB(8, 106), + new ECB(4, 107)]), + new ECBlocks(28, [new ECB(8, 47), + new ECB(13, 48)]), + new ECBlocks(30, [new ECB(7, 24), + new ECB(22, 25)]), + new ECBlocks(30, [new ECB(22, 15), + new ECB(13, 16)])] + ), + new Version( + 26, + [6, 30, 58, 86, 114], + [new ECBlocks(28, [new ECB(10, 114), + new ECB(2, 115)]), + new ECBlocks(28, [new ECB(19, 46), + new ECB(4, 47)]), + new ECBlocks(28, [new ECB(28, 22), + new ECB(6, 23)]), + new ECBlocks(30, [new ECB(33, 16), + new ECB(4, 17)])] + ), + new Version( + 27, + [6, 34, 62, 90, 118], + [new ECBlocks(30, [new ECB(8, 122), + new ECB(4, 123)]), + new ECBlocks(28, [new ECB(22, 45), + new ECB(3, 46)]), + new ECBlocks(30, [new ECB(8, 23), + new ECB(26, 24)]), + new ECBlocks(30, [new ECB(12, 15), + new ECB(28, 16)])] + ), + new Version( + 28, + [6, 26, 50, 74, 98, 122], + [new ECBlocks(30, [new ECB(3, 117), + new ECB(10, 118)]), + new ECBlocks(28, [new ECB(3, 45), + new ECB(23, 46)]), + new ECBlocks(30, [new ECB(4, 24), + new ECB(31, 25)]), + new ECBlocks(30, [new ECB(11, 15), + new ECB(31, 16)])] + ), + new Version( + 29, + [6, 30, 54, 78, 102, 126], + [new ECBlocks(30, [new ECB(7, 116), + new ECB(7, 117)]), + new ECBlocks(28, [new ECB(21, 45), + new ECB(7, 46)]), + new ECBlocks(30, [new ECB(1, 23), + new ECB(37, 24)]), + new ECBlocks(30, [new ECB(19, 15), + new ECB(26, 16)])] + ), + new Version( + 30, + [6, 26, 52, 78, 104, 130], + [new ECBlocks(30, [new ECB(5, 115), + new ECB(10, 116)]), + new ECBlocks(28, [new ECB(19, 47), + new ECB(10, 48)]), + new ECBlocks(30, [new ECB(15, 24), + new ECB(25, 25)]), + new ECBlocks(30, [new ECB(23, 15), + new ECB(25, 16)])] + ), + new Version( + 31, + [6, 30, 56, 82, 108, 134], + [new ECBlocks(30, [new ECB(13, 115), + new ECB(3, 116)]), + new ECBlocks(28, [new ECB(2, 46), + new ECB(29, 47)]), + new ECBlocks(30, [new ECB(42, 24), + new ECB(1, 25)]), + new ECBlocks(30, [new ECB(23, 15), + new ECB(28, 16)])] + ), + new Version( + 32, + [6, 34, 60, 86, 112, 138], + [new ECBlocks(30, [new ECB(17, 115)]), + new ECBlocks(28, [new ECB(10, 46), + new ECB(23, 47)]), + new ECBlocks(30, [new ECB(10, 24), + new ECB(35, 25)]), + new ECBlocks(30, [new ECB(19, 15), + new ECB(35, 16)])] + ), + new Version( + 33, + [6, 30, 58, 86, 114, 142], + [new ECBlocks(30, [new ECB(17, 115), + new ECB(1, 116)]), + new ECBlocks(28, [new ECB(14, 46), + new ECB(21, 47)]), + new ECBlocks(30, [new ECB(29, 24), + new ECB(19, 25)]), + new ECBlocks(30, [new ECB(11, 15), + new ECB(46, 16)])] + ), + new Version( + 34, + [6, 34, 62, 90, 118, 146], + [new ECBlocks(30, [new ECB(13, 115), + new ECB(6, 116)]), + new ECBlocks(28, [new ECB(14, 46), + new ECB(23, 47)]), + new ECBlocks(30, [new ECB(44, 24), + new ECB(7, 25)]), + new ECBlocks(30, [new ECB(59, 16), + new ECB(1, 17)])] + ), + new Version( + 35, + [6, 30, 54, 78, 102, 126, 150], + [new ECBlocks(30, [new ECB(12, 121), + new ECB(7, 122)]), + new ECBlocks(28, [new ECB(12, 47), + new ECB(26, 48)]), + new ECBlocks(30, [new ECB(39, 24), + new ECB(14, 25)]), + new ECBlocks(30, [new ECB(22, 15), + new ECB(41, 16)])] + ), + new Version( + 36, + [6, 24, 50, 76, 102, 128, 154], + [new ECBlocks(30, [new ECB(6, 121), + new ECB(14, 122)]), + new ECBlocks(28, [new ECB(6, 47), + new ECB(34, 48)]), + new ECBlocks(30, [new ECB(46, 24), + new ECB(10, 25)]), + new ECBlocks(30, [new ECB(2, 15), + new ECB(64, 16)])] + ), + new Version( + 37, + [6, 28, 54, 80, 106, 132, 158], + [new ECBlocks(30, [new ECB(17, 122), + new ECB(4, 123)]), + new ECBlocks(28, [new ECB(29, 46), + new ECB(14, 47)]), + new ECBlocks(30, [new ECB(49, 24), + new ECB(10, 25)]), + new ECBlocks(30, [new ECB(24, 15), + new ECB(46, 16)])] + ), + new Version( + 38, + [6, 32, 58, 84, 110, 136, 162], + [new ECBlocks(30, [new ECB(4, 122), + new ECB(18, 123)]), + new ECBlocks(28, [new ECB(13, 46), + new ECB(32, 47)]), + new ECBlocks(30, [new ECB(48, 24), + new ECB(14, 25)]), + new ECBlocks(30, [new ECB(42, 15), + new ECB(32, 16)])] + ), + new Version( + 39, + [6, 26, 54, 82, 110, 138, 166], + [new ECBlocks(30, [new ECB(20, 117), + new ECB(4, 118)]), + new ECBlocks(28, [new ECB(40, 47), + new ECB(7, 48)]), + new ECBlocks(30, [new ECB(43, 24), + new ECB(22, 25)]), + new ECBlocks(30, [new ECB(10, 15), + new ECB(67, 16)])] + ), + new Version( + 40, + [6, 30, 58, 86, 114, 142, 170], + [new ECBlocks(30, [new ECB(19, 118), + new ECB(6, 119)]), + new ECBlocks(28, [new ECB(18, 47), + new ECB(31, 48)]), + new ECBlocks(30, [new ECB(34, 24), + new ECB(34, 25)]), + new ECBlocks(30, [new ECB(20, 15), + new ECB(61, 16)])] + ) + ]; + } } /** @@ -545,38 +655,33 @@ class Version */ final class ECBlocks { - private $ecCodewordsPerBlock; - private $ecBlocks; + public function __construct(private $ecCodewordsPerBlock, private $ecBlocks) + { + } - function __construct($ecCodewordsPerBlock, $ecBlocks) - { - $this->ecCodewordsPerBlock = $ecCodewordsPerBlock; - $this->ecBlocks = $ecBlocks; - } + public function getECCodewordsPerBlock() + { + return $this->ecCodewordsPerBlock; + } - public function getECCodewordsPerBlock() - { - return $this->ecCodewordsPerBlock; - } + public function getNumBlocks() + { + $total = 0; + foreach ($this->ecBlocks as $ecBlock) { + $total += $ecBlock->getCount(); + } + return $total; + } - public function getNumBlocks() - { - $total = 0; - foreach ($this->ecBlocks as $ecBlock) { - $total += $ecBlock->getCount(); - } - return $total; - } + public function getTotalECCodewords() + { + return $this->ecCodewordsPerBlock * $this->getNumBlocks(); + } - public function getTotalECCodewords() - { - return $this->ecCodewordsPerBlock * $this->getNumBlocks(); - } - - public function getECBlocks() - { - return $this->ecBlocks; - } + public function getECBlocks() + { + return $this->ecBlocks; + } } /** @@ -586,34 +691,25 @@ final class ECBlocks */ final class ECB { - private $count; - private $dataCodewords; + public function __construct(private $count, private $dataCodewords) + { + } - function __construct($count, $dataCodewords) - { - $this->count = $count; - $this->dataCodewords = $dataCodewords; - } + public function getCount() + { + return $this->count; + } - public function getCount() - { - return $this->count; - } - - public function getDataCodewords() - { - return $this->dataCodewords; - } - - -//@Override - public function toString() - { - die('Version ECB toString()'); - // return parent::$versionNumber; - } + public function getDataCodewords() + { + return $this->dataCodewords; + } + //@Override + public function toString(): never + { + die('Version ECB toString()'); + // return parent::$versionNumber; + } } - - diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/AlignmentPattern.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/AlignmentPattern.php index 9c3091a..5f0e7c4 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/AlignmentPattern.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/AlignmentPattern.php @@ -27,39 +27,36 @@ use Zxing\ResultPoint; */ final class AlignmentPattern extends ResultPoint { - private $estimatedModuleSize; + public function __construct($posX, $posY, private $estimatedModuleSize) + { + parent::__construct($posX, $posY); + } - public function __construct($posX, $posY, $estimatedModuleSize) - { - parent::__construct($posX, $posY); - $this->estimatedModuleSize = $estimatedModuleSize; - } + /** + *

Determines if this alignment pattern "about equals" an alignment pattern at the stated + * position and size -- meaning, it is at nearly the same center with nearly the same size.

+ */ + public function aboutEquals($moduleSize, $i, $j) + { + if (abs($i - $this->getY()) <= $moduleSize && abs($j - $this->getX()) <= $moduleSize) { + $moduleSizeDiff = abs($moduleSize - $this->estimatedModuleSize); - /** - *

Determines if this alignment pattern "about equals" an alignment pattern at the stated - * position and size -- meaning, it is at nearly the same center with nearly the same size.

- */ - public function aboutEquals($moduleSize, $i, $j) - { - if (abs($i - $this->getY()) <= $moduleSize && abs($j - $this->getX()) <= $moduleSize) { - $moduleSizeDiff = abs($moduleSize - $this->estimatedModuleSize); + return $moduleSizeDiff <= 1.0 || $moduleSizeDiff <= $this->estimatedModuleSize; + } - return $moduleSizeDiff <= 1.0 || $moduleSizeDiff <= $this->estimatedModuleSize; - } + return false; + } - return false; - } + /** + * Combines this object's current estimate of a finder pattern position and module size + * with a new estimate. It returns a new {@code FinderPattern} containing an average of the two. + */ + public function combineEstimate($i, $j, $newModuleSize): \Zxing\Qrcode\Detector\AlignmentPattern + { + $combinedX = ($this->getX() + $j) / 2.0; + $combinedY = ($this->getY() + $i) / 2.0; + $combinedModuleSize = ($this->estimatedModuleSize + $newModuleSize) / 2.0; - /** - * Combines this object's current estimate of a finder pattern position and module size - * with a new estimate. It returns a new {@code FinderPattern} containing an average of the two. - */ - public function combineEstimate($i, $j, $newModuleSize) - { - $combinedX = ($this->getX() + $j) / 2.0; - $combinedY = ($this->getY() + $i) / 2.0; - $combinedModuleSize = ($this->estimatedModuleSize + $newModuleSize) / 2.0; - - return new AlignmentPattern($combinedX, $combinedY, $combinedModuleSize); - } + return new AlignmentPattern($combinedX, $combinedY, $combinedModuleSize); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/AlignmentPatternFinder.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/AlignmentPatternFinder.php index 499c6b4..614293f 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/AlignmentPatternFinder.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/AlignmentPatternFinder.php @@ -18,8 +18,6 @@ namespace Zxing\Qrcode\Detector; use Zxing\NotFoundException; -use Zxing\ResultPointCallback; -use Zxing\Common\BitMatrix; /** *

This class attempts to find alignment patterns in a QR Code. Alignment patterns look like finder @@ -37,250 +35,231 @@ use Zxing\Common\BitMatrix; */ final class AlignmentPatternFinder { - private $image; - private $possibleCenters; - private $startX; - private $startY; - private $width; - private $height; - private $moduleSize; - private $crossCheckStateCount; - private $resultPointCallback; + private array $possibleCenters = []; + private array $crossCheckStateCount = []; - /** - *

Creates a finder that will look in a portion of the whole image.

- * - * @param image image to search - * @param startX left column from which to start searching - * @param startY top row from which to start searching - * @param width width of region to search - * @param height height of region to search - * @param moduleSize estimated module size so far - */ - public function __construct($image, - $startX, - $startY, - $width, - $height, - $moduleSize, - $resultPointCallback) - { - $this->image = $image; - $this->possibleCenters = []; - $this->startX = $startX; - $this->startY = $startY; - $this->width = $width; - $this->height = $height; - $this->moduleSize = $moduleSize; - $this->crossCheckStateCount = []; - $this->resultPointCallback = $resultPointCallback; - } + /** + *

Creates a finder that will look in a portion of the whole image.

+ * + * @param \Imagick image $image to search + * @param int left $startX column from which to start searching + * @param int top $startY row from which to start searching + * @param float width $width of region to search + * @param float height $height of region to search + * @param float estimated $moduleSize module size so far + */ + public function __construct(private $image, private $startX, private $startY, private $width, private $height, private $moduleSize, private $resultPointCallback) + { + } - /** - *

This method attempts to find the bottom-right alignment pattern in the image. It is a bit messy since - * it's pretty performance-critical and so is written to be fast foremost.

- * - * @return {@link AlignmentPattern} if found - * @throws NotFoundException if not found - */ - public function find() - { - $startX = $this->startX; - $height = $this->height; - $maxJ = $startX + $this->width; - $middleI = $this->startY + ($height / 2); - // We are looking for black/white/black modules in 1:1:1 ratio; - // this tracks the number of black/white/black modules seen so far - $stateCount = []; - for ($iGen = 0; $iGen < $height; $iGen++) { - // Search from middle outwards - $i = $middleI + (($iGen & 0x01) == 0 ? ($iGen + 1) / 2 : -(($iGen + 1) / 2)); - $i = (int)($i); - $stateCount[0] = 0; - $stateCount[1] = 0; - $stateCount[2] = 0; - $j = $startX; - // Burn off leading white pixels before anything else; if we start in the middle of - // a white run, it doesn't make sense to count its length, since we don't know if the - // white run continued to the left of the start point - while ($j < $maxJ && !$this->image->get($j, $i)) { - $j++; - } - $currentState = 0; - while ($j < $maxJ) { - if ($this->image->get($j, $i)) { - // Black pixel - if ($currentState == 1) { // Counting black pixels - $stateCount[$currentState]++; - } else { // Counting white pixels - if ($currentState == 2) { // A winner? - if ($this->foundPatternCross($stateCount)) { // Yes - $confirmed = $this->handlePossibleCenter($stateCount, $i, $j); - if ($confirmed != null) { - return $confirmed; - } - } - $stateCount[0] = $stateCount[2]; - $stateCount[1] = 1; - $stateCount[2] = 0; - $currentState = 1; - } else { - $stateCount[++$currentState]++; - } - } - } else { // White pixel - if ($currentState == 1) { // Counting black pixels - $currentState++; - } - $stateCount[$currentState]++; - } - $j++; - } - if ($this->foundPatternCross($stateCount)) { - $confirmed = $this->handlePossibleCenter($stateCount, $i, $maxJ); - if ($confirmed != null) { - return $confirmed; - } - } + /** + *

This method attempts to find the bottom-right alignment pattern in the image. It is a bit messy since + * it's pretty performance-critical and so is written to be fast foremost.

+ * + * @return {@link AlignmentPattern} if found + * @throws NotFoundException if not found + */ + public function find() + { + $startX = $this->startX; + $height = $this->height; + $maxJ = $startX + $this->width; + $middleI = $this->startY + ($height / 2); + // We are looking for black/white/black modules in 1:1:1 ratio; + // this tracks the number of black/white/black modules seen so far + $stateCount = []; + for ($iGen = 0; $iGen < $height; $iGen++) { + // Search from middle outwards + $i = $middleI + (($iGen & 0x01) == 0 ? ($iGen + 1) / 2 : -(($iGen + 1) / 2)); + $i = (int)($i); + $stateCount[0] = 0; + $stateCount[1] = 0; + $stateCount[2] = 0; + $j = $startX; + // Burn off leading white pixels before anything else; if we start in the middle of + // a white run, it doesn't make sense to count its length, since we don't know if the + // white run continued to the left of the start point + while ($j < $maxJ && !$this->image->get($j, $i)) { + $j++; + } + $currentState = 0; + while ($j < $maxJ) { + if ($this->image->get($j, $i)) { + // Black pixel + if ($currentState == 1) { // Counting black pixels + $stateCount[$currentState]++; + } else { // Counting white pixels + if ($currentState == 2) { // A winner? + if ($this->foundPatternCross($stateCount)) { // Yes + $confirmed = $this->handlePossibleCenter($stateCount, $i, $j); + if ($confirmed != null) { + return $confirmed; + } + } + $stateCount[0] = $stateCount[2]; + $stateCount[1] = 1; + $stateCount[2] = 0; + $currentState = 1; + } else { + $stateCount[++$currentState]++; + } + } + } else { // White pixel + if ($currentState == 1) { // Counting black pixels + $currentState++; + } + $stateCount[$currentState]++; + } + $j++; + } + if ($this->foundPatternCross($stateCount)) { + $confirmed = $this->handlePossibleCenter($stateCount, $i, $maxJ); + if ($confirmed != null) { + return $confirmed; + } + } + } - } + // Hmm, nothing we saw was observed and confirmed twice. If we had + // any guess at all, return it. + if (count($this->possibleCenters)) { + return $this->possibleCenters[0]; + } - // Hmm, nothing we saw was observed and confirmed twice. If we had - // any guess at all, return it. - if (count($this->possibleCenters)) { - return $this->possibleCenters[0]; - } + throw NotFoundException::getNotFoundInstance(); + } - throw NotFoundException::getNotFoundInstance(); - } + /** + * @param count $stateCount of black/white/black pixels just read + * + * @return true iff the proportions of the counts is close enough to the 1/1/1 ratios + * used by alignment patterns to be considered a match + */ + private function foundPatternCross($stateCount) + { + $moduleSize = $this->moduleSize; + $maxVariance = $moduleSize / 2.0; + for ($i = 0; $i < 3; $i++) { + if (abs($moduleSize - $stateCount[$i]) >= $maxVariance) { + return false; + } + } - /** - * @param stateCount count of black/white/black pixels just read - * - * @return true iff the proportions of the counts is close enough to the 1/1/1 ratios - * used by alignment patterns to be considered a match - */ - private function foundPatternCross($stateCount) - { - $moduleSize = $this->moduleSize; - $maxVariance = $moduleSize / 2.0; - for ($i = 0; $i < 3; $i++) { - if (abs($moduleSize - $stateCount[$i]) >= $maxVariance) { - return false; - } - } + return true; + } - return true; - } + /** + *

This is called when a horizontal scan finds a possible alignment pattern. It will + * cross check with a vertical scan, and if successful, will see if this pattern had been + * found on a previous horizontal scan. If so, we consider it confirmed and conclude we have + * found the alignment pattern.

+ * + * @param reading $stateCount state module counts from horizontal scan + * @param row $i where alignment pattern may be found + * @param end $j of possible alignment pattern in row + * + * @return {@link AlignmentPattern} if we have found the same pattern twice, or null if not + */ + private function handlePossibleCenter($stateCount, $i, $j) + { + $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2]; + $centerJ = self::centerFromEnd($stateCount, $j); + $centerI = $this->crossCheckVertical($i, (int)$centerJ, 2 * $stateCount[1], $stateCountTotal); + if (!is_nan($centerI)) { + $estimatedModuleSize = (float)($stateCount[0] + $stateCount[1] + $stateCount[2]) / 3.0; + foreach ($this->possibleCenters as $center) { + // Look for about the same center and module size: + if ($center->aboutEquals($estimatedModuleSize, $centerI, $centerJ)) { + return $center->combineEstimate($centerI, $centerJ, $estimatedModuleSize); + } + } + // Hadn't found this before; save it + $point = new AlignmentPattern($centerJ, $centerI, $estimatedModuleSize); + $this->possibleCenters[] = $point; + if ($this->resultPointCallback != null) { + $this->resultPointCallback->foundPossibleResultPoint($point); + } + } - /** - *

This is called when a horizontal scan finds a possible alignment pattern. It will - * cross check with a vertical scan, and if successful, will see if this pattern had been - * found on a previous horizontal scan. If so, we consider it confirmed and conclude we have - * found the alignment pattern.

- * - * @param stateCount reading state module counts from horizontal scan - * @param i row where alignment pattern may be found - * @param j end of possible alignment pattern in row - * - * @return {@link AlignmentPattern} if we have found the same pattern twice, or null if not - */ - private function handlePossibleCenter($stateCount, $i, $j) - { - $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2]; - $centerJ = $this->centerFromEnd($stateCount, $j); - $centerI = $this->crossCheckVertical($i, (int)$centerJ, 2 * $stateCount[1], $stateCountTotal); - if (!is_nan($centerI)) { - $estimatedModuleSize = (float)($stateCount[0] + $stateCount[1] + $stateCount[2]) / 3.0; - foreach ($this->possibleCenters as $center) { - // Look for about the same center and module size: - if ($center->aboutEquals($estimatedModuleSize, $centerI, $centerJ)) { - return $center->combineEstimate($centerI, $centerJ, $estimatedModuleSize); - } - } - // Hadn't found this before; save it - $point = new AlignmentPattern($centerJ, $centerI, $estimatedModuleSize); - $this->possibleCenters[] = $point; - if ($this->resultPointCallback != null) { - $this->resultPointCallback->foundPossibleResultPoint($point); - } - } + return null; + } - return null; - } + /** + * Given a count of black/white/black pixels just seen and an end position, + * figures the location of the center of this black/white/black run. + */ + private static function centerFromEnd($stateCount, $end) + { + return (float)($end - $stateCount[2]) - $stateCount[1] / 2.0; + } - /** - * Given a count of black/white/black pixels just seen and an end position, - * figures the location of the center of this black/white/black run. - */ - private static function centerFromEnd($stateCount, $end) - { - return (float)($end - $stateCount[2]) - $stateCount[1] / 2.0; - } + /** + *

After a horizontal scan finds a potential alignment pattern, this method + * "cross-checks" by scanning down vertically through the center of the possible + * alignment pattern to see if the same proportion is detected.

+ * + * @param int row $startI where an alignment pattern was detected + * @param float center $centerJ of the section that appears to cross an alignment pattern + * @param int maximum $maxCount reasonable number of modules that should be + * observed in any reading state, based on the results of the horizontal scan + * + * @return float vertical center of alignment pattern, or {@link Float#NaN} if not found + */ + private function crossCheckVertical( + $startI, + $centerJ, + $maxCount, + $originalStateCountTotal + ) + { + $image = $this->image; - /** - *

After a horizontal scan finds a potential alignment pattern, this method - * "cross-checks" by scanning down vertically through the center of the possible - * alignment pattern to see if the same proportion is detected.

- * - * @param startI row where an alignment pattern was detected - * @param centerJ center of the section that appears to cross an alignment pattern - * @param maxCount maximum reasonable number of modules that should be - * observed in any reading state, based on the results of the horizontal scan - * - * @return vertical center of alignment pattern, or {@link Float#NaN} if not found - */ - private function crossCheckVertical($startI, $centerJ, $maxCount, - $originalStateCountTotal) - { - $image = $this->image; + $maxI = $image->getHeight(); + $stateCount = $this->crossCheckStateCount; + $stateCount[0] = 0; + $stateCount[1] = 0; + $stateCount[2] = 0; - $maxI = $image->getHeight(); - $stateCount = $this->crossCheckStateCount; - $stateCount[0] = 0; - $stateCount[1] = 0; - $stateCount[2] = 0; + // Start counting up from center + $i = $startI; + while ($i >= 0 && $image->get($centerJ, $i) && $stateCount[1] <= $maxCount) { + $stateCount[1]++; + $i--; + } + // If already too many modules in this state or ran off the edge: + if ($i < 0 || $stateCount[1] > $maxCount) { + return NAN; + } + while ($i >= 0 && !$image->get($centerJ, $i) && $stateCount[0] <= $maxCount) { + $stateCount[0]++; + $i--; + } + if ($stateCount[0] > $maxCount) { + return NAN; + } - // Start counting up from center - $i = $startI; - while ($i >= 0 && $image->get($centerJ, $i) && $stateCount[1] <= $maxCount) { - $stateCount[1]++; - $i--; - } - // If already too many modules in this state or ran off the edge: - if ($i < 0 || $stateCount[1] > $maxCount) { - return NAN; - } - while ($i >= 0 && !$image->get($centerJ, $i) && $stateCount[0] <= $maxCount) { - $stateCount[0]++; - $i--; - } - if ($stateCount[0] > $maxCount) { - return NAN; - } + // Now also count down from center + $i = $startI + 1; + while ($i < $maxI && $image->get($centerJ, $i) && $stateCount[1] <= $maxCount) { + $stateCount[1]++; + $i++; + } + if ($i == $maxI || $stateCount[1] > $maxCount) { + return NAN; + } + while ($i < $maxI && !$image->get($centerJ, $i) && $stateCount[2] <= $maxCount) { + $stateCount[2]++; + $i++; + } + if ($stateCount[2] > $maxCount) { + return NAN; + } - // Now also count down from center - $i = $startI + 1; - while ($i < $maxI && $image->get($centerJ, $i) && $stateCount[1] <= $maxCount) { - $stateCount[1]++; - $i++; - } - if ($i == $maxI || $stateCount[1] > $maxCount) { - return NAN; - } - while ($i < $maxI && !$image->get($centerJ, $i) && $stateCount[2] <= $maxCount) { - $stateCount[2]++; - $i++; - } - if ($stateCount[2] > $maxCount) { - return NAN; - } + $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2]; + if (5 * abs($stateCountTotal - $originalStateCountTotal) >= 2 * $originalStateCountTotal) { + return NAN; + } - $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2]; - if (5 * abs($stateCountTotal - $originalStateCountTotal) >= 2 * $originalStateCountTotal) { - return NAN; - } - - return $this->foundPatternCross($stateCount) ? $this->centerFromEnd($stateCount, $i) : NAN; - } + return $this->foundPatternCross($stateCount) ? self::centerFromEnd($stateCount, $i) : NAN; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/Detector.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/Detector.php index 897dbb2..b3b3f04 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/Detector.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/Detector.php @@ -17,18 +17,16 @@ namespace Zxing\Qrcode\Detector; -use Zxing\DecodeHintType; -use Zxing\FormatException; -use Zxing\NotFoundException; -use Zxing\ResultPoint; -use Zxing\ResultPointCallback; -use Zxing\Common\BitMatrix; +use Zxing\Common\Detector\MathUtils; use Zxing\Common\DetectorResult; use Zxing\Common\GridSampler; use Zxing\Common\PerspectiveTransform; -use Zxing\Common\Detector\MathUtils; +use Zxing\DecodeHintType; +use Zxing\FormatException; +use Zxing\NotFoundException; use Zxing\Qrcode\Decoder\Version; - +use Zxing\ResultPoint; +use Zxing\ResultPointCallback; /** *

Encapsulates logic that can detect a QR Code in an image, even if the QR Code @@ -38,383 +36,393 @@ use Zxing\Qrcode\Decoder\Version; */ class Detector { + private $resultPointCallback; - private $image; - private $resultPointCallback; + public function __construct(private $image) + { + } - public function __construct($image) - { - $this->image = $image; - } + /** + *

Detects a QR Code in an image.

+ * + * @param array|null optional $hints hints to detector + * + * @return {@link DetectorResult} encapsulating results of detecting a QR Code + * @throws NotFoundException if QR Code cannot be found + * @throws FormatException if a QR Code cannot be decoded + */ + final public function detect($hints = null) + {/*Map*/ - /** - *

Detects a QR Code in an image.

- * - * @param hints optional hints to detector - * - * @return {@link DetectorResult} encapsulating results of detecting a QR Code - * @throws NotFoundException if QR Code cannot be found - * @throws FormatException if a QR Code cannot be decoded - */ - public final function detect($hints = null) - {/*Map*/ + $resultPointCallback = $hints == null ? null : + $hints->get('NEED_RESULT_POINT_CALLBACK'); + /* resultPointCallback = hints == null ? null : + (ResultPointCallback) hints.get(DecodeHintType.NEED_RESULT_POINT_CALLBACK);*/ + $finder = new FinderPatternFinder($this->image, $resultPointCallback); + $info = $finder->find($hints); - $resultPointCallback = $hints == null ? null : - $hints->get('NEED_RESULT_POINT_CALLBACK'); - /* resultPointCallback = hints == null ? null : - (ResultPointCallback) hints.get(DecodeHintType.NEED_RESULT_POINT_CALLBACK);*/ - $finder = new FinderPatternFinder($this->image, $resultPointCallback); - $info = $finder->find($hints); + return $this->processFinderPatternInfo($info); + } - return $this->processFinderPatternInfo($info); - } + final protected function processFinderPatternInfo($info): \Zxing\Common\DetectorResult + { + $topLeft = $info->getTopLeft(); + $topRight = $info->getTopRight(); + $bottomLeft = $info->getBottomLeft(); - protected final function processFinderPatternInfo($info) - { + $moduleSize = (float)$this->calculateModuleSize($topLeft, $topRight, $bottomLeft); + if ($moduleSize < 1.0) { + throw NotFoundException::getNotFoundInstance(); + } + $dimension = (int)self::computeDimension($topLeft, $topRight, $bottomLeft, $moduleSize); + $provisionalVersion = \Zxing\Qrcode\Decoder\Version::getProvisionalVersionForDimension($dimension); + $modulesBetweenFPCenters = $provisionalVersion->getDimensionForVersion() - 7; - $topLeft = $info->getTopLeft(); - $topRight = $info->getTopRight(); - $bottomLeft = $info->getBottomLeft(); - - $moduleSize = (float)$this->calculateModuleSize($topLeft, $topRight, $bottomLeft); - if ($moduleSize < 1.0) { - throw NotFoundException::getNotFoundInstance(); - } - $dimension = (int)self::computeDimension($topLeft, $topRight, $bottomLeft, $moduleSize); - $provisionalVersion = \Zxing\Qrcode\Decoder\Version::getProvisionalVersionForDimension($dimension); - $modulesBetweenFPCenters = $provisionalVersion->getDimensionForVersion() - 7; - - $alignmentPattern = null; -// Anything above version 1 has an alignment pattern - if (count($provisionalVersion->getAlignmentPatternCenters()) > 0) { + $alignmentPattern = null; + // Anything above version 1 has an alignment pattern + if ((is_countable($provisionalVersion->getAlignmentPatternCenters()) ? count($provisionalVersion->getAlignmentPatternCenters()) : 0) > 0) { // Guess where a "bottom right" finder pattern would have been - $bottomRightX = $topRight->getX() - $topLeft->getX() + $bottomLeft->getX(); - $bottomRightY = $topRight->getY() - $topLeft->getY() + $bottomLeft->getY(); + $bottomRightX = $topRight->getX() - $topLeft->getX() + $bottomLeft->getX(); + $bottomRightY = $topRight->getY() - $topLeft->getY() + $bottomLeft->getY(); -// Estimate that alignment pattern is closer by 3 modules -// from "bottom right" to known top left location - $correctionToTopLeft = 1.0 - 3.0 / (float)$modulesBetweenFPCenters; - $estAlignmentX = (int)($topLeft->getX() + $correctionToTopLeft * ($bottomRightX - $topLeft->getX())); - $estAlignmentY = (int)($topLeft->getY() + $correctionToTopLeft * ($bottomRightY - $topLeft->getY())); + // Estimate that alignment pattern is closer by 3 modules + // from "bottom right" to known top left location + $correctionToTopLeft = 1.0 - 3.0 / (float)$modulesBetweenFPCenters; + $estAlignmentX = (int)($topLeft->getX() + $correctionToTopLeft * ($bottomRightX - $topLeft->getX())); + $estAlignmentY = (int)($topLeft->getY() + $correctionToTopLeft * ($bottomRightY - $topLeft->getY())); -// Kind of arbitrary -- expand search radius before giving up - for ($i = 4; $i <= 16; $i <<= 1) {//?????????? - try { - $alignmentPattern = $this->findAlignmentInRegion( - $moduleSize, - $estAlignmentX, - $estAlignmentY, - (float)$i - ); - break; - } catch (NotFoundException $re) { -// try next round - } - } -// If we didn't find alignment pattern... well try anyway without it - } + // Kind of arbitrary -- expand search radius before giving up + for ($i = 4; $i <= 16; $i <<= 1) {//?????????? + try { + $alignmentPattern = $this->findAlignmentInRegion( + $moduleSize, + $estAlignmentX, + $estAlignmentY, + (float)$i + ); + break; + } catch (NotFoundException) { + // try next round + } + } + // If we didn't find alignment pattern... well try anyway without it + } - $transform = self::createTransform($topLeft, $topRight, $bottomLeft, $alignmentPattern, $dimension); + $transform = self::createTransform($topLeft, $topRight, $bottomLeft, $alignmentPattern, $dimension); - $bits = self::sampleGrid($this->image, $transform, $dimension); + $bits = self::sampleGrid($this->image, $transform, $dimension); - $points = []; - if ($alignmentPattern == null) { - $points = [$bottomLeft, $topLeft, $topRight]; - } else { - // die('$points = new ResultPoint[]{bottomLeft, topLeft, topRight, alignmentPattern};'); - $points = [$bottomLeft, $topLeft, $topRight, $alignmentPattern]; - } + $points = []; + if ($alignmentPattern == null) { + $points = [$bottomLeft, $topLeft, $topRight]; + } else { + // die('$points = new ResultPoint[]{bottomLeft, topLeft, topRight, alignmentPattern};'); + $points = [$bottomLeft, $topLeft, $topRight, $alignmentPattern]; + } - return new DetectorResult($bits, $points); - } + return new DetectorResult($bits, $points); + } - /** - *

Detects a QR Code in an image.

- * - * @return {@link DetectorResult} encapsulating results of detecting a QR Code - * @throws NotFoundException if QR Code cannot be found - * @throws FormatException if a QR Code cannot be decoded - */ + /** + *

Detects a QR Code in an image.

+ * + * @return {@link DetectorResult} encapsulating results of detecting a QR Code + * @throws NotFoundException if QR Code cannot be found + * @throws FormatException if a QR Code cannot be decoded + */ - /** - *

Computes an average estimated module size based on estimated derived from the positions - * of the three finder patterns.

- * - * @param topLeft detected top-left finder pattern center - * @param topRight detected top-right finder pattern center - * @param bottomLeft detected bottom-left finder pattern center - * - * @return estimated module size - */ - protected final function calculateModuleSize($topLeft, $topRight, $bottomLeft) - { -// Take the average - return ($this->calculateModuleSizeOneWay($topLeft, $topRight) + - $this->calculateModuleSizeOneWay($topLeft, $bottomLeft)) / 2.0; - } + /** + *

Computes an average estimated module size based on estimated derived from the positions + * of the three finder patterns.

+ * + * @param detected $topLeft top-left finder pattern center + * @param detected $topRight top-right finder pattern center + * @param detected $bottomLeft bottom-left finder pattern center + * + * @return estimated module size + */ + final protected function calculateModuleSize($topLeft, $topRight, $bottomLeft) + { + // Take the average + return ($this->calculateModuleSizeOneWay($topLeft, $topRight) + + $this->calculateModuleSizeOneWay($topLeft, $bottomLeft)) / 2.0; + } - /** - *

Estimates module size based on two finder patterns -- it uses - * {@link #sizeOfBlackWhiteBlackRunBothWays(int, int, int, int)} to figure the - * width of each, measuring along the axis between their centers.

- */ - private function calculateModuleSizeOneWay($pattern, $otherPattern) - { - $moduleSizeEst1 = $this->sizeOfBlackWhiteBlackRunBothWays($pattern->getX(), - (int)$pattern->getY(), - (int)$otherPattern->getX(), - (int)$otherPattern->getY()); - $moduleSizeEst2 = $this->sizeOfBlackWhiteBlackRunBothWays((int)$otherPattern->getX(), - (int)$otherPattern->getY(), - (int)$pattern->getX(), - (int)$pattern->getY()); - if (is_nan($moduleSizeEst1)) { - return $moduleSizeEst2 / 7.0; - } - if (is_nan($moduleSizeEst2)) { - return $moduleSizeEst1 / 7.0; - } -// Average them, and divide by 7 since we've counted the width of 3 black modules, -// and 1 white and 1 black module on either side. Ergo, divide sum by 14. - return ($moduleSizeEst1 + $moduleSizeEst2) / 14.0; - } + /** + *

Estimates module size based on two finder patterns -- it uses + * {@link #sizeOfBlackWhiteBlackRunBothWays(int, int, int, int)} to figure the + * width of each, measuring along the axis between their centers.

+ */ + private function calculateModuleSizeOneWay($pattern, $otherPattern) + { + $moduleSizeEst1 = $this->sizeOfBlackWhiteBlackRunBothWays( + $pattern->getX(), + (int)$pattern->getY(), + (int)$otherPattern->getX(), + (int)$otherPattern->getY() + ); + $moduleSizeEst2 = $this->sizeOfBlackWhiteBlackRunBothWays( + (int)$otherPattern->getX(), + (int)$otherPattern->getY(), + (int)$pattern->getX(), + (int)$pattern->getY() + ); + if (is_nan($moduleSizeEst1)) { + return $moduleSizeEst2 / 7.0; + } + if (is_nan($moduleSizeEst2)) { + return $moduleSizeEst1 / 7.0; + } + // Average them, and divide by 7 since we've counted the width of 3 black modules, + // and 1 white and 1 black module on either side. Ergo, divide sum by 14. + return ($moduleSizeEst1 + $moduleSizeEst2) / 14.0; + } - /** - * See {@link #sizeOfBlackWhiteBlackRun(int, int, int, int)}; computes the total width of - * a finder pattern by looking for a black-white-black run from the center in the direction - * of another po$(another finder pattern center), and in the opposite direction too.

- */ - private function sizeOfBlackWhiteBlackRunBothWays($fromX, $fromY, $toX, $toY) - { + /** + * See {@link #sizeOfBlackWhiteBlackRun(int, int, int, int)}; computes the total width of + * a finder pattern by looking for a black-white-black run from the center in the direction + * of another po$(another finder pattern center), and in the opposite direction too.

+ */ + private function sizeOfBlackWhiteBlackRunBothWays($fromX, $fromY, $toX, $toY) + { + $result = $this->sizeOfBlackWhiteBlackRun($fromX, $fromY, $toX, $toY); - $result = $this->sizeOfBlackWhiteBlackRun($fromX, $fromY, $toX, $toY); + // Now count other way -- don't run off image though of course + $scale = 1.0; + $otherToX = $fromX - ($toX - $fromX); + if ($otherToX < 0) { + $scale = (float)$fromX / (float)($fromX - $otherToX); + $otherToX = 0; + } elseif ($otherToX >= $this->image->getWidth()) { + $scale = (float)($this->image->getWidth() - 1 - $fromX) / (float)($otherToX - $fromX); + $otherToX = $this->image->getWidth() - 1; + } + $otherToY = (int)($fromY - ($toY - $fromY) * $scale); -// Now count other way -- don't run off image though of course - $scale = 1.0; - $otherToX = $fromX - ($toX - $fromX); - if ($otherToX < 0) { - $scale = (float)$fromX / (float)($fromX - $otherToX); - $otherToX = 0; - } else if ($otherToX >= $this->image->getWidth()) { - $scale = (float)($this->image->getWidth() - 1 - $fromX) / (float)($otherToX - $fromX); - $otherToX = $this->image->getWidth() - 1; - } - $otherToY = (int)($fromY - ($toY - $fromY) * $scale); + $scale = 1.0; + if ($otherToY < 0) { + $scale = (float)$fromY / (float)($fromY - $otherToY); + $otherToY = 0; + } elseif ($otherToY >= $this->image->getHeight()) { + $scale = (float)($this->image->getHeight() - 1 - $fromY) / (float)($otherToY - $fromY); + $otherToY = $this->image->getHeight() - 1; + } + $otherToX = (int)($fromX + ($otherToX - $fromX) * $scale); - $scale = 1.0; - if ($otherToY < 0) { - $scale = (float)$fromY / (float)($fromY - $otherToY); - $otherToY = 0; - } else if ($otherToY >= $this->image->getHeight()) { - $scale = (float)($this->image->getHeight() - 1 - $fromY) / (float)($otherToY - $fromY); - $otherToY = $this->image->getHeight() - 1; - } - $otherToX = (int)($fromX + ($otherToX - $fromX) * $scale); + $result += $this->sizeOfBlackWhiteBlackRun($fromX, $fromY, $otherToX, $otherToY); - $result += $this->sizeOfBlackWhiteBlackRun($fromX, $fromY, $otherToX, $otherToY); + // Middle pixel is double-counted this way; subtract 1 + return $result - 1.0; + } -// Middle pixel is double-counted this way; subtract 1 - return $result - 1.0; - } + /** + *

This method traces a line from a po$in the image, in the direction towards another point. + * It begins in a black region, and keeps going until it finds white, then black, then white again. + * It reports the distance from the start to this point.

+ * + *

This is used when figuring out how wide a finder pattern is, when the finder pattern + * may be skewed or rotated.

+ */ + private function sizeOfBlackWhiteBlackRun($fromX, $fromY, $toX, $toY) + { + // Mild variant of Bresenham's algorithm; + // see http://en.wikipedia.org/wiki/Bresenham's_line_algorithm + $steep = abs($toY - $fromY) > abs($toX - $fromX); + if ($steep) { + $temp = $fromX; + $fromX = $fromY; + $fromY = $temp; + $temp = $toX; + $toX = $toY; + $toY = $temp; + } - /** - *

This method traces a line from a po$in the image, in the direction towards another point. - * It begins in a black region, and keeps going until it finds white, then black, then white again. - * It reports the distance from the start to this point.

- * - *

This is used when figuring out how wide a finder pattern is, when the finder pattern - * may be skewed or rotated.

- */ - private function sizeOfBlackWhiteBlackRun($fromX, $fromY, $toX, $toY) - { -// Mild variant of Bresenham's algorithm; -// see http://en.wikipedia.org/wiki/Bresenham's_line_algorithm - $steep = abs($toY - $fromY) > abs($toX - $fromX); - if ($steep) { - $temp = $fromX; - $fromX = $fromY; - $fromY = $temp; - $temp = $toX; - $toX = $toY; - $toY = $temp; - } + $dx = abs($toX - $fromX); + $dy = abs($toY - $fromY); + $error = -$dx / 2; + $xstep = $fromX < $toX ? 1 : -1; + $ystep = $fromY < $toY ? 1 : -1; - $dx = abs($toX - $fromX); - $dy = abs($toY - $fromY); - $error = -$dx / 2; - $xstep = $fromX < $toX ? 1 : -1; - $ystep = $fromY < $toY ? 1 : -1; + // In black pixels, looking for white, first or second time. + $state = 0; + // Loop up until x == toX, but not beyond + $xLimit = $toX + $xstep; + for ($x = $fromX, $y = $fromY; $x != $xLimit; $x += $xstep) { + $realX = $steep ? $y : $x; + $realY = $steep ? $x : $y; -// In black pixels, looking for white, first or second time. - $state = 0; -// Loop up until x == toX, but not beyond - $xLimit = $toX + $xstep; - for ($x = $fromX, $y = $fromY; $x != $xLimit; $x += $xstep) { - $realX = $steep ? $y : $x; - $realY = $steep ? $x : $y; + // Does current pixel mean we have moved white to black or vice versa? + // Scanning black in state 0,2 and white in state 1, so if we find the wrong + // color, advance to next state or end if we are in state 2 already + if (($state == 1) == $this->image->get($realX, $realY)) { + if ($state == 2) { + return MathUtils::distance($x, $y, $fromX, $fromY); + } + $state++; + } -// Does current pixel mean we have moved white to black or vice versa? -// Scanning black in state 0,2 and white in state 1, so if we find the wrong -// color, advance to next state or end if we are in state 2 already - if (($state == 1) == $this->image->get($realX, $realY)) { - if ($state == 2) { - return MathUtils::distance($x, $y, $fromX, $fromY); - } - $state++; - } + $error += $dy; + if ($error > 0) { + if ($y == $toY) { + break; + } + $y += $ystep; + $error -= $dx; + } + } + // Found black-white-black; give the benefit of the doubt that the next pixel outside the image + // is "white" so this last po$at (toX+xStep,toY) is the right ending. This is really a + // small approximation; (toX+xStep,toY+yStep) might be really correct. Ignore this. + if ($state == 2) { + return MathUtils::distance($toX + $xstep, $toY, $fromX, $fromY); + } - $error += $dy; - if ($error > 0) { - if ($y == $toY) { - break; - } - $y += $ystep; - $error -= $dx; - } - } -// Found black-white-black; give the benefit of the doubt that the next pixel outside the image -// is "white" so this last po$at (toX+xStep,toY) is the right ending. This is really a -// small approximation; (toX+xStep,toY+yStep) might be really correct. Ignore this. - if ($state == 2) { - return MathUtils::distance($toX + $xstep, $toY, $fromX, $fromY); - } + // else we didn't find even black-white-black; no estimate is really possible + return NAN; + } -// else we didn't find even black-white-black; no estimate is really possible - return NAN; - } - - /** - *

Computes the dimension (number of modules on a size) of the QR Code based on the position - * of the finder patterns and estimated module size.

- */ - private static function computeDimension($topLeft, - $topRight, - $bottomLeft, - $moduleSize) - { - $tltrCentersDimension = MathUtils::round(ResultPoint::distance($topLeft, $topRight) / $moduleSize); - $tlblCentersDimension = MathUtils::round(ResultPoint::distance($topLeft, $bottomLeft) / $moduleSize); - $dimension = (($tltrCentersDimension + $tlblCentersDimension) / 2) + 7; - switch ($dimension & 0x03) { // mod 4 - case 0: - $dimension++; - break; + /** + *

Computes the dimension (number of modules on a size) of the QR Code based on the position + * of the finder patterns and estimated module size.

+ */ + private static function computeDimension( + $topLeft, + $topRight, + $bottomLeft, + $moduleSize + ) + { + $tltrCentersDimension = MathUtils::round(ResultPoint::distance($topLeft, $topRight) / $moduleSize); + $tlblCentersDimension = MathUtils::round(ResultPoint::distance($topLeft, $bottomLeft) / $moduleSize); + $dimension = (($tltrCentersDimension + $tlblCentersDimension) / 2) + 7; + switch ($dimension & 0x03) { // mod 4 + case 0: + $dimension++; + break; // 1? do nothing - case 2: - $dimension--; - break; - case 3: - throw NotFoundException::getNotFoundInstance(); - } + case 2: + $dimension--; + break; + case 3: + throw NotFoundException::getNotFoundInstance(); + } - return $dimension; - } + return $dimension; + } - /** - *

Attempts to locate an alignment pattern in a limited region of the image, which is - * guessed to contain it. This method uses {@link AlignmentPattern}.

- * - * @param overallEstModuleSize estimated module size so far - * @param estAlignmentX x coordinate of center of area probably containing alignment pattern - * @param estAlignmentY y coordinate of above - * @param allowanceFactor number of pixels in all directions to search from the center - * - * @return {@link AlignmentPattern} if found, or null otherwise - * @throws NotFoundException if an unexpected error occurs during detection - */ - protected final function findAlignmentInRegion($overallEstModuleSize, - $estAlignmentX, - $estAlignmentY, - $allowanceFactor) - { -// Look for an alignment pattern (3 modules in size) around where it -// should be - $allowance = (int)($allowanceFactor * $overallEstModuleSize); - $alignmentAreaLeftX = max(0, $estAlignmentX - $allowance); - $alignmentAreaRightX = min($this->image->getWidth() - 1, $estAlignmentX + $allowance); - if ($alignmentAreaRightX - $alignmentAreaLeftX < $overallEstModuleSize * 3) { - throw NotFoundException::getNotFoundInstance(); - } + /** + *

Attempts to locate an alignment pattern in a limited region of the image, which is + * guessed to contain it. This method uses {@link AlignmentPattern}.

+ * + * @param estimated $overallEstModuleSize module size so far + * @param x $estAlignmentX coordinate of center of area probably containing alignment pattern + * @param y $estAlignmentY coordinate of above + * @param number $allowanceFactor of pixels in all directions to search from the center + * + * @return {@link AlignmentPattern} if found, or null otherwise + * @throws NotFoundException if an unexpected error occurs during detection + */ + final protected function findAlignmentInRegion( + $overallEstModuleSize, + $estAlignmentX, + $estAlignmentY, + $allowanceFactor + ) + { + // Look for an alignment pattern (3 modules in size) around where it + // should be + $allowance = (int)($allowanceFactor * $overallEstModuleSize); + $alignmentAreaLeftX = max(0, $estAlignmentX - $allowance); + $alignmentAreaRightX = min($this->image->getWidth() - 1, $estAlignmentX + $allowance); + if ($alignmentAreaRightX - $alignmentAreaLeftX < $overallEstModuleSize * 3) { + throw NotFoundException::getNotFoundInstance(); + } - $alignmentAreaTopY = max(0, $estAlignmentY - $allowance); - $alignmentAreaBottomY = min($this->image->getHeight() - 1, $estAlignmentY + $allowance); - if ($alignmentAreaBottomY - $alignmentAreaTopY < $overallEstModuleSize * 3) { - throw NotFoundException::getNotFoundInstance(); - } + $alignmentAreaTopY = max(0, $estAlignmentY - $allowance); + $alignmentAreaBottomY = min($this->image->getHeight() - 1, $estAlignmentY + $allowance); + if ($alignmentAreaBottomY - $alignmentAreaTopY < $overallEstModuleSize * 3) { + throw NotFoundException::getNotFoundInstance(); + } - $alignmentFinder = - new AlignmentPatternFinder( - $this->image, - $alignmentAreaLeftX, - $alignmentAreaTopY, - $alignmentAreaRightX - $alignmentAreaLeftX, - $alignmentAreaBottomY - $alignmentAreaTopY, - $overallEstModuleSize, - $this->resultPointCallback); + $alignmentFinder = + new AlignmentPatternFinder( + $this->image, + $alignmentAreaLeftX, + $alignmentAreaTopY, + $alignmentAreaRightX - $alignmentAreaLeftX, + $alignmentAreaBottomY - $alignmentAreaTopY, + $overallEstModuleSize, + $this->resultPointCallback + ); - return $alignmentFinder->find(); - } + return $alignmentFinder->find(); + } - private static function createTransform($topLeft, - $topRight, - $bottomLeft, - $alignmentPattern, - $dimension) - { - $dimMinusThree = (float)$dimension - 3.5; - $bottomRightX = 0.0; - $bottomRightY = 0.0; - $sourceBottomRightX = 0.0; - $sourceBottomRightY = 0.0; - if ($alignmentPattern != null) { - $bottomRightX = $alignmentPattern->getX(); - $bottomRightY = $alignmentPattern->getY(); - $sourceBottomRightX = $dimMinusThree - 3.0; - $sourceBottomRightY = $sourceBottomRightX; - } else { -// Don't have an alignment pattern, just make up the bottom-right point - $bottomRightX = ($topRight->getX() - $topLeft->getX()) + $bottomLeft->getX(); - $bottomRightY = ($topRight->getY() - $topLeft->getY()) + $bottomLeft->getY(); - $sourceBottomRightX = $dimMinusThree; - $sourceBottomRightY = $dimMinusThree; - } + private static function createTransform( + $topLeft, + $topRight, + $bottomLeft, + $alignmentPattern, + $dimension + ) + { + $dimMinusThree = (float)$dimension - 3.5; + $bottomRightX = 0.0; + $bottomRightY = 0.0; + $sourceBottomRightX = 0.0; + $sourceBottomRightY = 0.0; + if ($alignmentPattern != null) { + $bottomRightX = $alignmentPattern->getX(); + $bottomRightY = $alignmentPattern->getY(); + $sourceBottomRightX = $dimMinusThree - 3.0; + $sourceBottomRightY = $sourceBottomRightX; + } else { + // Don't have an alignment pattern, just make up the bottom-right point + $bottomRightX = ($topRight->getX() - $topLeft->getX()) + $bottomLeft->getX(); + $bottomRightY = ($topRight->getY() - $topLeft->getY()) + $bottomLeft->getY(); + $sourceBottomRightX = $dimMinusThree; + $sourceBottomRightY = $dimMinusThree; + } - return PerspectiveTransform::quadrilateralToQuadrilateral( - 3.5, - 3.5, - $dimMinusThree, - 3.5, - $sourceBottomRightX, - $sourceBottomRightY, - 3.5, - $dimMinusThree, - $topLeft->getX(), - $topLeft->getY(), - $topRight->getX(), - $topRight->getY(), - $bottomRightX, - $bottomRightY, - $bottomLeft->getX(), - $bottomLeft->getY()); - } + return PerspectiveTransform::quadrilateralToQuadrilateral( + 3.5, + 3.5, + $dimMinusThree, + 3.5, + $sourceBottomRightX, + $sourceBottomRightY, + 3.5, + $dimMinusThree, + $topLeft->getX(), + $topLeft->getY(), + $topRight->getX(), + $topRight->getY(), + $bottomRightX, + $bottomRightY, + $bottomLeft->getX(), + $bottomLeft->getY() + ); + } - private static function sampleGrid($image, $transform, - $dimension) - { - $sampler = GridSampler::getInstance(); + private static function sampleGrid( + $image, + $transform, + $dimension + ) + { + $sampler = GridSampler::getInstance(); - return $sampler->sampleGrid_($image, $dimension, $dimension, $transform); - } + return $sampler->sampleGrid_($image, $dimension, $dimension, $transform); + } - protected final function getImage() - { - return $this->image; - } + final protected function getImage() + { + return $this->image; + } - protected final function getResultPointCallback() - { - return $this->resultPointCallback; - } + final protected function getResultPointCallback() + { + return $this->resultPointCallback; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPattern.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPattern.php index ac93d38..fe1f26e 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPattern.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPattern.php @@ -28,59 +28,54 @@ use Zxing\ResultPoint; */ final class FinderPattern extends ResultPoint { - private $estimatedModuleSize; - private $count; + public function __construct($posX, $posY, private $estimatedModuleSize, private $count = 1) + { + parent::__construct($posX, $posY); + } - public function __construct($posX, $posY, $estimatedModuleSize, $count = 1) - { - parent::__construct($posX, $posY); - $this->estimatedModuleSize = $estimatedModuleSize; - $this->count = $count; - } + public function getEstimatedModuleSize() + { + return $this->estimatedModuleSize; + } - public function getEstimatedModuleSize() - { - return $this->estimatedModuleSize; - } + public function getCount() + { + return $this->count; + } - public function getCount() - { - return $this->count; - } + /* + void incrementCount() { + this.count++; + } + */ - /* - void incrementCount() { - this.count++; - } - */ + /** + *

Determines if this finder pattern "about equals" a finder pattern at the stated + * position and size -- meaning, it is at nearly the same center with nearly the same size.

+ */ + public function aboutEquals($moduleSize, $i, $j) + { + if (abs($i - $this->getY()) <= $moduleSize && abs($j - $this->getX()) <= $moduleSize) { + $moduleSizeDiff = abs($moduleSize - $this->estimatedModuleSize); - /** - *

Determines if this finder pattern "about equals" a finder pattern at the stated - * position and size -- meaning, it is at nearly the same center with nearly the same size.

- */ - public function aboutEquals($moduleSize, $i, $j) - { - if (abs($i - $this->getY()) <= $moduleSize && abs($j - $this->getX()) <= $moduleSize) { - $moduleSizeDiff = abs($moduleSize - $this->estimatedModuleSize); + return $moduleSizeDiff <= 1.0 || $moduleSizeDiff <= $this->estimatedModuleSize; + } - return $moduleSizeDiff <= 1.0 || $moduleSizeDiff <= $this->estimatedModuleSize; - } + return false; + } - return false; - } + /** + * Combines this object's current estimate of a finder pattern position and module size + * with a new estimate. It returns a new {@code FinderPattern} containing a weighted average + * based on count. + */ + public function combineEstimate($i, $j, $newModuleSize): \Zxing\Qrcode\Detector\FinderPattern + { + $combinedCount = $this->count + 1; + $combinedX = ($this->count * $this->getX() + $j) / $combinedCount; + $combinedY = ($this->count * $this->getY() + $i) / $combinedCount; + $combinedModuleSize = ($this->count * $this->estimatedModuleSize + $newModuleSize) / $combinedCount; - /** - * Combines this object's current estimate of a finder pattern position and module size - * with a new estimate. It returns a new {@code FinderPattern} containing a weighted average - * based on count. - */ - public function combineEstimate($i, $j, $newModuleSize) - { - $combinedCount = $this->count + 1; - $combinedX = ($this->count * $this->getX() + $j) / $combinedCount; - $combinedY = ($this->count * $this->getY() + $i) / $combinedCount; - $combinedModuleSize = ($this->count * $this->estimatedModuleSize + $newModuleSize) / $combinedCount; - - return new FinderPattern($combinedX, $combinedY, $combinedModuleSize, $combinedCount); - } + return new FinderPattern($combinedX, $combinedY, $combinedModuleSize, $combinedCount); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPatternFinder.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPatternFinder.php index 1fe030f..e105827 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPatternFinder.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPatternFinder.php @@ -17,7 +17,6 @@ namespace Zxing\Qrcode\Detector; -use Zxing\BinaryBitmap; use Zxing\Common\BitMatrix; use Zxing\NotFoundException; use Zxing\ResultPoint; @@ -32,668 +31,670 @@ use Zxing\ResultPoint; */ class FinderPatternFinder { - protected static $MIN_SKIP = 3; - protected static $MAX_MODULES = 57; // 1 pixel/module times 3 modules/center - private static $CENTER_QUORUM = 2; // support up to version 10 for mobile clients - private $image; - private $average; - private $possibleCenters; //private final List possibleCenters; - private $hasSkipped = false; - private $crossCheckStateCount; - private $resultPointCallback; - - /** - *

Creates a finder that will search the image for three finder patterns.

- * - * @param BitMatrix $image image to search - */ - public function __construct($image, $resultPointCallback = null) - { - $this->image = $image; - - - $this->possibleCenters = [];//new ArrayList<>(); - $this->crossCheckStateCount = fill_array(0, 5, 0); - $this->resultPointCallback = $resultPointCallback; - } - - final public function find($hints) - {/*final FinderPatternInfo find(Map hints) throws NotFoundException {*/ - $tryHarder = true;//$hints != null && $hints['TRY_HARDER']; - $pureBarcode = $hints != null && $hints['PURE_BARCODE']; - $maxI = $this->image->getHeight(); - $maxJ = $this->image->getWidth(); - // We are looking for black/white/black/white/black modules in - // 1:1:3:1:1 ratio; this tracks the number of such modules seen so far - - // Let's assume that the maximum version QR Code we support takes up 1/4 the height of the - // image, and then account for the center being 3 modules in size. This gives the smallest - // number of pixels the center could be, so skip this often. When trying harder, look for all - // QR versions regardless of how dense they are. - $iSkip = (int)((3 * $maxI) / (4 * self::$MAX_MODULES)); - if ($iSkip < self::$MIN_SKIP || $tryHarder) { - $iSkip = self::$MIN_SKIP; - } - - $done = false; - $stateCount = []; - for ($i = $iSkip - 1; $i < $maxI && !$done; $i += $iSkip) { - // Get a row of black/white values - $stateCount[0] = 0; - $stateCount[1] = 0; - $stateCount[2] = 0; - $stateCount[3] = 0; - $stateCount[4] = 0; - $currentState = 0; - for ($j = 0; $j < $maxJ; $j++) { - if ($this->image->get($j, $i)) { - // Black pixel - if (($currentState & 1) == 1) { // Counting white pixels - $currentState++; - } - $stateCount[$currentState]++; - } else { // White pixel - if (($currentState & 1) == 0) { // Counting black pixels - if ($currentState == 4) { // A winner? - if (self::foundPatternCross($stateCount)) { // Yes - $confirmed = $this->handlePossibleCenter($stateCount, $i, $j, $pureBarcode); - if ($confirmed) { - // Start examining every other line. Checking each line turned out to be too - // expensive and didn't improve performance. - $iSkip = 3; - if ($this->hasSkipped) { - $done = $this->haveMultiplyConfirmedCenters(); - } else { - $rowSkip = $this->findRowSkip(); - if ($rowSkip > $stateCount[2]) { - // Skip rows between row of lower confirmed center - // and top of presumed third confirmed center - // but back up a bit to get a full chance of detecting - // it, entire width of center of finder pattern - - // Skip by rowSkip, but back off by $stateCount[2] (size of last center - // of pattern we saw) to be conservative, and also back off by iSkip which - // is about to be re-added - $i += $rowSkip - $stateCount[2] - $iSkip; - $j = $maxJ - 1; - } - } - } else { - $stateCount[0] = $stateCount[2]; - $stateCount[1] = $stateCount[3]; - $stateCount[2] = $stateCount[4]; - $stateCount[3] = 1; - $stateCount[4] = 0; - $currentState = 3; - continue; - } - // Clear state to start looking again - $currentState = 0; - $stateCount[0] = 0; - $stateCount[1] = 0; - $stateCount[2] = 0; - $stateCount[3] = 0; - $stateCount[4] = 0; - } else { // No, shift counts back by two - $stateCount[0] = $stateCount[2]; - $stateCount[1] = $stateCount[3]; - $stateCount[2] = $stateCount[4]; - $stateCount[3] = 1; - $stateCount[4] = 0; - $currentState = 3; - } - } else { - $stateCount[++$currentState]++; - } - } else { // Counting white pixels - $stateCount[$currentState]++; - } - } - } - if (self::foundPatternCross($stateCount)) { - $confirmed = $this->handlePossibleCenter($stateCount, $i, $maxJ, $pureBarcode); - if ($confirmed) { - $iSkip = $stateCount[0]; - if ($this->hasSkipped) { - // Found a third one - $done = $this->haveMultiplyConfirmedCenters(); - } - } - } - } - - $patternInfo = $this->selectBestPatterns(); - $patternInfo = ResultPoint::orderBestPatterns($patternInfo); - - return new FinderPatternInfo($patternInfo); - } - - /** - * @param $stateCount ; count of black/white/black/white/black pixels just read - * - * @return true iff the proportions of the counts is close enough to the 1/1/3/1/1 ratios - * used by finder patterns to be considered a match - */ - protected static function foundPatternCross($stateCount) - { - $totalModuleSize = 0; - for ($i = 0; $i < 5; $i++) { - $count = $stateCount[$i]; - if ($count == 0) { - return false; - } - $totalModuleSize += $count; - } - if ($totalModuleSize < 7) { - return false; - } - $moduleSize = $totalModuleSize / 7.0; - $maxVariance = $moduleSize / 2.0; - - // Allow less than 50% variance from 1-1-3-1-1 proportions - return - abs($moduleSize - $stateCount[0]) < $maxVariance && - abs($moduleSize - $stateCount[1]) < $maxVariance && - abs(3.0 * $moduleSize - $stateCount[2]) < 3 * $maxVariance && - abs($moduleSize - $stateCount[3]) < $maxVariance && - abs($moduleSize - $stateCount[4]) < $maxVariance; - } - - /** - *

This is called when a horizontal scan finds a possible alignment pattern. It will - * cross check with a vertical scan, and if successful, will, ah, cross-cross-check - * with another horizontal scan. This is needed primarily to locate the real horizontal - * center of the pattern in cases of extreme skew. - * And then we cross-cross-cross check with another diagonal scan.

- * - *

If that succeeds the finder pattern location is added to a list that tracks - * the number of times each location has been nearly-matched as a finder pattern. - * Each additional find is more evidence that the location is in fact a finder - * pattern center - * - * @param $stateCount reading state module counts from horizontal scan - * @param i row where finder pattern may be found - * @param j end of possible finder pattern in row - * @param pureBarcode true if in "pure barcode" mode - * - * @return true if a finder pattern candidate was found this time - */ - protected final function handlePossibleCenter($stateCount, $i, $j, $pureBarcode) - { - $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2] + $stateCount[3] + - $stateCount[4]; - $centerJ = $this->centerFromEnd($stateCount, $j); - $centerI = $this->crossCheckVertical($i, (int)($centerJ), $stateCount[2], $stateCountTotal); - if (!is_nan($centerI)) { - // Re-cross check - $centerJ = $this->crossCheckHorizontal((int)($centerJ), (int)($centerI), $stateCount[2], $stateCountTotal); - if (!is_nan($centerJ) && - (!$pureBarcode || $this->crossCheckDiagonal((int)($centerI), (int)($centerJ), $stateCount[2], $stateCountTotal)) - ) { - $estimatedModuleSize = (float)$stateCountTotal / 7.0; - $found = false; - for ($index = 0; $index < count($this->possibleCenters); $index++) { - $center = $this->possibleCenters[$index]; - // Look for about the same center and module size: - if ($center->aboutEquals($estimatedModuleSize, $centerI, $centerJ)) { - $this->possibleCenters[$index] = $center->combineEstimate($centerI, $centerJ, $estimatedModuleSize); - $found = true; - break; - } - } - if (!$found) { - $point = new FinderPattern($centerJ, $centerI, $estimatedModuleSize); - $this->possibleCenters[] = $point; - if ($this->resultPointCallback != null) { - $this->resultPointCallback->foundPossibleResultPoint($point); - } - } - - return true; - } - } - - return false; - } - - /** - * Given a count of black/white/black/white/black pixels just seen and an end position, - * figures the location of the center of this run. - */ - private static function centerFromEnd($stateCount, $end) - { - return (float)($end - $stateCount[4] - $stateCount[3]) - $stateCount[2] / 2.0; - } - - /** - *

After a horizontal scan finds a potential finder pattern, this method - * "cross-checks" by scanning down vertically through the center of the possible - * finder pattern to see if the same proportion is detected.

- * - * @param $startI ; row where a finder pattern was detected - * @param centerJ ; center of the section that appears to cross a finder pattern - * @param $maxCount ; maximum reasonable number of modules that should be - * observed in any reading state, based on the results of the horizontal scan - * - * @return vertical center of finder pattern, or {@link Float#NaN} if not found - */ - private function crossCheckVertical($startI, $centerJ, $maxCount, - $originalStateCountTotal) - { - $image = $this->image; - - $maxI = $image->getHeight(); - $stateCount = $this->getCrossCheckStateCount(); - - // Start counting up from center - $i = $startI; - while ($i >= 0 && $image->get($centerJ, $i)) { - $stateCount[2]++; - $i--; - } - if ($i < 0) { - return NAN; - } - while ($i >= 0 && !$image->get($centerJ, $i) && $stateCount[1] <= $maxCount) { - $stateCount[1]++; - $i--; - } - // If already too many modules in this state or ran off the edge: - if ($i < 0 || $stateCount[1] > $maxCount) { - return NAN; - } - while ($i >= 0 && $image->get($centerJ, $i) && $stateCount[0] <= $maxCount) { - $stateCount[0]++; - $i--; - } - if ($stateCount[0] > $maxCount) { - return NAN; - } - - // Now also count down from center - $i = $startI + 1; - while ($i < $maxI && $image->get($centerJ, $i)) { - $stateCount[2]++; - $i++; - } - if ($i == $maxI) { - return NAN; - } - while ($i < $maxI && !$image->get($centerJ, $i) && $stateCount[3] < $maxCount) { - $stateCount[3]++; - $i++; - } - if ($i == $maxI || $stateCount[3] >= $maxCount) { - return NAN; - } - while ($i < $maxI && $image->get($centerJ, $i) && $stateCount[4] < $maxCount) { - $stateCount[4]++; - $i++; - } - if ($stateCount[4] >= $maxCount) { - return NAN; - } - - // If we found a finder-pattern-like section, but its size is more than 40% different than - // the original, assume it's a false positive - $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2] + $stateCount[3] + - $stateCount[4]; - if (5 * abs($stateCountTotal - $originalStateCountTotal) >= 2 * $originalStateCountTotal) { - return NAN; - } - - return self::foundPatternCross($stateCount) ? $this->centerFromEnd($stateCount, $i) : NAN; - } - - private function getCrossCheckStateCount() - { - $this->crossCheckStateCount[0] = 0; - $this->crossCheckStateCount[1] = 0; - $this->crossCheckStateCount[2] = 0; - $this->crossCheckStateCount[3] = 0; - $this->crossCheckStateCount[4] = 0; - - return $this->crossCheckStateCount; - } - - /** - *

Like {@link #crossCheckVertical(int, int, int, int)}, and in fact is basically identical, - * except it reads horizontally instead of vertically. This is used to cross-cross - * check a vertical cross check and locate the real center of the alignment pattern.

- */ - private function crossCheckHorizontal($startJ, $centerI, $maxCount, - $originalStateCountTotal) - { - $image = $this->image; - - $maxJ = $this->image->getWidth(); - $stateCount = $this->getCrossCheckStateCount(); - - $j = $startJ; - while ($j >= 0 && $image->get($j, $centerI)) { - $stateCount[2]++; - $j--; - } - if ($j < 0) { - return NAN; - } - while ($j >= 0 && !$image->get($j, $centerI) && $stateCount[1] <= $maxCount) { - $stateCount[1]++; - $j--; - } - if ($j < 0 || $stateCount[1] > $maxCount) { - return NAN; - } - while ($j >= 0 && $image->get($j, $centerI) && $stateCount[0] <= $maxCount) { - $stateCount[0]++; - $j--; - } - if ($stateCount[0] > $maxCount) { - return NAN; - } - - $j = $startJ + 1; - while ($j < $maxJ && $image->get($j, $centerI)) { - $stateCount[2]++; - $j++; - } - if ($j == $maxJ) { - return NAN; - } - while ($j < $maxJ && !$image->get($j, $centerI) && $stateCount[3] < $maxCount) { - $stateCount[3]++; - $j++; - } - if ($j == $maxJ || $stateCount[3] >= $maxCount) { - return NAN; - } - while ($j < $maxJ && $this->image->get($j, $centerI) && $stateCount[4] < $maxCount) { - $stateCount[4]++; - $j++; - } - if ($stateCount[4] >= $maxCount) { - return NAN; - } - - // If we found a finder-pattern-like section, but its size is significantly different than - // the original, assume it's a false positive - $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2] + $stateCount[3] + - $stateCount[4]; - if (5 * abs($stateCountTotal - $originalStateCountTotal) >= $originalStateCountTotal) { - return NAN; - } - - return $this->foundPatternCross($stateCount) ? $this->centerFromEnd($stateCount, $j) : NAN; - } - - /** - * After a vertical and horizontal scan finds a potential finder pattern, this method - * "cross-cross-cross-checks" by scanning down diagonally through the center of the possible - * finder pattern to see if the same proportion is detected. - * - * @param $startI ; row where a finder pattern was detected - * @param centerJ ; center of the section that appears to cross a finder pattern - * @param $maxCount ; maximum reasonable number of modules that should be - * observed in any reading state, based on the results of the horizontal scan - * @param originalStateCountTotal ; The original state count total. - * - * @return true if proportions are withing expected limits - */ - private function crossCheckDiagonal($startI, $centerJ, $maxCount, $originalStateCountTotal) - { - $stateCount = $this->getCrossCheckStateCount(); - - // Start counting up, left from center finding black center mass - $i = 0; - $startI = (int)($startI); - $centerJ = (int)($centerJ); - while ($startI >= $i && $centerJ >= $i && $this->image->get($centerJ - $i, $startI - $i)) { - $stateCount[2]++; - $i++; - } - - if ($startI < $i || $centerJ < $i) { - return false; - } - - // Continue up, left finding white space - while ($startI >= $i && $centerJ >= $i && !$this->image->get($centerJ - $i, $startI - $i) && - $stateCount[1] <= $maxCount) { - $stateCount[1]++; - $i++; - } - - // If already too many modules in this state or ran off the edge: - if ($startI < $i || $centerJ < $i || $stateCount[1] > $maxCount) { - return false; - } - - // Continue up, left finding black border - while ($startI >= $i && $centerJ >= $i && $this->image->get($centerJ - $i, $startI - $i) && - $stateCount[0] <= $maxCount) { - $stateCount[0]++; - $i++; - } - if ($stateCount[0] > $maxCount) { - return false; - } - - $maxI = $this->image->getHeight(); - $maxJ = $this->image->getWidth(); - - // Now also count down, right from center - $i = 1; - while ($startI + $i < $maxI && $centerJ + $i < $maxJ && $this->image->get($centerJ + $i, $startI + $i)) { - $stateCount[2]++; - $i++; - } - - // Ran off the edge? - if ($startI + $i >= $maxI || $centerJ + $i >= $maxJ) { - return false; - } - - while ($startI + $i < $maxI && $centerJ + $i < $maxJ && !$this->image->get($centerJ + $i, $startI + $i) && - $stateCount[3] < $maxCount) { - $stateCount[3]++; - $i++; - } - - if ($startI + $i >= $maxI || $centerJ + $i >= $maxJ || $stateCount[3] >= $maxCount) { - return false; - } - - while ($startI + $i < $maxI && $centerJ + $i < $maxJ && $this->image->get($centerJ + $i, $startI + $i) && - $stateCount[4] < $maxCount) { - $stateCount[4]++; - $i++; - } - - if ($stateCount[4] >= $maxCount) { - return false; - } - - // If we found a finder-pattern-like section, but its size is more than 100% different than - // the original, assume it's a false positive - $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2] + $stateCount[3] + $stateCount[4]; - - return - abs($stateCountTotal - $originalStateCountTotal) < 2 * $originalStateCountTotal && - self::foundPatternCross($stateCount); - } - - /** - * @return true iff we have found at least 3 finder patterns that have been detected - * at least {@link #CENTER_QUORUM} times each, and, the estimated module size of the - * candidates is "pretty similar" - */ - private function haveMultiplyConfirmedCenters() - { - $confirmedCount = 0; - $totalModuleSize = 0.0; - $max = count($this->possibleCenters); - foreach ($this->possibleCenters as $pattern) { - if ($pattern->getCount() >= self::$CENTER_QUORUM) { - $confirmedCount++; - $totalModuleSize += $pattern->getEstimatedModuleSize(); - } - } - if ($confirmedCount < 3) { - return false; - } - // OK, we have at least 3 confirmed centers, but, it's possible that one is a "false positive" - // and that we need to keep looking. We detect this by asking if the estimated module sizes - // vary too much. We arbitrarily say that when the total deviation from average exceeds - // 5% of the total module size estimates, it's too much. - $average = $totalModuleSize / (float)$max; - $totalDeviation = 0.0; - foreach ($this->possibleCenters as $pattern) { - $totalDeviation += abs($pattern->getEstimatedModuleSize() - $average); - } - - return $totalDeviation <= 0.05 * $totalModuleSize; - } - - /** - * @return number of rows we could safely skip during scanning, based on the first - * two finder patterns that have been located. In some cases their position will - * allow us to infer that the third pattern must lie below a certain point farther - * down in the image. - */ - private function findRowSkip() - { - $max = count($this->possibleCenters); - if ($max <= 1) { - return 0; - } - $firstConfirmedCenter = null; - foreach ($this->possibleCenters as $center) { - - - if ($center->getCount() >= self::$CENTER_QUORUM) { - if ($firstConfirmedCenter == null) { - $firstConfirmedCenter = $center; - } else { - // We have two confirmed centers - // How far down can we skip before resuming looking for the next - // pattern? In the worst case, only the difference between the - // difference in the x / y coordinates of the two centers. - // This is the case where you find top left last. - $this->hasSkipped = true; - - return (int)((abs($firstConfirmedCenter->getX() - $center->getX()) - - abs($firstConfirmedCenter->getY() - $center->getY())) / 2); - } - } - } - - return 0; - } - - /** - * @return array the 3 best {@link FinderPattern}s from our list of candidates. The "best" are - * those that have been detected at least {@link #CENTER_QUORUM} times, and whose module - * size differs from the average among those patterns the least - * @throws NotFoundException if 3 such finder patterns do not exist - */ - private function selectBestPatterns() - { - $startSize = count($this->possibleCenters); - if ($startSize < 3) { - // Couldn't find enough finder patterns - throw new NotFoundException; - } - - // Filter outlier possibilities whose module size is too different - if ($startSize > 3) { - // But we can only afford to do so if we have at least 4 possibilities to choose from - $totalModuleSize = 0.0; - $square = 0.0; - foreach ($this->possibleCenters as $center) { - $size = $center->getEstimatedModuleSize(); - $totalModuleSize += $size; - $square += $size * $size; - } - $this->average = $totalModuleSize / (float)$startSize; - $stdDev = (float)sqrt($square / $startSize - $this->average * $this->average); - - usort($this->possibleCenters, [$this, 'FurthestFromAverageComparator']); - - $limit = max(0.2 * $this->average, $stdDev); - - for ($i = 0; $i < count($this->possibleCenters) && count($this->possibleCenters) > 3; $i++) { - $pattern = $this->possibleCenters[$i]; - if (abs($pattern->getEstimatedModuleSize() - $this->average) > $limit) { - unset($this->possibleCenters[$i]);//возможно что ключи меняются в java при вызове .remove(i) ??? - $this->possibleCenters = array_values($this->possibleCenters); - $i--; - } - } - } - - if (count($this->possibleCenters) > 3) { - // Throw away all but those first size candidate points we found. - - $totalModuleSize = 0.0; - foreach ($this->possibleCenters as $possibleCenter) { - $totalModuleSize += $possibleCenter->getEstimatedModuleSize(); - } - - $this->average = $totalModuleSize / (float)count($this->possibleCenters); - - usort($this->possibleCenters, [$this, 'CenterComparator']); - - array_slice($this->possibleCenters, 3, count($this->possibleCenters) - 3); - } - - return [$this->possibleCenters[0], $this->possibleCenters[1], $this->possibleCenters[2]]; - } - - /** - *

Orders by furthest from average

- */ - public function FurthestFromAverageComparator($center1, $center2) - { - - $dA = abs($center2->getEstimatedModuleSize() - $this->average); - $dB = abs($center1->getEstimatedModuleSize() - $this->average); - if ($dA < $dB) { - return -1; - } elseif ($dA == $dB) { - return 0; - } else { - return 1; - } - } - - public function CenterComparator($center1, $center2) - { - if ($center2->getCount() == $center1->getCount()) { - $dA = abs($center2->getEstimatedModuleSize() - $this->average); - $dB = abs($center1->getEstimatedModuleSize() - $this->average); - if ($dA < $dB) { - return 1; - } elseif ($dA == $dB) { - return 0; - } else { - return -1; - } - } else { - return $center2->getCount() - $center1->getCount(); - } - } - - protected final function getImage() - { - return $this->image; - } - /** - *

Orders by {@link FinderPattern#getCount()}, descending.

- */ - - //@Override - protected final function getPossibleCenters() - { //List getPossibleCenters() - return $this->possibleCenters; - } + protected static int $MIN_SKIP = 3; + protected static int $MAX_MODULES = 57; // 1 pixel/module times 3 modules/center + private static int $CENTER_QUORUM = 2; + private ?float $average = null; + private array $possibleCenters = []; //private final List possibleCenters; + private bool $hasSkipped = false; + /** + * @var mixed|int[] + */ + private $crossCheckStateCount; + + /** + *

Creates a finder that will search the image for three finder patterns.

+ * + * @param BitMatrix $image image to search + */ + public function __construct(private $image, private $resultPointCallback = null) + { + //new ArrayList<>(); + $this->crossCheckStateCount = fill_array(0, 5, 0); + } + + final public function find($hints): \Zxing\Qrcode\Detector\FinderPatternInfo + {/*final FinderPatternInfo find(Map hints) throws NotFoundException {*/ + $tryHarder = $hints != null && $hints['TRY_HARDER']; + $pureBarcode = $hints != null && $hints['PURE_BARCODE']; + $maxI = $this->image->getHeight(); + $maxJ = $this->image->getWidth(); + // We are looking for black/white/black/white/black modules in + // 1:1:3:1:1 ratio; this tracks the number of such modules seen so far + + // Let's assume that the maximum version QR Code we support takes up 1/4 the height of the + // image, and then account for the center being 3 modules in size. This gives the smallest + // number of pixels the center could be, so skip this often. When trying harder, look for all + // QR versions regardless of how dense they are. + $iSkip = (int)((3 * $maxI) / (4 * self::$MAX_MODULES)); + if ($iSkip < self::$MIN_SKIP || $tryHarder) { + $iSkip = self::$MIN_SKIP; + } + + $done = false; + $stateCount = []; + for ($i = $iSkip - 1; $i < $maxI && !$done; $i += $iSkip) { + // Get a row of black/white values + $stateCount[0] = 0; + $stateCount[1] = 0; + $stateCount[2] = 0; + $stateCount[3] = 0; + $stateCount[4] = 0; + $currentState = 0; + for ($j = 0; $j < $maxJ; $j++) { + if ($this->image->get($j, $i)) { + // Black pixel + if (($currentState & 1) == 1) { // Counting white pixels + $currentState++; + } + $stateCount[$currentState]++; + } else { // White pixel + if (($currentState & 1) == 0) { // Counting black pixels + if ($currentState == 4) { // A winner? + if (self::foundPatternCross($stateCount)) { // Yes + $confirmed = $this->handlePossibleCenter($stateCount, $i, $j, $pureBarcode); + if ($confirmed) { + // Start examining every other line. Checking each line turned out to be too + // expensive and didn't improve performance. + $iSkip = 3; + if ($this->hasSkipped) { + $done = $this->haveMultiplyConfirmedCenters(); + } else { + $rowSkip = $this->findRowSkip(); + if ($rowSkip > $stateCount[2]) { + // Skip rows between row of lower confirmed center + // and top of presumed third confirmed center + // but back up a bit to get a full chance of detecting + // it, entire width of center of finder pattern + + // Skip by rowSkip, but back off by $stateCount[2] (size of last center + // of pattern we saw) to be conservative, and also back off by iSkip which + // is about to be re-added + $i += $rowSkip - $stateCount[2] - $iSkip; + $j = $maxJ - 1; + } + } + } else { + $stateCount[0] = $stateCount[2]; + $stateCount[1] = $stateCount[3]; + $stateCount[2] = $stateCount[4]; + $stateCount[3] = 1; + $stateCount[4] = 0; + $currentState = 3; + continue; + } + // Clear state to start looking again + $currentState = 0; + $stateCount[0] = 0; + $stateCount[1] = 0; + $stateCount[2] = 0; + $stateCount[3] = 0; + $stateCount[4] = 0; + } else { // No, shift counts back by two + $stateCount[0] = $stateCount[2]; + $stateCount[1] = $stateCount[3]; + $stateCount[2] = $stateCount[4]; + $stateCount[3] = 1; + $stateCount[4] = 0; + $currentState = 3; + } + } else { + $stateCount[++$currentState]++; + } + } else { // Counting white pixels + $stateCount[$currentState]++; + } + } + } + if (self::foundPatternCross($stateCount)) { + $confirmed = $this->handlePossibleCenter($stateCount, $i, $maxJ, $pureBarcode); + if ($confirmed) { + $iSkip = $stateCount[0]; + if ($this->hasSkipped) { + // Found a third one + $done = $this->haveMultiplyConfirmedCenters(); + } + } + } + } + + $patternInfo = $this->selectBestPatterns(); + $patternInfo = ResultPoint::orderBestPatterns($patternInfo); + + return new FinderPatternInfo($patternInfo); + } + + /** + * @param $stateCount ; count of black/white/black/white/black pixels just read + * + * @return true iff the proportions of the counts is close enough to the 1/1/3/1/1 ratios + * used by finder patterns to be considered a match + */ + protected static function foundPatternCross($stateCount) + { + $totalModuleSize = 0; + for ($i = 0; $i < 5; $i++) { + $count = $stateCount[$i]; + if ($count == 0) { + return false; + } + $totalModuleSize += $count; + } + if ($totalModuleSize < 7) { + return false; + } + $moduleSize = $totalModuleSize / 7.0; + $maxVariance = $moduleSize / 2.0; + + // Allow less than 50% variance from 1-1-3-1-1 proportions + return + abs($moduleSize - $stateCount[0]) < $maxVariance && + abs($moduleSize - $stateCount[1]) < $maxVariance && + abs(3.0 * $moduleSize - $stateCount[2]) < 3 * $maxVariance && + abs($moduleSize - $stateCount[3]) < $maxVariance && + abs($moduleSize - $stateCount[4]) < $maxVariance; + } + + /** + *

This is called when a horizontal scan finds a possible alignment pattern. It will + * cross check with a vertical scan, and if successful, will, ah, cross-cross-check + * with another horizontal scan. This is needed primarily to locate the real horizontal + * center of the pattern in cases of extreme skew. + * And then we cross-cross-cross check with another diagonal scan.

+ * + *

If that succeeds the finder pattern location is added to a list that tracks + * the number of times each location has been nearly-matched as a finder pattern. + * Each additional find is more evidence that the location is in fact a finder + * pattern center + * + * @param reading $stateCount state module counts from horizontal scan + * @param row $i where finder pattern may be found + * @param end $j of possible finder pattern in row + * @param true $pureBarcode if in "pure barcode" mode + * + * @return true if a finder pattern candidate was found this time + */ + final protected function handlePossibleCenter($stateCount, $i, $j, $pureBarcode) + { + $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2] + $stateCount[3] + + $stateCount[4]; + $centerJ = self::centerFromEnd($stateCount, $j); + $centerI = $this->crossCheckVertical($i, (int)($centerJ), $stateCount[2], $stateCountTotal); + if (!is_nan($centerI)) { + // Re-cross check + $centerJ = $this->crossCheckHorizontal((int)($centerJ), (int)($centerI), $stateCount[2], $stateCountTotal); + if (!is_nan($centerJ) && + (!$pureBarcode || $this->crossCheckDiagonal((int)($centerI), (int)($centerJ), $stateCount[2], $stateCountTotal)) + ) { + $estimatedModuleSize = (float)$stateCountTotal / 7.0; + $found = false; + for ($index = 0; $index < count($this->possibleCenters); $index++) { + $center = $this->possibleCenters[$index]; + // Look for about the same center and module size: + if ($center->aboutEquals($estimatedModuleSize, $centerI, $centerJ)) { + $this->possibleCenters[$index] = $center->combineEstimate($centerI, $centerJ, $estimatedModuleSize); + $found = true; + break; + } + } + if (!$found) { + $point = new FinderPattern($centerJ, $centerI, $estimatedModuleSize); + $this->possibleCenters[] = $point; + if ($this->resultPointCallback != null) { + $this->resultPointCallback->foundPossibleResultPoint($point); + } + } + + return true; + } + } + + return false; + } + + /** + * Given a count of black/white/black/white/black pixels just seen and an end position, + * figures the location of the center of this run. + */ + private static function centerFromEnd($stateCount, $end) + { + return (float)($end - $stateCount[4] - $stateCount[3]) - $stateCount[2] / 2.0; + } + + /** + *

After a horizontal scan finds a potential finder pattern, this method + * "cross-checks" by scanning down vertically through the center of the possible + * finder pattern to see if the same proportion is detected.

+ * + * @param $startI ; row where a finder pattern was detected + * @param $centerJ ; center of the section that appears to cross a finder pattern + * @param $maxCount ; maximum reasonable number of modules that should be + * observed in any reading state, based on the results of the horizontal scan + * + * @return float vertical center of finder pattern, or {@link Float#NaN} if not found + */ + private function crossCheckVertical( + $startI, + $centerJ, + $maxCount, + $originalStateCountTotal + ) + { + $image = $this->image; + + $maxI = $image->getHeight(); + $stateCount = $this->getCrossCheckStateCount(); + + // Start counting up from center + $i = $startI; + while ($i >= 0 && $image->get($centerJ, $i)) { + $stateCount[2]++; + $i--; + } + if ($i < 0) { + return NAN; + } + while ($i >= 0 && !$image->get($centerJ, $i) && $stateCount[1] <= $maxCount) { + $stateCount[1]++; + $i--; + } + // If already too many modules in this state or ran off the edge: + if ($i < 0 || $stateCount[1] > $maxCount) { + return NAN; + } + while ($i >= 0 && $image->get($centerJ, $i) && $stateCount[0] <= $maxCount) { + $stateCount[0]++; + $i--; + } + if ($stateCount[0] > $maxCount) { + return NAN; + } + + // Now also count down from center + $i = $startI + 1; + while ($i < $maxI && $image->get($centerJ, $i)) { + $stateCount[2]++; + $i++; + } + if ($i == $maxI) { + return NAN; + } + while ($i < $maxI && !$image->get($centerJ, $i) && $stateCount[3] < $maxCount) { + $stateCount[3]++; + $i++; + } + if ($i == $maxI || $stateCount[3] >= $maxCount) { + return NAN; + } + while ($i < $maxI && $image->get($centerJ, $i) && $stateCount[4] < $maxCount) { + $stateCount[4]++; + $i++; + } + if ($stateCount[4] >= $maxCount) { + return NAN; + } + + // If we found a finder-pattern-like section, but its size is more than 40% different than + // the original, assume it's a false positive + $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2] + $stateCount[3] + + $stateCount[4]; + if (5 * abs($stateCountTotal - $originalStateCountTotal) >= 2 * $originalStateCountTotal) { + return NAN; + } + + return self::foundPatternCross($stateCount) ? self::centerFromEnd($stateCount, $i) : NAN; + } + + private function getCrossCheckStateCount() + { + $this->crossCheckStateCount[0] = 0; + $this->crossCheckStateCount[1] = 0; + $this->crossCheckStateCount[2] = 0; + $this->crossCheckStateCount[3] = 0; + $this->crossCheckStateCount[4] = 0; + + return $this->crossCheckStateCount; + } + + /** + *

Like {@link #crossCheckVertical(int, int, int, int)}, and in fact is basically identical, + * except it reads horizontally instead of vertically. This is used to cross-cross + * check a vertical cross check and locate the real center of the alignment pattern.

+ */ + private function crossCheckHorizontal( + $startJ, + $centerI, + $maxCount, + $originalStateCountTotal + ) + { + $image = $this->image; + + $maxJ = $this->image->getWidth(); + $stateCount = $this->getCrossCheckStateCount(); + + $j = $startJ; + while ($j >= 0 && $image->get($j, $centerI)) { + $stateCount[2]++; + $j--; + } + if ($j < 0) { + return NAN; + } + while ($j >= 0 && !$image->get($j, $centerI) && $stateCount[1] <= $maxCount) { + $stateCount[1]++; + $j--; + } + if ($j < 0 || $stateCount[1] > $maxCount) { + return NAN; + } + while ($j >= 0 && $image->get($j, $centerI) && $stateCount[0] <= $maxCount) { + $stateCount[0]++; + $j--; + } + if ($stateCount[0] > $maxCount) { + return NAN; + } + + $j = $startJ + 1; + while ($j < $maxJ && $image->get($j, $centerI)) { + $stateCount[2]++; + $j++; + } + if ($j == $maxJ) { + return NAN; + } + while ($j < $maxJ && !$image->get($j, $centerI) && $stateCount[3] < $maxCount) { + $stateCount[3]++; + $j++; + } + if ($j == $maxJ || $stateCount[3] >= $maxCount) { + return NAN; + } + while ($j < $maxJ && $this->image->get($j, $centerI) && $stateCount[4] < $maxCount) { + $stateCount[4]++; + $j++; + } + if ($stateCount[4] >= $maxCount) { + return NAN; + } + + // If we found a finder-pattern-like section, but its size is significantly different than + // the original, assume it's a false positive + $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2] + $stateCount[3] + + $stateCount[4]; + if (5 * abs($stateCountTotal - $originalStateCountTotal) >= $originalStateCountTotal) { + return NAN; + } + + return static::foundPatternCross($stateCount) ? self::centerFromEnd($stateCount, $j) : NAN; + } + + /** + * After a vertical and horizontal scan finds a potential finder pattern, this method + * "cross-cross-cross-checks" by scanning down diagonally through the center of the possible + * finder pattern to see if the same proportion is detected. + * + * @param $startI ; row where a finder pattern was detected + * @param $centerJ ; center of the section that appears to cross a finder pattern + * @param $maxCount ; maximum reasonable number of modules that should be + * observed in any reading state, based on the results of the horizontal scan + * @param $originalStateCountTotal ; The original state count total. + * + * @return true if proportions are withing expected limits + */ + private function crossCheckDiagonal($startI, $centerJ, $maxCount, $originalStateCountTotal) + { + $stateCount = $this->getCrossCheckStateCount(); + + // Start counting up, left from center finding black center mass + $i = 0; + $startI = (int)($startI); + $centerJ = (int)($centerJ); + while ($startI >= $i && $centerJ >= $i && $this->image->get($centerJ - $i, $startI - $i)) { + $stateCount[2]++; + $i++; + } + + if ($startI < $i || $centerJ < $i) { + return false; + } + + // Continue up, left finding white space + while ($startI >= $i && $centerJ >= $i && !$this->image->get($centerJ - $i, $startI - $i) && + $stateCount[1] <= $maxCount) { + $stateCount[1]++; + $i++; + } + + // If already too many modules in this state or ran off the edge: + if ($startI < $i || $centerJ < $i || $stateCount[1] > $maxCount) { + return false; + } + + // Continue up, left finding black border + while ($startI >= $i && $centerJ >= $i && $this->image->get($centerJ - $i, $startI - $i) && + $stateCount[0] <= $maxCount) { + $stateCount[0]++; + $i++; + } + if ($stateCount[0] > $maxCount) { + return false; + } + + $maxI = $this->image->getHeight(); + $maxJ = $this->image->getWidth(); + + // Now also count down, right from center + $i = 1; + while ($startI + $i < $maxI && $centerJ + $i < $maxJ && $this->image->get($centerJ + $i, $startI + $i)) { + $stateCount[2]++; + $i++; + } + + // Ran off the edge? + if ($startI + $i >= $maxI || $centerJ + $i >= $maxJ) { + return false; + } + + while ($startI + $i < $maxI && $centerJ + $i < $maxJ && !$this->image->get($centerJ + $i, $startI + $i) && + $stateCount[3] < $maxCount) { + $stateCount[3]++; + $i++; + } + + if ($startI + $i >= $maxI || $centerJ + $i >= $maxJ || $stateCount[3] >= $maxCount) { + return false; + } + + while ($startI + $i < $maxI && $centerJ + $i < $maxJ && $this->image->get($centerJ + $i, $startI + $i) && + $stateCount[4] < $maxCount) { + $stateCount[4]++; + $i++; + } + + if ($stateCount[4] >= $maxCount) { + return false; + } + + // If we found a finder-pattern-like section, but its size is more than 100% different than + // the original, assume it's a false positive + $stateCountTotal = $stateCount[0] + $stateCount[1] + $stateCount[2] + $stateCount[3] + $stateCount[4]; + + return + abs($stateCountTotal - $originalStateCountTotal) < 2 * $originalStateCountTotal && + self::foundPatternCross($stateCount); + } + + /** + * @return true iff we have found at least 3 finder patterns that have been detected + * at least {@link #CENTER_QUORUM} times each, and, the estimated module size of the + * candidates is "pretty similar" + */ + private function haveMultiplyConfirmedCenters() + { + $confirmedCount = 0; + $totalModuleSize = 0.0; + $max = count($this->possibleCenters); + foreach ($this->possibleCenters as $pattern) { + if ($pattern->getCount() >= self::$CENTER_QUORUM) { + $confirmedCount++; + $totalModuleSize += $pattern->getEstimatedModuleSize(); + } + } + if ($confirmedCount < 3) { + return false; + } + // OK, we have at least 3 confirmed centers, but, it's possible that one is a "false positive" + // and that we need to keep looking. We detect this by asking if the estimated module sizes + // vary too much. We arbitrarily say that when the total deviation from average exceeds + // 5% of the total module size estimates, it's too much. + $average = $totalModuleSize / (float)$max; + $totalDeviation = 0.0; + foreach ($this->possibleCenters as $pattern) { + $totalDeviation += abs($pattern->getEstimatedModuleSize() - $average); + } + + return $totalDeviation <= 0.05 * $totalModuleSize; + } + + /** + * @return int number of rows we could safely skip during scanning, based on the first + * two finder patterns that have been located. In some cases their position will + * allow us to infer that the third pattern must lie below a certain point farther + * down in the image. + */ + private function findRowSkip() + { + $max = count($this->possibleCenters); + if ($max <= 1) { + return 0; + } + $firstConfirmedCenter = null; + foreach ($this->possibleCenters as $center) { + if ($center->getCount() >= self::$CENTER_QUORUM) { + if ($firstConfirmedCenter == null) { + $firstConfirmedCenter = $center; + } else { + // We have two confirmed centers + // How far down can we skip before resuming looking for the next + // pattern? In the worst case, only the difference between the + // difference in the x / y coordinates of the two centers. + // This is the case where you find top left last. + $this->hasSkipped = true; + + return (int)((abs($firstConfirmedCenter->getX() - $center->getX()) - + abs($firstConfirmedCenter->getY() - $center->getY())) / 2); + } + } + } + + return 0; + } + + /** + * @return array the 3 best {@link FinderPattern}s from our list of candidates. The "best" are + * those that have been detected at least {@link #CENTER_QUORUM} times, and whose module + * size differs from the average among those patterns the least + * @throws NotFoundException if 3 such finder patterns do not exist + */ + private function selectBestPatterns() + { + $startSize = count($this->possibleCenters); + if ($startSize < 3) { + // Couldn't find enough finder patterns + throw new NotFoundException(); + } + + // Filter outlier possibilities whose module size is too different + if ($startSize > 3) { + // But we can only afford to do so if we have at least 4 possibilities to choose from + $totalModuleSize = 0.0; + $square = 0.0; + foreach ($this->possibleCenters as $center) { + $size = $center->getEstimatedModuleSize(); + $totalModuleSize += $size; + $square += $size * $size; + } + $this->average = $totalModuleSize / (float)$startSize; + $stdDev = (float)sqrt($square / $startSize - $this->average * $this->average); + + usort($this->possibleCenters, $this->FurthestFromAverageComparator(...)); + + $limit = max(0.2 * $this->average, $stdDev); + + for ($i = 0; $i < count($this->possibleCenters) && count($this->possibleCenters) > 3; $i++) { + $pattern = $this->possibleCenters[$i]; + if (abs($pattern->getEstimatedModuleSize() - $this->average) > $limit) { + unset($this->possibleCenters[$i]);//возможно что ключи меняются в java при вызове .remove(i) ??? + $this->possibleCenters = array_values($this->possibleCenters); + $i--; + } + } + } + + if (count($this->possibleCenters) > 3) { + // Throw away all but those first size candidate points we found. + + $totalModuleSize = 0.0; + foreach ($this->possibleCenters as $possibleCenter) { + $totalModuleSize += $possibleCenter->getEstimatedModuleSize(); + } + + $this->average = $totalModuleSize / (float)count($this->possibleCenters); + + usort($this->possibleCenters, $this->CenterComparator(...)); + + array_slice($this->possibleCenters, 3, count($this->possibleCenters) - 3); + } + + return [$this->possibleCenters[0], $this->possibleCenters[1], $this->possibleCenters[2]]; + } + + /** + *

Orders by furthest from average

+ */ + public function FurthestFromAverageComparator($center1, $center2) + { + $dA = abs($center2->getEstimatedModuleSize() - $this->average); + $dB = abs($center1->getEstimatedModuleSize() - $this->average); + if ($dA < $dB) { + return -1; + } elseif ($dA == $dB) { + return 0; + } else { + return 1; + } + } + + public function CenterComparator($center1, $center2) + { + if ($center2->getCount() == $center1->getCount()) { + $dA = abs($center2->getEstimatedModuleSize() - $this->average); + $dB = abs($center1->getEstimatedModuleSize() - $this->average); + if ($dA < $dB) { + return 1; + } elseif ($dA == $dB) { + return 0; + } else { + return -1; + } + } else { + return $center2->getCount() - $center1->getCount(); + } + } + + final protected function getImage() + { + return $this->image; + } + /** + *

Orders by {@link FinderPattern#getCount()}, descending.

+ */ + + //@Override + final protected function getPossibleCenters() + { //List getPossibleCenters() + return $this->possibleCenters; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPatternInfo.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPatternInfo.php index 28091a4..6f605cd 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPatternInfo.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/Detector/FinderPatternInfo.php @@ -25,29 +25,29 @@ namespace Zxing\Qrcode\Detector; */ final class FinderPatternInfo { - private $bottomLeft; - private $topLeft; - private $topRight; + private $bottomLeft; + private $topLeft; + private $topRight; - public function __construct($patternCenters) - { - $this->bottomLeft = $patternCenters[0]; - $this->topLeft = $patternCenters[1]; - $this->topRight = $patternCenters[2]; - } + public function __construct($patternCenters) + { + $this->bottomLeft = $patternCenters[0]; + $this->topLeft = $patternCenters[1]; + $this->topRight = $patternCenters[2]; + } - public function getBottomLeft() - { - return $this->bottomLeft; - } + public function getBottomLeft() + { + return $this->bottomLeft; + } - public function getTopLeft() - { - return $this->topLeft; - } + public function getTopLeft() + { + return $this->topLeft; + } - public function getTopRight() - { - return $this->topRight; - } + public function getTopRight() + { + return $this->topRight; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/QRCodeReader.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/QRCodeReader.php index 2fd1c46..dc5bf77 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/QRCodeReader.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Qrcode/QRCodeReader.php @@ -19,13 +19,13 @@ namespace Zxing\Qrcode; use Zxing\BinaryBitmap; use Zxing\ChecksumException; +use Zxing\Common\BitMatrix; use Zxing\FormatException; use Zxing\NotFoundException; -use Zxing\Reader; -use Zxing\Result; -use Zxing\Common\BitMatrix; use Zxing\Qrcode\Decoder\Decoder; use Zxing\Qrcode\Detector\Detector; +use Zxing\Reader; +use Zxing\Result; /** * This implementation can detect and decode QR Codes in an image. @@ -34,189 +34,188 @@ use Zxing\Qrcode\Detector\Detector; */ class QRCodeReader implements Reader { - private static $NO_POINTS = []; - private $decoder; + private static array $NO_POINTS = []; + private readonly \Zxing\Qrcode\Decoder\Decoder $decoder; - public function __construct() - { - $this->decoder = new Decoder(); - } + public function __construct() + { + $this->decoder = new Decoder(); + } - /** - * @param BinaryBitmap $image - * @param null $hints - * - * @return Result - * @throws \Zxing\FormatException - * @throws \Zxing\NotFoundException - */ - public function decode(BinaryBitmap $image, $hints = null) - { - $decoderResult = null; - if ($hints !== null && $hints['PURE_BARCODE']) { - $bits = self::extractPureBits($image->getBlackMatrix()); - $decoderResult = $this->decoder->decode($bits, $hints); - $points = self::$NO_POINTS; - } else { - $detector = new Detector($image->getBlackMatrix()); - $detectorResult = $detector->detect($hints); + /** + * @param null $hints + * + * @return Result + * @throws \Zxing\FormatException + * @throws \Zxing\NotFoundException + */ + public function decode(BinaryBitmap $image, $hints = null) + { + $decoderResult = null; + if ($hints !== null && $hints['PURE_BARCODE']) { + $bits = self::extractPureBits($image->getBlackMatrix()); + $decoderResult = $this->decoder->decode($bits, $hints); + $points = self::$NO_POINTS; + } else { + $detector = new Detector($image->getBlackMatrix()); + $detectorResult = $detector->detect($hints); - $decoderResult = $this->decoder->decode($detectorResult->getBits(), $hints); - $points = $detectorResult->getPoints(); - } - $result = new Result($decoderResult->getText(), $decoderResult->getRawBytes(), $points, 'QR_CODE');//BarcodeFormat.QR_CODE + $decoderResult = $this->decoder->decode($detectorResult->getBits(), $hints); + $points = $detectorResult->getPoints(); + } + $result = new Result($decoderResult->getText(), $decoderResult->getRawBytes(), $points, 'QR_CODE');//BarcodeFormat.QR_CODE - $byteSegments = $decoderResult->getByteSegments(); - if ($byteSegments !== null) { - $result->putMetadata('BYTE_SEGMENTS', $byteSegments);//ResultMetadataType.BYTE_SEGMENTS - } - $ecLevel = $decoderResult->getECLevel(); - if ($ecLevel !== null) { - $result->putMetadata('ERROR_CORRECTION_LEVEL', $ecLevel);//ResultMetadataType.ERROR_CORRECTION_LEVEL - } - if ($decoderResult->hasStructuredAppend()) { - $result->putMetadata( - 'STRUCTURED_APPEND_SEQUENCE',//ResultMetadataType.STRUCTURED_APPEND_SEQUENCE - $decoderResult->getStructuredAppendSequenceNumber() - ); - $result->putMetadata( - 'STRUCTURED_APPEND_PARITY',//ResultMetadataType.STRUCTURED_APPEND_PARITY - $decoderResult->getStructuredAppendParity() - ); - } + $byteSegments = $decoderResult->getByteSegments(); + if ($byteSegments !== null) { + $result->putMetadata('BYTE_SEGMENTS', $byteSegments);//ResultMetadataType.BYTE_SEGMENTS + } + $ecLevel = $decoderResult->getECLevel(); + if ($ecLevel !== null) { + $result->putMetadata('ERROR_CORRECTION_LEVEL', $ecLevel);//ResultMetadataType.ERROR_CORRECTION_LEVEL + } + if ($decoderResult->hasStructuredAppend()) { + $result->putMetadata( + 'STRUCTURED_APPEND_SEQUENCE',//ResultMetadataType.STRUCTURED_APPEND_SEQUENCE + $decoderResult->getStructuredAppendSequenceNumber() + ); + $result->putMetadata( + 'STRUCTURED_APPEND_PARITY',//ResultMetadataType.STRUCTURED_APPEND_PARITY + $decoderResult->getStructuredAppendParity() + ); + } - return $result; - } + return $result; + } - /** - * Locates and decodes a QR code in an image. - * - * @return a String representing the content encoded by the QR code - * @throws NotFoundException if a QR code cannot be found - * @throws FormatException if a QR code cannot be decoded - * @throws ChecksumException if error correction fails - */ + /** + * Locates and decodes a QR code in an image. + * + * @return a String representing the content encoded by the QR code + * @throws NotFoundException if a QR code cannot be found + * @throws FormatException if a QR code cannot be decoded + * @throws ChecksumException if error correction fails + */ - /** - * This method detects a code in a "pure" image -- that is, pure monochrome image - * which contains only an unrotated, unskewed, image of a code, with some white border - * around it. This is a specialized method that works exceptionally fast in this special - * case. - * - * @see com.google.zxing.datamatrix.DataMatrixReader#extractPureBits(BitMatrix) - */ - private static function extractPureBits(BitMatrix $image) - { - $leftTopBlack = $image->getTopLeftOnBit(); - $rightBottomBlack = $image->getBottomRightOnBit(); - if ($leftTopBlack === null || $rightBottomBlack == null) { - throw NotFoundException::getNotFoundInstance(); - } + /** + * This method detects a code in a "pure" image -- that is, pure monochrome image + * which contains only an unrotated, unskewed, image of a code, with some white border + * around it. This is a specialized method that works exceptionally fast in this special + * case. + * + * @see com.google.zxing.datamatrix.DataMatrixReader#extractPureBits(BitMatrix) + */ + private static function extractPureBits(BitMatrix $image) + { + $leftTopBlack = $image->getTopLeftOnBit(); + $rightBottomBlack = $image->getBottomRightOnBit(); + if ($leftTopBlack === null || $rightBottomBlack == null) { + throw NotFoundException::getNotFoundInstance(); + } - $moduleSize = self::moduleSize($leftTopBlack, $image); + $moduleSize = self::moduleSize($leftTopBlack, $image); - $top = $leftTopBlack[1]; - $bottom = $rightBottomBlack[1]; - $left = $leftTopBlack[0]; - $right = $rightBottomBlack[0]; + $top = $leftTopBlack[1]; + $bottom = $rightBottomBlack[1]; + $left = $leftTopBlack[0]; + $right = $rightBottomBlack[0]; - // Sanity check! - if ($left >= $right || $top >= $bottom) { - throw NotFoundException::getNotFoundInstance(); - } + // Sanity check! + if ($left >= $right || $top >= $bottom) { + throw NotFoundException::getNotFoundInstance(); + } - if ($bottom - $top != $right - $left) { - // Special case, where bottom-right module wasn't black so we found something else in the last row - // Assume it's a square, so use height as the width - $right = $left + ($bottom - $top); - } + if ($bottom - $top != $right - $left) { + // Special case, where bottom-right module wasn't black so we found something else in the last row + // Assume it's a square, so use height as the width + $right = $left + ($bottom - $top); + } - $matrixWidth = round(($right - $left + 1) / $moduleSize); - $matrixHeight = round(($bottom - $top + 1) / $moduleSize); - if ($matrixWidth <= 0 || $matrixHeight <= 0) { - throw NotFoundException::getNotFoundInstance(); - } - if ($matrixHeight != $matrixWidth) { - // Only possibly decode square regions - throw NotFoundException::getNotFoundInstance(); - } + $matrixWidth = round(($right - $left + 1) / $moduleSize); + $matrixHeight = round(($bottom - $top + 1) / $moduleSize); + if ($matrixWidth <= 0 || $matrixHeight <= 0) { + throw NotFoundException::getNotFoundInstance(); + } + if ($matrixHeight != $matrixWidth) { + // Only possibly decode square regions + throw NotFoundException::getNotFoundInstance(); + } - // Push in the "border" by half the module width so that we start - // sampling in the middle of the module. Just in case the image is a - // little off, this will help recover. - $nudge = (int)($moduleSize / 2.0);// $nudge = (int) ($moduleSize / 2.0f); - $top += $nudge; - $left += $nudge; + // Push in the "border" by half the module width so that we start + // sampling in the middle of the module. Just in case the image is a + // little off, this will help recover. + $nudge = (int)($moduleSize / 2.0);// $nudge = (int) ($moduleSize / 2.0f); + $top += $nudge; + $left += $nudge; - // But careful that this does not sample off the edge - // "right" is the farthest-right valid pixel location -- right+1 is not necessarily - // This is positive by how much the inner x loop below would be too large - $nudgedTooFarRight = $left + (int)(($matrixWidth - 1) * $moduleSize) - $right; - if ($nudgedTooFarRight > 0) { - if ($nudgedTooFarRight > $nudge) { - // Neither way fits; abort - throw NotFoundException::getNotFoundInstance(); - } - $left -= $nudgedTooFarRight; - } - // See logic above - $nudgedTooFarDown = $top + (int)(($matrixHeight - 1) * $moduleSize) - $bottom; - if ($nudgedTooFarDown > 0) { - if ($nudgedTooFarDown > $nudge) { - // Neither way fits; abort - throw NotFoundException::getNotFoundInstance(); - } - $top -= $nudgedTooFarDown; - } + // But careful that this does not sample off the edge + // "right" is the farthest-right valid pixel location -- right+1 is not necessarily + // This is positive by how much the inner x loop below would be too large + $nudgedTooFarRight = $left + (int)(($matrixWidth - 1) * $moduleSize) - $right; + if ($nudgedTooFarRight > 0) { + if ($nudgedTooFarRight > $nudge) { + // Neither way fits; abort + throw NotFoundException::getNotFoundInstance(); + } + $left -= $nudgedTooFarRight; + } + // See logic above + $nudgedTooFarDown = $top + (int)(($matrixHeight - 1) * $moduleSize) - $bottom; + if ($nudgedTooFarDown > 0) { + if ($nudgedTooFarDown > $nudge) { + // Neither way fits; abort + throw NotFoundException::getNotFoundInstance(); + } + $top -= $nudgedTooFarDown; + } - // Now just read off the bits - $bits = new BitMatrix($matrixWidth, $matrixHeight); - for ($y = 0; $y < $matrixHeight; $y++) { - $iOffset = $top + (int)($y * $moduleSize); - for ($x = 0; $x < $matrixWidth; $x++) { - if ($image->get($left + (int)($x * $moduleSize), $iOffset)) { - $bits->set($x, $y); - } - } - } + // Now just read off the bits + $bits = new BitMatrix($matrixWidth, $matrixHeight); + for ($y = 0; $y < $matrixHeight; $y++) { + $iOffset = $top + (int)($y * $moduleSize); + for ($x = 0; $x < $matrixWidth; $x++) { + if ($image->get($left + (int)($x * $moduleSize), $iOffset)) { + $bits->set($x, $y); + } + } + } - return $bits; - } + return $bits; + } - private static function moduleSize($leftTopBlack, BitMatrix $image) - { - $height = $image->getHeight(); - $width = $image->getWidth(); - $x = $leftTopBlack[0]; - $y = $leftTopBlack[1]; - /*$x = $leftTopBlack[0]; - $y = $leftTopBlack[1];*/ - $inBlack = true; - $transitions = 0; - while ($x < $width && $y < $height) { - if ($inBlack != $image->get($x, $y)) { - if (++$transitions == 5) { - break; - } - $inBlack = !$inBlack; - } - $x++; - $y++; - } - if ($x == $width || $y == $height) { - throw NotFoundException::getNotFoundInstance(); - } + private static function moduleSize($leftTopBlack, BitMatrix $image) + { + $height = $image->getHeight(); + $width = $image->getWidth(); + $x = $leftTopBlack[0]; + $y = $leftTopBlack[1]; + /*$x = $leftTopBlack[0]; + $y = $leftTopBlack[1];*/ + $inBlack = true; + $transitions = 0; + while ($x < $width && $y < $height) { + if ($inBlack != $image->get($x, $y)) { + if (++$transitions == 5) { + break; + } + $inBlack = !$inBlack; + } + $x++; + $y++; + } + if ($x == $width || $y == $height) { + throw NotFoundException::getNotFoundInstance(); + } - return ($x - $leftTopBlack[0]) / 7.0; //return ($x - $leftTopBlack[0]) / 7.0f; - } + return ($x - $leftTopBlack[0]) / 7.0; //return ($x - $leftTopBlack[0]) / 7.0f; + } - public function reset() - { - // do nothing - } + public function reset(): void + { + // do nothing + } - protected final function getDecoder() - { - return $this->decoder; - } + final protected function getDecoder() + { + return $this->decoder; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/RGBLuminanceSource.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/RGBLuminanceSource.php index e3fe222..d9399e0 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/RGBLuminanceSource.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/RGBLuminanceSource.php @@ -26,284 +26,294 @@ namespace Zxing; */ final class RGBLuminanceSource extends LuminanceSource { - public $luminances; - private $dataWidth; - private $dataHeight; - private $left; - private $top; - private $pixels; + public $luminances; + private $dataWidth; + private $dataHeight; + /** + * @var mixed|int + */ + private $left; + /** + * @var mixed|int + */ + private $top; + /** + * @var mixed|null + */ + private $pixels; - public function __construct( - $pixels, - $dataWidth, - $dataHeight, - $left = null, - $top = null, - $width = null, - $height = null - ) { - if (!$left && !$top && !$width && !$height) { - $this->RGBLuminanceSource_($pixels, $dataWidth, $dataHeight); + public function __construct( + $pixels, + $dataWidth, + $dataHeight, + $left = null, + $top = null, + $width = null, + $height = null + ) { + if (!$left && !$top && !$width && !$height) { + $this->RGBLuminanceSource_($pixels, $dataWidth, $dataHeight); - return; - } - parent::__construct($width, $height); - if ($left + $width > $dataWidth || $top + $height > $dataHeight) { - throw new \InvalidArgumentException("Crop rectangle does not fit within image data."); - } - $this->luminances = $pixels; - $this->dataWidth = $dataWidth; - $this->dataHeight = $dataHeight; - $this->left = $left; - $this->top = $top; - } + return; + } + parent::__construct($width, $height); + if ($left + $width > $dataWidth || $top + $height > $dataHeight) { + throw new \InvalidArgumentException("Crop rectangle does not fit within image data."); + } + $this->luminances = $pixels; + $this->dataWidth = $dataWidth; + $this->dataHeight = $dataHeight; + $this->left = $left; + $this->top = $top; + } - public function RGBLuminanceSource_($width, $height, $pixels) - { - parent::__construct($width, $height); + public function RGBLuminanceSource_($width, $height, $pixels): void + { + parent::__construct($width, $height); - $this->dataWidth = $width; - $this->dataHeight = $height; - $this->left = 0; - $this->top = 0; - $this->pixels = $pixels; + $this->dataWidth = $width; + $this->dataHeight = $height; + $this->left = 0; + $this->top = 0; + $this->pixels = $pixels; -// In order to measure pure decoding speed, we convert the entire image to a greyscale array -// up front, which is the same as the Y channel of the YUVLuminanceSource in the real app. - $this->luminances = []; - //$this->luminances = $this->grayScaleToBitmap($this->grayscale()); + // In order to measure pure decoding speed, we convert the entire image to a greyscale array + // up front, which is the same as the Y channel of the YUVLuminanceSource in the real app. + $this->luminances = []; + //$this->luminances = $this->grayScaleToBitmap($this->grayscale()); - foreach ($pixels as $key => $pixel) { - $r = $pixel['red']; - $g = $pixel['green']; - $b = $pixel['blue']; + foreach ($pixels as $key => $pixel) { + $r = $pixel['red']; + $g = $pixel['green']; + $b = $pixel['blue']; - /* if (($pixel & 0xFF000000) == 0) { - $pixel = 0xFFFFFFFF; // = white - } + /* if (($pixel & 0xFF000000) == 0) { + $pixel = 0xFFFFFFFF; // = white + } - // .229R + 0.587G + 0.114B (YUV/YIQ for PAL and NTSC) + // .229R + 0.587G + 0.114B (YUV/YIQ for PAL and NTSC) - $this->luminances[$key] = - (306 * (($pixel >> 16) & 0xFF) + - 601 * (($pixel >> 8) & 0xFF) + - 117 * ($pixel & 0xFF) + - 0x200) >> 10; + $this->luminances[$key] = + (306 * (($pixel >> 16) & 0xFF) + + 601 * (($pixel >> 8) & 0xFF) + + 117 * ($pixel & 0xFF) + + 0x200) >> 10; - */ - //$r = ($pixel >> 16) & 0xff; - //$g = ($pixel >> 8) & 0xff; - //$b = $pixel & 0xff; - if ($r == $g && $g == $b) { + */ + //$r = ($pixel >> 16) & 0xff; + //$g = ($pixel >> 8) & 0xff; + //$b = $pixel & 0xff; + if ($r == $g && $g == $b) { + // Image is already greyscale, so pick any channel. + + $this->luminances[$key] = $r;//(($r + 128) % 256) - 128; + } else { + // Calculate luminance cheaply, favoring green. + $this->luminances[$key] = ($r + 2 * $g + $b) / 4;//(((($r + 2 * $g + $b) / 4) + 128) % 256) - 128; + } + } + + /* + + for ($y = 0; $y < $height; $y++) { + $offset = $y * $width; + for ($x = 0; $x < $width; $x++) { + $pixel = $pixels[$offset + $x]; + $r = ($pixel >> 16) & 0xff; + $g = ($pixel >> 8) & 0xff; + $b = $pixel & 0xff; + if ($r == $g && $g == $b) { // Image is already greyscale, so pick any channel. - $this->luminances[$key] = $r;//(($r + 128) % 256) - 128; - } else { + $this->luminances[(int)($offset + $x)] = (($r+128) % 256) - 128; + } else { // Calculate luminance cheaply, favoring green. - $this->luminances[$key] = ($r + 2 * $g + $b) / 4;//(((($r + 2 * $g + $b) / 4) + 128) % 256) - 128; - } - - } - - /* - - for ($y = 0; $y < $height; $y++) { - $offset = $y * $width; - for ($x = 0; $x < $width; $x++) { - $pixel = $pixels[$offset + $x]; - $r = ($pixel >> 16) & 0xff; - $g = ($pixel >> 8) & 0xff; - $b = $pixel & 0xff; - if ($r == $g && $g == $b) { -// Image is already greyscale, so pick any channel. - - $this->luminances[(int)($offset + $x)] = (($r+128) % 256) - 128; - } else { -// Calculate luminance cheaply, favoring green. - $this->luminances[(int)($offset + $x)] = (((($r + 2 * $g + $b) / 4)+128)%256) - 128; - } + $this->luminances[(int)($offset + $x)] = (((($r + 2 * $g + $b) / 4)+128)%256) - 128; + } - } - */ - //} - // $this->luminances = $this->grayScaleToBitmap($this->luminances); + } + */ + //} + // $this->luminances = $this->grayScaleToBitmap($this->luminances); + } - } + public function grayscale() + { + $width = $this->dataWidth; + $height = $this->dataHeight; - public function grayscale() - { - $width = $this->dataWidth; - $height = $this->dataHeight; + $ret = fill_array(0, $width * $height, 0); + for ($y = 0; $y < $height; $y++) { + for ($x = 0; $x < $width; $x++) { + $gray = $this->getPixel($x, $y, $width, $height); - $ret = fill_array(0, $width * $height, 0); - for ($y = 0; $y < $height; $y++) { - for ($x = 0; $x < $width; $x++) { - $gray = $this->getPixel($x, $y, $width, $height); + $ret[$x + $y * $width] = $gray; + } + } - $ret[$x + $y * $width] = $gray; - } - } + return $ret; + } - return $ret; - } + public function getPixel($x, $y, $width, $height) + { + $image = $this->pixels; + if ($width < $x) { + die('error'); + } + if ($height < $y) { + die('error'); + } + $point = ($x) + ($y * $width); - public function getPixel($x, $y, $width, $height) - { - $image = $this->pixels; - if ($width < $x) { - die('error'); - } - if ($height < $y) { - die('error'); - } - $point = ($x) + ($y * $width); + $r = $image[$point]['red'];//($image[$point] >> 16) & 0xff; + $g = $image[$point]['green'];//($image[$point] >> 8) & 0xff; + $b = $image[$point]['blue'];//$image[$point] & 0xff; - $r = $image[$point]['red'];//($image[$point] >> 16) & 0xff; - $g = $image[$point]['green'];//($image[$point] >> 8) & 0xff; - $b = $image[$point]['blue'];//$image[$point] & 0xff; - - $p = (int)(($r * 33 + $g * 34 + $b * 33) / 100); + $p = (int)(($r * 33 + $g * 34 + $b * 33) / 100); - return $p; + return $p; + } - } + public function grayScaleToBitmap($grayScale) + { + $middle = $this->getMiddleBrightnessPerArea($grayScale); + $sqrtNumArea = is_countable($middle) ? count($middle) : 0; + $areaWidth = floor($this->dataWidth / $sqrtNumArea); + $areaHeight = floor($this->dataHeight / $sqrtNumArea); + $bitmap = fill_array(0, $this->dataWidth * $this->dataHeight, 0); - public function grayScaleToBitmap($grayScale) - { - $middle = $this->getMiddleBrightnessPerArea($grayScale); - $sqrtNumArea = count($middle); - $areaWidth = floor($this->dataWidth / $sqrtNumArea); - $areaHeight = floor($this->dataHeight / $sqrtNumArea); - $bitmap = fill_array(0, $this->dataWidth * $this->dataHeight, 0); + for ($ay = 0; $ay < $sqrtNumArea; $ay++) { + for ($ax = 0; $ax < $sqrtNumArea; $ax++) { + for ($dy = 0; $dy < $areaHeight; $dy++) { + for ($dx = 0; $dx < $areaWidth; $dx++) { + $bitmap[(int)($areaWidth * $ax + $dx + ($areaHeight * $ay + $dy) * $this->dataWidth)] = ($grayScale[(int)($areaWidth * $ax + $dx + ($areaHeight * $ay + $dy) * $this->dataWidth)] < $middle[$ax][$ay]) ? 0 : 255; + } + } + } + } - for ($ay = 0; $ay < $sqrtNumArea; $ay++) { - for ($ax = 0; $ax < $sqrtNumArea; $ax++) { - for ($dy = 0; $dy < $areaHeight; $dy++) { - for ($dx = 0; $dx < $areaWidth; $dx++) { - $bitmap[(int)($areaWidth * $ax + $dx + ($areaHeight * $ay + $dy) * $this->dataWidth)] = ($grayScale[(int)($areaWidth * $ax + $dx + ($areaHeight * $ay + $dy) * $this->dataWidth)] < $middle[$ax][$ay]) ? 0 : 255; - } - } - } - } + return $bitmap; + } - return $bitmap; - } + public function getMiddleBrightnessPerArea($image) + { + $numSqrtArea = 4; + //obtain middle brightness((min + max) / 2) per area + $areaWidth = floor($this->dataWidth / $numSqrtArea); + $areaHeight = floor($this->dataHeight / $numSqrtArea); + $minmax = fill_array(0, $numSqrtArea, 0); + for ($i = 0; $i < $numSqrtArea; $i++) { + $minmax[$i] = fill_array(0, $numSqrtArea, 0); + for ($i2 = 0; $i2 < $numSqrtArea; $i2++) { + $minmax[$i][$i2] = [0, 0]; + } + } + for ($ay = 0; $ay < $numSqrtArea; $ay++) { + for ($ax = 0; $ax < $numSqrtArea; $ax++) { + $minmax[$ax][$ay][0] = 0xFF; + for ($dy = 0; $dy < $areaHeight; $dy++) { + for ($dx = 0; $dx < $areaWidth; $dx++) { + $target = $image[(int)($areaWidth * $ax + $dx + ($areaHeight * $ay + $dy) * $this->dataWidth)]; + if ($target < $minmax[$ax][$ay][0]) { + $minmax[$ax][$ay][0] = $target; + } + if ($target > $minmax[$ax][$ay][1]) { + $minmax[$ax][$ay][1] = $target; + } + } + } + //minmax[ax][ay][0] = (minmax[ax][ay][0] + minmax[ax][ay][1]) / 2; + } + } + $middle = []; + for ($i3 = 0; $i3 < $numSqrtArea; $i3++) { + $middle[$i3] = []; + } + for ($ay = 0; $ay < $numSqrtArea; $ay++) { + for ($ax = 0; $ax < $numSqrtArea; $ax++) { + $middle[$ax][$ay] = floor(($minmax[$ax][$ay][0] + $minmax[$ax][$ay][1]) / 2); + //Console.out.print(middle[ax][ay] + ","); + } + //Console.out.println(""); + } - public function getMiddleBrightnessPerArea($image) - { - $numSqrtArea = 4; - //obtain middle brightness((min + max) / 2) per area - $areaWidth = floor($this->dataWidth / $numSqrtArea); - $areaHeight = floor($this->dataHeight / $numSqrtArea); - $minmax = fill_array(0, $numSqrtArea, 0); - for ($i = 0; $i < $numSqrtArea; $i++) { - $minmax[$i] = fill_array(0, $numSqrtArea, 0); - for ($i2 = 0; $i2 < $numSqrtArea; $i2++) { - $minmax[$i][$i2] = [0, 0]; - } - } - for ($ay = 0; $ay < $numSqrtArea; $ay++) { - for ($ax = 0; $ax < $numSqrtArea; $ax++) { - $minmax[$ax][$ay][0] = 0xFF; - for ($dy = 0; $dy < $areaHeight; $dy++) { - for ($dx = 0; $dx < $areaWidth; $dx++) { - $target = $image[(int)($areaWidth * $ax + $dx + ($areaHeight * $ay + $dy) * $this->dataWidth)]; - if ($target < $minmax[$ax][$ay][0]) - $minmax[$ax][$ay][0] = $target; - if ($target > $minmax[$ax][$ay][1]) - $minmax[$ax][$ay][1] = $target; - } - } - //minmax[ax][ay][0] = (minmax[ax][ay][0] + minmax[ax][ay][1]) / 2; - } - } - $middle = []; - for ($i3 = 0; $i3 < $numSqrtArea; $i3++) { - $middle[$i3] = []; - } - for ($ay = 0; $ay < $numSqrtArea; $ay++) { - for ($ax = 0; $ax < $numSqrtArea; $ax++) { - $middle[$ax][$ay] = floor(($minmax[$ax][$ay][0] + $minmax[$ax][$ay][1]) / 2); - //Console.out.print(middle[ax][ay] + ","); - } - //Console.out.println(""); - } + //Console.out.println(""); - //Console.out.println(""); + return $middle; + } - return $middle; - } + //@Override + public function getRow($y, $row = null) + { + if ($y < 0 || $y >= $this->getHeight()) { + throw new \InvalidArgumentException("Requested row is outside the image: " + \Y); + } + $width = $this->getWidth(); + if ($row == null || (is_countable($row) ? count($row) : 0) < $width) { + $row = []; + } + $offset = ($y + $this->top) * $this->dataWidth + $this->left; + $row = arraycopy($this->luminances, $offset, $row, 0, $width); -//@Override - public function getRow($y, $row = null) - { - if ($y < 0 || $y >= $this->getHeight()) { - throw new \InvalidArgumentException("Requested row is outside the image: " + y); - } - $width = $this->getWidth(); - if ($row == null || count($row) < $width) { - $row = []; - } - $offset = ($y + $this->top) * $this->dataWidth + $this->left; - $row = arraycopy($this->luminances, $offset, $row, 0, $width); + return $row; + } - return $row; - } + //@Override + public function getMatrix() + { + $width = $this->getWidth(); + $height = $this->getHeight(); -//@Override - public function getMatrix() - { - $width = $this->getWidth(); - $height = $this->getHeight(); + // If the caller asks for the entire underlying image, save the copy and give them the + // original data. The docs specifically warn that result.length must be ignored. + if ($width == $this->dataWidth && $height == $this->dataHeight) { + return $this->luminances; + } -// If the caller asks for the entire underlying image, save the copy and give them the -// original data. The docs specifically warn that result.length must be ignored. - if ($width == $this->dataWidth && $height == $this->dataHeight) { - return $this->luminances; - } + $area = $width * $height; + $matrix = []; + $inputOffset = $this->top * $this->dataWidth + $this->left; - $area = $width * $height; - $matrix = []; - $inputOffset = $this->top * $this->dataWidth + $this->left; + // If the width matches the full width of the underlying data, perform a single copy. + if ($width == $this->dataWidth) { + $matrix = arraycopy($this->luminances, $inputOffset, $matrix, 0, $area); -// If the width matches the full width of the underlying data, perform a single copy. - if ($width == $this->dataWidth) { - $matrix = arraycopy($this->luminances, $inputOffset, $matrix, 0, $area); + return $matrix; + } - return $matrix; - } + // Otherwise copy one cropped row at a time. + $rgb = $this->luminances; + for ($y = 0; $y < $height; $y++) { + $outputOffset = $y * $width; + $matrix = arraycopy($rgb, $inputOffset, $matrix, $outputOffset, $width); + $inputOffset += $this->dataWidth; + } -// Otherwise copy one cropped row at a time. - $rgb = $this->luminances; - for ($y = 0; $y < $height; $y++) { - $outputOffset = $y * $width; - $matrix = arraycopy($rgb, $inputOffset, $matrix, $outputOffset, $width); - $inputOffset += $this->dataWidth; - } + return $matrix; + } - return $matrix; - } + //@Override + public function isCropSupported() + { + return true; + } -//@Override - public function isCropSupported() - { - return true; - } - -//@Override - public function crop($left, $top, $width, $height) - { - return new RGBLuminanceSource($this->luminances, - $this->dataWidth, - $this->dataHeight, - $this->left + $left, - $this->top + $top, - $width, - $height); - } + //@Override + public function crop($left, $top, $width, $height): \Zxing\RGBLuminanceSource + { + return new RGBLuminanceSource( + $this->luminances, + $this->dataWidth, + $this->dataHeight, + $this->left + $left, + $this->top + $top, + $width, + $height + ); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Reader.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Reader.php index cc18ccc..afee427 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Reader.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Reader.php @@ -4,7 +4,7 @@ namespace Zxing; interface Reader { - public function decode(BinaryBitmap $image); + public function decode(BinaryBitmap $image); - public function reset(); + public function reset(); } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ReaderException.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ReaderException.php index 4665784..d82bf57 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ReaderException.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ReaderException.php @@ -26,25 +26,24 @@ namespace Zxing; */ abstract class ReaderException extends \Exception { - // disable stack traces when not running inside test units - //protected static $isStackTrace = System.getProperty("surefire.test.class.path") != null; - protected static $isStackTrace = false; + //protected static $isStackTrace = System.getProperty("surefire.test.class.path") != null; + protected static bool $isStackTrace = false; - function ReaderException($cause = null) - { - if ($cause) { - parent::__construct($cause); - } - } + public function ReaderException($cause = null): void + { + if ($cause) { + parent::__construct($cause); + } + } -// Prevent stack traces from being taken -// srowen says: huh, my IDE is saying this is not an override. native methods can't be overridden? -// This, at least, does not hurt. Because we use a singleton pattern here, it doesn't matter anyhow. -//@Override - public final function fillInStackTrace() - { - return null; - } + // Prevent stack traces from being taken + // srowen says: huh, my IDE is saying this is not an override. native methods can't be overridden? + // This, at least, does not hurt. Because we use a singleton pattern here, it doesn't matter anyhow. + //@Override + final public function fillInStackTrace() + { + return null; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Result.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Result.php index 32da2de..a8bf0ab 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Result.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/Result.php @@ -24,112 +24,106 @@ namespace Zxing; */ final class Result { - private $text; - private $rawBytes; - private $resultPoints; - private $format; - private $resultMetadata; - private $timestamp; + /** + * @var mixed[]|mixed + */ + private $resultMetadata = null; + private $timestamp; - public function __construct( - $text, - $rawBytes, - $resultPoints, - $format, - $timestamp = '' - ) { + public function __construct( + private $text, + private $rawBytes, + private $resultPoints, + private $format, + $timestamp = '' + ) { + $this->timestamp = $timestamp ?: time(); + } - $this->text = $text; - $this->rawBytes = $rawBytes; - $this->resultPoints = $resultPoints; - $this->format = $format; - $this->resultMetadata = null; - $this->timestamp = $timestamp ?: time(); - } + /** + * @return raw text encoded by the barcode + */ + public function getText() + { + return $this->text; + } - /** - * @return raw text encoded by the barcode - */ - public function getText() - { - return $this->text; - } + /** + * @return raw bytes encoded by the barcode, if applicable, otherwise {@code null} + */ + public function getRawBytes() + { + return $this->rawBytes; + } - /** - * @return raw bytes encoded by the barcode, if applicable, otherwise {@code null} - */ - public function getRawBytes() - { - return $this->rawBytes; - } + /** + * @return points related to the barcode in the image. These are typically points + * identifying finder patterns or the corners of the barcode. The exact meaning is + * specific to the type of barcode that was decoded. + */ + public function getResultPoints() + { + return $this->resultPoints; + } - /** - * @return points related to the barcode in the image. These are typically points - * identifying finder patterns or the corners of the barcode. The exact meaning is - * specific to the type of barcode that was decoded. - */ - public function getResultPoints() - { - return $this->resultPoints; - } + /** + * @return {@link BarcodeFormat} representing the format of the barcode that was decoded + */ + public function getBarcodeFormat() + { + return $this->format; + } - /** - * @return {@link BarcodeFormat} representing the format of the barcode that was decoded - */ - public function getBarcodeFormat() - { - return $this->format; - } + /** + * @return {@link Map} mapping {@link ResultMetadataType} keys to values. May be + * {@code null}. This contains optional metadata about what was detected about the barcode, + * like orientation. + */ + public function getResultMetadata() + { + return $this->resultMetadata; + } - /** - * @return {@link Map} mapping {@link ResultMetadataType} keys to values. May be - * {@code null}. This contains optional metadata about what was detected about the barcode, - * like orientation. - */ - public function getResultMetadata() - { - return $this->resultMetadata; - } + public function putMetadata($type, $value): void + { + $resultMetadata = []; + if ($this->resultMetadata === null) { + $this->resultMetadata = []; + } + $resultMetadata[$type] = $value; + } - public function putMetadata($type, $value) - { - if ($this->resultMetadata === null) { - $this->resultMetadata = []; - } - $resultMetadata[$type] = $value; - } + public function putAllMetadata($metadata): void + { + if ($metadata !== null) { + if ($this->resultMetadata === null) { + $this->resultMetadata = $metadata; + } else { + $this->resultMetadata = array_merge($this->resultMetadata, $metadata); + } + } + } - public function putAllMetadata($metadata) - { - if ($metadata !== null) { - if ($this->resultMetadata === null) { - $this->resultMetadata = $metadata; - } else { - $this->resultMetadata = array_merge($this->resultMetadata, $metadata); - } - } - } + public function addResultPoints($newPoints): void + { + $oldPoints = $this->resultPoints; + if ($oldPoints === null) { + $this->resultPoints = $newPoints; + } elseif ($newPoints !== null && (is_countable($newPoints) ? count($newPoints) : 0) > 0) { + $allPoints = fill_array(0, (is_countable($oldPoints) ? count($oldPoints) : 0) + (is_countable($newPoints) ? count($newPoints) : 0), 0); + $allPoints = arraycopy($oldPoints, 0, $allPoints, 0, is_countable($oldPoints) ? count($oldPoints) : 0); + $allPoints = arraycopy($newPoints, 0, $allPoints, is_countable($oldPoints) ? count($oldPoints) : 0, is_countable($newPoints) ? count($newPoints) : 0); + $this->resultPoints = $allPoints; + } + } - public function addResultPoints($newPoints) - { - $oldPoints = $this->resultPoints; - if ($oldPoints === null) { - $this->resultPoints = $newPoints; - } else if ($newPoints !== null && count($newPoints) > 0) { - $allPoints = fill_array(0, count($oldPoints) + count($newPoints), 0); - $allPoints = arraycopy($oldPoints, 0, $allPoints, 0, count($oldPoints)); - $allPoints = arraycopy($newPoints, 0, $allPoints, count($oldPoints), count($newPoints)); - $this->resultPoints = $allPoints; - } - } + public function getTimestamp() + { + return $this->timestamp; + } - public function getTimestamp() - { - return $this->timestamp; - } - - public function toString() - { - return $this->text; - } + public function toString() + { + return $this->text; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ResultPoint.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ResultPoint.php index f0720b3..d53229c 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ResultPoint.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/lib/ResultPoint.php @@ -27,129 +27,131 @@ use Zxing\Common\Detector\MathUtils; */ class ResultPoint { - private $x; - private $y; + private float $x; + private float $y; - public function __construct($x, $y) - { - $this->x = (float)($x); - $this->y = (float)($y); - } + public function __construct($x, $y) + { + $this->x = (float)($x); + $this->y = (float)($y); + } - /** - * Orders an array of three ResultPoints in an order [A,B,C] such that AB is less than AC - * and BC is less than AC, and the angle between BC and BA is less than 180 degrees. - * - * @param patterns array of three {@code ResultPoint} to order - */ - public static function orderBestPatterns($patterns) - { + /** + * Orders an array of three ResultPoints in an order [A,B,C] such that AB is less than AC + * and BC is less than AC, and the angle between BC and BA is less than 180 degrees. + * + * @param array $patterns of three {@code ResultPoint} to order + */ + public static function orderBestPatterns($patterns) + { // Find distances between pattern centers - $zeroOneDistance = self::distance($patterns[0], $patterns[1]); - $oneTwoDistance = self::distance($patterns[1], $patterns[2]); - $zeroTwoDistance = self::distance($patterns[0], $patterns[2]); + $zeroOneDistance = self::distance($patterns[0], $patterns[1]); + $oneTwoDistance = self::distance($patterns[1], $patterns[2]); + $zeroTwoDistance = self::distance($patterns[0], $patterns[2]); - $pointA = ''; - $pointB = ''; - $pointC = ''; -// Assume one closest to other two is B; A and C will just be guesses at first - if ($oneTwoDistance >= $zeroOneDistance && $oneTwoDistance >= $zeroTwoDistance) { - $pointB = $patterns[0]; - $pointA = $patterns[1]; - $pointC = $patterns[2]; - } else if ($zeroTwoDistance >= $oneTwoDistance && $zeroTwoDistance >= $zeroOneDistance) { - $pointB = $patterns[1]; - $pointA = $patterns[0]; - $pointC = $patterns[2]; - } else { - $pointB = $patterns[2]; - $pointA = $patterns[0]; - $pointC = $patterns[1]; - } + $pointA = ''; + $pointB = ''; + $pointC = ''; + // Assume one closest to other two is B; A and C will just be guesses at first + if ($oneTwoDistance >= $zeroOneDistance && $oneTwoDistance >= $zeroTwoDistance) { + $pointB = $patterns[0]; + $pointA = $patterns[1]; + $pointC = $patterns[2]; + } elseif ($zeroTwoDistance >= $oneTwoDistance && $zeroTwoDistance >= $zeroOneDistance) { + $pointB = $patterns[1]; + $pointA = $patterns[0]; + $pointC = $patterns[2]; + } else { + $pointB = $patterns[2]; + $pointA = $patterns[0]; + $pointC = $patterns[1]; + } -// Use cross product to figure out whether A and C are correct or flipped. -// This asks whether BC x BA has a positive z component, which is the arrangement -// we want for A, B, C. If it's negative, then we've got it flipped around and -// should swap A and C. - if (self::crossProductZ($pointA, $pointB, $pointC) < 0.0) { - $temp = $pointA; - $pointA = $pointC; - $pointC = $temp; - } + // Use cross product to figure out whether A and C are correct or flipped. + // This asks whether BC x BA has a positive z component, which is the arrangement + // we want for A, B, C. If it's negative, then we've got it flipped around and + // should swap A and C. + if (self::crossProductZ($pointA, $pointB, $pointC) < 0.0) { + $temp = $pointA; + $pointA = $pointC; + $pointC = $temp; + } - $patterns[0] = $pointA; - $patterns[1] = $pointB; - $patterns[2] = $pointC; + $patterns[0] = $pointA; + $patterns[1] = $pointB; + $patterns[2] = $pointC; - return $patterns; - } + return $patterns; + } - /** - * @param pattern1 first pattern - * @param pattern2 second pattern - * - * @return distance between two points - */ - public static function distance($pattern1, $pattern2) - { - return MathUtils::distance($pattern1->x, $pattern1->y, $pattern2->x, $pattern2->y); - } + /** + * @param first $pattern1 pattern + * @param second $pattern2 pattern + * + * @return distance between two points + */ + public static function distance($pattern1, $pattern2) + { + return MathUtils::distance($pattern1->x, $pattern1->y, $pattern2->x, $pattern2->y); + } -//@Override + //@Override - /** - * Returns the z component of the cross product between vectors BC and BA. - */ - private static function crossProductZ($pointA, - $pointB, - $pointC) - { - $bX = $pointB->x; - $bY = $pointB->y; + /** + * Returns the z component of the cross product between vectors BC and BA. + */ + private static function crossProductZ( + $pointA, + $pointB, + $pointC + ) + { + $bX = $pointB->x; + $bY = $pointB->y; - return (($pointC->x - $bX) * ($pointA->y - $bY)) - (($pointC->y - $bY) * ($pointA->x - $bX)); - } + return (($pointC->x - $bX) * ($pointA->y - $bY)) - (($pointC->y - $bY) * ($pointA->x - $bX)); + } -//@Override + //@Override - public final function getX() - { - return (float)($this->x); - } + final public function getX() + { + return (float)($this->x); + } -//@Override + //@Override - public final function getY() - { - return (float)($this->y); - } + final public function getY() + { + return (float)($this->y); + } - public final function equals($other) - { - if ($other instanceof ResultPoint) { - $otherPoint = $other; + final public function equals($other) + { + if ($other instanceof ResultPoint) { + $otherPoint = $other; - return $this->x == $otherPoint->x && $this->y == $otherPoint->y; - } + return $this->x == $otherPoint->x && $this->y == $otherPoint->y; + } - return false; - } + return false; + } - public final function hashCode() - { - return 31 * floatToIntBits($this->x) + floatToIntBits($this->y); - } + final public function hashCode() + { + return 31 * floatToIntBits($this->x) + floatToIntBits($this->y); + } - public final function toString() - { - $result = ''; - $result .= ('('); - $result .= ($this->x); - $result .= (','); - $result .= ($this->y); - $result .= (')'); + final public function toString() + { + $result = ''; + $result .= ('('); + $result .= ($this->x); + $result .= (','); + $result .= ($this->y); + $result .= (')'); - return $result; - } + return $result; + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/phpunit.xml.dist b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/phpunit.xml.dist index f34ef35..a23d614 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/phpunit.xml.dist +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/phpunit.xml.dist @@ -1,13 +1,11 @@ - - - - tests/ - - - - - tests - - + + + + lib + + + + tests + diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/rector.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/rector.php new file mode 100644 index 0000000..8568715 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/rector.php @@ -0,0 +1,64 @@ +paths([ + __DIR__ . '/lib' + ]); + + $parameters = $rectorConfig->parameters(); + $parameters->set( + Option::SYMFONY_CONTAINER_XML_PATH_PARAMETER, + __DIR__ . '/var/cache/dev/App_KernelDevDebugContainer.xml' + ); + + $rectorConfig->sets([ + DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES, + SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES, + NetteSetList::ANNOTATIONS_TO_ATTRIBUTES, + SensiolabsSetList::FRAMEWORK_EXTRA_61, + SymfonySetList::SYMFONY_60, + LevelSetList::UP_TO_PHP_81 + ]); + + // register a single rule + $rectorConfig->rule(InlineConstructorDefaultToPropertyRector::class); + $rectorConfig->rule(AddReturnTypeDeclarationRector::class); + $rectorConfig->rules([ + AddVoidReturnTypeWhereNoReturnRector::class, + ArrayShapeFromConstantArrayReturnRector::class, + ParamTypeByMethodCallTypeRector::class, + ParamTypeByParentCallTypeRector::class, + PropertyTypeDeclarationRector::class, + ReturnTypeFromReturnNewRector::class, + // ReturnTypeFromStrictBoolReturnExprRector::class, + // ReturnTypeFromStrictNativeFuncCallRector::class, + // ReturnTypeFromStrictNewArrayRector::class, + TypedPropertyFromAssignsRector::class + ]); + + // define sets of rules + // $rectorConfig->sets([ + // LevelSetList::UP_TO_PHP_80 + // ]); +}; diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/tests/QrReaderTest.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/tests/QrReaderTest.php index b4c1367..831ecf1 100644 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/tests/QrReaderTest.php +++ b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/tests/QrReaderTest.php @@ -7,12 +7,18 @@ use Zxing\QrReader; class QrReaderTest extends TestCase { + public function testText1() + { + $image = __DIR__ . "/qrcodes/hello_world.png"; - public function testText1() - { - $image = __DIR__ . "/qrcodes/hello_world.png"; + $qrcode = new QrReader($image); + $this->assertSame("Hello world!", $qrcode->text()); + } - $qrcode = new QrReader($image); - $this->assertSame("Hello world!", $qrcode->text()); - } + public function testNoText() + { + $image = __DIR__ . "/qrcodes/empty.png"; + $qrcode = new QrReader($image); + $this->assertSame(false, $qrcode->text()); + } } diff --git a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/tests/bootstrap.php b/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/tests/bootstrap.php deleted file mode 100644 index 9d0835e..0000000 --- a/htdocs/core/modules/facture/doc/vendor/khanamiryan/qrcode-detector-decoder/tests/bootstrap.php +++ /dev/null @@ -1,15 +0,0 @@ -2}q6bO!M_+ z&;qhK7?>D^7??pyfRLd*lYs@yW?)bQ(hLmD3m6fy3z*=tCl)Xx*dT?SZNl9^Ln1Rn zB1$5BeXNr6bM+Ea@{>~aDsl@z3K(oEtboki)RIJnirk#MVyg;UC9n!BAR8pCucQE0 zQj%?}6yY17;GAESs$i;TqGzCF$EBd4U{jQmW)z9|8>y;bp zKhp88yV>WRp=I1=9MH?=;jqGLkxkLMfuL^+7WFhI$72aI=A0Z9t+{{zaLoK$}74+Zoz`RicPN z?Xl4ZS&rlwh)=~1xEv9 fG%<|0jL^s&e3P}uZ0(c1pc2{B)z4*}Q$iB}hqR&V literal 0 HcmV?d00001 diff --git a/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/README.md b/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/README.md index 1e4d1ff..681d55e 100644 --- a/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/README.md +++ b/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/README.md @@ -1,9 +1,9 @@ # PHP Enum implementation inspired from SplEnum -[![Build Status](https://travis-ci.org/myclabs/php-enum.png?branch=master)](https://travis-ci.org/myclabs/php-enum) +[![GitHub Actions][GA Image]][GA Link] [![Latest Stable Version](https://poser.pugx.org/myclabs/php-enum/version.png)](https://packagist.org/packages/myclabs/php-enum) [![Total Downloads](https://poser.pugx.org/myclabs/php-enum/downloads.png)](https://packagist.org/packages/myclabs/php-enum) -[![psalm](https://shepherd.dev/github/myclabs/php-enum/coverage.svg)](https://shepherd.dev/github/myclabs/php-enum) +[![Psalm Shepherd][Shepherd Image]][Shepherd Link] Maintenance for this project is [supported via Tidelift](https://tidelift.com/subscription/pkg/packagist-myclabs-php-enum?utm_source=packagist-myclabs-php-enum&utm_medium=referral&utm_campaign=readme). @@ -130,9 +130,65 @@ final class Action extends Enum } ``` +## Native enums and migration +Native enum arrived to PHP in version 8.1: https://www.php.net/enumerations +If your project is running PHP 8.1+ or your library has it as a minimum requirement you should use it instead of this library. + +When migrating from `myclabs/php-enum`, the effort should be small if the usage was in the recommended way: +- private constants +- final classes +- no method overridden + +Changes for migration: +- Class definition should be changed from +```php +/** + * @method static Action VIEW() + * @method static Action EDIT() + */ +final class Action extends Enum +{ + private const VIEW = 'view'; + private const EDIT = 'edit'; +} +``` + to +```php +enum Action: string +{ + case VIEW = 'view'; + case EDIT = 'edit'; +} +``` +All places where the class was used as a type will continue to work. + +Usages and the change needed: + +| Operation | myclabs/php-enum | native enum | +|----------------------------------------------------------------|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Obtain an instance will change from | `$enumCase = Action::VIEW()` | `$enumCase = Action::VIEW` | +| Create an enum from a backed value | `$enumCase = new Action('view')` | `$enumCase = Action::from('view')` | +| Get the backed value of the enum instance | `$enumCase->getValue()` | `$enumCase->value` | +| Compare two enum instances | `$enumCase1 == $enumCase2`
or
`$enumCase1->equals($enumCase2)` | `$enumCase1 === $enumCase2` | +| Get the key/name of the enum instance | `$enumCase->getKey()` | `$enumCase->name` | +| Get a list of all the possible instances of the enum | `Action::values()` | `Action::cases()` | +| Get a map of possible instances of the enum mapped by name | `Action::values()` | `array_combine(array_map(fn($case) => $case->name, Action::cases()), Action::cases())`
or
`(new ReflectionEnum(Action::class))->getConstants()` | +| Get a list of all possible names of the enum | `Action::keys()` | `array_map(fn($case) => $case->name, Action::cases())` | +| Get a list of all possible backed values of the enum | `Action::toArray()` | `array_map(fn($case) => $case->value, Action::cases())` | +| Get a map of possible backed values of the enum mapped by name | `Action::toArray()` | `array_combine(array_map(fn($case) => $case->name, Action::cases()), array_map(fn($case) => $case->value, Action::cases()))`
or
`array_map(fn($case) => $case->value, (new ReflectionEnum(Action::class))->getConstants()))` | + ## Related projects +- [PHP 8.1+ native enum](https://www.php.net/enumerations) - [Doctrine enum mapping](https://github.com/acelaya/doctrine-enum-type) - [Symfony ParamConverter integration](https://github.com/Ex3v/MyCLabsEnumParamConverter) - [PHPStan integration](https://github.com/timeweb/phpstan-enum) -- [Yii2 enum mapping](https://github.com/KartaviK/yii2-enum) + + +[GA Image]: https://github.com/myclabs/php-enum/workflows/CI/badge.svg + +[GA Link]: https://github.com/myclabs/php-enum/actions?query=workflow%3A%22CI%22+branch%3Amaster + +[Shepherd Image]: https://shepherd.dev/github/myclabs/php-enum/coverage.svg + +[Shepherd Link]: https://shepherd.dev/github/myclabs/php-enum diff --git a/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/composer.json b/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/composer.json index 924f924..978cb19 100644 --- a/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/composer.json @@ -14,7 +14,10 @@ "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" - } + }, + "classmap": [ + "stubs/Stringable.php" + ] }, "autoload-dev": { "psr-4": { diff --git a/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/psalm.xml b/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/psalm.xml deleted file mode 100644 index ff06b66..0000000 --- a/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/psalm.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/src/Enum.php b/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/src/Enum.php index 89064eb..4c94cf6 100644 --- a/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/src/Enum.php +++ b/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/src/Enum.php @@ -19,7 +19,7 @@ namespace MyCLabs\Enum; * @psalm-immutable * @psalm-consistent-constructor */ -abstract class Enum implements \JsonSerializable +abstract class Enum implements \JsonSerializable, \Stringable { /** * Enum value diff --git a/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/stubs/Stringable.php b/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/stubs/Stringable.php new file mode 100644 index 0000000..4811af7 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/myclabs/php-enum/stubs/Stringable.php @@ -0,0 +1,11 @@ +format('\G\M\TP'); } - return sprintf('GMT%s%d', ($offset >= 0 ? '+' : ''), $offset / 100); + return sprintf('GMT%s%d', $offset >= 0 ? '+' : '', $offset / 100); } /** diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/DateFormatter/IntlDateFormatter.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/DateFormatter/IntlDateFormatter.php index 293c906..5b683c4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/DateFormatter/IntlDateFormatter.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/DateFormatter/IntlDateFormatter.php @@ -244,7 +244,7 @@ abstract class IntlDateFormatter * * @throws MethodNotImplementedException */ - public function formatObject(object $object, $format = null, string $locale = null) + public static function formatObject(object $object, $format = null, string $locale = null) { throw new MethodNotImplementedException(__METHOD__); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Intl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Intl.php index b97b4bc..401f53b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Intl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Intl.php @@ -117,7 +117,7 @@ final class Intl */ public static function getIcuStubVersion(): string { - return '71.1'; + return '72.1'; } /** diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/bin/common.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/bin/common.php index cf47fa4..89d3459 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/bin/common.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/bin/common.php @@ -9,6 +9,10 @@ * file that was distributed with this source code. */ +if ('cli' !== \PHP_SAPI) { + throw new Exception('This script must be run from the command line.'); +} + define('LINE_WIDTH', 75); define('LINE', str_repeat('-', LINE_WIDTH)."\n"); diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/bin/update-data.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/bin/update-data.php index 2fffa4e..2aeb141 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/bin/update-data.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/bin/update-data.php @@ -23,6 +23,10 @@ use Symfony\Component\Intl\Intl; use Symfony\Component\Intl\Locale; use Symfony\Component\Intl\Util\GitRepository; +if ('cli' !== \PHP_SAPI) { + throw new Exception('This script must be run from the command line.'); +} + require_once __DIR__.'/common.php'; require_once __DIR__.'/autoload.php'; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/bn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/bn.php index 89d0130..4ed735f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/bn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/bn.php @@ -68,7 +68,7 @@ return [ ], 'AWG' => [ 0 => 'AWG', - 1 => 'আরুবা গিল্ডার', + 1 => 'আরুবা ফ্লোরিন', ], 'AZM' => [ 0 => 'AZM', @@ -132,7 +132,7 @@ return [ ], 'BOB' => [ 0 => 'BOB', - 1 => 'বলিভিয়ানো', + 1 => 'বলিভিয়ান বলিভিয়ানো', ], 'BOP' => [ 0 => 'BOP', @@ -412,7 +412,7 @@ return [ ], 'GYD' => [ 0 => 'GYD', - 1 => 'গাইয়েনা ডলার', + 1 => 'গায়ানিজ ডলার', ], 'HKD' => [ 0 => 'HK$', @@ -452,7 +452,7 @@ return [ ], 'ILS' => [ 0 => '₪', - 1 => 'ইস্রাইলি নতুন শেকেল', + 1 => 'ইসরায়েলি নতুন শেকেল', ], 'INR' => [ 0 => '₹', @@ -500,7 +500,7 @@ return [ ], 'KMF' => [ 0 => 'KMF', - 1 => 'কম্বোরো ফ্রাঙ্ক', + 1 => 'কমোরিয়ান ফ্রাঙ্ক', ], 'KPW' => [ 0 => 'KPW', @@ -640,7 +640,7 @@ return [ ], 'MWK' => [ 0 => 'MWK', - 1 => 'মালাউইয়ান কওয়াচ', + 1 => 'মালাউইয়ান কোয়াচা', ], 'MXN' => [ 0 => 'MX$', @@ -708,7 +708,7 @@ return [ ], 'PAB' => [ 0 => 'PAB', - 1 => 'পানামা বেলবোয়া', + 1 => 'পানামানিয়ান বালবোয়া', ], 'PEI' => [ 0 => 'PEI', @@ -836,7 +836,7 @@ return [ ], 'SRD' => [ 0 => 'SRD', - 1 => 'সুরিনাম ডলার', + 1 => 'সুরিনামিজ ডলার', ], 'SRG' => [ 0 => 'SRG', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/bn_IN.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/bn_IN.php new file mode 100644 index 0000000..416b9ae --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/bn_IN.php @@ -0,0 +1,42 @@ + [ + 'ANG' => [ + 0 => 'ANG', + 1 => 'নেদারল্যান্ডস অ্যান্টিলিয়ান গিল্ডার', + ], + 'AWG' => [ + 0 => 'AWG', + 1 => 'আরুবান গিল্ডার', + ], + 'BMD' => [ + 0 => 'BMD', + 1 => 'বারমুডান ডলার', + ], + 'GTQ' => [ + 0 => 'GTQ', + 1 => 'গুয়াতেমালান কেৎসাল', + ], + 'HNL' => [ + 0 => 'HNL', + 1 => 'হন্ডুরান লেম্পিরা', + ], + 'HTG' => [ + 0 => 'HTG', + 1 => 'হাইতিয়ান গুর্দ', + ], + 'MXN' => [ + 0 => 'MX$', + 1 => 'মেক্সিকান পেসো', + ], + 'USD' => [ + 0 => '$', + 1 => 'মার্কিন ডলার', + ], + 'XCD' => [ + 0 => 'EC$', + 1 => 'পূর্ব ক্যারিবিয়ান ডলার', + ], + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/cv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/cv.php new file mode 100644 index 0000000..81e4bc5 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/cv.php @@ -0,0 +1,630 @@ + [ + 'AED' => [ + 0 => 'AED', + 1 => 'АПЭ дирхамӗ', + ], + 'AFN' => [ + 0 => 'AFN', + 1 => 'афганийӗ', + ], + 'ALL' => [ + 0 => 'ALL', + 1 => 'Албани лекӗ', + ], + 'AMD' => [ + 0 => 'AMD', + 1 => 'Армяни драмӗ', + ], + 'ANG' => [ + 0 => 'ANG', + 1 => 'Нидерланд Антиллиан гульденӗ', + ], + 'AOA' => [ + 0 => 'AOA', + 1 => 'Ангола кванзӗ', + ], + 'ARS' => [ + 0 => 'ARS', + 1 => 'Аргентина песийӗ', + ], + 'AUD' => [ + 0 => 'A$', + 1 => 'Австрали долларӗ', + ], + 'AWG' => [ + 0 => 'AWG', + 1 => 'Аруба флоринӗ', + ], + 'AZN' => [ + 0 => 'AZN', + 1 => 'Азербайджан маначӗ', + ], + 'BAM' => [ + 0 => 'BAM', + 1 => 'Боснипе Герцеговина конвертланакан марки', + ], + 'BBD' => [ + 0 => 'BBD', + 1 => 'Барбадос долларӗ', + ], + 'BDT' => [ + 0 => 'BDT', + 1 => 'Бангладеш таки', + ], + 'BGN' => [ + 0 => 'BGN', + 1 => 'Болгари левӗ', + ], + 'BHD' => [ + 0 => 'BHD', + 1 => 'Бахрейн динарӗ', + ], + 'BIF' => [ + 0 => 'BIF', + 1 => 'Бурунди франкӗ', + ], + 'BMD' => [ + 0 => 'BMD', + 1 => 'Бермуд долларӗ', + ], + 'BND' => [ + 0 => 'BND', + 1 => 'Бруней долларӗ', + ], + 'BOB' => [ + 0 => 'BOB', + 1 => 'Боливи боливианӗ', + ], + 'BRL' => [ + 0 => 'R$', + 1 => 'Бразили реалӗ', + ], + 'BSD' => [ + 0 => 'BSD', + 1 => 'Багам долларӗ', + ], + 'BTN' => [ + 0 => 'BTN', + 1 => 'Бутан нгултрумӗ', + ], + 'BWP' => [ + 0 => 'BWP', + 1 => 'Ботсвана пули', + ], + 'BYN' => [ + 0 => 'BYN', + 1 => 'Беларуҫ тенкӗ', + ], + 'BZD' => [ + 0 => 'BZD', + 1 => 'Белиз долларӗ', + ], + 'CAD' => [ + 0 => 'CA$', + 1 => 'Канада долларӗ', + ], + 'CDF' => [ + 0 => 'CDF', + 1 => 'Конголези франкӗ', + ], + 'CHF' => [ + 0 => 'CHF', + 1 => 'Швейцари франкӗ', + ], + 'CLP' => [ + 0 => 'CLP', + 1 => 'Чили песийӗ', + ], + 'CNH' => [ + 0 => 'CNH', + 1 => 'Китай офшор юанӗ', + ], + 'CNY' => [ + 0 => 'CN¥', + 1 => 'Китай юанӗ', + ], + 'COP' => [ + 0 => 'COP', + 1 => 'Колумби песийӗ', + ], + 'CRC' => [ + 0 => 'CRC', + 1 => 'Коста-Рика колонӗ', + ], + 'CUC' => [ + 0 => 'CUC', + 1 => 'Куба конвертланакан песийӗ', + ], + 'CUP' => [ + 0 => 'CUP', + 1 => 'Куба песийӗ', + ], + 'CVE' => [ + 0 => 'CVE', + 1 => 'Кабо-Верде эскудӗ', + ], + 'CZK' => [ + 0 => 'CZK', + 1 => 'Чехи кронӗ', + ], + 'DJF' => [ + 0 => 'DJF', + 1 => 'Джибути франкӗ', + ], + 'DKK' => [ + 0 => 'DKK', + 1 => 'Дани кронӗ', + ], + 'DOP' => [ + 0 => 'DOP', + 1 => 'Доминикан песийӗ', + ], + 'DZD' => [ + 0 => 'DZD', + 1 => 'Алжир динарӗ', + ], + 'EGP' => [ + 0 => 'EGP', + 1 => 'Египет фунчӗ', + ], + 'ERN' => [ + 0 => 'ERN', + 1 => 'Эритрей накфӗ', + ], + 'ETB' => [ + 0 => 'ETB', + 1 => 'Эфиопи бырӗ', + ], + 'EUR' => [ + 0 => '€', + 1 => 'евро', + ], + 'FJD' => [ + 0 => 'FJD', + 1 => 'Фиджи долларӗ', + ], + 'FKP' => [ + 0 => 'FKP', + 1 => 'Факланд утравӗсен фунчӗ', + ], + 'GBP' => [ + 0 => '£', + 1 => 'Британи фунчӗ', + ], + 'GEL' => [ + 0 => 'GEL', + 1 => 'Грузи ларийӗ', + ], + 'GHS' => [ + 0 => 'GHS', + 1 => 'Гана седийӗ', + ], + 'GIP' => [ + 0 => 'GIP', + 1 => 'Гибралтар фунчӗ', + ], + 'GMD' => [ + 0 => 'GMD', + 1 => 'Гамби даласийӗ', + ], + 'GNF' => [ + 0 => 'GNF', + 1 => 'Гвиней франкӗ', + ], + 'GTQ' => [ + 0 => 'GTQ', + 1 => 'Гватемала кетсалӗ', + ], + 'GYD' => [ + 0 => 'GYD', + 1 => 'Гайана долларӗ', + ], + 'HKD' => [ + 0 => 'HK$', + 1 => 'Гонконг долларӗ', + ], + 'HNL' => [ + 0 => 'HNL', + 1 => 'Гондурас лемпирӗ', + ], + 'HRK' => [ + 0 => 'HRK', + 1 => 'Хорвати куни', + ], + 'HTG' => [ + 0 => 'HTG', + 1 => 'Гаити гурдӗ', + ], + 'HUF' => [ + 0 => 'HUF', + 1 => 'Венгри форинчӗ', + ], + 'IDR' => [ + 0 => 'IDR', + 1 => 'Индонези рупийӗ', + ], + 'ILS' => [ + 0 => '₪', + 1 => 'Ҫӗнӗ Израиль шекелӗ', + ], + 'INR' => [ + 0 => '₹', + 1 => 'Инди рупийӗ', + ], + 'IQD' => [ + 0 => 'IQD', + 1 => 'Ирак динарӗ', + ], + 'IRR' => [ + 0 => 'IRR', + 1 => 'Иран риалӗ', + ], + 'ISK' => [ + 0 => 'ISK', + 1 => 'Исланди кронӗ', + ], + 'JMD' => [ + 0 => 'JMD', + 1 => 'Ямайка долларӗ', + ], + 'JOD' => [ + 0 => 'JOD', + 1 => 'Иордан динарӗ', + ], + 'JPY' => [ + 0 => 'JP¥', + 1 => 'Япони иени', + ], + 'KES' => [ + 0 => 'KES', + 1 => 'Кени шиллингӗ', + ], + 'KGS' => [ + 0 => 'KGS', + 1 => 'Киргиз сомӗ', + ], + 'KHR' => [ + 0 => 'KHR', + 1 => 'Камбоджа риелӗ', + ], + 'KMF' => [ + 0 => 'KMF', + 1 => 'Комора франкӗ', + ], + 'KPW' => [ + 0 => 'KPW', + 1 => 'КХДР вони', + ], + 'KRW' => [ + 0 => '₩', + 1 => 'Корей вони', + ], + 'KWD' => [ + 0 => 'KWD', + 1 => 'Кувейт динарӗ', + ], + 'KYD' => [ + 0 => 'KYD', + 1 => 'Кайман утравӗсен долларӗ', + ], + 'KZT' => [ + 0 => 'KZT', + 1 => 'Казах тенгейӗ', + ], + 'LAK' => [ + 0 => 'LAK', + 1 => 'Лаос кипӗ', + ], + 'LBP' => [ + 0 => 'LBP', + 1 => 'Ливан фунчӗ', + ], + 'LKR' => [ + 0 => 'LKR', + 1 => 'Шри-ланка рупийӗ', + ], + 'LRD' => [ + 0 => 'LRD', + 1 => 'Либери долларӗ', + ], + 'LSL' => [ + 0 => 'LSL', + 1 => 'Лесото лотийӗ', + ], + 'LYD' => [ + 0 => 'LYD', + 1 => 'Ливи динарӗ', + ], + 'MAD' => [ + 0 => 'MAD', + 1 => 'Марокко дирхамӗ', + ], + 'MDL' => [ + 0 => 'MDL', + 1 => 'Молдова лайӗ', + ], + 'MGA' => [ + 0 => 'MGA', + 1 => 'Малагаси ариарийӗ', + ], + 'MKD' => [ + 0 => 'MKD', + 1 => 'Македони денарӗ', + ], + 'MMK' => [ + 0 => 'MMK', + 1 => 'Мьянман кьятӗ', + ], + 'MNT' => [ + 0 => 'MNT', + 1 => 'Монголи тугрикӗ', + ], + 'MOP' => [ + 0 => 'MOP', + 1 => 'Макао патаки', + ], + 'MRU' => [ + 0 => 'MRU', + 1 => 'Мавритани угийӗ', + ], + 'MUR' => [ + 0 => 'MUR', + 1 => 'Маврики рупийӗ', + ], + 'MVR' => [ + 0 => 'MVR', + 1 => 'Мальдивсен руфийӗ', + ], + 'MWK' => [ + 0 => 'MWK', + 1 => 'Малави квачӗ', + ], + 'MXN' => [ + 0 => 'MX$', + 1 => 'Мексика песийӗ', + ], + 'MYR' => [ + 0 => 'MYR', + 1 => 'Малайзи ринггичӗ', + ], + 'MZN' => [ + 0 => 'MZN', + 1 => 'Мозамбик метикалӗ', + ], + 'NAD' => [ + 0 => 'NAD', + 1 => 'Намиби долларӗ', + ], + 'NGN' => [ + 0 => 'NGN', + 1 => 'Нигери найрӗ', + ], + 'NIO' => [ + 0 => 'NIO', + 1 => 'Никарагуа кордобӗ', + ], + 'NOK' => [ + 0 => 'NOK', + 1 => 'Норвеги кронӗ', + ], + 'NPR' => [ + 0 => 'NPR', + 1 => 'Непал рупийӗ', + ], + 'NZD' => [ + 0 => 'NZ$', + 1 => 'Ҫӗнӗ Зеланди долларӗ', + ], + 'OMR' => [ + 0 => 'OMR', + 1 => 'Оман риалӗ', + ], + 'PAB' => [ + 0 => 'PAB', + 1 => 'Панама бальбоа', + ], + 'PEN' => [ + 0 => 'PEN', + 1 => 'Перу солӗ', + ], + 'PGK' => [ + 0 => 'PGK', + 1 => 'Папуа – Ҫӗнӗ Гвиней кини', + ], + 'PHP' => [ + 0 => '₱', + 1 => 'Филиппин песийӗ', + ], + 'PKR' => [ + 0 => 'PKR', + 1 => 'пакистан рупийӗ', + ], + 'PLN' => [ + 0 => 'PLN', + 1 => 'Польша злотыйӗ', + ], + 'PYG' => [ + 0 => 'PYG', + 1 => 'Парагвай гуаранӗ', + ], + 'QAR' => [ + 0 => 'QAR', + 1 => 'Катар риалӗ', + ], + 'RON' => [ + 0 => 'RON', + 1 => 'Румыни лейӗ', + ], + 'RSD' => [ + 0 => 'RSD', + 1 => 'Серби динарӗ', + ], + 'RUB' => [ + 0 => '₽', + 1 => 'Раҫҫей тенкӗ', + ], + 'RWF' => [ + 0 => 'RWF', + 1 => 'Руанда франкӗ', + ], + 'SAR' => [ + 0 => 'SAR', + 1 => 'Сауд риялӗ', + ], + 'SBD' => [ + 0 => 'SBD', + 1 => 'Соломон утравӗсен долларӗ', + ], + 'SCR' => [ + 0 => 'SCR', + 1 => 'Сейшел рупийӗ', + ], + 'SDG' => [ + 0 => 'SDG', + 1 => 'Судан фунчӗ', + ], + 'SEK' => [ + 0 => 'SEK', + 1 => 'Швеци кронӗ', + ], + 'SGD' => [ + 0 => 'SGD', + 1 => 'Сингапур долларӗ', + ], + 'SHP' => [ + 0 => 'SHP', + 1 => 'Сӑваплӑ Елена утравӗн фунчӗ', + ], + 'SLL' => [ + 0 => 'SLL', + 1 => 'леонӗ', + ], + 'SOS' => [ + 0 => 'SOS', + 1 => 'Сомали шиллингӗ', + ], + 'SRD' => [ + 0 => 'SRD', + 1 => 'Суринам долларӗ', + ], + 'SSP' => [ + 0 => 'SSP', + 1 => 'Кӑнтӑр Судан фунчӗ', + ], + 'STN' => [ + 0 => 'STN', + 1 => 'Сан-Томе тата Принсипи добрӗ', + ], + 'SYP' => [ + 0 => 'SYP', + 1 => 'Сири фунчӗ', + ], + 'SZL' => [ + 0 => 'SZL', + 1 => 'Свази лилангенийӗ', + ], + 'THB' => [ + 0 => 'THB', + 1 => 'Таиланд барӗ', + ], + 'TJS' => [ + 0 => 'TJS', + 1 => 'Таджик сомонийӗ', + ], + 'TMT' => [ + 0 => 'TMT', + 1 => 'Туркмен маначӗ', + ], + 'TND' => [ + 0 => 'TND', + 1 => 'Тунези динарӗ', + ], + 'TOP' => [ + 0 => 'TOP', + 1 => 'Тонган паанги', + ], + 'TRY' => [ + 0 => 'TRY', + 1 => 'Турци лири', + ], + 'TTD' => [ + 0 => 'TTD', + 1 => 'Тринидад тата Тобаго долларӗ', + ], + 'TWD' => [ + 0 => 'NT$', + 1 => 'Ҫӗнӗ Тайван долларӗ', + ], + 'TZS' => [ + 0 => 'TZS', + 1 => 'Танзани шиллингӗ', + ], + 'UAH' => [ + 0 => 'UAH', + 1 => 'Украина гривни', + ], + 'UGX' => [ + 0 => 'UGX', + 1 => 'Уганда шиллингӗ', + ], + 'USD' => [ + 0 => '$', + 1 => 'АПШ долларӗ', + ], + 'UYU' => [ + 0 => 'UYU', + 1 => 'Уругвай песийӗ', + ], + 'UZS' => [ + 0 => 'UZS', + 1 => 'Узбек сумӗ', + ], + 'VES' => [ + 0 => 'VES', + 1 => 'Венесуэла боливарӗ', + ], + 'VND' => [ + 0 => '₫', + 1 => 'Вьетнам донгӗ', + ], + 'VUV' => [ + 0 => 'VUV', + 1 => 'Вануату ватуйӗ', + ], + 'WST' => [ + 0 => 'WST', + 1 => 'Самоа тали', + ], + 'XAF' => [ + 0 => 'FCFA', + 1 => 'Тӗп Африка КФА франкӗ', + ], + 'XCD' => [ + 0 => 'EC$', + 1 => 'Хӗвелтухӑҫ Карибсем долларӗ', + ], + 'XOF' => [ + 0 => 'F CFA', + 1 => 'КФА ВСЕАО франкӗ', + ], + 'XPF' => [ + 0 => 'CFPF', + 1 => 'Франци Лӑпкӑ океан франкӗ', + ], + 'YER' => [ + 0 => 'YER', + 1 => 'Йемен риалӗ', + ], + 'ZAR' => [ + 0 => 'ZAR', + 1 => 'Кӑнтӑр Африка рэндӗ', + ], + 'ZMW' => [ + 0 => 'ZMW', + 1 => 'Замби квачи', + ], + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en.php index 9db4822..550cf76 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en.php @@ -824,7 +824,7 @@ return [ ], 'QAR' => [ 0 => 'QAR', - 1 => 'Qatari Rial', + 1 => 'Qatari Riyal', ], 'RHD' => [ 0 => 'RHD', @@ -900,11 +900,11 @@ return [ ], 'SLE' => [ 0 => 'SLE', - 1 => 'Sierra Leonean New Leone', + 1 => 'Sierra Leonean Leone', ], 'SLL' => [ 0 => 'SLL', - 1 => 'Sierra Leonean Leone', + 1 => 'Sierra Leonean Leone (1964—2022)', ], 'SOS' => [ 0 => 'SOS', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_AU.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_AU.php index 02dcda9..fcc9d4e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_AU.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_AU.php @@ -68,7 +68,7 @@ return [ ], 'BOB' => [ 0 => 'BOB', - 1 => 'Boliviano', + 1 => 'Bolivian boliviano', ], 'BRL' => [ 0 => 'BRL', @@ -98,10 +98,6 @@ return [ 0 => 'CLP', 1 => 'Chilean Peso', ], - 'CNH' => [ - 0 => 'CNH', - 1 => 'CNH', - ], 'CNY' => [ 0 => 'CNY', 1 => 'Chinese Yuan', @@ -430,10 +426,6 @@ return [ 0 => 'SHP', 1 => 'St Helena Pound', ], - 'SLL' => [ - 0 => 'SLL', - 1 => 'Sierra Leonean Leone', - ], 'SOS' => [ 0 => 'SOS', 1 => 'Somali Shilling', @@ -508,7 +500,7 @@ return [ ], 'VES' => [ 0 => 'VES', - 1 => 'VES', + 1 => 'Venezuelan bolívar', ], 'VND' => [ 0 => 'VND', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_CA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_CA.php index 4edeeec..e3269a2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_CA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_CA.php @@ -40,7 +40,7 @@ return [ ], 'SHP' => [ 0 => 'SHP', - 1 => 'St Helena Pound', + 1 => 'Saint Helena Pound', ], 'STN' => [ 0 => 'STN', @@ -56,7 +56,7 @@ return [ ], 'USD' => [ 0 => 'US$', - 1 => 'U.S. Dollar', + 1 => 'US Dollar', ], ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_SL.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_SL.php index cc955f3..af66128 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_SL.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/en_SL.php @@ -2,7 +2,7 @@ return [ 'Names' => [ - 'SLL' => [ + 'SLE' => [ 0 => 'Le', 1 => 'Sierra Leonean Leone', ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/eu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/eu.php index 6dd6831..4d11e9d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/eu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/eu.php @@ -898,6 +898,10 @@ return [ 0 => 'SKK', 1 => 'koroa eslovakiarra', ], + 'SLE' => [ + 0 => 'SLE', + 1 => 'leone sierraleonar berria', + ], 'SLL' => [ 0 => 'SLL', 1 => 'leone sierraleonarra', @@ -1046,6 +1050,10 @@ return [ 0 => 'VEB', 1 => 'Venezuelako bolivarra (1871–2008)', ], + 'VED' => [ + 0 => 'VED', + 1 => 'bolivar subiraua', + ], 'VEF' => [ 0 => 'VEF', 1 => 'Venezuelako bolivarra (2008–2018)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Adlm.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Adlm.php index 260426a..2ca90dd 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Adlm.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Adlm.php @@ -6,6 +6,10 @@ return [ 0 => 'AED', 1 => '𞤁𞤭𞤪𞤸𞤢𞤥𞤵 𞤋𞤥𞤢𞥄𞤪𞤢𞤼𞤭𞤲𞤳𞤮', ], + 'AFA' => [ + 0 => '𞤀𞤊𞤀', + 1 => '𞤀𞤬𞤺𞤢𞥄𞤲 𞤀𞤬𞤺𞤢𞥄𞤲𞤭 (𞥑𞥙𞥒𞥗-𞥒𞥐𞥐𞥒)', + ], 'AFN' => [ 0 => 'AFN', 1 => '𞤀𞤬𞤿𞤢𞤲𞤭 𞤀𞤬𞤿𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮', @@ -26,9 +30,25 @@ return [ 0 => 'AOA', 1 => '𞤑𞤵𞤱𞤢𞤲𞥁𞤢 𞤀𞤲𞤺𞤮𞤤𞤢𞤲𞤳𞤮', ], + 'ARA' => [ + 0 => 'ARA', + 1 => '𞤌𞤧𞤼𞤪𞤢𞤤 𞤀𞤪𞤶𞤢𞤲𞤼𞤭𞤲𞤢𞤲𞤳𞤮', + ], + 'ARL' => [ + 0 => 'ARL', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤂𞤫𞤴 𞤀𞤪𞤶𞤢𞤲𞤼𞤭𞤲𞤢𞤲𞤳𞤮 (𞥑𞥙𞥗𞥐-𞥑𞥙𞥘𞥓)', + ], + 'ARM' => [ + 0 => 'ARM', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤀𞤪𞤶𞤢𞤲𞤼𞤭𞤲𞤢𞤲𞤳𞤮 (𞥑𞥘𞥘𞥑-𞥑𞥙𞥗𞥐)', + ], + 'ARP' => [ + 0 => 'ARP', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤀𞤪𞤶𞤢𞤲𞤼𞤭𞤲𞤢𞤲𞤳𞤮 (𞥑𞥙𞥘𞥓-𞥑𞥙𞥘𞥕)', + ], 'ARS' => [ 0 => 'ARS', - 1 => '𞤆𞤫𞤧𞤮 𞤀𞤪𞤶𞤢𞤲𞤼𞤭𞤲𞤢', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤀𞤪𞤶𞤢𞤲𞤼𞤭𞤲𞤢𞤲𞤳𞤮', ], 'AUD' => [ 0 => 'A$', @@ -68,7 +88,7 @@ return [ ], 'BMD' => [ 0 => 'BMD', - 1 => '𞤁𞤢𞤤𞤢 𞤄𞤫𞤪𞤥𞤵𞤣𞤢𞥄𞤲', + 1 => '𞤁𞤢𞤤𞤢 𞤄𞤵𞤪𞤥𞤵𞤣𞤢𞤲𞤳𞤮', ], 'BND' => [ 0 => 'BND', @@ -78,10 +98,46 @@ return [ 0 => 'BOB', 1 => '𞤄𞤮𞤤𞤭𞤾𞤭𞤴𞤢𞤲𞤮 𞤄𞤮𞤤𞤭𞤾𞤭𞤴𞤢𞤲𞤳𞤮', ], + 'BOL' => [ + 0 => 'BOL', + 1 => '𞤄𞤮𞤤𞤭𞤾𞤭𞤴𞤢𞤲𞤮 𞤄𞤮𞤤𞤭𞤾𞤭𞤴𞤢𞤲𞤳𞤮 (𞥑𞥘𞥖𞥓-𞥑𞥙𞥖𞥓)', + ], + 'BOP' => [ + 0 => 'BOP', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤄𞤮𞤤𞤭𞤾𞤭𞤴𞤢𞤲𞤳𞤮', + ], + 'BOV' => [ + 0 => 'BOV', + 1 => '𞤃𞤾𞤣𞤮𞤤 𞤄𞤮𞤤𞤭𞤾𞤭𞤴𞤢𞤲𞤳𞤮', + ], + 'BRB' => [ + 0 => 'BRB', + 1 => '𞤑𞤫𞤪𞤮𞤧𞤫𞤪𞤮 𞤄𞤪𞤢𞤧𞤭𞤤𞤴𞤢𞤲𞤳𞤮 𞤑𞤫𞤧𞤮 (𞥑𞥙𞥖𞥗-𞥑𞥙𞥘𞥖)', + ], + 'BRC' => [ + 0 => 'BRC', + 1 => '𞤑𞤵𞤪𞥁𞤢𞤣𞤮𞥅 𞤄𞤪𞤢𞤧𞤭𞤤𞤴𞤢𞤲𞤳𞤮 (𞥑𞥙𞥘𞥖-𞥑𞥙𞥘𞥙)', + ], + 'BRE' => [ + 0 => 'BRE', + 1 => '𞤑𞤵𞤪𞥁𞤫𞤴𞤪𞤮 𞤄𞤪𞤢𞤧𞤭𞤤𞤴𞤢𞤲𞤳𞤮 (𞥑𞥙𞥙𞥐-𞥑𞥙𞥙𞥓)', + ], 'BRL' => [ 0 => 'R$', 1 => '𞤈𞤭𞤴𞤢𞤤 𞤄𞤪𞤢𞤧𞤭𞤤𞤴𞤢𞤲𞤳𞤮', ], + 'BRN' => [ + 0 => 'BRN', + 1 => '𞤑𞤵𞤪𞥁𞤢𞤣𞤮𞥅 𞤄𞤪𞤢𞤧𞤭𞤤𞤴𞤢𞤲𞤳𞤮 (𞥑𞥙𞥘𞥙-𞥑𞥙𞥙𞥐)', + ], + 'BRR' => [ + 0 => 'BRR', + 1 => '𞤑𞤵𞤪𞥁𞤫𞤴𞤪𞤮 𞤄𞤪𞤢𞤧𞤭𞤤𞤴𞤢𞤲𞤳𞤮 (𞥑𞥙𞥙𞥓-𞥑𞥙𞥙𞥔)', + ], + 'BRZ' => [ + 0 => 'BRZ', + 1 => '𞤑𞤵𞤪𞥁𞤫𞤴𞤪𞤮 𞤄𞤪𞤢𞤧𞤭𞤤𞤴𞤢𞤲𞤳𞤮 (𞥑𞥙𞥔𞥒-𞥑𞥙𞥖𞥗)', + ], 'BSD' => [ 0 => 'BSD', 1 => '𞤁𞤢𞤤𞤢 𞤄𞤢𞤸𞤢𞤥𞤭𞤴𞤢𞤲𞤳𞤮', @@ -100,7 +156,7 @@ return [ ], 'BZD' => [ 0 => 'BZD', - 1 => '𞤁𞤢𞤤𞤢 𞤄𞤫𞤤𞤭𞥅𞤧', + 1 => '𞤁𞤢𞤤𞤢 𞤄𞤫𞤤𞤭𞥅𞤧𞤴𞤢𞤲𞤳𞤮', ], 'CAD' => [ 0 => 'CA$', @@ -114,9 +170,17 @@ return [ 0 => 'CHF', 1 => '𞤊𞤢𞤪𞤢𞤲 𞤅𞤵𞤱𞤭𞥅𞤧', ], + 'CLE' => [ + 0 => 'CLE', + 1 => '𞤉𞤧𞤳𞤵𞤣𞤮𞥅 𞤕𞤭𞤤𞤫𞥊𞤴𞤢𞤲𞤳𞤮', + ], + 'CLF' => [ + 0 => 'CLF', + 1 => '𞤅𞤢𞤤𞤲𞤣𞤵 𞤂𞤭𞤥𞤮𞥅𞤪𞤫 𞤕𞤭𞤤𞤫𞥊𞤴𞤢𞤲𞤳𞤮', + ], 'CLP' => [ 0 => 'CLP', - 1 => '𞤆𞤫𞤧𞤮 𞤕𞤭𞤤𞤭𞤴𞤢𞤲𞤳𞤮', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤕𞤭𞤤𞤫𞥊𞤴𞤢𞤲𞤳𞤮', ], 'CNH' => [ 0 => 'CNH', @@ -128,11 +192,15 @@ return [ ], 'COP' => [ 0 => 'COP', - 1 => '𞤆𞤫𞤧𞤮 𞤑𞤮𞤤𞤮𞤥𞤦𞤭𞤴𞤢𞤲𞤳𞤮', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤑𞤮𞤤𞤮𞤥𞤦𞤭𞤴𞤢𞤲𞤳𞤮', + ], + 'COU' => [ + 0 => 'COU', + 1 => '𞤅𞤢𞤤𞤲𞤣𞤵 𞤔𞤢𞤪𞤮 𞤳𞤮𞤤𞤮𞤥𞤦𞤭𞤴𞤢𞤲𞤳𞤮', ], 'CRC' => [ 0 => 'CRC', - 1 => '𞤑𞤮𞤤𞤮𞥅𞤲 𞤑𞤮𞤧𞤼𞤢 𞤈𞤭𞤳𞤢𞤲', + 1 => '𞤑𞤮𞤤𞤮𞥅𞤲 𞤑𞤮𞤧𞤼𞤢𞤪𞤭𞤴𞤢𞤲𞤳𞤮', ], 'CUC' => [ 0 => 'CUC', @@ -140,7 +208,7 @@ return [ ], 'CUP' => [ 0 => 'CUP', - 1 => '𞤆𞤫𞤧𞤮 𞤑𞤵𞤦𞤢𞤲𞤳𞤮', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤑𞤵𞤦𞤢𞤲𞤳𞤮', ], 'CVE' => [ 0 => 'CVE', @@ -166,6 +234,14 @@ return [ 0 => 'DZD', 1 => '𞤁𞤭𞤲𞤢𞥄𞤪 𞤀𞤤𞤶𞤢𞤪𞤭𞤲𞤳𞤮', ], + 'ECS' => [ + 0 => 'ECS', + 1 => '𞤅𞤵𞥅𞤳𞤵𞤪𞤫𞥊𞥅 𞤉𞤳𞤵𞤱𞤢𞤣𞤮𞥅𞤪𞤴𞤢𞤲𞤳𞤮', + ], + 'ECV' => [ + 0 => 'ECV', + 1 => '𞤅𞤢𞤤𞤲𞤣𞤵 𞤔𞤮𞤪𞤮 𞤉𞤳𞤵𞤱𞤢𞤣𞤮𞥅𞤪𞤴𞤢𞤲𞤳𞤮 𞤚𞤢𞤦𞤭𞤼𞤵𞤲𞥋𞤺𞤮', + ], 'EGP' => [ 0 => 'EGP', 1 => '𞤆𞤢𞤱𞤲𞤣𞤵 𞤃𞤭𞤧𞤭𞤪𞤢𞤲𞤳𞤮', @@ -374,6 +450,10 @@ return [ 0 => 'MUR', 1 => '𞤈𞤵𞤨𞤭𞥅 𞤃𞤮𞤪𞤭𞤧𞤭𞤴𞤢𞤲𞤳𞤮', ], + 'MVP' => [ + 0 => 'MVP', + 1 => '𞤈𞤵𞥅𞤨𞤭𞥅 𞤃𞤢𞤤𞤣𞤭𞥅𞤬 (𞥑𞥙𞥔𞥗-𞥑𞥙𞥘𞥑)', + ], 'MVR' => [ 0 => 'MVR', 1 => '𞤈𞤵𞤬𞤭𞤴𞤢𞥄 𞤃𞤢𞤤𞤣𞤭𞤾𞤭𞤴𞤢𞤲𞤳𞤮', @@ -384,7 +464,15 @@ return [ ], 'MXN' => [ 0 => 'MX$', - 1 => '𞤆𞤫𞤧𞤮 𞤃𞤫𞤳𞤧𞤭𞤴𞤢𞤲𞤳𞤮', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤃𞤫𞤳𞤧𞤭𞤳𞤮𞤴𞤢𞤲𞤳𞤮', + ], + 'MXP' => [ + 0 => 'MXP', + 1 => '𞤑𞤢𞥄𞤤𞤭𞤧𞤫 𞤆𞤫𞥅𞤧𞤮𞥅 𞤃𞤫𞤳𞤧𞤭𞤳𞤮𞤴𞤢𞤲𞤳𞤮 (𞥑𞥘𞥖𞥑-𞥑𞥙𞥙𞥒)', + ], + 'MXV' => [ + 0 => 'MXV', + 1 => '𞤅𞤢𞤤𞤲𞤣𞤵 𞤊𞤭𞤤𞤮 𞤃𞤫𞤳𞤧𞤭𞤳𞤮𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤵', ], 'MYR' => [ 0 => 'MYR', @@ -402,6 +490,10 @@ return [ 0 => '𞤐𞤐𞤘', 1 => '𞤐𞤢𞤴𞤪𞤢 𞤐𞤢𞤶𞤭𞤪𞤢𞤴𞤢𞤲𞤳𞤮', ], + 'NIC' => [ + 0 => 'NIC', + 1 => '𞤑𞤮𞥅𞤪𞤣𞤮𞤦𞤢 𞤐𞤭𞤳𞤢𞤪𞤢𞤺𞤵𞤱𞤢𞤲𞤳𞤮 (𞥑𞥙𞥘𞥘-𞥑𞥙𞥙𞥑)', + ], 'NIO' => [ 0 => 'NIO', 1 => '𞤑𞤮𞥅𞤪𞤣𞤮𞤦𞤢 𞤐𞤭𞤳𞤢𞤪𞤢𞤺𞤵𞤱𞤢𞤲𞤳𞤮', @@ -426,10 +518,18 @@ return [ 0 => 'PAB', 1 => '𞤄𞤢𞤤𞤦𞤮𞤱𞤢 𞤆𞤢𞤲𞤢𞤥𞤢𞤴𞤢𞤲𞤳𞤮', ], + 'PEI' => [ + 0 => 'PEI', + 1 => '𞤋𞤲𞤼𞤭 𞤨𞤫𞤪𞤵𞤴𞤢𞤲𞤳𞤮', + ], 'PEN' => [ 0 => 'PEN', 1 => '𞤅𞤮𞤤 𞤆𞤫𞤪𞤵𞤲𞤳𞤮', ], + 'PES' => [ + 0 => 'PES', + 1 => '𞤅𞤮𞤤 𞤆𞤫𞤪𞤵𞤴𞤢𞤲𞤳𞤮 (𞥑𞥘𞥖𞥓-𞥑𞥙𞥖𞥕)', + ], 'PGK' => [ 0 => '𞤑𞤆𞤘', 1 => '𞤑𞤭𞤲𞤢 𞤆𞤢𞤨𞤵𞤱𞤢 𞤐𞤫𞤱-𞤘𞤭𞤲𞤫𞤲𞤳𞤮', @@ -510,6 +610,10 @@ return [ 0 => 'SRD', 1 => '𞤁𞤢𞤤𞤢 𞤅𞤵𞤪𞤵𞤲𞤢𞤥𞤭𞤲𞤳𞤮', ], + 'SRG' => [ + 0 => 'SRG', + 1 => '𞤘𞤭𞤤𞤣𞤮𞥅 𞤅𞤵𞤪𞤵𞤲𞤢𞤥𞤭𞤲𞤳𞤮', + ], 'SSP' => [ 0 => 'SSP', 1 => '𞤆𞤢𞤱𞤲𞤣𞤵 𞤂𞤫𞤴𞤤𞤫𞤴𞤪𞤭 𞤅𞤵𞤣𞤢𞤲𞤭𞤲𞤳𞤮', @@ -518,6 +622,10 @@ return [ 0 => 'STN', 1 => '𞤁𞤮𞤦𞤢𞤪𞤢 𞤅𞤢𞤱𞤮-𞤚𞤮𞤥𞤫 & 𞤆𞤫𞤪𞤫𞤲𞤧𞤭𞤨', ], + 'SVC' => [ + 0 => 'SVC', + 1 => '𞤑𞤮𞤤𞤮𞥅𞤲 𞤅𞤢𞤤𞤾𞤢𞤣𞤮𞤪𞤢𞤲𞤳𞤮', + ], 'SYP' => [ 0 => 'SYP', 1 => '𞤆𞤢𞤱𞤲𞥋𞤣𞤵 𞤅𞤭𞤪𞤢𞤴𞤢𞤲𞤳𞤮', @@ -574,14 +682,42 @@ return [ 0 => 'US$', 1 => '𞤁𞤢𞤤𞤢 𞤁𞤫𞤲𞤼𞤢𞤤 𞤂𞤢𞤪𞤫 𞤀𞤥𞤫𞤪𞤭𞤳', ], + 'USN' => [ + 0 => 'USN', + 1 => '𞤣𞤢𞤤𞤢 𞤁𞤂𞤀 (𞤶𞤢𞤲𞤺𞤮 𞤥𞤵𞥅𞤯𞤵𞤲)', + ], + 'USS' => [ + 0 => 'USS', + 1 => '𞤣𞤢𞤤𞤢 𞤁𞤂𞤀 (𞤸𞤢𞤲𞤣𞤫 𞤥𞤵𞥅𞤯𞤵𞤲)', + ], + 'UYI' => [ + 0 => 'UYI', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤒𞤵𞤪𞤺𞤮𞤴𞤢𞤲𞤳𞤮 (𞤕𞤢𞤤𞤯𞤭 𞤔𞤮𞥅𞤨𞤢𞥄𞤯𞤭)', + ], + 'UYP' => [ + 0 => 'UYP', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤒𞤵𞤪𞤺𞤮𞤴𞤢𞤲𞤳𞤮 (𞥑𞥙𞥗𞥕-𞥑𞥙𞥙𞥓)', + ], 'UYU' => [ 0 => 'UYU', - 1 => '𞤆𞤫𞤧𞤮 𞤓𞤪𞤵𞤺𞤵𞤪𞤭𞤲𞤳𞤮', + 1 => '𞤆𞤫𞥅𞤧𞤮𞥅 𞤒𞤵𞤪𞤺𞤮𞤴𞤢𞤲𞤳𞤮', + ], + 'UYW' => [ + 0 => 'UYW', + 1 => '𞤅𞤢𞤤𞤲𞤣𞤵 𞤐𞤶𞤮𞤩𞤣𞤭 𞤒𞤵𞤪𞤺𞤮𞤴𞤢𞤲𞤳𞤮 𞤔𞤮𞥅𞤨𞤢𞥄𞤲𞤣𞤭', ], 'UZS' => [ 0 => 'UZS', 1 => '𞤅𞤮𞤥𞤵 𞤓𞥁𞤦𞤫𞤳𞤭𞤧𞤼𞤢𞤲𞤳𞤮', ], + 'VEB' => [ + 0 => 'VEB', + 1 => '𞤄𞤮𞤤𞤭𞤾𞤢𞥄𞤪 𞤜𞤫𞤲𞤭𞥅𞤧𞤫𞤤𞤢𞤲𞤳𞤮 (𞥑𞥘𞥗𞥑-𞥒𞥐𞥐𞥘)', + ], + 'VED' => [ + 0 => 'VED', + 1 => '𞤄𞤮𞤤𞤭𞤾𞤢𞥄𞤪 𞤅𞤮𞤦𞤫𞥊𞤪𞤢𞤲𞤮', + ], 'VEF' => [ 0 => 'VEF', 1 => '𞤄𞤮𞤤𞤭𞤾𞤢𞥄𞤪 𞤜𞤫𞤲𞤭𞥅𞤧𞤫𞤤𞤢𞤲𞤳𞤮 (𞥒𞥐𞥐𞥘 - 𞥒𞥐𞥑𞥘)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SL.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SL.php index d66a48d..e2f7399 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SL.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SL.php @@ -6,9 +6,9 @@ return [ 0 => 'GNF', 1 => '𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮', ], - 'SLL' => [ + 'SLE' => [ 0 => 'Le', - 1 => '𞤂𞤫𞤴𞤮𞤲 𞤅𞤫𞤪𞤢𞤤𞤭𞤴𞤢𞤲𞤳𞤮', + 1 => 'SLE', ], ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Latn_SL.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Latn_SL.php index 214b1a3..0bb5023 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Latn_SL.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ff_Latn_SL.php @@ -2,9 +2,9 @@ return [ 'Names' => [ - 'SLL' => [ + 'SLE' => [ 0 => 'Le', - 1 => 'Lewoon Seraa Liyon', + 1 => 'SLE', ], ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/gd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/gd.php index 21dd461..717e80e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/gd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/gd.php @@ -898,6 +898,10 @@ return [ 0 => 'SKK', 1 => 'Koruna Slòbhacach', ], + 'SLE' => [ + 0 => 'SLE', + 1 => 'Leone Siarra Leòmhannach ùr', + ], 'SLL' => [ 0 => 'SLL', 1 => 'Leone Siarra Leòmhannach', @@ -1046,6 +1050,10 @@ return [ 0 => 'VEB', 1 => 'Bolívar Bheinisealach (1871–2008)', ], + 'VED' => [ + 0 => 'VED', + 1 => 'Bolívar Soberano', + ], 'VEF' => [ 0 => 'VEF', 1 => 'Bolívar Bheinisealach (2008–2018)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ha.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ha.php index 7b902b8..714087c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ha.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ha.php @@ -352,7 +352,7 @@ return [ ], 'MDL' => [ 0 => 'MDL', - 1 => 'kuɗaɗen Moldova', + 1 => 'Kuɗaɗen Moldova', ], 'MGA' => [ 0 => 'MGA', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/he.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/he.php index 83b8945..5d24ff3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/he.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/he.php @@ -600,7 +600,7 @@ return [ ], 'PHP' => [ 0 => 'PHP', - 1 => 'פזו פיליפיני', + 1 => 'פסו פיליפיני', ], 'PKR' => [ 0 => 'PKR', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/hi_Latn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/hi_Latn.php new file mode 100644 index 0000000..2b0327a --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/hi_Latn.php @@ -0,0 +1,30 @@ + [ + 'CRC' => [ + 0 => 'CRC', + 1 => 'Costa Rican colon', + ], + 'ISK' => [ + 0 => 'ISK', + 1 => 'Icelandic krona', + ], + 'NIO' => [ + 0 => 'NIO', + 1 => 'Nicaraguan cordoba', + ], + 'RUB' => [ + 0 => 'RUB', + 1 => 'Russian ruble', + ], + 'STN' => [ + 0 => 'STN', + 1 => 'Sao Tome & Principe Dobra', + ], + 'VES' => [ + 0 => 'VES', + 1 => 'Venezuelan bolivar', + ], + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/hr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/hr.php index 624254e..18b9920 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/hr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/hr.php @@ -375,7 +375,7 @@ return [ 1 => 'etiopski bir', ], 'EUR' => [ - 0 => 'EUR', + 0 => '€', 1 => 'euro', ], 'FIM' => [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ig.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ig.php index c6885c8..1922c07 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ig.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ig.php @@ -332,7 +332,7 @@ return [ ], 'LSL' => [ 0 => 'LSL', - 1 => 'This is not a translation', + 1 => 'Ego loti obodo Lesotho', ], 'LYD' => [ 0 => 'LYD', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/is.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/is.php index 2ff6240..cf58b1f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/is.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/is.php @@ -260,7 +260,7 @@ return [ ], 'FJD' => [ 0 => 'FJD', - 1 => 'fidjeyskur dalur', + 1 => 'fídjískur dalur', ], 'FKP' => [ 0 => 'FKP', @@ -359,7 +359,7 @@ return [ 1 => 'íranskt ríal', ], 'ISK' => [ - 0 => 'ISK', + 0 => 'kr.', 1 => 'íslensk króna', ], 'ITL' => [ @@ -760,7 +760,7 @@ return [ ], 'TND' => [ 0 => 'TND', - 1 => 'túnískur denari', + 1 => 'túniskur denari', ], 'TOP' => [ 0 => 'TOP', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/it.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/it.php index d420b10..9d44304 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/it.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/it.php @@ -724,7 +724,7 @@ return [ ], 'PLN' => [ 0 => 'PLN', - 1 => 'złoty polacco', + 1 => 'zloty polacco', ], 'PLZ' => [ 0 => 'PLZ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/iw.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/iw.php index 83b8945..5d24ff3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/iw.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/iw.php @@ -600,7 +600,7 @@ return [ ], 'PHP' => [ 0 => 'PHP', - 1 => 'פזו פיליפיני', + 1 => 'פסו פיליפיני', ], 'PKR' => [ 0 => 'PKR', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/kk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/kk.php index 166fb5f..e094a5f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/kk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/kk.php @@ -32,7 +32,7 @@ return [ ], 'AUD' => [ 0 => 'A$', - 1 => 'Австралия доллары', + 1 => 'Аустралия доллары', ], 'AWG' => [ 0 => 'AWG', @@ -576,7 +576,7 @@ return [ ], 'TWD' => [ 0 => 'NT$', - 1 => 'Жаңа Тайван доллары', + 1 => 'Жаңа Тайвань доллары', ], 'TZS' => [ 0 => 'TZS', @@ -624,7 +624,7 @@ return [ ], 'XAF' => [ 0 => 'FCFA', - 1 => 'КФА ВЕАС франкі', + 1 => 'Орталық Африканың КФА франкі', ], 'XCD' => [ 0 => 'EC$', @@ -632,7 +632,7 @@ return [ ], 'XOF' => [ 0 => 'F CFA', - 1 => 'КФА ВСЕАО франкі', + 1 => 'Батыс Африканың КФА франкі', ], 'XPF' => [ 0 => 'CFPF', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ko.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ko.php index 0e21dee..f4f0b3c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ko.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ko.php @@ -152,7 +152,7 @@ return [ ], 'BOB' => [ 0 => 'BOB', - 1 => '볼리비아노', + 1 => '볼리비아 볼리비아노', ], 'BOL' => [ 0 => 'BOL', @@ -208,7 +208,7 @@ return [ ], 'BWP' => [ 0 => 'BWP', - 1 => '보츠와나 폴라', + 1 => '보츠와나 풀라', ], 'BYB' => [ 0 => 'BYB', @@ -232,7 +232,7 @@ return [ ], 'CDF' => [ 0 => 'CDF', - 1 => '콩고 프랑 콩골라스', + 1 => '콩고 프랑', ], 'CHE' => [ 0 => 'CHE', @@ -304,7 +304,7 @@ return [ ], 'CZK' => [ 0 => 'CZK', - 1 => '체코 공화국 코루나', + 1 => '체코 코루나', ], 'DDM' => [ 0 => 'DDM', @@ -404,7 +404,7 @@ return [ ], 'GHS' => [ 0 => 'GHS', - 1 => '가나 시디', + 1 => '가나 세디', ], 'GIP' => [ 0 => 'GIP', @@ -464,7 +464,7 @@ return [ ], 'HTG' => [ 0 => 'HTG', - 1 => '하이티 구르드', + 1 => '아이티 구르드', ], 'HUF' => [ 0 => 'HUF', @@ -528,7 +528,7 @@ return [ ], 'KHR' => [ 0 => 'KHR', - 1 => '캄보디아 리얄', + 1 => '캄보디아 리엘', ], 'KMF' => [ 0 => 'KMF', @@ -556,7 +556,7 @@ return [ ], 'KZT' => [ 0 => 'KZT', - 1 => '카자흐스탄 텐게', + 1 => '카자흐스탄 텡게', ], 'LAK' => [ 0 => 'LAK', @@ -612,7 +612,7 @@ return [ ], 'MAD' => [ 0 => 'MAD', - 1 => '모로코 디렘', + 1 => '모로코 디르함', ], 'MAF' => [ 0 => 'MAF', @@ -684,7 +684,7 @@ return [ ], 'MWK' => [ 0 => 'MWK', - 1 => '말라위 콰쳐', + 1 => '말라위 콰차', ], 'MXN' => [ 0 => 'MX$', @@ -720,15 +720,15 @@ return [ ], 'NGN' => [ 0 => 'NGN', - 1 => '니제르 나이라', + 1 => '나이지리아 나이라', ], 'NIC' => [ 0 => 'NIC', - 1 => '니카라과 코르도바', + 1 => '니카라과 코르도바(1988~1991)', ], 'NIO' => [ 0 => 'NIO', - 1 => '니카라과 코르도바 오로', + 1 => '니카라과 코르도바', ], 'NLG' => [ 0 => 'NLG', @@ -748,7 +748,7 @@ return [ ], 'OMR' => [ 0 => 'OMR', - 1 => '오만 리얄', + 1 => '오만 리알', ], 'PAB' => [ 0 => 'PAB', @@ -780,7 +780,7 @@ return [ ], 'PLN' => [ 0 => 'PLN', - 1 => '폴란드 즐로티', + 1 => '폴란드 즈워티', ], 'PLZ' => [ 0 => 'PLZ', @@ -856,7 +856,7 @@ return [ ], 'SGD' => [ 0 => 'SGD', - 1 => '싱가폴 달러', + 1 => '싱가포르 달러', ], 'SHP' => [ 0 => 'SHP', @@ -948,11 +948,11 @@ return [ ], 'TRL' => [ 0 => 'TRL', - 1 => '터키 리라', + 1 => '터키 리라(1922~2005)', ], 'TRY' => [ 0 => 'TRY', - 1 => '신 터키 리라', + 1 => '터키 리라', ], 'TTD' => [ 0 => 'TTD', @@ -1004,7 +1004,7 @@ return [ ], 'UYU' => [ 0 => 'UYU', - 1 => '우루과이 페소 우루과요', + 1 => '우루과이 페소', ], 'UZS' => [ 0 => 'UZS', @@ -1104,7 +1104,7 @@ return [ ], 'ZMW' => [ 0 => 'ZMW', - 1 => '잠비아 콰쳐', + 1 => '잠비아 콰차', ], 'ZRN' => [ 0 => 'ZRN', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/meta.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/meta.php index 907377a..1105cd8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/meta.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/meta.php @@ -900,7 +900,6 @@ return [ 'SAR' => 682, 'SCR' => 690, 'SLL' => 694, - 'SLE' => 695, 'SGD' => 702, 'SKK' => 703, 'VND' => 704, @@ -949,6 +948,7 @@ return [ 'YUM' => 891, 'ZMK' => 894, 'TWD' => 901, + 'SLE' => 925, 'VED' => 926, 'UYW' => 927, 'VES' => 928, @@ -1452,9 +1452,6 @@ return [ 694 => [ 0 => 'SLL', ], - 695 => [ - 0 => 'SLE', - ], 702 => [ 0 => 'SGD', ], @@ -1585,6 +1582,9 @@ return [ 901 => [ 0 => 'TWD', ], + 925 => [ + 0 => 'SLE', + ], 926 => [ 0 => 'VED', ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/mo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/mo.php index cf897f1..3e80ca8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/mo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/mo.php @@ -204,7 +204,7 @@ return [ ], 'CVE' => [ 0 => 'CVE', - 1 => 'escudo din Capul Verde', + 1 => 'escudo caboverdian', ], 'CYP' => [ 0 => 'CYP', @@ -372,7 +372,7 @@ return [ ], 'ILS' => [ 0 => 'ILS', - 1 => 'șechel israelian nou', + 1 => 'shekel israelian nou', ], 'INR' => [ 0 => 'INR', @@ -692,7 +692,7 @@ return [ ], 'SCR' => [ 0 => 'SCR', - 1 => 'rupie din Seychelles', + 1 => 'rupie seychelleză', ], 'SDD' => [ 0 => 'SDD', @@ -716,7 +716,7 @@ return [ ], 'SHP' => [ 0 => 'SHP', - 1 => 'liră Insula Sf. Elena', + 1 => 'liră din Sfânta Elena (Sfânta Elena și Ascension)', ], 'SIT' => [ 0 => 'SIT', @@ -752,7 +752,7 @@ return [ ], 'STN' => [ 0 => 'STN', - 1 => 'dobra Sao Tome și Principe', + 1 => 'dobra din São Tomé și Príncipe', ], 'SUR' => [ 0 => 'SUR', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/mr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/mr.php index d1de578..9af99ae 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/mr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/mr.php @@ -420,7 +420,7 @@ return [ ], 'NIO' => [ 0 => 'NIO', - 1 => 'निकाराग्वेचा कोर्डोबा', + 1 => 'निकाराग्वन कोर्डोबा', ], 'NOK' => [ 0 => 'NOK', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/nl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/nl.php index 605e59e..d74b463 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/nl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/nl.php @@ -396,7 +396,7 @@ return [ ], 'GBP' => [ 0 => '£', - 1 => 'Brits pond', + 1 => 'Britse pond', ], 'GEK' => [ 0 => 'GEK', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ps.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ps.php index 078b427..9cd91e0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ps.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ps.php @@ -440,7 +440,7 @@ return [ ], 'PHP' => [ 0 => '₱', - 1 => 'فلپاينۍ پسو', + 1 => 'فلپاينۍ پیسو', ], 'PKR' => [ 0 => 'PKR', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ro.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ro.php index cf897f1..3e80ca8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ro.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/ro.php @@ -204,7 +204,7 @@ return [ ], 'CVE' => [ 0 => 'CVE', - 1 => 'escudo din Capul Verde', + 1 => 'escudo caboverdian', ], 'CYP' => [ 0 => 'CYP', @@ -372,7 +372,7 @@ return [ ], 'ILS' => [ 0 => 'ILS', - 1 => 'șechel israelian nou', + 1 => 'shekel israelian nou', ], 'INR' => [ 0 => 'INR', @@ -692,7 +692,7 @@ return [ ], 'SCR' => [ 0 => 'SCR', - 1 => 'rupie din Seychelles', + 1 => 'rupie seychelleză', ], 'SDD' => [ 0 => 'SDD', @@ -716,7 +716,7 @@ return [ ], 'SHP' => [ 0 => 'SHP', - 1 => 'liră Insula Sf. Elena', + 1 => 'liră din Sfânta Elena (Sfânta Elena și Ascension)', ], 'SIT' => [ 0 => 'SIT', @@ -752,7 +752,7 @@ return [ ], 'STN' => [ 0 => 'STN', - 1 => 'dobra Sao Tome și Principe', + 1 => 'dobra din São Tomé și Príncipe', ], 'SUR' => [ 0 => 'SUR', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sc.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sc.php index 40f0609..2f2f713 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sc.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sc.php @@ -898,6 +898,10 @@ return [ 0 => 'SKK', 1 => 'corona islovaca', ], + 'SLE' => [ + 0 => 'SLE', + 1 => 'leone nou de sa Sierra Leone', + ], 'SLL' => [ 0 => 'SLL', 1 => 'leone de sa Sierra Leone', @@ -1046,6 +1050,10 @@ return [ 0 => 'VEB', 1 => 'bolivar venezuelanu (1871–2008)', ], + 'VED' => [ + 0 => 'VED', + 1 => 'bolivar soberanu', + ], 'VEF' => [ 0 => 'VEF', 1 => 'bolivar venezuelanu (2008–2018)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sd.php index 31b1865..5d114a0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sd.php @@ -334,6 +334,10 @@ return [ 0 => 'LRD', 1 => 'لائبیریائی ڊالر', ], + 'LSL' => [ + 0 => 'LSL', + 1 => 'ليسوٿو لوٽي', + ], 'LYD' => [ 0 => 'LYD', 1 => 'لبيائي دينار', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sk.php index 54a2bcd..82dccd4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/sk.php @@ -688,7 +688,7 @@ return [ ], 'MRU' => [ 0 => 'MRU', - 1 => 'mauritánska ukija', + 1 => 'mauritánska ouguiya', ], 'MTL' => [ 0 => 'MTL', @@ -940,7 +940,7 @@ return [ ], 'SZL' => [ 0 => 'SZL', - 1 => 'svazijské lilangeni', + 1 => 'svazijský lilangeni', ], 'THB' => [ 0 => 'THB', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/te.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/te.php index 71f2afc..f9200c8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/te.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/te.php @@ -124,7 +124,7 @@ return [ ], 'CNH' => [ 0 => 'CNH', - 1 => 'చైనీస్ యూవాన్ (ఆఫ్‌షోర్)', + 1 => 'చైనీస్ యువాన్ (ఆఫ్‌షోర్)', ], 'CNY' => [ 0 => 'CN¥', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/tl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/tl.php index 7902ede..99d2c15 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/tl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/tl.php @@ -12,7 +12,7 @@ return [ ], 'ALL' => [ 0 => 'ALL', - 1 => 'Albanian Lek', + 1 => 'Lek ng Albania', ], 'AMD' => [ 0 => 'AMD', @@ -96,7 +96,7 @@ return [ ], 'BYN' => [ 0 => 'BYN', - 1 => 'Belarusian Ruble', + 1 => 'Ruble ng Belarus', ], 'BYR' => [ 0 => 'BYR', @@ -152,7 +152,7 @@ return [ ], 'CZK' => [ 0 => 'CZK', - 1 => 'Czech Republic Koruna', + 1 => 'Koruna ng Czech Republic', ], 'DEM' => [ 0 => 'DEM', @@ -180,7 +180,7 @@ return [ ], 'EGP' => [ 0 => 'EGP', - 1 => 'Egyptian Pound', + 1 => 'Pound ng Egypt', ], 'ERN' => [ 0 => 'ERN', @@ -220,7 +220,7 @@ return [ ], 'GIP' => [ 0 => 'GIP', - 1 => 'Gibraltar Pound', + 1 => 'Pound ng Gibraltar', ], 'GMD' => [ 0 => 'GMD', @@ -248,7 +248,7 @@ return [ ], 'HRK' => [ 0 => 'HRK', - 1 => 'Croatian Kuna', + 1 => 'Kuna ng Croatia', ], 'HTG' => [ 0 => 'HTG', @@ -256,7 +256,7 @@ return [ ], 'HUF' => [ 0 => 'HUF', - 1 => 'Hungarian Forint', + 1 => 'Forint ng Hungary', ], 'IDR' => [ 0 => 'IDR', @@ -264,7 +264,7 @@ return [ ], 'ILS' => [ 0 => '₪', - 1 => 'Israeli New Sheqel', + 1 => 'New Shekel ng Israel', ], 'INR' => [ 0 => '₹', @@ -360,7 +360,7 @@ return [ ], 'LYD' => [ 0 => 'LYD', - 1 => 'Libyan Dinar', + 1 => 'Dinar ng Libya', ], 'MAD' => [ 0 => 'MAD', @@ -368,7 +368,7 @@ return [ ], 'MDL' => [ 0 => 'MDL', - 1 => 'Moldovan Leu', + 1 => 'Leu ng Moldova', ], 'MGA' => [ 0 => 'MGA', @@ -376,7 +376,7 @@ return [ ], 'MKD' => [ 0 => 'MKD', - 1 => 'Macedonian Denar', + 1 => 'Denar ng Macedonia', ], 'MMK' => [ 0 => 'MMK', @@ -472,7 +472,7 @@ return [ ], 'PLN' => [ 0 => 'PLN', - 1 => 'Polish Zloty', + 1 => 'Zloty ng Poland', ], 'PYG' => [ 0 => 'PYG', @@ -484,15 +484,15 @@ return [ ], 'RON' => [ 0 => 'RON', - 1 => 'Romanian Leu', + 1 => 'Leu ng Romania', ], 'RSD' => [ 0 => 'RSD', - 1 => 'Serbian Dinar', + 1 => 'Dinar ng Serbia', ], 'RUB' => [ 0 => 'RUB', - 1 => 'Russian Ruble', + 1 => 'Ruble ng Russia', ], 'RWF' => [ 0 => 'RWF', @@ -604,7 +604,7 @@ return [ ], 'UAH' => [ 0 => 'UAH', - 1 => 'Ukrainian Hryvnia', + 1 => 'Hryvnia ng Ukraine', ], 'UGX' => [ 0 => 'UGX', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/xh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/xh.php index e8c9e86..f5798c4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/xh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/xh.php @@ -2,9 +2,629 @@ return [ 'Names' => [ + 'AED' => [ + 0 => 'AED', + 1 => 'I-Dirham yase-UAE', + ], + 'AFN' => [ + 0 => 'AFN', + 1 => 'I-Afghani yase-Afghanistan', + ], + 'ALL' => [ + 0 => 'ALL', + 1 => 'I-Lek yase-Albania', + ], + 'AMD' => [ + 0 => 'AMD', + 1 => 'I-Dram yase Armenia', + ], + 'ANG' => [ + 0 => 'ANG', + 1 => 'Netherlands Antillean Guilder', + ], + 'AOA' => [ + 0 => 'AOA', + 1 => 'I-Kwanza yase-Angola', + ], + 'ARS' => [ + 0 => 'ARS', + 1 => 'IPeso yase-Argentina', + ], + 'AUD' => [ + 0 => 'A$', + 1 => 'IDola yase-Australia', + ], + 'AWG' => [ + 0 => 'AWG', + 1 => 'Aruban Florin', + ], + 'AZN' => [ + 0 => 'AZN', + 1 => 'I-Manat yase-Azerbeijan', + ], + 'BAM' => [ + 0 => 'BAM', + 1 => 'I-Convertible Mark yaseBosnia-Herzegovina', + ], + 'BBD' => [ + 0 => 'BBD', + 1 => 'Barbadian Dollar', + ], + 'BDT' => [ + 0 => 'BDT', + 1 => 'I-Taka yaseBangladesh', + ], + 'BGN' => [ + 0 => 'BGN', + 1 => 'I-Lev yaseBulgaria', + ], + 'BHD' => [ + 0 => 'BHD', + 1 => 'I-Dinar yaseBahrain', + ], + 'BIF' => [ + 0 => 'BIF', + 1 => 'I-Franc yaseBurundi', + ], + 'BMD' => [ + 0 => 'BMD', + 1 => 'Bermudan Dollar', + ], + 'BND' => [ + 0 => 'BND', + 1 => 'IDola yaseBrunei', + ], + 'BOB' => [ + 0 => 'BOB', + 1 => 'I-Boliviano yaseBolivia', + ], + 'BRL' => [ + 0 => 'R$', + 1 => 'I-Real yaseBrazil', + ], + 'BSD' => [ + 0 => 'BSD', + 1 => 'Bahamian Dollar', + ], + 'BTN' => [ + 0 => 'BTN', + 1 => 'I-Ngultrum yaseBhutan', + ], + 'BWP' => [ + 0 => 'BWP', + 1 => 'I-Pula yaseBotswana', + ], + 'BYN' => [ + 0 => 'BYN', + 1 => 'I-Ruble yaseBelarus', + ], + 'BZD' => [ + 0 => 'BZD', + 1 => 'Belize Dollar', + ], + 'CAD' => [ + 0 => 'CA$', + 1 => 'Canadian Dollar', + ], + 'CDF' => [ + 0 => 'CDF', + 1 => 'I-Franc yaseCongo', + ], + 'CHF' => [ + 0 => 'CHF', + 1 => 'I-Franc yaseSwitzerland', + ], + 'CLP' => [ + 0 => 'CLP', + 1 => 'I-Peso yaseChile', + ], + 'CNH' => [ + 0 => 'I-CNH', + 1 => 'I-Chinese Yuan (offshore)', + ], + 'CNY' => [ + 0 => 'CN¥', + 1 => 'I-Yuan yaseTshayina', + ], + 'COP' => [ + 0 => 'COP', + 1 => 'I-Peso yaseColombia', + ], + 'CRC' => [ + 0 => 'CRC', + 1 => 'Costa Rican Colón', + ], + 'CUC' => [ + 0 => 'CUC', + 1 => 'Cuban Convertible Peso', + ], + 'CUP' => [ + 0 => 'CUP', + 1 => 'Cuban Peso', + ], + 'CVE' => [ + 0 => 'CVE', + 1 => 'Cape Verdean Escudo', + ], + 'CZK' => [ + 0 => 'CZK', + 1 => 'I-Koruna yaseCzech', + ], + 'DJF' => [ + 0 => 'DJF', + 1 => 'I-Franc yaseDjibouti', + ], + 'DKK' => [ + 0 => 'DKK', + 1 => 'I-Krone yaseDenmark', + ], + 'DOP' => [ + 0 => 'DOP', + 1 => 'Dominican Peso', + ], + 'DZD' => [ + 0 => 'DZD', + 1 => 'I-Dinar yase-Algeria', + ], + 'EGP' => [ + 0 => 'EGP', + 1 => 'IPonti yase-Egypt', + ], + 'ERN' => [ + 0 => 'ERN', + 1 => 'I-Nakfa yase-Eritria', + ], + 'ETB' => [ + 0 => 'ETB', + 1 => 'I-Birr yase-Ethopia', + ], + 'EUR' => [ + 0 => '€', + 1 => 'I-Euro', + ], + 'FJD' => [ + 0 => 'FJD', + 1 => 'IDola yaseFiji', + ], + 'FKP' => [ + 0 => 'FKP', + 1 => 'Iponti yaseFalkland Islands', + ], + 'GBP' => [ + 0 => '£', + 1 => 'IPonti yaseBritane', + ], + 'GEL' => [ + 0 => 'GEL', + 1 => 'I-Lari yaseGeorgia', + ], + 'GHS' => [ + 0 => 'GHS', + 1 => 'I-Cedi yaseGhana', + ], + 'GIP' => [ + 0 => 'GIP', + 1 => 'IPonti yaseGilbraltar', + ], + 'GMD' => [ + 0 => 'GMD', + 1 => 'I-Dalasi yaseGambia', + ], + 'GNF' => [ + 0 => 'GNF', + 1 => 'I-Franc yaseGuinea', + ], + 'GTQ' => [ + 0 => 'GTQ', + 1 => 'Guatemalan Quetzal', + ], + 'GYD' => [ + 0 => 'GYD', + 1 => 'IDola yaseGuyana', + ], + 'HKD' => [ + 0 => 'HK$', + 1 => 'IDola yaseHong Kong', + ], + 'HNL' => [ + 0 => 'HNL', + 1 => 'Honduran Lempira', + ], + 'HRK' => [ + 0 => 'HRK', + 1 => 'I-Kuna yaseCrotia', + ], + 'HTG' => [ + 0 => 'HTG', + 1 => 'Haitian Gourde', + ], + 'HUF' => [ + 0 => 'HUF', + 1 => 'I-Forint yaseHungay', + ], + 'IDR' => [ + 0 => 'IDR', + 1 => 'I-Rupiah yase-Indonesia', + ], + 'ILS' => [ + 0 => '₪', + 1 => 'I-New Shekel yase-Israel', + ], + 'INR' => [ + 0 => '₹', + 1 => 'I-Rupee yase-Indiya', + ], + 'IQD' => [ + 0 => 'IQD', + 1 => 'I-Dinar yase-Iraq', + ], + 'IRR' => [ + 0 => 'IRR', + 1 => 'I-Rial yase-Iran', + ], + 'ISK' => [ + 0 => 'ISK', + 1 => 'I-Króna yase-Iceland', + ], + 'JMD' => [ + 0 => 'JMD', + 1 => 'Jamaican Dollar', + ], + 'JOD' => [ + 0 => 'JOD', + 1 => 'I-Dinar yaseJordan', + ], + 'JPY' => [ + 0 => '¥', + 1 => 'I-Yen yaseJapan', + ], + 'KES' => [ + 0 => 'KES', + 1 => 'I-Shilling yaseKenya', + ], + 'KGS' => [ + 0 => 'KGS', + 1 => 'I-Som yaseKyrgystan', + ], + 'KHR' => [ + 0 => 'KHR', + 1 => 'I-Riel yaseCambodia', + ], + 'KMF' => [ + 0 => 'KMF', + 1 => 'I-Franc yaseComoros', + ], + 'KPW' => [ + 0 => 'KPW', + 1 => 'I-Won yaseNorth Korea', + ], + 'KRW' => [ + 0 => '₩', + 1 => 'I-Won yaseSouth Korea', + ], + 'KWD' => [ + 0 => 'KWD', + 1 => 'I-Dinar yaseKuwait', + ], + 'KYD' => [ + 0 => 'KYD', + 1 => 'Cayman Islands Dollar', + ], + 'KZT' => [ + 0 => 'KZT', + 1 => 'I-Tenge yaseKhazakhstan', + ], + 'LAK' => [ + 0 => 'LAK', + 1 => 'I-Kip yaseLaos', + ], + 'LBP' => [ + 0 => 'LBP', + 1 => 'IPonti yaseLebanon', + ], + 'LKR' => [ + 0 => 'LKR', + 1 => 'I-Rupee yaseSri Lanka', + ], + 'LRD' => [ + 0 => 'LRD', + 1 => 'IDola yaseLiberia', + ], + 'LSL' => [ + 0 => 'LSL', + 1 => 'I-Loti yaseLesotho', + ], + 'LYD' => [ + 0 => 'LYD', + 1 => 'Libyan Dinar', + ], + 'MAD' => [ + 0 => 'MAD', + 1 => 'Moroccan Dirham', + ], + 'MDL' => [ + 0 => 'MDL', + 1 => 'Moldovan Leu', + ], + 'MGA' => [ + 0 => 'MGA', + 1 => 'I-Ariary yaseMadagascar', + ], + 'MKD' => [ + 0 => 'MKD', + 1 => 'Macedonian Denar', + ], + 'MMK' => [ + 0 => 'MMK', + 1 => 'I-Kyat yaseMyanmar', + ], + 'MNT' => [ + 0 => 'MNT', + 1 => 'I-Tugrik yaseMongolia', + ], + 'MOP' => [ + 0 => 'MOP', + 1 => 'I-Pataca yaseMacao', + ], + 'MRU' => [ + 0 => 'MRU', + 1 => 'I-Ouguiya yaseMauritania', + ], + 'MUR' => [ + 0 => 'MUR', + 1 => 'I-Rupee yaseMauritius', + ], + 'MVR' => [ + 0 => 'MVR', + 1 => 'I-Rufiyaa yaseMaldives', + ], + 'MWK' => [ + 0 => 'MWK', + 1 => 'I-Kwacha yaseMalawi', + ], + 'MXN' => [ + 0 => 'MX$', + 1 => 'Mexican Peso', + ], + 'MYR' => [ + 0 => 'MYR', + 1 => 'I-Ringgit yaseMalysia', + ], + 'MZN' => [ + 0 => 'MZN', + 1 => 'I-Metical yaseMozambique', + ], + 'NAD' => [ + 0 => 'NAD', + 1 => 'IDola yaseNamibia', + ], + 'NGN' => [ + 0 => 'NGN', + 1 => 'I-Naira yaseNigeria', + ], + 'NIO' => [ + 0 => 'NIO', + 1 => 'Nicaraguan Córdoba', + ], + 'NOK' => [ + 0 => 'NOK', + 1 => 'I-Krone yaseNorway', + ], + 'NPR' => [ + 0 => 'NPR', + 1 => 'I-Rupee yaseNepal', + ], + 'NZD' => [ + 0 => 'NZ$', + 1 => 'IDola yaseNew Zealand', + ], + 'OMR' => [ + 0 => 'OMR', + 1 => 'I-Rial yase-Oman', + ], + 'PAB' => [ + 0 => 'PAB', + 1 => 'Panamanian Balboa', + ], + 'PEN' => [ + 0 => 'PEN', + 1 => 'I-Sol yasePeruvia', + ], + 'PGK' => [ + 0 => 'PGK', + 1 => 'I-Kina yasePapua New Guinea', + ], + 'PHP' => [ + 0 => '₱', + 1 => 'I-Peso yasePhilippines', + ], + 'PKR' => [ + 0 => 'PKR', + 1 => 'I-Rupee yasePakistan', + ], + 'PLN' => [ + 0 => 'PLN', + 1 => 'Polish Zloty', + ], + 'PYG' => [ + 0 => 'PYG', + 1 => 'I-Guarani yaseParaguay', + ], + 'QAR' => [ + 0 => 'QAR', + 1 => 'I-Riyal yaseQatar', + ], + 'RON' => [ + 0 => 'RON', + 1 => 'I-Leu yaseRomania', + ], + 'RSD' => [ + 0 => 'RSD', + 1 => 'I-Dinar yaseSerbia', + ], + 'RUB' => [ + 0 => 'RUB', + 1 => 'I-Ruble yaseRashiya', + ], + 'RWF' => [ + 0 => 'RWF', + 1 => 'I-Franc yaseRwanda', + ], + 'SAR' => [ + 0 => 'SAR', + 1 => 'I-Riyal yaseSaudi', + ], + 'SBD' => [ + 0 => 'SBD', + 1 => 'IDola yaseSolomon Islands', + ], + 'SCR' => [ + 0 => 'SCR', + 1 => 'I-Rupee yaseSeychelles', + ], + 'SDG' => [ + 0 => 'SDG', + 1 => 'Sudanese Pound', + ], + 'SEK' => [ + 0 => 'SEK', + 1 => 'I-Krona yaseSweden', + ], + 'SGD' => [ + 0 => 'SGD', + 1 => 'IDola yaseSingapore', + ], + 'SHP' => [ + 0 => 'SHP', + 1 => 'IPonti yaseSt. Helena', + ], + 'SLL' => [ + 0 => 'SLL', + 1 => 'I-Loeone yaseSierra Leone', + ], + 'SOS' => [ + 0 => 'SOS', + 1 => 'I-Shilling yaseSomalia', + ], + 'SRD' => [ + 0 => 'SRD', + 1 => 'IDola yaseSuriname', + ], + 'SSP' => [ + 0 => 'SSP', + 1 => 'IPonti yaseSouth Sudan', + ], + 'STN' => [ + 0 => 'STN', + 1 => 'I-Dobra yaseSão Tomé & Príncipe', + ], + 'SYP' => [ + 0 => 'SYP', + 1 => 'IPonti yaseSiriya', + ], + 'SZL' => [ + 0 => 'SZL', + 1 => 'I-Lilangeni yase-Eswatini', + ], + 'THB' => [ + 0 => 'THB', + 1 => 'I-Baht yaseThailand', + ], + 'TJS' => [ + 0 => 'TJS', + 1 => 'I-Somoni yaseTajikistan', + ], + 'TMT' => [ + 0 => 'TMT', + 1 => 'I-Manat yaseTurkmenistan', + ], + 'TND' => [ + 0 => 'TND', + 1 => 'Tunisian Dinar', + ], + 'TOP' => [ + 0 => 'TOP', + 1 => 'I-Paʻanga yaseTonga', + ], + 'TRY' => [ + 0 => 'TRY', + 1 => 'I-Lira yaseTurkey', + ], + 'TTD' => [ + 0 => 'TTD', + 1 => 'Trinidad & Tobago Dollar', + ], + 'TWD' => [ + 0 => 'NT$', + 1 => 'IDola yaseNew Taiwan', + ], + 'TZS' => [ + 0 => 'TZS', + 1 => 'I-Shilling yaseTanzania', + ], + 'UAH' => [ + 0 => 'UAH', + 1 => 'I-Hryvnia yase-Ukraine', + ], + 'UGX' => [ + 0 => 'UGX', + 1 => 'I-Shilling yase-Uganda', + ], + 'USD' => [ + 0 => '$', + 1 => 'US Dollar', + ], + 'UYU' => [ + 0 => 'UYU', + 1 => 'I-Peso yase-Uruguay', + ], + 'UZS' => [ + 0 => 'UZS', + 1 => 'I-Som yase-Uzbekistan', + ], + 'VES' => [ + 0 => 'VES', + 1 => 'I-Bolívar yaseVenezuela', + ], + 'VND' => [ + 0 => '₫', + 1 => 'I-Dong yaseVietnam', + ], + 'VUV' => [ + 0 => 'VUV', + 1 => 'I-Vatu yaseVanuatu', + ], + 'WST' => [ + 0 => 'WST', + 1 => 'I-Tala yaseSamoa', + ], + 'XAF' => [ + 0 => 'FCFA', + 1 => 'Central African CFA Franc', + ], + 'XCD' => [ + 0 => 'EC$', + 1 => 'East Caribbean Dollar', + ], + 'XOF' => [ + 0 => 'F CFA', + 1 => 'West African CFA Franc', + ], + 'XPF' => [ + 0 => 'CFPF', + 1 => 'I-Franc yaseCFP', + ], + 'YER' => [ + 0 => 'YER', + 1 => 'I-Rial yaseYemen', + ], 'ZAR' => [ 0 => 'R', - 1 => 'iRandi yaseMzanzi Afrika', + 1 => 'IRandi yaseMzantsi Afrika', + ], + 'ZMW' => [ + 0 => 'ZMW', + 1 => 'I-Kwacha yaseZambi', ], ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/zh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/zh.php index 98898e4..0c9875f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/zh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/zh.php @@ -316,7 +316,7 @@ return [ ], 'DDM' => [ 0 => 'DDM', - 1 => '东德奥斯特马克', + 1 => '东德马克', ], 'DEM' => [ 0 => 'DEM', @@ -400,7 +400,7 @@ return [ ], 'GEK' => [ 0 => 'GEK', - 1 => '乔治亚库蓬拉瑞特', + 1 => '格鲁吉亚库蓬拉瑞特', ], 'GEL' => [ 0 => 'GEL', @@ -876,7 +876,7 @@ return [ ], 'SDP' => [ 0 => 'SDP', - 1 => '旧苏丹镑', + 1 => '苏丹镑 (1957–1998)', ], 'SEK' => [ 0 => 'SEK', @@ -898,6 +898,10 @@ return [ 0 => 'SKK', 1 => '斯洛伐克克朗', ], + 'SLE' => [ + 0 => 'SLE', + 1 => '塞拉利昂新利昂', + ], 'SLL' => [ 0 => 'SLL', 1 => '塞拉利昂利昂', @@ -1046,6 +1050,10 @@ return [ 0 => 'VEB', 1 => '委内瑞拉玻利瓦尔 (1871–2008)', ], + 'VED' => [ + 0 => 'VED', + 1 => '委内瑞拉主权币', + ], 'VEF' => [ 0 => 'VEF', 1 => '委内瑞拉玻利瓦尔 (2008–2018)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/zh_Hant.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/zh_Hant.php index c15af98..c727d0c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/zh_Hant.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/currencies/zh_Hant.php @@ -184,7 +184,7 @@ return [ ], 'BRL' => [ 0 => 'R$', - 1 => '巴西里拉', + 1 => '巴西雷亞爾', ], 'BRN' => [ 0 => 'BRN', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/git-info.txt b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/git-info.txt index e0658b7..027ad64 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/git-info.txt +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/git-info.txt @@ -2,6 +2,6 @@ Git information =============== URL: https://github.com/unicode-org/icu.git -Revision: c205e7ee49a7086a28b9c275fcfdac9ca3dc815d -Author: yumaoka -Date: 2022-03-30T14:47:46-04:00 +Revision: ff3514f257ea10afe7e710e9f946f68d256704b1 +Author: Peter Edberg +Date: 2022-10-13T13:44:35-07:00 diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/af.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/af.php index eceb21b..f1b3845 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/af.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/af.php @@ -16,14 +16,17 @@ return [ 'alt' => 'Suid-Altai', 'am' => 'Amharies', 'an' => 'Aragonees', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arabies', 'arc' => 'Aramees', 'arn' => 'Mapuche', 'arp' => 'Arapaho', + 'ars' => 'Najdi-Arabies', 'as' => 'Assamees', 'asa' => 'Asu', 'ast' => 'Asturies', + 'atj' => 'Atikamekw', 'av' => 'Avaries', 'awa' => 'Awadhi', 'ay' => 'Aymara', @@ -49,6 +52,7 @@ return [ 'bug' => 'Buginees', 'byn' => 'Blin', 'ca' => 'Katalaans', + 'cay' => 'Cayuga', 'ccp' => 'Tsjaakma', 'ce' => 'Tsjetsjeens', 'ceb' => 'Cebuano', @@ -57,13 +61,22 @@ return [ 'chk' => 'Chuukees', 'chm' => 'Mari', 'cho' => 'Choctaw', + 'chp' => 'Chipewyan', 'chr' => 'Cherokees', 'chy' => 'Cheyennees', 'ckb' => 'Sorani', + 'clc' => 'Tzilkotin', 'co' => 'Korsikaans', 'cop' => 'Kopties', + 'crg' => 'Michif', + 'crj' => 'Suidoos-Cree', + 'crk' => 'Laagvlakte-Cree', + 'crl' => 'Noordoos-Cree', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina-Algonkin', 'crs' => 'Seselwa Franskreools', 'cs' => 'Tsjeggies', + 'csw' => 'Swampy Cree', 'cu' => 'Kerkslawies', 'cv' => 'Chuvash', 'cy' => 'Wallies', @@ -101,6 +114,8 @@ return [ 'fo' => 'Faroëes', 'fon' => 'Fon', 'fr' => 'Frans', + 'frc' => 'Cajun', + 'frr' => 'Noord-Fries', 'fur' => 'Friuliaans', 'fy' => 'Fries', 'ga' => 'Iers', @@ -121,8 +136,10 @@ return [ 'gv' => 'Manx', 'gwi' => 'Gwichʼin', 'ha' => 'Hausa', + 'hai' => 'Haida', 'hak' => 'Hakka-Sjinees', 'haw' => 'Hawais', + 'hax' => 'Suid-Haida', 'he' => 'Hebreeus', 'hi' => 'Hindi', 'hil' => 'Hiligaynon', @@ -134,6 +151,7 @@ return [ 'ht' => 'Haïtiaans', 'hu' => 'Hongaars', 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armeens', 'hz' => 'Herero', 'ia' => 'Interlingua', @@ -143,6 +161,7 @@ return [ 'ie' => 'Interlingue', 'ig' => 'Igbo', 'ii' => 'Sichuan Yi', + 'ikt' => 'Wes-Kanadese Inoektitoet', 'ilo' => 'Iloko', 'inh' => 'Ingush', 'io' => 'Ido', @@ -165,6 +184,7 @@ return [ 'kea' => 'Kabuverdianu', 'kfo' => 'Koro', 'kg' => 'Kongolees', + 'kgp' => 'Kaingang', 'kha' => 'Khasi', 'khq' => 'Koyra Chiini', 'ki' => 'Kikuyu', @@ -192,6 +212,7 @@ return [ 'kum' => 'Kumyk', 'kv' => 'Komi', 'kw' => 'Kornies', + 'kwk' => 'Kwak’wala', 'ky' => 'Kirgisies', 'la' => 'Latyn', 'lad' => 'Ladino', @@ -200,11 +221,14 @@ return [ 'lez' => 'Lezghies', 'lg' => 'Ganda', 'li' => 'Limburgs', + 'lil' => 'Lillooet', 'lkt' => 'Lakota', 'ln' => 'Lingaals', 'lo' => 'Lao', + 'lou' => 'Louisiana Kreool', 'loz' => 'Lozi', 'lrc' => 'Noord-Luri', + 'lsm' => 'Saamia', 'lt' => 'Litaus', 'lu' => 'Luba-Katanga', 'lua' => 'Luba-Lulua', @@ -233,6 +257,7 @@ return [ 'ml' => 'Malabaars', 'mn' => 'Mongools', 'mni' => 'Manipuri', + 'moe' => 'Innu-aimun', 'moh' => 'Mohawk', 'mos' => 'Mossi', 'mr' => 'Marathi', @@ -270,6 +295,11 @@ return [ 'ny' => 'Nyanja', 'nyn' => 'Nyankole', 'oc' => 'Oksitaans', + 'ojb' => 'Noordwes-Ojibwa', + 'ojc' => 'Sentraal-Ojibwa', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Wes-Ojibwa', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Oriya', 'os' => 'Osseties', @@ -280,7 +310,9 @@ return [ 'pau' => 'Palauaans', 'pcm' => 'Nigeriese Pidgin', 'phn' => 'Fenisies', + 'pis' => 'Pijin', 'pl' => 'Pools', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Pruisies', 'ps' => 'Pasjto', 'pt' => 'Portugees', @@ -319,6 +351,7 @@ return [ 'si' => 'Sinhala', 'sk' => 'Slowaaks', 'sl' => 'Sloweens', + 'slh' => 'Suid-Lushootseed', 'sm' => 'Samoaans', 'sma' => 'Suid-Sami', 'smj' => 'Lule Sami', @@ -333,6 +366,7 @@ return [ 'ss' => 'Swazi', 'ssy' => 'Saho', 'st' => 'Suid-Sotho', + 'str' => 'Straits Salish', 'su' => 'Sundanees', 'suk' => 'Sukuma', 'sv' => 'Sweeds', @@ -340,23 +374,29 @@ return [ 'swb' => 'Comoraans', 'syr' => 'Siries', 'ta' => 'Tamil', + 'tce' => 'Suid-Tutchone', 'te' => 'Teloegoe', 'tem' => 'Timne', 'teo' => 'Teso', 'tet' => 'Tetoem', 'tg' => 'Tadjiks', + 'tgx' => 'Tagish', 'th' => 'Thai', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', 'tig' => 'Tigre', 'tk' => 'Turkmeens', 'tlh' => 'Klingon', + 'tli' => 'Tlingit', 'tn' => 'Tswana', 'to' => 'Tongaans', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Turks', 'trv' => 'Taroko', 'ts' => 'Tsonga', 'tt' => 'Tataars', + 'ttm' => 'Noord-Tutchone', 'tum' => 'Toemboeka', 'tvl' => 'Tuvalu', 'tw' => 'Twi', @@ -389,6 +429,7 @@ return [ 'ybb' => 'Yemba', 'yi' => 'Jiddisj', 'yo' => 'Yoruba', + 'yrl' => 'Nheengatu', 'yue' => 'Kantonees', 'zgh' => 'Standaard Marokkaanse Tamazight', 'zh' => 'Chinees', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/am.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/am.php index 4b80f42..29b4b23 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/am.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/am.php @@ -20,6 +20,7 @@ return [ 'alt' => 'ደቡባዊ አልታይ', 'am' => 'አማርኛ', 'an' => 'አራጎንስ', + 'ann' => 'ኦቦሎ', 'anp' => 'አንጊካ', 'ar' => 'ዓረብኛ', 'arc' => 'አራማይክ', @@ -27,11 +28,13 @@ return [ 'aro' => 'አራኦና', 'arp' => 'አራፓሆ', 'arq' => 'የአልጄሪያ ዓረብኛ', + 'ars' => 'ናጅዲ-አረቢክ', 'arw' => 'አራዋክ', 'as' => 'አሳሜዛዊ', 'asa' => 'አሱ', 'ase' => 'የአሜሪካ የምልክት ቋንቋ', 'ast' => 'አስቱሪያን', + 'atj' => 'አቲካምከው', 'av' => 'አቫሪክ', 'awa' => 'አዋድሂ', 'ay' => 'አያማርኛ', @@ -93,13 +96,21 @@ return [ 'chr' => 'ቼሮኬኛ', 'chy' => 'ችዬኔ', 'ckb' => 'የሶራኒ ኩርድኛ', + 'clc' => 'ቺልኮቲን', 'co' => 'ኮርሲካኛ', 'cop' => 'ኮፕቲክ', 'cps' => 'ካፒዝኖን', 'cr' => 'ክሪ', + 'crg' => 'ሚቺፍ', 'crh' => 'ክሪሚያን ተርኪሽ', + 'crj' => 'ደቡባዊ ምዕራብ ክሪ', + 'crk' => 'ክሪ ሜዳዎች', + 'crl' => 'ሰሜናዊ ምዕራብ ክሪ', + 'crm' => 'ሙስ-ክሪ', + 'crr' => 'ካሮሊና አልጎንክዊያን', 'crs' => 'ሰሰላዊ ክሬኦሊ ፈረንሳይኛ', 'cs' => 'ቼክኛ', + 'csw' => 'ረግረጋማ ክሪ', 'cu' => 'ቸርች ስላቪክ', 'cv' => 'ቹቫሽ', 'cy' => 'ወልሽ', @@ -144,6 +155,7 @@ return [ 'fr' => 'ፈረንሳይኛ', 'frc' => 'ካጁን ፍሬንች', 'frp' => 'አርፒታን', + 'frr' => 'ሰሜናዊ ፍሪሳን', 'fur' => 'ፍሩሊያን', 'fy' => 'ምዕራባዊ ፍሪሲኛ', 'ga' => 'አይሪሽ', @@ -163,8 +175,10 @@ return [ 'gv' => 'ማንክስኛ', 'gwi' => 'ግዊቺን', 'ha' => 'ሃውሳኛ', + 'hai' => 'ሃይዳ', 'hak' => 'ሃካ ቻይንኛ', 'haw' => 'ሃዊያኛ', + 'hax' => 'ደቡባዊ ሃይዳ', 'he' => 'ዕብራይስጥ', 'hi' => 'ሒንዱኛ', 'hil' => 'ሂሊጋይኖን', @@ -175,6 +189,7 @@ return [ 'ht' => 'ሃይትኛ', 'hu' => 'ሀንጋሪኛ', 'hup' => 'ሁፓ', + 'hur' => 'ሃልኮመልም', 'hy' => 'አርመናዊ', 'hz' => 'ሄሬሮ', 'ia' => 'ኢንቴርሊንጓ', @@ -185,6 +200,7 @@ return [ 'ig' => 'ኢግቦኛ', 'ii' => 'ሲቹንዪኛ', 'ik' => 'እኑፒያቅኛ', + 'ikt' => 'የምዕራባዊ ካናዳ ኢኑክቲቱት', 'ilo' => 'ኢሎኮ', 'inh' => 'ኢንጉሽ', 'io' => 'ኢዶ', @@ -207,6 +223,7 @@ return [ 'kea' => 'ካቡቨርዲያኑ', 'kfo' => 'ኮሮ', 'kg' => 'ኮንጎኛ', + 'kgp' => 'ካይንጋንግ', 'kha' => 'ክሃሲ', 'khq' => 'ኮይራ ቺኒ', 'ki' => 'ኪኩዩ', @@ -234,6 +251,7 @@ return [ 'kum' => 'ኩማይክ', 'kv' => 'ኮሚ', 'kw' => 'ኮርኒሽ', + 'kwk' => 'ክዋክዋላ', 'ky' => 'ኪርጊዝኛ', 'la' => 'ላቲንኛ', 'lad' => 'ላዲኖ', @@ -242,11 +260,14 @@ return [ 'lez' => 'ሌዝጊያን', 'lg' => 'ጋንዳኛ', 'li' => 'ሊምቡርጊሽ', + 'lil' => 'ሊሎኤት', 'lkt' => 'ላኮታ', 'ln' => 'ሊንጋላኛ', 'lo' => 'ላኦኛ', + 'lou' => 'ሉዊዚያና ክሬኦል', 'loz' => 'ሎዚኛ', 'lrc' => 'ሰሜናዊ ሉሪ', + 'lsm' => 'ሳሚያ', 'lt' => 'ሉቴንያንኛ', 'lu' => 'ሉባ ካታንጋ', 'lua' => 'ሉባ-ሉሏ', @@ -275,6 +296,7 @@ return [ 'ml' => 'ማላያላምኛ', 'mn' => 'ሞንጎሊያኛ', 'mni' => 'ማኒፑሪ', + 'moe' => 'ኢኑ-አይመን', 'moh' => 'ሞሃውክ', 'mos' => 'ሞሲ', 'mr' => 'ማራቲኛ', @@ -314,6 +336,11 @@ return [ 'ny' => 'ንያንጃ', 'nyn' => 'ኒያንኮልኛ', 'oc' => 'ኦኪታንኛ', + 'ojb' => 'ሰሜናዊ ምዕራብ ኦጂብዋ', + 'ojc' => 'ማዕከላዊ ኦጂብዋ', + 'ojs' => 'ኦጂ-ክሪ', + 'ojw' => 'ምዕራባዊ ኦጂቡዋ', + 'oka' => 'ኦካናጋን', 'om' => 'ኦሮሞኛ', 'or' => 'ኦዲያኛ', 'os' => 'ኦሴቲክ', @@ -323,7 +350,9 @@ return [ 'pap' => 'ፓፒአሜንቶ', 'pau' => 'ፓላኡአን', 'pcm' => 'የናይጄሪያ ፒጂን', + 'pis' => 'ፒጂን', 'pl' => 'ፖሊሽኛ', + 'pqm' => 'ማሊሰት-ፓሳማቆድይ', 'prg' => 'ፐሩሳንኛ', 'ps' => 'ፓሽቶኛ', 'pt' => 'ፖርቹጋልኛ', @@ -365,6 +394,7 @@ return [ 'sid' => 'ሲዳምኛ', 'sk' => 'ስሎቫክኛ', 'sl' => 'ስሎቪኛ', + 'slh' => 'ደቡባዊ ሉሹትሲድ', 'sm' => 'ሳሞአኛ', 'sma' => 'ደቡባዊ ሳሚ', 'smj' => 'ሉሌ ሳሚ', @@ -379,6 +409,7 @@ return [ 'ss' => 'ስዋቲኛ', 'ssy' => 'ሳሆኛ', 'st' => 'ደቡባዊ ሶቶ', + 'str' => 'ጠረሮች ሳሊሽ', 'su' => 'ሱዳንኛ', 'suk' => 'ሱኩማ', 'sv' => 'ስዊድንኛ', @@ -387,24 +418,30 @@ return [ 'syc' => 'ክላሲክ ኔይራ', 'syr' => 'ሲሪያክ', 'ta' => 'ታሚልኛ', + 'tce' => 'ደቡባዊ ቱትቾን', 'te' => 'ተሉጉኛ', 'tem' => 'ቲምኔ', 'teo' => 'ቴሶ', 'tet' => 'ቴተም', 'tg' => 'ታጂኪኛ', + 'tgx' => 'ታጊሽ', 'th' => 'ታይኛ', + 'tht' => 'ታህልታን', 'ti' => 'ትግርኛ', 'tig' => 'ትግረ', 'tk' => 'ቱርክሜንኛ', 'tl' => 'ታጋሎገኛ', 'tlh' => 'ክሊንጎንኛ', + 'tli' => 'ትሊንጊት', 'tn' => 'ጽዋናዊኛ', 'to' => 'ቶንጋኛ', + 'tok' => 'ቶኪ ፖና', 'tpi' => 'ቶክ ፒሲን', 'tr' => 'ቱርክኛ', 'trv' => 'ታሮኮ', 'ts' => 'ጾንጋኛ', 'tt' => 'ታታርኛ', + 'ttm' => 'ሰሜናዊ ቱትቾን', 'tum' => 'ቱምቡካ', 'tvl' => 'ቱቫሉ', 'tw' => 'ትዊኛ', @@ -437,6 +474,7 @@ return [ 'ybb' => 'የምባ', 'yi' => 'ይዲሽኛ', 'yo' => 'ዮሩባዊኛ', + 'yrl' => 'ኒኛቱ', 'yue' => 'ካንቶኒዝ', 'za' => 'ዡዋንግኛ', 'zbl' => 'ብሊስይምቦልስ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ar.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ar.php index a012fca..e7302b2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ar.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ar.php @@ -20,6 +20,7 @@ return [ 'am' => 'الأمهرية', 'an' => 'الأراغونية', 'ang' => 'الإنجليزية القديمة', + 'ann' => 'أوبلو', 'anp' => 'الأنجيكا', 'ar' => 'العربية', 'arc' => 'الآرامية', @@ -30,6 +31,7 @@ return [ 'as' => 'الأسامية', 'asa' => 'الآسو', 'ast' => 'الأسترية', + 'atj' => 'الأتيكاميكو', 'av' => 'الأوارية', 'awa' => 'الأوادية', 'ay' => 'الأيمارا', @@ -86,13 +88,21 @@ return [ 'chr' => 'الشيروكي', 'chy' => 'الشايان', 'ckb' => 'السورانية الكردية', + 'clc' => 'تسيلكوتين', 'co' => 'الكورسيكية', 'cop' => 'القبطية', 'cr' => 'الكرى', + 'crg' => 'الميتشيف', 'crh' => 'لغة تتار القرم', + 'crj' => 'الكري الجنوب شرقية', + 'crk' => 'البلينز-كري', + 'crl' => 'الكري شمال الشرقية', + 'crm' => 'الموس-كري', + 'crr' => 'الألغونكوية كارولينا', 'crs' => 'الفرنسية الكريولية السيشيلية', 'cs' => 'التشيكية', 'csb' => 'الكاشبايان', + 'csw' => 'السوامبي-كري', 'cu' => 'سلافية كنسية', 'cv' => 'التشوفاشي', 'cy' => 'الويلزية', @@ -173,6 +183,7 @@ return [ 'hai' => 'الهيدا', 'hak' => 'الهاكا الصينية', 'haw' => 'لغة هاواي', + 'hax' => 'هايدا الجنوبية', 'he' => 'العبرية', 'hi' => 'الهندية', 'hil' => 'الهيليجينون', @@ -185,6 +196,7 @@ return [ 'ht' => 'الكريولية الهايتية', 'hu' => 'الهنغارية', 'hup' => 'الهبا', + 'hur' => 'الهالكوميليم', 'hy' => 'الأرمنية', 'hz' => 'الهيريرو', 'ia' => 'اللّغة الوسيطة', @@ -195,6 +207,7 @@ return [ 'ig' => 'الإيجبو', 'ii' => 'السيتشيون يي', 'ik' => 'الإينبياك', + 'ikt' => 'الإنكتيتوتية الكندية الغربية', 'ilo' => 'الإيلوكو', 'inh' => 'الإنجوشية', 'io' => 'الإيدو', @@ -222,6 +235,7 @@ return [ 'kea' => 'كابوفيرديانو', 'kfo' => 'الكورو', 'kg' => 'الكونغو', + 'kgp' => 'الكاينغانغ', 'kha' => 'الكازية', 'kho' => 'الخوتانيز', 'khq' => 'كويرا تشيني', @@ -252,6 +266,7 @@ return [ 'kut' => 'الكتيناي', 'kv' => 'الكومي', 'kw' => 'الكورنية', + 'kwk' => 'الكواكوالا', 'ky' => 'القيرغيزية', 'la' => 'اللاتينية', 'lad' => 'اللادينو', @@ -262,6 +277,7 @@ return [ 'lez' => 'الليزجية', 'lg' => 'الغاندا', 'li' => 'الليمبورغية', + 'lil' => 'الليلويتية', 'lkt' => 'لاكوتا', 'ln' => 'اللينجالا', 'lo' => 'اللاوية', @@ -269,6 +285,7 @@ return [ 'lou' => 'الكريولية اللويزيانية', 'loz' => 'اللوزي', 'lrc' => 'اللرية الشمالية', + 'lsm' => 'الساميا', 'lt' => 'الليتوانية', 'lu' => 'اللوبا كاتانغا', 'lua' => 'اللبا-لؤلؤ', @@ -303,6 +320,7 @@ return [ 'mn' => 'المنغولية', 'mnc' => 'المانشو', 'mni' => 'المانيبورية', + 'moe' => 'إينو-ايمون', 'moh' => 'الموهوك', 'mos' => 'الموسي', 'mr' => 'الماراثية', @@ -347,6 +365,11 @@ return [ 'nzi' => 'النزيما', 'oc' => 'الأوكسيتانية', 'oj' => 'الأوجيبوا', + 'ojb' => 'أوجيبوا الشمالية الغربية', + 'ojc' => 'أوجيبوا الوسطى', + 'ojs' => 'الأوجي-كري', + 'ojw' => 'الأوجيبوا الغربية', + 'oka' => 'الأوكاناغانية', 'om' => 'الأورومية', 'or' => 'الأورية', 'os' => 'الأوسيتيك', @@ -362,8 +385,10 @@ return [ 'peo' => 'الفارسية القديمة', 'phn' => 'الفينيقية', 'pi' => 'البالية', + 'pis' => 'بيجين', 'pl' => 'البولندية', 'pon' => 'البوهنبيايان', + 'pqm' => 'الماليزيت-باساماكودي', 'prg' => 'البروسياوية', 'pro' => 'البروفانسية القديمة', 'ps' => 'البشتو', @@ -412,6 +437,7 @@ return [ 'sid' => 'السيدامو', 'sk' => 'السلوفاكية', 'sl' => 'السلوفانية', + 'slh' => 'لوشوتسيد الجنوبية', 'sm' => 'الساموائية', 'sma' => 'السامي الجنوبي', 'smj' => 'اللول سامي', @@ -428,6 +454,7 @@ return [ 'ss' => 'السواتي', 'ssy' => 'لغة الساهو', 'st' => 'السوتو الجنوبية', + 'str' => 'سترايتس ساليش', 'su' => 'السوندانية', 'suk' => 'السوكوما', 'sus' => 'السوسو', @@ -438,13 +465,16 @@ return [ 'syc' => 'سريانية تقليدية', 'syr' => 'السريانية', 'ta' => 'التاميلية', + 'tce' => 'التوتشون الجنوبية', 'te' => 'التيلوغوية', 'tem' => 'التيمن', 'teo' => 'تيسو', 'ter' => 'التيرينو', 'tet' => 'التيتم', 'tg' => 'الطاجيكية', + 'tgx' => 'التاغيش', 'th' => 'التايلاندية', + 'tht' => 'التالتان', 'ti' => 'التغرينية', 'tig' => 'التيغرية', 'tiv' => 'التيف', @@ -457,12 +487,14 @@ return [ 'tn' => 'التسوانية', 'to' => 'التونغية', 'tog' => 'تونجا - نياسا', + 'tok' => 'التوكي-بونا', 'tpi' => 'التوك بيسين', 'tr' => 'التركية', 'trv' => 'لغة التاروكو', 'ts' => 'السونجا', 'tsi' => 'التسيمشيان', 'tt' => 'التترية', + 'ttm' => 'التوتشون الشمالية', 'tum' => 'التامبوكا', 'tvl' => 'التوفالو', 'tw' => 'التوي', @@ -500,6 +532,7 @@ return [ 'ybb' => 'يمبا', 'yi' => 'اليديشية', 'yo' => 'اليوروبا', + 'yrl' => 'النيينجاتو', 'yue' => 'الكَنْتُونية', 'za' => 'الزهيونج', 'zap' => 'الزابوتيك', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ar_SA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ar_SA.php index aa62d2f..5bbb429 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ar_SA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ar_SA.php @@ -14,23 +14,6 @@ return [ ], 'LocalizedNames' => [ 'ar_001' => 'العربية الرسمية الحديثة', - 'de_AT' => 'الألمانية النمساوية', - 'de_CH' => 'الألمانية العليا السويسرية', - 'en_AU' => 'الإنجليزية الأسترالية', - 'en_CA' => 'الإنجليزية الكندية', - 'en_GB' => 'الإنجليزية البريطانية', - 'en_US' => 'الإنجليزية الأمريكية', - 'es_419' => 'الإسبانية أمريكا اللاتينية', - 'es_ES' => 'الإسبانية الأوروبية', - 'es_MX' => 'الإسبانية المكسيكية', - 'fr_CA' => 'الفرنسية الكندية', - 'fr_CH' => 'الفرنسية السويسرية', - 'nds_NL' => 'السكسونية السفلى', - 'nl_BE' => 'الفلمنكية', - 'pt_BR' => 'البرتغالية البرازيلية', - 'pt_PT' => 'البرتغالية الأوروبية', 'sw_CD' => 'السواحيلية الكونغولية', - 'zh_Hans' => 'الصينية المبسطة', - 'zh_Hant' => 'الصينية التقليدية', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/as.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/as.php index aea6657..a7e8538 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/as.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/as.php @@ -15,15 +15,18 @@ return [ 'alt' => 'দাক্ষিণাত্য আল্টাই', 'am' => 'আমহাৰিক', 'an' => 'আৰ্গোনিজ', + 'ann' => 'অ’ব’ল’', 'anp' => 'আঙ্গিকা', 'ar' => 'আৰবী', 'arn' => 'মাপুচে', 'arp' => 'আৰাপাহো', + 'ars' => 'নাজডি আৰবী', 'as' => 'অসমীয়া', 'asa' => 'আছু', 'ast' => 'এষ্টুৰীয়', + 'atj' => 'আতিকামেক', 'av' => 'আভেৰিক', - 'awa' => 'আৱাধি', + 'awa' => 'অৱধী', 'ay' => 'আয়মাৰা', 'az' => 'আজেৰবাইজানী', 'ba' => 'বাছখিৰ', @@ -46,6 +49,7 @@ return [ 'bug' => 'বগিনীজ', 'byn' => 'ব্লিন', 'ca' => 'কাতালান', + 'cay' => 'কায়ুগা', 'ccp' => 'চাক্‌মা', 'ce' => 'চেচেন', 'ceb' => 'চিবুৱানো', @@ -54,12 +58,21 @@ return [ 'chk' => 'চুকিজ', 'chm' => 'মাৰি', 'cho' => 'চোক্টাউ', + 'chp' => 'চিপেউয়ান', 'chr' => 'চেৰোকি', 'chy' => 'চাইয়েন', 'ckb' => 'চেণ্ট্ৰেল কুৰ্ডিচ', + 'clc' => 'চিলক’টিন', 'co' => 'কোৰ্ছিকান', + 'crg' => 'মিচিফ', + 'crj' => 'দাক্ষিণাত্য ইষ্ট ক্ৰী', + 'crk' => 'প্লেইনছ ক্ৰী', + 'crl' => 'নৰ্দাৰ্ন ইষ্ট ক্ৰী', + 'crm' => 'মুজ ক্ৰী', + 'crr' => 'কেৰ’লিনা আলগংকিয়ান', 'crs' => 'ছেছেলৱা ক্ৰিওল ফ্ৰেন্স', 'cs' => 'চেক', + 'csw' => 'স্বাম্পী ক্ৰী', 'cu' => 'চাৰ্চ শ্লেভিক', 'cv' => 'চুভাচ', 'cy' => 'ৱেলচ', @@ -96,6 +109,8 @@ return [ 'fo' => 'ফাৰোইজ', 'fon' => 'ফ’ন', 'fr' => 'ফ্ৰেন্স', + 'frc' => 'কেজ’ন ফৰাছী', + 'frr' => 'নৰ্দাৰ্ন ফ্ৰিছিয়ান', 'fur' => 'ফ্ৰিউলিয়ান', 'fy' => 'ৱেষ্টাৰ্ণ ফ্ৰিছিয়ান', 'ga' => 'আইৰিচ', @@ -112,7 +127,9 @@ return [ 'gv' => 'মেংক্স', 'gwi' => 'জিউইচিন', 'ha' => 'হাউছা', + 'hai' => 'হেইডা', 'haw' => 'হাৱাই', + 'hax' => 'দাক্ষিণাত্যৰ হাইডা', 'he' => 'হিব্ৰু', 'hi' => 'হিন্দী', 'hil' => 'হিলিগায়নোন', @@ -122,6 +139,7 @@ return [ 'ht' => 'হেইটিয়ান ক্ৰিয়ল', 'hu' => 'হাঙ্গেৰিয়ান', 'hup' => 'হুপা', + 'hur' => 'হেলকোমেলেম', 'hy' => 'আৰ্মেনীয়', 'hz' => 'হেৰেৰো', 'ia' => 'ইণ্টাৰলিংগুৱা', @@ -130,6 +148,7 @@ return [ 'id' => 'ইণ্ডোনেচিয়', 'ig' => 'ইগ্বো', 'ii' => 'ছিচুৱান ই', + 'ikt' => 'ৱেষ্টাৰ্ণ কানাডিয়ান ইনক্টিটুট', 'ilo' => 'ইলোকো', 'inh' => 'ইংগুচ', 'io' => 'ইডো', @@ -151,6 +170,7 @@ return [ 'kde' => 'মাকোণ্ড', 'kea' => 'কাবুভেৰ্ডিয়ানু', 'kfo' => 'কোৰো', + 'kgp' => 'কেইংগাং', 'kha' => 'খাচি', 'khq' => 'কোয়াৰ চিনি', 'ki' => 'কিকুয়ু', @@ -177,6 +197,7 @@ return [ 'kum' => 'কুমিক', 'kv' => 'কোমি', 'kw' => 'কোৰ্নিচ', + 'kwk' => 'ক্বাকৱালা', 'ky' => 'কিৰ্গিজ', 'la' => 'লেটিন', 'lad' => 'লাডিনো', @@ -185,11 +206,14 @@ return [ 'lez' => 'লেজঘিয়ান', 'lg' => 'গান্দা', 'li' => 'লিম্বুৰ্গিচ', + 'lil' => 'লিল্লোৱেট', 'lkt' => 'লাকোটা', 'ln' => 'লিংগালা', 'lo' => 'লাও', + 'lou' => 'লুইজিয়ানা কেৰ’ল', 'loz' => 'লোজি', 'lrc' => 'উদীচ্য লুৰি', + 'lsm' => 'চামিয়া', 'lt' => 'লিথুৱানিয়ান', 'lu' => 'লুবা-কাটাংগা', 'lua' => 'লুবা-লুলুৱা', @@ -218,6 +242,7 @@ return [ 'ml' => 'মালায়ালম', 'mn' => 'মংগোলীয়', 'mni' => 'মণিপুৰী', + 'moe' => 'ইন্নু-আইমুন', 'moh' => 'মোহোক', 'mos' => 'মোছি', 'mr' => 'মাৰাঠী', @@ -254,6 +279,11 @@ return [ 'ny' => 'ন্যাঞ্জা', 'nyn' => 'ন্যানকোল', 'oc' => 'অ’চিটান', + 'ojb' => 'নৰ্থ-ৱেষ্টাৰ্ণ অজিবৱা', + 'ojc' => 'চেন্ট্ৰেক অজিবৱা', + 'ojs' => 'অ’জি-ক্ৰী', + 'ojw' => 'ৱেষ্টাৰ্ণ অজিবৱা', + 'oka' => 'অ’কানাগান', 'om' => 'ওৰোমো', 'or' => 'ওড়িয়া', 'os' => 'ওছেটিক', @@ -263,7 +293,9 @@ return [ 'pap' => 'পাপিয়ামেণ্টো', 'pau' => 'পালাউৱান', 'pcm' => 'নাইজেৰিয়ান পিজিন', + 'pis' => 'পিজিন', 'pl' => 'প’লিচ', + 'pqm' => 'মালিছীট-পাছামাকু’ডী', 'prg' => 'প্ৰুছিয়ান', 'ps' => 'পুস্ত', 'pt' => 'পৰ্তুগীজ', @@ -300,6 +332,7 @@ return [ 'si' => 'সিংহলা', 'sk' => 'শ্লোভাক', 'sl' => 'শ্লোভেনিয়ান', + 'slh' => 'দাক্ষিণাত্যৰ লুছুটচীড', 'sm' => 'ছামোন', 'sma' => 'দাক্ষিণাত্য ছামি', 'smj' => 'লুলে ছামি', @@ -314,6 +347,7 @@ return [ 'ss' => 'স্বাতি', 'ssy' => 'ছাহো', 'st' => 'দাক্ষিণাত্য ছোথো', + 'str' => 'ষ্ট্ৰেইটছ ছেলিশ্ব', 'su' => 'ছুণ্ডানীজ', 'suk' => 'ছুকুমা', 'sv' => 'ছুইডিচ', @@ -321,23 +355,29 @@ return [ 'swb' => 'কোমোৰিয়ান', 'syr' => 'চিৰিয়াক', 'ta' => 'তামিল', + 'tce' => 'দাক্ষিণাত্যৰ টুটচ’ন', 'te' => 'তেলুগু', 'tem' => 'টিম্নে', 'teo' => 'তেছো', 'tet' => 'তেতুম', 'tg' => 'তাজিক', + 'tgx' => 'টেগিশ্ব', 'th' => 'থাই', + 'tht' => 'টাহলটান', 'ti' => 'টিগৰিনিয়া', 'tig' => 'তাইগ্ৰে', 'tk' => 'তুৰ্কমেন', 'tlh' => 'ক্লিংগন', + 'tli' => 'লিংগিট', 'tn' => 'ছোৱানা', 'to' => 'টোঙ্গান', + 'tok' => 'ট’কি প’না', 'tpi' => 'টোক পিছিন', 'tr' => 'তুৰ্কী', 'trv' => 'তাৰোকো', 'ts' => 'ছোঙ্গা', 'tt' => 'তাতাৰ', + 'ttm' => 'নৰ্দাৰ্ন টুটচ’ন', 'tum' => 'তুম্বুকা', 'tvl' => 'টুভালু', 'twq' => 'টাছাৱাক', @@ -360,6 +400,7 @@ return [ 'wal' => 'ওলেইটা', 'war' => 'ৱাৰে', 'wo' => 'ৱোলাফ', + 'wuu' => 'ৱু চাইনিজ', 'xal' => 'কাল্মিক', 'xh' => 'হোছা', 'xog' => 'ছোগা', @@ -367,6 +408,7 @@ return [ 'ybb' => 'য়েম্বা', 'yi' => 'ইদ্দিছ', 'yo' => 'ইউৰুবা', + 'yrl' => 'হিংগাটো', 'yue' => 'কেণ্টোনীজ', 'zgh' => 'ষ্টেণ্ডাৰ্ড মোৰোক্কান তামাজাইট', 'zh' => 'চীনা', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/az.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/az.php index 6c9bcf5..70cfbfd 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/az.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/az.php @@ -20,15 +20,18 @@ return [ 'am' => 'amhar', 'an' => 'araqon', 'ang' => 'qədim ingilis', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'ərəb', 'arc' => 'aramik', 'arn' => 'mapuçe', 'arp' => 'arapaho', + 'ars' => 'Nəcd ərəbcəsi', 'arw' => 'aravak', 'as' => 'assam', 'asa' => 'asu', 'ast' => 'asturiya', + 'atj' => 'Atikamek', 'av' => 'avar', 'awa' => 'avadhi', 'ay' => 'aymara', @@ -61,6 +64,7 @@ return [ 'ca' => 'katalan', 'cad' => 'keddo', 'car' => 'karib', + 'cay' => 'Kayuqa', 'cch' => 'atsam', 'ccp' => 'Çakma', 'ce' => 'çeçen', @@ -77,13 +81,21 @@ return [ 'chr' => 'çeroki', 'chy' => 'çeyen', 'ckb' => 'Mərkəzi kürdcə', + 'clc' => 'Çilotin', 'co' => 'korsika', 'cop' => 'kopt', 'cr' => 'kri', + 'crg' => 'miçif', 'crh' => 'krım türkcəsi', + 'crj' => 'cənub-şərqi kri', + 'crk' => 'ova kricəsi', + 'crl' => 'şimal-şəqri kri', + 'crm' => 'muz kri', + 'crr' => 'Karolina alonkincəsi', 'crs' => 'Seyşel kreol fransızcası', 'cs' => 'çex', 'csb' => 'kaşubyan', + 'csw' => 'bataqlıq kricəsi', 'cu' => 'slavyan', 'cv' => 'çuvaş', 'cy' => 'uels', @@ -130,6 +142,7 @@ return [ 'fo' => 'farer', 'fon' => 'fon', 'fr' => 'fransız', + 'frc' => 'Kacun fransızcası', 'frm' => 'orta fransız', 'fro' => 'qədim fransız', 'frr' => 'şimali fris', @@ -162,6 +175,7 @@ return [ 'hai' => 'hayda', 'hak' => 'hakka', 'haw' => 'havay', + 'hax' => 'cənubi haida', 'he' => 'ivrit', 'hi' => 'hind', 'hil' => 'hiliqaynon', @@ -174,6 +188,7 @@ return [ 'ht' => 'haiti kreol', 'hu' => 'macar', 'hup' => 'hupa', + 'hur' => 'Halkomelem', 'hy' => 'erməni', 'hz' => 'herero', 'ia' => 'interlinqua', @@ -184,6 +199,7 @@ return [ 'ig' => 'iqbo', 'ii' => 'siçuan yi', 'ik' => 'inupiaq', + 'ikt' => 'qərbi Kanada inuktitutu', 'ilo' => 'iloko', 'inh' => 'inquş', 'io' => 'ido', @@ -210,6 +226,7 @@ return [ 'kea' => 'kabuverdian', 'kfo' => 'koro', 'kg' => 'konqo', + 'kgp' => 'kaiqanq', 'kha' => 'xazi', 'kho' => 'xotan', 'khq' => 'koyra çiini', @@ -240,6 +257,7 @@ return [ 'kut' => 'kutenay', 'kv' => 'komi', 'kw' => 'korn', + 'kwk' => 'Kvakvala', 'ky' => 'qırğız', 'la' => 'latın', 'lad' => 'sefard', @@ -250,12 +268,15 @@ return [ 'lez' => 'ləzgi', 'lg' => 'qanda', 'li' => 'limburq', + 'lil' => 'Liluet', 'lkt' => 'lakota', 'ln' => 'linqala', 'lo' => 'laos', 'lol' => 'monqo', + 'lou' => 'Luiziana kreolu', 'loz' => 'lozi', 'lrc' => 'şimali luri', + 'lsm' => 'saamia', 'lt' => 'litva', 'lu' => 'luba-katanqa', 'lua' => 'luba-lulua', @@ -289,6 +310,7 @@ return [ 'mn' => 'monqol', 'mnc' => 'mançu', 'mni' => 'manipüri', + 'moe' => 'İnnu-aimun', 'moh' => 'mohavk', 'mos' => 'mosi', 'mr' => 'marathi', @@ -320,6 +342,7 @@ return [ 'no' => 'norveç', 'nog' => 'noqay', 'non' => 'qədim nors', + 'nqo' => 'nko', 'nr' => 'cənubi ndebele', 'nso' => 'şimal soto', 'nus' => 'nuer', @@ -331,6 +354,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'oksitan', 'oj' => 'ocibva', + 'ojb' => 'şimal-qərbi ocibva', + 'ojc' => 'Mərkəzi ocibva', + 'ojs' => 'ocikri', + 'ojw' => 'qərbi ocibva', + 'oka' => 'okanaqan', 'om' => 'oromo', 'or' => 'odiya', 'os' => 'osetin', @@ -346,8 +374,10 @@ return [ 'peo' => 'qədim fars', 'phn' => 'foyenik', 'pi' => 'pali', + 'pis' => 'picin', 'pl' => 'polyak', 'pon' => 'ponpey', + 'pqm' => 'malesit-passamakvodi', 'prg' => 'pruss', 'pro' => 'qədim provansal', 'ps' => 'puştu', @@ -394,6 +424,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovak', 'sl' => 'sloven', + 'slh' => 'cənubi luşusid', 'sm' => 'samoa', 'sma' => 'cənubi sami', 'smj' => 'lule sami', @@ -410,6 +441,7 @@ return [ 'ss' => 'svati', 'ssy' => 'saho', 'st' => 'sesoto', + 'str' => 'streyts saliş', 'su' => 'sundan', 'suk' => 'sukuma', 'sus' => 'susu', @@ -419,13 +451,16 @@ return [ 'swb' => 'komor', 'syr' => 'suriya', 'ta' => 'tamil', + 'tce' => 'cənubi tuçon', 'te' => 'teluqu', 'tem' => 'timne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tacik', + 'tgx' => 'taq', 'th' => 'tay', + 'tht' => 'taltan', 'ti' => 'tiqrin', 'tig' => 'tiqre', 'tiv' => 'tiv', @@ -438,12 +473,14 @@ return [ 'tn' => 'svana', 'to' => 'tonqa', 'tog' => 'nyasa tonqa', + 'tok' => 'tokipona', 'tpi' => 'tok pisin', 'tr' => 'türk', 'trv' => 'taroko', 'ts' => 'sonqa', 'tsi' => 'simşyan', 'tt' => 'tatar', + 'ttm' => 'şimali tuçon', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', 'tw' => 'tvi', @@ -481,6 +518,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'idiş', 'yo' => 'yoruba', + 'yrl' => 'nyenqatu', 'yue' => 'kanton', 'za' => 'çjuan', 'zap' => 'zapotek', @@ -507,6 +545,7 @@ return [ 'fa_AF' => 'dari', 'fr_CA' => 'Kanada fransızcası', 'fr_CH' => 'İsveçrə fransızcası', + 'hi_Latn' => 'Hindi (latın)', 'nds_NL' => 'aşağı sakson', 'nl_BE' => 'flamand', 'pt_BR' => 'Braziliya portuqalcası', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/be.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/be.php index 817e84d..4416805 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/be.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/be.php @@ -17,14 +17,17 @@ return [ 'am' => 'амхарская', 'an' => 'арагонская', 'ang' => 'стараанглійская', + 'ann' => 'абола', 'anp' => 'ангіка', 'ar' => 'арабская', 'arc' => 'арамейская', 'arn' => 'мапудунгун', 'arp' => 'арапаха', + 'ars' => 'недждыйская арабская', 'as' => 'асамская', 'asa' => 'асу', 'ast' => 'астурыйская', + 'atj' => 'атыкамек', 'av' => 'аварская', 'awa' => 'авадхі', 'ay' => 'аймара', @@ -51,6 +54,7 @@ return [ 'bug' => 'бугіс', 'byn' => 'білен', 'ca' => 'каталанская', + 'cay' => 'каюга', 'ccp' => 'чакма', 'ce' => 'чачэнская', 'ceb' => 'себуана', @@ -60,13 +64,22 @@ return [ 'chk' => 'чуук', 'chm' => 'мары', 'cho' => 'чокта', + 'chp' => 'чыпеваян', 'chr' => 'чэрокі', 'chy' => 'шэйен', 'ckb' => 'цэнтральнакурдская', + 'clc' => 'чылькатын', 'co' => 'карсіканская', 'cop' => 'копцкая', + 'crg' => 'мічыф', + 'crj' => 'паўднёва-ўсходняя кры', + 'crk' => 'раўнінны кры', + 'crl' => 'паўночна-ўсходняя кры', + 'crm' => 'муская кры', + 'crr' => 'каралінская алганкійская', 'crs' => 'сэсэльва', 'cs' => 'чэшская', + 'csw' => 'балотная кры', 'cu' => 'царкоўнаславянская', 'cv' => 'чувашская', 'cy' => 'валійская', @@ -104,7 +117,9 @@ return [ 'fo' => 'фарэрская', 'fon' => 'фон', 'fr' => 'французская', + 'frc' => 'каджунская французская', 'fro' => 'старафранцузская', + 'frr' => 'паўночнафрызская', 'fur' => 'фрыульская', 'fy' => 'заходняя фрызская', 'ga' => 'ірландская', @@ -123,7 +138,9 @@ return [ 'gv' => 'мэнская', 'gwi' => 'гуіч’ін', 'ha' => 'хауса', + 'hai' => 'хайда', 'haw' => 'гавайская', + 'hax' => 'паўднёвая хайда', 'he' => 'іўрыт', 'hi' => 'хіндзі', 'hil' => 'хілігайнон', @@ -133,6 +150,7 @@ return [ 'ht' => 'гаіцянская крэольская', 'hu' => 'венгерская', 'hup' => 'хупа', + 'hur' => 'халкамелем', 'hy' => 'армянская', 'hz' => 'герэра', 'ia' => 'інтэрлінгва', @@ -142,6 +160,7 @@ return [ 'ie' => 'інтэрлінгвэ', 'ig' => 'ігба', 'ii' => 'сычуаньская йі', + 'ikt' => 'заходнеканадская інуктытут', 'ilo' => 'ілакана', 'inh' => 'інгушская', 'io' => 'іда', @@ -163,6 +182,7 @@ return [ 'kde' => 'макондэ', 'kea' => 'кабувердыяну', 'kfo' => 'кора', + 'kgp' => 'каінганг', 'kha' => 'кхасі', 'khq' => 'койра чыіні', 'ki' => 'кікуйю', @@ -190,6 +210,7 @@ return [ 'kum' => 'кумыцкая', 'kv' => 'комі', 'kw' => 'корнская', + 'kwk' => 'квакіутль', 'ky' => 'кіргізская', 'la' => 'лацінская', 'lad' => 'ладына', @@ -198,12 +219,15 @@ return [ 'lez' => 'лезгінская', 'lg' => 'ганда', 'li' => 'лімбургская', + 'lil' => 'лілуэт', 'lkt' => 'лакота', 'ln' => 'лінгала', 'lo' => 'лаоская', 'lol' => 'монга', + 'lou' => 'луізіянская крэольская', 'loz' => 'лозі', 'lrc' => 'паўночная луры', + 'lsm' => 'саамія', 'lt' => 'літоўская', 'lu' => 'луба-катанга', 'lua' => 'луба-касаі', @@ -233,6 +257,7 @@ return [ 'ml' => 'малаялам', 'mn' => 'мангольская', 'mni' => 'мейтэй', + 'moe' => 'іну-аймун', 'moh' => 'мохак', 'mos' => 'мосі', 'mr' => 'маратхі', @@ -270,7 +295,12 @@ return [ 'ny' => 'ньянджа', 'nyn' => 'ньянколе', 'oc' => 'аксітанская', - 'oj' => 'аджыбва', + 'oj' => 'аджыбвэ', + 'ojb' => 'паўночна-заходняя аджыбвэ', + 'ojc' => 'цэнтральная аджыбвэ', + 'ojs' => 'оджы-кры', + 'ojw' => 'заходняя аджыбвэ', + 'oka' => 'аканаган', 'om' => 'арома', 'or' => 'орыя', 'os' => 'асецінская', @@ -282,7 +312,9 @@ return [ 'pcm' => 'нігерыйскі піджын', 'peo' => 'стараперсідская', 'phn' => 'фінікійская', + 'pis' => 'саламонскі піджын', 'pl' => 'польская', + 'pqm' => 'малесіт-пасамакуоды', 'prg' => 'пруская', 'pro' => 'стараправансальская', 'ps' => 'пушту', @@ -324,6 +356,7 @@ return [ 'si' => 'сінгальская', 'sk' => 'славацкая', 'sl' => 'славенская', + 'slh' => 'паўднёвая лушуцыд', 'sm' => 'самоа', 'sma' => 'паўднёвасаамская', 'smj' => 'луле-саамская', @@ -338,6 +371,7 @@ return [ 'ss' => 'суаці', 'ssy' => 'саха', 'st' => 'сесута', + 'str' => 'стрэйтс саліш', 'su' => 'сунда', 'suk' => 'сукума', 'sux' => 'шумерская', @@ -346,23 +380,29 @@ return [ 'swb' => 'каморская', 'syr' => 'сірыйская', 'ta' => 'тамільская', + 'tce' => 'паўднёвая тутчонэ', 'te' => 'тэлугу', 'tem' => 'тэмнэ', 'teo' => 'тэсо', 'tet' => 'тэтум', 'tg' => 'таджыкская', + 'tgx' => 'тагіш', 'th' => 'тайская', + 'tht' => 'тальтан', 'ti' => 'тыгрынья', 'tig' => 'тыгрэ', 'tk' => 'туркменская', 'tlh' => 'клінган', + 'tli' => 'тлінгіт', 'tn' => 'тсвана', 'to' => 'танганская', + 'tok' => 'такіпона', 'tpi' => 'ток-пісін', 'tr' => 'турэцкая', 'trv' => 'тарока', 'ts' => 'тсонга', 'tt' => 'татарская', + 'ttm' => 'паўночная тутчонэ', 'tum' => 'тумбука', 'tvl' => 'тувалу', 'twq' => 'тасаўак', @@ -386,6 +426,7 @@ return [ 'war' => 'варай', 'wbp' => 'варлпіры', 'wo' => 'валоф', + 'wuu' => 'ву', 'xal' => 'калмыцкая', 'xh' => 'коса', 'xog' => 'сога', @@ -393,6 +434,7 @@ return [ 'ybb' => 'йемба', 'yi' => 'ідыш', 'yo' => 'ёруба', + 'yrl' => 'ньенгату', 'yue' => 'кантонскі дыялект кітайскай', 'zap' => 'сапатэк', 'zgh' => 'стандартная мараканская тамазіхт', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bg.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bg.php index 68ee96e..84e3b98 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bg.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bg.php @@ -20,15 +20,18 @@ return [ 'am' => 'амхарски', 'an' => 'арагонски', 'ang' => 'староанглийски', + 'ann' => 'оболо', 'anp' => 'ангика', 'ar' => 'арабски', 'arc' => 'арамейски', 'arn' => 'мапуче', 'arp' => 'арапахо', + 'ars' => 'найди арабски', 'arw' => 'аравак', 'as' => 'асамски', 'asa' => 'асу', 'ast' => 'астурски', + 'atj' => 'атикамеку', 'av' => 'аварски', 'awa' => 'авади', 'ay' => 'аймара', @@ -61,6 +64,7 @@ return [ 'ca' => 'каталонски', 'cad' => 'каддо', 'car' => 'карибски', + 'cay' => 'каюга', 'cch' => 'атсам', 'ccp' => 'чакма', 'ce' => 'чеченски', @@ -73,17 +77,25 @@ return [ 'chm' => 'марийски', 'chn' => 'жаргон чинуук', 'cho' => 'чокто', - 'chp' => 'чиипувски', + 'chp' => 'чипеуански', 'chr' => 'черокски', 'chy' => 'шайенски', 'ckb' => 'кюрдски (централен)', + 'clc' => 'чилкотин', 'co' => 'корсикански', 'cop' => 'коптски', 'cr' => 'крии', + 'crg' => 'мичиф', 'crh' => 'кримскотатарски', + 'crj' => 'югоизточен крий', + 'crk' => 'плейнс крий', + 'crl' => 'североизточен крий', + 'crm' => 'муус крее', + 'crr' => 'каролински алгонкин', 'crs' => 'сеселва, креолски френски', 'cs' => 'чешки', 'csb' => 'кашубски', + 'csw' => 'суампи крий', 'cu' => 'църковнославянски', 'cv' => 'чувашки', 'cy' => 'уелски', @@ -130,9 +142,10 @@ return [ 'fo' => 'фарьорски', 'fon' => 'фон', 'fr' => 'френски', + 'frc' => 'каджунски френски', 'frm' => 'средновековен френски', 'fro' => 'старофренски', - 'frr' => 'северен фризски', + 'frr' => 'северен фризийски', 'frs' => 'източнофризийски', 'fur' => 'фриулски', 'fy' => 'западнофризийски', @@ -161,6 +174,7 @@ return [ 'ha' => 'хауса', 'hai' => 'хайда', 'haw' => 'хавайски', + 'hax' => 'южен хайда', 'he' => 'иврит', 'hi' => 'хинди', 'hil' => 'хилигайнон', @@ -172,6 +186,7 @@ return [ 'ht' => 'хаитянски креолски', 'hu' => 'унгарски', 'hup' => 'хупа', + 'hur' => 'халкомелем', 'hy' => 'арменски', 'hz' => 'хереро', 'ia' => 'интерлингва', @@ -182,6 +197,7 @@ return [ 'ig' => 'игбо', 'ii' => 'съчуански йи', 'ik' => 'инупиак', + 'ikt' => 'западноканадски инуктитут', 'ilo' => 'илоко', 'inh' => 'ингушетски', 'io' => 'идо', @@ -202,12 +218,13 @@ return [ 'kaj' => 'жжу', 'kam' => 'камба', 'kaw' => 'кави', - 'kbd' => 'кабардиан', + 'kbd' => 'кабардски', 'kcg' => 'туап', 'kde' => 'маконде', 'kea' => 'кабовердиански', 'kfo' => 'коро', 'kg' => 'конгоански', + 'kgp' => 'кайнганг', 'kha' => 'кхаси', 'kho' => 'котски', 'khq' => 'койра чиини', @@ -238,6 +255,7 @@ return [ 'kut' => 'кутенай', 'kv' => 'коми', 'kw' => 'корнуолски', + 'kwk' => 'куак’уала', 'ky' => 'киргизки', 'la' => 'латински', 'lad' => 'ладино', @@ -248,12 +266,15 @@ return [ 'lez' => 'лезгински', 'lg' => 'ганда', 'li' => 'лимбургски', + 'lil' => 'лилоует', 'lkt' => 'лакота', 'ln' => 'лингала', 'lo' => 'лаоски', 'lol' => 'монго', + 'lou' => 'луизиански креолски', 'loz' => 'лози', 'lrc' => 'северен лури', + 'lsm' => 'саамски', 'lt' => 'литовски', 'lu' => 'луба-катанга', 'lua' => 'луба-лулуа', @@ -287,6 +308,7 @@ return [ 'mn' => 'монголски', 'mnc' => 'манджурски', 'mni' => 'манипурски', + 'moe' => 'инну-аймун', 'moh' => 'мохоук', 'mos' => 'моси', 'mr' => 'марати', @@ -330,6 +352,11 @@ return [ 'nzi' => 'нзима', 'oc' => 'окситански', 'oj' => 'оджибва', + 'ojb' => 'северозападен оджибве', + 'ojc' => 'централен оджибва', + 'ojs' => 'оджи крий', + 'ojw' => 'западен оджибва', + 'oka' => 'оканаган', 'om' => 'оромо', 'or' => 'ория', 'os' => 'осетински', @@ -345,8 +372,10 @@ return [ 'peo' => 'староперсийски', 'phn' => 'финикийски', 'pi' => 'пали', + 'pis' => 'пиджин', 'pl' => 'полски', 'pon' => 'понапеан', + 'pqm' => 'малисеет-пасамакуоди', 'prg' => 'пруски', 'pro' => 'старопровансалски', 'ps' => 'пущу', @@ -393,6 +422,7 @@ return [ 'sid' => 'сидамо', 'sk' => 'словашки', 'sl' => 'словенски', + 'slh' => 'южен лашутсийд', 'sm' => 'самоански', 'sma' => 'южносаамски', 'smj' => 'луле-саамски', @@ -409,6 +439,7 @@ return [ 'ss' => 'свати', 'ssy' => 'сахо', 'st' => 'сото', + 'str' => 'стрейтс салиш', 'su' => 'сундански', 'suk' => 'сукума', 'sus' => 'сусу', @@ -419,13 +450,16 @@ return [ 'syc' => 'класически сирийски', 'syr' => 'сирийски', 'ta' => 'тамилски', + 'tce' => 'южен тучоне', 'te' => 'телугу', 'tem' => 'темне', 'teo' => 'тесо', 'ter' => 'терено', 'tet' => 'тетум', 'tg' => 'таджикски', + 'tgx' => 'тагиш', 'th' => 'тайски', + 'tht' => 'талтан', 'ti' => 'тигриня', 'tig' => 'тигре', 'tiv' => 'тив', @@ -438,12 +472,14 @@ return [ 'tn' => 'тсвана', 'to' => 'тонгански', 'tog' => 'нианса тонга', + 'tok' => 'токи пона', 'tpi' => 'ток писин', 'tr' => 'турски', 'trv' => 'тароко', 'ts' => 'цонга', 'tsi' => 'цимшиански', 'tt' => 'татарски', + 'ttm' => 'северен тучоне', 'tum' => 'тумбука', 'tvl' => 'тувалуански', 'tw' => 'туи', @@ -471,6 +507,7 @@ return [ 'was' => 'уашо', 'wbp' => 'валпири', 'wo' => 'волоф', + 'wuu' => 'ву китайски', 'xal' => 'калмик', 'xh' => 'кхоса', 'xog' => 'сога', @@ -480,6 +517,7 @@ return [ 'ybb' => 'йемба', 'yi' => 'идиш', 'yo' => 'йоруба', + 'yrl' => 'ненгату', 'yue' => 'кантонски', 'za' => 'зуанг', 'zap' => 'запотек', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bn.php index f61cbea..e7a46da 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bn.php @@ -20,15 +20,18 @@ return [ 'am' => 'আমহারিক', 'an' => 'আর্গোনিজ', 'ang' => 'প্রাচীন ইংরেজী', + 'ann' => 'ওবোলো', 'anp' => 'আঙ্গিকা', 'ar' => 'আরবী', 'arc' => 'আরামাইক', - 'arn' => 'মাপুচি', + 'arn' => 'মাপুচে', 'arp' => 'আরাপাহো', + 'ars' => 'নজদি আরবি', 'arw' => 'আরাওয়াক', 'as' => 'অসমীয়া', 'asa' => 'আসু', 'ast' => 'আস্তুরিয়', + 'atj' => 'আটিকামেকিউ', 'av' => 'আভেরিক', 'awa' => 'আওয়াধি', 'ay' => 'আয়মারা', @@ -54,13 +57,14 @@ return [ 'br' => 'ব্রেটন', 'bra' => 'ব্রাজ', 'brx' => 'বোড়ো', - 'bs' => 'বসনীয়ান', + 'bs' => 'বসনীয়', 'bua' => 'বুরিয়াত', - 'bug' => 'বুগিনি', + 'bug' => 'বুগিনিজ', 'byn' => 'ব্লিন', 'ca' => 'কাতালান', 'cad' => 'ক্যাডো', 'car' => 'ক্যারিব', + 'cay' => 'কায়ুগা', 'cch' => 'আত্সাম', 'ccp' => 'চাকমা', 'ce' => 'চেচেন', @@ -69,21 +73,29 @@ return [ 'ch' => 'চামোরো', 'chb' => 'চিবচা', 'chg' => 'চাগাতাই', - 'chk' => 'চুকি', + 'chk' => 'চুকিজ', 'chm' => 'মারি', 'chn' => 'চিনুক জার্গন', - 'cho' => 'চকটোও', + 'cho' => 'চকটাও', 'chp' => 'চিপেওয়ান', 'chr' => 'চেরোকী', - 'chy' => 'শাইয়েন', + 'chy' => 'চেইয়েন', 'ckb' => 'মধ্য কুর্দিশ', + 'clc' => 'চিলকোটিন', 'co' => 'কর্সিকান', 'cop' => 'কপটিক', 'cr' => 'ক্রি', + 'crg' => 'মিচিফ', 'crh' => 'ক্রিমিয়ান তুর্কি', + 'crj' => 'দক্ষিণ পূর্ব ক্রী', + 'crk' => 'প্লেনস ক্রী', + 'crl' => 'উত্তর পূর্ব ক্রী', + 'crm' => 'মুস ক্রী', + 'crr' => 'ক্যারোলিনা অ্যাল্গঙ্কুইয়ান', 'crs' => 'সেসেলওয়া ক্রেওল ফ্রেঞ্চ', 'cs' => 'চেক', 'csb' => 'কাশুবিয়ান', + 'csw' => 'সোয়াম্পি ক্রী', 'cu' => 'চার্চ স্লাভিক', 'cv' => 'চুবাস', 'cy' => 'ওয়েলশ', @@ -104,7 +116,7 @@ return [ 'dv' => 'দিবেহি', 'dyo' => 'জোলা-ফনী', 'dyu' => 'ডিউলা', - 'dz' => 'জোঙ্গা', + 'dz' => 'জোংখা', 'dzg' => 'দাজাগা', 'ebu' => 'এম্বু', 'ee' => 'ইউয়ি', @@ -126,8 +138,8 @@ return [ 'ff' => 'ফুলাহ্', 'fi' => 'ফিনিশ', 'fil' => 'ফিলিপিনো', - 'fj' => 'ফিজিআন', - 'fo' => 'ফারোস', + 'fj' => 'ফিজিয়ান', + 'fo' => 'ফেরোইস', 'fon' => 'ফন', 'fr' => 'ফরাসি', 'frc' => 'কাজুন ফরাসি', @@ -135,7 +147,7 @@ return [ 'fro' => 'প্রাচীন ফরাসি', 'frr' => 'উত্তরাঞ্চলীয় ফ্রিসিয়ান', 'frs' => 'পূর্ব ফ্রিসিয়', - 'fur' => 'ফ্রিউলিয়ান', + 'fur' => 'ফ্রিউলিও', 'fy' => 'পশ্চিম ফ্রিসিয়ান', 'ga' => 'আইরিশ', 'gaa' => 'গা', @@ -143,7 +155,7 @@ return [ 'gan' => 'gan', 'gay' => 'গায়ো', 'gba' => 'বায়া', - 'gd' => 'স্কটস-গ্যেলিক', + 'gd' => 'স্কটিশ-গ্যেলিক', 'gez' => 'গীজ', 'gil' => 'গিলবার্টিজ', 'gl' => 'গ্যালিশিয়', @@ -163,6 +175,7 @@ return [ 'ha' => 'হাউসা', 'hai' => 'হাইডা', 'haw' => 'হাওয়াইয়ান', + 'hax' => 'দক্ষিণী হায়দা', 'he' => 'হিব্রু', 'hi' => 'হিন্দি', 'hil' => 'হিলিগ্যায়নোন', @@ -175,6 +188,7 @@ return [ 'ht' => 'হাইতিয়ান ক্রেওল', 'hu' => 'হাঙ্গেরীয়', 'hup' => 'হুপা', + 'hur' => 'হাল্কোমেলেম', 'hy' => 'আর্মেনিয়', 'hz' => 'হেরেরো', 'ia' => 'ইন্টারলিঙ্গুয়া', @@ -185,6 +199,7 @@ return [ 'ig' => 'ইগ্‌বো', 'ii' => 'সিচুয়ান য়ি', 'ik' => 'ইনুপিয়াক', + 'ikt' => 'পশ্চিম কানাডিয় ইনুক্টিটুট', 'ilo' => 'ইলোকো', 'inh' => 'ইঙ্গুশ', 'io' => 'ইডো', @@ -202,15 +217,16 @@ return [ 'kaa' => 'কারা-কাল্পাক', 'kab' => 'কাবাইলে', 'kac' => 'কাচিন', - 'kaj' => 'অজ্জু', + 'kaj' => 'জজু', 'kam' => 'কাম্বা', 'kaw' => 'কাউই', 'kbd' => 'কাবার্ডিয়ান', - 'kcg' => 'টাইয়াপ', + 'kcg' => 'টিয়াপ', 'kde' => 'মাকোন্দে', 'kea' => 'কাবুভারদিয়ানু', 'kfo' => 'কোরো', 'kg' => 'কঙ্গো', + 'kgp' => 'কেইনগ্যাং', 'kha' => 'খাশি', 'kho' => 'খোটানিজ', 'khq' => 'কোয়রা চীনি', @@ -218,7 +234,7 @@ return [ 'kj' => 'কোয়ানিয়ামা', 'kk' => 'কাজাখ', 'kkj' => 'কাকো', - 'kl' => 'ক্যালাল্লিসুট', + 'kl' => 'কালাল্লিসুট', 'kln' => 'কালেনজিন', 'km' => 'খমের', 'kmb' => 'কিম্বুন্দু', @@ -235,15 +251,16 @@ return [ 'ks' => 'কাশ্মীরি', 'ksb' => 'শাম্বালা', 'ksf' => 'বাফিয়া', - 'ksh' => 'কলোনিয়ান', + 'ksh' => 'কলোগনিয়ান', 'ku' => 'কুর্দিশ', - 'kum' => 'কুমিক', + 'kum' => 'কুমিয়াক', 'kut' => 'কুটেনাই', 'kv' => 'কোমি', 'kw' => 'কর্ণিশ', + 'kwk' => 'কোয়াক’ওয়ালা', 'ky' => 'কির্গিজ', 'la' => 'লাতিন', - 'lad' => 'লাডিনো', + 'lad' => 'লাদিনো', 'lag' => 'লাঙ্গি', 'lah' => 'লান্ডা', 'lam' => 'লাম্বা', @@ -251,13 +268,15 @@ return [ 'lez' => 'লেজঘিয়ান', 'lg' => 'গান্ডা', 'li' => 'লিম্বুর্গিশ', + 'lil' => 'লিল্লুয়েট', 'lkt' => 'লাকোটা', 'ln' => 'লিঙ্গালা', 'lo' => 'লাও', 'lol' => 'মোঙ্গো', 'lou' => 'লুইসিয়ানা ক্রেওল', 'loz' => 'লোজি', - 'lrc' => 'উত্তর লুরি', + 'lrc' => 'উত্তরাঞ্চলীয় লুরি', + 'lsm' => 'সামিয়া', 'lt' => 'লিথুয়েনীয়', 'lu' => 'লুবা-কাটাঙ্গা', 'lua' => 'লুবা-লুলুয়া', @@ -267,7 +286,7 @@ return [ 'lus' => 'মিজো', 'luy' => 'লুইয়া', 'lv' => 'লাত্‌ভীয়', - 'mad' => 'মাদুরেসে', + 'mad' => 'মাদুরেজ', 'mag' => 'মাগাহি', 'mai' => 'মৈথিলি', 'mak' => 'ম্যাকাসার', @@ -277,7 +296,7 @@ return [ 'mdr' => 'ম্যাণ্ডার', 'men' => 'মেন্ডে', 'mer' => 'মেরু', - 'mfe' => 'মরিসিয়ান', + 'mfe' => 'মরিসিয়েন', 'mg' => 'মালাগাসি', 'mga' => 'মধ্য আইরিশ', 'mgh' => 'মাখুয়া-মেত্তো', @@ -291,13 +310,14 @@ return [ 'mn' => 'মঙ্গোলিয়', 'mnc' => 'মাঞ্চু', 'mni' => 'মণিপুরী', + 'moe' => 'ইন্নু-এমুন', 'moh' => 'মোহাওক', 'mos' => 'মসি', 'mr' => 'মারাঠি', 'ms' => 'মালয়', 'mt' => 'মল্টিয়', 'mua' => 'মুদাঙ্গ', - 'mus' => 'ক্রিক', + 'mus' => 'মুস্কোগী', 'mwl' => 'মিরান্ডিজ', 'mwr' => 'মারোয়ারি', 'my' => 'বর্মি', @@ -307,7 +327,7 @@ return [ 'nap' => 'নেয়াপোলিটান', 'naq' => 'নামা', 'nb' => 'নরওয়েজিয়ান বোকমাল', - 'nd' => 'উত্তর এন্দেবিলি', + 'nd' => 'উত্তর এন্দেবেলে', 'nds' => 'নিম্ন জার্মানি', 'ne' => 'নেপালী', 'new' => 'নেওয়ারি', @@ -317,7 +337,7 @@ return [ 'nl' => 'ওলন্দাজ', 'nmg' => 'কোয়াসিও', 'nn' => 'নরওয়েজিয়ান নিনর্স্ক', - 'nnh' => 'নিঙ্গেম্বুন', + 'nnh' => 'নগিয়েম্বুন', 'no' => 'নরওয়েজীয়', 'nog' => 'নোগাই', 'non' => 'প্রাচীন নর্স', @@ -334,6 +354,11 @@ return [ 'nzi' => 'এনজিমা', 'oc' => 'অক্সিটান', 'oj' => 'ওজিবওয়া', + 'ojb' => 'উত্তর পশ্চিম ওজিবোয়া', + 'ojc' => 'মধ্য ওজিবুয়া', + 'ojs' => 'ওজি-ক্রী', + 'ojw' => 'পশ্চিম ওজিবোয়া', + 'oka' => 'ওকানাগান', 'om' => 'অরোমো', 'or' => 'ওড়িয়া', 'os' => 'ওসেটিক', @@ -349,11 +374,13 @@ return [ 'peo' => 'প্রাচীন ফার্সি', 'phn' => 'ফোনিশীয়ান', 'pi' => 'পালি', + 'pis' => 'পিজিন', 'pl' => 'পোলিশ', 'pon' => 'পোহ্নপেইয়ান', + 'pqm' => 'মালিসেট-পাসামাকুয়োড্ডি', 'prg' => 'প্রুশিয়ান', 'pro' => 'প্রাচীন প্রোভেনসাল', - 'ps' => 'পুশতু', + 'ps' => 'পাশতু', 'pt' => 'পর্তুগীজ', 'qu' => 'কেচুয়া', 'quc' => 'কি‘চে', @@ -367,17 +394,17 @@ return [ 'rof' => 'রম্বো', 'rom' => 'রোমানি', 'ru' => 'রুশ', - 'rup' => 'আরমেনিয়ান', + 'rup' => 'আরোমেনিয়', 'rw' => 'কিনয়ারোয়ান্ডা', 'rwk' => 'রাওয়া', 'sa' => 'সংস্কৃত', - 'sad' => 'স্যান্ডাওয়ে', + 'sad' => 'সান্দাওয়ে', 'sah' => 'শাখা', 'sam' => 'সামারিটান আরামিক', 'saq' => 'সামবুরু', 'sas' => 'সাসাক', 'sat' => 'সাঁওতালি', - 'sba' => 'ন্যাগাম্বে', + 'sba' => 'গাম্বে', 'sbp' => 'সাঙ্গু', 'sc' => 'সার্ডিনিয়ান', 'scn' => 'সিসিলিয়ান', @@ -387,7 +414,7 @@ return [ 'se' => 'উত্তরাঞ্চলীয় সামি', 'seh' => 'সেনা', 'sel' => 'সেল্কুপ', - 'ses' => 'কোয়রাবেনো সেন্নী', + 'ses' => 'কোয়রাবোরো সেন্নি', 'sg' => 'সাঙ্গো', 'sga' => 'প্রাচীন আইরিশ', 'sh' => 'সার্বো-ক্রোয়েশিয়', @@ -397,6 +424,7 @@ return [ 'sid' => 'সিডামো', 'sk' => 'স্লোভাক', 'sl' => 'স্লোভেনীয়', + 'slh' => 'দক্ষিণী লুশুটসীড', 'sm' => 'সামোয়ান', 'sma' => 'দক্ষিণাঞ্চলীয় সামি', 'smj' => 'লুলে সামি', @@ -413,6 +441,7 @@ return [ 'ss' => 'সোয়াতি', 'ssy' => 'সাহো', 'st' => 'দক্ষিন সোথো', + 'str' => 'স্ট্রেটস সালিস', 'su' => 'সুদানী', 'suk' => 'সুকুমা', 'sus' => 'সুসু', @@ -423,13 +452,16 @@ return [ 'syc' => 'প্রাচীন সিরিও', 'syr' => 'সিরিয়াক', 'ta' => 'তামিল', + 'tce' => 'দক্ষিণী টুচোন', 'te' => 'তেলুগু', 'tem' => 'টাইম্নে', 'teo' => 'তেসো', 'ter' => 'তেরেনো', 'tet' => 'তেতুম', 'tg' => 'তাজিক', + 'tgx' => 'তাগিশ', 'th' => 'থাই', + 'tht' => 'তাহ্লতান', 'ti' => 'তিগরিনিয়া', 'tig' => 'টাইগ্রে', 'tiv' => 'টিভ', @@ -442,12 +474,14 @@ return [ 'tn' => 'সোয়ানা', 'to' => 'টোঙ্গান', 'tog' => 'নায়াসা টোঙ্গা', + 'tok' => 'টোকি পোনা', 'tpi' => 'টোক পিসিন', 'tr' => 'তুর্কী', 'trv' => 'তারোকো', 'ts' => 'সঙ্গা', 'tsi' => 'সিমশিয়ান', 'tt' => 'তাতার', + 'ttm' => 'উত্তরাঞ্চলীয় টুচোন', 'tum' => 'তুম্বুকা', 'tvl' => 'টুভালু', 'tw' => 'টোয়াই', @@ -461,7 +495,7 @@ return [ 'uk' => 'ইউক্রেনীয়', 'umb' => 'উম্বুন্দু', 'ur' => 'উর্দু', - 'uz' => 'উজবেকীয়', + 'uz' => 'উজবেক', 'vai' => 'ভাই', 've' => 'ভেন্ডা', 'vi' => 'ভিয়েতনামী', @@ -469,22 +503,23 @@ return [ 'vot' => 'ভোটিক', 'vun' => 'ভুঞ্জো', 'wa' => 'ওয়ালুন', - 'wae' => 'ওয়ালসের', - 'wal' => 'ওয়ালামো', + 'wae' => 'ওয়ালসার', + 'wal' => 'ওলায়ট্টা', 'war' => 'ওয়ারে', 'was' => 'ওয়াশো', 'wbp' => 'ওয়ার্লপিরি', - 'wo' => 'উওলোফ', - 'wuu' => 'Wu চীনা', - 'xal' => 'কাল্মইক', + 'wo' => 'ওলোফ', + 'wuu' => 'উ চীনা', + 'xal' => 'কাল্মাইক', 'xh' => 'জোসা', 'xog' => 'সোগা', 'yao' => 'ইয়াও', 'yap' => 'ইয়াপেসে', 'yav' => 'ইয়াঙ্গবেন', 'ybb' => 'ইয়েম্বা', - 'yi' => 'ইয়েদ্দিশ', + 'yi' => 'ইদ্দিশ', 'yo' => 'ইওরুবা', + 'yrl' => 'নহিংগাটু', 'yue' => 'ক্যান্টোনিজ', 'za' => 'ঝু্য়াঙ', 'zap' => 'জাপোটেক', @@ -498,25 +533,13 @@ return [ ], 'LocalizedNames' => [ 'ar_001' => 'আধুনিক আদর্শ আরবী', - 'de_AT' => 'অস্ট্রিয়ান জার্মান', - 'de_CH' => 'সুইস হাই জার্মান', - 'en_AU' => 'অস্ট্রেলীয় ইংরেজি', - 'en_CA' => 'কানাডীয় ইংরেজি', - 'en_GB' => 'ব্রিটিশ ইংরেজি', - 'en_US' => 'আমেরিকার ইংরেজি', - 'es_419' => 'ল্যাটিন আমেরিকান স্প্যানিশ', - 'es_ES' => 'ইউরোপীয় স্প্যানিশ', - 'es_MX' => 'ম্যাক্সিকান স্প্যানিশ', + 'en_US' => 'ইংরেজি (আমেরিকা)', + 'es_ES' => 'স্প্যানিশ (ইউরোপ)', 'fa_AF' => 'দারি', - 'fr_CA' => 'কানাডীয় ফরাসি', - 'fr_CH' => 'সুইস ফরাসি', 'nds_NL' => 'লো স্যাক্সন', 'nl_BE' => 'ফ্লেমিশ', - 'pt_BR' => 'ব্রাজিলের পর্তুগীজ', - 'pt_PT' => 'ইউরোপের পর্তুগীজ', + 'pt_PT' => 'পর্তুগীজ (ইউরোপ)', 'ro_MD' => 'মলদাভিয়', 'sw_CD' => 'কঙ্গো সোয়াহিলি', - 'zh_Hans' => 'সরলীকৃত চীনা', - 'zh_Hant' => 'ঐতিহ্যবাহি চীনা', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/br.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/br.php index f20afba..0c02e73 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/br.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/br.php @@ -23,6 +23,7 @@ return [ 'am' => 'amhareg', 'an' => 'aragoneg', 'ang' => 'hensaozneg', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabeg', 'arc' => 'arameeg', @@ -30,6 +31,7 @@ return [ 'aro' => 'araona', 'arp' => 'arapaho', 'arq' => 'arabeg Aljeria', + 'ars' => 'arabeg nadjiek', 'arw' => 'arawakeg', 'ary' => 'arabeg Maroko', 'arz' => 'arabeg Egipt', @@ -37,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'yezh sinoù Amerika', 'ast' => 'asturianeg', + 'atj' => 'atikamekweg', 'av' => 'avar', 'awa' => 'awadhi', 'ay' => 'aymara', @@ -72,6 +75,7 @@ return [ 'ca' => 'katalaneg', 'cad' => 'caddo', 'car' => 'karibeg', + 'cay' => 'kayougeg', 'cch' => 'atsam', 'ccp' => 'chakmaeg', 'ce' => 'tchetcheneg', @@ -86,13 +90,21 @@ return [ 'chr' => 'cherokee', 'chy' => 'cheyenne', 'ckb' => 'kurdeg sorani', + 'clc' => 'chilkotineg', 'co' => 'korseg', 'cop' => 'kopteg', 'cr' => 'kri', + 'crg' => 'michifeg', 'crh' => 'turkeg Krimea', + 'crj' => 'krieg ar Gevred', + 'crk' => 'krieg ar cʼhompezennoù', + 'crl' => 'krieg ar Biz', + 'crm' => 'krieg ar cʼhornôg', + 'crr' => 'algonkeg Carolina', 'crs' => 'kreoleg Sechelez', 'cs' => 'tchekeg', 'csb' => 'kachoubeg', + 'csw' => 'krieg ar gwernioù', 'cu' => 'slavoneg iliz', 'cv' => 'tchouvatch', 'cy' => 'kembraeg', @@ -170,9 +182,10 @@ return [ 'gv' => 'manaveg', 'gwi' => 'gwich’in', 'ha' => 'haousa', - 'hai' => 'haida', + 'hai' => 'haideg', 'hak' => 'sinaeg Hakka', 'haw' => 'hawaieg', + 'hax' => 'haideg ar Su', 'he' => 'hebraeg', 'hi' => 'hindi', 'hil' => 'hiligaynon', @@ -184,6 +197,7 @@ return [ 'ht' => 'haitieg', 'hu' => 'hungareg', 'hup' => 'hupa', + 'hur' => 'halkomelemeg', 'hy' => 'armenianeg', 'hz' => 'herero', 'ia' => 'interlingua', @@ -194,6 +208,7 @@ return [ 'ig' => 'igbo', 'ii' => 'yieg Sichuan', 'ik' => 'inupiaq', + 'ikt' => 'inuktitut Kanada ar Cʼhornôg', 'ilo' => 'ilokanoeg', 'inh' => 'ingoucheg', 'io' => 'ido', @@ -220,6 +235,7 @@ return [ 'kea' => 'kabuverdianu', 'kfo' => 'koroeg', 'kg' => 'kongo', + 'kgp' => 'kaingangeg', 'kha' => 'khasi', 'kho' => 'khotaneg', 'khq' => 'koyra chiini', @@ -250,6 +266,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komieg', 'kw' => 'kerneveureg', + 'kwk' => 'kwakwaleg', 'ky' => 'kirgiz', 'la' => 'latin', 'lad' => 'ladino', @@ -262,6 +279,7 @@ return [ 'lg' => 'ganda', 'li' => 'limbourgeg', 'lij' => 'ligurieg', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laoseg', @@ -302,6 +320,7 @@ return [ 'mn' => 'mongoleg', 'mnc' => 'manchou', 'mni' => 'manipuri', + 'moe' => 'montagneg', 'moh' => 'mohawk', 'mos' => 'more', 'mr' => 'marathi', @@ -346,7 +365,12 @@ return [ 'nyn' => 'nyankole', 'nyo' => 'nyoro', 'oc' => 'okitaneg', - 'oj' => 'ojibwa', + 'oj' => 'ojibweg', + 'ojb' => 'ojibweg ar Gwalarn', + 'ojc' => 'ojibweg ar cʼhreiz', + 'ojs' => 'ojibweg Severn', + 'ojw' => 'ojibweg ar Cʼhornôg', + 'oka' => 'okanaganeg', 'om' => 'oromoeg', 'or' => 'oriya', 'os' => 'oseteg', @@ -364,10 +388,12 @@ return [ 'peo' => 'henberseg', 'phn' => 'fenikianeg', 'pi' => 'pali', + 'pis' => 'pidjin', 'pl' => 'poloneg', 'pms' => 'piemonteg', 'pnt' => 'ponteg', 'pon' => 'pohnpei', + 'pqm' => 'malisiteg-pasamawkodieg', 'prg' => 'henbruseg', 'pro' => 'henbrovañseg', 'ps' => 'pachto', @@ -379,6 +405,7 @@ return [ 'rap' => 'rapanui', 'rar' => 'rarotonga', 'rgn' => 'romagnoleg', + 'rhg' => 'rohingya', 'rm' => 'romañcheg', 'rn' => 'rundi', 'ro' => 'roumaneg', @@ -415,6 +442,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovakeg', 'sl' => 'sloveneg', + 'slh' => 'luchoutsideg ar Su', 'sm' => 'samoan', 'sma' => 'sámi ar Su', 'smj' => 'sámi Luleå', @@ -441,6 +469,7 @@ return [ 'syr' => 'sirieg', 'szl' => 'silezieg', 'ta' => 'tamileg', + 'tce' => 'tutchoneg ar Su', 'tcy' => 'touloueg', 'te' => 'telougou', 'tem' => 'temne', @@ -461,6 +490,7 @@ return [ 'tn' => 'tswana', 'to' => 'tonga', 'tog' => 'nyasa tonga', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turkeg', 'tru' => 'turoyoeg', @@ -468,6 +498,7 @@ return [ 'ts' => 'tsonga', 'tsi' => 'tsimshian', 'tt' => 'tatar', + 'ttm' => 'tutchoneg an Norzh', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', 'tw' => 'twi', @@ -509,6 +540,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'yiddish', 'yo' => 'yorouba', + 'yrl' => 'nengatoueg', 'yue' => 'kantoneg', 'za' => 'zhuang', 'zap' => 'zapoteg', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bs.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bs.php index 6145deb..4261266 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bs.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bs.php @@ -20,15 +20,18 @@ return [ 'am' => 'amharski', 'an' => 'aragonski', 'ang' => 'staroengleski', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arapski', 'arc' => 'aramejski', 'arn' => 'mapuški', 'arp' => 'arapaho', + 'ars' => 'najdski arapski', 'arw' => 'aravak', 'as' => 'asamski', 'asa' => 'asu', 'ast' => 'asturijski', + 'atj' => 'atikamekw', 'av' => 'avarski', 'awa' => 'avadhi', 'ay' => 'ajmara', @@ -85,13 +88,21 @@ return [ 'chr' => 'čeroki', 'chy' => 'čejenski', 'ckb' => 'centralnokurdski', + 'clc' => 'chilcotin', 'co' => 'korzikanski', 'cop' => 'koptski', 'cr' => 'kri', + 'crg' => 'mičif', 'crh' => 'krimski turski', + 'crj' => 'jugoistočni kri', + 'crk' => 'ravničarski kri', + 'crl' => 'sjeveroistočni kri', + 'crm' => 'mus kri', + 'crr' => 'sjevernokarolinški algonkvijski', 'crs' => 'seselva kreolski francuski', 'cs' => 'češki', 'csb' => 'kašubijanski', + 'csw' => 'močvarni kri', 'cu' => 'staroslavenski', 'cv' => 'čuvaški', 'cy' => 'velški', @@ -170,6 +181,7 @@ return [ 'ha' => 'hausa', 'hai' => 'haida', 'haw' => 'havajski', + 'hax' => 'južni haida', 'he' => 'hebrejski', 'hi' => 'hindi', 'hil' => 'hiligajnon', @@ -181,6 +193,7 @@ return [ 'ht' => 'haićanski kreolski', 'hu' => 'mađarski', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armenski', 'hz' => 'herero', 'ia' => 'interlingva', @@ -191,6 +204,7 @@ return [ 'ig' => 'igbo', 'ii' => 'sičuan ji', 'ik' => 'inupiak', + 'ikt' => 'zapadnokanadski inuktitut', 'ilo' => 'iloko', 'inh' => 'ingušetski', 'io' => 'ido', @@ -250,6 +264,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'kornski', + 'kwk' => 'kvakvala', 'ky' => 'kirgiški', 'la' => 'latinski', 'lad' => 'ladino', @@ -261,6 +276,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburški', 'lij' => 'ligurski', + 'lil' => 'liluet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laoski', @@ -268,6 +284,7 @@ return [ 'lou' => 'luizijana kreolski', 'loz' => 'lozi', 'lrc' => 'sjeverni luri', + 'lsm' => 'samia', 'lt' => 'litvanski', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -303,6 +320,7 @@ return [ 'mn' => 'mongolski', 'mnc' => 'manču', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohavk', 'mos' => 'mosi', 'mr' => 'marati', @@ -347,6 +365,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'oksitanski', 'oj' => 'ojibva', + 'ojb' => 'sjeverozapadni ojibva', + 'ojc' => 'centralni ojibva', + 'ojs' => 'odži kri', + 'ojw' => 'zapadni ojibva', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'odija', 'os' => 'osetski', @@ -362,8 +385,10 @@ return [ 'peo' => 'staroperzijski', 'phn' => 'feničanski', 'pi' => 'pali', + 'pis' => 'pidžin', 'pl' => 'poljski', 'pon' => 'ponpejski', + 'pqm' => 'malisit-pasamakvodi', 'prg' => 'pruski', 'pro' => 'staroprovansalski', 'ps' => 'paštu', @@ -412,6 +437,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovački', 'sl' => 'slovenski', + 'slh' => 'južni lašutsid', 'sm' => 'samoanski', 'sma' => 'južni sami', 'smj' => 'lule sami', @@ -428,6 +454,7 @@ return [ 'ss' => 'svati', 'ssy' => 'saho', 'st' => 'južni soto', + 'str' => 'ravničarski sališki', 'su' => 'sundanski', 'suk' => 'sukuma', 'sus' => 'susu', @@ -438,13 +465,16 @@ return [ 'syc' => 'klasični sirijski', 'syr' => 'sirijski', 'ta' => 'tamilski', + 'tce' => 'južni tučoni', 'te' => 'telugu', 'tem' => 'timne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadžički', + 'tgx' => 'tagiš', 'th' => 'tajlandski', + 'tht' => 'tahltanski', 'ti' => 'tigrinja', 'tig' => 'tigre', 'tiv' => 'tiv', @@ -457,12 +487,14 @@ return [ 'tn' => 'tsvana', 'to' => 'tonganski', 'tog' => 'njasa tonga', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turski', 'trv' => 'taroko', 'ts' => 'tsonga', 'tsi' => 'tsimšian', 'tt' => 'tatarski', + 'ttm' => 'sjeverni tučoni', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', 'tw' => 'tvi', @@ -479,6 +511,7 @@ return [ 'uz' => 'uzbečki', 'vai' => 'vai', 've' => 'venda', + 'vec' => 'venecijanski', 'vi' => 'vijetnamski', 'vo' => 'volapuk', 'vot' => 'votski', @@ -490,6 +523,7 @@ return [ 'was' => 'vašo', 'wbp' => 'varlpiri', 'wo' => 'volof', + 'wuu' => 'Wu kineski', 'xal' => 'kalmik', 'xh' => 'hosa', 'xog' => 'soga', @@ -499,6 +533,7 @@ return [ 'ybb' => 'jemba', 'yi' => 'jidiš', 'yo' => 'jorubanski', + 'yrl' => 'ningatu', 'yue' => 'kantonski', 'za' => 'zuang', 'zap' => 'zapotečki', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bs_Cyrl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bs_Cyrl.php index 240b355..fe5b7fb 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bs_Cyrl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/bs_Cyrl.php @@ -20,15 +20,18 @@ return [ 'am' => 'амхарски', 'an' => 'арагонежански', 'ang' => 'староенглески', + 'ann' => 'оболо', 'anp' => 'ангика', 'ar' => 'арапски', 'arc' => 'армајски', 'arn' => 'ароканијски', 'arp' => 'арапахо', + 'ars' => 'најди арапски', 'arw' => 'аравак', 'as' => 'асемијски', 'asa' => 'асу', 'ast' => 'астуријски', + 'atj' => 'атикамекв', 'av' => 'аварски', 'awa' => 'авадхи', 'ay' => 'ајмара', @@ -60,6 +63,7 @@ return [ 'ca' => 'каталонски', 'cad' => 'кадо', 'car' => 'карипски', + 'cay' => 'Кајуга', 'cch' => 'атсамски', 'ccp' => 'чакма', 'ce' => 'чеченски', @@ -76,12 +80,20 @@ return [ 'chr' => 'чероки', 'chy' => 'чејенски', 'ckb' => 'централнокурдски', + 'clc' => 'Чилкотин', 'co' => 'корзикански', 'cop' => 'коптски', 'cr' => 'кри', + 'crg' => 'мичиф', 'crh' => 'кримеански турски', + 'crj' => 'јужноисточни кре', + 'crk' => 'равничарски кре', + 'crl' => 'сјеверно источни кре', + 'crm' => 'мосе кре', + 'crr' => 'алгонкуански за Каролину', 'cs' => 'чешки', 'csb' => 'кашубијански', + 'csw' => 'свампи кре', 'cu' => 'старославенски', 'cv' => 'чувашки', 'cy' => 'велшки', @@ -103,6 +115,7 @@ return [ 'dyo' => 'јола-фоњи', 'dyu' => 'ђула', 'dz' => 'џонга', + 'dzg' => 'дазага', 'ebu' => 'ембу', 'ee' => 'еве', 'efi' => 'ефикски', @@ -127,6 +140,7 @@ return [ 'fo' => 'фарски', 'fon' => 'фон', 'fr' => 'француски', + 'frc' => 'кајунски француски', 'frm' => 'средњи француски', 'fro' => 'старофранцуски', 'frr' => 'северно-фризијски', @@ -157,6 +171,7 @@ return [ 'ha' => 'хауса', 'hai' => 'хаида', 'haw' => 'хавајски', + 'hax' => 'јужни хаида', 'he' => 'хебрејски', 'hi' => 'хинди', 'hil' => 'хилигајнон', @@ -168,15 +183,18 @@ return [ 'ht' => 'хаићански креолски', 'hu' => 'мађарски', 'hup' => 'хупа', + 'hur' => 'халкомелем', 'hy' => 'јерменски', 'hz' => 'хереро', 'ia' => 'интерлингва', 'iba' => 'ибан', + 'ibb' => 'ибибио', 'id' => 'индонежански', 'ie' => 'међујезички', 'ig' => 'игбо', 'ii' => 'сечуан ји', 'ik' => 'унупиак', + 'ikt' => 'западно канадски инуктитут', 'ilo' => 'илоко', 'inh' => 'ингвишки', 'io' => 'идо', @@ -203,6 +221,7 @@ return [ 'kea' => 'кабовердијански креолски', 'kfo' => 'коро', 'kg' => 'конго', + 'kgp' => 'каинганг', 'kha' => 'каси', 'kho' => 'котанешки', 'khq' => 'којра чини', @@ -232,6 +251,7 @@ return [ 'kut' => 'кутенаи', 'kv' => 'коми', 'kw' => 'корнишки', + 'kwk' => 'кваквала', 'ky' => 'киргиски', 'la' => 'латински', 'lad' => 'ладино', @@ -242,12 +262,16 @@ return [ 'lez' => 'лезгиан', 'lg' => 'ганда', 'li' => 'лимбургиш', + 'lij' => 'линуриан', + 'lil' => 'лилоет', 'lkt' => 'лакота', 'ln' => 'лингала', 'lo' => 'лаоски', 'lol' => 'монго', + 'lou' => 'луизиански креолски', 'loz' => 'лози', 'lrc' => 'сјеверни лури', + 'lsm' => 'самиа', 'lt' => 'литвански', 'lu' => 'луба-катанга', 'lua' => 'луба-лулуа', @@ -281,6 +305,7 @@ return [ 'mn' => 'монголски', 'mnc' => 'манчу', 'mni' => 'манипури', + 'moe' => 'иму-аимун', 'moh' => 'махавски', 'mos' => 'моси', 'mr' => 'марати', @@ -324,6 +349,11 @@ return [ 'nzi' => 'нзима', 'oc' => 'провансалски', 'oj' => 'ојибва', + 'ojb' => 'сјеверозападни ојибва', + 'ojc' => 'Централни обијва', + 'ojs' => 'оји-кре', + 'ojw' => 'западни ојибва', + 'oka' => 'оканаган', 'om' => 'оромо', 'or' => 'одија', 'os' => 'осетски', @@ -335,11 +365,14 @@ return [ 'pam' => 'пампанга', 'pap' => 'папиаменто', 'pau' => 'палауански', + 'pcm' => 'нигеријски пидгин', 'peo' => 'староперсијски', 'phn' => 'феничански', 'pi' => 'пали', + 'pis' => 'пијин', 'pl' => 'пољски', 'pon' => 'понпејски', + 'pqm' => 'малисет-шасамкуоди', 'prg' => 'пруски', 'pro' => 'старопровансалски', 'ps' => 'паштунски', @@ -348,6 +381,7 @@ return [ 'raj' => 'рађастани', 'rap' => 'рапануи', 'rar' => 'раротонган', + 'rhg' => 'рохимгја', 'rm' => 'рето-романски', 'rn' => 'рунди', 'ro' => 'румунски', @@ -364,6 +398,7 @@ return [ 'saq' => 'самбуру', 'sas' => 'сасак', 'sat' => 'сантали', + 'sba' => 'нгамбеј', 'sbp' => 'сангу', 'sc' => 'сардињаски', 'scn' => 'сицилијански', @@ -382,6 +417,7 @@ return [ 'sid' => 'сидамо', 'sk' => 'словачки', 'sl' => 'словенски', + 'slh' => 'јужни лушотсед', 'sm' => 'самоански', 'sma' => 'јужни сами', 'smj' => 'луле сами', @@ -397,6 +433,7 @@ return [ 'srr' => 'серер', 'ss' => 'свати', 'st' => 'сесото', + 'str' => 'страитс салиш', 'su' => 'сундански', 'suk' => 'сукума', 'sus' => 'сусу', @@ -407,13 +444,16 @@ return [ 'syc' => 'класични сиријски', 'syr' => 'сиријски', 'ta' => 'тамилски', + 'tce' => 'јужни тутчоне', 'te' => 'телугу', 'tem' => 'тимне', 'teo' => 'тесо', 'ter' => 'терено', 'tet' => 'тетум', 'tg' => 'таџички', + 'tgx' => 'тагиш', 'th' => 'тајландски', + 'tht' => 'талтан', 'ti' => 'тигриња', 'tig' => 'тигре', 'tiv' => 'тив', @@ -426,11 +466,14 @@ return [ 'tn' => 'тсвана', 'to' => 'тонга', 'tog' => 'њаса тонга', + 'tok' => 'токи пона', 'tpi' => 'ток писин', 'tr' => 'турски', + 'trv' => 'тароко', 'ts' => 'тсонга', 'tsi' => 'тсимшиан', 'tt' => 'татарски', + 'ttm' => 'сјеверни тутчоне', 'tum' => 'тумбука', 'tvl' => 'тувалу', 'tw' => 'тви', @@ -447,6 +490,7 @@ return [ 'uz' => 'узбечки', 'vai' => 'ваи', 've' => 'венда', + 'vec' => 'венецијански', 'vi' => 'вијетнамски', 'vo' => 'волапук', 'vot' => 'вотски', @@ -457,14 +501,17 @@ return [ 'war' => 'варај', 'was' => 'вашо', 'wo' => 'волоф', + 'wuu' => 'ву кинески', 'xal' => 'калмик', 'xh' => 'коса', 'xog' => 'сога', 'yao' => 'јао', 'yap' => 'јапешки', 'yav' => 'јангбен', + 'ybb' => 'јемба', 'yi' => 'јидиш', 'yo' => 'јоруба', + 'yrl' => 'ненгату', 'yue' => 'кантонски', 'za' => 'жуанг', 'zap' => 'запотечки', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ca.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ca.php index 3071db7..01b2d39 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ca.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ca.php @@ -22,6 +22,7 @@ return [ 'am' => 'amhàric', 'an' => 'aragonès', 'ang' => 'anglès antic', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'àrab', 'arc' => 'arameu', @@ -35,6 +36,7 @@ return [ 'asa' => 'pare', 'ase' => 'llengua de signes americana', 'ast' => 'asturià', + 'atj' => 'atacama', 'av' => 'àvar', 'awa' => 'awadhi', 'ay' => 'aimara', @@ -94,13 +96,21 @@ return [ 'chr' => 'cherokee', 'chy' => 'xeiene', 'ckb' => 'kurd central', + 'clc' => 'chilcotin', 'co' => 'cors', 'cop' => 'copte', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'tàtar de Crimea', + 'crj' => 'cree sud-oriental', + 'crk' => 'cree de la plana', + 'crl' => 'cree nord-oriental', + 'crm' => 'moose cree', + 'crr' => 'algonquí de Carolina', 'crs' => 'francès crioll de les Seychelles', 'cs' => 'txec', 'csb' => 'caixubi', + 'csw' => 'swampy cree', 'cu' => 'eslau eclesiàstic', 'cv' => 'txuvaix', 'cy' => 'gal·lès', @@ -186,6 +196,7 @@ return [ 'hai' => 'haida', 'hak' => 'xinès hakka', 'haw' => 'hawaià', + 'hax' => 'haida meridional', 'he' => 'hebreu', 'hi' => 'hindi', 'hif' => 'hindi de Fiji', @@ -199,6 +210,7 @@ return [ 'ht' => 'crioll d’Haití', 'hu' => 'hongarès', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armeni', 'hz' => 'herero', 'ia' => 'interlingua', @@ -209,6 +221,7 @@ return [ 'ig' => 'igbo', 'ii' => 'yi sichuan', 'ik' => 'inupiak', + 'ikt' => 'inuktitut occidental canadenc', 'ilo' => 'ilocano', 'inh' => 'ingúix', 'io' => 'ido', @@ -270,6 +283,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'còrnic', + 'kwk' => 'kwak’wala', 'ky' => 'kirguís', 'la' => 'llatí', 'lad' => 'judeocastellà', @@ -281,6 +295,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburguès', 'lij' => 'lígur', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'lmo' => 'llombard', 'ln' => 'lingala', @@ -289,6 +304,7 @@ return [ 'lou' => 'crioll francès de Louisiana', 'loz' => 'lozi', 'lrc' => 'luri septentrional', + 'lsm' => 'saamia', 'lt' => 'lituà', 'lu' => 'luba katanga', 'lua' => 'luba-lulua', @@ -326,6 +342,7 @@ return [ 'mn' => 'mongol', 'mnc' => 'manxú', 'mni' => 'manipurí', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'moore', 'mr' => 'marathi', @@ -373,6 +390,11 @@ return [ 'nzi' => 'nzema', 'oc' => 'occità', 'oj' => 'ojibwa', + 'ojb' => 'ojibwa septentrional', + 'ojc' => 'ojibwa central', + 'ojs' => 'oji-cree', + 'ojw' => 'ojibwa occidental', + 'oka' => 'okanagà', 'om' => 'oromo', 'or' => 'oriya', 'os' => 'osseta', @@ -391,10 +413,12 @@ return [ 'pfl' => 'alemany palatí', 'phn' => 'fenici', 'pi' => 'pali', + 'pis' => 'pidgin', 'pl' => 'polonès', 'pms' => 'piemontès', 'pnt' => 'pòntic', 'pon' => 'ponapeà', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'prussià', 'pro' => 'provençal antic', 'ps' => 'paixtu', @@ -445,6 +469,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'eslovac', 'sl' => 'eslovè', + 'slh' => 'lushootseed meridional', 'sm' => 'samoà', 'sma' => 'sami meridional', 'smj' => 'sami lule', @@ -461,6 +486,7 @@ return [ 'ss' => 'swazi', 'ssy' => 'saho', 'st' => 'sotho meridional', + 'str' => 'straits salish', 'su' => 'sondanès', 'suk' => 'sukuma', 'sus' => 'susú', @@ -472,13 +498,16 @@ return [ 'syr' => 'siríac', 'szl' => 'silesià', 'ta' => 'tàmil', + 'tce' => 'tutxone meridional', 'te' => 'telugu', 'tem' => 'temne', 'teo' => 'teso', 'ter' => 'terena', 'tet' => 'tètum', 'tg' => 'tadjik', + 'tgx' => 'tagish', 'th' => 'tai', + 'tht' => 'tahltà', 'ti' => 'tigrinya', 'tig' => 'tigre', 'tiv' => 'tiv', @@ -493,12 +522,14 @@ return [ 'tn' => 'setswana', 'to' => 'tongalès', 'tog' => 'tonga', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turc', 'trv' => 'taroko', 'ts' => 'tsonga', 'tsi' => 'tsimshià', 'tt' => 'tàtar', + 'ttm' => 'tutxone septentrional', 'ttt' => 'tat meridional', 'tum' => 'tumbuka', 'tvl' => 'tuvaluà', @@ -541,6 +572,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'ídix', 'yo' => 'ioruba', + 'yrl' => 'nheengatú', 'yue' => 'cantonès', 'za' => 'zhuang', 'zap' => 'zapoteca', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cs.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cs.php index 6dbc6ff..59e1eb3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cs.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cs.php @@ -23,6 +23,7 @@ return [ 'am' => 'amharština', 'an' => 'aragonština', 'ang' => 'staroangličtina', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabština', 'arc' => 'aramejština', @@ -38,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'znaková řeč (americká)', 'ast' => 'asturština', + 'atj' => 'atikamekština', 'av' => 'avarština', 'avk' => 'kotava', 'awa' => 'awadhština', @@ -103,14 +105,22 @@ return [ 'chr' => 'čerokézština', 'chy' => 'čejenština', 'ckb' => 'kurdština (sorání)', + 'clc' => 'čilkotinština', 'co' => 'korsičtina', 'cop' => 'koptština', 'cps' => 'kapiznonština', 'cr' => 'kríjština', + 'crg' => 'mičif', 'crh' => 'tatarština (krymská)', + 'crj' => 'kríjština (jihovýchodní)', + 'crk' => 'kríjština (z plání)', + 'crl' => 'kríjština (severovýchodní)', + 'crm' => 'kríjština (Moose)', + 'crr' => 'algonkinština (Karolína)', 'crs' => 'kreolština (seychelská)', 'cs' => 'čeština', 'csb' => 'kašubština', + 'csw' => 'kríjština (z bažin)', 'cu' => 'staroslověnština', 'cv' => 'čuvaština', 'cy' => 'velština', @@ -202,6 +212,7 @@ return [ 'hai' => 'haidština', 'hak' => 'čínština (dialekty Hakka)', 'haw' => 'havajština', + 'hax' => 'haidština (jižní)', 'he' => 'hebrejština', 'hi' => 'hindština', 'hif' => 'hindština (Fidži)', @@ -215,6 +226,7 @@ return [ 'ht' => 'haitština', 'hu' => 'maďarština', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'arménština', 'hz' => 'hererština', 'ia' => 'interlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'igboština', 'ii' => 'iština (sečuánská)', 'ik' => 'inupiakština', + 'ikt' => 'inuktitutština (západokanadská)', 'ilo' => 'ilokánština', 'inh' => 'inguština', 'io' => 'ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'kutenajština', 'kv' => 'komijština', 'kw' => 'kornština', + 'kwk' => 'kvakiutština', 'ky' => 'kyrgyzština', 'la' => 'latina', 'lad' => 'ladinština', @@ -303,6 +317,7 @@ return [ 'lg' => 'gandština', 'li' => 'limburština', 'lij' => 'ligurština', + 'lil' => 'lillooetština', 'liv' => 'livonština', 'lkt' => 'lakotština', 'lmo' => 'lombardština', @@ -312,6 +327,7 @@ return [ 'lou' => 'kreolština (Louisiana)', 'loz' => 'lozština', 'lrc' => 'lúrština (severní)', + 'lsm' => 'samia', 'lt' => 'litevština', 'ltg' => 'latgalština', 'lu' => 'lubu-katanžština', @@ -350,6 +366,7 @@ return [ 'mn' => 'mongolština', 'mnc' => 'mandžuština', 'mni' => 'manipurština', + 'moe' => 'innu-aimun', 'moh' => 'mohawkština', 'mos' => 'mosi', 'mr' => 'maráthština', @@ -399,6 +416,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'okcitánština', 'oj' => 'odžibvejština', + 'ojb' => 'odžibvejština (severozápadní)', + 'ojc' => 'odžibvejština (střední)', + 'ojs' => 'odžibvejština (severní)', + 'ojw' => 'odžibvejština (západní)', + 'oka' => 'okanaganština', 'om' => 'oromština', 'or' => 'urijština', 'os' => 'osetština', @@ -418,10 +440,12 @@ return [ 'pfl' => 'falčtina', 'phn' => 'féničtina', 'pi' => 'pálí', + 'pis' => 'pidžin (Šalomounovy ostrovy)', 'pl' => 'polština', 'pms' => 'piemonština', 'pnt' => 'pontština', 'pon' => 'pohnpeiština', + 'pqm' => 'malesitština-passamaquoddština', 'prg' => 'pruština', 'pro' => 'provensálština', 'ps' => 'paštština', @@ -480,6 +504,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovenština', 'sl' => 'slovinština', + 'slh' => 'lushootseed (jižní)', 'sli' => 'němčina (slezská)', 'sly' => 'selajarština', 'sm' => 'samojština', @@ -499,6 +524,7 @@ return [ 'ssy' => 'saho', 'st' => 'sotština (jižní)', 'stq' => 'fríština (saterlandská)', + 'str' => 'saliština (z úžin)', 'su' => 'sundština', 'suk' => 'sukuma', 'sus' => 'susu', @@ -510,6 +536,7 @@ return [ 'syr' => 'syrština', 'szl' => 'slezština', 'ta' => 'tamilština', + 'tce' => 'tutčonština (jižní)', 'tcy' => 'tuluština', 'te' => 'telugština', 'tem' => 'temne', @@ -517,7 +544,9 @@ return [ 'ter' => 'tereno', 'tet' => 'tetumština', 'tg' => 'tádžičtina', + 'tgx' => 'tagiš', 'th' => 'thajština', + 'tht' => 'tahltan', 'ti' => 'tigrinijština', 'tig' => 'tigrejština', 'tiv' => 'tivština', @@ -532,6 +561,7 @@ return [ 'tn' => 'setswanština', 'to' => 'tongánština', 'tog' => 'tonžština (nyasa)', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turečtina', 'tru' => 'turojština', @@ -540,6 +570,7 @@ return [ 'tsd' => 'tsakonština', 'tsi' => 'tsimšijské jazyky', 'tt' => 'tatarština', + 'ttm' => 'tutčonština (severní)', 'ttt' => 'tatština', 'tum' => 'tumbukština', 'tvl' => 'tuvalština', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cv.php new file mode 100644 index 0000000..3c9e2d5 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cv.php @@ -0,0 +1,44 @@ + [ + 'ar' => 'арап', + 'bn' => 'бенгал', + 'cv' => 'чӑваш', + 'de' => 'нимӗҫ', + 'en' => 'акӑлчан', + 'es' => 'испани', + 'fr' => 'франци', + 'hi' => 'хинди', + 'id' => 'индонези', + 'it' => 'итали', + 'ja' => 'япони', + 'ko' => 'корей', + 'nl' => 'голланди', + 'pl' => 'поляк', + 'pt' => 'португали', + 'ru' => 'вырӑс', + 'th' => 'тай', + 'tr' => 'турккӑ', + 'zh' => 'китай', + ], + 'LocalizedNames' => [ + 'ar_001' => 'арап литератури', + 'de_AT' => 'австрин нимӗҫ', + 'de_CH' => 'швейцарин нимӗҫ', + 'en_AU' => 'австралин акӑлчан', + 'en_CA' => 'канадӑн акӑлчан', + 'en_GB' => 'британин акӑлчан', + 'en_US' => 'америкӑн акӑлчан', + 'es_419' => 'латинла америкӑн испани', + 'es_ES' => 'европӑн испани', + 'es_MX' => 'мексикӑн испани', + 'fr_CA' => 'канадӑн франци', + 'fr_CH' => 'швейцарӗн франци', + 'nl_BE' => 'фламанди', + 'pt_BR' => 'бразилин португали', + 'pt_PT' => 'европӑн португали', + 'zh_Hans' => 'китай, ҫӑмӑллатнӑ ҫыру', + 'zh_Hant' => 'китай, традициллӗ ҫыру', + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cy.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cy.php index 0af33af..f95690d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cy.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/cy.php @@ -23,6 +23,7 @@ return [ 'am' => 'Amhareg', 'an' => 'Aragoneg', 'ang' => 'Hen Saesneg', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arabeg', 'arc' => 'Aramaeg', @@ -30,6 +31,7 @@ return [ 'aro' => 'Araonaeg', 'arp' => 'Arapaho', 'arq' => 'Arabeg Algeria', + 'ars' => 'Arabeg Najdi', 'arw' => 'Arawaceg', 'ary' => 'Arabeg Moroco', 'arz' => 'Arabeg yr Aifft', @@ -37,6 +39,7 @@ return [ 'asa' => 'Asw', 'ase' => 'Iaith Arwyddion America', 'ast' => 'Astwrianeg', + 'atj' => 'Atikamekw', 'av' => 'Afareg', 'awa' => 'Awadhi', 'ay' => 'Aymareg', @@ -74,6 +77,7 @@ return [ 'ca' => 'Catalaneg', 'cad' => 'Cado', 'car' => 'Caribeg', + 'cay' => 'Cayuga', 'cch' => 'Atsameg', 'ccp' => 'Tsiacma', 'ce' => 'Tsietsieneg', @@ -83,15 +87,24 @@ return [ 'chk' => 'Chuukaeg', 'chm' => 'Marieg', 'cho' => 'Siocto', + 'chp' => 'Chipewyan', 'chr' => 'Tsierocî', 'chy' => 'Cheyenne', 'ckb' => 'Cwrdeg Sorani', + 'clc' => 'Chilcotin', 'co' => 'Corseg', 'cop' => 'Copteg', 'cr' => 'Cri', + 'crg' => 'Michif', 'crh' => 'Tyrceg y Crimea', + 'crj' => 'Cree De Ddwyrain', + 'crk' => 'Plains Cree', + 'crl' => 'Gogledd Dwyrain Cree', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina Algonquian', 'crs' => 'Ffrangeg Seselwa Creole', 'cs' => 'Tsieceg', + 'csw' => 'Swampy Cree', 'cu' => 'Hen Slafoneg', 'cv' => 'Tshwfasheg', 'cy' => 'Cymraeg', @@ -168,6 +181,7 @@ return [ 'ha' => 'Hawsa', 'hai' => 'Haida', 'haw' => 'Hawäieg', + 'hax' => 'Haida Deheuol', 'he' => 'Hebraeg', 'hi' => 'Hindi', 'hil' => 'Hiligaynon', @@ -178,6 +192,7 @@ return [ 'ht' => 'Creol Haiti', 'hu' => 'Hwngareg', 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armeneg', 'hz' => 'Herero', 'ia' => 'Interlingua', @@ -188,6 +203,7 @@ return [ 'ig' => 'Igbo', 'ii' => 'Nwosw', 'ik' => 'Inwpiaceg', + 'ikt' => 'Inuktitut Canadaidd Gorllewinol', 'ilo' => 'Ilocaneg', 'inh' => 'Ingwsieg', 'io' => 'Ido', @@ -213,6 +229,7 @@ return [ 'kea' => 'Caboferdianeg', 'kfo' => 'Koro', 'kg' => 'Congo', + 'kgp' => 'Kaingang', 'kha' => 'Càseg', 'khq' => 'Koyra Chiini', 'khw' => 'Chowareg', @@ -241,6 +258,7 @@ return [ 'kum' => 'Cwmiceg', 'kv' => 'Comi', 'kw' => 'Cernyweg', + 'kwk' => 'Kwakʼwala', 'ky' => 'Cirgiseg', 'la' => 'Lladin', 'lad' => 'Iddew-Sbaeneg', @@ -251,13 +269,16 @@ return [ 'lez' => 'Lezgheg', 'lg' => 'Ganda', 'li' => 'Limbwrgeg', + 'lil' => 'Lillooet', 'lkt' => 'Lakota', 'lmo' => 'Lombardeg', 'ln' => 'Lingala', 'lo' => 'Laoeg', 'lol' => 'Mongo', + 'lou' => 'Louisiana Creole', 'loz' => 'Lozi', 'lrc' => 'Luri Gogleddol', + 'lsm' => 'Saamia', 'lt' => 'Lithwaneg', 'ltg' => 'Latgaleg', 'lu' => 'Luba-Katanga', @@ -291,6 +312,7 @@ return [ 'mn' => 'Mongoleg', 'mnc' => 'Manshw', 'mni' => 'Manipwri', + 'moe' => 'Innu-aimun', 'moh' => 'Mohoceg', 'mos' => 'Mosi', 'mr' => 'Marathi', @@ -336,6 +358,11 @@ return [ 'nzi' => 'Nzimeg', 'oc' => 'Ocsitaneg', 'oj' => 'Ojibwa', + 'ojb' => 'Ojibwa gogledd-orllewin', + 'ojc' => 'Ojibwa Canolog', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Ojibwa Gorllewinol', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Odia', 'os' => 'Oseteg', @@ -354,10 +381,12 @@ return [ 'pfl' => 'Almaeneg Palatin', 'phn' => 'Phoeniceg', 'pi' => 'Pali', + 'pis' => 'Pijin', 'pl' => 'Pwyleg', 'pms' => 'Piedmonteg', 'pnt' => 'Ponteg', 'pon' => 'Pohnpeianeg', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Prwseg', 'pro' => 'Hen Brofensaleg', 'ps' => 'Pashto', @@ -410,6 +439,7 @@ return [ 'sid' => 'Sidamo', 'sk' => 'Slofaceg', 'sl' => 'Slofeneg', + 'slh' => 'Lushootseed Deheuol', 'sli' => 'Is-silesieg', 'sm' => 'Samöeg', 'sma' => 'Sami Deheuol', @@ -428,6 +458,7 @@ return [ 'ssy' => 'Saho', 'st' => 'Sesotheg Deheuol', 'stq' => 'Ffriseg Saterland', + 'str' => 'Straits Salish', 'su' => 'Swndaneg', 'suk' => 'Swcwma', 'sus' => 'Swsŵeg', @@ -439,6 +470,7 @@ return [ 'syr' => 'Syrieg', 'szl' => 'Silesieg', 'ta' => 'Tamileg', + 'tce' => 'Tutchone Deheuol', 'tcy' => 'Tulu', 'te' => 'Telugu', 'tem' => 'Timneg', @@ -446,7 +478,9 @@ return [ 'ter' => 'Terena', 'tet' => 'Tetumeg', 'tg' => 'Tajiceg', + 'tgx' => 'Tagish', 'th' => 'Thai', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', 'tig' => 'Tigreg', 'tiv' => 'Tifeg', @@ -455,17 +489,19 @@ return [ 'tkr' => 'Tsakhureg', 'tl' => 'Tagalog', 'tlh' => 'Klingon', - 'tli' => 'Llingit', + 'tli' => 'Tlingit', 'tly' => 'Talysheg', 'tmh' => 'Tamasheceg', 'tn' => 'Tswana', 'to' => 'Tongeg', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Tyrceg', 'trv' => 'Taroko', 'ts' => 'Tsongaeg', 'tsd' => 'Tsaconeg', 'tt' => 'Tatareg', + 'ttm' => 'Tutchone gogleddol', 'tum' => 'Twmbwca', 'tvl' => 'Twfalweg', 'tw' => 'Twi', @@ -496,6 +532,7 @@ return [ 'was' => 'Washo', 'wbp' => 'Warlpiri', 'wo' => 'Woloff', + 'wuu' => 'Wu Tsieineaidd', 'xal' => 'Calmyceg', 'xh' => 'Xhosa', 'xog' => 'Soga', @@ -503,6 +540,7 @@ return [ 'ybb' => 'Iembaeg', 'yi' => 'Iddew-Almaeneg', 'yo' => 'Iorwba', + 'yrl' => 'Nheengatu', 'yue' => 'Cantoneeg', 'zap' => 'Zapoteceg', 'zbl' => 'Blisssymbols', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/da.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/da.php index 4a9113d..b8b22f0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/da.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/da.php @@ -20,6 +20,7 @@ return [ 'am' => 'amharisk', 'an' => 'aragonesisk', 'ang' => 'oldengelsk', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabisk', 'arc' => 'aramæisk', @@ -30,6 +31,7 @@ return [ 'as' => 'assamesisk', 'asa' => 'asu', 'ast' => 'asturisk', + 'atj' => 'atikamekw', 'av' => 'avarisk', 'awa' => 'awadhi', 'ay' => 'aymara', @@ -40,7 +42,7 @@ return [ 'bas' => 'basaa', 'bax' => 'bamun', 'bbj' => 'ghomala', - 'be' => 'hviderussisk', + 'be' => 'belarusisk', 'bej' => 'beja', 'bem' => 'bemba', 'bez' => 'bena', @@ -86,13 +88,21 @@ return [ 'chr' => 'cherokee', 'chy' => 'cheyenne', 'ckb' => 'sorani', + 'clc' => 'chilcotin', 'co' => 'korsikansk', 'cop' => 'koptisk', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'krimtatarisk', + 'crj' => 'sydøstcree', + 'crk' => 'plains cree', + 'crl' => 'nordøstcree', + 'crm' => 'Moose-cree', + 'crr' => 'carolina algonquisk', 'crs' => 'seselwa (kreol-fransk)', 'cs' => 'tjekkisk', 'csb' => 'kasjubisk', + 'csw' => 'swampy cree', 'cu' => 'kirkeslavisk', 'cv' => 'chuvash', 'cy' => 'walisisk', @@ -173,6 +183,7 @@ return [ 'hai' => 'haida', 'hak' => 'hakka-kinesisk', 'haw' => 'hawaiiansk', + 'hax' => 'sydhaida', 'he' => 'hebraisk', 'hi' => 'hindi', 'hil' => 'hiligaynon', @@ -185,6 +196,7 @@ return [ 'ht' => 'haitisk', 'hu' => 'ungarsk', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armensk', 'hz' => 'herero', 'ia' => 'interlingua', @@ -195,6 +207,7 @@ return [ 'ig' => 'igbo', 'ii' => 'sichuan yi', 'ik' => 'inupiaq', + 'ikt' => 'vestcanadisk inuktitut', 'ilo' => 'iloko', 'inh' => 'ingush', 'io' => 'ido', @@ -222,6 +235,7 @@ return [ 'kea' => 'kapverdisk', 'kfo' => 'koro', 'kg' => 'kongo', + 'kgp' => 'kaingang', 'kha' => 'khasi', 'kho' => 'khotanesisk', 'khq' => 'koyra-chiini', @@ -252,6 +266,7 @@ return [ 'kut' => 'kutenaj', 'kv' => 'komi', 'kw' => 'cornisk', + 'kwk' => 'kwakʼwala', 'ky' => 'kirgisisk', 'la' => 'latin', 'lad' => 'ladino', @@ -262,6 +277,7 @@ return [ 'lez' => 'lezghian', 'lg' => 'ganda', 'li' => 'limburgsk', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'lao', @@ -269,6 +285,7 @@ return [ 'lou' => 'Louisiana-kreolsk', 'loz' => 'lozi', 'lrc' => 'nordluri', + 'lsm' => 'saamia', 'lt' => 'litauisk', 'lu' => 'luba-Katanga', 'lua' => 'luba-Lulua', @@ -304,6 +321,7 @@ return [ 'mn' => 'mongolsk', 'mnc' => 'manchu', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathisk', @@ -329,7 +347,7 @@ return [ 'ng' => 'ndonga', 'nia' => 'nias', 'niu' => 'niueansk', - 'nl' => 'hollandsk', + 'nl' => 'nederlandsk', 'nmg' => 'kwasio', 'nn' => 'nynorsk', 'nnh' => 'ngiemboon', @@ -349,6 +367,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'occitansk', 'oj' => 'ojibwa', + 'ojb' => 'nordvestojibwa', + 'ojc' => 'centralojibwa', + 'ojs' => 'oji-cree', + 'ojw' => 'vestojibwa', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'oriya', 'os' => 'ossetisk', @@ -364,8 +387,10 @@ return [ 'peo' => 'oldpersisk', 'phn' => 'fønikisk', 'pi' => 'pali', + 'pis' => 'pijin', 'pl' => 'polsk', 'pon' => 'ponape', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'preussisk', 'pro' => 'oldprovencalsk', 'ps' => 'pashto', @@ -414,6 +439,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovakisk', 'sl' => 'slovensk', + 'slh' => 'sydlushootseed', 'sm' => 'samoansk', 'sma' => 'sydsamisk', 'smj' => 'lulesamisk', @@ -430,6 +456,7 @@ return [ 'ss' => 'swati', 'ssy' => 'saho', 'st' => 'sydsotho', + 'str' => 'straits salish', 'su' => 'sundanesisk', 'suk' => 'sukuma', 'sus' => 'susu', @@ -440,13 +467,16 @@ return [ 'syc' => 'klassisk syrisk', 'syr' => 'syrisk', 'ta' => 'tamil', + 'tce' => 'sydtutchone', 'te' => 'telugu', 'tem' => 'temne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadsjikisk', + 'tgx' => 'tagish', 'th' => 'thai', + 'tht' => 'tahltan', 'ti' => 'tigrinya', 'tig' => 'tigre', 'tiv' => 'tivi', @@ -459,12 +489,14 @@ return [ 'tn' => 'tswana', 'to' => 'tongansk', 'tog' => 'nyasa tongansk', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'tyrkisk', 'trv' => 'taroko', 'ts' => 'tsonga', 'tsi' => 'tsimshisk', 'tt' => 'tatarisk', + 'ttm' => 'nordtutchone', 'tum' => 'tumbuka', 'tvl' => 'tuvaluansk', 'tw' => 'twi', @@ -502,6 +534,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'jiddisch', 'yo' => 'yoruba', + 'yrl' => 'nheengatu', 'yue' => 'kantonesisk', 'za' => 'zhuang', 'zap' => 'zapotec', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/de.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/de.php index 57f2b1e..fa17434 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/de.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/de.php @@ -23,6 +23,7 @@ return [ 'am' => 'Amharisch', 'an' => 'Aragonesisch', 'ang' => 'Altenglisch', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arabisch', 'arc' => 'Aramäisch', @@ -38,6 +39,7 @@ return [ 'asa' => 'Asu', 'ase' => 'Amerikanische Gebärdensprache', 'ast' => 'Asturisch', + 'atj' => 'Atikamekw', 'av' => 'Awarisch', 'avk' => 'Kotava', 'awa' => 'Awadhi', @@ -103,14 +105,22 @@ return [ 'chr' => 'Cherokee', 'chy' => 'Cheyenne', 'ckb' => 'Zentralkurdisch', + 'clc' => 'Chilcotin', 'co' => 'Korsisch', 'cop' => 'Koptisch', 'cps' => 'Capiznon', 'cr' => 'Cree', + 'crg' => 'Michif', 'crh' => 'Krimtatarisch', + 'crj' => 'Südost-Cree', + 'crk' => 'Plains-Cree', + 'crl' => 'Northern East Cree', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina-Algonkin', 'crs' => 'Seychellenkreol', 'cs' => 'Tschechisch', 'csb' => 'Kaschubisch', + 'csw' => 'Swampy Cree', 'cu' => 'Kirchenslawisch', 'cv' => 'Tschuwaschisch', 'cy' => 'Walisisch', @@ -202,6 +212,7 @@ return [ 'hai' => 'Haida', 'hak' => 'Hakka', 'haw' => 'Hawaiisch', + 'hax' => 'Süd-Haida', 'he' => 'Hebräisch', 'hi' => 'Hindi', 'hif' => 'Fidschi-Hindi', @@ -215,6 +226,7 @@ return [ 'ht' => 'Haiti-Kreolisch', 'hu' => 'Ungarisch', 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armenisch', 'hz' => 'Herero', 'ia' => 'Interlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'Igbo', 'ii' => 'Yi', 'ik' => 'Inupiak', + 'ikt' => 'Westkanadisches Inuktitut', 'ilo' => 'Ilokano', 'inh' => 'Inguschisch', 'io' => 'Ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'Kutenai', 'kv' => 'Komi', 'kw' => 'Kornisch', + 'kwk' => 'Kwakʼwala', 'ky' => 'Kirgisisch', 'la' => 'Latein', 'lad' => 'Ladino', @@ -303,6 +317,7 @@ return [ 'lg' => 'Ganda', 'li' => 'Limburgisch', 'lij' => 'Ligurisch', + 'lil' => 'Lillooet', 'liv' => 'Livisch', 'lkt' => 'Lakota', 'lmo' => 'Lombardisch', @@ -312,6 +327,7 @@ return [ 'lou' => 'Kreol (Louisiana)', 'loz' => 'Lozi', 'lrc' => 'Nördliches Luri', + 'lsm' => 'Saamia', 'lt' => 'Litauisch', 'ltg' => 'Lettgallisch', 'lu' => 'Luba-Katanga', @@ -350,6 +366,7 @@ return [ 'mn' => 'Mongolisch', 'mnc' => 'Mandschurisch', 'mni' => 'Meithei', + 'moe' => 'Innu-Aimun', 'moh' => 'Mohawk', 'mos' => 'Mossi', 'mr' => 'Marathi', @@ -399,6 +416,11 @@ return [ 'nzi' => 'Nzima', 'oc' => 'Okzitanisch', 'oj' => 'Ojibwa', + 'ojb' => 'Nordwest-Ojibwe', + 'ojc' => 'Zentral-Ojibwe', + 'ojs' => 'Oji-Cree', + 'ojw' => 'West-Ojibwe', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Oriya', 'os' => 'Ossetisch', @@ -418,10 +440,12 @@ return [ 'pfl' => 'Pfälzisch', 'phn' => 'Phönizisch', 'pi' => 'Pali', + 'pis' => 'Pijin', 'pl' => 'Polnisch', 'pms' => 'Piemontesisch', 'pnt' => 'Pontisch', 'pon' => 'Ponapeanisch', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Altpreußisch', 'pro' => 'Altprovenzalisch', 'ps' => 'Paschtu', @@ -480,6 +504,7 @@ return [ 'sid' => 'Sidamo', 'sk' => 'Slowakisch', 'sl' => 'Slowenisch', + 'slh' => 'Süd-Lushootseed', 'sli' => 'Schlesisch (Niederschlesisch)', 'sly' => 'Selayar', 'sm' => 'Samoanisch', @@ -499,6 +524,7 @@ return [ 'ssy' => 'Saho', 'st' => 'Süd-Sotho', 'stq' => 'Saterfriesisch', + 'str' => 'Straits Salish', 'su' => 'Sundanesisch', 'suk' => 'Sukuma', 'sus' => 'Susu', @@ -510,6 +536,7 @@ return [ 'syr' => 'Syrisch', 'szl' => 'Schlesisch (Wasserpolnisch)', 'ta' => 'Tamil', + 'tce' => 'Südliches Tutchone', 'tcy' => 'Tulu', 'te' => 'Telugu', 'tem' => 'Temne', @@ -517,7 +544,9 @@ return [ 'ter' => 'Tereno', 'tet' => 'Tetum', 'tg' => 'Tadschikisch', + 'tgx' => 'Tagish', 'th' => 'Thailändisch', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', 'tig' => 'Tigre', 'tiv' => 'Tiv', @@ -532,6 +561,7 @@ return [ 'tn' => 'Tswana', 'to' => 'Tongaisch', 'tog' => 'Nyasa Tonga', + 'tok' => 'Toki Pona', 'tpi' => 'Neumelanesisch', 'tr' => 'Türkisch', 'tru' => 'Turoyo', @@ -540,6 +570,7 @@ return [ 'tsd' => 'Tsakonisch', 'tsi' => 'Tsimshian', 'tt' => 'Tatarisch', + 'ttm' => 'Nördliches Tutchone', 'ttt' => 'Tatisch', 'tum' => 'Tumbuka', 'tvl' => 'Tuvaluisch', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/de_CH.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/de_CH.php index 4bce50d..343dfa6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/de_CH.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/de_CH.php @@ -2,26 +2,16 @@ return [ 'Names' => [ - 'ace' => 'Aceh-Sprache', 'ach' => 'Acholi-Sprache', - 'ars' => 'Nadschd-Arabisch', - 'bas' => 'Basaa-Sprache', 'bik' => 'Bikol-Sprache', - 'bin' => 'Bini-Sprache', 'chb' => 'Chibcha-Sprache', 'din' => 'Dinka-Sprache', 'fan' => 'Pangwe-Sprache', 'gba' => 'Gbaya-Sprache', - 'kmb' => 'Kimbundu-Sprache', - 'mus' => 'Muskogee-Sprache', 'prg' => 'Altpreussisch', 'rhg' => 'Rohingya', + 'tgx' => 'Tagisch', ], 'LocalizedNames' => [ - 'ar_001' => 'Modernes Hocharabisch', - 'de_CH' => 'Schweizer Hochdeutsch', - 'nl_BE' => 'Flämisch', - 'zh_Hans' => 'Chinesisch (vereinfacht)', - 'zh_Hant' => 'Chinesisch (traditionell)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/el.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/el.php index 13d0b7b..57ef6e3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/el.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/el.php @@ -20,6 +20,7 @@ return [ 'am' => 'Αμχαρικά', 'an' => 'Αραγονικά', 'ang' => 'Παλαιά Αγγλικά', + 'ann' => 'Ομπόλο', 'anp' => 'Ανγκικά', 'ar' => 'Αραβικά', 'arc' => 'Αραμαϊκά', @@ -30,6 +31,7 @@ return [ 'as' => 'Ασαμικά', 'asa' => 'Άσου', 'ast' => 'Αστουριανά', + 'atj' => 'Ατικαμέκ', 'av' => 'Αβαρικά', 'awa' => 'Αγουαντί', 'ay' => 'Αϊμάρα', @@ -86,13 +88,21 @@ return [ 'chr' => 'Τσερόκι', 'chy' => 'Τσεγιέν', 'ckb' => 'Κεντρικά Κουρδικά', + 'clc' => 'Τσιλκότιν', 'co' => 'Κορσικανικά', 'cop' => 'Κοπτικά', 'cr' => 'Κρι', + 'crg' => 'Μίτσιφ', 'crh' => 'Τουρκικά Κριμαίας', + 'crj' => 'Νοτιοανατολικά Κρι', + 'crk' => 'Κρι πεδιάδας', + 'crl' => 'Βορειοανατολικά Κρι', + 'crm' => 'Μους Κρι', + 'crr' => 'Καρολίνα Αλγκονκιάν', 'crs' => 'Κρεολικά Γαλλικά Σεϋχελλών', 'cs' => 'Τσεχικά', 'csb' => 'Κασούμπιαν', + 'csw' => 'Κρι Βάλτου', 'cu' => 'Εκκλησιαστικά Σλαβικά', 'cv' => 'Τσουβασικά', 'cy' => 'Ουαλικά', @@ -171,6 +181,7 @@ return [ 'ha' => 'Χάουσα', 'hai' => 'Χάιντα', 'haw' => 'Χαβαϊκά', + 'hax' => 'Βόρεια Χάιντα', 'he' => 'Εβραϊκά', 'hi' => 'Χίντι', 'hil' => 'Χιλιγκαϊνόν', @@ -182,6 +193,7 @@ return [ 'ht' => 'Αϊτιανά', 'hu' => 'Ουγγρικά', 'hup' => 'Χούπα', + 'hur' => 'Χαλκομελέμ', 'hy' => 'Αρμενικά', 'hz' => 'Χερέρο', 'ia' => 'Ιντερλίνγκουα', @@ -192,6 +204,7 @@ return [ 'ig' => 'Ίγκμπο', 'ii' => 'Σίτσουαν Γι', 'ik' => 'Ινουπιάκ', + 'ikt' => 'Ινουκτιτούτ Δυτικού Καναδά', 'ilo' => 'Ιλόκο', 'inh' => 'Ινγκούς', 'io' => 'Ίντο', @@ -219,6 +232,7 @@ return [ 'kea' => 'Γλώσσα του Πράσινου Ακρωτηρίου', 'kfo' => 'Κόρο', 'kg' => 'Κονγκό', + 'kgp' => 'Κάινγκανγκ', 'kha' => 'Κάσι', 'kho' => 'Κοτανικά', 'khq' => 'Κόιρα Τσίνι', @@ -249,6 +263,7 @@ return [ 'kut' => 'Κουτενάι', 'kv' => 'Κόμι', 'kw' => 'Κορνουαλικά', + 'kwk' => 'Κουακουάλα', 'ky' => 'Κιργιζικά', 'la' => 'Λατινικά', 'lad' => 'Λαδίνο', @@ -259,6 +274,7 @@ return [ 'lez' => 'Λεζγκικά', 'lg' => 'Γκάντα', 'li' => 'Λιμβουργιανά', + 'lil' => 'Λιλουέτ', 'lkt' => 'Λακότα', 'ln' => 'Λινγκάλα', 'lo' => 'Λαοτινά', @@ -266,6 +282,7 @@ return [ 'lou' => 'Κρεολικά (Λουιζιάνα)', 'loz' => 'Λόζι', 'lrc' => 'Βόρεια Λούρι', + 'lsm' => 'Σαάμια', 'lt' => 'Λιθουανικά', 'lu' => 'Λούμπα-Κατάνγκα', 'lua' => 'Λούμπα-Λουλούα', @@ -301,6 +318,7 @@ return [ 'mn' => 'Μογγολικά', 'mnc' => 'Μαντσού', 'mni' => 'Μανιπούρι', + 'moe' => 'Ινου-αϊμούν', 'moh' => 'Μοχόκ', 'mos' => 'Μόσι', 'mr' => 'Μαραθικά', @@ -345,6 +363,11 @@ return [ 'nzi' => 'Νζίμα', 'oc' => 'Οξιτανικά', 'oj' => 'Οζιβίγουα', + 'ojb' => 'Βορειοδυτικά Οζιβίγουα', + 'ojc' => 'Κεντρικά Οτζίμπουα', + 'ojs' => 'Ότζι-Κρι', + 'ojw' => 'Δυτικά Οζιβίγουα', + 'oka' => 'Οκανάγκαν', 'om' => 'Ορόμο', 'or' => 'Όντια', 'os' => 'Οσετικά', @@ -360,8 +383,10 @@ return [ 'peo' => 'Αρχαία Περσικά', 'phn' => 'Φοινικικά', 'pi' => 'Πάλι', + 'pis' => 'Πιτζίν', 'pl' => 'Πολωνικά', 'pon' => 'Πομπηικά', + 'pqm' => 'Μαλισιτ-Πασσαμακουόντ', 'prg' => 'Πρωσικά', 'pro' => 'Παλαιά Προβανσάλ', 'ps' => 'Πάστο', @@ -410,6 +435,7 @@ return [ 'sid' => 'Σιντάμο', 'sk' => 'Σλοβακικά', 'sl' => 'Σλοβενικά', + 'slh' => 'Νότια Λάσουτσιντ', 'sm' => 'Σαμοανά', 'sma' => 'Νότια Σάμι', 'smj' => 'Λούλε Σάμι', @@ -426,6 +452,7 @@ return [ 'ss' => 'Σουάτι', 'ssy' => 'Σάχο', 'st' => 'Νότια Σόθο', + 'str' => 'Στρέιτς Σαλίς', 'su' => 'Σουνδανικά', 'suk' => 'Σουκούμα', 'sus' => 'Σούσου', @@ -436,13 +463,16 @@ return [ 'syc' => 'Κλασικά Συριακά', 'syr' => 'Συριακά', 'ta' => 'Ταμιλικά', + 'tce' => 'Νότια Τουτσόνε', 'te' => 'Τελούγκου', 'tem' => 'Τίμνε', 'teo' => 'Τέσο', 'ter' => 'Τερένο', 'tet' => 'Τέτουμ', 'tg' => 'Τατζικικά', + 'tgx' => 'Τατζίς', 'th' => 'Ταϊλανδικά', + 'tht' => 'Ταλτάν', 'ti' => 'Τιγκρινικά', 'tig' => 'Τίγκρε', 'tiv' => 'Τιβ', @@ -455,12 +485,14 @@ return [ 'tn' => 'Τσουάνα', 'to' => 'Τονγκανικά', 'tog' => 'Νιάσα Τόνγκα', + 'tok' => 'Τόκι Πόνα', 'tpi' => 'Τοκ Πισίν', 'tr' => 'Τουρκικά', 'trv' => 'Ταρόκο', 'ts' => 'Τσόνγκα', 'tsi' => 'Τσίμσιαν', 'tt' => 'Ταταρικά', + 'ttm' => 'Βόρεια Τουτσόνε', 'tum' => 'Τουμπούκα', 'tvl' => 'Τουβαλού', 'tw' => 'Τούι', @@ -498,6 +530,7 @@ return [ 'ybb' => 'Γιέμπα', 'yi' => 'Γίντις', 'yo' => 'Γιορούμπα', + 'yrl' => 'Νινγκατού', 'yue' => 'Καντονέζικα', 'za' => 'Ζουάνγκ', 'zap' => 'Ζάποτεκ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en.php index 0ec7846..03d6a18 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en.php @@ -23,6 +23,7 @@ return [ 'am' => 'Amharic', 'an' => 'Aragonese', 'ang' => 'Old English', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arabic', 'arc' => 'Aramaic', @@ -60,6 +61,7 @@ return [ 'bfd' => 'Bafut', 'bfq' => 'Badaga', 'bg' => 'Bulgarian', + 'bgc' => 'Haryanvi', 'bgn' => 'Western Balochi', 'bho' => 'Bhojpuri', 'bi' => 'Bislama', @@ -67,7 +69,7 @@ return [ 'bin' => 'Bini', 'bjn' => 'Banjar', 'bkm' => 'Kom', - 'bla' => 'Siksika', + 'bla' => 'Siksiká', 'blt' => 'Tai Dam', 'bm' => 'Bambara', 'bn' => 'Bangla', @@ -166,7 +168,7 @@ return [ 'fa' => 'Persian', 'fan' => 'Fang', 'fat' => 'Fanti', - 'ff' => 'Fulah', + 'ff' => 'Fula', 'fi' => 'Finnish', 'fil' => 'Filipino', 'fit' => 'Tornedalen Finnish', @@ -314,7 +316,7 @@ return [ 'la' => 'Latin', 'lad' => 'Ladino', 'lag' => 'Langi', - 'lah' => 'Lahnda', + 'lah' => 'Western Panjabi', 'lam' => 'Lamba', 'lb' => 'Luxembourgish', 'lez' => 'Lezghian', @@ -332,6 +334,7 @@ return [ 'lou' => 'Louisiana Creole', 'loz' => 'Lozi', 'lrc' => 'Northern Luri', + 'lsm' => 'Saamia', 'lt' => 'Lithuanian', 'ltg' => 'Latgalian', 'lu' => 'Luba-Katanga', @@ -445,11 +448,12 @@ return [ 'pfl' => 'Palatine German', 'phn' => 'Phoenician', 'pi' => 'Pali', + 'pis' => 'Pijin', 'pl' => 'Polish', 'pms' => 'Piedmontese', 'pnt' => 'Pontic', 'pon' => 'Pohnpeian', - 'pqm' => 'Malecite', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Prussian', 'pro' => 'Old Provençal', 'ps' => 'Pashto', @@ -477,7 +481,7 @@ return [ 'rwk' => 'Rwa', 'sa' => 'Sanskrit', 'sad' => 'Sandawe', - 'sah' => 'Sakha', + 'sah' => 'Yakut', 'sam' => 'Samaritan Aramaic', 'saq' => 'Samburu', 'sas' => 'Sasak', @@ -565,6 +569,7 @@ return [ 'tn' => 'Tswana', 'to' => 'Tongan', 'tog' => 'Nyasa Tonga', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Turkish', 'tru' => 'Turoyo', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_001.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_001.php index eb59255..2742356 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_001.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_001.php @@ -2,8 +2,8 @@ return [ 'Names' => [ + 'bla' => 'Siksika', 'mus' => 'Creek', - 'sah' => 'Yakut', ], 'LocalizedNames' => [ 'nds_NL' => 'West Low German', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_AU.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_AU.php index 37ea1e2..74f912f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_AU.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_AU.php @@ -5,23 +5,7 @@ return [ 'bn' => 'Bengali', ], 'LocalizedNames' => [ - 'ar_001' => 'Modern Standard Arabic', - 'de_AT' => 'Austrian German', - 'de_CH' => 'Swiss High German', - 'en_AU' => 'Australian English', - 'en_CA' => 'Canadian English', - 'en_GB' => 'British English', 'en_US' => 'United States English', - 'es_419' => 'Latin American Spanish', - 'es_ES' => 'European Spanish', - 'es_MX' => 'Mexican Spanish', - 'fr_CA' => 'Canadian French', - 'fr_CH' => 'Swiss French', - 'pt_BR' => 'Brazilian Portuguese', - 'pt_PT' => 'European Portuguese', 'ro_MD' => 'Moldovan', - 'sr_ME' => 'Montenegrin', - 'zh_Hans' => 'Simplified Chinese', - 'zh_Hant' => 'Traditional Chinese', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_CA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_CA.php index a4b343d..219c225 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_CA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_CA.php @@ -3,13 +3,13 @@ return [ 'Names' => [ 'bn' => 'Bengali', - 'mfe' => 'Mauritian', - 'mus' => 'Creek', - 'sah' => 'Yakut', - 'tvl' => 'Tuvaluan', + 'mfe' => 'Mauritian Creole', ], 'LocalizedNames' => [ + 'ar_001' => 'Arabic (Modern Standard)', 'nds_NL' => 'West Low German', 'ro_MD' => 'Moldovan', + 'zh_Hans' => 'simplified Chinese', + 'zh_Hant' => 'traditional Chinese', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_GB.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_GB.php index 5234fea..1a22d01 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_GB.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_GB.php @@ -2,28 +2,8 @@ return [ 'Names' => [ + 'ff' => 'Fulah', ], 'LocalizedNames' => [ - 'ar_001' => 'Modern Standard Arabic', - 'de_AT' => 'Austrian German', - 'de_CH' => 'Swiss High German', - 'en_AU' => 'Australian English', - 'en_CA' => 'Canadian English', - 'en_GB' => 'British English', - 'en_US' => 'American English', - 'es_419' => 'Latin American Spanish', - 'es_ES' => 'European Spanish', - 'es_MX' => 'Mexican Spanish', - 'fa_AF' => 'Dari', - 'fr_CA' => 'Canadian French', - 'fr_CH' => 'Swiss French', - 'nds_NL' => 'West Low German', - 'nl_BE' => 'Flemish', - 'pt_BR' => 'Brazilian Portuguese', - 'pt_PT' => 'European Portuguese', - 'ro_MD' => 'Moldavian', - 'sw_CD' => 'Congo Swahili', - 'zh_Hans' => 'Simplified Chinese', - 'zh_Hant' => 'Traditional Chinese', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_IN.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_IN.php index 00e6182..c76c733 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_IN.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/en_IN.php @@ -5,6 +5,5 @@ return [ 'bn' => 'Bengali', ], 'LocalizedNames' => [ - 'ro_MD' => 'Moldavian', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es.php index e980ac1..0ffb3c7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es.php @@ -4,7 +4,7 @@ return [ 'Names' => [ 'aa' => 'afar', 'ab' => 'abjasio', - 'ace' => 'acehnés', + 'ace' => 'achenés', 'ach' => 'acoli', 'ada' => 'adangme', 'ady' => 'adigué', @@ -20,6 +20,7 @@ return [ 'am' => 'amárico', 'an' => 'aragonés', 'ang' => 'inglés antiguo', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'árabe', 'arc' => 'arameo', @@ -30,6 +31,7 @@ return [ 'as' => 'asamés', 'asa' => 'asu', 'ast' => 'asturiano', + 'atj' => 'atikamekw', 'av' => 'avar', 'awa' => 'avadhi', 'ay' => 'aimara', @@ -86,13 +88,21 @@ return [ 'chr' => 'cheroqui', 'chy' => 'cheyene', 'ckb' => 'kurdo sorani', + 'clc' => 'chilcotin', 'co' => 'corso', 'cop' => 'copto', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'tártaro de Crimea', + 'crj' => 'cree suroriental', + 'crk' => 'cree de las llanuras', + 'crl' => 'cree nororiental', + 'crm' => 'cree moose', + 'crr' => 'algonquino de Carolina', 'crs' => 'criollo seychelense', 'cs' => 'checo', 'csb' => 'casubio', + 'csw' => 'cree de los pantanos', 'cu' => 'eslavo eclesiástico', 'cv' => 'chuvasio', 'cy' => 'galés', @@ -173,6 +183,7 @@ return [ 'hai' => 'haida', 'hak' => 'chino hakka', 'haw' => 'hawaiano', + 'hax' => 'haida meridional', 'he' => 'hebreo', 'hi' => 'hindi', 'hil' => 'hiligaynon', @@ -185,6 +196,7 @@ return [ 'ht' => 'criollo haitiano', 'hu' => 'húngaro', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armenio', 'hz' => 'herero', 'ia' => 'interlingua', @@ -195,6 +207,7 @@ return [ 'ig' => 'igbo', 'ii' => 'yi de Sichuán', 'ik' => 'inupiaq', + 'ikt' => 'inuit del oeste de Canadá', 'ilo' => 'ilocano', 'inh' => 'ingush', 'io' => 'ido', @@ -222,6 +235,7 @@ return [ 'kea' => 'criollo caboverdiano', 'kfo' => 'koro', 'kg' => 'kongo', + 'kgp' => 'káingang', 'kha' => 'khasi', 'kho' => 'kotanés', 'khq' => 'koyra chiini', @@ -252,6 +266,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'córnico', + 'kwk' => 'kwakʼwala', 'ky' => 'kirguís', 'la' => 'latín', 'lad' => 'ladino', @@ -262,6 +277,7 @@ return [ 'lez' => 'lezgiano', 'lg' => 'ganda', 'li' => 'limburgués', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'lao', @@ -269,6 +285,7 @@ return [ 'lou' => 'criollo de Luisiana', 'loz' => 'lozi', 'lrc' => 'lorí septentrional', + 'lsm' => 'samia', 'lt' => 'lituano', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -303,7 +320,8 @@ return [ 'ml' => 'malayálam', 'mn' => 'mongol', 'mnc' => 'manchú', - 'mni' => 'manipuri', + 'mni' => 'manipurí', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'maratí', @@ -325,7 +343,7 @@ return [ 'nd' => 'ndebele septentrional', 'nds' => 'bajo alemán', 'ne' => 'nepalí', - 'new' => 'newari', + 'new' => 'nevarí', 'ng' => 'ndonga', 'nia' => 'nias', 'niu' => 'niueano', @@ -349,6 +367,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'occitano', 'oj' => 'ojibwa', + 'ojb' => 'ojibwa noroccidental', + 'ojc' => 'ojibwa central', + 'ojs' => 'oji-cree', + 'ojw' => 'ojibwa occidental', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'oriya', 'os' => 'osético', @@ -364,8 +387,10 @@ return [ 'peo' => 'persa antiguo', 'phn' => 'fenicio', 'pi' => 'pali', + 'pis' => 'pidgin salomonense', 'pl' => 'polaco', 'pon' => 'pohnpeiano', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'prusiano', 'pro' => 'provenzal antiguo', 'ps' => 'pastún', @@ -397,7 +422,7 @@ return [ 'sc' => 'sardo', 'scn' => 'siciliano', 'sco' => 'escocés', - 'sd' => 'sindhi', + 'sd' => 'sindi', 'sdh' => 'kurdo meridional', 'se' => 'sami septentrional', 'see' => 'seneca', @@ -414,6 +439,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'eslovaco', 'sl' => 'esloveno', + 'slh' => 'lushootseed meridional', 'sm' => 'samoano', 'sma' => 'sami meridional', 'smj' => 'sami lule', @@ -430,6 +456,7 @@ return [ 'ss' => 'suazi', 'ssy' => 'saho', 'st' => 'sotho meridional', + 'str' => 'salish de los estrechos', 'su' => 'sundanés', 'suk' => 'sukuma', 'sus' => 'susu', @@ -440,13 +467,16 @@ return [ 'syc' => 'siríaco clásico', 'syr' => 'siriaco', 'ta' => 'tamil', + 'tce' => 'tutchone meridional', 'te' => 'telugu', 'tem' => 'temne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetún', 'tg' => 'tayiko', + 'tgx' => 'tagish', 'th' => 'tailandés', + 'tht' => 'tahltan', 'ti' => 'tigriña', 'tig' => 'tigré', 'tiv' => 'tiv', @@ -459,12 +489,14 @@ return [ 'tn' => 'setsuana', 'to' => 'tongano', 'tog' => 'tonga del Nyasa', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turco', 'trv' => 'taroko', 'ts' => 'tsonga', 'tsi' => 'tsimshiano', 'tt' => 'tártaro', + 'ttm' => 'tutchone septentrional', 'tum' => 'tumbuka', 'tvl' => 'tuvaluano', 'tw' => 'twi', @@ -502,6 +534,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'yidis', 'yo' => 'yoruba', + 'yrl' => 'ñe’engatú', 'yue' => 'cantonés', 'za' => 'zhuang', 'zap' => 'zapoteco', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_419.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_419.php index a9ee2fc..08f9a26 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_419.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_419.php @@ -2,7 +2,6 @@ return [ 'Names' => [ - 'ace' => 'achenés', 'ady' => 'adigeo', 'alt' => 'altái del sur', 'arp' => 'arapajó', @@ -18,11 +17,13 @@ return [ 'ks' => 'cachemiro', 'lo' => 'laosiano', 'ml' => 'malabar', + 'mni' => 'manipuri', 'nr' => 'ndebele del sur', 'nso' => 'sesotho del norte', 'pa' => 'panyabí', 'prg' => 'prusiano antiguo', 'rm' => 'retorrománico', + 'sd' => 'sindhi', 'shu' => 'árabe (Chad)', 'sma' => 'sami del sur', 'st' => 'sesotho del sur', @@ -36,25 +37,6 @@ return [ 'zun' => 'zuni', ], 'LocalizedNames' => [ - 'ar_001' => 'árabe estándar moderno', - 'de_AT' => 'alemán austríaco', - 'de_CH' => 'alto alemán suizo', - 'en_AU' => 'inglés australiano', - 'en_CA' => 'inglés canadiense', - 'en_GB' => 'inglés británico', - 'en_US' => 'inglés estadounidense', - 'es_419' => 'español latinoamericano', - 'es_ES' => 'español de España', - 'es_MX' => 'español de México', - 'fa_AF' => 'darí', - 'fr_CA' => 'francés canadiense', - 'fr_CH' => 'francés suizo', - 'nl_BE' => 'flamenco', - 'pt_BR' => 'portugués de Brasil', - 'pt_PT' => 'portugués de Portugal', - 'ro_MD' => 'moldavo', 'sw_CD' => 'swahili (Congo)', - 'zh_Hans' => 'chino simplificado', - 'zh_Hant' => 'chino tradicional', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_MX.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_MX.php index 083af5f..a339401 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_MX.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_MX.php @@ -3,12 +3,18 @@ return [ 'Names' => [ 'ace' => 'acehnés', + 'ady' => 'adigué', 'arp' => 'arapaho', + 'ars' => 'árabe neyedí', 'bas' => 'basa', 'bax' => 'bamun', 'bho' => 'bhoshpuri', 'bla' => 'siksika', 'bua' => 'buriat', + 'crj' => 'cree del sureste', + 'crl' => 'cree del noreste', + 'crr' => 'carolina algonquian', + 'dar' => 'darguin', 'dum' => 'neerlandés medieval', 'enm' => 'inglés medieval', 'eu' => 'euskera', @@ -17,35 +23,33 @@ return [ 'gmh' => 'alemán de la alta edad media', 'grc' => 'griego antiguo', 'hak' => 'kejia (China)', + 'hax' => 'haida del sur', 'hil' => 'hiligainón', 'hsn' => 'xiang (China)', + 'ikt' => 'inuktitut del oeste de Canadá', 'inh' => 'ingusetio', 'kbd' => 'kabardiano', + 'kgp' => 'kaingang', 'krc' => 'karachái bálkaro', 'kum' => 'cumuco', 'lo' => 'lao', - 'lus' => 'lushai', 'mga' => 'irlandés medieval', 'nan' => 'min nan (Chino)', 'nr' => 'ndebele meridional', 'nso' => 'sotho septentrional', + 'ojb' => 'ojibwa del noroeste', + 'ojw' => 'ojibwa del oeste', 'pa' => 'punyabí', 'shu' => 'árabe chadiano', + 'slh' => 'lushootseed del sur', 'ss' => 'siswati', 'sw' => 'suajili', 'syr' => 'siriaco', - 'tet' => 'tetún', - 'tn' => 'setswana', - 'tyv' => 'tuviniano', + 'tce' => 'tutchone del sur', 'wuu' => 'chino wu', - 'xal' => 'kalmyk', 'zgh' => 'tamazight marroquí estándar', ], 'LocalizedNames' => [ - 'ar_001' => 'árabe estándar moderno', - 'nl_BE' => 'flamenco', 'sw_CD' => 'suajili del Congo', - 'zh_Hans' => 'chino simplificado', - 'zh_Hant' => 'chino tradicional', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_US.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_US.php index c9906bc..e018aab 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_US.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/es_US.php @@ -10,6 +10,11 @@ return [ 'bho' => 'bhojpuri', 'bla' => 'siksika', 'bua' => 'buriat', + 'clc' => 'chilcotín', + 'crj' => 'cree del sureste', + 'crl' => 'cree del noreste', + 'crm' => 'moose cree', + 'crr' => 'algonquian', 'dum' => 'neerlandés medieval', 'enm' => 'inglés medieval', 'eu' => 'euskera', @@ -18,40 +23,40 @@ return [ 'gmh' => 'alemán de la alta edad media', 'grc' => 'griego antiguo', 'gu' => 'gurayatí', + 'hax' => 'haida del sur', 'hil' => 'hiligainón', 'hsn' => 'xiang (China)', 'ht' => 'criollo haitiano', + 'ikt' => 'inuktitut del oeste de Canadá', 'inh' => 'ingusetio', 'kab' => 'cabilio', - 'kbd' => 'kabardiano', 'krc' => 'karachay-balkar', 'lo' => 'lao', 'lou' => 'creole de Luisiana', 'lrc' => 'lorí del norte', - 'lus' => 'lushai', + 'lsm' => 'saamia', 'mga' => 'irlandés medieval', 'nd' => 'ndebele del norte', 'nr' => 'ndebele meridional', - 'nso' => 'sotho septentrional', + 'ojb' => 'ojibwa del noroeste', + 'ojw' => 'ojibwa del oeste', + 'pis' => 'pijín', 'rm' => 'romanche', 'se' => 'sami del norte', 'shu' => 'árabe chadiano', + 'slh' => 'lushootseed del sur', 'sma' => 'sami meridional', 'smn' => 'sami de Inari', 'ss' => 'siswati', - 'st' => 'sesoto', + 'str' => 'straits salish', 'syr' => 'siriaco', + 'tce' => 'tutchone del sur', 'tet' => 'tetún', - 'tn' => 'setchwana', + 'ttm' => 'tutchone del norte', 'tyv' => 'tuviniano', - 'tzm' => 'tamazight del Marruecos Central', - 'xal' => 'kalmyk', + 'wal' => 'wolayta', ], 'LocalizedNames' => [ - 'ar_001' => 'árabe estándar moderno', - 'nl_BE' => 'flamenco', 'sw_CD' => 'swahili del Congo', - 'zh_Hans' => 'chino simplificado', - 'zh_Hant' => 'chino tradicional', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/et.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/et.php index 1fe3d9d..ae6eab5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/et.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/et.php @@ -23,6 +23,7 @@ return [ 'am' => 'amhara', 'an' => 'aragoni', 'ang' => 'vanainglise', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'araabia', 'arc' => 'aramea', @@ -30,6 +31,7 @@ return [ 'aro' => 'araona', 'arp' => 'arapaho', 'arq' => 'Alžeeria araabia', + 'ars' => 'Najdi araabia', 'arw' => 'aravaki', 'ary' => 'Maroko araabia', 'arz' => 'Egiptuse araabia', @@ -37,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'Ameerika viipekeel', 'ast' => 'astuuria', + 'atj' => 'atikameki', 'av' => 'avaari', 'awa' => 'avadhi', 'ay' => 'aimara', @@ -101,14 +104,22 @@ return [ 'chr' => 'tšerokii', 'chy' => 'šaieeni', 'ckb' => 'sorani', + 'clc' => 'tšilkotini', 'co' => 'korsika', 'cop' => 'kopti', 'cps' => 'kapisnoni', 'cr' => 'krii', + 'crg' => 'michifi', 'crh' => 'krimmitatari', + 'crj' => 'lõuna-idakrii', + 'crk' => 'tasandikukrii', + 'crl' => 'põhja-idakrii', + 'crm' => 'põdrakrii', + 'crr' => 'Carolina algonkini', 'crs' => 'seišelli', 'cs' => 'tšehhi', 'csb' => 'kašuubi', + 'csw' => 'sookrii', 'cu' => 'kirikuslaavi', 'cv' => 'tšuvaši', 'cy' => 'kõmri', @@ -169,6 +180,7 @@ return [ 'fur' => 'friuuli', 'fy' => 'läänefriisi', 'ga' => 'iiri', + 'gaa' => 'gaa', 'gag' => 'gagauusi', 'gan' => 'kani', 'gay' => 'gajo', @@ -197,6 +209,7 @@ return [ 'hai' => 'haida', 'hak' => 'hakka', 'haw' => 'havai', + 'hax' => 'lõunahaida', 'he' => 'heebrea', 'hi' => 'hindi', 'hif' => 'Fidži hindi', @@ -210,6 +223,7 @@ return [ 'ht' => 'haiti', 'hu' => 'ungari', 'hup' => 'hupa', + 'hur' => 'halkomelemi', 'hy' => 'armeenia', 'hz' => 'herero', 'ia' => 'interlingua', @@ -220,6 +234,7 @@ return [ 'ig' => 'ibo', 'ii' => 'nuosu', 'ik' => 'injupiaki', + 'ikt' => 'Lääne-Kanada inuktituti', 'ilo' => 'iloko', 'inh' => 'inguši', 'io' => 'ido', @@ -285,6 +300,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'korni', + 'kwk' => 'kvakvala', 'ky' => 'kirgiisi', 'la' => 'ladina', 'lad' => 'ladiino', @@ -296,6 +312,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburgi', 'lij' => 'liguuri', + 'lil' => 'lillueti', 'liv' => 'liivi', 'lkt' => 'lakota', 'lmo' => 'lombardi', @@ -305,6 +322,7 @@ return [ 'lou' => 'Louisiana kreoolkeel', 'loz' => 'lozi', 'lrc' => 'põhjaluri', + 'lsm' => 'samia', 'lt' => 'leedu', 'ltg' => 'latgali', 'lu' => 'Katanga luba', @@ -343,6 +361,7 @@ return [ 'mn' => 'mongoli', 'mnc' => 'mandžu', 'mni' => 'manipuri', + 'moe' => 'innu', 'moh' => 'mohoogi', 'mos' => 'more', 'mr' => 'marathi', @@ -392,6 +411,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'oksitaani', 'oj' => 'odžibvei', + 'ojb' => 'loodeodžibvei', + 'ojc' => 'keskodžibvei', + 'ojs' => 'Severni odžibvei', + 'ojw' => 'lääneodžibvei', + 'oka' => 'okanagani', 'om' => 'oromo', 'or' => 'oria', 'os' => 'osseedi', @@ -411,10 +435,12 @@ return [ 'pfl' => 'Pfalzi', 'phn' => 'foiniikia', 'pi' => 'paali', + 'pis' => 'pijini', 'pl' => 'poola', 'pms' => 'piemonte', 'pnt' => 'pontose', 'pon' => 'poonpei', + 'pqm' => 'passamakodi', 'prg' => 'preisi', 'pro' => 'vanaprovansi', 'ps' => 'puštu', @@ -471,6 +497,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovaki', 'sl' => 'sloveeni', + 'slh' => 'Lõuna-Puget-Soundi sališi', 'sli' => 'alamsileesia', 'sly' => 'selajari', 'sm' => 'samoa', @@ -490,6 +517,7 @@ return [ 'ssy' => 'saho', 'st' => 'lõunasotho', 'stq' => 'saterfriisi', + 'str' => 'väinasališi', 'su' => 'sunda', 'suk' => 'sukuma', 'sus' => 'susu', @@ -501,6 +529,7 @@ return [ 'syr' => 'süüria', 'szl' => 'sileesia', 'ta' => 'tamili', + 'tce' => 'lõunatutšoni', 'tcy' => 'tulu', 'te' => 'telugu', 'tem' => 'temne', @@ -508,7 +537,9 @@ return [ 'ter' => 'tereno', 'tet' => 'tetumi', 'tg' => 'tadžiki', + 'tgx' => 'tagishi', 'th' => 'tai', + 'tht' => 'tahltani', 'ti' => 'tigrinja', 'tig' => 'tigree', 'tiv' => 'tivi', @@ -523,6 +554,7 @@ return [ 'tn' => 'tsvana', 'to' => 'tonga', 'tog' => 'tšitonga', + 'tok' => 'toki pona', 'tpi' => 'uusmelaneesia', 'tr' => 'türgi', 'tru' => 'turojo', @@ -531,6 +563,7 @@ return [ 'tsd' => 'tsakoonia', 'tsi' => 'tsimši', 'tt' => 'tatari', + 'ttm' => 'põhjatutšoni', 'ttt' => 'lõunataadi', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/eu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/eu.php index d795282..804dc74 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/eu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/eu.php @@ -8,7 +8,7 @@ return [ 'ach' => 'acholiera', 'ada' => 'adangmera', 'ady' => 'adigera', - 'af' => 'afrikaans', + 'af' => 'afrikaansa', 'agq' => 'aghemera', 'ain' => 'ainuera', 'ak' => 'akanera', @@ -16,13 +16,16 @@ return [ 'alt' => 'hegoaldeko altaiera', 'am' => 'amharera', 'an' => 'aragoiera', + 'ann' => 'oboloera', 'anp' => 'angikera', 'ar' => 'arabiera', - 'arn' => 'maputxe', - 'arp' => 'arapaho', + 'arn' => 'mapudunguna', + 'arp' => 'arapahoera', + 'ars' => 'Najdeko arabiera', 'as' => 'assamera', - 'asa' => 'asu', + 'asa' => 'asua', 'ast' => 'asturiera', + 'atj' => 'atikamekwera', 'av' => 'avarera', 'awa' => 'awadhiera', 'ay' => 'aimara', @@ -45,86 +48,100 @@ return [ 'brx' => 'bodoera', 'bs' => 'bosniera', 'bug' => 'buginera', - 'byn' => 'bilena', - 'ca' => 'katalan', + 'byn' => 'bilenera', + 'ca' => 'katalana', + 'cay' => 'cayugera', 'ccp' => 'chakmera', 'ce' => 'txetxenera', 'ceb' => 'cebuanoera', 'cgg' => 'chiga', - 'ch' => 'chamorrera', + 'ch' => 'txamorroera', 'chk' => 'chuukera', 'chm' => 'mariera', - 'cho' => 'choctaw', + 'cho' => 'txoktawera', + 'chp' => 'chipewyera', 'chr' => 'txerokiera', - 'chy' => 'cheyennera', + 'chy' => 'txeienera', 'ckb' => 'erdialdeko kurduera', + 'clc' => 'chilcotinera', 'co' => 'korsikera', + 'crg' => 'metisera', + 'crj' => 'hego-ekialdeko creera', + 'crk' => 'lautadetako creera', + 'crl' => 'ipar-ekialdeko creera', + 'crm' => 'Mooseko creera', + 'crr' => 'Carolinako algonkinera', 'crs' => 'Seychelleetako kreolera', 'cs' => 'txekiera', + 'csw' => 'zingiretako creera', 'cu' => 'elizako eslaviera', 'cv' => 'txuvaxera', - 'cy' => 'gales', + 'cy' => 'galesa', 'da' => 'daniera', 'dak' => 'dakotera', - 'dar' => 'dargvera', + 'dar' => 'darginera', 'dav' => 'taitera', - 'de' => 'aleman', + 'de' => 'alemana', 'dgr' => 'dogribera', 'dje' => 'zarma', 'doi' => 'dogria', 'dsb' => 'behe-sorabiera', 'dua' => 'dualera', - 'dv' => 'divehiera', + 'dv' => 'dhivehia', 'dyo' => 'fonyi jolera', 'dz' => 'dzongkha', - 'dzg' => 'dazaga', + 'dzg' => 'dazaera', 'ebu' => 'embuera', 'ee' => 'eweera', 'efi' => 'efikera', - 'eka' => 'akajuka', + 'eka' => 'ekajuka', 'el' => 'greziera', - 'en' => 'ingeles', - 'eo' => 'esperanto', + 'en' => 'ingelesa', + 'eo' => 'esperantoa', 'es' => 'espainiera', 'et' => 'estoniera', 'eu' => 'euskara', - 'ewo' => 'ewondera', + 'ewo' => 'ewondoa', 'fa' => 'persiera', 'ff' => 'fula', 'fi' => 'finlandiera', 'fil' => 'filipinera', 'fj' => 'fijiera', 'fo' => 'faroera', - 'fon' => 'fona', - 'fr' => 'frantses', + 'fon' => 'fonera', + 'fr' => 'frantsesa', 'frc' => 'cajun frantsesa', - 'fur' => 'fruilera', + 'frr' => 'iparraldeko frisiera', + 'fur' => 'friulera', 'fy' => 'frisiera', 'ga' => 'irlandera', - 'gaa' => 'ga', + 'gaa' => 'gaera', 'gag' => 'gagauzera', - 'gd' => 'Eskoziako gaeliko', - 'gez' => 'ge’ez', - 'gil' => 'gilbertera', + 'gd' => 'Eskoziako gaelikoa', + 'gez' => 'ge’eza', + 'gil' => 'kiribatiera', 'gl' => 'galiziera', 'gn' => 'guaraniera', - 'gor' => 'gorontaloa', - 'gsw' => 'Suitzako aleman', + 'gor' => 'gorontaloera', + 'gsw' => 'Suitzako alemana', 'gu' => 'gujaratera', 'guz' => 'gusiiera', 'gv' => 'manxera', - 'gwi' => 'gwichʼin', + 'gwi' => 'gwich’inera', 'ha' => 'hausa', + 'hai' => 'haidera', 'haw' => 'hawaiiera', + 'hax' => 'hegoaldeko haidera', 'he' => 'hebreera', - 'hi' => 'hindi', - 'hil' => 'hiligainon', - 'hmn' => 'hmong', + 'hi' => 'hindia', + 'hil' => 'hiligaynonera', + 'hmn' => 'hmonga', 'hr' => 'kroaziera', 'hsb' => 'goi-sorabiera', 'ht' => 'Haitiko kreolera', 'hu' => 'hungariera', 'hup' => 'hupera', + 'hur' => 'halkomelema', 'hy' => 'armeniera', 'hz' => 'hereroera', 'ia' => 'interlingua', @@ -134,35 +151,36 @@ return [ 'ie' => 'interlingue', 'ig' => 'igboera', 'ii' => 'Sichuango yiera', - 'ilo' => 'ilokanera', + 'ikt' => 'Kanada mendebaldeko inuitera', + 'ilo' => 'ilocanoera', 'inh' => 'ingushera', - 'io' => 'ido', + 'io' => 'idoa', 'is' => 'islandiera', 'it' => 'italiera', - 'iu' => 'inuktitut', + 'iu' => 'inuitera', 'ja' => 'japoniera', - 'jbo' => 'lojbanera', + 'jbo' => 'lojbana', 'jgo' => 'ngomba', - 'jmc' => 'machame', + 'jmc' => 'machamea', 'jv' => 'javera', 'ka' => 'georgiera', - 'kab' => 'kabilera', - 'kac' => 'jingpoera', - 'kaj' => 'kaiji', + 'kab' => 'kabiliera', + 'kac' => 'jingphoera', + 'kaj' => 'jjua', 'kam' => 'kambera', 'kbd' => 'kabardiera', - 'kcg' => 'kataba', + 'kcg' => 'tyapa', 'kde' => 'makondeera', 'kea' => 'Cabo Verdeko kreolera', 'kfo' => 'koroa', 'kg' => 'kikongoa', - 'kgp' => 'kaingang', - 'kha' => 'kashia', - 'khq' => 'koyra chiini', + 'kgp' => 'kaingangera', + 'kha' => 'khasiera', + 'khq' => 'koyra chiinia', 'ki' => 'kikuyuera', 'kj' => 'kuanyama', 'kk' => 'kazakhera', - 'kkj' => 'kako', + 'kkj' => 'kakoa', 'kl' => 'groenlandiera', 'kln' => 'kalenjinera', 'km' => 'khemerera', @@ -171,7 +189,7 @@ return [ 'ko' => 'koreera', 'koi' => 'komi-permyakera', 'kok' => 'konkanera', - 'kpe' => 'kpellea', + 'kpe' => 'kpelleera', 'kr' => 'kanuriera', 'krc' => 'karachayera-balkarera', 'krl' => 'kareliera', @@ -184,39 +202,42 @@ return [ 'kum' => 'kumykera', 'kv' => 'komiera', 'kw' => 'kornubiera', + 'kwk' => 'kwakwala', 'ky' => 'kirgizera', - 'la' => 'latin', - 'lad' => 'ladino', + 'la' => 'latina', + 'lad' => 'ladinoa', 'lag' => 'langiera', 'lb' => 'luxenburgera', - 'lez' => 'lezgiera', + 'lez' => 'lezginera', 'lg' => 'luganda', 'li' => 'limburgera', 'lij' => 'liguriera', + 'lil' => 'lillooetera', 'lkt' => 'lakotera', 'ln' => 'lingala', 'lo' => 'laosera', 'lou' => 'Louisianako kreolera', 'loz' => 'loziera', 'lrc' => 'iparraldeko lurera', + 'lsm' => 'saamia', 'lt' => 'lituaniera', 'lu' => 'Katangako lubera', - 'lua' => 'txilubera', + 'lua' => 'Kasai mendebaldeko lubera', 'lun' => 'lundera', 'luo' => 'luoera', - 'lus' => 'mizoa', + 'lus' => 'mizoera', 'luy' => 'luhyera', 'lv' => 'letoniera', 'mad' => 'madurera', - 'mag' => 'magahiera', - 'mai' => 'maithilera', - 'mak' => 'makasarera', + 'mag' => 'magadhera', + 'mai' => 'maithilia', + 'mak' => 'makassarera', 'mas' => 'masaiera', 'mdf' => 'mokxera', 'men' => 'mendeera', 'mer' => 'meruera', 'mfe' => 'Mauritaniako kreolera', - 'mg' => 'malgaxe', + 'mg' => 'malgaxea', 'mgh' => 'makhuwa-meettoera', 'mgo' => 'metaʼera', 'mh' => 'marshallera', @@ -227,14 +248,15 @@ return [ 'ml' => 'malabarera', 'mn' => 'mongoliera', 'mni' => 'manipurera', + 'moe' => 'innuera', 'moh' => 'mohawkera', - 'mos' => 'moreera', + 'mos' => 'mossiera', 'mr' => 'marathera', 'ms' => 'malaysiera', 'mt' => 'maltera', 'mua' => 'mudangera', - 'mus' => 'creera', - 'mwl' => 'mirandera', + 'mus' => 'muscogeera', + 'mwl' => 'mirandesa', 'my' => 'birmaniera', 'myv' => 'erziera', 'mzn' => 'mazandarandera', @@ -243,10 +265,10 @@ return [ 'naq' => 'namera', 'nb' => 'bokmål (norvegiera)', 'nd' => 'iparraldeko ndebeleera', - 'nds' => 'behe-aleman', + 'nds' => 'behe-alemana', 'ne' => 'nepalera', 'new' => 'newarera', - 'ng' => 'ndongera', + 'ng' => 'ndonga', 'nia' => 'niasera', 'niu' => 'niueera', 'nl' => 'nederlandera', @@ -261,35 +283,42 @@ return [ 'nus' => 'nuerera', 'nv' => 'navajoera', 'ny' => 'chewera', - 'nyn' => 'ankolera', + 'nyn' => 'nkoreera', 'oc' => 'okzitaniera', + 'ojb' => 'ipar-mendebaldeko ojibwa', + 'ojc' => 'erdialdeko ojibwa', + 'ojs' => 'oji-creera', + 'ojw' => 'mendebaldeko ojibwa', + 'oka' => 'okanaganera', 'om' => 'oromoera', 'or' => 'oriya', 'os' => 'osetiera', 'pa' => 'punjabera', 'pag' => 'pangasinanera', 'pam' => 'pampangera', - 'pap' => 'papiamento', + 'pap' => 'papiamentoa', 'pau' => 'palauera', 'pcm' => 'Nigeriako pidgina', + 'pis' => 'pijina', 'pl' => 'poloniera', + 'pqm' => 'maliseet-passamaquoddyera', 'prg' => 'prusiera', - 'ps' => 'paxtuera', - 'pt' => 'portuges', + 'ps' => 'paxtunera', + 'pt' => 'portugesa', 'qu' => 'kitxua', 'quc' => 'quicheera', - 'rap' => 'rapa nui', + 'rap' => 'rapanuia', 'rar' => 'rarotongera', 'rhg' => 'rohingyera', 'rm' => 'erretorromaniera', 'rn' => 'rundiera', 'ro' => 'errumaniera', - 'rof' => 'rombo', + 'rof' => 'romboa', 'ru' => 'errusiera', 'rup' => 'aromaniera', 'rw' => 'kinyaruanda', 'rwk' => 'rwera', - 'sa' => 'sanskrito', + 'sa' => 'sanskritoa', 'sad' => 'sandaweera', 'sah' => 'sakhera', 'saq' => 'samburuera', @@ -299,17 +328,18 @@ return [ 'sc' => 'sardiniera', 'scn' => 'siziliera', 'sco' => 'eskoziera', - 'sd' => 'sindhi', + 'sd' => 'sindhia', 'se' => 'iparraldeko samiera', 'seh' => 'senera', - 'ses' => 'koyraboro senni', - 'sg' => 'sango', + 'ses' => 'koyraboro sennia', + 'sg' => 'sangoa', 'sh' => 'serbokroaziera', - 'shi' => 'tachelhit', + 'shi' => 'tachelhita', 'shn' => 'shanera', 'si' => 'sinhala', 'sk' => 'eslovakiera', 'sl' => 'esloveniera', + 'slh' => 'lushootseeda', 'sm' => 'samoera', 'sma' => 'hegoaldeko samiera', 'smj' => 'Luleko samiera', @@ -324,6 +354,7 @@ return [ 'ss' => 'swatiera', 'ssy' => 'sahoa', 'st' => 'hegoaldeko sothoera', + 'str' => 'itsasarteetako salishera', 'su' => 'sundanera', 'suk' => 'sukumera', 'sv' => 'suediera', @@ -331,54 +362,63 @@ return [ 'swb' => 'komoreera', 'syr' => 'asiriera', 'ta' => 'tamilera', - 'te' => 'telugu', + 'tce' => 'hegoaldeko tutchoneera', + 'te' => 'telugua', 'tem' => 'temnea', 'teo' => 'tesoera', - 'tet' => 'tetum', + 'tet' => 'tetuma', 'tg' => 'tajikera', + 'tgx' => 'tagishera', 'th' => 'thailandiera', + 'tht' => 'tahltanera', 'ti' => 'tigrinyera', 'tig' => 'tigrea', 'tk' => 'turkmenera', 'tl' => 'tagaloa', 'tlh' => 'klingonera', + 'tli' => 'tlingitera', 'tn' => 'tswanera', 'to' => 'tongera', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turkiera', 'trv' => 'tarokoa', 'ts' => 'tsongera', 'tt' => 'tatarera', + 'ttm' => 'iparraldeko tutchoneera', 'tum' => 'tumbukera', 'tvl' => 'tuvaluera', 'tw' => 'twia', - 'twq' => 'tasawaq', + 'twq' => 'tasawaqa', 'ty' => 'tahitiera', 'tyv' => 'tuvera', 'tzm' => 'Erdialdeko Atlaseko amazigera', 'udm' => 'udmurtera', 'ug' => 'uigurrera', 'uk' => 'ukrainera', - 'umb' => 'umbundu', - 'ur' => 'urdu', + 'umb' => 'umbundua', + 'ur' => 'urdua', 'uz' => 'uzbekera', 'vai' => 'vaiera', 've' => 'vendera', + 'vec' => 'veneziera', 'vi' => 'vietnamera', 'vo' => 'volapük', - 'vun' => 'vunjo', + 'vun' => 'vunjoa', 'wa' => 'waloiera', 'wae' => 'walserera', 'wal' => 'welayta', 'war' => 'samerera', 'wo' => 'wolofera', + 'wuu' => 'wu txinera', 'xal' => 'kalmykera', 'xh' => 'xhosera', 'xog' => 'sogera', 'yav' => 'yangbenera', 'ybb' => 'yemba', - 'yi' => 'yiddish', + 'yi' => 'yiddisha', 'yo' => 'jorubera', + 'yrl' => 'nheengatua', 'yue' => 'kantonera', 'zgh' => 'amazigera estandarra', 'zh' => 'txinera', @@ -388,25 +428,25 @@ return [ ], 'LocalizedNames' => [ 'ar_001' => 'arabiera moderno estandarra', - 'de_AT' => 'Austriako aleman', - 'de_CH' => 'Suitzako aleman garai', - 'en_AU' => 'Australiako ingeles', - 'en_CA' => 'Kanadako ingeles', - 'en_GB' => 'Britania Handiko ingeles', - 'en_US' => 'AEBko ingeles', + 'de_AT' => 'Austriako alemana', + 'de_CH' => 'Suitzako aleman garaia', + 'en_AU' => 'Australiako ingelesa', + 'en_CA' => 'Kanadako ingelesa', + 'en_GB' => 'Britainia Handiko ingelesa', + 'en_US' => 'ingeles amerikarra', 'es_419' => 'Latinoamerikako espainiera', 'es_ES' => 'espainiera (Europa)', 'es_MX' => 'Mexikoko espainiera', 'fa_AF' => 'daria', - 'fr_CA' => 'Kanadako frantses', - 'fr_CH' => 'Suitzako frantses', + 'fr_CA' => 'Kanadako frantsesa', + 'fr_CH' => 'Suitzako frantsesa', 'nds_NL' => 'behe-saxoiera', 'nl_BE' => 'flandriera', - 'pt_BR' => 'Brasilgo portuges', - 'pt_PT' => 'Europako portuges', + 'pt_BR' => 'Brasilgo portugesa', + 'pt_PT' => 'Europako portugesa', 'ro_MD' => 'moldaviera', 'sw_CD' => 'Kongoko swahilia', - 'zh_Hans' => 'txinera sinplifikatu', + 'zh_Hans' => 'txinera sinplifikatua', 'zh_Hant' => 'txinera tradizionala', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fa.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fa.php index 8ab59cf..4333f92 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fa.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fa.php @@ -22,18 +22,21 @@ return [ 'am' => 'امهری', 'an' => 'آراگونی', 'ang' => 'انگلیسی باستان', + 'ann' => 'اوبولو', 'anp' => 'آنگیکا', 'ar' => 'عربی', 'arc' => 'آرامی', 'arn' => 'ماپوچه‌ای', 'arp' => 'آراپاهویی', 'arq' => 'عربی الجزایری', + 'ars' => 'عربی نجدی', 'arw' => 'آراواکی', 'ary' => 'عربی مراکشی', 'arz' => 'عربی مصری', 'as' => 'آسامی', 'asa' => 'آسو', 'ast' => 'آستوری', + 'atj' => 'آتیکامکو', 'av' => 'آواری', 'awa' => 'اودهی', 'ay' => 'آیمارایی', @@ -65,11 +68,12 @@ return [ 'brx' => 'بودویی', 'bs' => 'بوسنیایی', 'bua' => 'بوریاتی', - 'bug' => 'بوگیایی', + 'bug' => 'بوگینس', 'byn' => 'بلین', 'ca' => 'کاتالان', 'cad' => 'کادویی', 'car' => 'کاریبی', + 'cay' => 'کایوگا', 'ccp' => 'چاکما', 'ce' => 'چچنی', 'ceb' => 'سبویی', @@ -84,19 +88,27 @@ return [ 'chr' => 'چروکی', 'chy' => 'شایانی', 'ckb' => 'کردی مرکزی', + 'clc' => 'چیلکوتن', 'co' => 'کورسی', 'cop' => 'قبطی', 'cr' => 'کریایی', + 'crg' => 'میچیف', 'crh' => 'ترکی کریمه', + 'crj' => 'کری جنوب شرقی', + 'crk' => 'کری صحرایی', + 'crl' => 'کری شمال شرقی', + 'crm' => 'موس کری', + 'crr' => 'آلگانکوین کارولینا', 'crs' => 'سیشل آمیختهٔ فرانسوی', 'cs' => 'چکی', 'csb' => 'کاشوبی', + 'csw' => 'کری سوامپی', 'cu' => 'اسلاوی کلیسایی', 'cv' => 'چوواشی', 'cy' => 'ولزی', 'da' => 'دانمارکی', 'dak' => 'داکوتایی', - 'dar' => 'دارقینی', + 'dar' => 'دارگوا', 'dav' => 'تایتا', 'de' => 'آلمانی', 'del' => 'دلاواری', @@ -111,7 +123,7 @@ return [ 'dyo' => 'دیولا فونی', 'dyu' => 'دایولایی', 'dz' => 'دزونگخا', - 'dzg' => 'دازاگایی', + 'dzg' => 'دازاگا', 'ebu' => 'امبو', 'ee' => 'اوه‌ای', 'efi' => 'افیکی', @@ -136,7 +148,7 @@ return [ 'fo' => 'فارویی', 'fon' => 'فونی', 'fr' => 'فرانسوی', - 'frc' => 'فرانسوی کادین', + 'frc' => 'فرانسوی کاجون', 'frm' => 'فرانسوی میانه', 'fro' => 'فرانسوی باستان', 'frr' => 'فریزی شمالی', @@ -170,6 +182,7 @@ return [ 'ha' => 'هوسایی', 'hai' => 'هایدایی', 'haw' => 'هاوایی', + 'hax' => 'هایدا جنوبی', 'he' => 'عبری', 'hi' => 'هندی', 'hif' => 'هندی فیجیایی', @@ -182,6 +195,7 @@ return [ 'ht' => 'هائیتیایی', 'hu' => 'مجاری', 'hup' => 'هوپا', + 'hur' => 'هالکوملم', 'hy' => 'ارمنی', 'hz' => 'هریرویی', 'ia' => 'اینترلینگوا', @@ -192,6 +206,7 @@ return [ 'ig' => 'ایگبویی', 'ii' => 'یی سیچوان', 'ik' => 'اینوپیک', + 'ikt' => 'اینوکتیتوت غرب کانادا', 'ilo' => 'ایلوکویی', 'inh' => 'اینگوشی', 'io' => 'ایدو', @@ -218,6 +233,7 @@ return [ 'kea' => 'کابووردیانو', 'kfo' => 'کورو', 'kg' => 'کنگویی', + 'kgp' => 'کاین گنگ', 'kha' => 'خاسیایی', 'kho' => 'ختنی', 'khq' => 'کوجراچینی', @@ -249,6 +265,7 @@ return [ 'kut' => 'کوتنی', 'kv' => 'کومیایی', 'kw' => 'کورنی', + 'kwk' => 'کواک والا', 'ky' => 'قرقیزی', 'la' => 'لاتین', 'lad' => 'لادینو', @@ -259,20 +276,22 @@ return [ 'lez' => 'لزگی', 'lg' => 'گاندایی', 'li' => 'لیمبورگی', + 'lil' => 'لیلوئت', 'lkt' => 'لاکوتا', 'ln' => 'لینگالا', 'lo' => 'لائوسی', 'lol' => 'مونگویی', - 'lou' => 'زبان آمیختهٔ مادری لوئیزیانا', + 'lou' => 'کرئول لوئیزیانا', 'loz' => 'لوزیایی', 'lrc' => 'لری شمالی', + 'lsm' => 'سامیا', 'lt' => 'لیتوانیایی', 'lu' => 'لوبایی‐کاتانگا', 'lua' => 'لوبایی‐لولوا', 'lui' => 'لویسنو', 'lun' => 'لوندایی', 'luo' => 'لوئویی', - 'lus' => 'لوشه‌ای', + 'lus' => 'میزو', 'luy' => 'لویا', 'lv' => 'لتونیایی', 'lzh' => 'چینی ادبی', @@ -300,6 +319,7 @@ return [ 'mn' => 'مغولی', 'mnc' => 'مانچویی', 'mni' => 'مانیپوری', + 'moe' => 'اینوآیموم', 'moh' => 'موهاکی', 'mos' => 'ماسیایی', 'mr' => 'مراتی', @@ -343,6 +363,11 @@ return [ 'nzi' => 'نزیمایی', 'oc' => 'اکسیتان', 'oj' => 'اوجیبوایی', + 'ojb' => 'اوجیبوای شمالی', + 'ojc' => 'اوجیبوای مرکزی', + 'ojs' => 'اوجی-کری', + 'ojw' => 'اوجیبوای غربی', + 'oka' => 'اوکاناگان', 'om' => 'اورومویی', 'or' => 'اوریه‌ای', 'os' => 'آسی', @@ -359,8 +384,10 @@ return [ 'peo' => 'فارسی باستان', 'phn' => 'فنیقی', 'pi' => 'پالی', + 'pis' => 'پی‌جین', 'pl' => 'لهستانی', 'pon' => 'پانپیی', + 'pqm' => 'ملیسیت - پاسماکودی', 'prg' => 'پروسی', 'pro' => 'پرووانسی باستان', 'ps' => 'پشتو', @@ -408,6 +435,7 @@ return [ 'sid' => 'سیدامویی', 'sk' => 'اسلواکی', 'sl' => 'اسلوونیایی', + 'slh' => 'لاشوتسید جنوبی', 'sli' => 'سیلزیایی سفلی', 'sm' => 'ساموآیی', 'sma' => 'سامی جنوبی', @@ -420,11 +448,12 @@ return [ 'sog' => 'سغدی', 'sq' => 'آلبانیایی', 'sr' => 'صربی', - 'srn' => 'تاکی‌تاکی', + 'srn' => 'زبان اسرانان', 'srr' => 'سریری', 'ss' => 'سوازیایی', 'ssy' => 'ساهو', 'st' => 'سوتوی جنوبی', + 'str' => 'سالیش استریتز', 'su' => 'سوندایی', 'suk' => 'سوکومایی', 'sus' => 'سوسویی', @@ -436,13 +465,16 @@ return [ 'syr' => 'سریانی', 'szl' => 'سیلزیایی', 'ta' => 'تامیلی', + 'tce' => 'توچون جنوبی', 'te' => 'تلوگویی', 'tem' => 'تمنه‌ای', 'teo' => 'تسویی', 'ter' => 'ترنو', 'tet' => 'تتومی', 'tg' => 'تاجیکی', + 'tgx' => 'تاگیش', 'th' => 'تایلندی', + 'tht' => 'تالتان', 'ti' => 'تیگرینیایی', 'tig' => 'تیگره‌ای', 'tiv' => 'تیوی', @@ -454,12 +486,14 @@ return [ 'tn' => 'تسوانایی', 'to' => 'تونگایی', 'tog' => 'تونگایی نیاسا', + 'tok' => 'توکی پونا', 'tpi' => 'توک‌پیسینی', 'tr' => 'ترکی استانبولی', 'trv' => 'تاروکویی', 'ts' => 'تسونگایی', 'tsi' => 'تسیم‌شیانی', 'tt' => 'تاتاری', + 'ttm' => 'تاچونی شمالی', 'tum' => 'تومبوکایی', 'tvl' => 'تووالویی', 'tw' => 'توی‌یایی', @@ -487,6 +521,7 @@ return [ 'was' => 'واشویی', 'wbp' => 'وارلپیری', 'wo' => 'ولوفی', + 'wuu' => 'وو چینی', 'xal' => 'قلموقی', 'xh' => 'خوسایی', 'xog' => 'سوگایی', @@ -496,6 +531,7 @@ return [ 'ybb' => 'یمبایی', 'yi' => 'یدی', 'yo' => 'یوروبایی', + 'yrl' => 'نهین گاتو', 'yue' => 'کانتونی', 'za' => 'چوانگی', 'zap' => 'زاپوتکی', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ff_Adlm.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ff_Adlm.php index b88c50a..fa525f0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ff_Adlm.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ff_Adlm.php @@ -3,16 +3,28 @@ return [ 'Names' => [ 'aa' => '𞤀𞤬𞤢𞥄𞤪𞤫', + 'ab' => '𞤀𞤦𞤳𞤢𞥄𞤧𞤭𞤴𞤢𞤲𞤪𞤫', + 'ace' => '𞤀𞥄𞤧𞤭𞤴𞤢𞤲𞤪𞤫', + 'ada' => '𞤀𞤣𞤢𞤲𞤺𞤥𞤫𞥅𞤪𞤫', + 'ady' => '𞤀𞤣𞤭𞤿𞤭𞥅𞤪𞤫', 'af' => '𞤀𞤬𞤪𞤭𞤳𞤢𞤲𞤪𞤫', + 'agq' => '𞤀𞤺𞤸𞤫𞤥𞤪𞤫', + 'ain' => '𞤀𞤴𞤲𞤵𞥅𞤪𞤫', 'ak' => '𞤀𞤳𞤢𞤲𞤪𞤫', + 'ale' => '𞤀𞤤𞤫𞤵𞤼𞤵𞥅𞤪𞤫', + 'alt' => '𞤀𞤤𞤼𞤢𞤴𞤪𞤫 𞤙𞤢𞥄𞤥𞤲𞤢𞥄𞤲𞤺𞤫𞤲𞤳𞤮𞥅𞤪𞤫', 'am' => '𞤀𞤥𞤸𞤢𞤪𞤭𞥅𞤪𞤫', 'an' => '𞤀𞤪𞤢𞤺𞤮𞤲𞤪𞤫', + 'ann' => '𞤌𞤦𞤮𞤤𞤮𞥅𞤪𞤫', 'anp' => '𞤀𞤲𞤺𞤭𞤳𞤢𞥄𞤪𞤫', 'ar' => '𞤀𞥄𞤪𞤢𞤦𞤫𞥅𞤪𞤫', + 'arn' => '𞤃𞤢𞤨𞤵𞤷𞤭𞥅𞤪𞤫', 'arp' => '𞤀𞤪𞤢𞤨𞤢𞤸𞤮𞥅𞤪𞤫', + 'ars' => '𞤀𞥄𞤪𞤢𞤦𞤫𞥅𞤪𞤫 𞤐𞤢𞤶𞤣𞤭', 'as' => '𞤀𞤧𞤢𞤥𞤫𞥅𞤪𞤫', 'asa' => '𞤀𞤧𞤵𞥅𞤪𞤫', 'ast' => '𞤀𞤧𞤼𞤵𞤪𞤭𞥅𞤪𞤫', + 'atj' => '𞤀𞤼𞤭𞤥𞤫𞤳𞤵𞤱𞤪𞤫', 'av' => '𞤀𞤬𞤱𞤢𞤪𞤭𞥅𞤪𞤫', 'awa' => '𞤀𞤱𞤢𞤣𞤭𞥅𞤪𞤫', 'ay' => '𞤀𞤴𞤥𞤢𞤪𞤢𞥄𞤪𞤫', @@ -27,62 +39,188 @@ return [ 'bho' => '𞤄𞤮𞤧𞤨𞤵𞤪𞤭𞥅𞤪𞤫', 'bi' => '𞤄𞤭𞤧𞤤𞤢𞤥𞤢𞥄𞤪𞤫', 'bin' => '𞤄𞤭𞤲𞤭𞥅𞤪𞤫', + 'bla' => '𞤅𞤭𞤳𞤧𞤭𞤳𞤢𞥄𞤪𞤫', 'bm' => '𞤄𞤢𞤥𞤦𞤢𞤪𞤢𞥄𞤪𞤫', 'bn' => '𞤄𞤫𞤲𞤺𞤢𞤤𞤭𞥅𞤪𞤫', + 'bo' => '𞤚𞤭𞤦𞤫𞤼𞤫𞤲𞤪𞤫', 'br' => '𞤄𞤫𞤪𞤫𞤼𞤮𞤲𞤪𞤫', 'brx' => '𞤄𞤮𞤣𞤮𞥅𞤪𞤫', 'bs' => '𞤄𞤮𞤧𞤲𞤭𞤴𞤢𞥄𞤪𞤫', 'bug' => '𞤄𞤵𞤺𞤭𞤧𞤢𞥄𞤪𞤫', 'byn' => '𞤄𞤭𞤤𞤭𞤲𞤪𞤫', 'ca' => '𞤑𞤢𞤼𞤢𞤤𞤢𞤲𞤪𞤫', + 'cay' => '𞤑𞤢𞤴𞤺𞤢𞥄𞤪𞤫', + 'ccp' => '𞤅𞤢𞤳𞤥𞤢𞥄𞤪𞤫', 'ce' => '𞤕𞤫𞤷𞤫𞤲𞤪𞤫', 'ceb' => '𞤅𞤫𞤦𞤱𞤢𞤲𞤮𞥅𞤪𞤫', 'cgg' => '𞤕𞤭𞤺𞤢𞥄𞤪𞤫', 'ch' => '𞤕𞤢𞤥𞤮𞤪𞤮𞥅𞤪𞤫', 'chk' => '𞤕𞤵𞥅𞤳𞤵𞥅𞤪𞤫', + 'chm' => '𞤃𞤢𞤪𞤭𞥅𞤪𞤫', 'cho' => '𞤕𞤢𞤸𞤼𞤢𞥄𞤪𞤫', + 'chp' => '𞤕𞤭𞤨𞤴𞤢𞤲𞤪𞤫', 'chr' => '𞤕𞤫𞥅𞤪𞤮𞤳𞤭𞥅𞤪𞤫', 'chy' => '𞤅𞤢𞥄𞤴𞤢𞤲𞤪𞤫', 'ckb' => '𞤑𞤵𞤪𞤣𞤵𞥅𞤪𞤫', + 'clc' => '𞤕𞤭𞤤𞤳𞤮𞤼𞤭𞤲𞤪𞤫', 'co' => '𞤑𞤮𞤪𞤧𞤭𞤳𞤢𞥄𞤪𞤫', + 'crg' => '𞤃𞤭𞤷𞤭𞤬𞤪𞤫', + 'crj' => '𞤑𞤪𞤭𞥅𞤪𞤫 𞤙𞤢𞥄𞤥𞤲𞤢𞥄𞤲𞤺𞤫𞤲𞤳𞤮', + 'crk' => '𞤆𞤤𞤫𞤭𞤲𞤧 𞤑𞤪𞤭𞥅𞤪𞤫', + 'crl' => 'Vote 𞤑𞤪𞤭𞥅𞤪𞤫 𞤐𞤢𞤲𞤬𞤵𞤯𞤲𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫', + 'crm' => '𞤃𞤮𞥅𞤧𞤫 𞤑𞤪𞤭𞥅𞤪𞤫', + 'crr' => '𞤀𞤤𞤺𞤮𞤲𞤳𞤭𞤲𞤪𞤫 𞤑𞤢𞥄𞤪𞤤𞤭𞤲𞤢', 'cs' => '𞤕𞤫𞤳𞤧𞤭𞤲𞤢𞥄𞤪𞤫', + 'csw' => '𞤑𞤪𞤭𞥅𞤪𞤫 𞤅𞤢𞤱𞤨𞤭𞥅', + 'cu' => '𞤅𞤭𞤤𞤾𞤭𞤳𞤪𞤫 𞤕𞤮𞥅𞤷𞤭', + 'cv' => '𞤕𞤵𞥅𞤾𞤢𞤧𞤪𞤫', 'cy' => '𞤘𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'da' => '𞤁𞤢𞥄𞤲𞤭𞤧𞤳𞤮𞥅𞤪𞤫', 'dak' => '𞤁𞤢𞤳𞤮𞤼𞤢𞥄𞤪𞤫', 'dar' => '𞤁𞤢𞤪𞤺𞤭𞤲𞤢𞥄𞤪𞤫', + 'dav' => '𞤚𞤢𞤭𞤼𞤢𞥄𞤪𞤫', 'de' => '𞤔𞤫𞤪𞤥𞤢𞤲𞤭𞤲𞤳𞤮𞥅𞤪𞤫', + 'dgr' => '𞤁𞤮𞤺𞤪𞤭𞤦𞤪𞤫', 'dje' => '𞤔𞤢𞤪𞤥𞤢𞥄𞤪𞤫', + 'doi' => '𞤁𞤮𞤺𞤪𞤭𞥅𞤪𞤫', + 'dsb' => '𞤂𞤫𞤧 𞤅𞤮𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫', 'dua' => '𞤁𞤵𞤱𞤢𞤤𞤢𞥄𞤪𞤫', 'dv' => '𞤁𞤭𞥅𞤬𞤫𞤸𞤭𞥅𞤪𞤫', 'dyo' => '𞤔𞤮𞥅𞤤𞤢𞥄𞤪𞤫', 'dz' => '𞤄𞤵𞥅𞤼𞤢𞤲𞤪𞤫', 'dzg' => '𞤁𞤢𞤶𞤢𞤺𞤢𞥄𞤪𞤫', + 'ebu' => '𞤉𞤥𞤦𞤵𞥅𞤪𞤫', + 'ee' => '𞤉𞤱𞤫𞥅𞤪𞤫', + 'efi' => '𞤉𞤬𞤭𞤳𞤪𞤫', + 'eka' => '𞤉𞤳𞤢𞤶𞤵𞤳𞤪𞤫', + 'el' => '𞤘𞤭𞥅𞤪𞤧𞤢𞥄𞤪𞤫', 'en' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫', + 'eo' => '𞤉𞤧𞤨𞤫𞤪𞤢𞤲𞤼𞤮𞥅𞤪𞤫', 'es' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫', + 'et' => '𞤉𞤧𞤼𞤮𞤲𞤭𞤴𞤢𞤲𞤪𞤫', 'eu' => '𞤄𞤢𞤧𞤳𞤢𞤪𞤢𞥄𞤪𞤫', + 'ewo' => '𞤉𞤱𞤮𞤲𞤣𞤮𞥅𞤪𞤫', + 'fa' => '𞤊𞤢𞥄𞤪𞤧𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫', 'ff' => '𞤆𞤵𞤤𞤢𞤪', + 'fi' => '𞤊𞤫𞤲𞤭𞤧𞤪𞤫', + 'fil' => '𞤊𞤭𞤤𞤭𞤨𞤭𞤲𞤮𞥅𞤪𞤫', + 'fj' => '𞤊𞤭𞥅𞤶𞤭𞤴𞤢𞤲𞤪𞤫', + 'fo' => '𞤊𞤫𞤪𞤮𞤱𞤫𞤧𞤪𞤫', + 'fon' => '𞤊𞤮𞤲𞤪𞤫', 'fr' => '𞤊𞤢𞤪𞤢𞤲𞤧𞤭𞥅𞤪𞤫', + 'frc' => '𞤊𞤢𞤪𞤢𞤲𞤧𞤭𞥅𞤪𞤫 𞤑𞤢𞤣𞤭𞤴𞤫𞤲𞤪𞤫', + 'fur' => '𞤊𞤭𞤪𞥇𞤵𞤤𞤭𞤴𞤢𞤲𞤪𞤫', 'fy' => '𞤊𞤭𞤪𞤭𞥅𞤧𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 𞤖𞤭𞤪𞤲𞤢', 'ga' => '𞤋𞤪𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫', + 'gaa' => '𞤘𞤢𞥄𞤪𞤫', + 'gd' => '𞤅𞤭𞤳𞤮𞤼𞤭𞤧𞤪𞤫 𞤘𞤢𞤫𞤭𞤳', + 'gez' => '𞤘𞤫𞥅𞤶𞤪𞤫', + 'gil' => '𞤘𞤭𞤤𞤦𞤫𞤪𞤼𞤫𞥅𞤧𞤪𞤫', + 'gl' => '𞤘𞤢𞤤𞤭𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫', + 'gn' => '𞤘𞤵𞤢𞤪𞤢𞤲𞤭𞥅𞤪𞤫', + 'gor' => '𞤘𞤮𞤪𞤮𞤲𞤼𞤢𞤤𞤮𞥅𞤪𞤫', + 'gsw' => '𞤔𞤫𞤪𞤥𞤢𞤲𞤪𞤫 𞤅𞤵𞤱𞤭𞤧', + 'gu' => '𞤘𞤵𞤶𞤢𞤪𞤢𞤼𞤭𞥅𞤪𞤫', + 'guz' => '𞤘𞤵𞤧𞤭𞥅𞤪𞤫', + 'gv' => '𞤃𞤢𞤲𞤳𞤭𞤧𞤪𞤫', + 'gwi' => '𞤘𞤭𞤱𞤧𞤭𞤲𞤪𞤫', + 'ha' => '𞤖𞤢𞤱𞤧𞤢𞥄𞤪𞤫', + 'hai' => '𞤖𞤢𞤴𞤣𞤢𞥄𞤪𞤫', + 'haw' => '𞤖𞤢𞤱𞤢𞥄𞤭𞤴𞤫𞤲𞤪𞤫', + 'hax' => '𞤖𞤢𞤭𞤣𞤢𞥄𞤪𞤫 𞤙𞤢𞥄𞤥𞤲𞤢𞥄𞤲𞤺𞤫𞤲𞤳𞤮', + 'he' => '𞤖𞤭𞤦𞤵𞤪𞤵𞥅𞤪𞤫', 'hi' => '𞤖𞤭𞤲𞤣𞤭𞥅𞤪𞤫', + 'hil' => '𞤖𞤭𞤤𞤭𞤺𞤢𞤴𞤲𞤮𞤲𞤪𞤫', + 'hmn' => '𞤖𞤵𞤥𞤺𞤵𞤲𞤪𞤫', 'hr' => '𞤑𞤮𞤪𞤮𞤱𞤢𞤧𞤭𞥅𞤪𞤫', + 'hsb' => '𞤅𞤮𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 𞤁𞤮𞤱𞤪𞤭', + 'ht' => '𞤀𞤳𞤵𞥅𞤪𞤫 𞤖𞤢𞤴𞤼𞤭𞥅', + 'hu' => '𞤖𞤵𞤲𞤺𞤢𞤪𞤭𞤴𞤢𞤲𞤪𞤫', + 'hup' => '𞤖𞤵𞤨𞤢𞥄𞤪𞤫', + 'hur' => '𞤖𞤢𞤤𞤳𞤮𞤥𞤫𞤤𞤫𞤥𞤪𞤫', 'hy' => '𞤀𞤪𞤥𞤫𞤲𞤭𞥅𞤪𞤫', + 'hz' => '𞤖𞤫𞤪𞤫𞤪𞤮𞥅𞤪𞤫', 'ia' => '𞤉𞤲𞤼𞤫𞤪𞤤𞤭𞤺𞤢𞥄𞤪𞤫', + 'iba' => '𞤋𞤦𞤢𞤲𞤪𞤫', + 'ibb' => '𞤋𞤦𞤭𞥅𞤦𞤭𞤴𞤮𞥅𞤪𞤫', 'id' => '𞤋𞤲𞤣𞤮𞤲𞤭𞥅𞤧𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫', + 'ig' => '𞤋𞤦𞤮𞥅𞤪𞤫', + 'ii' => '𞤅𞤭𞤧𞤵𞤢𞤲𞤪𞤫 𞤒𞤭𞥅', + 'ikt' => '𞤋𞤲𞤵𞤳𞤼𞤵𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫 𞤑𞤢𞤲𞤢𞤣𞤢𞥄', 'ilo' => '𞤋𞤤𞤮𞤳𞤮𞥅𞤪𞤫', 'inh' => '𞤋𞤲𞤺𞤮𞤧𞤫𞥅𞤪𞤫', + 'io' => '𞤋𞤣𞤮𞥅𞤪𞤫', + 'is' => '𞤀𞤴𞤧𞤭𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫', 'it' => '𞤋𞤼𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'iu' => '𞤋𞤲𞤵𞤳𞤼𞤫𞥅𞤪𞤫', 'ja' => '𞤐𞤭𞤨𞤮𞤲𞤪𞤫', + 'jbo' => '𞤂𞤮𞤶𞤦𞤢𞤲𞤪𞤫', 'jgo' => '𞤐𞤺𞤮𞤥𞤦𞤢𞥄𞤪𞤫', 'jmc' => '𞤃𞤢𞤳𞤢𞤥𞤫𞥅𞤪𞤫', 'jv' => '𞤔𞤢𞥄𞤱𞤢𞤫𞥅𞤪𞤫', + 'ka' => '𞤔𞤮𞥅𞤪𞥁𞤭𞤴𞤢𞤲𞤪𞤫', + 'kab' => '𞤑𞤢𞤦𞤭𞤤𞤭𞥅𞤪𞤫', + 'kac' => '𞤑𞤢𞤧𞤭𞤲𞤪𞤫', 'kaj' => '𞤑𞤢𞤶𞤫𞥅𞤪𞤫', + 'kam' => '𞤑𞤢𞤥𞤦𞤢𞥄𞤪𞤫', + 'kbd' => '𞤑𞤢𞤦𞤢𞤪𞤣𞤭𞤴𞤢𞤲𞤪𞤫', + 'kcg' => '𞤚𞤵𞤴𞤢𞤨𞤵𞥅𞤪𞤫', 'kde' => '𞤃𞤢𞤳𞤮𞤲𞤣𞤫𞥅𞤪𞤫', + 'kea' => '𞤑𞤢𞤦𞤵𞤾𞤫𞤪𞤣𞤭𞤴𞤢𞤲𞤪𞤫', + 'kfo' => '𞤑𞤮𞤪𞤮𞥅𞤪𞤫', + 'kgp' => '𞤑𞤢𞤭𞤲𞤺𞤢𞤲𞤺𞤪𞤫', + 'kha' => '𞤝𞤢𞤧𞤭𞥅𞤪𞤫', + 'khq' => '𞤑𞤮𞤴𞤪𞤢𞤷𞤭𞤲𞤪𞤫', + 'ki' => '𞤑𞤭𞤳𞤵𞤴𞤵𞥅𞤪𞤫', + 'kj' => '𞤑𞤵𞤢𞤻𞤢𞤥𞤢𞥄𞤪𞤫', + 'kk' => '𞤑𞤢𞥁𞤢𞤳𞤪𞤫', + 'kkj' => '𞤑𞤢𞤳𞤮𞥅𞤪𞤫', + 'kl' => '𞤑𞤢𞤤𞤢𞥄𞤤𞤧𞤵𞤼𞤪𞤫', + 'kln' => '𞤑𞤢𞤤𞤫𞤲𞤶𞤭𞤲𞤪𞤫', + 'km' => '𞤑𞤵𞤥𞤢𞤴𞤪𞤫', + 'kmb' => '𞤑𞤭𞤥𞤦𞤵𞤲𞤣𞤵𞥅𞤪𞤫', + 'kn' => '𞤑𞤢𞤲𞥆𞤢𞤣𞤢𞥄𞤪𞤫', 'ko' => '𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞤲𞤪𞤫', + 'kok' => '𞤑𞤮𞤲𞤳𞤢𞤲𞤭𞥅𞤪𞤫', + 'kpe' => '𞤘𞤫𞤪𞤧𞤫𞥅𞤪𞤫', + 'kr' => '𞤑𞤮𞥅𞤤𞤫𞥅𞤪𞤫', + 'krc' => '𞤑𞤢𞤪𞤢𞤧𞤢𞤴-𞤄𞤢𞤤𞤳𞤢𞥄𞤪𞤫', + 'krl' => '𞤑𞤢𞤪𞤫𞤤𞤭𞤢𞤲𞤪𞤫', + 'kru' => '𞤑𞤵𞤪𞤵𞤿𞤵𞥅𞤪𞤫', + 'ks' => '𞤑𞤢𞥃𞤥𞤭𞥅𞤪𞤫', + 'ksb' => '𞤅𞤢𞤥𞤦𞤢𞤤𞤢𞥄𞤪𞤫', 'ksf' => '𞤄𞤢𞤬𞤭𞤴𞤢𞥄𞤪𞤫', + 'ksh' => '𞤑𞤮𞤤𞤮𞤺𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'ku' => '𞤑𞤵𞤪𞤣𞤭𞤧𞤭𞥅𞤪𞤫', + 'kum' => '𞤑𞤵𞤥𞤴𞤢𞤳𞤪𞤫', + 'kv' => '𞤑𞤮𞤥𞤭𞥅𞤪𞤫', 'kw' => '𞤑𞤮𞤪𞤲𞤭𞥅𞤪𞤫', + 'kwk' => '𞤑𞤢𞤱𞤳𞥇𞤱𞤢𞤤𞤢𞥄𞤪𞤫', + 'ky' => '𞤑𞤭𞤪𞤺𞤵𞥅𞤪𞤫', + 'la' => '𞤂𞤢𞤼𞤫𞤲𞤪𞤫', + 'lad' => '𞤂𞤢𞤣𞤭𞤲𞤮𞥅𞤪𞤫', + 'lag' => '𞤂𞤢𞤲𞤺𞤭𞥅𞤪𞤫', + 'lb' => '𞤂𞤵𞥁𞤫𞤲𞤦𞤵𞥅𞤪𞤺𞤭𞤧𞤪𞤫', + 'lez' => '𞤂𞤫𞥁𞤺𞤭𞤴𞤢𞤲𞤪𞤫', + 'lg' => '𞤘𞤢𞤲𞤣𞤢𞥄𞤪𞤫', + 'li' => '𞤂𞤭𞤥𞤦𞤵𞤪𞤺𞤵𞤧𞤪𞤫', + 'lij' => '𞤂𞤳𞤭𞤺𞤵𞥅𞤪𞤫', + 'lil' => '𞤂𞤭𞤤𞥆𞤮𞥅𞤫𞤼𞤪𞤫', + 'lkt' => '𞤂𞤢𞤳𞤮𞤼𞤢𞥄𞤪𞤫', + 'ln' => '𞤂𞤭𞤲𞤺𞤢𞤤𞤢𞥄𞤪𞤫', + 'lo' => '𞤂𞤢𞤮𞥅𞤪𞤫', + 'lou' => '𞤀𞤳𞤵𞥅𞤪𞤫 𞤂𞤵𞥅𞥁𞤭𞤴𞤢𞥄𞤲𞤢', + 'loz' => '𞤂𞤮𞥁𞤭𞥅𞤪𞤫', + 'lrc' => '𞤂𞤵𞤪𞤭𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫', + 'lsm' => '𞤅𞤢𞥄𞤥𞤭𞤢𞥄𞤪𞤫', + 'lt' => '𞤂𞤭𞤼𞤮𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'lu' => '𞤂𞤵𞤦𞤢-𞤑𞤢𞤼𞤢𞤲𞤺𞤢𞥄𞤪𞤫', + 'lua' => '𞤂𞤵𞤦𞤢 𞤑𞤢𞤧𞤢𞤭𞤪𞤫', + 'lun' => '𞤂𞤵𞤲𞤣𞤢𞥄𞤪𞤫', + 'luo' => '𞤂𞤵𞤮𞥅𞤪𞤫', 'lus' => '𞤃𞤭𞤧𞤮𞥅𞤪𞤫', + 'luy' => '𞤂𞤵𞤴𞤭𞤢𞥄𞤪𞤫', + 'lv' => '𞤂𞤢𞤼𞤾𞤭𞤴𞤢𞤲𞤪𞤫', 'mad' => '𞤃𞤢𞤣𞤵𞤪𞤫𞥅𞤪𞤫', 'mag' => '𞤃𞤢𞤺𞤢𞤸𞤭𞥅𞤪𞤫', 'mai' => '𞤃𞤢𞤴𞤭𞤼𞤭𞤤𞤭𞥅𞤪𞤫', @@ -96,43 +234,160 @@ return [ 'mgh' => '𞤃𞤢𞤳𞤵𞤱𞤢𞥄𞤪𞤫', 'mgo' => '𞤃𞤫𞤼𞤢𞥄𞤪𞤫', 'mh' => '𞤃𞤢𞤪𞤧𞤢𞤤𞤫𞥅𞤪𞤫', + 'mi' => '𞤃𞤢𞥄𞤮𞤪𞤭𞥅𞤪𞤫', + 'mic' => '𞤃𞤭𞤳𞤥𞤢𞤹𞤵𞥅𞤪𞤫', + 'min' => '𞤃𞤭𞤲𞤢𞤲𞤺𞤳𞤢𞤦𞤢𞤵𞥅𞤪𞤫', 'mk' => '𞤃𞤢𞤧𞤫𞤣𞤮𞤲𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'ml' => '𞤃𞤢𞤤𞤢𞤴𞤢𞤤𞤢𞤥𞤪𞤫', 'mn' => '𞤃𞤮𞤲𞤺𞤮𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'mni' => '𞤃𞤢𞤲𞤭𞤨𞤵𞥅𞤪𞤫', + 'moe' => '𞤋𞤲𞥆𞤵-𞤢𞤴𞤥𞤵𞤲𞤪𞤫', 'moh' => '𞤃𞤮𞥅𞤸𞤢𞤲𞤳𞤮𞥅𞤪𞤫', 'mos' => '𞤃𞤮𞥅𞤧𞤭𞥅𞤪𞤫', + 'mr' => '𞤃𞤢𞤪𞤢𞤼𞤭𞥅𞤪𞤫', 'ms' => '𞤃𞤢𞤤𞤫𞥅𞤪𞤫', 'mt' => '𞤃𞤢𞤤𞤼𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'mua' => '𞤃𞤵𞤲𞤣𞤢𞤲𞤪𞤫', 'mus' => '𞤃𞤵𞤧𞤳𞤮𞤳𞤭𞥅𞤪𞤫', 'mwl' => '𞤃𞤭𞤪𞤢𞤲𞤣𞤫𞥅𞤪𞤫', 'my' => '𞤄𞤵𞤪𞤥𞤢𞥄𞤪𞤫', + 'myv' => '𞤉𞤪𞤶𞤭𞤴𞤢𞤲𞤪𞤫', + 'mzn' => '𞤃𞤢𞥁𞤢𞤲𞤣𞤫𞤪𞤢𞤲𞤭𞥅𞤪𞤫', 'na' => '𞤐𞤢𞤱𞤵𞤪𞤵𞤲𞤳𞤮𞥅𞤪𞤫', 'nap' => '𞤐𞤢𞥄𞤨𞤮𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'naq' => '𞤐𞤢𞤥𞤢𞥄𞤪𞤫', + 'nb' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫 𞤄𞤮𞤳𞤥𞤢𞤤', + 'nd' => '𞤐𞤣𞤫𞤦𞤫𞤤𞤫𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤺𞤫', + 'nds' => '𞤂𞤫𞤧-𞤀𞤤𞤵𞤥𞤢𞤲𞤪𞤫', 'ne' => '𞤐𞤫𞤨𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'new' => '𞤐𞤫𞤱𞤢𞤪𞤭𞥅𞤪𞤫', 'ng' => '𞤐𞤣𞤮𞤲𞤺𞤢𞥄𞤪𞤫', 'nia' => '𞤙𞤢𞤧𞤭𞤲𞤳𞤮𞥅𞤪𞤫', + 'niu' => '𞤐𞤭𞤵𞤫𞤴𞤢𞤲𞤪𞤫', 'nl' => '𞤁𞤮𞥅𞤷𞤵𞤪𞤫', + 'nmg' => '𞤐𞤺𞤵𞤥𞤦𞤢𞥄𞤪𞤫', + 'nn' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫 𞤙𞤮𞤪𞤧𞤳', 'nnh' => '𞤐𞤶𞤢𞤥𞤦𞤵𞥅𞤪𞤫', + 'no' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫', + 'nog' => '𞤐𞤮𞤺𞤢𞤭𞥅𞤪𞤫', 'nqo' => '𞤐𞤳𞤮𞥅𞤪𞤫', + 'nr' => '𞤐𞤣𞤫𞤦𞤫𞤤𞤫𞥅𞤪𞤫 𞤙𞤢𞥄𞤥𞤲𞤢𞥄𞤲𞤺𞤫', + 'nso' => '𞤅𞤮𞤼𞤮𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫', + 'nus' => '𞤐𞤵𞤫𞤪𞤭𞥅𞤪𞤫', 'nv' => '𞤐𞤢𞤬𞤱𞤢𞤸𞤮𞥅𞤪𞤫', + 'ny' => '𞤙𞤢𞤲𞤶𞤢𞥄𞤪𞤫', + 'nyn' => '𞤙𞤢𞤲𞤳𞤮𞤤𞤫𞥅𞤪𞤫', + 'oc' => '𞤌𞤷𞥆𞤭𞤼𞤢𞤲𞤪𞤫', + 'ojb' => '𞤌𞤶𞤭𞤦𞤵𞤱𞤢𞥄𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫', + 'ojc' => '𞤌𞤶𞤭𞤦𞤵𞤱𞤪𞤫 𞤕𞤢𞤳𞤢', + 'ojs' => '𞤌𞤶𞤭-𞤑𞤪𞤭𞥅𞤪𞤫', + 'ojw' => '𞤌𞤶𞤭𞤦𞤱𞤢𞥄𞤪𞤫 𞤖𞤭𞥅𞤪𞤲𞤢𞥄𞤲𞤺𞤫', + 'oka' => '𞤌𞤳𞤢𞤲𞤢𞤺𞤢𞤲𞤪𞤫', + 'om' => '𞤌𞤪𞤮𞤥𞤮𞥅𞤪𞤫', + 'or' => '𞤌𞤣𞤭𞤢𞥄𞤪𞤫', + 'os' => '𞤌𞤧𞥆𞤫𞤼𞤭𞤳𞤪𞤫', + 'pa' => '𞤆𞤵𞤲𞤶𞤢𞥄𞤦𞤭𞥅𞤪𞤫', + 'pag' => '𞤆𞤢𞤲𞤺𞤢𞤧𞤭𞤲𞤢𞤲𞤪𞤫', + 'pam' => '𞤆𞤢𞤥𞤨𞤢𞤲𞤺𞤢𞥄𞤪𞤫', + 'pap' => '𞤆𞤢𞤨𞤭𞤢𞤥𞤫𞤲𞤼𞤮𞥅𞤪𞤫', + 'pau' => '𞤆𞤢𞤤𞤢𞤵𞤴𞤢𞤲𞤪𞤫', + 'pcm' => '𞤆𞤭𞤶𞤫𞤲𞤪𞤫 𞤐𞤢𞤶𞤭𞤪𞤭𞤴𞤢𞥄', + 'pis' => '𞤆𞤭𞤶𞤭𞤲𞤪𞤫', 'pl' => '𞤆𞤮𞤤𞤢𞤲𞤣𞤭𞥅𞤪𞤫', + 'pqm' => '𞤃𞤢𞤤𞤭𞤧𞤫𞥅𞤼-𞤆𞤢𞤧𞤢𞤥𞤢𞤹𞤵𞤮𞤣𞥆𞤭', + 'prg' => '𞤆𞤵𞤪𞤧𞤭𞤴𞤢𞤲𞤪𞤫', + 'ps' => '𞤆𞤢𞤧𞤼𞤵𞤲𞤪𞤫', 'pt' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫', + 'qu' => '𞤗𞤵𞤷𞤵𞤢𞤲𞤪𞤫', + 'rap' => '𞤈𞤢𞤨𞤢𞤲𞤵𞤭𞥅𞤪𞤫', + 'rar' => '𞤈𞤢𞤪𞤮𞤼𞤮𞤲𞤺𞤢𞤲𞤪𞤫', + 'rhg' => '𞤈𞤮𞤸𞤭𞤲𞤺𞤢𞥄𞤪𞤫', + 'rm' => '𞤈𞤮𞤥𞤢𞤲𞤧𞤪𞤫', + 'rn' => '𞤈𞤵𞤲𞤣𞤭𞥅𞤪𞤫', + 'ro' => '𞤈𞤮𞤥𞤢𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'rof' => '𞤈𞤮𞤥𞤦𞤮𞥅𞤪𞤫', 'ru' => '𞤈𞤮𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫', 'rup' => '𞤀𞤪𞤮𞤥𞤢𞤲𞤭𞥅𞤪𞤫', + 'rw' => '𞤑𞤭𞤻𞤭𞤪𞤵𞤱𞤢𞤲𞤣𞤫𞥅𞤪𞤫', + 'rwk' => '𞤈𞤵𞤱𞤢𞥄𞤪𞤫', + 'sa' => '𞤅𞤢𞤲𞤧𞤳𞤪𞤭𞤼𞤪𞤫', + 'sad' => '𞤅𞤢𞤲𞤣𞤢𞤱𞤫𞥅𞤪𞤫', + 'sah' => '𞤅𞤢𞤿𞤢𞥄𞤪𞤫', + 'saq' => '𞤅𞤢𞤥𞤦𞤵𞤪𞤵𞥅𞤪𞤫', + 'sat' => '𞤅𞤢𞤲𞤼𞤢𞤤𞤭𞥅𞤪𞤫', + 'sba' => '𞤐𞤺𞤢𞤥𞤦𞤢𞤴𞤪𞤫', + 'sbp' => '𞤅𞤢𞤲𞤺𞤵𞥅𞤪𞤫', + 'sc' => '𞤅𞤢𞤪𞤣𞤭𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'scn' => '𞤅𞤭𞤧𞤭𞤤𞤭𞤴𞤢𞤲𞤪𞤫', + 'sco' => '𞤅𞤭𞤳𞤮𞤼𞤧𞤪𞤫', + 'sd' => '𞤅𞤭𞤲𞤣𞤢𞥄𞤪𞤫', + 'se' => '𞤅𞤢𞤥𞤭𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫', + 'seh' => '𞤅𞤫𞤲𞤢𞥄𞤪𞤫', + 'ses' => '𞤑𞤮𞤪𞤮𞤦𞤮𞤪𞤮𞥅𞤪𞤫 𞤅𞤫𞤲𞥆𞤭', + 'sg' => '𞤅𞤢𞤲𞤺𞤮𞥅𞤪𞤫', + 'shi' => '𞤚𞤢𞤧𞤭𞤤𞤸𞤭𞤼𞤪𞤫', + 'shn' => '𞤅𞤢𞤲𞤪𞤫', + 'si' => '𞤅𞤭𞤲𞤸𞤢𞤤𞤢𞥄𞤪𞤫', + 'sk' => '𞤅𞤤𞤮𞤾𞤢𞥄𞤳𞤪𞤫', + 'sl' => '𞤅𞤤𞤮𞤾𞤫𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'slh' => '𞤂𞤵𞥃𞤵𞤼𞤧𞤭𞤣𞤪𞤫 𞤙𞤢𞥄𞤥𞤲𞤢𞥄𞤲𞤺𞤫𞤲𞤳𞤮', + 'sm' => '𞤅𞤢𞤥𞤮𞤢𞤲𞤪𞤫', 'smn' => '𞤋𞤲𞤢𞤪𞤭𞤧𞤳𞤢𞤤𞤭𞥅𞤪𞤫', + 'sms' => '𞤅𞤭𞤳𞤮𞤤𞤼 𞤅𞤢𞤥𞤭𞥅𞤪𞤫', + 'sn' => '𞤅𞤮𞤲𞤢𞥄𞤪𞤫', + 'snk' => '𞤅𞤢𞤪𞤢𞤲𞤳𞤵𞤤𞥆𞤪𞤫', + 'so' => '𞤅𞤮𞤥𞤢𞤤𞤭𞥅𞤪𞤫', 'sq' => '𞤀𞤤𞤦𞤢𞤲𞤭𞥅𞤪𞤫', + 'sr' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫', + 'srn' => '𞤅𞤢𞤪𞤲𞤢𞤲-𞤚𞤮𞤲𞤺𞤮𞥅𞤪𞤫', + 'ss' => '𞤅𞤵𞤱𞤢𞤼𞤭𞥅𞤪𞤫', + 'st' => '𞤅𞤮𞤼𞤮𞥅𞤪𞤫 𞤙𞤢𞥄𞤥𞤲𞤢𞥄𞤲𞤺𞤫𞤲𞤳𞤮', + 'str' => '𞤅𞤭𞤼𞤪𞤭𞤼 𞤅𞤢𞤤𞤭𞤧𞤪𞤫', + 'su' => '𞤅𞤵𞤲𞤣𞤢𞤲𞤭𞥅𞤪𞤫', + 'suk' => '𞤅𞤵𞤳𞤵𞤥𞤢𞥄𞤪𞤫', + 'sv' => '𞤅𞤱𞤫𞤣𞤭𞤲𞤳𞤮𞥅𞤪𞤫', + 'sw' => '𞤅𞤵𞤱𞤢𞤸𞤭𞤤𞤭𞥅𞤪𞤫', 'swb' => '𞤑𞤮𞤥𞤮𞤪𞤭𞥅𞤪𞤫', + 'syr' => '𞤅𞤭𞥅𞤪𞤭𞤴𞤢𞤳𞤪𞤫', + 'ta' => '𞤚𞤢𞤥𞤵𞤤𞤪𞤫', + 'tce' => '𞤚𞤵𞤼𞤳𞤮𞤲𞤭𞥅𞤪𞤫 𞤙𞤢𞥄𞤥𞤲𞤢𞥄𞤲𞤺𞤫', + 'te' => '𞤚𞤫𞤤𞤫𞤺𞤵𞥅𞤪𞤫', + 'tem' => '𞤚𞤫𞤥𞤫𞤲𞤫𞥅𞤪𞤫', + 'teo' => '𞤚𞤫𞤧𞤮𞥅𞤪𞤫', + 'tet' => '𞤚𞤫𞤼𞤵𞤥𞤪𞤫', + 'tg' => '𞤚𞤢𞤶𞤭𞤳𞤪𞤫', + 'tgx' => '𞤚𞤢𞤺𞤭𞥃𞤪𞤫', 'th' => '𞤚𞤢𞤴𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫', + 'tht' => '𞤚𞤢𞤸𞤢𞤤𞤼𞤢𞤲𞤪𞤫', + 'ti' => '𞤚𞤭𞤺𞤭𞤪𞤻𞤢𞥄𞤪𞤫', + 'tig' => '𞤚𞤭𞤺𞤭𞤪𞤴𞤢𞤲𞤪𞤫', + 'tk' => '𞤼𞤵𞤪𞤳𞤥𞤢𞤲𞤪𞤫', + 'tlh' => '𞤑𞤭𞤤𞤭𞤲𞤺𞤮𞤲𞤪𞤫', + 'tli' => '𞤚𞤤𞤭𞤲𞤺𞤭𞤼𞤪𞤫', + 'tn' => '𞤚𞤭𞤧𞤱𞤢𞤲𞤢𞥄𞤪𞤫', + 'to' => '𞤚𞤮𞤲𞤺𞤢𞤲𞤪𞤫', + 'tok' => '𞤚𞤮𞤳𞤭 𞤆𞤮𞤲𞤢𞥄𞤪𞤫', + 'tpi' => '𞤚𞤮𞤳 𞤆𞤭𞤧𞤭𞤲𞤪𞤫', 'tr' => '𞤚𞤵𞥅𞤪𞤢𞤲𞤳𞤮𞥅𞤪𞤫', + 'trv' => '𞤚𞤢𞤪𞤮𞤳𞤮𞥅𞤪𞤫', + 'ts' => '𞤚𞤭𞤧𞤮𞤲𞤺𞤢𞥄𞤪𞤫', + 'tt' => '𞤚𞤢𞤼𞤢𞤪𞥇𞤪𞤫', + 'ttm' => '𞤚𞤵𞤼𞤷𞤮𞤲𞤫𞤲𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫', + 'tum' => '𞤚𞤵𞤥𞤦𞤵𞤳𞤢𞥄𞤪𞤫', + 'tvl' => '𞤚𞤵𞤾𞤢𞤤𞤵𞥅𞤪𞤫', + 'twq' => '𞤚𞤢𞤧𞤢𞥄𞤹𞤪𞤫', + 'ty' => '𞤚𞤢𞤸𞤭𞤼𞤭𞤴𞤢𞤲𞤪𞤫', + 'tyv' => '𞤚𞤵𞤾𞤭𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'tzm' => '𞤚𞤢𞤥𞤢𞤶𞤭𞤼𞤪𞤫 𞤅𞤢𞤲𞤼𞤪𞤢𞤤 𞤀𞤼𞤤𞤢𞤧', + 'udm' => '𞤓𞤣𞤥𞤵𞤪𞤼𞤪𞤫', 'ug' => '𞤓𞥅𞤴𞤺𞤵𞥅𞤪𞤫', + 'uk' => '𞤒𞤵𞤳𞤪𞤫𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'umb' => '𞤓𞤥𞤦𞤵𞤲𞤣𞤵𞥅𞤪𞤫', 'ur' => '𞤓𞤪𞤣𞤵𞥅𞤪𞤫', 'uz' => '𞤓𞥅𞤧𞤦𞤫𞤳𞤪𞤫', 'vai' => '𞤾𞤢𞥄𞤴𞤪𞤫', 've' => '𞤏𞤫𞤲𞤣𞤢𞥄𞤪𞤫', + 'vec' => '𞤏𞤫𞤲𞤭𞥅𞤧𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫', 'vi' => '𞤏𞤭𞤴𞤫𞤼𞤲𞤢𞤥𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'vo' => '𞤏𞤮𞤤𞤢𞤨𞤵𞤳𞤪𞤫', 'vun' => '𞤏𞤵𞤲𞤶𞤮𞥅𞤪𞤫', @@ -141,14 +396,21 @@ return [ 'wal' => '𞤏𞤮𞥅𞤤𞤢𞤴𞤼𞤢𞥄𞤪𞤫', 'war' => '𞤏𞤢𞤪𞤢𞤴𞤫𞥅𞤪𞤫', 'wo' => '𞤏𞤮𞤤𞤮𞤬𞤪𞤫', + 'wuu' => '𞤏𞤵𞥅𞤪𞤫 𞤅𞤭𞥅𞤲', + 'xal' => '𞤑𞤢𞤤𞤥𞤵𞤳𞤪𞤫', 'xh' => '𞤑𞤮𞥅𞤧𞤢𞥄𞤪𞤫', + 'xog' => '𞤅𞤮𞤺𞤢𞥄𞤪𞤫', 'yav' => '𞤒𞤢𞤲𞤺𞤦𞤫𞥅𞤪𞤫', 'ybb' => '𞤒𞤫𞤥𞤦𞤢𞥄𞤪𞤫', 'yi' => '𞤒𞤭𞤣𞤭𞤧𞤢𞤲𞤳𞤮𞥅𞤪𞤫', 'yo' => '𞤒𞤮𞥅𞤪𞤵𞤦𞤢𞥄𞤪𞤫', + 'yrl' => '𞤛𞤫𞥅𞤲𞤺𞤢𞤼𞤵𞥅𞤪𞤫', 'yue' => '𞤑𞤢𞤲𞤼𞤮𞤲𞤫𞥅𞤪𞤫', + 'zgh' => '𞤚𞤢𞤥𞤢𞥁𞤭𞤼𞤪𞤫 𞤖𞤢𞤲𞤼𞤵𞤲𞥋𞤣𞤫 𞤃𞤢𞤪𞤮𞥅𞤳', 'zh' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫', 'zu' => '𞥁𞤵𞤤𞤵𞥅𞤪𞤫', + 'zun' => '𞤟𞤵𞤲𞤭𞥅𞤪𞤫', + 'zza' => '𞤟𞤢𞥁𞤢𞥄𞤪𞤫', ], 'LocalizedNames' => [ 'ar_001' => '𞤀𞥄𞤪𞤢𞤦𞤫𞥅𞤪𞤫 𞤊𞤵𞤧𞤸𞤢 𞤒𞤫𞤲𞤯𞤵𞤳𞤢', @@ -161,11 +423,15 @@ return [ 'es_419' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 𞤀𞤥𞤭𞤪𞤭𞤳 𞤂𞤢𞤼𞤭𞤲𞤭𞤴𞤢', 'es_ES' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 𞤀𞤪𞤮𞤦𞤢', 'es_MX' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 𞤃𞤫𞤳𞤧𞤭𞤳', + 'fa_AF' => '𞤁𞤢𞤪𞤭𞥅𞤪𞤫', 'fr_CA' => '𞤊𞤢𞤪𞤢𞤲𞤧𞤭𞥅𞤪𞤫 𞤑𞤢𞤲𞤢𞤣𞤢𞤲𞤳𞤮𞥅𞤪𞤫', 'fr_CH' => '𞤊𞤢𞤪𞤢𞤲𞤧𞤭𞥅𞤪𞤫 𞤅𞤵𞤱𞤭𞥅𞤧', + 'nds_NL' => '𞤂𞤫𞤧 𞤅𞤢𞤳𞤧𞤮𞤲𞤪𞤫', 'nl_BE' => '𞤊𞤭𞤤𞤢𞤥𞤢𞤲𞤪𞤫', 'pt_BR' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 𞤄𞤪𞤫𞥁𞤭𞤤', 'pt_PT' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 𞤆𞤮𞤪𞤼𞤭𞤺𞤢𞥄𞤤', + 'ro_MD' => '𞤃𞤮𞤤𞤣𞤢𞤾𞤭𞤴𞤢𞤲𞤪𞤫', + 'sw_CD' => '𞤅𞤵𞤱𞤢𞤸𞤭𞤤𞤭𞥅𞤪𞤫 𞤑𞤮𞤲𞤺𞤮 𞤑𞤭𞤲𞤧𞤢𞤧𞤢', 'zh_Hans' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 𞤖𞤮𞤴𞤬𞤭𞤲𞤢𞥄𞤲𞤣𞤫', 'zh_Hant' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 𞤒𞤫𞤷𞥆𞤵𞤲𞥋𞤣𞤫', ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fi.php index 5242902..5ca918a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fi.php @@ -23,6 +23,7 @@ return [ 'am' => 'amhara', 'an' => 'aragonia', 'ang' => 'muinaisenglanti', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabia', 'arc' => 'valtakunnanaramea', @@ -38,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'amerikkalainen viittomakieli', 'ast' => 'asturia', + 'atj' => 'atikamekw', 'av' => 'avaari', 'avk' => 'kotava', 'awa' => 'awadhi', @@ -103,14 +105,22 @@ return [ 'chr' => 'cherokee', 'chy' => 'cheyenne', 'ckb' => 'soranî', + 'clc' => 'chilcotin', 'co' => 'korsika', 'cop' => 'kopti', 'cps' => 'capiznon', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'krimintataari', + 'crj' => 'east cree (eteläinen)', + 'crk' => 'plains cree', + 'crl' => 'east cree (pohjoinen)', + 'crm' => 'moose cree', + 'crr' => 'pamlico', 'crs' => 'seychellienkreoli', 'cs' => 'tšekki', 'csb' => 'kašubi', + 'csw' => 'swampy cree', 'cu' => 'kirkkoslaavi', 'cv' => 'tšuvassi', 'cy' => 'kymri', @@ -202,6 +212,7 @@ return [ 'hai' => 'haida', 'hak' => 'hakka-kiina', 'haw' => 'havaiji', + 'hax' => 'haida (eteläinen)', 'he' => 'heprea', 'hi' => 'hindi', 'hif' => 'fidžinhindi', @@ -215,6 +226,7 @@ return [ 'ht' => 'haiti', 'hu' => 'unkari', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armenia', 'hz' => 'herero', 'ia' => 'interlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'igbo', 'ii' => 'sichuanin-yi', 'ik' => 'inupiaq', + 'ikt' => 'Länsi-Kanadan inuktitut', 'ilo' => 'iloko', 'inh' => 'inguuši', 'io' => 'ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'korni', + 'kwk' => 'kwakʼwala', 'ky' => 'kirgiisi', 'la' => 'latina', 'lad' => 'ladino', @@ -303,6 +317,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburg', 'lij' => 'liguuri', + 'lil' => 'lillooet', 'liv' => 'liivi', 'lkt' => 'lakota', 'lmo' => 'lombardi', @@ -312,6 +327,7 @@ return [ 'lou' => 'louisianankreoli', 'loz' => 'lozi', 'lrc' => 'pohjoisluri', + 'lsm' => 'samia', 'lt' => 'liettua', 'ltg' => 'latgalli', 'lu' => 'katanganluba', @@ -350,6 +366,7 @@ return [ 'mn' => 'mongoli', 'mnc' => 'mantšu', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -399,6 +416,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'oksitaani', 'oj' => 'odžibwa', + 'ojb' => 'luoteis-odžibwa', + 'ojc' => 'keskiojibwa', + 'ojs' => 'oji-cree', + 'ojw' => 'länsi-odžibwa', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'orija', 'os' => 'osseetti', @@ -418,10 +440,12 @@ return [ 'pfl' => 'pfaltsi', 'phn' => 'foinikia', 'pi' => 'paali', + 'pis' => 'pijin', 'pl' => 'puola', 'pms' => 'piemonte', 'pnt' => 'pontoksenkreikka', 'pon' => 'pohnpei', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'muinaispreussi', 'pro' => 'muinaisprovensaali', 'ps' => 'paštu', @@ -480,6 +504,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovakki', 'sl' => 'sloveeni', + 'slh' => 'lushootseed (eteläinen)', 'sli' => 'sleesiansaksa', 'sly' => 'selayar', 'sm' => 'samoa', @@ -499,6 +524,7 @@ return [ 'ssy' => 'saho', 'st' => 'eteläsotho', 'stq' => 'saterlandinfriisi', + 'str' => 'straits-salish', 'su' => 'sunda', 'suk' => 'sukuma', 'sus' => 'susu', @@ -510,6 +536,7 @@ return [ 'syr' => 'syyria', 'szl' => 'sleesia', 'ta' => 'tamili', + 'tce' => 'etelätutchone', 'tcy' => 'tulu', 'te' => 'telugu', 'tem' => 'temne', @@ -517,7 +544,9 @@ return [ 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadžikki', + 'tgx' => 'tagish', 'th' => 'thai', + 'tht' => 'tahlta', 'ti' => 'tigrinja', 'tig' => 'tigre', 'tiv' => 'tiv', @@ -532,6 +561,7 @@ return [ 'tn' => 'tswana', 'to' => 'tonga', 'tog' => 'malawintonga', + 'tok' => 'toki pona', 'tpi' => 'tok-pisin', 'tr' => 'turkki', 'tru' => 'turojo', @@ -540,6 +570,7 @@ return [ 'tsd' => 'tsakonia', 'tsi' => 'tsimši', 'tt' => 'tataari', + 'ttm' => 'pohjoinen tutchone', 'ttt' => 'tati', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', @@ -616,6 +647,6 @@ return [ 'pt_BR' => 'brasilianportugali', 'pt_PT' => 'euroopanportugali', 'ro_MD' => 'moldova', - 'sw_CD' => 'kingwana', + 'sw_CD' => 'kongonswahili', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fr.php index 6687392..bd2f706 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fr.php @@ -23,6 +23,7 @@ return [ 'am' => 'amharique', 'an' => 'aragonais', 'ang' => 'ancien anglais', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabe', 'arc' => 'araméen', @@ -38,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'langue des signes américaine', 'ast' => 'asturien', + 'atj' => 'atikamekw', 'av' => 'avar', 'avk' => 'kotava', 'awa' => 'awadhi', @@ -103,14 +105,22 @@ return [ 'chr' => 'cherokee', 'chy' => 'cheyenne', 'ckb' => 'sorani', + 'clc' => 'chilcotin', 'co' => 'corse', 'cop' => 'copte', 'cps' => 'capiznon', 'cr' => 'cree', + 'crg' => 'mitchif', 'crh' => 'tatar de Crimée', + 'crj' => 'cri de l’Est (dialecte du Sud)', + 'crk' => 'cri des plaines', + 'crl' => 'cri de l’Est (dialecte du Nord)', + 'crm' => 'cri de Moose', + 'crr' => 'algonquin de Caroline', 'crs' => 'créole seychellois', 'cs' => 'tchèque', 'csb' => 'kachoube', + 'csw' => 'cri des marais', 'cu' => 'slavon d’église', 'cv' => 'tchouvache', 'cy' => 'gallois', @@ -166,7 +176,7 @@ return [ 'frm' => 'moyen français', 'fro' => 'ancien français', 'frp' => 'francoprovençal', - 'frr' => 'frison du Nord', + 'frr' => 'frison septentrional', 'frs' => 'frison oriental', 'fur' => 'frioulan', 'fy' => 'frison occidental', @@ -199,9 +209,10 @@ return [ 'gv' => 'mannois', 'gwi' => 'gwichʼin', 'ha' => 'haoussa', - 'hai' => 'haida', + 'hai' => 'haïda', 'hak' => 'hakka', 'haw' => 'hawaïen', + 'hax' => 'haïda du Sud', 'he' => 'hébreu', 'hi' => 'hindi', 'hif' => 'hindi fidjien', @@ -215,6 +226,7 @@ return [ 'ht' => 'créole haïtien', 'hu' => 'hongrois', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'arménien', 'hz' => 'héréro', 'ia' => 'interlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'igbo', 'ii' => 'yi du Sichuan', 'ik' => 'inupiaq', + 'ikt' => 'inuktitut de l’Ouest canadien', 'ilo' => 'ilocano', 'inh' => 'ingouche', 'io' => 'ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'cornique', + 'kwk' => 'kwak’wala', 'ky' => 'kirghize', 'la' => 'latin', 'lad' => 'ladino', @@ -303,6 +317,7 @@ return [ 'lg' => 'ganda', 'li' => 'limbourgeois', 'lij' => 'ligure', + 'lil' => 'lillooet', 'liv' => 'livonien', 'lkt' => 'lakota', 'lmo' => 'lombard', @@ -312,6 +327,7 @@ return [ 'lou' => 'créole louisianais', 'loz' => 'lozi', 'lrc' => 'lori du Nord', + 'lsm' => 'samia', 'lt' => 'lituanien', 'ltg' => 'latgalien', 'lu' => 'luba-katanga (kiluba)', @@ -350,6 +366,7 @@ return [ 'mn' => 'mongol', 'mnc' => 'mandchou', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'moré', 'mr' => 'marathi', @@ -399,6 +416,11 @@ return [ 'nzi' => 'nzema', 'oc' => 'occitan', 'oj' => 'ojibwa', + 'ojb' => 'ojibwé du Nord-Ouest', + 'ojc' => 'ojibwé central', + 'ojs' => 'oji-cri', + 'ojw' => 'ojibwé occidental', + 'oka' => 'colville-okanagan', 'om' => 'oromo', 'or' => 'odia', 'os' => 'ossète', @@ -418,10 +440,12 @@ return [ 'pfl' => 'allemand palatin', 'phn' => 'phénicien', 'pi' => 'pali', + 'pis' => 'pijin', 'pl' => 'polonais', 'pms' => 'piémontais', 'pnt' => 'pontique', 'pon' => 'pohnpei', + 'pqm' => 'malécite-passamaquoddy', 'prg' => 'prussien', 'pro' => 'provençal ancien', 'ps' => 'pachto', @@ -480,6 +504,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovaque', 'sl' => 'slovène', + 'slh' => 'lushootseed du Sud', 'sli' => 'bas-silésien', 'sly' => 'sélayar', 'sm' => 'samoan', @@ -499,6 +524,7 @@ return [ 'ssy' => 'saho', 'st' => 'sotho du Sud', 'stq' => 'saterlandais', + 'str' => 'salish des détroits', 'su' => 'soundanais', 'suk' => 'soukouma', 'sus' => 'soussou', @@ -510,6 +536,7 @@ return [ 'syr' => 'syriaque', 'szl' => 'silésien', 'ta' => 'tamoul', + 'tce' => 'tutchone du Sud', 'tcy' => 'toulou', 'te' => 'télougou', 'tem' => 'timné', @@ -517,7 +544,9 @@ return [ 'ter' => 'tereno', 'tet' => 'tétoum', 'tg' => 'tadjik', + 'tgx' => 'tagish', 'th' => 'thaï', + 'tht' => 'tahltan', 'ti' => 'tigrigna', 'tig' => 'tigré', 'tiv' => 'tiv', @@ -532,6 +561,7 @@ return [ 'tn' => 'tswana', 'to' => 'tongien', 'tog' => 'tonga nyasa', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turc', 'tru' => 'touroyo', @@ -540,6 +570,7 @@ return [ 'tsd' => 'tsakonien', 'tsi' => 'tsimshian', 'tt' => 'tatar', + 'ttm' => 'tutchone du Nord', 'ttt' => 'tati caucasien', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fr_CA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fr_CA.php index e6150ea..d13fcf7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fr_CA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/fr_CA.php @@ -13,6 +13,9 @@ return [ 'chn' => 'chinook', 'ckb' => 'kurde central', 'cr' => 'cri', + 'crg' => 'michif', + 'crl' => 'cri du Nord-Est', + 'crr' => 'algonquin de la Caroline', 'den' => 'slave', 'dgr' => 'tlicho', 'ebu' => 'embou', @@ -40,11 +43,13 @@ return [ 'nmg' => 'kwasio', 'nwc' => 'newari classique', 'nyn' => 'nkole', + 'oka' => 'okanagan', 'pau' => 'palauan', 'pdc' => 'allemand de Pennsylvanie', 'pdt' => 'bas allemand mennonite', 'peo' => 'vieux perse', 'pfl' => 'palatin', + 'pis' => 'pidgin', 'pro' => 'ancien occitan', 'quc' => 'k’iche’', 'rar' => 'rarotonga', @@ -60,22 +65,7 @@ return [ 'tzm' => 'tamazight', ], 'LocalizedNames' => [ - 'ar_001' => 'arabe standard moderne', - 'de_AT' => 'allemand autrichien', - 'de_CH' => 'allemand suisse', - 'en_AU' => 'anglais australien', - 'en_CA' => 'anglais canadien', - 'en_GB' => 'anglais britannique', - 'en_US' => 'anglais américain', - 'fr_CA' => 'français canadien', - 'fr_CH' => 'français suisse', 'nds_NL' => 'bas saxon', - 'nl_BE' => 'flamand', - 'pt_BR' => 'portugais brésilien', - 'pt_PT' => 'portugais européen', - 'ro_MD' => 'moldave', 'sw_CD' => 'swahili congolais', - 'zh_Hans' => 'chinois simplifié', - 'zh_Hant' => 'chinois traditionnel', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ga.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ga.php index 4424b7b..8cf5c44 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ga.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ga.php @@ -4,6 +4,8 @@ return [ 'Names' => [ 'aa' => 'Afáiris', 'ab' => 'Abcáisis', + 'ace' => 'Aicinéis', + 'ada' => 'Daingmis', 'ady' => 'Adaigéis', 'ae' => 'Aivéistis', 'af' => 'Afracáinis', @@ -11,16 +13,24 @@ return [ 'ain' => 'Aidhniúis', 'ak' => 'Acáinis', 'akk' => 'Acáidis', + 'ale' => 'Ailiúitis', + 'alt' => 'Altaeis an Deiscirt', 'am' => 'Amáiris', 'an' => 'Aragóinis', 'ang' => 'Sean-Bhéarla', + 'ann' => 'Obolo', + 'anp' => 'Aingícis', 'ar' => 'Araibis', 'arc' => 'Aramais', 'arn' => 'Mapúitsis', + 'arp' => 'Arapachóis', + 'ars' => 'Araibis Najdi', 'as' => 'Asaimis', 'asa' => 'Asúis', 'ast' => 'Astúiris', + 'atj' => 'Atikamekw', 'av' => 'Aváiris', + 'awa' => 'Avaidis', 'ay' => 'Aidhmiris', 'az' => 'Asarbaiseáinis', 'ba' => 'Baiscíris', @@ -31,7 +41,10 @@ return [ 'bem' => 'Beimbis', 'bez' => 'Beinis', 'bg' => 'Bulgáiris', + 'bho' => 'Vóispiris', 'bi' => 'Bioslaimis', + 'bin' => 'Binis', + 'bla' => 'Sicsicis', 'bm' => 'Bambairis', 'bn' => 'Beangáilis', 'bo' => 'Tibéidis', @@ -40,27 +53,44 @@ return [ 'bs' => 'Boisnis', 'bua' => 'Buiriáitis', 'bug' => 'Buiginis', + 'byn' => 'Blinis', 'ca' => 'Catalóinis', + 'cay' => 'teanga Cayuga', 'ccp' => 'Seácmais', 'ce' => 'Seisnis', 'ceb' => 'Seabúáinis', - 'cgg' => 'Chiga', + 'cgg' => 'Cígis', 'ch' => 'Seamóiris', + 'chk' => 'Siúicísis', 'chm' => 'Mairis', + 'cho' => 'Seactáis', + 'chp' => 'Siopúáinis', 'chr' => 'Seiricis', + 'chy' => 'Siáinis', 'ckb' => 'Coirdis Lárnach', + 'clc' => 'Chilcotin', 'co' => 'Corsaicis', 'cop' => 'Coptais', 'cr' => 'Craís', + 'crg' => 'Michif', + 'crj' => 'Craís an Deiscirt Thoir', + 'crk' => 'Plains Cree', + 'crl' => 'Craís Thoir Thuaidh', + 'crm' => 'Moose Cree', + 'crr' => 'teanga Algancach Carolina', 'crs' => 'Criól Fraincise Seselwa', 'cs' => 'Seicis', 'csb' => 'Caisiúibis', + 'csw' => 'Swampy Cree', 'cu' => 'Slavais na hEaglaise', 'cv' => 'Suvaisis', 'cy' => 'Breatnais', 'da' => 'Danmhairgis', + 'dak' => 'Dacótais', + 'dar' => 'Dargais', 'dav' => 'Taita', 'de' => 'Gearmáinis', + 'dgr' => 'Dograibis', 'dje' => 'Zarmais', 'doi' => 'Dóigris', 'dsb' => 'Sorbais Íochtarach', @@ -69,9 +99,12 @@ return [ 'dv' => 'Divéihis', 'dyo' => 'Jóla-Fainis', 'dz' => 'Seoinicis', + 'dzg' => 'Dazaga', 'ebu' => 'Ciambúis', 'ee' => 'Éabhais', + 'efi' => 'Eificis', 'egy' => 'Sean-Éigiptis', + 'eka' => 'Acaidiúcais', 'el' => 'Gréigis', 'en' => 'Béarla', 'enm' => 'Meán-Bhéarla', @@ -86,31 +119,37 @@ return [ 'fil' => 'Filipínis', 'fj' => 'Fidsis', 'fo' => 'Faróis', - 'fon' => 'fon', + 'fon' => 'Fonais', 'fr' => 'Fraincis', + 'frc' => 'Fraincis Cajun', 'frm' => 'Meán-Fhraincis', 'fro' => 'Sean-Fhraincis', 'frr' => 'Freaslainnis an Tuaiscirt', 'fur' => 'Friúilis', 'fy' => 'Freaslainnis Iartharach', 'ga' => 'Gaeilge', + 'gaa' => 'Geáis', 'gan' => 'Sínis Gan', 'gd' => 'Gaeilge na hAlban', 'gez' => 'Aetóipis', - 'gil' => 'Cireabaitis', + 'gil' => 'Gilbeartais', 'gl' => 'Gailísis', 'gmh' => 'Meán-Ard-Ghearmáinis', 'gn' => 'Guaráinis', 'goh' => 'Sean-Ard-Ghearmáinis', + 'gor' => 'Gorantalais', 'grc' => 'Sean-Ghréigis', 'gsw' => 'Gearmáinis Eilvéiseach', 'gu' => 'Gúisearáitis', 'guc' => 'Uaúis', 'guz' => 'Gúsaís', 'gv' => 'Manainnis', + 'gwi' => 'Goitsinis', 'ha' => 'Hásais', + 'hai' => 'Haídis', 'hak' => 'Haicéis', 'haw' => 'Haváis', + 'hax' => 'Haídis an Deiscirt', 'he' => 'Eabhrais', 'hi' => 'Hiondúis', 'hif' => 'Hiondúis Fhidsí', @@ -121,20 +160,24 @@ return [ 'hr' => 'Cróitis', 'hsb' => 'Sorbais Uachtarach', 'hsn' => 'Sínis Xiang', - 'ht' => 'Criól Háítíoch', + 'ht' => 'Críol Háítí', 'hu' => 'Ungáiris', 'hup' => 'Húipis', + 'hur' => 'Halkomelem', 'hy' => 'Airméinis', 'hz' => 'Heiréiris', 'ia' => 'Interlingua', + 'iba' => 'Ibeainis', 'ibb' => 'Ibibis', 'id' => 'Indinéisis', 'ie' => 'Interlingue', 'ig' => 'Íogbóis', 'ii' => 'Ís Shichuan', 'ik' => 'Iniúipiaicis', + 'ikt' => 'Ionúitis Iarthar Cheanada', + 'ilo' => 'Ileacáinis', 'inh' => 'Iongúis', - 'io' => 'Ido', + 'io' => 'Ídis', 'is' => 'Íoslainnis', 'it' => 'Iodáilis', 'iu' => 'Ionúitis', @@ -147,10 +190,17 @@ return [ 'ka' => 'Seoirsis', 'kaa' => 'Cara-Chalpáis', 'kab' => 'Caibílis', + 'kac' => 'Caitsinis', + 'kaj' => 'Jju', 'kam' => 'Cambais', + 'kbd' => 'Cabairdis', + 'kcg' => 'Tyap', 'kde' => 'Makonde', 'kea' => 'Criól Cabo Verde', + 'kfo' => 'Koro', 'kg' => 'Congóis', + 'kgp' => 'Kaingang', + 'kha' => 'Caisis', 'khq' => 'Songais Iartharach', 'ki' => 'Ciocúis', 'kj' => 'Cuainiáimis', @@ -159,10 +209,13 @@ return [ 'kl' => 'Kalaallisut', 'kln' => 'Kalenjin', 'km' => 'Ciméiris', + 'kmb' => 'Ciombundais', 'kn' => 'Cannadais', 'ko' => 'Cóiréis', 'kok' => 'Concáinis', + 'kpe' => 'Caipeilis', 'kr' => 'Canúiris', + 'krc' => 'Caraicí-Balcáiris', 'krl' => 'Cairéilis', 'kru' => 'Curúicis', 'ks' => 'Caismíris', @@ -170,30 +223,44 @@ return [ 'ksf' => 'Baifiais', 'ksh' => 'Coilsis', 'ku' => 'Coirdis', + 'kum' => 'Cúimicis', 'kv' => 'Coimis', 'kw' => 'Coirnis', + 'kwk' => 'Kwakʼwala', 'ky' => 'Cirgisis', 'la' => 'Laidin', 'lad' => 'Laidínis', 'lag' => 'Ciolaingis', 'lah' => 'Puinseáibis Iartharach', 'lb' => 'Lucsambuirgis', + 'lez' => 'Leisgis', 'lg' => 'Lugandais', 'li' => 'Liombuirgis', 'lij' => 'Liogúiris', + 'lil' => 'Lillooet', 'liv' => 'Liovóinis', 'lkt' => 'Lacótais', 'lmo' => 'Lombairdis', 'ln' => 'Liongáilis', 'lo' => 'Laoisis', + 'lou' => 'Criól Louisiana', + 'loz' => 'Lóisis', 'lrc' => 'Lúiris an Tuaiscirt', + 'lsm' => 'Saamia', 'lt' => 'Liotuáinis', 'lu' => 'Lúba-Cataingis', + 'lua' => 'Luba-Lulua', + 'lun' => 'Lundais', 'luo' => 'Lúóis', + 'lus' => 'Míosóis', 'luy' => 'Luyia', 'lv' => 'Laitvis', + 'mad' => 'Maidiúiris', + 'mag' => 'Magaidis', 'mai' => 'Maitilis', + 'mak' => 'Macasairis', 'mas' => 'Másais', + 'mdf' => 'Mocsais', 'men' => 'Meindis', 'mer' => 'Meru', 'mfe' => 'Morisyen', @@ -203,19 +270,25 @@ return [ 'mgo' => 'Metaʼ', 'mh' => 'Mairsillis', 'mi' => 'Maorais', + 'mic' => 'Micmeaicis', + 'min' => 'Míneangcababhais', 'mk' => 'Macadóinis', 'ml' => 'Mailéalaimis', 'mn' => 'Mongóilis', 'mni' => 'Manapúiris', + 'moe' => 'Innu-aimun', 'moh' => 'Móháicis', + 'mos' => 'Mosais', 'mr' => 'Maraitis', 'mrj' => 'Mairis Iartharach', 'ms' => 'Malaeis', 'mt' => 'Máltais', 'mua' => 'Mundang', + 'mus' => 'Muscogee', 'mwl' => 'Mioraindéis', 'mwr' => 'Marmhairis', 'my' => 'Burmais', + 'myv' => 'Éirsis', 'mzn' => 'Mázandaráinis', 'na' => 'Nárúis', 'nan' => 'Sínis Min Nan', @@ -225,14 +298,18 @@ return [ 'nd' => 'N-deibéilis an Tuaiscirt', 'nds' => 'Gearmáinis Íochtarach', 'ne' => 'Neipeailis', + 'new' => 'Néamharais', 'ng' => 'Ndongais', + 'nia' => 'Niaisis', 'niu' => 'Níobhais', 'nl' => 'Ollainnis', 'nmg' => 'Cuaiseois', 'nn' => 'Nua-Ioruais', 'nnh' => 'Ngiemboon', 'no' => 'Ioruais', + 'nog' => 'Nógaeis', 'non' => 'Sean-Lochlainnis', + 'nqo' => 'N-cóis', 'nr' => 'Ndeibéilis an Deiscirt', 'nso' => 'Sútúis an Tuaiscirt', 'nus' => 'Nuairis', @@ -241,19 +318,32 @@ return [ 'nyn' => 'Niancóilis', 'oc' => 'Ocsatáinis', 'oj' => 'Óisibis', + 'ojb' => 'Óisibis Iarthuiscirt', + 'ojc' => 'Óisibis Lárnach', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Óisibis an Iarthar', + 'oka' => 'Okanagan', 'om' => 'Oraimis', 'or' => 'Odia', 'os' => 'Oiséitis', 'pa' => 'Puinseáibis', + 'pag' => 'Pangasaíneánais', + 'pam' => 'Pampaingis', + 'pap' => 'Paipeamaintis', + 'pau' => 'Palabhais', 'pcm' => 'pidsean na Nigéire', 'peo' => 'Sean-Pheirsis', 'pi' => 'Páilis', + 'pis' => 'Pijin', 'pl' => 'Polainnis', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Prúisis', 'ps' => 'Paistis', 'pt' => 'Portaingéilis', 'qu' => 'Ceatsuais', 'quc' => 'Cuitséis', + 'rap' => 'Rapanúis', + 'rar' => 'Raratongais', 'rhg' => 'Róihinis', 'rm' => 'Rómainis', 'rn' => 'Rúindis', @@ -265,10 +355,12 @@ return [ 'rw' => 'Ciniaruaindis', 'rwk' => 'Rwa', 'sa' => 'Sanscrait', + 'sad' => 'Sandabhais', 'sah' => 'Sachais', 'sam' => 'Aramais Shamárach', 'saq' => 'Samburu', 'sat' => 'Santáilis', + 'sba' => 'Ngambay', 'sbp' => 'Sangu', 'sc' => 'Sairdínis', 'scn' => 'Sicilis', @@ -281,50 +373,70 @@ return [ 'sga' => 'Sean-Ghaeilge', 'sh' => 'Seirbea-Chróitis', 'shi' => 'Tachelhit', + 'shn' => 'Seánais', 'si' => 'Siolóinis', 'sk' => 'Slóvaicis', 'sl' => 'Slóivéinis', + 'slh' => 'Lushootseed an Deiscirt', 'sm' => 'Samóis', 'sma' => 'Sáimis Theas', 'smj' => 'Sáimis Lule', 'smn' => 'Sáimis Inari', 'sms' => 'Sáimis Skolt', 'sn' => 'Seoinis', + 'snk' => 'Soinincéis', 'so' => 'Somáilis', 'sog' => 'Sogdánais', 'sq' => 'Albáinis', 'sr' => 'Seirbis', + 'srn' => 'Suranaimis', 'ss' => 'Suaisis', 'st' => 'Sútúis an Deiscirt', + 'str' => 'Straits Salish', 'su' => 'Sundais', + 'suk' => 'Sucúimis', 'sux' => 'Suiméiris', 'sv' => 'Sualainnis', 'sw' => 'Svahaílis', - 'swb' => 'Comóiris', + 'swb' => 'teanga na gComórach', 'syr' => 'Siricis', 'szl' => 'Siléisis', 'ta' => 'Tamailis', + 'tce' => 'Tutchone an Deiscirt', 'te' => 'Teileagúis', + 'tem' => 'Teimnis', 'teo' => 'Teso', + 'tet' => 'Teitimis', 'tg' => 'Taidsícis', + 'tgx' => 'Tagish', 'th' => 'Téalainnis', + 'tht' => 'Tahltan', 'ti' => 'Tigrinis', + 'tig' => 'Tigréis', 'tk' => 'Tuircméinis', 'tl' => 'Tagálaigis', 'tlh' => 'Klingon', + 'tli' => 'Clincitis', 'tn' => 'Suáinis', 'to' => 'Tongais', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Tuircis', + 'trv' => 'Taroko', 'ts' => 'Songais', 'tt' => 'Tatairis', + 'ttm' => 'Northern Tutchone', + 'tum' => 'Tumbúicis', + 'tvl' => 'Tuvalu', 'tw' => 'Tíbhis', 'twq' => 'Tasawaq', 'ty' => 'Taihítis', + 'tyv' => 'Túvainis', 'tzm' => 'Tamaisis Atlais Láir', 'udm' => 'Udmairtis', 'ug' => 'Uigiúiris', 'uk' => 'Úcráinis', + 'umb' => 'Umbundais', 'ur' => 'Urdúis', 'uz' => 'Úisbéiceastáinis', 'vai' => 'Vadhais', @@ -336,13 +448,18 @@ return [ 'vun' => 'Vunjo', 'wa' => 'Vallúnais', 'wae' => 'Walser', + 'wal' => 'Uailéitis', + 'war' => 'Uairéis', 'wo' => 'Volaifis', + 'wuu' => 'Sínis Wu', 'xal' => 'Cailmícis', 'xh' => 'Cóisis', 'xog' => 'Soga', 'yav' => 'Yangben', + 'ybb' => 'Yemba', 'yi' => 'Giúdais', 'yo' => 'Iarúibis', + 'yrl' => 'Nheengatu', 'yue' => 'Cantainis', 'za' => 'Siuáingis', 'zea' => 'Séalainnis', @@ -350,21 +467,22 @@ return [ 'zh' => 'Sínis', 'zu' => 'Súlúis', 'zun' => 'Zúinis', + 'zza' => 'Zázá', ], 'LocalizedNames' => [ 'ar_001' => 'Araibis Chaighdeánach', - 'de_AT' => 'Gearmáinis Ostarach', + 'de_AT' => 'Gearmáinis na hOstaire', 'de_CH' => 'Ard-Ghearmáinis Eilvéiseach', - 'en_AU' => 'Béarla Astrálach', - 'en_CA' => 'Béarla Ceanadach', - 'en_GB' => 'Béarla Briotanach', - 'en_US' => 'Béarla Meiriceánach', + 'en_AU' => 'Béarla na hAstráile', + 'en_CA' => 'Béarla Cheanada', + 'en_GB' => 'Béarla na Breataine', + 'en_US' => 'Béarla Mheiriceá', 'es_419' => 'Spáinnis Mheiriceá Laidinigh', 'es_ES' => 'Spáinnis Eorpach', 'es_MX' => 'Spáinnis Mheicsiceach', 'fa_AF' => 'Dairis', - 'fr_CA' => 'Fraincis Cheanadach', - 'fr_CH' => 'Fraincis Eilvéiseach', + 'fr_CA' => 'Fraincis Cheanada', + 'fr_CH' => 'Fraincis na hEilvéise', 'nds_NL' => 'Sacsainis Íochtarach', 'nl_BE' => 'Pléimeannais', 'pt_BR' => 'Portaingéilis Bhrasaíleach', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gd.php index f6c46a4..be33d03 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gd.php @@ -23,6 +23,7 @@ return [ 'am' => 'Amtharais', 'an' => 'Aragonais', 'ang' => 'Seann-Bheurla', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arabais', 'arc' => 'Aramais', @@ -30,6 +31,7 @@ return [ 'aro' => 'Araona', 'arp' => 'Arapaho', 'arq' => 'Arabais Aildireach', + 'ars' => 'Arabais Najdi', 'arw' => 'Arawak', 'ary' => 'Arabais Mhorocach', 'arz' => 'Arabais Èipheiteach', @@ -37,6 +39,7 @@ return [ 'asa' => 'Asu', 'ase' => 'Cainnt-shanais na h-Aimeireaga', 'ast' => 'Astùrais', + 'atj' => 'Atikamekw', 'av' => 'Avarais', 'avk' => 'Kotava', 'awa' => 'Awadhi', @@ -101,14 +104,22 @@ return [ 'chr' => 'Cherokee', 'chy' => 'Cheyenne', 'ckb' => 'Cùrdais Mheadhanach', + 'clc' => 'Chilcotin', 'co' => 'Corsais', 'cop' => 'Coptais', 'cps' => 'Capiznon', 'cr' => 'Cree', + 'crg' => 'Michif', 'crh' => 'Turcais Chriomach', + 'crj' => 'Cree Ear-dheasach', + 'crk' => 'Cree nam Machair', + 'crl' => 'Cree Ear-thuathach', + 'crm' => 'Moose Cree', + 'crr' => 'Algonquianais Charolina', 'crs' => 'Seiseallais', 'cs' => 'Seicis', 'csb' => 'Caisiubais', + 'csw' => 'Omushkego', 'cu' => 'Slàbhais na h-Eaglaise', 'cv' => 'Chuvash', 'cy' => 'Cuimris', @@ -199,6 +210,7 @@ return [ 'hai' => 'Haida', 'hak' => 'Hakka', 'haw' => 'Cànan Hawai’i', + 'hax' => 'Haida Dheasach', 'he' => 'Eabhra', 'hi' => 'Hindis', 'hif' => 'Hindis Fhìditheach', @@ -212,6 +224,7 @@ return [ 'ht' => 'Crìtheol Haidhti', 'hu' => 'Ungairis', 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Airmeinis', 'hz' => 'Herero', 'ia' => 'Interlingua', @@ -222,6 +235,7 @@ return [ 'ig' => 'Igbo', 'ii' => 'Yi Sichuan', 'ik' => 'Inupiaq', + 'ikt' => 'Inuktitut Shiarach Chanada', 'ilo' => 'Iloko', 'inh' => 'Ingush', 'io' => 'Ido', @@ -285,6 +299,7 @@ return [ 'kut' => 'Kutenai', 'kv' => 'Komi', 'kw' => 'Còrnais', + 'kwk' => 'Kwakʼwala', 'ky' => 'Cìorgasais', 'la' => 'Laideann', 'lad' => 'Ladino', @@ -297,6 +312,7 @@ return [ 'lg' => 'Ganda', 'li' => 'Cànan Limburg', 'lij' => 'Liogùrais', + 'lil' => 'Lillooet', 'lkt' => 'Lakhóta', 'lmo' => 'Lombardais', 'ln' => 'Lingala', @@ -305,6 +321,7 @@ return [ 'lou' => 'Crìtheol Louisiana', 'loz' => 'Lozi', 'lrc' => 'Luri Thuathach', + 'lsm' => 'Saamia', 'lt' => 'Liotuainis', 'lu' => 'Luba-Katanga', 'lua' => 'Luba-Lulua', @@ -342,6 +359,7 @@ return [ 'mn' => 'Mongolais', 'mnc' => 'Manchu', 'mni' => 'Manipuri', + 'moe' => 'Innu-aimun', 'moh' => 'Mohawk', 'mos' => 'Mossi', 'mr' => 'Marathi', @@ -391,6 +409,11 @@ return [ 'nzi' => 'Nzima', 'oc' => 'Ogsatanais', 'oj' => 'Ojibwa', + 'ojb' => 'Ojibwa Iar-thuathach', + 'ojc' => 'Ojibwa Mheadhanach', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Ojibwa Shiarach', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Odia', 'os' => 'Ossetic', @@ -409,9 +432,11 @@ return [ 'peo' => 'Seann-Pheirsis', 'phn' => 'Phenicis', 'pi' => 'Pali', + 'pis' => 'Pijin', 'pl' => 'Pòlainnis', 'pms' => 'Piedmontese', 'pon' => 'Cànan Pohnpei', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Pruisis', 'pro' => 'Seann-Phrovençal', 'ps' => 'Pashto', @@ -467,6 +492,7 @@ return [ 'sid' => 'Sidamo', 'sk' => 'Slòbhacais', 'sl' => 'Slòbhainis', + 'slh' => 'Lushootseed Dheasach', 'sly' => 'Selayar', 'sm' => 'Samothais', 'sma' => 'Sàmais Dheasach', @@ -483,6 +509,7 @@ return [ 'ss' => 'Swati', 'ssy' => 'Saho', 'st' => 'Sesotho', + 'str' => 'Salish a’ Chaolais', 'su' => 'Cànan Sunda', 'suk' => 'Sukuma', 'sus' => 'Susu', @@ -493,6 +520,7 @@ return [ 'syc' => 'Suraidheac Chlasaigeach', 'syr' => 'Suraidheac', 'ta' => 'Taimilis', + 'tce' => 'Tutchone Dheasach', 'tcy' => 'Tulu', 'te' => 'Telugu', 'tem' => 'Timne', @@ -500,7 +528,9 @@ return [ 'ter' => 'Terêna', 'tet' => 'Tetum', 'tg' => 'Taidigis', + 'tgx' => 'Tagish', 'th' => 'Cànan nan Tàidh', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', 'tig' => 'Tigre', 'tiv' => 'Tiv', @@ -515,6 +545,7 @@ return [ 'tn' => 'Tswana', 'to' => 'Tonga', 'tog' => 'Nyasa Tonga', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Turcais', 'tru' => 'Turoyo', @@ -522,6 +553,7 @@ return [ 'ts' => 'Tsonga', 'tsi' => 'Tsimshian', 'tt' => 'Tatarais', + 'ttm' => 'Tutchone Thuathach', 'ttt' => 'Tati', 'tum' => 'Tumbuka', 'tvl' => 'Tubhalu', @@ -538,9 +570,10 @@ return [ 'uz' => 'Usbagais', 'vai' => 'Vai', 've' => 'Venda', + 'vec' => 'Bheinisis', 'vep' => 'Veps', 'vi' => 'Bhiet-Namais', - 'vls' => 'Flannrais Siarach', + 'vls' => 'Flànrais Shiarach', 'vo' => 'Volapük', 'vro' => 'Võro', 'vun' => 'Vunjo', @@ -589,7 +622,7 @@ return [ 'fr_CA' => 'Fraingis Chanada', 'fr_CH' => 'Fraingis Eilbheiseach', 'nds_NL' => 'Sagsannais Ìochdarach', - 'nl_BE' => 'Flannrais', + 'nl_BE' => 'Flànrais', 'pt_BR' => 'Portagailis Bhraisileach', 'pt_PT' => 'Portagailis Eòrpach', 'ro_MD' => 'Moldobhais', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gl.php index 57bee92..c9ca8ac 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gl.php @@ -16,14 +16,17 @@ return [ 'alt' => 'altai meridional', 'am' => 'amhárico', 'an' => 'aragonés', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'árabe', 'arc' => 'arameo', 'arn' => 'mapuche', 'arp' => 'arapaho', + 'ars' => 'árabe najdi', 'as' => 'assamés', 'asa' => 'asu', 'ast' => 'asturiano', + 'atj' => 'atikamekw', 'av' => 'avar', 'awa' => 'awadhi', 'ay' => 'aimará', @@ -49,6 +52,7 @@ return [ 'bug' => 'buginés', 'byn' => 'blin', 'ca' => 'catalán', + 'cay' => 'cayuga', 'ccp' => 'chakma', 'ce' => 'checheno', 'ceb' => 'cebuano', @@ -57,12 +61,21 @@ return [ 'chk' => 'chuuk', 'chm' => 'mari', 'cho' => 'choctaw', + 'chp' => 'chipewyan', 'chr' => 'cherokee', 'chy' => 'cheyenne', 'ckb' => 'kurdo central', + 'clc' => 'chilcotin', 'co' => 'corso', + 'crg' => 'michif', + 'crj' => 'cree do sueste', + 'crk' => 'cree das chairas', + 'crl' => 'cree do nordeste', + 'crm' => 'cree de Moose', + 'crr' => 'algonquino de Carolina', 'crs' => 'seselwa (crioulo das Seychelles)', 'cs' => 'checo', + 'csw' => 'cree dos pantanos', 'cu' => 'eslavo eclesiástico', 'cv' => 'chuvaxo', 'cy' => 'galés', @@ -100,6 +113,8 @@ return [ 'fo' => 'feroés', 'fon' => 'fon', 'fr' => 'francés', + 'frc' => 'francés cajun', + 'frr' => 'frisón setentrional', 'fur' => 'friulano', 'fy' => 'frisón occidental', 'ga' => 'irlandés', @@ -118,7 +133,9 @@ return [ 'gv' => 'manx', 'gwi' => 'gwichʼin', 'ha' => 'hausa', + 'hai' => 'haida', 'haw' => 'hawaiano', + 'hax' => 'haida do sur', 'he' => 'hebreo', 'hi' => 'hindi', 'hil' => 'hiligaynon', @@ -128,6 +145,7 @@ return [ 'ht' => 'crioulo haitiano', 'hu' => 'húngaro', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armenio', 'hz' => 'herero', 'ia' => 'interlingua', @@ -136,6 +154,7 @@ return [ 'id' => 'indonesio', 'ig' => 'igbo', 'ii' => 'yi sichuanés', + 'ikt' => 'inuktitut canadense occidental', 'ilo' => 'ilocano', 'inh' => 'inguxo', 'io' => 'ido', @@ -158,6 +177,7 @@ return [ 'kea' => 'caboverdiano', 'kfo' => 'koro', 'kg' => 'kongo', + 'kgp' => 'caingangue', 'kha' => 'khasi', 'khq' => 'koyra chiini', 'ki' => 'kikuyu', @@ -185,6 +205,7 @@ return [ 'kum' => 'kumyk', 'kv' => 'komi', 'kw' => 'córnico', + 'kwk' => 'kwakiutl', 'ky' => 'kirguiz', 'la' => 'latín', 'lad' => 'ladino', @@ -193,11 +214,14 @@ return [ 'lez' => 'lezguio', 'lg' => 'ganda', 'li' => 'limburgués', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laosiano', + 'lou' => 'crioulo de Luisiana', 'loz' => 'lozi', 'lrc' => 'luri setentrional', + 'lsm' => 'saamia', 'lt' => 'lituano', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -226,6 +250,7 @@ return [ 'ml' => 'malabar', 'mn' => 'mongol', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -262,6 +287,11 @@ return [ 'ny' => 'chewa', 'nyn' => 'nyankole', 'oc' => 'occitano', + 'ojb' => 'ojibwa do noroeste', + 'ojc' => 'ojibwa', + 'ojs' => 'oji-cree', + 'ojw' => 'ojibwa do oeste', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'odiá', 'os' => 'ossetio', @@ -271,7 +301,9 @@ return [ 'pap' => 'papiamento', 'pau' => 'palauano', 'pcm' => 'pidgin nixeriano', + 'pis' => 'pijin', 'pl' => 'polaco', + 'pqm' => 'malecite-passamaquoddy', 'prg' => 'prusiano', 'ps' => 'paxto', 'pt' => 'portugués', @@ -310,6 +342,7 @@ return [ 'si' => 'cingalés', 'sk' => 'eslovaco', 'sl' => 'esloveno', + 'slh' => 'lushootseed do sur', 'sm' => 'samoano', 'sma' => 'saami meridional', 'smj' => 'saami de Lule', @@ -324,6 +357,7 @@ return [ 'ss' => 'suazi', 'ssy' => 'saho', 'st' => 'sesotho', + 'str' => 'salish dos estreitos', 'su' => 'sundanés', 'suk' => 'sukuma', 'sv' => 'sueco', @@ -331,24 +365,30 @@ return [ 'swb' => 'comoriano', 'syr' => 'siríaco', 'ta' => 'támil', + 'tce' => 'tutchone do sur', 'te' => 'telugu', 'tem' => 'temne', 'teo' => 'teso', 'tet' => 'tetun', 'tg' => 'taxico', + 'tgx' => 'tagish', 'th' => 'tailandés', + 'tht' => 'tahltan', 'ti' => 'tigriña', 'tig' => 'tigré', 'tk' => 'turkmeno', 'tl' => 'tagalo', 'tlh' => 'klingon', + 'tli' => 'tlingit', 'tn' => 'tswana', 'to' => 'tongano', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turco', 'trv' => 'taroko', 'ts' => 'tsonga', 'tt' => 'tártaro', + 'ttm' => 'tutchone do norte', 'tum' => 'tumbuka', 'tvl' => 'tuvalés', 'tw' => 'twi', @@ -373,6 +413,7 @@ return [ 'war' => 'waray-waray', 'wbp' => 'walrpiri', 'wo' => 'wólof', + 'wuu' => 'chinés wu', 'xal' => 'calmuco', 'xh' => 'xhosa', 'xog' => 'soga', @@ -380,6 +421,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'yiddish', 'yo' => 'ioruba', + 'yrl' => 'nheengatu', 'yue' => 'cantonés', 'zgh' => 'tamazight marroquí estándar', 'zh' => 'chinés', @@ -401,6 +443,7 @@ return [ 'fa_AF' => 'dari', 'fr_CA' => 'francés canadense', 'fr_CH' => 'francés suízo', + 'hi_Latn' => 'hindi (alfabeto latino)', 'nds_NL' => 'baixo saxón', 'nl_BE' => 'flamengo', 'pt_BR' => 'portugués do Brasil', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gu.php index 9938f56..de39b1b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/gu.php @@ -20,18 +20,21 @@ return [ 'am' => 'એમ્હારિક', 'an' => 'અર્ગોનીઝ', 'ang' => 'જુની અંગ્રેજી', + 'ann' => 'ઓબોલો', 'anp' => 'અંગીકા', 'ar' => 'અરબી', 'arc' => 'એરમૈક', 'arn' => 'મેપુચે', 'arp' => 'અરાપાહો', 'arq' => 'આલ્જેરિયન અરબી', + 'ars' => 'નજદી અરેબિક', 'arw' => 'અરાવક', 'ary' => 'મોરોક્કન અરબી', 'arz' => 'ઈજિપ્શિયન અરબી', 'as' => 'આસામી', 'asa' => 'અસુ', 'ast' => 'અસ્તુરિયન', + 'atj' => 'એટીકામેકવ', 'av' => 'અવેરિક', 'awa' => 'અવધી', 'ay' => 'આયમારા', @@ -67,6 +70,7 @@ return [ 'ca' => 'કતલાન', 'cad' => 'કડ્ડો', 'car' => 'કરિબ', + 'cay' => 'કેયુગા', 'cch' => 'અત્સમ', 'ccp' => 'ચકમા', 'ce' => 'ચેચન', @@ -83,13 +87,21 @@ return [ 'chr' => 'શેરોકી', 'chy' => 'શેયેન્ન', 'ckb' => 'સેન્ટ્રલ કુર્દિશ', + 'clc' => 'ચિલકોટિન', 'co' => 'કોર્સિકન', 'cop' => 'કોપ્ટિક', 'cr' => 'ક્રી', + 'crg' => 'મિચિફ', 'crh' => 'ક્રિમિયન તુર્કી', + 'crj' => 'દક્ષિણ પૂર્વ ક્રી', + 'crk' => 'પ્લેઇન્સ ક્રી', + 'crl' => 'ઉત્તરી પૂર્વ ક્રી', + 'crm' => 'મૂઝ ક્રી', + 'crr' => 'કેરોલિના એલ્ગોનક્વિઅન', 'crs' => 'સેસેલ્વા ક્રેઓલે ફ્રેન્ચ', 'cs' => 'ચેક', 'csb' => 'કાશુબિયન', + 'csw' => 'સ્વેમ્પી ક્રી', 'cu' => 'ચર્ચ સ્લાવિક', 'cv' => 'ચૂવાશ', 'cy' => 'વેલ્શ', @@ -139,10 +151,10 @@ return [ 'frc' => 'કાજૂન ફ્રેન્ચ', 'frm' => 'મિડિલ ફ્રેંચ', 'fro' => 'જૂની ફ્રેંચ', - 'frr' => 'ઉત્તરીય ફ્રિશિયન', + 'frr' => 'ઉત્તરી ફ્રિશિયન', 'frs' => 'પૂર્વ ફ્રિશિયન', 'fur' => 'ફ્રિયુલિયાન', - 'fy' => 'પશ્ચિમી ફ્રિસિયન', + 'fy' => 'પશ્ચિમિ ફ્રિશિયન', 'ga' => 'આઇરિશ', 'gaa' => 'ગા', 'gag' => 'ગાગાઝ', @@ -171,6 +183,7 @@ return [ 'ha' => 'હૌસા', 'hai' => 'હૈડા', 'haw' => 'હવાઇયન', + 'hax' => 'દક્ષિણ હૈડા', 'he' => 'હીબ્રુ', 'hi' => 'હિન્દી', 'hif' => 'ફીજી હિંદી', @@ -183,6 +196,7 @@ return [ 'ht' => 'હૈતિઅન ક્રેઓલે', 'hu' => 'હંગેરિયન', 'hup' => 'હૂપા', + 'hur' => 'હેલ્કોમેલેમ', 'hy' => 'આર્મેનિયન', 'hz' => 'હેરેરો', 'ia' => 'ઇંટરલિંગુઆ', @@ -193,6 +207,7 @@ return [ 'ig' => 'ઇગ્બો', 'ii' => 'સિચુઆન યી', 'ik' => 'ઇનુપિયાક', + 'ikt' => 'પશ્ચિમ કેનેડિયન ઇનુકિટ્યુટ', 'ilo' => 'ઇલોકો', 'inh' => 'ઇંગુશ', 'io' => 'ઈડો', @@ -219,6 +234,7 @@ return [ 'kea' => 'કાબુવર્ડિઆનુ', 'kfo' => 'કોરો', 'kg' => 'કોંગો', + 'kgp' => 'કૈંગાંગ', 'kha' => 'ખાસી', 'kho' => 'ખોતાનીસ', 'khq' => 'કોયરા ચિનિ', @@ -249,6 +265,7 @@ return [ 'kut' => 'કુતેનાઇ', 'kv' => 'કોમી', 'kw' => 'કોર્નિશ', + 'kwk' => 'ક્વેકવાલા', 'ky' => 'કિર્ગીઝ', 'la' => 'લેટિન', 'lad' => 'લાદીનો', @@ -260,6 +277,7 @@ return [ 'lfn' => 'લિંગ્વા ફેન્કા નોવા', 'lg' => 'ગાંડા', 'li' => 'લિંબૂર્ગિશ', + 'lil' => 'લિલુએટ', 'lkt' => 'લાકોટા', 'ln' => 'લિંગાલા', 'lo' => 'લાઓ', @@ -267,6 +285,7 @@ return [ 'lou' => 'લ્યુઇસિયાના ક્રેઓલ', 'loz' => 'લોઝી', 'lrc' => 'ઉત્તરી લુરી', + 'lsm' => 'સામિયા', 'lt' => 'લિથુઆનિયન', 'lu' => 'લૂબા-કટાંગા', 'lua' => 'લૂબા-લુલુઆ', @@ -300,6 +319,7 @@ return [ 'mn' => 'મોંગોલિયન', 'mnc' => 'માન્ચુ', 'mni' => 'મણિપુરી', + 'moe' => 'ઇન્નુ-આયમુન', 'moh' => 'મોહૌક', 'mos' => 'મોસ્સી', 'mr' => 'મરાઠી', @@ -344,6 +364,11 @@ return [ 'nzi' => 'ન્ઝિમા', 'oc' => 'ઓક્સિટન', 'oj' => 'ઓજિબ્વા', + 'ojb' => 'ઉત્તરપશ્ચિમી ઓઝિબવે', + 'ojc' => 'સેન્ટ્રલ ઓઝિબ્વા', + 'ojs' => 'ઓજી-ક્રી', + 'ojw' => 'પશ્ચિમી ઓઝિબ્વા', + 'oka' => 'ઓકાનાગન', 'om' => 'ઓરોમો', 'or' => 'ઉડિયા', 'os' => 'ઓસ્સેટિક', @@ -359,8 +384,10 @@ return [ 'peo' => 'જૂની ફારસી', 'phn' => 'ફોનિશિયન', 'pi' => 'પાલી', + 'pis' => 'પિજિન', 'pl' => 'પોલીશ', 'pon' => 'પોહપિએન', + 'pqm' => 'મલિસીટ-પાસમાક્વોડ્ડી', 'prg' => 'પ્રુસ્સીયન', 'pro' => 'જુની પ્રોવેન્સલ', 'ps' => 'પશ્તો', @@ -407,6 +434,7 @@ return [ 'sid' => 'સિદામો', 'sk' => 'સ્લોવૅક', 'sl' => 'સ્લોવેનિયન', + 'slh' => 'દક્ષિણ લુશુટસીડ', 'sm' => 'સામોન', 'sma' => 'દક્ષિણી સામી', 'smj' => 'લુલે સામી', @@ -423,6 +451,7 @@ return [ 'ss' => 'સ્વાતી', 'ssy' => 'સાહો', 'st' => 'દક્ષિણ સોથો', + 'str' => 'સ્ટ્રેટ્સ સેલિશ', 'su' => 'સંડેનીઝ', 'suk' => 'સુકુમા', 'sus' => 'સુસુ', @@ -433,6 +462,7 @@ return [ 'syc' => 'પરંપરાગત સિરિએક', 'syr' => 'સિરિએક', 'ta' => 'તમિલ', + 'tce' => 'દક્ષિણ ટુચૉન', 'tcy' => 'તુલુ', 'te' => 'તેલુગુ', 'tem' => 'ટિમ્ને', @@ -440,7 +470,9 @@ return [ 'ter' => 'તેરેનો', 'tet' => 'તેતુમ', 'tg' => 'તાજીક', + 'tgx' => 'ટાગિશ', 'th' => 'થાઈ', + 'tht' => 'તહલતાન', 'ti' => 'ટાઇગ્રિનિયા', 'tig' => 'ટાઇગ્રે', 'tiv' => 'તિવ', @@ -448,17 +480,19 @@ return [ 'tkl' => 'તોકેલાઉ', 'tl' => 'ટાગાલોગ', 'tlh' => 'ક્લિન્ગોન', - 'tli' => 'ક્લીન્ગકિટ', + 'tli' => 'ટ્લિંગિટ', 'tmh' => 'તામાશેખ', 'tn' => 'ત્સ્વાના', 'to' => 'ટોંગાન', 'tog' => 'ન્યાસા ટોન્ગા', + 'tok' => 'ટોકી પોના', 'tpi' => 'ટોક પિસિન', 'tr' => 'ટર્કિશ', 'trv' => 'ટારોકો', 'ts' => 'સોંગા', 'tsi' => 'સિમ્શિયન', 'tt' => 'તતાર', + 'ttm' => 'ઉત્તરી ટુચૉન', 'ttt' => 'મુસ્લિમ તાટ', 'tum' => 'તુમ્બુકા', 'tvl' => 'તુવાલુ', @@ -487,6 +521,7 @@ return [ 'was' => 'વાશો', 'wbp' => 'વાર્લ્પીરી', 'wo' => 'વોલોફ', + 'wuu' => 'વુ ચાઈનીઝ', 'xal' => 'કાલ્મિક', 'xh' => 'ખોસા', 'xog' => 'સોગા', @@ -496,6 +531,7 @@ return [ 'ybb' => 'યેમ્બા', 'yi' => 'યિદ્દિશ', 'yo' => 'યોરૂબા', + 'yrl' => 'નહેનગાતુ', 'yue' => 'કેંટોનીઝ', 'za' => 'ઝુઆગ', 'zap' => 'ઝેપોટેક', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ha.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ha.php index f4464e1..b39bdb0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ha.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ha.php @@ -2,48 +2,96 @@ return [ 'Names' => [ + 'ab' => 'Abkhazian', + 'ace' => 'Achinese', + 'ada' => 'Adangme', + 'ady' => 'Adyghe', 'af' => 'Afirkanci', 'agq' => 'Aghem', + 'ain' => 'Ainu', 'ak' => 'Akan', + 'ale' => 'Aleut', + 'alt' => 'Altai na Kudanci', 'am' => 'Amharik', + 'an' => 'Aragonesanci', + 'ann' => 'Obolo', + 'anp' => 'Angika', 'ar' => 'Larabci', + 'arn' => 'Mapuche', + 'arp' => 'Arapaho', + 'ars' => 'Larabcin Najdi', 'as' => 'Asamisanci', 'asa' => 'Asu', 'ast' => 'Asturia', + 'atj' => 'Atikamekw', + 'av' => 'Avaric', + 'awa' => 'Awadhi', + 'ay' => 'Aymaranci', 'az' => 'Azerbaijanci', + 'ba' => 'Bashkir', + 'ban' => 'Balenesanci', 'bas' => 'Basaa', 'be' => 'Belarusanci', 'bem' => 'Bemba', 'bez' => 'Bena', 'bg' => 'Bulgariyanci', + 'bho' => 'Bhojpuri', + 'bi' => 'Bislama', + 'bin' => 'Bini', + 'bla' => 'Siksiká', 'bm' => 'Bambara', 'bn' => 'Bengali', 'bo' => 'Tibetan', 'br' => 'Buretananci', 'brx' => 'Bodo', 'bs' => 'Bosniyanci', + 'bug' => 'Buginesanci', + 'byn' => 'Blin', 'ca' => 'Kataloniyanci', + 'cay' => 'Cayuga', 'ccp' => 'Chakma', 'ce' => 'Chechen', 'ceb' => 'Cebuano', 'cgg' => 'Chiga', + 'ch' => 'Chamorro', + 'chk' => 'Chuukese', + 'chm' => 'Mari', + 'cho' => 'Choctaw', + 'chp' => 'Chipewyan', 'chr' => 'Cherokee', + 'chy' => 'Cheyenne', 'ckb' => 'Kurdawa ta Tsakiya', + 'clc' => 'Chilcotin', 'co' => 'Corsican', + 'crg' => 'Michif', + 'crj' => 'Cree na Kusu-Maso-Gabas', + 'crk' => 'Plains Cree', + 'crl' => 'Cree na Arewacin-Gabas', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina Algonquian', 'cs' => 'Cek', + 'csw' => 'Swampy Cree', 'cu' => 'Church Slavic', + 'cv' => 'Chuvash', 'cy' => 'Welsh', 'da' => 'Danish', + 'dak' => 'Dakota', + 'dar' => 'Dargwa', 'dav' => 'Taita', 'de' => 'Jamusanci', + 'dgr' => 'Dogrib', 'dje' => 'Zarma', 'doi' => 'Harshen Dogri', 'dsb' => 'Sorbianci ta kasa', 'dua' => 'Duala', + 'dv' => 'Divehi', 'dyo' => 'Jola-Fonyi', 'dz' => 'Dzongkha', + 'dzg' => 'Dazaga', 'ebu' => 'Embu', 'ee' => 'Ewe', + 'efi' => 'Efik', + 'eka' => 'Ekajuk', 'el' => 'Girkanci', 'en' => 'Turanci', 'eo' => 'Esperanto', @@ -55,176 +103,315 @@ return [ 'ff' => 'Fulah', 'fi' => 'Yaren mutanen Finland', 'fil' => 'Dan Filifin', + 'fj' => 'Fijiyanci', 'fo' => 'Faroese', + 'fon' => 'Fon', 'fr' => 'Faransanci', + 'frc' => 'Faransancin Cajun', + 'frr' => 'Firisiyanci na Arewaci', 'fur' => 'Friulian', 'fy' => 'Frisian ta Yamma', 'ga' => 'Dan Irish', + 'gaa' => 'Ga', 'gd' => 'Kʼabilan Scots Gaelic', + 'gez' => 'Geez', + 'gil' => 'Gilbertese', 'gl' => 'Bagalike', + 'gn' => 'Guwaraniyanci', + 'gor' => 'Gorontalo', 'gsw' => 'Jamusanci Swiss', 'gu' => 'Gujarati', 'guz' => 'Gusii', 'gv' => 'Manx', + 'gwi' => 'Gwichʼin', 'ha' => 'Hausa', + 'hai' => 'Haida', 'haw' => 'Hawaiianci', + 'hax' => 'Haida na Kudanci', 'he' => 'Ibrananci', 'hi' => 'Harshen Hindi', + 'hil' => 'Hiligaynon', 'hmn' => 'Hmong', 'hr' => 'Kuroshiyan', 'hsb' => 'Sorbianci ta Sama', 'ht' => 'Haitian Creole', 'hu' => 'Harshen Hungari', + 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armeniyanci', + 'hz' => 'Herero', 'ia' => 'Yare Tsakanin Kasashe', + 'iba' => 'Iban', + 'ibb' => 'Ibibio', 'id' => 'Harshen Indunusiya', + 'ie' => 'Intagulanci', 'ig' => 'Igbo', 'ii' => 'Sichuan Yi', + 'ikt' => 'Inuktitut na Yammacin Kanada', + 'ilo' => 'Ikolo', + 'inh' => 'Ingush', + 'io' => 'Ido', 'is' => 'Yaren mutanen Iceland', 'it' => 'Italiyanci', + 'iu' => 'Inuktitut', 'ja' => 'Japananci', + 'jbo' => 'Lojban', 'jgo' => 'Ngomba', 'jmc' => 'Machame', 'jv' => 'Jafananci', 'ka' => 'Jojiyanci', 'kab' => 'Kabyle', + 'kac' => 'Kachin', + 'kaj' => 'Jju', 'kam' => 'Kamba', + 'kbd' => 'Karbadiyanci', + 'kcg' => 'Tyap', 'kde' => 'Makonde', 'kea' => 'Kabuverdianu', + 'kfo' => 'Koro', + 'kgp' => 'Kaingang', + 'kha' => 'Khasi', 'khq' => 'Koyra Chiini', 'ki' => 'Kikuyu', + 'kj' => 'Kuanyama', 'kk' => 'Kazakh', 'kkj' => 'Kako', 'kl' => 'Kalaallisut', 'kln' => 'Kalenjin', 'km' => 'Harshen Kimar', + 'kmb' => 'Kimbundu', 'kn' => 'Kannada', 'ko' => 'Harshen Koreya', 'kok' => 'Konkananci', + 'kpe' => 'Kpelle', + 'kr' => 'Kanuri', + 'krc' => 'Karachay-Balkar', + 'krl' => 'Kareliyanci', + 'kru' => 'Kurukh', 'ks' => 'Kashmiri', 'ksb' => 'Shambala', 'ksf' => 'Bafia', 'ksh' => 'Colognian', 'ku' => 'Kurdanci', + 'kum' => 'Kumyk', + 'kv' => 'Komi', 'kw' => 'Cornish', + 'kwk' => 'Kwakʼwala', 'ky' => 'Kirgizanci', 'la' => 'Dan Kabilar Latin', + 'lad' => 'Ladino', 'lag' => 'Langi', 'lb' => 'Luxembourgish', + 'lez' => 'Lezghiniyanci', 'lg' => 'Ganda', + 'li' => 'Limburgish', + 'lil' => 'Lillooet', 'lkt' => 'Lakota', 'ln' => 'Lingala', 'lo' => 'Lao', + 'lou' => 'Creole na Louisiana', + 'loz' => 'Lozi', 'lrc' => 'Arewacin Luri', + 'lsm' => 'Saamiyanci', 'lt' => 'Lituweniyanci', 'lu' => 'Luba-Katanga', + 'lua' => 'Luba-Lulua', + 'lun' => 'Lunda', 'luo' => 'Luo', + 'lus' => 'Mizo', 'luy' => 'Luyia', 'lv' => 'Latbiyanci', + 'mad' => 'Madurese', + 'mag' => 'Magahi', 'mai' => 'Maithili', + 'mak' => 'Makasar', 'mas' => 'Harshen Masai', + 'mdf' => 'Moksha', + 'men' => 'Mende', 'mer' => 'Meru', 'mfe' => 'Morisyen', 'mg' => 'Malagasi', 'mgh' => 'Makhuwa-Meetto', 'mgo' => 'Metaʼ', + 'mh' => 'Marshallese', 'mi' => 'Maori', + 'mic' => 'Mi\'kmaq', + 'min' => 'Minangkabau', 'mk' => 'Dan Masedoniya', 'ml' => 'Malayalamci', 'mn' => 'Mongoliyanci', 'mni' => 'Manipuri', + 'moe' => 'Innu-aimun', + 'moh' => 'Mohawk', + 'mos' => 'Mossi', 'mr' => 'Maratinci', 'ms' => 'Harshen Malai', 'mt' => 'Harshen Maltis', 'mua' => 'Mundang', + 'mus' => 'Muscogee', + 'mwl' => 'Mirandese', 'my' => 'Burmanci', + 'myv' => 'Erzya', 'mzn' => 'Mazanderani', + 'na' => 'Nauru', + 'nap' => 'Neapolitan', 'naq' => 'Nama', 'nb' => 'Norwegian Bokmål', 'nd' => 'North Ndebele', 'nds' => 'Low German', 'ne' => 'Nepali', + 'new' => 'Newari', + 'ng' => 'Ndonga', + 'nia' => 'Nias', + 'niu' => 'Niuean', 'nl' => 'Holanci', 'nmg' => 'Kwasio', 'nn' => 'Norwegian Nynorsk', 'nnh' => 'Ngiemboon', 'no' => 'Harhsen Norway', + 'nog' => 'Harshen Nogai', + 'nqo' => 'N’Ko', + 'nr' => 'Ndebele na Kudu', + 'nso' => 'Sotho na Arewaci', 'nus' => 'Nuer', + 'nv' => 'Navajo', 'ny' => 'Nyanja', 'nyn' => 'Nyankole', + 'oc' => 'Ositanci', + 'ojb' => 'Ojibwa na Arewa-Maso-Yamma', + 'ojc' => 'Ojibwa na Tsakiya', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Ojibwa na Yammaci', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Odiya', 'os' => 'Ossetic', 'pa' => 'Punjabi', + 'pag' => 'Pangasinanci', + 'pam' => 'Pampanga', + 'pap' => 'Papiamento', + 'pau' => 'Palauan', 'pcm' => 'Pidgin na Najeriya', + 'pis' => 'Pijin', 'pl' => 'Harshen Polan', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Ferusawa', 'ps' => 'Pashtanci', 'pt' => 'Harshen Potugis', 'qu' => 'Quechua', + 'rap' => 'Rapanui', + 'rar' => 'Rarotongan', 'rhg' => 'Harshen Rohingya', 'rm' => 'Romansh', 'rn' => 'Rundi', 'ro' => 'Romaniyanci', 'rof' => 'Rombo', 'ru' => 'Rashanci', + 'rup' => 'Aromaniyanci', 'rw' => 'Kinyarwanda', 'rwk' => 'Rwa', 'sa' => 'Sanskrit', + 'sad' => 'Sandawe', 'sah' => 'Sakha', 'saq' => 'Samburu', 'sat' => 'Santali', + 'sba' => 'Ngambay', 'sbp' => 'Sangu', + 'sc' => 'Sardiniyanci', + 'scn' => 'Sisiliyanci', + 'sco' => 'Scots', 'sd' => 'Sindiyanci', 'se' => 'Sami ta Arewa', 'seh' => 'Sena', 'ses' => 'Koyraboro Senni', 'sg' => 'Sango', + 'sh' => 'Kuroweshiyancin-Sabiya', 'shi' => 'Tachelhit', + 'shn' => 'Shan', 'si' => 'Sinhalanci', 'sk' => 'Basulke', 'sl' => 'Basulabe', + 'slh' => 'Lushbootseed na Kudanci', 'sm' => 'Samoan', 'smn' => 'Inari Sami', + 'sms' => 'Skolt Sami', 'sn' => 'Shona', + 'snk' => 'Soninke', 'so' => 'Somalianci', 'sq' => 'Albaniyanci', 'sr' => 'Sabiyan', + 'srn' => 'Sranan Tongo', + 'ss' => 'Swati', 'st' => 'Sesotanci', + 'str' => 'Straits Salish', 'su' => 'Harshen Sundanese', + 'suk' => 'Sukuma', 'sv' => 'Harshen Suwedan', 'sw' => 'Harshen Suwahili', + 'swb' => 'Komoriyanci', + 'syr' => 'Syriac', 'ta' => 'Tamil', + 'tce' => 'Tutchone na Kudanci', 'te' => 'Telugu', + 'tem' => 'Timne', 'teo' => 'Teso', + 'tet' => 'Tatum', 'tg' => 'Tajik', + 'tgx' => 'Tagish', 'th' => 'Thai', + 'tht' => 'Tahltan', 'ti' => 'Tigrinyanci', + 'tig' => 'Tigre', 'tk' => 'Tukmenistanci', + 'tlh' => 'Klingon', + 'tli' => 'Tlingit', + 'tn' => 'Tswana', 'to' => 'Tonganci', + 'tok' => 'Toki Pona', + 'tpi' => 'Tok Pisin', 'tr' => 'Harshen Turkiyya', + 'trv' => 'Taroko', + 'ts' => 'Tsonga', 'tt' => 'Tatar', + 'ttm' => 'Tutchone na Arewaci', + 'tum' => 'Tumbuka', + 'tvl' => 'Tuvalu', + 'tw' => 'Tiwiniyanci', 'twq' => 'Tasawak', + 'ty' => 'Tahitiyanci', + 'tyv' => 'Tuviniyanci', 'tzm' => 'Tamazight na Atlas Tsaka', + 'udm' => 'Udmurt', 'ug' => 'Ugiranci', 'uk' => 'Harshen Yukuren', + 'umb' => 'Umbundu', 'ur' => 'Urdanci', 'uz' => 'Uzbek', 'vai' => 'Vai', + 've' => 'Venda', 'vi' => 'Harshen Biyetinam', 'vo' => 'Volapük', 'vun' => 'Vunjo', + 'wa' => 'Walloon', 'wae' => 'Walser', + 'wal' => 'Wolaytta', + 'war' => 'Waray', 'wo' => 'Wolof', + 'wuu' => 'Sinancin Wu', + 'xal' => 'Kalmyk', 'xh' => 'Bazosa', 'xog' => 'Soga', 'yav' => 'Yangben', + 'ybb' => 'Yemba', 'yi' => 'Yaren Yiddish', 'yo' => 'Yarbanci', + 'yrl' => 'Nheengatu', 'yue' => 'Harshen Cantonese', 'zgh' => 'Daidaitaccen Moroccan Tamazight', 'zh' => 'Harshen Sinanci', 'zu' => 'Harshen Zulu', + 'zun' => 'Zuni', + 'zza' => 'Zaza', ], 'LocalizedNames' => [ 'ar_001' => 'Larabci Asali Na Zamani', @@ -237,9 +424,10 @@ return [ 'es_419' => 'Sifaniyancin Latin Amirka', 'es_ES' => 'Sifaniyanci Turai', 'es_MX' => 'Sifaniyanci Mesiko', - 'fa_AF' => 'Vote Farisanci na Afaganistan', + 'fa_AF' => 'Farisanci na Afaganistan', 'fr_CA' => 'Farasanci Kanada', 'fr_CH' => 'Farasanci Suwizalan', + 'hi_Latn' => 'Hindi (Latinanci)', 'pt_BR' => 'Harshen Potugis na Birazil', 'pt_PT' => 'Potugis Ƙasashen Turai', 'zh_Hans' => 'Sauƙaƙaƙƙen Sinanci', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ha_NE.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ha_NE.php deleted file mode 100644 index 59804e3..0000000 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ha_NE.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - ], - 'LocalizedNames' => [ - 'ar_001' => 'Larabci Asali Na Zamani', - 'de_AT' => 'Jamusanci Ostiriya', - 'de_CH' => 'Jamusanci Suwizalan', - 'en_AU' => 'Turanci Ostareliya', - 'en_CA' => 'Turanci Kanada', - 'en_GB' => 'Turanci Biritaniya', - 'en_US' => 'Turanci Amirka', - 'es_419' => 'Sifaniyancin Latin Amirka', - 'es_ES' => 'Sifaniyanci Turai', - 'es_MX' => 'Sifaniyanci Mesiko', - 'fa_AF' => 'Vote Farisanci na Afaganistan', - 'fr_CA' => 'Farasanci Kanada', - 'fr_CH' => 'Farasanci Suwizalan', - 'pt_BR' => 'Harshen Potugis na Birazil', - 'pt_PT' => 'Potugis Ƙasashen Turai', - 'zh_Hans' => 'Sauƙaƙaƙƙen Sinanci', - 'zh_Hant' => 'Sinanci na gargajiya', - ], -]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/he.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/he.php index 17a2f72..8b57efd 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/he.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/he.php @@ -20,6 +20,7 @@ return [ 'am' => 'אמהרית', 'an' => 'אראגונית', 'ang' => 'אנגלית עתיקה', + 'ann' => 'אובולו', 'anp' => 'אנג׳יקה', 'ar' => 'ערבית', 'arc' => 'ארמית', @@ -30,6 +31,7 @@ return [ 'as' => 'אסאמית', 'asa' => 'אסו', 'ast' => 'אסטורית', + 'atj' => 'אטיקמק', 'av' => 'אווארית', 'awa' => 'אוואדית', 'ay' => 'איימארית', @@ -87,13 +89,21 @@ return [ 'chr' => 'צ׳רוקי', 'chy' => 'שאיין', 'ckb' => 'כורדית סוראנית', + 'clc' => 'צ׳ילקוטין', 'co' => 'קורסיקנית', 'cop' => 'קופטית', 'cr' => 'קרי', + 'crg' => 'מצ׳יף', 'crh' => 'טטרית של קרים', + 'crj' => 'קרי דרום מזרחי', + 'crk' => 'קרי מישורים', + 'crl' => 'קרי צפון מזרחי', + 'crm' => 'מוס קרי', + 'crr' => 'אלגונקוויאן בקרוליינה', 'crs' => 'קריאולית (סיישל)', 'cs' => 'צ׳כית', 'csb' => 'קשובית', + 'csw' => 'סקרי של אזור הביצות', 'cu' => 'סלאבית כנסייתית עתיקה', 'cv' => 'צ׳ובאש', 'cy' => 'וולשית', @@ -174,6 +184,7 @@ return [ 'hai' => 'האידה', 'hak' => 'סינית האקה', 'haw' => 'הוואית', + 'hax' => 'האידה דרומית', 'he' => 'עברית', 'hi' => 'הינדי', 'hil' => 'היליגאינון', @@ -186,6 +197,7 @@ return [ 'ht' => 'קריאולית (האיטי)', 'hu' => 'הונגרית', 'hup' => 'הופה', + 'hur' => 'הלקומלם', 'hy' => 'ארמנית', 'hz' => 'הררו', 'ia' => '‏אינטרלינגואה', @@ -196,6 +208,7 @@ return [ 'ig' => 'איגבו', 'ii' => 'סצ׳ואן יי', 'ik' => 'אינופיאק', + 'ikt' => 'אינוקטיטוט במערב קנדה', 'ilo' => 'אילוקו', 'inh' => 'אינגושית', 'io' => 'אידו', @@ -254,6 +267,7 @@ return [ 'kut' => 'קוטנאי', 'kv' => 'קומי', 'kw' => 'קורנית', + 'kwk' => 'קוואקוואלה', 'ky' => 'קירגיזית', 'la' => 'לטינית', 'lad' => 'לדינו', @@ -265,6 +279,7 @@ return [ 'lg' => 'גאנדה', 'li' => 'לימבורגית', 'lij' => 'ליגורית', + 'lil' => 'לילואט', 'lkt' => 'לקוטה', 'ln' => 'לינגלה', 'lo' => 'לאו', @@ -272,6 +287,7 @@ return [ 'lou' => 'קריאולית לואיזיאנית', 'loz' => 'לוזית', 'lrc' => 'לורית צפונית', + 'lsm' => 'סמיה', 'lt' => 'ליטאית', 'lu' => 'לובה-קטנגה', 'lua' => 'לובה-לולואה', @@ -307,9 +323,10 @@ return [ 'mn' => 'מונגולית', 'mnc' => 'מנצ׳ו', 'mni' => 'מניפורית', + 'moe' => 'אינו-אמון', 'moh' => 'מוהוק', 'mos' => 'מוסי', - 'mr' => 'מראטהי', + 'mr' => 'מראטהית', 'ms' => 'מלאית', 'mt' => 'מלטית', 'mua' => 'מונדאנג', @@ -352,6 +369,11 @@ return [ 'nzi' => 'נזימה', 'oc' => 'אוקסיטנית', 'oj' => 'אוג׳יבווה', + 'ojb' => 'אוג׳יבווה צפון מערבית', + 'ojc' => 'אוג׳יבווה (מרכז)', + 'ojs' => 'אוג׳י-קרי', + 'ojw' => 'אוביג׳ווה מערבית', + 'oka' => 'אוקאנגן', 'om' => 'אורומו', 'or' => 'אורייה', 'os' => 'אוסטית', @@ -363,12 +385,14 @@ return [ 'pam' => 'פמפאניה', 'pap' => 'פפיאמנטו', 'pau' => 'פלוואן', - 'pcm' => 'ניגרית פידג׳ית', + 'pcm' => 'פידגין ניגרי', 'peo' => 'פרסית עתיקה', 'phn' => 'פיניקית', 'pi' => 'פאלי', + 'pis' => 'פייג׳ין', 'pl' => 'פולנית', 'pon' => 'פונפיאן', + 'pqm' => 'מליסיט-פאסמקוודי', 'prg' => 'פרוסית', 'pro' => 'פרובנסאל עתיקה', 'ps' => 'פאשטו', @@ -417,6 +441,7 @@ return [ 'sid' => 'סידאמו', 'sk' => 'סלובקית', 'sl' => 'סלובנית', + 'slh' => 'לשוטסיד', 'sm' => 'סמואית', 'sma' => 'סאמי דרומית', 'smj' => 'לולה סאמי', @@ -433,6 +458,7 @@ return [ 'ss' => 'סאווזי', 'ssy' => 'סאהו', 'st' => 'סותו דרומית', + 'str' => 'סאליש מיצרי חואן דה פוקה', 'su' => 'סונדנזית', 'suk' => 'סוקומה', 'sus' => 'סוסו', @@ -443,13 +469,16 @@ return [ 'syc' => 'סירית קלאסית', 'syr' => 'סורית', 'ta' => 'טמילית', + 'tce' => 'טצ׳ון דרומית', 'te' => 'טלוגו', 'tem' => 'טימנה', 'teo' => 'טסו', 'ter' => 'טרנו', 'tet' => 'טטום', 'tg' => 'טג׳יקית', + 'tgx' => 'טגישית', 'th' => 'תאית', + 'tht' => 'טלתנית', 'ti' => 'תיגרינית', 'tig' => 'טיגרית', 'tiv' => 'טיב', @@ -462,12 +491,14 @@ return [ 'tn' => 'סוואנה', 'to' => 'טונגאית', 'tog' => 'ניאסה טונגה', + 'tok' => 'טוקי פונה', 'tpi' => 'טוק פיסין', 'tr' => 'טורקית', 'trv' => 'טרוקו', 'ts' => 'טסונגה', 'tsi' => 'טסימשיאן', 'tt' => 'טטרית', + 'ttm' => 'טצ׳ון צפונית', 'tum' => 'טומבוקה', 'tvl' => 'טובאלו', 'tw' => 'טווי', @@ -505,6 +536,7 @@ return [ 'ybb' => 'ימבה', 'yi' => 'יידיש', 'yo' => 'יורובה', + 'yrl' => 'נינגטו', 'yue' => 'קנטונזית', 'za' => 'זואנג', 'zap' => 'זאפוטק', @@ -522,7 +554,7 @@ return [ 'fa_AF' => 'דארי', 'fr_CH' => 'צרפתית (שוויץ)', 'nds_NL' => 'סקסונית תחתית', - 'nl_BE' => 'פלמית', + 'nl_BE' => 'הולנדית (פלמית)', 'ro_MD' => 'מולדבית', 'sw_CD' => 'סווהילי קונגו', 'zh_Hans' => 'סינית פשוטה', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hi.php index 108bd51..650f5ec 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hi.php @@ -20,6 +20,7 @@ return [ 'am' => 'अम्हेरी', 'an' => 'अर्गोनी', 'ang' => 'पुरानी अंग्रेज़ी', + 'ann' => 'ओबोलो', 'anp' => 'अंगिका', 'ar' => 'अरबी', 'arc' => 'ऐरेमेक', @@ -30,6 +31,7 @@ return [ 'as' => 'असमिया', 'asa' => 'असु', 'ast' => 'अस्तुरियन', + 'atj' => 'अतिकामेक्व', 'av' => 'अवेरिक', 'awa' => 'अवधी', 'ay' => 'आयमारा', @@ -62,6 +64,7 @@ return [ 'ca' => 'कातालान', 'cad' => 'कैड्डो', 'car' => 'कैरिब', + 'cay' => 'कायुगा', 'cch' => 'अत्सम', 'ccp' => 'चकमा', 'ce' => 'चेचन', @@ -78,13 +81,21 @@ return [ 'chr' => 'चेरोकी', 'chy' => 'शेयेन्न', 'ckb' => 'सोरानी कुर्दिश', + 'clc' => 'चिलकोटिन', 'co' => 'कोर्सीकन', 'cop' => 'कॉप्टिक', 'cr' => 'क्री', + 'crg' => 'मिचिफ़', 'crh' => 'क्रीमीन तुर्की', + 'crj' => 'दक्षिण पूर्वी क्री', + 'crk' => 'प्लेन्स क्री', + 'crl' => 'नॉर्दन ईस्ट क्री', + 'crm' => 'मूस क्री', + 'crr' => 'कैरोलाइना एल्गोंक्वीयन', 'crs' => 'सेसेल्वा क्रिओल फ्रेंच', 'cs' => 'चेक', 'csb' => 'काशुबियन', + 'csw' => 'स्वॉम्पी क्री', 'cu' => 'चर्च साल्विक', 'cv' => 'चूवाश', 'cy' => 'वेल्श', @@ -117,7 +128,7 @@ return [ 'en' => 'अंग्रेज़ी', 'enm' => 'मध्यकालीन अंग्रेज़ी', 'eo' => 'एस्पेरेंतो', - 'es' => 'स्पेनी', + 'es' => 'स्पेनिश', 'et' => 'एस्टोनियाई', 'eu' => 'बास्क', 'ewo' => 'इवोन्डो', @@ -163,6 +174,7 @@ return [ 'ha' => 'हौसा', 'hai' => 'हैडा', 'haw' => 'हवाई', + 'hax' => 'दक्षिणी हाइदा', 'he' => 'हिब्रू', 'hi' => 'हिन्दी', 'hil' => 'हिलिगेनन', @@ -174,6 +186,7 @@ return [ 'ht' => 'हैतियाई', 'hu' => 'हंगेरियाई', 'hup' => 'हूपा', + 'hur' => 'हल्कोमेलम', 'hy' => 'आर्मेनियाई', 'hz' => 'हरैरो', 'ia' => 'इंटरलिंगुआ', @@ -184,12 +197,13 @@ return [ 'ig' => 'ईग्बो', 'ii' => 'सिचुआन यी', 'ik' => 'इनुपियाक्', + 'ikt' => 'पश्चिमी कनाडाई इनुक्टिटुट', 'ilo' => 'इलोको', 'inh' => 'इंगुश', 'io' => 'इडौ', 'is' => 'आइसलैंडिक', 'it' => 'इतालवी', - 'iu' => 'इनूकीटूत्', + 'iu' => 'इनुक्टिटुट', 'ja' => 'जापानी', 'jbo' => 'लोज्बान', 'jgo' => 'नगोंबा', @@ -210,6 +224,7 @@ return [ 'kea' => 'काबुवेर्दियानु', 'kfo' => 'कोरो', 'kg' => 'कोंगो', + 'kgp' => 'काइंगांग', 'kha' => 'खासी', 'kho' => 'खोतानीस', 'khq' => 'कोयरा चीनी', @@ -240,6 +255,7 @@ return [ 'kut' => 'क्यूतनाई', 'kv' => 'कोमी', 'kw' => 'कोर्निश', + 'kwk' => 'क्वॉकवाला', 'ky' => 'किर्गीज़', 'la' => 'लैटिन', 'lad' => 'लादीनो', @@ -250,6 +266,7 @@ return [ 'lez' => 'लेज़्घीयन', 'lg' => 'गांडा', 'li' => 'लिंबर्गिश', + 'lil' => 'लिलोएट', 'lkt' => 'लैकोटा', 'ln' => 'लिंगाला', 'lo' => 'लाओ', @@ -257,6 +274,7 @@ return [ 'lou' => 'लुईज़ियाना क्रियोल', 'loz' => 'लोज़ी', 'lrc' => 'उत्तरी लूरी', + 'lsm' => 'सामिया', 'lt' => 'लिथुआनियाई', 'lu' => 'ल्यूबा-कटांगा', 'lua' => 'ल्यूबा-लुलुआ', @@ -290,6 +308,7 @@ return [ 'mn' => 'मंगोलियाई', 'mnc' => 'मन्चु', 'mni' => 'मणिपुरी', + 'moe' => 'इन्नु-एईमन', 'moh' => 'मोहौक', 'mos' => 'मोस्सी', 'mr' => 'मराठी', @@ -334,8 +353,13 @@ return [ 'nzi' => 'न्ज़ीमा', 'oc' => 'ओसीटान', 'oj' => 'ओजिब्वा', + 'ojb' => 'उत्तरपश्चिमी ओजिब्वे', + 'ojc' => 'सेंट्रल ओजीब्वे', + 'ojs' => 'ओजी-क्री', + 'ojw' => 'पश्चिमी ओजिब्वा', + 'oka' => 'ओकनागन', 'om' => 'ओरोमो', - 'or' => 'उड़िया', + 'or' => 'ओड़िया', 'os' => 'ओस्सेटिक', 'osa' => 'ओसेज', 'ota' => 'ओटोमान तुर्किश', @@ -349,8 +373,10 @@ return [ 'peo' => 'पुरानी फारसी', 'phn' => 'फोएनिशियन', 'pi' => 'पाली', + 'pis' => 'पाईजिन', 'pl' => 'पोलिश', 'pon' => 'पोह्नपिएन', + 'pqm' => 'मलेसीट-पासेमेक्वोडी', 'prg' => 'प्रुशियाई', 'pro' => 'पुरानी प्रोवेन्सल', 'ps' => 'पश्तो', @@ -397,6 +423,7 @@ return [ 'sid' => 'सिदामो', 'sk' => 'स्लोवाक', 'sl' => 'स्लोवेनियाई', + 'slh' => 'दक्षिणी लशूटसीड', 'sm' => 'सामोन', 'sma' => 'दक्षिणी सामी', 'smj' => 'ल्युल सामी', @@ -413,6 +440,7 @@ return [ 'ss' => 'स्वाती', 'ssy' => 'साहो', 'st' => 'दक्षिणी सेसेथो', + 'str' => 'स्ट्रेट्स सैलिश', 'su' => 'सुंडानी', 'suk' => 'सुकुमा', 'sus' => 'सुसु', @@ -423,13 +451,16 @@ return [ 'syc' => 'क्लासिकल सिरिएक', 'syr' => 'सिरिएक', 'ta' => 'तमिल', + 'tce' => 'दक्षिणी टशोनी', 'te' => 'तेलुगू', 'tem' => 'टिम्ने', 'teo' => 'टेसो', 'ter' => 'तेरेनो', 'tet' => 'तेतुम', 'tg' => 'ताजिक', + 'tgx' => 'टैगिश', 'th' => 'थाई', + 'tht' => 'टैल्हटन', 'ti' => 'तिग्रीन्या', 'tig' => 'टाइग्रे', 'tiv' => 'तिव', @@ -442,12 +473,14 @@ return [ 'tn' => 'सेत्स्वाना', 'to' => 'टोंगन', 'tog' => 'न्यासा टोन्गा', + 'tok' => 'टोकी पोना', 'tpi' => 'टोक पिसिन', 'tr' => 'तुर्की', 'trv' => 'तारोको', 'ts' => 'सोंगा', 'tsi' => 'त्सिमीशियन', 'tt' => 'तातार', + 'ttm' => 'उत्तरी टुशोनी', 'tum' => 'तम्बूका', 'tvl' => 'तुवालु', 'tw' => 'ट्वी', @@ -485,6 +518,7 @@ return [ 'ybb' => 'येंबा', 'yi' => 'यहूदी', 'yo' => 'योरूबा', + 'yrl' => 'नेइंगातू', 'yue' => 'कैंटोनीज़', 'za' => 'ज़ुआंग', 'zap' => 'ज़ेपोटेक', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hi_Latn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hi_Latn.php index 4e55686..e58b7c7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hi_Latn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hi_Latn.php @@ -3,39 +3,20 @@ return [ 'Names' => [ 'af' => 'Afreeki', - 'as' => 'Aasaami', 'bn' => 'Bangla', 'bo' => 'Tibbati', 'ckb' => 'Kurdish, Sorani', 'crh' => 'Crimean Turkish', 'fa' => 'Faarsi', - 'ht' => 'Haitian', + 'ff' => 'Fulah', + 'lah' => 'Lahnda', 'mus' => 'Muscogee', 'nan' => 'Min Nan', + 'nb' => 'Norwegian Bokmal', 'ug' => 'Uighur', 'wal' => 'walamo', ], 'LocalizedNames' => [ - 'ar_001' => 'Modern Standard Arabic', - 'de_AT' => 'Austrian German', - 'de_CH' => 'Swiss High German', - 'en_AU' => 'Australian English', - 'en_CA' => 'Canadian English', - 'en_GB' => 'British English', - 'en_US' => 'American English', - 'es_419' => 'Latin American Spanish', - 'es_ES' => 'European Spanish', - 'es_MX' => 'Mexican Spanish', - 'fa_AF' => 'Dari', - 'fr_CA' => 'Canadian French', - 'fr_CH' => 'Swiss French', 'nds_NL' => 'Low Saxon', - 'nl_BE' => 'Flemish', - 'pt_BR' => 'Brazilian Portuguese', - 'pt_PT' => 'European Portuguese', - 'ro_MD' => 'Moldavian', - 'sw_CD' => 'Congo Swahili', - 'zh_Hans' => 'Simplified Chinese', - 'zh_Hant' => 'Traditional Chinese', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hr.php index 80ff5c6..2537a99 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hr.php @@ -20,6 +20,7 @@ return [ 'am' => 'amharski', 'an' => 'aragonski', 'ang' => 'staroengleski', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arapski', 'arc' => 'aramejski', @@ -30,6 +31,7 @@ return [ 'as' => 'asamski', 'asa' => 'asu', 'ast' => 'asturijski', + 'atj' => 'atikamekw', 'av' => 'avarski', 'awa' => 'awadhi', 'ay' => 'ajmarski', @@ -86,13 +88,21 @@ return [ 'chr' => 'čerokijski', 'chy' => 'čejenski', 'ckb' => 'soranski kurdski', + 'clc' => 'chilcotin', 'co' => 'korzički', 'cop' => 'koptski', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'krimski turski', + 'crj' => 'jugoistični cree', + 'crk' => 'plains cree', + 'crl' => 'sjevernoistočni cree', + 'crm' => 'moose cree', + 'crr' => 'karolinski algonkijski', 'crs' => 'sejšelski kreolski', 'cs' => 'češki', 'csb' => 'kašupski', + 'csw' => 'močvarni cree', 'cu' => 'crkvenoslavenski', 'cv' => 'čuvaški', 'cy' => 'velški', @@ -173,6 +183,7 @@ return [ 'hai' => 'haidi', 'hak' => 'hakka kineski', 'haw' => 'havajski', + 'hax' => 'južni haida', 'he' => 'hebrejski', 'hi' => 'hindski', 'hil' => 'hiligaynonski', @@ -185,6 +196,7 @@ return [ 'ht' => 'haićanski kreolski', 'hu' => 'mađarski', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armenski', 'hz' => 'herero', 'ia' => 'interlingua', @@ -195,6 +207,7 @@ return [ 'ig' => 'igbo', 'ii' => 'sichuan ji', 'ik' => 'inupiaq', + 'ikt' => 'zapadnokanadski inuktitut', 'ilo' => 'iloko', 'inh' => 'ingušetski', 'io' => 'ido', @@ -222,6 +235,7 @@ return [ 'kea' => 'zelenortski', 'kfo' => 'koro', 'kg' => 'kongo', + 'kgp' => 'kaingang', 'kha' => 'khasi', 'kho' => 'khotanese', 'khq' => 'koyra chiini', @@ -252,6 +266,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'kornski', + 'kwk' => 'kwakʼwala', 'ky' => 'kirgiski', 'la' => 'latinski', 'lad' => 'ladino', @@ -262,6 +277,7 @@ return [ 'lez' => 'lezgiški', 'lg' => 'ganda', 'li' => 'limburški', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laoski', @@ -269,6 +285,7 @@ return [ 'lou' => 'lujzijanski kreolski', 'loz' => 'lozi', 'lrc' => 'sjevernolurski', + 'lsm' => 'saamia', 'lt' => 'litavski', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -304,6 +321,7 @@ return [ 'mn' => 'mongolski', 'mnc' => 'mandžurski', 'mni' => 'manipurski', + 'moe' => 'innu-aimun', 'moh' => 'mohok', 'mos' => 'mossi', 'mr' => 'marathski', @@ -349,6 +367,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'okcitanski', 'oj' => 'ojibwa', + 'ojb' => 'sjeverozapadni ojibwa', + 'ojc' => 'centralni ojibwa', + 'ojs' => 'oji-cree', + 'ojw' => 'zapadni ojibwa', + 'oka' => 'okanagan', 'om' => 'oromski', 'or' => 'orijski', 'os' => 'osetski', @@ -364,8 +387,10 @@ return [ 'peo' => 'staroperzijski', 'phn' => 'fenički', 'pi' => 'pali', + 'pis' => 'pijin', 'pl' => 'poljski', 'pon' => 'pohnpeian', + 'pqm' => 'maliseet-Passamaquoddy', 'prg' => 'pruski', 'pro' => 'staroprovansalski', 'ps' => 'paštunski', @@ -414,6 +439,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovački', 'sl' => 'slovenski', + 'slh' => 'južni lushootseed', 'sm' => 'samoanski', 'sma' => 'južni sami', 'smj' => 'lule sami', @@ -430,6 +456,7 @@ return [ 'ss' => 'svati', 'ssy' => 'saho', 'st' => 'sesotski', + 'str' => 'sjeverni sališki', 'su' => 'sundanski', 'suk' => 'sukuma', 'sus' => 'susu', @@ -440,13 +467,16 @@ return [ 'syc' => 'klasični sirski', 'syr' => 'sirijski', 'ta' => 'tamilski', + 'tce' => 'južni tutchone', 'te' => 'teluški', 'tem' => 'temne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadžički', + 'tgx' => 'tagish', 'th' => 'tajlandski', + 'tht' => 'tahltan', 'ti' => 'tigrinja', 'tig' => 'tigriški', 'tiv' => 'tiv', @@ -459,12 +489,14 @@ return [ 'tn' => 'cvana', 'to' => 'tonganski', 'tog' => 'nyasa tonga', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turski', 'trv' => 'taroko', 'ts' => 'tsonga', 'tsi' => 'tsimshian', 'tt' => 'tatarski', + 'ttm' => 'sjeverni tutchone', 'tum' => 'tumbuka', 'tvl' => 'tuvaluanski', 'tw' => 'twi', @@ -502,6 +534,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'jidiš', 'yo' => 'jorupski', + 'yrl' => 'nheengatu', 'yue' => 'kantonski', 'za' => 'zhuang', 'zap' => 'zapotečki', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hu.php index 14290c0..b981262 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hu.php @@ -20,6 +20,7 @@ return [ 'am' => 'amhara', 'an' => 'aragonéz', 'ang' => 'óangol', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arab', 'arc' => 'arámi', @@ -30,6 +31,7 @@ return [ 'as' => 'asszámi', 'asa' => 'asu', 'ast' => 'asztúr', + 'atj' => 'attikamek', 'av' => 'avar', 'awa' => 'awádi', 'ay' => 'ajmara', @@ -86,13 +88,21 @@ return [ 'chr' => 'cseroki', 'chy' => 'csejen', 'ckb' => 'közép-ázsiai kurd', + 'clc' => 'csilkotin', 'co' => 'korzikai', 'cop' => 'kopt', 'cr' => 'krí', + 'crg' => 'micsif', 'crh' => 'krími tatár', + 'crj' => 'délkeleti krí', + 'crk' => 'síksági krí', + 'crl' => 'északkeleti krí', + 'crm' => 'moose krí', + 'crr' => 'karolinai algonkin', 'crs' => 'szeszelva kreol francia', 'cs' => 'cseh', 'csb' => 'kasub', + 'csw' => 'mocsári krí', 'cu' => 'egyházi szláv', 'cv' => 'csuvas', 'cy' => 'walesi', @@ -173,6 +183,7 @@ return [ 'hai' => 'haida', 'hak' => 'hakka kínai', 'haw' => 'hawaii', + 'hax' => 'déli haida', 'he' => 'héber', 'hi' => 'hindi', 'hil' => 'ilokano', @@ -185,6 +196,7 @@ return [ 'ht' => 'haiti kreol', 'hu' => 'magyar', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'örmény', 'hz' => 'herero', 'ia' => 'interlingva', @@ -195,6 +207,7 @@ return [ 'ig' => 'igbó', 'ii' => 'szecsuán ji', 'ik' => 'inupiak', + 'ikt' => 'nyugat-kanadai inuit', 'ilo' => 'ilokó', 'inh' => 'ingus', 'io' => 'idó', @@ -222,6 +235,7 @@ return [ 'kea' => 'kabuverdianu', 'kfo' => 'koro', 'kg' => 'kongo', + 'kgp' => 'kaingang', 'kha' => 'kaszi', 'kho' => 'kotanéz', 'khq' => 'kojra-csíni', @@ -252,6 +266,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'korni', + 'kwk' => 'kwakʼwala', 'ky' => 'kirgiz', 'la' => 'latin', 'lad' => 'ladino', @@ -263,6 +278,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburgi', 'lij' => 'ligur', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'lao', @@ -270,6 +286,7 @@ return [ 'lou' => 'louisianai kreol', 'loz' => 'lozi', 'lrc' => 'északi luri', + 'lsm' => 'samia', 'lt' => 'litván', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -305,6 +322,7 @@ return [ 'mn' => 'mongol', 'mnc' => 'mandzsu', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'moszi', 'mr' => 'maráthi', @@ -350,6 +368,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'okszitán', 'oj' => 'ojibva', + 'ojb' => 'északnyugati odzsibva', + 'ojc' => 'középvidéki odzsibva', + 'ojs' => 'odzsi-krí', + 'ojw' => 'nyugati odzsibva', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'odia', 'os' => 'oszét', @@ -365,8 +388,10 @@ return [ 'peo' => 'óperzsa', 'phn' => 'főniciai', 'pi' => 'pali', + 'pis' => 'pidzsin', 'pl' => 'lengyel', 'pon' => 'pohnpei', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'porosz', 'pro' => 'óprovánszi', 'ps' => 'pastu', @@ -415,6 +440,7 @@ return [ 'sid' => 'szidamó', 'sk' => 'szlovák', 'sl' => 'szlovén', + 'slh' => 'déli lushootseed', 'sm' => 'szamoai', 'sma' => 'déli számi', 'smj' => 'lulei számi', @@ -431,6 +457,7 @@ return [ 'ss' => 'sziszuati', 'ssy' => 'szahó', 'st' => 'déli szeszotó', + 'str' => 'szorosmenti salish', 'su' => 'szundanéz', 'suk' => 'szukuma', 'sus' => 'szuszu', @@ -441,13 +468,16 @@ return [ 'syc' => 'klasszikus szír', 'syr' => 'szír', 'ta' => 'tamil', + 'tce' => 'déli tutchone', 'te' => 'telugu', 'tem' => 'temne', 'teo' => 'teszó', 'ter' => 'terenó', 'tet' => 'tetum', 'tg' => 'tadzsik', + 'tgx' => 'tagish', 'th' => 'thai', + 'tht' => 'tahltan', 'ti' => 'tigrinya', 'tig' => 'tigré', 'tiv' => 'tiv', @@ -460,12 +490,14 @@ return [ 'tn' => 'szecsuáni', 'to' => 'tongai', 'tog' => 'nyugati nyasza', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'török', 'trv' => 'tarokó', 'ts' => 'conga', 'tsi' => 'csimsiáni', 'tt' => 'tatár', + 'ttm' => 'északi tutchone', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', 'tw' => 'twi', @@ -503,6 +535,7 @@ return [ 'ybb' => 'jemba', 'yi' => 'jiddis', 'yo' => 'joruba', + 'yrl' => 'nheengatu', 'yue' => 'kantoni', 'za' => 'zsuang', 'zap' => 'zapoték', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hy.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hy.php index c8b8471..abc3a02 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hy.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/hy.php @@ -19,17 +19,20 @@ return [ 'am' => 'ամհարերեն', 'an' => 'արագոներեն', 'ang' => 'հին անգլերեն', + 'ann' => 'օբոլո', 'anp' => 'անգիկա', 'ar' => 'արաբերեն', 'arc' => 'արամեերեն', 'arn' => 'մապուչի', 'arp' => 'արապահո', 'arq' => 'ալժիրական արաբերեն', + 'ars' => 'նեջդի արաբերեն', 'arz' => 'եգիպտական արաբերեն', 'as' => 'ասամերեն', 'asa' => 'ասու', 'ase' => 'ամերիկյան ժեստերի լեզու', 'ast' => 'աստուրերեն', + 'atj' => 'աթիկամեկ', 'av' => 'ավարերեն', 'awa' => 'ավադհի', 'ay' => 'այմարա', @@ -56,6 +59,7 @@ return [ 'bug' => 'բուգիերեն', 'byn' => 'բիլին', 'ca' => 'կատալաներեն', + 'cay' => 'կայուգա', 'ccp' => 'չակմա', 'ce' => 'չեչեներեն', 'ceb' => 'սեբուերեն', @@ -64,14 +68,23 @@ return [ 'chk' => 'տրուկերեն', 'chm' => 'մարի', 'cho' => 'չոկտո', + 'chp' => 'չիպևայան', 'chr' => 'չերոկի', 'chy' => 'շայեն', 'ckb' => 'սորանի քրդերեն', + 'clc' => 'չիլկոտիներեն', 'co' => 'կորսիկերեն', 'cop' => 'ղպտերեն', + 'crg' => 'միչիֆ', 'crh' => 'ղրիմյան թուրքերեն', + 'crj' => 'հարավ-արևելյան քրի', + 'crk' => 'հարթավայրերի քրի', + 'crl' => 'հյուսիս-արևելյան քրի', + 'crm' => 'մուզ քրի', + 'crr' => 'կարոլինական ալգոնկիներեն', 'crs' => 'սեյշելյան խառնակերտ ֆրանսերեն', 'cs' => 'չեխերեն', + 'csw' => 'ճահճի քրի', 'cu' => 'սլավոներեն, եկեղեցական', 'cv' => 'չուվաշերեն', 'cy' => 'ուելսերեն', @@ -85,7 +98,7 @@ return [ 'doi' => 'դոգրի', 'dsb' => 'ստորին սորբերեն', 'dua' => 'դուալա', - 'dv' => 'մալդիվերեն', + 'dv' => 'դիվեհի', 'dyo' => 'ջոլա-ֆոնյի', 'dz' => 'ջոնգքհա', 'dzg' => 'դազագա', @@ -110,7 +123,9 @@ return [ 'fo' => 'ֆարյորերեն', 'fon' => 'ֆոն', 'fr' => 'ֆրանսերեն', + 'frc' => 'քաջունական ֆրանսերեն', 'fro' => 'հին ֆրանսերեն', + 'frr' => 'հյուսիսային ֆրիզերեն', 'frs' => 'արևելաֆրիզերեն', 'fur' => 'ֆրիուլիերեն', 'fy' => 'արևմտաֆրիզերեն', @@ -134,7 +149,9 @@ return [ 'gv' => 'մեներեն', 'gwi' => 'գվիչին', 'ha' => 'հաուսա', + 'hai' => 'հայդա', 'haw' => 'հավայիերեն', + 'hax' => 'հարավային հայդա', 'he' => 'եբրայերեն', 'hi' => 'հինդի', 'hil' => 'հիլիգայնոն', @@ -145,6 +162,7 @@ return [ 'ht' => 'խառնակերտ հայիթերեն', 'hu' => 'հունգարերեն', 'hup' => 'հուպա', + 'hur' => 'հալքոմելեմ', 'hy' => 'հայերեն', 'hz' => 'հերերո', 'ia' => 'ինտերլինգուա', @@ -154,6 +172,7 @@ return [ 'ie' => 'ինտերլինգուե', 'ig' => 'իգբո', 'ii' => 'սիչուան', + 'ikt' => 'արևմտականադական ինուկտիտուտ', 'ilo' => 'իլոկերեն', 'inh' => 'ինգուշերեն', 'io' => 'իդո', @@ -175,6 +194,7 @@ return [ 'kde' => 'մակոնդե', 'kea' => 'կաբուվերդերեն', 'kfo' => 'կորո', + 'kgp' => 'կաինգան', 'kha' => 'քասիերեն', 'khq' => 'կոյրա չինի', 'ki' => 'կիկույու', @@ -202,6 +222,7 @@ return [ 'kum' => 'կումիկերեն', 'kv' => 'կոմիերեն', 'kw' => 'կոռներեն', + 'kwk' => 'կվակվալա', 'ky' => 'ղրղզերեն', 'la' => 'լատիներեն', 'lad' => 'լադինո', @@ -210,11 +231,14 @@ return [ 'lez' => 'լեզգիերեն', 'lg' => 'գանդա', 'li' => 'լիմբուրգերեն', + 'lil' => 'լիլուետ', 'lkt' => 'լակոտա', 'ln' => 'լինգալա', 'lo' => 'լաոսերեն', + 'lou' => 'լուիզիանական կրեոլերեն', 'loz' => 'լոզի', 'lrc' => 'հյուսիսային լուրիերեն', + 'lsm' => 'սաամերեն', 'lt' => 'լիտվերեն', 'lu' => 'լուբա-կատանգա', 'lua' => 'լուբա-լուլուա', @@ -243,6 +267,7 @@ return [ 'ml' => 'մալայալամ', 'mn' => 'մոնղոլերեն', 'mni' => 'մանիպուրի', + 'moe' => 'իննու-այմուն', 'moh' => 'մոհավք', 'mos' => 'մոսսի', 'mr' => 'մարաթի', @@ -250,7 +275,7 @@ return [ 'ms' => 'մալայերեն', 'mt' => 'մալթայերեն', 'mua' => 'մունդանգ', - 'mus' => 'կրիկ', + 'mus' => 'մասքոջի', 'mwl' => 'միրանդերեն', 'my' => 'բիրմայերեն', 'myv' => 'էրզյա', @@ -282,6 +307,11 @@ return [ 'nyn' => 'նյանկոլե', 'oc' => 'օքսիտաներեն', 'oj' => 'օջիբվա', + 'ojb' => 'հյուսիս-արևմտյան օջիբվե', + 'ojc' => 'կենտրոնական օջիբվե', + 'ojs' => 'օջի քրի', + 'ojw' => 'արևմտյան օջիբվե', + 'oka' => 'օկանագան', 'om' => 'օրոմո', 'or' => 'օրիյա', 'os' => 'օսերեն', @@ -294,17 +324,19 @@ return [ 'pap' => 'պապյամենտո', 'pau' => 'պալաուերեն', 'pcd' => 'պիկարդերեն', - 'pcm' => 'նիգերյան կրեոլերեն', + 'pcm' => 'նիգերիական փիջին', 'pdc' => 'փենսիլվանական գերմաներեն', 'pdt' => 'պլատագերմաներեն', 'peo' => 'հին պարսկերեն', 'pfl' => 'պալատինյան գերմաներեն', 'phn' => 'փյունիկերեն', 'pi' => 'պալի', + 'pis' => 'փիջին', 'pl' => 'լեհերեն', 'pms' => 'պիեմոնտերեն', 'pnt' => 'պոնտերեն', 'pon' => 'պոնպեերեն', + 'pqm' => 'մալեսիտ-պասամակվոդի', 'prg' => 'պրուսերեն', 'pro' => 'հին պրովանսերեն', 'ps' => 'փուշթու', @@ -315,7 +347,7 @@ return [ 'rap' => 'ռապանուի', 'rar' => 'ռարոտոնգաներեն', 'rgn' => 'ռոմանիոլերեն', - 'rhg' => 'Ռոհինջա', + 'rhg' => 'ռոհինջա', 'rif' => 'ռիֆերեն', 'rm' => 'ռոմանշերեն', 'rn' => 'ռունդի', @@ -352,6 +384,7 @@ return [ 'si' => 'սինհալերեն', 'sk' => 'սլովակերեն', 'sl' => 'սլովեներեն', + 'slh' => 'հարավային լուշուցիդ', 'sm' => 'սամոաերեն', 'sma' => 'հարավային սաամի', 'smj' => 'լուլե սաամի', @@ -366,6 +399,7 @@ return [ 'ss' => 'սվազերեն', 'ssy' => 'սահոերեն', 'st' => 'հարավային սոթո', + 'str' => 'սթրեյթս սալիշերեն', 'su' => 'սունդաներեն', 'suk' => 'սուկումա', 'sv' => 'շվեդերեն', @@ -373,6 +407,7 @@ return [ 'swb' => 'կոմորերեն', 'syr' => 'ասորերեն', 'ta' => 'թամիլերեն', + 'tce' => 'հարավային թուտչոնե', 'tcy' => 'տուլու', 'te' => 'թելուգու', 'tem' => 'տեմնե', @@ -380,7 +415,9 @@ return [ 'ter' => 'տերենո', 'tet' => 'տետում', 'tg' => 'տաջիկերեն', + 'tgx' => 'թագիշ', 'th' => 'թայերեն', + 'tht' => 'թալթան', 'ti' => 'տիգրինյա', 'tig' => 'տիգրե', 'tiv' => 'տիվերեն', @@ -394,6 +431,7 @@ return [ 'tmh' => 'տամաշեկ', 'tn' => 'ցվանա', 'to' => 'տոնգերեն', + 'tok' => 'տոկիպոնա', 'tpi' => 'տոկ փիսին', 'tr' => 'թուրքերեն', 'tru' => 'տուրոյո', @@ -402,6 +440,7 @@ return [ 'tsd' => 'ցակոներեն', 'tsi' => 'ցիմշյան', 'tt' => 'թաթարերեն', + 'ttm' => 'հյուսիսային թուտչոնե', 'tum' => 'տումբուկա', 'tvl' => 'թուվալուերեն', 'tw' => 'տուի', @@ -443,6 +482,7 @@ return [ 'ybb' => 'եմբա', 'yi' => 'իդիշ', 'yo' => 'յորուբա', + 'yrl' => 'նինգաթու', 'yue' => 'կանտոներեն', 'za' => 'ժուանգ', 'zap' => 'սապոտեկերեն', @@ -475,6 +515,6 @@ return [ 'ro_MD' => 'մոլդովերեն', 'sw_CD' => 'կոնգոյի սուահիլի', 'zh_Hans' => 'պարզեցված չինարեն', - 'zh_Hant' => 'չինարեն, ավանդական', + 'zh_Hant' => 'ավանդական չինարեն', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ia.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ia.php index d586aae..826939c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ia.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ia.php @@ -15,13 +15,16 @@ return [ 'alt' => 'altai del sud', 'am' => 'amharico', 'an' => 'aragonese', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabe', 'arn' => 'mapuche', 'arp' => 'arapaho', + 'ars' => 'arabe najdi', 'as' => 'assamese', 'asa' => 'asu', 'ast' => 'asturiano', + 'atj' => 'atikamekw', 'av' => 'avaro', 'awa' => 'awadhi', 'ay' => 'aymara', @@ -46,6 +49,7 @@ return [ 'bug' => 'buginese', 'byn' => 'blin', 'ca' => 'catalano', + 'cay' => 'cayuga', 'ccp' => 'chakma', 'ce' => 'checheno', 'ceb' => 'cebuano', @@ -54,12 +58,21 @@ return [ 'chk' => 'chuukese', 'chm' => 'mari', 'cho' => 'choctaw', + 'chp' => 'chipewyan', 'chr' => 'cherokee', 'chy' => 'cheyenne', 'ckb' => 'kurdo central', + 'clc' => 'chilcotin', 'co' => 'corso', + 'crg' => 'mitchif', + 'crj' => 'cree del sud-est', + 'crk' => 'cree del planas', + 'crl' => 'cree del nord-est', + 'crm' => 'cree moose', + 'crr' => 'algonquino de Carolina', 'crs' => 'creolo seychellese', 'cs' => 'checo', + 'csw' => 'cree del paludes', 'cu' => 'slavo ecclesiastic', 'cv' => 'chuvash', 'cy' => 'gallese', @@ -96,6 +109,8 @@ return [ 'fo' => 'feroese', 'fon' => 'fon', 'fr' => 'francese', + 'frc' => 'francese cajun', + 'frr' => 'frison septentrional', 'fur' => 'friulano', 'fy' => 'frison occidental', 'ga' => 'irlandese', @@ -112,7 +127,9 @@ return [ 'gv' => 'mannese', 'gwi' => 'gwich’in', 'ha' => 'hausa', + 'hai' => 'haida', 'haw' => 'hawaiano', + 'hax' => 'haida del sud', 'he' => 'hebreo', 'hi' => 'hindi', 'hil' => 'hiligaynon', @@ -122,6 +139,7 @@ return [ 'ht' => 'creolo haitian', 'hu' => 'hungaro', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armenio', 'hz' => 'herero', 'ia' => 'interlingua', @@ -130,6 +148,7 @@ return [ 'id' => 'indonesiano', 'ig' => 'igbo', 'ii' => 'yi de Sichuan', + 'ikt' => 'inuktitut del west canadian', 'ilo' => 'ilocano', 'inh' => 'ingush', 'io' => 'ido', @@ -151,6 +170,7 @@ return [ 'kde' => 'makonde', 'kea' => 'capoverdiano', 'kfo' => 'koro', + 'kgp' => 'kaingang', 'kha' => 'khasi', 'khq' => 'koyra chiini', 'ki' => 'kikuyu', @@ -177,6 +197,7 @@ return [ 'kum' => 'kumyko', 'kv' => 'komi', 'kw' => 'cornico', + 'kwk' => 'kwakwala', 'ky' => 'kirghizo', 'la' => 'latino', 'lad' => 'ladino', @@ -185,11 +206,14 @@ return [ 'lez' => 'lezghiano', 'lg' => 'luganda', 'li' => 'limburgese', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laotiano', + 'lou' => 'creolo louisianese', 'loz' => 'lozi', 'lrc' => 'luri del nord', + 'lsm' => 'samia', 'lt' => 'lithuano', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -218,6 +242,7 @@ return [ 'ml' => 'malayalam', 'mn' => 'mongol', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -254,6 +279,11 @@ return [ 'ny' => 'nyanja', 'nyn' => 'nyankole', 'oc' => 'occitano', + 'ojb' => 'ojibwa del nord-west', + 'ojc' => 'ojibwa central', + 'ojs' => 'oji-cree', + 'ojw' => 'ojibwa del west', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'oriya', 'os' => 'osseto', @@ -263,7 +293,9 @@ return [ 'pap' => 'papiamento', 'pau' => 'palauano', 'pcm' => 'pidgin nigerian', + 'pis' => 'pijin', 'pl' => 'polonese', + 'pqm' => 'malecite-passamaquoddy', 'prg' => 'prussiano', 'ps' => 'pashto', 'pt' => 'portugese', @@ -300,6 +332,7 @@ return [ 'si' => 'cingalese', 'sk' => 'slovaco', 'sl' => 'sloveno', + 'slh' => 'lushootseed del sud', 'sm' => 'samoano', 'sma' => 'sami del sud', 'smj' => 'sami de Lule', @@ -314,6 +347,7 @@ return [ 'ss' => 'swati', 'ssy' => 'saho', 'st' => 'sotho del sud', + 'str' => 'salish del strictos', 'su' => 'sundanese', 'suk' => 'sukuma', 'sv' => 'svedese', @@ -321,23 +355,29 @@ return [ 'swb' => 'comoriano', 'syr' => 'syriaco', 'ta' => 'tamil', + 'tce' => 'tutchone del sud', 'te' => 'telugu', 'tem' => 'temne', 'teo' => 'teso', 'tet' => 'tetum', 'tg' => 'tajiko', + 'tgx' => 'tagish', 'th' => 'thai', + 'tht' => 'tahltan', 'ti' => 'tigrinya', 'tig' => 'tigre', 'tk' => 'turkmeno', 'tlh' => 'klingon', + 'tli' => 'tlingit', 'tn' => 'tswana', 'to' => 'tongano', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turco', 'trv' => 'taroko', 'ts' => 'tsonga', 'tt' => 'tataro', + 'ttm' => 'tutchone del nord', 'tum' => 'tumbuka', 'tvl' => 'tuvaluano', 'twq' => 'tasawaq', @@ -360,6 +400,7 @@ return [ 'wal' => 'wolaytta', 'war' => 'waray', 'wo' => 'wolof', + 'wuu' => 'wu', 'xal' => 'calmuco', 'xh' => 'xhosa', 'xog' => 'soga', @@ -367,6 +408,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'yiddish', 'yo' => 'yoruba', + 'yrl' => 'nheengatu', 'yue' => 'cantonese', 'zgh' => 'tamazight marocchin standard', 'zh' => 'chinese', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/id.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/id.php index 5344435..e1b0fc4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/id.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/id.php @@ -22,6 +22,7 @@ return [ 'am' => 'Amharik', 'an' => 'Aragon', 'ang' => 'Inggris Kuno', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arab', 'arc' => 'Aram', @@ -36,6 +37,7 @@ return [ 'asa' => 'Asu', 'ase' => 'Bahasa Isyarat Amerika', 'ast' => 'Asturia', + 'atj' => 'Atikamekw', 'av' => 'Avar', 'awa' => 'Awadhi', 'ay' => 'Aymara', @@ -78,7 +80,7 @@ return [ 'byv' => 'Medumba', 'ca' => 'Katalan', 'cad' => 'Kado', - 'car' => 'Karib', + 'car' => 'Karibia', 'cay' => 'Cayuga', 'cch' => 'Atsam', 'ccp' => 'Chakma', @@ -96,13 +98,21 @@ return [ 'chr' => 'Cherokee', 'chy' => 'Cheyenne', 'ckb' => 'Kurdi Sorani', + 'clc' => 'Chilcotin', 'co' => 'Korsika', 'cop' => 'Koptik', 'cr' => 'Kree', + 'crg' => 'Michif', 'crh' => 'Tatar Krimea', + 'crj' => 'East Cree Selatan', + 'crk' => 'Cree Dataran', + 'crl' => 'East Cree Utara', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina Algonquian', 'crs' => 'Seselwa Kreol Prancis', 'cs' => 'Cheska', 'csb' => 'Kashubia', + 'csw' => 'Cree Rawa', 'cu' => 'Bahasa Gereja Slavonia', 'cv' => 'Chuvash', 'cy' => 'Welsh', @@ -183,6 +193,7 @@ return [ 'ha' => 'Hausa', 'hai' => 'Haida', 'haw' => 'Hawaii', + 'hax' => 'Haida Selatan', 'he' => 'Ibrani', 'hi' => 'Hindi', 'hif' => 'Hindi Fiji', @@ -195,6 +206,7 @@ return [ 'ht' => 'Kreol Haiti', 'hu' => 'Hungaria', 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armenia', 'hz' => 'Herero', 'ia' => 'Interlingua', @@ -205,6 +217,7 @@ return [ 'ig' => 'Igbo', 'ii' => 'Sichuan Yi', 'ik' => 'Inupiak', + 'ikt' => 'Inuktitut Kanada Barat', 'ilo' => 'Iloko', 'inh' => 'Ingushetia', 'io' => 'Ido', @@ -265,6 +278,7 @@ return [ 'kut' => 'Kutenai', 'kv' => 'Komi', 'kw' => 'Kornish', + 'kwk' => 'Kwakʼwala', 'ky' => 'Kirgiz', 'la' => 'Latin', 'lad' => 'Ladino', @@ -276,6 +290,7 @@ return [ 'lg' => 'Ganda', 'li' => 'Limburgia', 'lij' => 'Liguria', + 'lil' => 'Lillooet', 'lkt' => 'Lakota', 'ln' => 'Lingala', 'lo' => 'Lao', @@ -283,6 +298,7 @@ return [ 'lou' => 'Kreol Louisiana', 'loz' => 'Lozi', 'lrc' => 'Luri Utara', + 'lsm' => 'Saamia', 'lt' => 'Lituavi', 'lu' => 'Luba-Katanga', 'lua' => 'Luba-Lulua', @@ -319,6 +335,7 @@ return [ 'mn' => 'Mongolia', 'mnc' => 'Manchuria', 'mni' => 'Manipuri', + 'moe' => 'Innu-aimun', 'moh' => 'Mohawk', 'mos' => 'Mossi', 'mr' => 'Marathi', @@ -364,6 +381,11 @@ return [ 'nzi' => 'Nzima', 'oc' => 'Ositania', 'oj' => 'Ojibwa', + 'ojb' => 'Ojibwe Barat Laut', + 'ojc' => 'Ojibwe Tengah', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Ojibwe Barat', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Oriya', 'os' => 'Ossetia', @@ -380,8 +402,10 @@ return [ 'peo' => 'Persia Kuno', 'phn' => 'Funisia', 'pi' => 'Pali', + 'pis' => 'Pijin', 'pl' => 'Polski', 'pon' => 'Pohnpeia', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Prusia', 'pro' => 'Provencal Lama', 'ps' => 'Pashto', @@ -432,6 +456,7 @@ return [ 'sid' => 'Sidamo', 'sk' => 'Slovak', 'sl' => 'Sloven', + 'slh' => 'Lushootseed Selatan', 'sli' => 'Silesia Rendah', 'sly' => 'Selayar', 'sm' => 'Samoa', @@ -450,6 +475,7 @@ return [ 'ss' => 'Swati', 'ssy' => 'Saho', 'st' => 'Sotho Selatan', + 'str' => 'Salish Selat', 'su' => 'Sunda', 'suk' => 'Sukuma', 'sus' => 'Susu', @@ -461,6 +487,7 @@ return [ 'syr' => 'Suriah', 'szl' => 'Silesia', 'ta' => 'Tamil', + 'tce' => 'Tutchone Selatan', 'tcy' => 'Tulu', 'te' => 'Telugu', 'tem' => 'Timne', @@ -468,7 +495,9 @@ return [ 'ter' => 'Tereno', 'tet' => 'Tetun', 'tg' => 'Tajik', + 'tgx' => 'Tagish', 'th' => 'Thai', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', 'tig' => 'Tigre', 'tiv' => 'Tiv', @@ -481,6 +510,7 @@ return [ 'tn' => 'Tswana', 'to' => 'Tonga', 'tog' => 'Nyasa Tonga', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Turki', 'tru' => 'Turoyo', @@ -488,6 +518,7 @@ return [ 'ts' => 'Tsonga', 'tsi' => 'Tsimshia', 'tt' => 'Tatar', + 'ttm' => 'Tutchone Utara', 'ttt' => 'Tat Muslim', 'tum' => 'Tumbuka', 'tvl' => 'Tuvalu', @@ -517,6 +548,7 @@ return [ 'was' => 'Washo', 'wbp' => 'Warlpiri', 'wo' => 'Wolof', + 'wuu' => 'Wu Tionghoa', 'xal' => 'Kalmuk', 'xh' => 'Xhosa', 'xog' => 'Soga', @@ -526,6 +558,7 @@ return [ 'ybb' => 'Yemba', 'yi' => 'Yiddish', 'yo' => 'Yoruba', + 'yrl' => 'Nheengatu', 'yue' => 'Kanton', 'za' => 'Zhuang', 'zap' => 'Zapotek', @@ -540,7 +573,7 @@ return [ 'LocalizedNames' => [ 'ar_001' => 'Arab Standar Modern', 'de_CH' => 'Jerman Tinggi (Swiss)', - 'en_GB' => 'Inggris (Inggris)', + 'en_GB' => 'Inggris (Britania)', 'es_ES' => 'Spanyol (Eropa)', 'fa_AF' => 'Persia Dari', 'pt_PT' => 'Portugis (Eropa)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ig.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ig.php index 21e3390..5250079 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ig.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ig.php @@ -2,42 +2,96 @@ return [ 'Names' => [ + 'ab' => 'Abkaziani', + 'ace' => 'Achinisi', + 'ada' => 'Adangme', + 'ady' => 'Adigi', 'af' => 'Afrikaans', 'agq' => 'Aghem', + 'ain' => 'Ainu', 'ak' => 'Akan', + 'ale' => 'Alụt', + 'alt' => 'Sọutarn Altai', 'am' => 'Amariikị', + 'an' => 'Aragonisị', + 'ann' => 'Obolọ', + 'anp' => 'Angika', 'ar' => 'Arabiikị', + 'arn' => 'Mapuche', + 'arp' => 'Arapaho', + 'ars' => 'Najdi Arabikị', + 'as' => 'Asamisị', 'asa' => 'Asụ', + 'ast' => 'Asturianị', + 'atj' => 'Atikamekwe', + 'av' => 'Avarịk', + 'awa' => 'Awadị', + 'ay' => 'Ayịmarà', 'az' => 'Azerbajanị', + 'ba' => 'Bashki', + 'ban' => 'Balinisị', + 'bas' => 'Basaà', 'be' => 'Belarusianụ', + 'bem' => 'Bembà', 'bez' => 'Bena', 'bg' => 'Bọlụgarịa', + 'bho' => 'Bojpuri', + 'bi' => 'Bislama', + 'bin' => 'Bini', + 'bla' => 'Siksikà', 'bm' => 'Bambara', 'bn' => 'Bengali', 'bo' => 'Tibetan', 'br' => 'Breton', 'brx' => 'Bọdọ', 'bs' => 'Bosnia', + 'bug' => 'Buginisị', + 'byn' => 'Blin', 'ca' => 'Catalan', + 'cay' => 'Cayuga', 'ccp' => 'Chakma', 'ce' => 'Chechen', 'ceb' => 'Cebụanọ', + 'cgg' => 'Chiga', + 'ch' => 'Chamoro', + 'chk' => 'Chukisị', + 'chm' => 'Mari', + 'cho' => 'Choctawu', + 'chp' => 'Chipewan', 'chr' => 'Cheroke', + 'chy' => 'Cheyene', 'ckb' => 'Kurdish ọsote', + 'clc' => 'Chilcotinị', 'co' => 'Kọsịan', + 'crg' => 'Mịchif', + 'crj' => 'Sọutarn East kree', + 'crk' => 'Plains kree', + 'crl' => 'Nọrtan Eastị Kree', + 'crm' => 'Moọse kree', + 'crr' => 'Carolina Algonịkwan', 'cs' => 'Cheekị', + 'csw' => 'Swampi kree', 'cu' => 'Church slavic', + 'cv' => 'Chuvash', 'cy' => 'Wesh', 'da' => 'Danịsh', + 'dak' => 'Dakota', + 'dar' => 'Dagwa', 'dav' => 'Taịta', 'de' => 'Jamanị', + 'dgr' => 'Dogribụ', 'dje' => 'Zarma', + 'doi' => 'Dogri', 'dsb' => 'Lowa Sorbịan', 'dua' => 'Dụala', + 'dv' => 'Divehi', 'dyo' => 'Jọla-Fọnyị', 'dz' => 'Dọzngọka', + 'dzg' => 'Dazaga', 'ebu' => 'Ebụm', 'ee' => 'Ewe', + 'efi' => 'Efik', + 'eka' => 'Ekajukụ', 'el' => 'Giriikị', 'en' => 'Bekee', 'eo' => 'Ndị Esperantọ', @@ -49,166 +103,311 @@ return [ 'ff' => 'Fula', 'fi' => 'Fịnịsh', 'fil' => 'Fịlịpịnọ', + 'fj' => 'Fijanị', 'fo' => 'Farọse', + 'fon' => 'Fon', 'fr' => 'Fụrenchị', + 'frc' => 'Kajun Furenchị', + 'frr' => 'Nọrtan Frisian', 'fur' => 'Frụlịan', 'fy' => 'Westan Frịsịan', 'ga' => 'Ịrịsh', + 'gaa' => 'Ga', 'gd' => 'Sụkọtịs Gelị', + 'gez' => 'Gịzị', + 'gil' => 'Gilbertisị', 'gl' => 'Galịcịan', + 'gn' => 'Gwarani', + 'gor' => 'Gorontalo', 'gsw' => 'German Swiss', 'gu' => 'Gụaratị', 'guz' => 'Gụshị', 'gv' => 'Mansị', + 'gwi' => 'Gwichin', 'ha' => 'Hausa', + 'hai' => 'Haida', 'haw' => 'Hawaịlịan', + 'hax' => 'Sọutarn Haida', 'he' => 'Hebrew', 'hi' => 'Hindị', + 'hil' => 'Hiligayanon', 'hmn' => 'Hmong', 'hr' => 'Kọrọtịan', 'hsb' => 'Ụpa Sọrbịa', 'ht' => 'Haịtịan ndị Cerọle', 'hu' => 'Hụngarian', + 'hup' => 'Hupa', + 'hur' => 'Halkomelem', + 'hy' => 'Armenianị', + 'hz' => 'Herero', 'ia' => 'Intalịgụa', + 'iba' => 'Ibanị', + 'ibb' => 'Ibibio', 'id' => 'Indonisia', 'ig' => 'Igbo', 'ii' => 'Sịchụayị', + 'ikt' => 'Westarn Canadian Inuktitut', + 'ilo' => 'Iloko', + 'inh' => 'Ingush', + 'io' => 'Ido', 'is' => 'Icịlandịk', 'it' => 'Italịanu', + 'iu' => 'Inuktitutị', 'ja' => 'Japaniisi', + 'jbo' => 'Lojban', 'jgo' => 'Ngọmba', 'jmc' => 'Machame', 'jv' => 'Java', 'ka' => 'Geọjịan', 'kab' => 'Kabyle', + 'kac' => 'Kachin', + 'kaj' => 'Ju', 'kam' => 'Kamba', + 'kbd' => 'Kabadian', + 'kcg' => 'Tịyap', 'kde' => 'Makọnde', 'kea' => 'Kabụverdịanụ', + 'kfo' => 'Koro', + 'kgp' => 'Kainganga', + 'kha' => 'Khasi', 'khq' => 'Kọyra Chịnị', 'ki' => 'Kịkụyụ', + 'kj' => 'Kwanyama', 'kk' => 'Kazak', 'kkj' => 'Kakọ', 'kl' => 'Kalaalịsụt', 'kln' => 'Kalenjịn', 'km' => 'Keme', + 'kmb' => 'Kimbundụ', 'kn' => 'Kanhada', 'ko' => 'Korịa', 'kok' => 'Kọnkanị', + 'kpe' => 'Kpele', + 'kr' => 'Kanuri', + 'krc' => 'Karaché-Balka', + 'krl' => 'Karelian', + 'kru' => 'Kuruk', 'ks' => 'Kashmịrị', 'ksb' => 'Shabala', 'ksf' => 'Bafịa', 'ksh' => 'Colognịan', 'ku' => 'Ndị Kụrdịsh', + 'kum' => 'Kumik', + 'kv' => 'Komi', 'kw' => 'Kọnịsh', + 'kwk' => 'Kwakwala', 'ky' => 'Kyrayz', 'la' => 'Latịn', + 'lad' => 'Ladino', 'lag' => 'Langị', 'lb' => 'Lụxenbọụgịsh', + 'lez' => 'Lezgian', 'lg' => 'Ganda', + 'li' => 'Limburgish', + 'lil' => 'Liloetị', + 'lkt' => 'Lakota', 'ln' => 'Lịngala', 'lo' => 'Laọ', + 'lou' => 'Louisiana Kreole', + 'loz' => 'Lozi', 'lrc' => 'Nọrtụ Lụrị', + 'lsm' => 'Samia', 'lt' => 'Lituanian', 'lu' => 'Lịba-Katanga', + 'lua' => 'Luba-Lulua', + 'lun' => 'Lunda', + 'lus' => 'Mizo', 'luy' => 'Lụyịa', 'lv' => 'Latviani', + 'mad' => 'Madurese', + 'mag' => 'Magahi', 'mai' => 'Maịtịlị', + 'mak' => 'Makasa', 'mas' => 'Masaị', + 'mdf' => 'Moksha', + 'men' => 'Mende', 'mer' => 'Merụ', 'mfe' => 'Mọrịsye', 'mg' => 'Malagasị', 'mgh' => 'Makụwa Metọ', 'mgo' => 'Meta', + 'mh' => 'Marshalese', 'mi' => 'Maọrị', + 'mic' => 'Mịkmak', + 'min' => 'Mịnangkabau', 'mk' => 'Masedọnịa', 'ml' => 'Malayalam', 'mn' => 'Mọngolịan', 'mni' => 'Manịpụrị', + 'moe' => 'Inu-imun', + 'moh' => 'Mohọk', + 'mos' => 'Mossi', 'mr' => 'Maratị', 'ms' => 'Maleyi', 'mt' => 'Matịse', 'mua' => 'Mụdang', + 'mus' => 'Muscogee', + 'mwl' => 'Mịrandisị', 'my' => 'Bụrmese', + 'myv' => 'Erzaya', 'mzn' => 'Mazandaranị', + 'na' => 'Nauru', + 'nap' => 'Nịapolitan', 'naq' => 'Nama', 'nb' => 'Nọrweyịan Bọkmal', 'nd' => 'Nọrtụ Ndabede', 'nds' => 'Lowa German', 'ne' => 'Nepali', + 'new' => 'Nịwari', + 'ng' => 'Ndonga', + 'nia' => 'Nias', + 'niu' => 'Niwan', 'nl' => 'Dọchị', 'nmg' => 'Kwasịọ', 'nn' => 'Nọrweyịan Nynersk', 'nnh' => 'Nglembọn', + 'no' => 'Nọrweyịan', + 'nog' => 'Nogai', + 'nqo' => 'Nkọ', + 'nr' => 'Sọut Ndebele', + 'nso' => 'Nọrtan Sotọ', 'nus' => 'Nụer', + 'nv' => 'Navajo', 'ny' => 'Nyanja', 'nyn' => 'Nyakọle', + 'oc' => 'Osịtan', + 'ojb' => 'Nọrtwestan Ojibwa', + 'ojc' => 'Ojibwa ọsote', + 'ojs' => 'Oji-kree', + 'ojw' => 'Westarn Ojibwa', + 'oka' => 'Okanagan', 'om' => 'Ọromo', 'or' => 'Ọdịa', 'os' => 'Osetik', 'pa' => 'Punjabi', + 'pag' => 'Pangasinan', + 'pam' => 'Pampanga', + 'pap' => 'Papịamento', + 'pau' => 'Palawan', 'pcm' => 'Pidgịn', + 'pis' => 'Pijịn', 'pl' => 'Poliishi', + 'pqm' => 'Maliset-Pasamakwodị', 'prg' => 'Prụssịan', 'ps' => 'Pashọ', 'pt' => 'Pọrtụgụese', 'qu' => 'Qụechụa', + 'rap' => 'Rapunwị', + 'rar' => 'Rarotonganị', + 'rhg' => 'Rohinga', 'rm' => 'Rọmansị', 'rn' => 'Rụndị', 'ro' => 'Romania', 'rof' => 'Rọmbọ', 'ru' => 'Rọshian', + 'rup' => 'Aromanian', 'rw' => 'Kinyarwanda', 'rwk' => 'Rwa', 'sa' => 'Sansịkịt', + 'sad' => 'Sandawe', 'sah' => 'Saka', 'saq' => 'Sambụrụ', 'sat' => 'Santalị', + 'sba' => 'Nkambé', 'sbp' => 'Sangụ', + 'sc' => 'Sardinian', + 'scn' => 'Sisịlian', + 'sco' => 'Scots', 'sd' => 'Sịndh', 'se' => 'Nọrtan Samị', 'seh' => 'Sena', 'ses' => 'Kọyraboro Senị', 'sg' => 'Sangọ', 'shi' => 'Tachịkịt', + 'shn' => 'Shan', 'si' => 'Sinhala', 'sk' => 'Slova', 'sl' => 'Slovịan', + 'slh' => 'Sọutarn Lushoọtseed', 'sm' => 'Samọa', 'smn' => 'Inarị Samị', + 'sms' => 'Skolt sami', 'sn' => 'Shọna', + 'snk' => 'Soninké', 'so' => 'Somali', + 'sq' => 'Albanianị', 'sr' => 'Sebịan', + 'srn' => 'Sranan Tongo', + 'ss' => 'Swati', 'st' => 'Sọụth Soto', + 'str' => 'Straits Salish', + 'su' => 'Sudanese', + 'suk' => 'Sukuma', 'sv' => 'Sụwidiishi', + 'sw' => 'Swahili', + 'swb' => 'Komorịan', + 'syr' => 'Sirịak', 'ta' => 'Tamil', + 'tce' => 'Sọutarn Tuchone', 'te' => 'Telụgụ', + 'tem' => 'Timne', 'teo' => 'Tesọ', + 'tet' => 'Tetum', 'tg' => 'Tajịk', + 'tgx' => 'Tagish', 'th' => 'Taị', + 'tht' => 'Tahitan', 'ti' => 'Tịgrịnya', + 'tig' => 'Tịgre', 'tk' => 'Turkịs', + 'tlh' => 'Klingon', + 'tli' => 'Tlịngịt', + 'tn' => 'Swana', 'to' => 'Tọngan', + 'tok' => 'Tokị pọna', + 'tpi' => 'Tok pisin', 'tr' => 'Tọkiishi', + 'trv' => 'Tarokọ', + 'ts' => 'Songa', 'tt' => 'Tata', + 'ttm' => 'Nọrtan Tuchone', + 'tum' => 'Tumbuka', + 'tvl' => 'Tuvalu', 'twq' => 'Tasawa', + 'ty' => 'Tahitian', + 'tyv' => 'Tuvinian', + 'tzm' => 'Central Atlas', + 'udm' => 'Udumụrt', 'ug' => 'Ụyghụr', 'uk' => 'Ukureenị', + 'umb' => 'Umbụndụ', 'ur' => 'Urdụ', 'uz' => 'Ụzbek', 'vai' => 'Val', + 've' => 'Venda', 'vi' => 'Vietnamisi', 'vo' => 'Volapụ', 'vun' => 'Vụnjọ', + 'wa' => 'Waloọn', 'wae' => 'Wasa', + 'wal' => 'Woleịta', + 'war' => 'Waraị', 'wo' => 'Wolọf', + 'wuu' => 'Wụ Chainisị', + 'xal' => 'Kalmik', 'xh' => 'Xhọsa', 'xog' => 'Sọga', 'yav' => 'Yangben', + 'ybb' => 'Yemba', 'yi' => 'Yịdịsh', 'yo' => 'Yoruba', + 'yrl' => 'Nheengatụ', 'yue' => 'Katọnịse', + 'zgh' => 'Standard Moroccan Tamazait', 'zh' => 'Chainisi', 'zu' => 'Zulu', + 'zun' => 'Zuni', + 'zza' => 'Zaza', ], 'LocalizedNames' => [ 'ar_001' => 'Ụdị Arabiikị nke oge a', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ii.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ii.php index 2004890..836c542 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ii.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ii.php @@ -14,8 +14,5 @@ return [ 'zh' => 'ꍏꇩꉙ', ], 'LocalizedNames' => [ - 'pt_BR' => 'ꀠꑟꁍꄨꑸꉙ', - 'zh_Hans' => 'ꈝꐯꍏꇩꉙ', - 'zh_Hant' => 'ꀎꋏꍏꇩꉙ', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/in.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/in.php index 5344435..e1b0fc4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/in.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/in.php @@ -22,6 +22,7 @@ return [ 'am' => 'Amharik', 'an' => 'Aragon', 'ang' => 'Inggris Kuno', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arab', 'arc' => 'Aram', @@ -36,6 +37,7 @@ return [ 'asa' => 'Asu', 'ase' => 'Bahasa Isyarat Amerika', 'ast' => 'Asturia', + 'atj' => 'Atikamekw', 'av' => 'Avar', 'awa' => 'Awadhi', 'ay' => 'Aymara', @@ -78,7 +80,7 @@ return [ 'byv' => 'Medumba', 'ca' => 'Katalan', 'cad' => 'Kado', - 'car' => 'Karib', + 'car' => 'Karibia', 'cay' => 'Cayuga', 'cch' => 'Atsam', 'ccp' => 'Chakma', @@ -96,13 +98,21 @@ return [ 'chr' => 'Cherokee', 'chy' => 'Cheyenne', 'ckb' => 'Kurdi Sorani', + 'clc' => 'Chilcotin', 'co' => 'Korsika', 'cop' => 'Koptik', 'cr' => 'Kree', + 'crg' => 'Michif', 'crh' => 'Tatar Krimea', + 'crj' => 'East Cree Selatan', + 'crk' => 'Cree Dataran', + 'crl' => 'East Cree Utara', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina Algonquian', 'crs' => 'Seselwa Kreol Prancis', 'cs' => 'Cheska', 'csb' => 'Kashubia', + 'csw' => 'Cree Rawa', 'cu' => 'Bahasa Gereja Slavonia', 'cv' => 'Chuvash', 'cy' => 'Welsh', @@ -183,6 +193,7 @@ return [ 'ha' => 'Hausa', 'hai' => 'Haida', 'haw' => 'Hawaii', + 'hax' => 'Haida Selatan', 'he' => 'Ibrani', 'hi' => 'Hindi', 'hif' => 'Hindi Fiji', @@ -195,6 +206,7 @@ return [ 'ht' => 'Kreol Haiti', 'hu' => 'Hungaria', 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armenia', 'hz' => 'Herero', 'ia' => 'Interlingua', @@ -205,6 +217,7 @@ return [ 'ig' => 'Igbo', 'ii' => 'Sichuan Yi', 'ik' => 'Inupiak', + 'ikt' => 'Inuktitut Kanada Barat', 'ilo' => 'Iloko', 'inh' => 'Ingushetia', 'io' => 'Ido', @@ -265,6 +278,7 @@ return [ 'kut' => 'Kutenai', 'kv' => 'Komi', 'kw' => 'Kornish', + 'kwk' => 'Kwakʼwala', 'ky' => 'Kirgiz', 'la' => 'Latin', 'lad' => 'Ladino', @@ -276,6 +290,7 @@ return [ 'lg' => 'Ganda', 'li' => 'Limburgia', 'lij' => 'Liguria', + 'lil' => 'Lillooet', 'lkt' => 'Lakota', 'ln' => 'Lingala', 'lo' => 'Lao', @@ -283,6 +298,7 @@ return [ 'lou' => 'Kreol Louisiana', 'loz' => 'Lozi', 'lrc' => 'Luri Utara', + 'lsm' => 'Saamia', 'lt' => 'Lituavi', 'lu' => 'Luba-Katanga', 'lua' => 'Luba-Lulua', @@ -319,6 +335,7 @@ return [ 'mn' => 'Mongolia', 'mnc' => 'Manchuria', 'mni' => 'Manipuri', + 'moe' => 'Innu-aimun', 'moh' => 'Mohawk', 'mos' => 'Mossi', 'mr' => 'Marathi', @@ -364,6 +381,11 @@ return [ 'nzi' => 'Nzima', 'oc' => 'Ositania', 'oj' => 'Ojibwa', + 'ojb' => 'Ojibwe Barat Laut', + 'ojc' => 'Ojibwe Tengah', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Ojibwe Barat', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Oriya', 'os' => 'Ossetia', @@ -380,8 +402,10 @@ return [ 'peo' => 'Persia Kuno', 'phn' => 'Funisia', 'pi' => 'Pali', + 'pis' => 'Pijin', 'pl' => 'Polski', 'pon' => 'Pohnpeia', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Prusia', 'pro' => 'Provencal Lama', 'ps' => 'Pashto', @@ -432,6 +456,7 @@ return [ 'sid' => 'Sidamo', 'sk' => 'Slovak', 'sl' => 'Sloven', + 'slh' => 'Lushootseed Selatan', 'sli' => 'Silesia Rendah', 'sly' => 'Selayar', 'sm' => 'Samoa', @@ -450,6 +475,7 @@ return [ 'ss' => 'Swati', 'ssy' => 'Saho', 'st' => 'Sotho Selatan', + 'str' => 'Salish Selat', 'su' => 'Sunda', 'suk' => 'Sukuma', 'sus' => 'Susu', @@ -461,6 +487,7 @@ return [ 'syr' => 'Suriah', 'szl' => 'Silesia', 'ta' => 'Tamil', + 'tce' => 'Tutchone Selatan', 'tcy' => 'Tulu', 'te' => 'Telugu', 'tem' => 'Timne', @@ -468,7 +495,9 @@ return [ 'ter' => 'Tereno', 'tet' => 'Tetun', 'tg' => 'Tajik', + 'tgx' => 'Tagish', 'th' => 'Thai', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', 'tig' => 'Tigre', 'tiv' => 'Tiv', @@ -481,6 +510,7 @@ return [ 'tn' => 'Tswana', 'to' => 'Tonga', 'tog' => 'Nyasa Tonga', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Turki', 'tru' => 'Turoyo', @@ -488,6 +518,7 @@ return [ 'ts' => 'Tsonga', 'tsi' => 'Tsimshia', 'tt' => 'Tatar', + 'ttm' => 'Tutchone Utara', 'ttt' => 'Tat Muslim', 'tum' => 'Tumbuka', 'tvl' => 'Tuvalu', @@ -517,6 +548,7 @@ return [ 'was' => 'Washo', 'wbp' => 'Warlpiri', 'wo' => 'Wolof', + 'wuu' => 'Wu Tionghoa', 'xal' => 'Kalmuk', 'xh' => 'Xhosa', 'xog' => 'Soga', @@ -526,6 +558,7 @@ return [ 'ybb' => 'Yemba', 'yi' => 'Yiddish', 'yo' => 'Yoruba', + 'yrl' => 'Nheengatu', 'yue' => 'Kanton', 'za' => 'Zhuang', 'zap' => 'Zapotek', @@ -540,7 +573,7 @@ return [ 'LocalizedNames' => [ 'ar_001' => 'Arab Standar Modern', 'de_CH' => 'Jerman Tinggi (Swiss)', - 'en_GB' => 'Inggris (Inggris)', + 'en_GB' => 'Inggris (Britania)', 'es_ES' => 'Spanyol (Eropa)', 'fa_AF' => 'Persia Dari', 'pt_PT' => 'Portugis (Eropa)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/is.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/is.php index 4b9d55d..c9e5101 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/is.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/is.php @@ -20,15 +20,18 @@ return [ 'am' => 'amharíska', 'an' => 'aragonska', 'ang' => 'fornenska', + 'ann' => 'obolo', 'anp' => 'angíka', 'ar' => 'arabíska', 'arc' => 'arameíska', 'arn' => 'mapuche', 'arp' => 'arapahó', + 'ars' => 'najdi-arabíska', 'arw' => 'aravakska', 'as' => 'assamska', 'asa' => 'asu', 'ast' => 'astúríska', + 'atj' => 'atikamekw', 'av' => 'avaríska', 'awa' => 'avadí', 'ay' => 'aímara', @@ -80,13 +83,21 @@ return [ 'chr' => 'Cherokee-mál', 'chy' => 'sjeyen', 'ckb' => 'miðkúrdíska', + 'clc' => 'chilcotin', 'co' => 'korsíska', 'cop' => 'koptíska', 'cr' => 'krí', + 'crg' => 'michif', 'crh' => 'krímtyrkneska', + 'crj' => 'suðaustur-cree', + 'crk' => 'nehiyawak', + 'crl' => 'norðaustur-cree', + 'crm' => 'moose cree', + 'crr' => 'Karólínu-algonkvínska', 'crs' => 'seychelles-kreólska', 'cs' => 'tékkneska', 'csb' => 'kasúbíska', + 'csw' => 'maskekon', 'cu' => 'kirkjuslavneska', 'cv' => 'sjúvas', 'cy' => 'velska', @@ -166,6 +177,7 @@ return [ 'ha' => 'hása', 'hai' => 'haída', 'haw' => 'havaíska', + 'hax' => 'suður-haída', 'he' => 'hebreska', 'hi' => 'hindí', 'hil' => 'híligaínon', @@ -177,6 +189,7 @@ return [ 'ht' => 'haítíska', 'hu' => 'ungverska', 'hup' => 'húpa', + 'hur' => 'halkomelem', 'hy' => 'armenska', 'hz' => 'hereró', 'ia' => 'interlingua', @@ -187,6 +200,7 @@ return [ 'ig' => 'ígbó', 'ii' => 'sísúanjí', 'ik' => 'ínúpíak', + 'ikt' => 'vestur-kanadískt inúktitút', 'ilo' => 'ílokó', 'inh' => 'ingús', 'io' => 'ídó', @@ -213,6 +227,7 @@ return [ 'kea' => 'grænhöfðeyska', 'kfo' => 'koro', 'kg' => 'kongóska', + 'kgp' => 'kaingang', 'kha' => 'kasí', 'kho' => 'kotaska', 'khq' => 'koyra chiini', @@ -243,6 +258,7 @@ return [ 'kut' => 'kútenaí', 'kv' => 'komíska', 'kw' => 'kornbreska', + 'kwk' => 'kwakʼwala', 'ky' => 'kirgiska', 'la' => 'latína', 'lad' => 'ladínska', @@ -253,6 +269,7 @@ return [ 'lez' => 'lesgíska', 'lg' => 'ganda', 'li' => 'limbúrgíska', + 'lil' => 'lillooet', 'lkt' => 'lakóta', 'ln' => 'lingala', 'lo' => 'laó', @@ -260,6 +277,7 @@ return [ 'lou' => 'kreólska (Louisiana)', 'loz' => 'lozi', 'lrc' => 'norðurlúrí', + 'lsm' => 'saamia', 'lt' => 'litháíska', 'lu' => 'lúbakatanga', 'lua' => 'luba-lulua', @@ -293,6 +311,7 @@ return [ 'mn' => 'mongólska', 'mnc' => 'mansjú', 'mni' => 'manípúrí', + 'moe' => 'innu-aimun', 'moh' => 'móhíska', 'mos' => 'mossí', 'mr' => 'maratí', @@ -336,6 +355,11 @@ return [ 'nzi' => 'nsíma', 'oc' => 'oksítaníska', 'oj' => 'ojibva', + 'ojb' => 'norðvestur-ojibwa', + 'ojc' => 'ojibwa', + 'ojs' => 'oji-cree', + 'ojw' => 'vestur-ojibwa', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'óría', 'os' => 'ossetíska', @@ -351,8 +375,10 @@ return [ 'peo' => 'fornpersneska', 'phn' => 'fönikíska', 'pi' => 'palí', + 'pis' => 'pijin', 'pl' => 'pólska', 'pon' => 'ponpeiska', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'prússneska', 'pro' => 'fornpróvensalska', 'ps' => 'pastú', @@ -399,6 +425,7 @@ return [ 'sid' => 'sídamó', 'sk' => 'slóvakíska', 'sl' => 'slóvenska', + 'slh' => 'suður-lushootseed', 'sm' => 'samóska', 'sma' => 'suðursamíska', 'smj' => 'lúlesamíska', @@ -415,6 +442,7 @@ return [ 'ss' => 'svatí', 'ssy' => 'saho', 'st' => 'suðursótó', + 'str' => 'Straits-salisíanska', 'su' => 'súndanska', 'suk' => 'súkúma', 'sus' => 'súsú', @@ -425,13 +453,16 @@ return [ 'syc' => 'klassísk sýrlenska', 'syr' => 'sýrlenska', 'ta' => 'tamílska', + 'tce' => 'suður-tutchone', 'te' => 'telúgú', 'tem' => 'tímne', 'teo' => 'tesó', 'ter' => 'terenó', 'tet' => 'tetúm', 'tg' => 'tadsjikska', + 'tgx' => 'tagíska', 'th' => 'taílenska', + 'tht' => 'tahltan', 'ti' => 'tígrinja', 'tig' => 'tígre', 'tiv' => 'tív', @@ -444,12 +475,14 @@ return [ 'tn' => 'tsúana', 'to' => 'tongverska', 'tog' => 'tongverska (nyasa)', + 'tok' => 'toki pona', 'tpi' => 'tokpisin', 'tr' => 'tyrkneska', 'trv' => 'tarókó', 'ts' => 'tsonga', 'tsi' => 'tsimsíska', 'tt' => 'tatarska', + 'ttm' => 'norður-tutchone', 'tum' => 'túmbúka', 'tvl' => 'túvalúska', 'tw' => 'tví', @@ -477,6 +510,7 @@ return [ 'was' => 'vasjó', 'wbp' => 'varlpiri', 'wo' => 'volof', + 'wuu' => 'wu-kínverska', 'xal' => 'kalmúkska', 'xh' => 'sósa', 'xog' => 'sóga', @@ -486,6 +520,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'jiddíska', 'yo' => 'jórúba', + 'yrl' => 'nheengatu', 'yue' => 'kantónska', 'za' => 'súang', 'zap' => 'sapótek', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/it.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/it.php index ec7669d..b533c2a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/it.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/it.php @@ -23,6 +23,7 @@ return [ 'am' => 'amarico', 'an' => 'aragonese', 'ang' => 'inglese antico', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabo', 'arc' => 'aramaico', @@ -38,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'lingua dei segni americana', 'ast' => 'asturiano', + 'atj' => 'atikamekw', 'av' => 'avaro', 'avk' => 'kotava', 'awa' => 'awadhi', @@ -103,14 +105,22 @@ return [ 'chr' => 'cherokee', 'chy' => 'cheyenne', 'ckb' => 'curdo sorani', + 'clc' => 'chilcotin', 'co' => 'corso', 'cop' => 'copto', 'cps' => 'capiznon', 'cr' => 'cree', + 'crg' => 'métchif', 'crh' => 'turco crimeo', + 'crj' => 'cree sud-orientale', + 'crk' => 'cree delle pianure', + 'crl' => 'cree nord-orientale', + 'crm' => 'cree moose', + 'crr' => 'algonchino della Carolina', 'crs' => 'creolo delle Seychelles', 'cs' => 'ceco', 'csb' => 'kashubian', + 'csw' => 'cree delle paludi', 'cu' => 'slavo ecclesiastico', 'cv' => 'ciuvascio', 'cy' => 'gallese', @@ -201,6 +211,7 @@ return [ 'hai' => 'haida', 'hak' => 'hakka', 'haw' => 'hawaiano', + 'hax' => 'haida meridionale', 'he' => 'ebraico', 'hi' => 'hindi', 'hif' => 'hindi figiano', @@ -214,6 +225,7 @@ return [ 'ht' => 'creolo haitiano', 'hu' => 'ungherese', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armeno', 'hz' => 'herero', 'ia' => 'interlingua', @@ -224,6 +236,7 @@ return [ 'ig' => 'igbo', 'ii' => 'sichuan yi', 'ik' => 'inupiak', + 'ikt' => 'inuktitut canadese occidentale', 'ilo' => 'ilocano', 'inh' => 'ingush', 'io' => 'ido', @@ -244,7 +257,7 @@ return [ 'kaa' => 'kara-kalpak', 'kab' => 'cabilo', 'kac' => 'kachin', - 'kaj' => 'kai', + 'kaj' => 'jju', 'kam' => 'kamba', 'kaw' => 'kawi', 'kbd' => 'cabardino', @@ -287,6 +300,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'cornico', + 'kwk' => 'kwakʼwala', 'ky' => 'kirghiso', 'la' => 'latino', 'lad' => 'giudeo-spagnolo', @@ -299,6 +313,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburghese', 'lij' => 'ligure', + 'lil' => 'lillooet', 'liv' => 'livone', 'lkt' => 'lakota', 'lmo' => 'lombardo', @@ -308,6 +323,7 @@ return [ 'lou' => 'creolo della Louisiana', 'loz' => 'lozi', 'lrc' => 'luri settentrionale', + 'lsm' => 'samia', 'lt' => 'lituano', 'ltg' => 'letgallo', 'lu' => 'luba-katanga', @@ -346,6 +362,7 @@ return [ 'mn' => 'mongolo', 'mnc' => 'manchu', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -395,6 +412,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'occitano', 'oj' => 'ojibwa', + 'ojb' => 'ojibwe nord-occidentale', + 'ojc' => 'ojibwe centrale', + 'ojs' => 'oji-cree', + 'ojw' => 'ojibwe occidentale', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'odia', 'os' => 'ossetico', @@ -413,10 +435,12 @@ return [ 'pfl' => 'tedesco palatino', 'phn' => 'fenicio', 'pi' => 'pali', + 'pis' => 'pijin', 'pl' => 'polacco', 'pms' => 'piemontese', 'pnt' => 'pontico', 'pon' => 'ponape', + 'pqm' => 'malecite-passamaquoddy', 'prg' => 'prussiano', 'pro' => 'provenzale antico', 'ps' => 'pashto', @@ -475,6 +499,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovacco', 'sl' => 'sloveno', + 'slh' => 'lushootseed meridionale', 'sli' => 'tedesco slesiano', 'sly' => 'selayar', 'sm' => 'samoano', @@ -494,6 +519,7 @@ return [ 'ssy' => 'saho', 'st' => 'sotho del sud', 'stq' => 'saterfriesisch', + 'str' => 'salish straits', 'su' => 'sundanese', 'suk' => 'sukuma', 'sus' => 'susu', @@ -505,6 +531,7 @@ return [ 'syr' => 'siriaco', 'szl' => 'slesiano', 'ta' => 'tamil', + 'tce' => 'tutchone meridionale', 'tcy' => 'tulu', 'te' => 'telugu', 'tem' => 'temne', @@ -512,7 +539,9 @@ return [ 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tagico', - 'th' => 'thai', + 'tgx' => 'tagish', + 'th' => 'thailandese', + 'tht' => 'tahltan', 'ti' => 'tigrino', 'tig' => 'tigre', 'tiv' => 'tiv', @@ -527,6 +556,7 @@ return [ 'tn' => 'tswana', 'to' => 'tongano', 'tog' => 'nyasa del Tonga', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turco', 'tru' => 'turoyo', @@ -535,6 +565,7 @@ return [ 'tsd' => 'zaconico', 'tsi' => 'tsimshian', 'tt' => 'tataro', + 'ttm' => 'tutchone settentrionale', 'ttt' => 'tat islamico', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/iw.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/iw.php index 17a2f72..8b57efd 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/iw.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/iw.php @@ -20,6 +20,7 @@ return [ 'am' => 'אמהרית', 'an' => 'אראגונית', 'ang' => 'אנגלית עתיקה', + 'ann' => 'אובולו', 'anp' => 'אנג׳יקה', 'ar' => 'ערבית', 'arc' => 'ארמית', @@ -30,6 +31,7 @@ return [ 'as' => 'אסאמית', 'asa' => 'אסו', 'ast' => 'אסטורית', + 'atj' => 'אטיקמק', 'av' => 'אווארית', 'awa' => 'אוואדית', 'ay' => 'איימארית', @@ -87,13 +89,21 @@ return [ 'chr' => 'צ׳רוקי', 'chy' => 'שאיין', 'ckb' => 'כורדית סוראנית', + 'clc' => 'צ׳ילקוטין', 'co' => 'קורסיקנית', 'cop' => 'קופטית', 'cr' => 'קרי', + 'crg' => 'מצ׳יף', 'crh' => 'טטרית של קרים', + 'crj' => 'קרי דרום מזרחי', + 'crk' => 'קרי מישורים', + 'crl' => 'קרי צפון מזרחי', + 'crm' => 'מוס קרי', + 'crr' => 'אלגונקוויאן בקרוליינה', 'crs' => 'קריאולית (סיישל)', 'cs' => 'צ׳כית', 'csb' => 'קשובית', + 'csw' => 'סקרי של אזור הביצות', 'cu' => 'סלאבית כנסייתית עתיקה', 'cv' => 'צ׳ובאש', 'cy' => 'וולשית', @@ -174,6 +184,7 @@ return [ 'hai' => 'האידה', 'hak' => 'סינית האקה', 'haw' => 'הוואית', + 'hax' => 'האידה דרומית', 'he' => 'עברית', 'hi' => 'הינדי', 'hil' => 'היליגאינון', @@ -186,6 +197,7 @@ return [ 'ht' => 'קריאולית (האיטי)', 'hu' => 'הונגרית', 'hup' => 'הופה', + 'hur' => 'הלקומלם', 'hy' => 'ארמנית', 'hz' => 'הררו', 'ia' => '‏אינטרלינגואה', @@ -196,6 +208,7 @@ return [ 'ig' => 'איגבו', 'ii' => 'סצ׳ואן יי', 'ik' => 'אינופיאק', + 'ikt' => 'אינוקטיטוט במערב קנדה', 'ilo' => 'אילוקו', 'inh' => 'אינגושית', 'io' => 'אידו', @@ -254,6 +267,7 @@ return [ 'kut' => 'קוטנאי', 'kv' => 'קומי', 'kw' => 'קורנית', + 'kwk' => 'קוואקוואלה', 'ky' => 'קירגיזית', 'la' => 'לטינית', 'lad' => 'לדינו', @@ -265,6 +279,7 @@ return [ 'lg' => 'גאנדה', 'li' => 'לימבורגית', 'lij' => 'ליגורית', + 'lil' => 'לילואט', 'lkt' => 'לקוטה', 'ln' => 'לינגלה', 'lo' => 'לאו', @@ -272,6 +287,7 @@ return [ 'lou' => 'קריאולית לואיזיאנית', 'loz' => 'לוזית', 'lrc' => 'לורית צפונית', + 'lsm' => 'סמיה', 'lt' => 'ליטאית', 'lu' => 'לובה-קטנגה', 'lua' => 'לובה-לולואה', @@ -307,9 +323,10 @@ return [ 'mn' => 'מונגולית', 'mnc' => 'מנצ׳ו', 'mni' => 'מניפורית', + 'moe' => 'אינו-אמון', 'moh' => 'מוהוק', 'mos' => 'מוסי', - 'mr' => 'מראטהי', + 'mr' => 'מראטהית', 'ms' => 'מלאית', 'mt' => 'מלטית', 'mua' => 'מונדאנג', @@ -352,6 +369,11 @@ return [ 'nzi' => 'נזימה', 'oc' => 'אוקסיטנית', 'oj' => 'אוג׳יבווה', + 'ojb' => 'אוג׳יבווה צפון מערבית', + 'ojc' => 'אוג׳יבווה (מרכז)', + 'ojs' => 'אוג׳י-קרי', + 'ojw' => 'אוביג׳ווה מערבית', + 'oka' => 'אוקאנגן', 'om' => 'אורומו', 'or' => 'אורייה', 'os' => 'אוסטית', @@ -363,12 +385,14 @@ return [ 'pam' => 'פמפאניה', 'pap' => 'פפיאמנטו', 'pau' => 'פלוואן', - 'pcm' => 'ניגרית פידג׳ית', + 'pcm' => 'פידגין ניגרי', 'peo' => 'פרסית עתיקה', 'phn' => 'פיניקית', 'pi' => 'פאלי', + 'pis' => 'פייג׳ין', 'pl' => 'פולנית', 'pon' => 'פונפיאן', + 'pqm' => 'מליסיט-פאסמקוודי', 'prg' => 'פרוסית', 'pro' => 'פרובנסאל עתיקה', 'ps' => 'פאשטו', @@ -417,6 +441,7 @@ return [ 'sid' => 'סידאמו', 'sk' => 'סלובקית', 'sl' => 'סלובנית', + 'slh' => 'לשוטסיד', 'sm' => 'סמואית', 'sma' => 'סאמי דרומית', 'smj' => 'לולה סאמי', @@ -433,6 +458,7 @@ return [ 'ss' => 'סאווזי', 'ssy' => 'סאהו', 'st' => 'סותו דרומית', + 'str' => 'סאליש מיצרי חואן דה פוקה', 'su' => 'סונדנזית', 'suk' => 'סוקומה', 'sus' => 'סוסו', @@ -443,13 +469,16 @@ return [ 'syc' => 'סירית קלאסית', 'syr' => 'סורית', 'ta' => 'טמילית', + 'tce' => 'טצ׳ון דרומית', 'te' => 'טלוגו', 'tem' => 'טימנה', 'teo' => 'טסו', 'ter' => 'טרנו', 'tet' => 'טטום', 'tg' => 'טג׳יקית', + 'tgx' => 'טגישית', 'th' => 'תאית', + 'tht' => 'טלתנית', 'ti' => 'תיגרינית', 'tig' => 'טיגרית', 'tiv' => 'טיב', @@ -462,12 +491,14 @@ return [ 'tn' => 'סוואנה', 'to' => 'טונגאית', 'tog' => 'ניאסה טונגה', + 'tok' => 'טוקי פונה', 'tpi' => 'טוק פיסין', 'tr' => 'טורקית', 'trv' => 'טרוקו', 'ts' => 'טסונגה', 'tsi' => 'טסימשיאן', 'tt' => 'טטרית', + 'ttm' => 'טצ׳ון צפונית', 'tum' => 'טומבוקה', 'tvl' => 'טובאלו', 'tw' => 'טווי', @@ -505,6 +536,7 @@ return [ 'ybb' => 'ימבה', 'yi' => 'יידיש', 'yo' => 'יורובה', + 'yrl' => 'נינגטו', 'yue' => 'קנטונזית', 'za' => 'זואנג', 'zap' => 'זאפוטק', @@ -522,7 +554,7 @@ return [ 'fa_AF' => 'דארי', 'fr_CH' => 'צרפתית (שוויץ)', 'nds_NL' => 'סקסונית תחתית', - 'nl_BE' => 'פלמית', + 'nl_BE' => 'הולנדית (פלמית)', 'ro_MD' => 'מולדבית', 'sw_CD' => 'סווהילי קונגו', 'zh_Hans' => 'סינית פשוטה', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ja.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ja.php index 5ce623a..0763df3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ja.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ja.php @@ -23,6 +23,7 @@ return [ 'am' => 'アムハラ語', 'an' => 'アラゴン語', 'ang' => '古英語', + 'ann' => 'オボロ語', 'anp' => 'アンギカ語', 'ar' => 'アラビア語', 'arc' => 'アラム語', @@ -38,6 +39,7 @@ return [ 'asa' => 'アス語', 'ase' => 'アメリカ手話', 'ast' => 'アストゥリアス語', + 'atj' => 'アティカメク語', 'av' => 'アヴァル語', 'avk' => 'コタヴァ', 'awa' => 'アワディー語', @@ -103,14 +105,22 @@ return [ 'chr' => 'チェロキー語', 'chy' => 'シャイアン語', 'ckb' => '中央クルド語', + 'clc' => 'チルコーティン語', 'co' => 'コルシカ語', 'cop' => 'コプト語', 'cps' => 'カピス語', 'cr' => 'クリー語', + 'crg' => 'ミチフ語', 'crh' => 'クリミア・タタール語', + 'crj' => '東部クリー語(南部)', + 'crk' => '平原クリー語', + 'crl' => '東部クリー語(北部)', + 'crm' => 'ムースクリー語', + 'crr' => 'カロライナ・アルゴンキン語', 'crs' => 'セーシェル・クレオール語', 'cs' => 'チェコ語', 'csb' => 'カシューブ語', + 'csw' => '湿原クリー語', 'cu' => '教会スラブ語', 'cv' => 'チュヴァシ語', 'cy' => 'ウェールズ語', @@ -202,6 +212,7 @@ return [ 'hai' => 'ハイダ語', 'hak' => '客家語', 'haw' => 'ハワイ語', + 'hax' => '南部ハイダ語', 'he' => 'ヘブライ語', 'hi' => 'ヒンディー語', 'hif' => 'フィジー・ヒンディー語', @@ -215,6 +226,7 @@ return [ 'ht' => 'ハイチ・クレオール語', 'hu' => 'ハンガリー語', 'hup' => 'フパ語', + 'hur' => 'ハルコメレム語', 'hy' => 'アルメニア語', 'hz' => 'ヘレロ語', 'ia' => 'インターリングア', @@ -225,6 +237,7 @@ return [ 'ig' => 'イボ語', 'ii' => '四川イ語', 'ik' => 'イヌピアック語', + 'ikt' => 'イヌイナクトゥン語', 'ilo' => 'イロカノ語', 'inh' => 'イングーシ語', 'io' => 'イド語', @@ -291,6 +304,7 @@ return [ 'kut' => 'クテナイ語', 'kv' => 'コミ語', 'kw' => 'コーンウォール語', + 'kwk' => 'クヮキゥワラ語', 'ky' => 'キルギス語', 'la' => 'ラテン語', 'lad' => 'ラディノ語', @@ -303,6 +317,7 @@ return [ 'lg' => 'ガンダ語', 'li' => 'リンブルフ語', 'lij' => 'リグリア語', + 'lil' => 'リルエット語', 'liv' => 'リヴォニア語', 'lkt' => 'ラコタ語', 'lmo' => 'ロンバルド語', @@ -312,6 +327,7 @@ return [ 'lou' => 'ルイジアナ・クレオール語', 'loz' => 'ロジ語', 'lrc' => '北ロル語', + 'lsm' => 'サーミア語', 'lt' => 'リトアニア語', 'ltg' => 'ラトガリア語', 'lu' => 'ルバ・カタンガ語', @@ -350,6 +366,7 @@ return [ 'mn' => 'モンゴル語', 'mnc' => '満州語', 'mni' => 'マニプリ語', + 'moe' => 'イヌー=アイムン語', 'moh' => 'モーホーク語', 'mos' => 'モシ語', 'mr' => 'マラーティー語', @@ -399,6 +416,11 @@ return [ 'nzi' => 'ンゼマ語', 'oc' => 'オック語', 'oj' => 'オジブウェー語', + 'ojb' => '北西部オジブワ語', + 'ojc' => '中部オジブワ語', + 'ojs' => 'セヴァーン・オジブワ語', + 'ojw' => '西部オジブワ語', + 'oka' => 'オカナガン語', 'om' => 'オロモ語', 'or' => 'オディア語', 'os' => 'オセット語', @@ -418,10 +440,12 @@ return [ 'pfl' => 'プファルツ語', 'phn' => 'フェニキア語', 'pi' => 'パーリ語', + 'pis' => 'ピジン語', 'pl' => 'ポーランド語', 'pms' => 'ピエモンテ語', 'pnt' => 'ポントス・ギリシャ語', 'pon' => 'ポンペイ語', + 'pqm' => 'マリシート=パサマコディ語', 'prg' => 'プロシア語', 'pro' => '古期プロバンス語', 'ps' => 'パシュトゥー語', @@ -480,6 +504,7 @@ return [ 'sid' => 'シダモ語', 'sk' => 'スロバキア語', 'sl' => 'スロベニア語', + 'slh' => '南部ルシュツィード語', 'sli' => '低シレジア語', 'sly' => 'スラヤール語', 'sm' => 'サモア語', @@ -499,6 +524,7 @@ return [ 'ssy' => 'サホ語', 'st' => '南部ソト語', 'stq' => 'ザーターフリジア語', + 'str' => 'ストレイツセイリッシュ語', 'su' => 'スンダ語', 'suk' => 'スクマ語', 'sus' => 'スス語', @@ -510,6 +536,7 @@ return [ 'syr' => 'シリア語', 'szl' => 'シレジア語', 'ta' => 'タミル語', + 'tce' => '南部トゥショーニ語', 'tcy' => 'トゥル語', 'te' => 'テルグ語', 'tem' => 'テムネ語', @@ -517,7 +544,9 @@ return [ 'ter' => 'テレーノ語', 'tet' => 'テトゥン語', 'tg' => 'タジク語', + 'tgx' => 'タギシュ語', 'th' => 'タイ語', + 'tht' => 'タールタン語', 'ti' => 'ティグリニア語', 'tig' => 'ティグレ語', 'tiv' => 'ティブ語', @@ -532,6 +561,7 @@ return [ 'tn' => 'ツワナ語', 'to' => 'トンガ語', 'tog' => 'トンガ語(ニアサ)', + 'tok' => 'トキポナ語', 'tpi' => 'トク・ピシン語', 'tr' => 'トルコ語', 'tru' => 'トゥロヨ語', @@ -540,6 +570,7 @@ return [ 'tsd' => 'ツァコン語', 'tsi' => 'チムシュ語', 'tt' => 'タタール語', + 'ttm' => '北部トゥショーニ語', 'ttt' => 'ムスリム・タタール語', 'tum' => 'トゥンブカ語', 'tvl' => 'ツバル語', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/jv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/jv.php index d5fd82a..b15dbd8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/jv.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/jv.php @@ -2,48 +2,96 @@ return [ 'Names' => [ + 'ab' => 'Abkhazian', + 'ace' => 'Achinese', + 'ada' => 'Adangme', + 'ady' => 'Adyghe', 'af' => 'Afrika', 'agq' => 'Aghem', + 'ain' => 'Ainu', 'ak' => 'Akan', + 'ale' => 'Aleut', + 'alt' => 'Altai Sisih Kidul', 'am' => 'Amharik', + 'an' => 'Aragonese', + 'ann' => 'Obolo', + 'anp' => 'Angika', 'ar' => 'Arab', + 'arn' => 'Mapushe', + 'arp' => 'Arapaho', + 'ars' => 'Arab Najdi', 'as' => 'Assam', 'asa' => 'Asu', 'ast' => 'Asturia', + 'atj' => 'Atikamekw', + 'av' => 'Avaric', + 'awa' => 'Awadhi', + 'ay' => 'Aymara', 'az' => 'Azerbaijan', + 'ba' => 'Bashkir', + 'ban' => 'Bali', 'bas' => 'Basaa', 'be' => 'Belarus', 'bem' => 'Bemba', 'bez' => 'Bena', 'bg' => 'Bulgaria', + 'bho' => 'Bhojpuri', + 'bi' => 'Bislama', + 'bin' => 'Bini', + 'bla' => 'Siksiká', 'bm' => 'Bambara', 'bn' => 'Bengali', 'bo' => 'Tibet', 'br' => 'Breton', 'brx' => 'Bodo', 'bs' => 'Bosnia lan Hercegovina', + 'bug' => 'Bugis', + 'byn' => 'Blin', 'ca' => 'Katala', + 'cay' => 'Kayuga', 'ccp' => 'Chakma', 'ce' => 'Chechen', 'ceb' => 'Cebuano', 'cgg' => 'Chiga', + 'ch' => 'Khamorro', + 'chk' => 'Chuukese', + 'chm' => 'Mari', + 'cho' => 'Choctaw', + 'chp' => 'Chipewyan', 'chr' => 'Cherokee', + 'chy' => 'Cheyenne', 'ckb' => 'Kurdi Tengah', + 'clc' => 'Chilcotin', 'co' => 'Korsika', + 'crg' => 'Michif', + 'crj' => 'Kree Kidul Wetan', + 'crk' => 'Kree Polos', + 'crl' => 'Kree Lor Segara', + 'crm' => 'Moose Cree', + 'crr' => 'Karolina Algonquian', 'cs' => 'Ceska', + 'csw' => 'Kree Rawa', 'cu' => 'Slavia Gerejani', + 'cv' => 'Khuvash', 'cy' => 'Welsh', 'da' => 'Dansk', + 'dak' => 'Dakota', + 'dar' => 'Dargwa', 'dav' => 'Taita', 'de' => 'Jérman', + 'dgr' => 'Dogrib', 'dje' => 'Zarma', 'doi' => 'Dogri', 'dsb' => 'Sorbia Non Standar', 'dua' => 'Duala', + 'dv' => 'Divehi', 'dyo' => 'Jola-Fonyi', 'dz' => 'Dzongkha', + 'dzg' => 'Dazaga', 'ebu' => 'Embu', 'ee' => 'Ewe', + 'efi' => 'Efik', + 'eka' => 'Ekajuk', 'el' => 'Yunani', 'en' => 'Inggris', 'eo' => 'Esperanto', @@ -55,176 +103,312 @@ return [ 'ff' => 'Fulah', 'fi' => 'Suomi', 'fil' => 'Tagalog', + 'fj' => 'Fijian', 'fo' => 'Faroe', + 'fon' => 'Fon', 'fr' => 'Prancis', + 'frc' => 'Prancis Cajun', + 'frr' => 'Frisian Lor Segara', 'fur' => 'Friulian', 'fy' => 'Frisia Sisih Kulon', 'ga' => 'Irlandia', + 'gaa' => 'Ga', 'gd' => 'Gaulia', + 'gez' => 'Gees', + 'gil' => 'Gilbertese', 'gl' => 'Galisia', + 'gn' => 'Guarani', + 'gor' => 'Gorontalo', 'gsw' => 'Jerman Swiss', 'gu' => 'Gujarat', 'guz' => 'Gusii', 'gv' => 'Manx', + 'gwi' => 'Gwichʼin', 'ha' => 'Hausa', + 'hai' => 'Haida', 'haw' => 'Hawaii', + 'hax' => 'Haida Sisih Kidul', 'he' => 'Ibrani', 'hi' => 'India', + 'hil' => 'Hiligainon', 'hmn' => 'Hmong', 'hr' => 'Kroasia', 'hsb' => 'Sorbia Standar', 'ht' => 'Kreol Haiti', 'hu' => 'Hungaria', + 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armenia', + 'hz' => 'Herero', 'ia' => 'Interlingua', + 'iba' => 'Iban', + 'ibb' => 'Ibibio', 'id' => 'Indonesia', 'ig' => 'Iqbo', 'ii' => 'Sichuan Yi', + 'ikt' => 'Kanada Inuktitut Sisih Kulon', + 'ilo' => 'Iloko', + 'inh' => 'Ingus', + 'io' => 'Ido', 'is' => 'Islandia', 'it' => 'Italia', + 'iu' => 'Inuktitut', 'ja' => 'Jepang', + 'jbo' => 'Lojban', 'jgo' => 'Ngomba', 'jmc' => 'Machame', 'jv' => 'Jawa', 'ka' => 'Georgia', 'kab' => 'Kabyle', + 'kac' => 'Kakhin', + 'kaj' => 'Jju', 'kam' => 'Kamba', + 'kbd' => 'Kabardian', + 'kcg' => 'Tyap', 'kde' => 'Makonde', 'kea' => 'Kabuverdianu', + 'kfo' => 'Koro', + 'kgp' => 'Kaingang', + 'kha' => 'Khasi', 'khq' => 'Koyra Chiini', 'ki' => 'Kikuyu', + 'kj' => 'Kuanyama', 'kk' => 'Kazakh', 'kkj' => 'Kako', 'kl' => 'Kalaallisut', 'kln' => 'Kalenjin', 'km' => 'Khmer', + 'kmb' => 'Kimbundu', 'kn' => 'Kannada', 'ko' => 'Korea', 'kok' => 'Konkani', + 'kpe' => 'Kpelle', + 'kr' => 'Kanuri', + 'krc' => 'Karachai-Balkar', + 'krl' => 'Karelian', + 'kru' => 'Kuruk', 'ks' => 'Kashmiri', 'ksb' => 'Shambala', 'ksf' => 'Bafia', 'ksh' => 'Colonia', 'ku' => 'Kurdis', + 'kum' => 'Kumik', + 'kv' => 'Komi', 'kw' => 'Kernowek', + 'kwk' => 'Kwakʼwala', 'ky' => 'Kirgis', 'la' => 'Latin', + 'lad' => 'Ladino', 'lag' => 'Langi', 'lb' => 'Luksemburg', + 'lez' => 'Lesghian', 'lg' => 'Ganda', + 'li' => 'Limburgish', + 'lil' => 'Lillooet', 'lkt' => 'Lakota', 'ln' => 'Lingala', 'lo' => 'Laos', + 'lou' => 'Louisiana Creole', + 'loz' => 'Losi', 'lrc' => 'Luri Sisih Lor', + 'lsm' => 'Saamia', 'lt' => 'Lithuania', 'lu' => 'Luba-Katanga', + 'lua' => 'Luba-Lulua', + 'lun' => 'Lunda', 'luo' => 'Luo', + 'lus' => 'Miso', 'luy' => 'Luyia', 'lv' => 'Latvia', + 'mad' => 'Madura', + 'mag' => 'Magahi', 'mai' => 'Maithili', + 'mak' => 'Makasar', 'mas' => 'Masai', + 'mdf' => 'Moksha', + 'men' => 'Mende', 'mer' => 'Meru', 'mfe' => 'Morisyen', 'mg' => 'Malagasi', 'mgh' => 'Makhuwa-Meeto', 'mgo' => 'Meta’', + 'mh' => 'Marshallese', 'mi' => 'Maori', + 'mic' => 'Mi\'kmak', + 'min' => 'Minangkabau', 'mk' => 'Makedonia', 'ml' => 'Malayalam', 'mn' => 'Mongolia', 'mni' => 'Manipuri', + 'moe' => 'Innu-aimun', + 'moh' => 'Mohawk', + 'mos' => 'Mossi', 'mr' => 'Marathi', 'ms' => 'Melayu', 'mt' => 'Malta', 'mua' => 'Mundang', + 'mus' => 'Muskogee', + 'mwl' => 'Mirandese', 'my' => 'Myanmar', + 'myv' => 'Ersia', 'mzn' => 'Mazanderani', + 'na' => 'Nauru', + 'nap' => 'Neapolitan', 'naq' => 'Nama', 'nb' => 'Bokmål Norwegia', 'nd' => 'Ndebele Lor', 'nds' => 'Jerman Non Standar', 'ne' => 'Nepal', + 'new' => 'Newari', + 'ng' => 'Ndonga', + 'nia' => 'Nias', + 'niu' => 'Niuean', 'nl' => 'Walanda', 'nmg' => 'Kwasio', 'nn' => 'Nynorsk Norwegia', 'nnh' => 'Ngiemboon', 'no' => 'Norwegia', + 'nog' => 'Nogai', + 'nqo' => 'N’Ko', + 'nr' => 'Ndebele Kidul', + 'nso' => 'Sotho Sisih Lor', 'nus' => 'Nuer', + 'nv' => 'Navajo', 'ny' => 'Nyanja', 'nyn' => 'Nyankole', + 'oc' => 'Ossitan', + 'ojb' => 'Ojibwa Kulon Segara', + 'ojc' => 'Ojibwa Tengah', + 'ojs' => 'Oji-Kree', + 'ojw' => 'Ojibwa Sisih Kulon', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Odia', 'os' => 'Ossetia', 'pa' => 'Punjab', + 'pag' => 'Pangasinan', + 'pam' => 'Pampanga', + 'pap' => 'Papiamento', + 'pau' => 'Palauan', 'pcm' => 'Nigeria Pidgin', + 'pis' => 'Pijin', 'pl' => 'Polandia', + 'pqm' => 'Maliseet-Passamakuoddi', 'prg' => 'Prusia', 'ps' => 'Pashto', 'pt' => 'Portugis', 'qu' => 'Quechua', + 'rap' => 'Rapanui', + 'rar' => 'Rarotongan', 'rhg' => 'Rohingya', 'rm' => 'Roman', 'rn' => 'Rundi', 'ro' => 'Rumania', 'rof' => 'Rombo', 'ru' => 'Rusia', + 'rup' => 'Aromanian', 'rw' => 'Kinyarwanda', 'rwk' => 'Rwa', 'sa' => 'Sanskerta', + 'sad' => 'Sandawe', 'sah' => 'Sakha', 'saq' => 'Samburu', 'sat' => 'Santali', + 'sba' => 'Ngambai', 'sbp' => 'Sangu', + 'sc' => 'Sardinian', + 'scn' => 'Sisilia', + 'sco' => 'Skots', 'sd' => 'Sindhi', 'se' => 'Sami Sisih Lor', 'seh' => 'Sena', 'ses' => 'Koyraboro Senni', 'sg' => 'Sango', 'shi' => 'Tachelhit', + 'shn' => 'Shan', 'si' => 'Sinhala', 'sk' => 'Slowakia', 'sl' => 'Slovenia', + 'slh' => 'Lushootseed Sisih Kidul', 'sm' => 'Samoa', 'smn' => 'Inari Sami', + 'sms' => 'Skolt Sami', 'sn' => 'Shona', + 'snk' => 'Soninke', 'so' => 'Somalia', 'sq' => 'Albania', 'sr' => 'Serbia', + 'srn' => 'Sranan Tongo', + 'ss' => 'Swati', 'st' => 'Sotho Sisih Kidul', + 'str' => 'Selat Salish', 'su' => 'Sunda', + 'suk' => 'Sukuma', 'sv' => 'Swedia', 'sw' => 'Swahili', + 'swb' => 'Komorian', + 'syr' => 'Siriak', 'ta' => 'Tamil', + 'tce' => 'Tutkhone Sisih Kidul', 'te' => 'Telugu', + 'tem' => 'Timne', 'teo' => 'Teso', + 'tet' => 'Tetum', 'tg' => 'Tajik', + 'tgx' => 'Tagish', 'th' => 'Thailand', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', + 'tig' => 'Tigre', 'tk' => 'Turkmen', + 'tlh' => 'Klingon', + 'tli' => 'Tlingit', + 'tn' => 'Tswana', 'to' => 'Tonga', + 'tok' => 'Toki Pona', + 'tpi' => 'Tok Pisin', 'tr' => 'Turki', + 'trv' => 'Taroko', + 'ts' => 'Tsonga', 'tt' => 'Tatar', + 'ttm' => 'Tutkhone Sisih Lor', + 'tum' => 'Tumbuka', + 'tvl' => 'Tupalu', 'twq' => 'Tasawaq', + 'ty' => 'Tahiti', + 'tyv' => 'Tupinian', 'tzm' => 'Tamazight Atlas Tengah', + 'udm' => 'Udmurt', 'ug' => 'Uighur', 'uk' => 'Ukraina', + 'umb' => 'Umbundu', 'ur' => 'Urdu', 'uz' => 'Uzbek', 'vai' => 'Vai', + 've' => 'Venda', 'vi' => 'Vietnam', 'vo' => 'Volapuk', 'vun' => 'Vunjo', + 'wa' => 'Walloon', 'wae' => 'Walser', + 'wal' => 'Wolaitta', + 'war' => 'Warai', 'wo' => 'Wolof', + 'wuu' => 'Tyonghwa Wu', + 'xal' => 'Kalmik', 'xh' => 'Xhosa', 'xog' => 'Soga', 'yav' => 'Yangben', + 'ybb' => 'Yemba', 'yi' => 'Yiddish', 'yo' => 'Yoruba', + 'yrl' => 'Nheengatu', 'yue' => 'Kanton', 'zgh' => 'Tamazight Moroko Standar', 'zh' => 'Tyonghwa', 'zu' => 'Zulu', + 'zun' => 'Zuni', + 'zza' => 'Zaza', ], 'LocalizedNames' => [ 'ar_001' => 'Arab Standar Anyar', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ka.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ka.php index 9c20b4e..c2bc9cc 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ka.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ka.php @@ -19,15 +19,18 @@ return [ 'am' => 'ამჰარული', 'an' => 'არაგონული', 'ang' => 'ძველი ინგლისური', + 'ann' => 'ობოლო', 'anp' => 'ანგიკა', 'ar' => 'არაბული', 'arc' => 'არამეული', 'arn' => 'მაპუდუნგუნი', 'arp' => 'არაპაჰო', + 'ars' => 'ნაჯის არაბული', 'arw' => 'არავაკი', 'as' => 'ასამური', 'asa' => 'ასუ', 'ast' => 'ასტურიული', + 'atj' => 'ატიკამეკი', 'av' => 'ხუნძური', 'awa' => 'ავადი', 'ay' => 'აიმარა', @@ -73,13 +76,21 @@ return [ 'chr' => 'ჩეროკი', 'chy' => 'ჩეიენი', 'ckb' => 'ცენტრალური ქურთული', + 'clc' => 'ჩილკოტინი', 'co' => 'კორსიკული', 'cop' => 'კოპტური', 'cr' => 'კრი', + 'crg' => 'მიჩიფი', 'crh' => 'ყირიმულ-თურქული', + 'crj' => 'სამხრეთ-აღმოსავლეთის კრი', + 'crk' => 'დაბლობის კრი', + 'crl' => 'ჩრდილო-აღმოსავლეთის კრი', + 'crm' => 'მუსური კრი', + 'crr' => 'კაროლინური ალგონკინი', 'crs' => 'სესელვა-კრეოლური ფრანგული', 'cs' => 'ჩეხური', 'csb' => 'კაშუბური', + 'csw' => 'ჭაობის კრი', 'cu' => 'საეკლესიო სლავური', 'cv' => 'ჩუვაშური', 'cy' => 'უელსური', @@ -123,6 +134,7 @@ return [ 'fo' => 'ფარერული', 'fon' => 'ფონი', 'fr' => 'ფრანგული', + 'frc' => 'კაჟუნური ფრანგული', 'frm' => 'საშუალო ფრანგული', 'fro' => 'ძველი ფრანგული', 'frr' => 'ჩრდილოფრიზიული', @@ -150,7 +162,9 @@ return [ 'gv' => 'მენური', 'gwi' => 'გვიჩინი', 'ha' => 'ჰაუსა', + 'hai' => 'ჰაიდა', 'haw' => 'ჰავაიური', + 'hax' => 'სამხრეთული ჰაიდა', 'he' => 'ებრაული', 'hi' => 'ჰინდი', 'hil' => 'ჰილიგაინონი', @@ -161,6 +175,7 @@ return [ 'ht' => 'ჰაიტიური კრეოლი', 'hu' => 'უნგრული', 'hup' => 'ჰუპა', + 'hur' => 'ჰალკომელემი', 'hy' => 'სომხური', 'hz' => 'ჰერერო', 'ia' => 'ინტერლინგუალური', @@ -170,6 +185,7 @@ return [ 'ie' => 'ინტერლინგი', 'ig' => 'იგბო', 'ii' => 'სიჩუანის ი', + 'ikt' => 'დასავლეთ-კანადური ინუკტიტუტი', 'ilo' => 'ილოკო', 'inh' => 'ინგუშური', 'io' => 'იდო', @@ -195,6 +211,7 @@ return [ 'kea' => 'კაბუვერდიანუ', 'kfo' => 'კორო', 'kg' => 'კონგო', + 'kgp' => 'კაინგანგი', 'kha' => 'ხასი', 'khq' => 'კოირა-ჩიინი', 'ki' => 'კიკუიუ', @@ -224,6 +241,7 @@ return [ 'kut' => 'კუტენაი', 'kv' => 'კომი', 'kw' => 'კორნული', + 'kwk' => 'კვაკვალა', 'ky' => 'ყირგიზული', 'la' => 'ლათინური', 'lad' => 'ლადინო', @@ -234,12 +252,15 @@ return [ 'lez' => 'ლეზგიური', 'lg' => 'განდა', 'li' => 'ლიმბურგული', + 'lil' => 'ლილიეტი', 'lkt' => 'ლაკოტა', 'ln' => 'ლინგალა', 'lo' => 'ლაოსური', 'lol' => 'მონგო', + 'lou' => 'ლუიზიანას კრეოლური', 'loz' => 'ლოზი', 'lrc' => 'ჩრდილოეთ ლური', + 'lsm' => 'სამია', 'lt' => 'ლიეტუვური', 'lu' => 'ლუბა-კატანგა', 'lua' => 'ლუბა-ლულუა', @@ -273,6 +294,7 @@ return [ 'mn' => 'მონღოლური', 'mnc' => 'მანჯურიული', 'mni' => 'მანიპური', + 'moe' => 'ინუ-აიმუნი', 'moh' => 'მოჰაუკური', 'mos' => 'მოსი', 'mr' => 'მარათჰი', @@ -317,6 +339,11 @@ return [ 'nzi' => 'ნზიმა', 'oc' => 'ოქსიტანური', 'oj' => 'ოჯიბვე', + 'ojb' => 'ჩრდილო-დასავლეთის ოჯიბვა', + 'ojc' => 'ცენტრალური ოჯიბვე', + 'ojs' => 'ოჯი-კრი', + 'ojw' => 'დასავლეთის ოჯიბვა', + 'oka' => 'ოკანაგანი', 'om' => 'ორომო', 'or' => 'ორია', 'os' => 'ოსური', @@ -330,7 +357,9 @@ return [ 'peo' => 'ძველი სპარსული', 'phn' => 'ფინიკიური', 'pi' => 'პალი', + 'pis' => 'პიჯინი', 'pl' => 'პოლონური', + 'pqm' => 'მალისეტ-პასამაკვოდი', 'prg' => 'პრუსიული', 'pro' => 'ძველი პროვანსული', 'ps' => 'პუშტუ', @@ -377,6 +406,7 @@ return [ 'si' => 'სინჰალური', 'sk' => 'სლოვაკური', 'sl' => 'სლოვენური', + 'slh' => 'სამხრეთული ლუშუციდი', 'sm' => 'სამოა', 'sma' => 'სამხრეთსამური', 'smj' => 'ლულე-საამური', @@ -391,6 +421,7 @@ return [ 'ss' => 'სუატი', 'ssy' => 'საჰო', 'st' => 'სამხრეთ სოთოს ენა', + 'str' => 'სტრეიტს სალიში', 'su' => 'სუნდური', 'suk' => 'სუკუმა', 'sux' => 'შუმერული', @@ -400,23 +431,29 @@ return [ 'syc' => 'კლასიკური სირიული', 'syr' => 'სირიული', 'ta' => 'ტამილური', + 'tce' => 'სამხრეთ ტუჩონი', 'te' => 'ტელუგუ', 'tem' => 'ტინმე', 'teo' => 'ტესო', 'tet' => 'ტეტუმი', 'tg' => 'ტაჯიკური', - 'th' => 'ტაი', + 'tgx' => 'ტაგიში', + 'th' => 'ტაილანდური', + 'tht' => 'ტალტანი', 'ti' => 'ტიგრინია', 'tig' => 'თიგრე', 'tk' => 'თურქმენული', 'tlh' => 'კლინგონი', + 'tli' => 'ტლინგიტი', 'tn' => 'ტსვანა', 'to' => 'ტონგანური', + 'tok' => 'ტოკი-პონა', 'tpi' => 'ტოკ-პისინი', 'tr' => 'თურქული', 'trv' => 'ტაროკო', 'ts' => 'ტსონგა', 'tt' => 'თათრული', + 'ttm' => 'ჩრდილოეთ ტუჩონი', 'tum' => 'ტუმბუკა', 'tvl' => 'ტუვალუ', 'tw' => 'თუი', @@ -442,6 +479,7 @@ return [ 'war' => 'ვარაი', 'wbp' => 'ვალპირი', 'wo' => 'ვოლოფური', + 'wuu' => 'ვუ', 'xal' => 'ყალმუხური', 'xh' => 'ქჰოსა', 'xog' => 'სოგა', @@ -449,6 +487,7 @@ return [ 'ybb' => 'იემბა', 'yi' => 'იდიში', 'yo' => 'იორუბა', + 'yrl' => 'ნენგატუ', 'yue' => 'კანტონური', 'zbl' => 'ბლისსიმბოლოები', 'zen' => 'ზენაგა', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/kk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/kk.php index d233cb4..6da2a94 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/kk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/kk.php @@ -15,13 +15,16 @@ return [ 'alt' => 'оңтүстік алтай тілі', 'am' => 'амхар тілі', 'an' => 'арагон тілі', + 'ann' => 'оболо тілі', 'anp' => 'ангика тілі', 'ar' => 'араб тілі', 'arn' => 'мапуче тілі', 'arp' => 'арапахо тілі', + 'ars' => 'араб тілі (Неджда)', 'as' => 'ассам тілі', 'asa' => 'асу тілі', 'ast' => 'астурия тілі', + 'atj' => 'атикамек тілі', 'av' => 'авар тілі', 'awa' => 'авадхи тілі', 'ay' => 'аймара тілі', @@ -47,6 +50,7 @@ return [ 'bug' => 'бугис тілі', 'byn' => 'блин тілі', 'ca' => 'каталан тілі', + 'cay' => 'кайюга тілі', 'ccp' => 'чакма тілі', 'ce' => 'шешен тілі', 'ceb' => 'себуано тілі', @@ -55,12 +59,21 @@ return [ 'chk' => 'чуук тілі', 'chm' => 'мари тілі', 'cho' => 'чокто тілі', + 'chp' => 'чипевайан тілі', 'chr' => 'чероки тілі', 'chy' => 'шайен тілі', 'ckb' => 'сорани тілі', + 'clc' => 'чилкотин тілі', 'co' => 'корсика тілі', + 'crg' => 'мичиф тілі', + 'crj' => 'оңтүстік-шығыс кри тілі', + 'crk' => 'жазықтағы кри тілі', + 'crl' => 'солтүстік-шығыс кри тілі', + 'crm' => 'мус кри тілі', + 'crr' => 'каролиналық алгонкин тілі', 'crs' => 'сейшельдік креол тілі', 'cs' => 'чех тілі', + 'csw' => 'батпақты жердің кри тілі', 'cu' => 'шіркеулік славян тілі', 'cv' => 'чуваш тілі', 'cy' => 'валлий тілі', @@ -71,7 +84,7 @@ return [ 'de' => 'неміс тілі', 'dgr' => 'догриб тілі', 'dje' => 'зарма тілі', - 'doi' => 'Догри', + 'doi' => 'догри тілі', 'dsb' => 'төменгі лужица тілі', 'dua' => 'дуала тілі', 'dv' => 'дивехи тілі', @@ -97,6 +110,8 @@ return [ 'fo' => 'фарер тілі', 'fon' => 'фон тілі', 'fr' => 'француз тілі', + 'frc' => 'каджун тілі (француз)', + 'frr' => 'солтүстік фриз тілі', 'fur' => 'фриуль тілі', 'fy' => 'батыс фриз тілі', 'ga' => 'ирланд тілі', @@ -108,13 +123,15 @@ return [ 'gl' => 'галисия тілі', 'gn' => 'гуарани тілі', 'gor' => 'горонтало тілі', - 'gsw' => 'швейцариялық неміс тілі', + 'gsw' => 'неміс тілі (Швейцария)', 'gu' => 'гуджарати тілі', 'guz' => 'гусии тілі', 'gv' => 'мэн тілі', 'gwi' => 'гвичин тілі', 'ha' => 'хауса тілі', + 'hai' => 'хайда тілі', 'haw' => 'гавайи тілі', + 'hax' => 'оңтүстік хайда тілі', 'he' => 'иврит тілі', 'hi' => 'хинди тілі', 'hil' => 'хилигайнон тілі', @@ -124,6 +141,7 @@ return [ 'ht' => 'гаити тілі', 'hu' => 'венгр тілі', 'hup' => 'хупа тілі', + 'hur' => 'халкомелем тілі', 'hy' => 'армян тілі', 'hz' => 'гереро тілі', 'ia' => 'интерлингва тілі', @@ -133,6 +151,7 @@ return [ 'ie' => 'интерлингве тілі', 'ig' => 'игбо тілі', 'ii' => 'сычуан и тілі', + 'ikt' => 'батыс канадалық инуктитут тілі', 'ilo' => 'илоко тілі', 'inh' => 'ингуш тілі', 'io' => 'идо тілі', @@ -154,6 +173,7 @@ return [ 'kde' => 'маконде тілі', 'kea' => 'кабувердьяну тілі', 'kfo' => 'коро тілі', + 'kgp' => 'кайнганг тілі', 'kha' => 'кхаси тілі', 'khq' => 'койра чини тілі', 'ki' => 'кикуйю тілі', @@ -181,6 +201,7 @@ return [ 'kum' => 'құмық тілі', 'kv' => 'коми тілі', 'kw' => 'корн тілі', + 'kwk' => 'квакиутль тілі', 'ky' => 'қырғыз тілі', 'la' => 'латын тілі', 'lad' => 'ладино тілі', @@ -189,11 +210,15 @@ return [ 'lez' => 'лезгин тілі', 'lg' => 'ганда тілі', 'li' => 'лимбург тілі', + 'lij' => 'лигур тілі', + 'lil' => 'лиллуэт тілі', 'lkt' => 'лакота тілі', 'ln' => 'лингала тілі', 'lo' => 'лаос тілі', + 'lou' => 'креоль тілі (Луизиана)', 'loz' => 'лози тілі', 'lrc' => 'солтүстік люри тілі', + 'lsm' => 'самия тілі', 'lt' => 'литва тілі', 'lu' => 'луба-катанга тілі', 'lua' => 'луба-лулуа тілі', @@ -222,6 +247,7 @@ return [ 'ml' => 'малаялам тілі', 'mn' => 'моңғол тілі', 'mni' => 'манипури тілі', + 'moe' => 'инну-аймун тілі', 'moh' => 'могавк тілі', 'mos' => 'мосси тілі', 'mr' => 'маратхи тілі', @@ -231,7 +257,7 @@ return [ 'mus' => 'крик тілі', 'mwl' => 'миранд тілі', 'my' => 'бирма тілі', - 'myv' => 'эрзян тілі', + 'myv' => 'эрзя тілі', 'mzn' => 'мазандеран тілі', 'na' => 'науру тілі', 'nap' => 'неаполитан тілі', @@ -258,6 +284,11 @@ return [ 'ny' => 'ньянджа тілі', 'nyn' => 'нианколе тілі', 'oc' => 'окситан тілі', + 'ojb' => 'солтүстік-батыс оджибве тілі', + 'ojc' => 'орталық оджибве тілі', + 'ojs' => 'оджи-кри тілі', + 'ojw' => 'батыс оджибве тілі', + 'oka' => 'оканаган тілі', 'om' => 'оромо тілі', 'or' => 'ория тілі', 'os' => 'осетин тілі', @@ -267,7 +298,9 @@ return [ 'pap' => 'папьяменто тілі', 'pau' => 'палау тілі', 'pcm' => 'нигериялық пиджин тілі', + 'pis' => 'пиджин тілі', 'pl' => 'поляк тілі', + 'pqm' => 'малесит-пассамакводди тілі', 'prg' => 'пруссия тілі', 'ps' => 'пушту тілі', 'pt' => 'португал тілі', @@ -306,6 +339,7 @@ return [ 'si' => 'сингал тілі', 'sk' => 'словак тілі', 'sl' => 'словен тілі', + 'slh' => 'оңтүстік лушуцид тілі', 'sm' => 'самоа тілі', 'sma' => 'оңтүстік саам тілі', 'smj' => 'луле саам тілі', @@ -319,7 +353,8 @@ return [ 'srn' => 'сранан тонго тілі', 'ss' => 'свати тілі', 'ssy' => 'сахо тілі', - 'st' => 'сесото тілі', + 'st' => 'оңтүстік сото тілі', + 'str' => 'солтүстік стрейтс тілі', 'su' => 'сундан тілі', 'suk' => 'сукума тілі', 'sv' => 'швед тілі', @@ -327,23 +362,29 @@ return [ 'swb' => 'комор тілі', 'syr' => 'сирия тілі', 'ta' => 'тамил тілі', + 'tce' => 'оңтүстік тутчоне тілі', 'te' => 'телугу тілі', 'tem' => 'темне тілі', 'teo' => 'тесо тілі', 'tet' => 'тетум тілі', 'tg' => 'тәжік тілі', + 'tgx' => 'тагиш тілі', 'th' => 'тай тілі', + 'tht' => 'тальтан тілі', 'ti' => 'тигринья тілі', 'tig' => 'тигре тілі', 'tk' => 'түрікмен тілі', 'tlh' => 'клингон тілі', + 'tli' => 'тлинкит тілі', 'tn' => 'тсвана тілі', 'to' => 'тонган тілі', + 'tok' => 'токипона тілі', 'tpi' => 'ток-писин тілі', 'tr' => 'түрік тілі', 'trv' => 'тароко тілі', 'ts' => 'тсонга тілі', 'tt' => 'татар тілі', + 'ttm' => 'солтүстік тутчоне тілі', 'tum' => 'тумбука тілі', 'tvl' => 'тувалу тілі', 'tw' => 'тви тілі', @@ -359,6 +400,7 @@ return [ 'uz' => 'өзбек тілі', 'vai' => 'вай тілі', 've' => 'венда тілі', + 'vec' => 'венеция тілі', 'vi' => 'вьетнам тілі', 'vo' => 'волапюк тілі', 'vun' => 'вунджо тілі', @@ -368,6 +410,7 @@ return [ 'war' => 'варай тілі', 'wbp' => 'вальбири тілі', 'wo' => 'волоф тілі', + 'wuu' => 'қытай тілі (У)', 'xal' => 'қалмақ тілі', 'xh' => 'кхоса тілі', 'xog' => 'сога тілі', @@ -375,6 +418,7 @@ return [ 'ybb' => 'йемба тілі', 'yi' => 'идиш тілі', 'yo' => 'йоруба тілі', + 'yrl' => 'ньенгату тілі', 'yue' => 'кантон тілі', 'zgh' => 'марокколық стандартты тамазигхт тілі', 'zh' => 'қытай тілі', @@ -384,18 +428,9 @@ return [ ], 'LocalizedNames' => [ 'ar_001' => 'қазіргі стандартты араб тілі', - 'de_AT' => 'австриялық неміс тілі', 'de_CH' => 'швейцариялық әдеби неміс тілі', - 'en_AU' => 'австралиялық ағылшын тілі', - 'en_CA' => 'канадалық ағылшын тілі', - 'en_GB' => 'британиялық ағылшын тілі', - 'en_US' => 'америкалық ағылшын тілі', - 'es_419' => 'латынамерикалық испан тілі', - 'es_ES' => 'еуропалық испан тілі', - 'es_MX' => 'мексикалық испан тілі', 'fa_AF' => 'дари тілі', - 'fr_CA' => 'канадалық француз тілі', - 'fr_CH' => 'швейцариялық француз тілі', + 'hi_Latn' => 'Хинди (латын жазуы)', 'nds_NL' => 'төменгі саксон тілі', 'nl_BE' => 'фламанд тілі', 'pt_BR' => 'бразилиялық португал тілі', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/km.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/km.php index a1715ea..65417e6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/km.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/km.php @@ -16,13 +16,16 @@ return [ 'alt' => 'អាល់តៃខាងត្បូង', 'am' => 'អាំហារិក', 'an' => 'អារ៉ាហ្គោន', + 'ann' => 'អូបូឡូ', 'anp' => 'អាហ្គីកា', 'ar' => 'អារ៉ាប់', 'arn' => 'ម៉ាពូឈី', 'arp' => 'អារ៉ាប៉ាហូ', + 'ars' => 'អារ៉ាប់ណាឌី', 'as' => 'អាសាមីស', 'asa' => 'អាស៊ូ', 'ast' => 'អាស្ទូរី', + 'atj' => 'អាទិកាម៉េក', 'av' => 'អាវ៉ារីក', 'awa' => 'អាវ៉ាឌី', 'ay' => 'អីម៉ារ៉ា', @@ -48,6 +51,7 @@ return [ 'bug' => 'ប៊ុកហ្គី', 'byn' => 'ប្ល៊ីន', 'ca' => 'កាតាឡាន', + 'cay' => 'ខាយូហ្កា', 'ccp' => 'ចាក់ម៉ា', 'ce' => 'ឈីឆេន', 'ceb' => 'ស៊ីប៊ូអាណូ', @@ -56,12 +60,21 @@ return [ 'chk' => 'ឈូគី', 'chm' => 'ម៉ារី', 'cho' => 'ឆុកតាវ', + 'chp' => 'ឈីប៉េវ៉ាយអិន', 'chr' => 'ឆេរូគី', 'chy' => 'ឈីយីនី', 'ckb' => 'ឃើដភាគកណ្តាល', + 'clc' => 'ឈីលកូទីន', 'co' => 'កូស៊ីខាន', + 'crg' => 'មីឈីហ្វ', + 'crj' => 'គ្រីខាងកើត​ប៉ែកខាងត្បូង', + 'crk' => 'គ្រីតំបន់វាលរាប', + 'crl' => 'គ្រីខាងកើត​ប៉ែកខាងជើង', + 'crm' => 'មូសគ្រី', + 'crr' => 'អាល់ហ្គនខ្វៀន ខារ៉ូលីណា', 'crs' => 'សេសេលវ៉ាគ្រីអូល (បារាំង)', 'cs' => 'ឆែក', + 'csw' => 'គ្រីតំបន់ភក់ល្បាប់', 'cu' => 'ឈើជស្លាវិក', 'cv' => 'ឈូវ៉ាស', 'cy' => 'វេល', @@ -98,6 +111,8 @@ return [ 'fo' => 'ហ្វារូស', 'fon' => 'ហ្វ៊ុន', 'fr' => 'បារាំង', + 'frc' => 'បារាំងកាហ្សង់', + 'frr' => 'ហ្វ្រ៊ីសៀន​ខាងជើង', 'fur' => 'ហ៊្វ្រូលាន', 'fy' => 'ហ្វ្រីស៊ានខាងលិច', 'ga' => 'អៀរឡង់', @@ -115,7 +130,9 @@ return [ 'gv' => 'មេន', 'gwi' => 'ហ្គីចឈីន', 'ha' => 'ហូសា', + 'hai' => 'ហៃដា', 'haw' => 'ហាវ៉ៃ', + 'hax' => 'ហៃដាខាងត្បូង', 'he' => 'ហេប្រឺ', 'hi' => 'ហិណ្ឌី', 'hil' => 'ហ៊ីលីហ្គេណុន', @@ -125,6 +142,7 @@ return [ 'ht' => 'ហៃទី', 'hu' => 'ហុងគ្រី', 'hup' => 'ហ៊ូប៉ា', + 'hur' => 'ហាល់កូម៉េឡេម', 'hy' => 'អាមេនី', 'hz' => 'ហឺរីរ៉ូ', 'ia' => 'អ៊ីនធើលីង', @@ -133,6 +151,7 @@ return [ 'id' => 'ឥណ្ឌូណេស៊ី', 'ig' => 'អ៊ីកបូ', 'ii' => 'ស៊ីឈាន់យី', + 'ikt' => 'អ៊ីនុកទីទុត​កាណាដា​ប៉ែកខាងលិច', 'ilo' => 'អ៊ីឡូកូ', 'inh' => 'អ៊ិនហ្គូស', 'io' => 'អ៊ីដូ', @@ -154,6 +173,7 @@ return [ 'kde' => 'ម៉ាកូនដេ', 'kea' => 'កាប៊ូវឺឌៀនូ', 'kfo' => 'គូរូ', + 'kgp' => 'ខាងហ្កេង', 'kha' => 'កាស៊ី', 'khq' => 'គុយរ៉ាឈីនី', 'ki' => 'គីគូយូ', @@ -181,6 +201,7 @@ return [ 'kum' => 'គូមីគ', 'kv' => 'កូមី', 'kw' => 'កូនីស', + 'kwk' => 'ក្វាក់វ៉ាឡា', 'ky' => '​កៀហ្ស៊ីស', 'la' => 'ឡាតំាង', 'lad' => 'ឡាឌីណូ', @@ -189,11 +210,15 @@ return [ 'lez' => 'ឡេសហ្គី', 'lg' => 'ហ្កាន់ដា', 'li' => 'លីមប៊ូស', + 'lij' => 'លីគូរី', + 'lil' => 'លីលលូអេត', 'lkt' => 'ឡាកូតា', 'ln' => 'លីនកាឡា', 'lo' => 'ឡាវ', + 'lou' => 'ក្រេអូល លូអ៊ីស៊ីអាណា', 'loz' => 'ឡូហ្ស៊ី', 'lrc' => 'លូរីខាងជើង', + 'lsm' => 'សាមៀ', 'lt' => 'លីទុយអានី', 'lu' => 'លូបាកាតានហ្គា', 'lua' => 'លូបាលូឡា', @@ -222,6 +247,7 @@ return [ 'ml' => 'ម៉ាឡាយ៉ាឡាម', 'mn' => 'ម៉ុងហ្គោលី', 'mni' => 'ម៉ានីពូរី', + 'moe' => 'អ៊ីននូអៃមុន', 'moh' => 'ម៊ូហាគ', 'mos' => 'មូស៊ី', 'mr' => 'ម៉ារ៉ាធី', @@ -258,6 +284,11 @@ return [ 'ny' => 'ណានចា', 'nyn' => 'ណានកូលេ', 'oc' => 'អូសីតាន់', + 'ojb' => 'អូជីបវ៉ា​ប៉ែកពាយ័ព្យ', + 'ojc' => 'អូជីពវ៉ាកណ្ដាល', + 'ojs' => 'អូជីគ្រី', + 'ojw' => 'អូជីបវ៉ា​ខាងលិច', + 'oka' => 'អូកាណាហ្កាន', 'om' => 'អូរ៉ូម៉ូ', 'or' => 'អូឌៀ', 'os' => 'អូស៊ីទិក', @@ -267,7 +298,9 @@ return [ 'pap' => 'ប៉ាប៉ៃមេនតូ', 'pau' => 'ប៉ាលូអាន', 'pcm' => 'ភាសាទំនាក់ទំនងនីហ្សេរីយ៉ា', + 'pis' => 'ពីជីន', 'pl' => 'ប៉ូឡូញ', + 'pqm' => 'ម៉ាលីស៊ីត ប៉ាសាម៉ាខ្វូឌី', 'prg' => 'ព្រូស៊ាន', 'ps' => 'បាស្តូ', 'pt' => 'ព័រទុយហ្គាល់', @@ -306,6 +339,7 @@ return [ 'si' => 'ស្រីលង្កា', 'sk' => 'ស្លូវ៉ាគី', 'sl' => 'ស្លូវ៉ានី', + 'slh' => 'ឡាស៊ូតស៊ីតខាងត្បូង', 'sm' => 'សាម័រ', 'sma' => 'សាមីខាងត្បូង', 'smj' => 'លូលីសាមី', @@ -320,6 +354,7 @@ return [ 'ss' => 'ស្វាទី', 'ssy' => 'សាហូ', 'st' => 'សូថូខាងត្បូង', + 'str' => 'សាលីសស្ត្រេតស៍', 'su' => 'ស៊ូដង់', 'suk' => 'ស៊ូគូម៉ា', 'sv' => 'ស៊ុយអែត', @@ -327,23 +362,29 @@ return [ 'swb' => 'កូម៉ូរី', 'syr' => 'ស៊ីរី', 'ta' => 'តាមីល', + 'tce' => 'ថុចឆុនខាងត្បូង', 'te' => 'តេលុគុ', 'tem' => 'ធីមនី', 'teo' => 'តេសូ', 'tet' => 'ទីទុំ', 'tg' => 'តាហ្ស៊ីគ', + 'tgx' => 'តាហ្គីស', 'th' => 'ថៃ', + 'tht' => 'តាល់តាន', 'ti' => 'ទីហ្គ្រីញ៉ា', 'tig' => 'ធីហ្គ្រា', 'tk' => 'តួកម៉េន', 'tlh' => 'ឃ្លីនហ្គុន', + 'tli' => 'ថ្លីងហ្គីត', 'tn' => 'ស្វាណា', 'to' => 'តុងហ្គា', + 'tok' => 'តូគីប៉ូណា', 'tpi' => 'ថុកពីស៊ីន', 'tr' => 'ទួរគី', 'trv' => 'តារ៉ូកូ', 'ts' => 'សុងហ្គា', 'tt' => 'តាតា', + 'ttm' => 'ថុចឆុនខាងជើង', 'tum' => 'ទុមប៊ូកា', 'tvl' => 'ទូវ៉ាលូ', 'tw' => 'ទ្វី', @@ -359,6 +400,7 @@ return [ 'uz' => 'អ៊ូសបេគ', 'vai' => 'វៃ', 've' => 'វេនដា', + 'vec' => 'វេណេតូ', 'vi' => 'វៀតណាម', 'vo' => 'វូឡាពូក', 'vun' => 'វុនចូ', @@ -368,6 +410,7 @@ return [ 'war' => 'វ៉ារេយ', 'wbp' => 'វ៉ារីប៉ារី', 'wo' => 'វូឡុហ្វ', + 'wuu' => 'អ៊ូចិន', 'xal' => 'កាលមីគ', 'xh' => 'ឃសា', 'xog' => 'សូហ្គា', @@ -375,6 +418,7 @@ return [ 'ybb' => 'យេមបា', 'yi' => 'យ៉ីឌីស', 'yo' => 'យរូបា', + 'yrl' => 'ញីនហ្កាទូ', 'yue' => 'កន្តាំង', 'za' => 'ហ្សួង', 'zgh' => 'តាម៉ាហ្សៃម៉ារ៉ុកស្តង់ដា', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/kn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/kn.php index c4cbc6c..d3f3552 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/kn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/kn.php @@ -20,15 +20,18 @@ return [ 'am' => 'ಅಂಹರಿಕ್', 'an' => 'ಅರಗೊನೀಸ್', 'ang' => 'ಪ್ರಾಚೀನ ಇಂಗ್ಲೀಷ್', + 'ann' => 'ಒಬೊಲೊ', 'anp' => 'ಆಂಗಿಕಾ', 'ar' => 'ಅರೇಬಿಕ್', 'arc' => 'ಅರಾಮಿಕ್', 'arn' => 'ಮಪುಚೆ', 'arp' => 'ಅರಪಾಹೋ', + 'ars' => 'ನ್ಯಾಜ್ಡಿ ಅರೇಬಿಕ್', 'arw' => 'ಅರಾವಾಕ್', 'as' => 'ಅಸ್ಸಾಮೀಸ್', 'asa' => 'ಅಸು', 'ast' => 'ಆಸ್ಟುರಿಯನ್', + 'atj' => 'ಅತಿಕಮೆಕ್', 'av' => 'ಅವರಿಕ್', 'awa' => 'ಅವಧಿ', 'ay' => 'ಅಯ್ಮಾರಾ', @@ -61,6 +64,7 @@ return [ 'ca' => 'ಕೆಟಲಾನ್', 'cad' => 'ಕ್ಯಾಡ್ಡೋ', 'car' => 'ಕಾರಿಬ್', + 'cay' => 'ಕಯುಗಾ', 'cch' => 'ಅಟ್ಸಮ್', 'ccp' => 'ಚಕ್ಮಾ', 'ce' => 'ಚಚೆನ್', @@ -77,13 +81,21 @@ return [ 'chr' => 'ಚೆರೋಕಿ', 'chy' => 'ಚೀಯೆನ್ನೇ', 'ckb' => 'ಮಧ್ಯ ಕುರ್ದಿಶ್', + 'clc' => 'ಚಿಲ್ಕೋಟಿನ್', 'co' => 'ಕೋರ್ಸಿಕನ್', 'cop' => 'ಕೊಪ್ಟಿಕ್', 'cr' => 'ಕ್ರೀ', + 'crg' => 'ಮಿಚಿಫ್', 'crh' => 'ಕ್ರಿಮೀಯನ್ ಟರ್ಕಿಷ್', + 'crj' => 'ದಕ್ಷಿಣ ಪೂರ್ವ ಕ್ರೀ', + 'crk' => 'ಪ್ಲೇನ್ಸ್ ಕ್ರೀ', + 'crl' => 'ಉತ್ತರ ಪೂರ್ವ ಕ್ರೀ', + 'crm' => 'ಮೂಸ್ ಕ್ರೀ', + 'crr' => 'ಕೆರೊಲಿನಾ ಅಲ್ಗೊಂಕ್ವಿಯನ್', 'crs' => 'ಸೆಸೆಲ್ವಾ ಕ್ರಯೋಲ್ ಫ್ರೆಂಚ್', 'cs' => 'ಜೆಕ್', 'csb' => 'ಕಶುಬಿಯನ್', + 'csw' => 'ಸ್ವಾಂಪಿ ಕ್ರೀ', 'cu' => 'ಚರ್ಚ್ ಸ್ಲಾವಿಕ್', 'cv' => 'ಚುವಾಶ್', 'cy' => 'ವೆಲ್ಶ್', @@ -164,6 +176,7 @@ return [ 'hai' => 'ಹೈಡಾ', 'hak' => 'ಹಕ್', 'haw' => 'ಹವಾಯಿಯನ್', + 'hax' => 'ದಕ್ಷಿಣ ಹೈಡಾ', 'he' => 'ಹೀಬ್ರೂ', 'hi' => 'ಹಿಂದಿ', 'hil' => 'ಹಿಲಿಗೇನನ್', @@ -176,6 +189,7 @@ return [ 'ht' => 'ಹೈಟಿಯನ್ ಕ್ರಿಯೋಲಿ', 'hu' => 'ಹಂಗೇರಿಯನ್', 'hup' => 'ಹೂಪಾ', + 'hur' => 'ಹಾಲ್ಕೊಮೆಲೆಮ್', 'hy' => 'ಅರ್ಮೇನಿಯನ್', 'hz' => 'ಹೆರೆರೊ', 'ia' => 'ಇಂಟರ್‌ಲಿಂಗ್ವಾ', @@ -186,6 +200,7 @@ return [ 'ig' => 'ಇಗ್ಬೊ', 'ii' => 'ಸಿಚುಅನ್ ಯಿ', 'ik' => 'ಇನುಪಿಯಾಕ್', + 'ikt' => 'ಪಶ್ಚಿಮ ಕೆನಡಿಯನ್ ಇನುಕ್ಟಿಟುಟ್', 'ilo' => 'ಇಲ್ಲಿಕೋ', 'inh' => 'ಇಂಗುಷ್', 'io' => 'ಇಡೊ', @@ -212,6 +227,7 @@ return [ 'kea' => 'ಕಬುವೆರ್ಡಿಯನು', 'kfo' => 'ಕೋರೋ', 'kg' => 'ಕಾಂಗೋ', + 'kgp' => 'ಕೈಗಂಗ್', 'kha' => 'ಖಾಸಿ', 'kho' => 'ಖೋಟಾನೀಸ್', 'khq' => 'ಕೊಯ್ರ ಚೀನಿ', @@ -242,6 +258,7 @@ return [ 'kut' => 'ಕುಟೇನಾಯ್', 'kv' => 'ಕೋಮಿ', 'kw' => 'ಕಾರ್ನಿಷ್', + 'kwk' => 'ಕ್ವಾಕ್‌ವಾಲಾ', 'ky' => 'ಕಿರ್ಗಿಜ್', 'la' => 'ಲ್ಯಾಟಿನ್', 'lad' => 'ಲ್ಯಾಡಿನೋ', @@ -252,6 +269,7 @@ return [ 'lez' => 'ಲೆಜ್ಘಿಯನ್', 'lg' => 'ಗಾಂಡಾ', 'li' => 'ಲಿಂಬರ್ಗಿಶ್', + 'lil' => 'ಲಿಲ್ಲೂವೆಟ್', 'lkt' => 'ಲಕೊಟ', 'ln' => 'ಲಿಂಗಾಲ', 'lo' => 'ಲಾವೋ', @@ -259,6 +277,7 @@ return [ 'lou' => 'ಲೂಯಿಸಿಯಾನ ಕ್ರಿಯೋಲ್', 'loz' => 'ಲೋಝಿ', 'lrc' => 'ಉತ್ತರ ಲೂರಿ', + 'lsm' => 'ಸಾಮಿಯಾ', 'lt' => 'ಲಿಥುವೇನಿಯನ್', 'lu' => 'ಲೂಬಾ-ಕಟಾಂಗಾ', 'lua' => 'ಲುಬ-ಲುಲಾ', @@ -292,6 +311,7 @@ return [ 'mn' => 'ಮಂಗೋಲಿಯನ್', 'mnc' => 'ಮಂಚು', 'mni' => 'ಮಣಿಪುರಿ', + 'moe' => 'ಇನ್ನು-ಐಮುನ್', 'moh' => 'ಮೊಹಾವ್ಕ್', 'mos' => 'ಮೊಸ್ಸಿ', 'mr' => 'ಮರಾಠಿ', @@ -336,6 +356,11 @@ return [ 'nzi' => 'ಜೀಮಾ', 'oc' => 'ಒಸಿಟನ್', 'oj' => 'ಒಜಿಬ್ವಾ', + 'ojb' => 'ವಾಯುವ್ಯ ಓಜಿಬ್ವಾ', + 'ojc' => 'ಮಧ್ಯ ಓಜಿಬ್ವಾ', + 'ojs' => 'ಓಜಿ-ಕ್ರೀ', + 'ojw' => 'ಪಶ್ಚಿಮ ಓಜಿಬ್ವಾ', + 'oka' => 'ಒಕನಾಗನ್', 'om' => 'ಒರೊಮೊ', 'or' => 'ಒಡಿಯ', 'os' => 'ಒಸ್ಸೆಟಿಕ್', @@ -351,8 +376,10 @@ return [ 'peo' => 'ಪ್ರಾಚೀನ ಪರ್ಶಿಯನ್', 'phn' => 'ಫೀನಿಷಿಯನ್', 'pi' => 'ಪಾಲಿ', + 'pis' => 'ಪಿಜಿನ್', 'pl' => 'ಪೊಲಿಶ್', 'pon' => 'ಪೋನ್‌‌ಪಿಯನ್', + 'pqm' => 'ಮ್ಯಾಲಿಸೀಟ್-ಪಸ್ಸಾಮಕ್ವಾಡ್ಡಿ', 'prg' => 'ಪ್ರಶಿಯನ್', 'pro' => 'ಪ್ರಾಚೀನ ಪ್ರೊವೆನ್ಶಿಯಲ್', 'ps' => 'ಪಾಷ್ಟೋ', @@ -399,6 +426,7 @@ return [ 'sid' => 'ಸಿಡಾಮೋ', 'sk' => 'ಸ್ಲೋವಾಕ್', 'sl' => 'ಸ್ಲೋವೇನಿಯನ್', + 'slh' => 'ದಕ್ಷಿಣ ಲುಶೂಟ್‌ಸೀಡ್', 'sm' => 'ಸಮೋವನ್', 'sma' => 'ದಕ್ಷಿಣ ಸಾಮಿ', 'smj' => 'ಲೂಲ್ ಸಾಮಿ', @@ -415,6 +443,7 @@ return [ 'ss' => 'ಸ್ವಾತಿ', 'ssy' => 'ಸಹೊ', 'st' => 'ದಕ್ಷಿಣ ಸೋಥೋ', + 'str' => 'ಸ್ಟ್ರೇಟ್ಸ್ ಸೆಲಿಶ್', 'su' => 'ಸುಂಡಾನೀಸ್', 'suk' => 'ಸುಕುಮಾ', 'sus' => 'ಸುಸು', @@ -425,13 +454,16 @@ return [ 'syc' => 'ಶಾಸ್ತ್ರೀಯ ಸಿರಿಯಕ್', 'syr' => 'ಸಿರಿಯಾಕ್', 'ta' => 'ತಮಿಳು', + 'tce' => 'ದಕ್ಷಿಣ ಟಚ್‌ವನ್', 'te' => 'ತೆಲುಗು', 'tem' => 'ಟಿಮ್ನೆ', 'teo' => 'ಟೆಸೊ', 'ter' => 'ಟೆರೆನೋ', 'tet' => 'ಟೇಟಮ್', 'tg' => 'ತಾಜಿಕ್', + 'tgx' => 'ಟಾಗಿಶ್', 'th' => 'ಥಾಯ್', + 'tht' => 'ಟಾಹ್ಲ್ಟನ್', 'ti' => 'ಟಿಗ್ರಿನ್ಯಾ', 'tig' => 'ಟೈಗ್ರೆ', 'tiv' => 'ಟಿವ್', @@ -444,12 +476,14 @@ return [ 'tn' => 'ಸ್ವಾನಾ', 'to' => 'ಟೋಂಗನ್', 'tog' => 'ನ್ಯಾಸಾ ಟೋಂಗಾ', + 'tok' => 'ಟೋಕಿ ಪೋನಾ', 'tpi' => 'ಟೋಕ್ ಪಿಸಿನ್', 'tr' => 'ಟರ್ಕಿಶ್', 'trv' => 'ಟರೊಕೊ', 'ts' => 'ಸೋಂಗಾ', 'tsi' => 'ಸಿಂಶಿಯನ್', 'tt' => 'ಟಾಟರ್', + 'ttm' => 'ಉತ್ತರ ಟಚ್‌ವನ್', 'tum' => 'ತುಂಬುಕಾ', 'tvl' => 'ಟುವಾಲು', 'tw' => 'ಟ್ವಿ', @@ -477,7 +511,7 @@ return [ 'was' => 'ವಾಷೋ', 'wbp' => 'ವಾರ್ಲ್‌ಪಿರಿ', 'wo' => 'ವೋಲೋಫ್', - 'wuu' => 'ವು', + 'wuu' => 'ವು ಚೈನೀಸ್', 'xal' => 'ಕಲ್ಮೈಕ್', 'xh' => 'ಕ್ಸೋಸ', 'xog' => 'ಸೊಗ', @@ -487,6 +521,7 @@ return [ 'ybb' => 'ಯೆಂಬಾ', 'yi' => 'ಯಿಡ್ಡಿಶ್', 'yo' => 'ಯೊರುಬಾ', + 'yrl' => 'ನಿಂಗಾಟು', 'yue' => 'ಕ್ಯಾಂಟನೀಸ್', 'za' => 'ಝೂವಾಂಗ್', 'zap' => 'ಝೋಪೊಟೆಕ್', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ko.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ko.php index f758759..5444a88 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ko.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ko.php @@ -21,6 +21,7 @@ return [ 'am' => '암하라어', 'an' => '아라곤어', 'ang' => '고대 영어', + 'ann' => '오볼로어', 'anp' => '앙가어', 'ar' => '아랍어', 'arc' => '아람어', @@ -34,6 +35,7 @@ return [ 'as' => '아삼어', 'asa' => '아수어', 'ast' => '아스투리아어', + 'atj' => '아티카메쿠어', 'av' => '아바릭어', 'awa' => '아와히어', 'ay' => '아이마라어', @@ -91,13 +93,21 @@ return [ 'chr' => '체로키어', 'chy' => '샤이엔어', 'ckb' => '소라니 쿠르드어', + 'clc' => '칠코틴어', 'co' => '코르시카어', 'cop' => '콥트어', 'cr' => '크리어', + 'crg' => '미치프어', 'crh' => '크리민 터키어; 크리민 타타르어', + 'crj' => '남동부 크리어', + 'crk' => '평원 크리어', + 'crl' => '북동부 크리어', + 'crm' => '무스크리어', + 'crr' => '캐롤라이나 알곤킨어', 'crs' => '세이셸 크리올 프랑스어', 'cs' => '체코어', 'csb' => '카슈비아어', + 'csw' => '습지 크리어', 'cu' => '교회 슬라브어', 'cv' => '추바시어', 'cy' => '웨일스어', @@ -181,6 +191,7 @@ return [ 'hai' => '하이다어', 'hak' => '하카어', 'haw' => '하와이어', + 'hax' => '남부 하이다어', 'he' => '히브리어', 'hi' => '힌디어', 'hif' => '피지 힌디어', @@ -194,6 +205,7 @@ return [ 'ht' => '아이티어', 'hu' => '헝가리어', 'hup' => '후파어', + 'hur' => '할코멜렘어', 'hy' => '아르메니아어', 'hz' => '헤레로어', 'ia' => '인터링구아', @@ -204,6 +216,7 @@ return [ 'ig' => '이그보어', 'ii' => '쓰촨 이어', 'ik' => '이누피아크어', + 'ikt' => '캐나다 서부 이누크티투트어', 'ilo' => '이로코어', 'inh' => '인귀시어', 'io' => '이도어', @@ -231,6 +244,7 @@ return [ 'kea' => '크리올어', 'kfo' => '코로어', 'kg' => '콩고어', + 'kgp' => '카잉강어', 'kha' => '카시어', 'kho' => '호탄어', 'khq' => '코이라 친니어', @@ -262,6 +276,7 @@ return [ 'kut' => '쿠테네어', 'kv' => '코미어', 'kw' => '콘월어', + 'kwk' => '곽왈라어', 'ky' => '키르기스어', 'la' => '라틴어', 'lad' => '라디노어', @@ -273,6 +288,7 @@ return [ 'lfn' => '링구아 프랑카 노바', 'lg' => '간다어', 'li' => '림버거어', + 'lil' => '릴루엣어', 'lkt' => '라코타어', 'ln' => '링갈라어', 'lo' => '라오어', @@ -280,6 +296,7 @@ return [ 'lou' => '루이지애나 크리올어', 'loz' => '로지어', 'lrc' => '북부 루리어', + 'lsm' => '사미아어', 'lt' => '리투아니아어', 'lu' => '루바-카탄가어', 'lua' => '루바-룰루아어', @@ -315,6 +332,7 @@ return [ 'mn' => '몽골어', 'mnc' => '만주어', 'mni' => '마니푸리어', + 'moe' => '이누아문', 'moh' => '모호크어', 'mos' => '모시어', 'mr' => '마라티어', @@ -361,6 +379,11 @@ return [ 'nzi' => '느지마어', 'oc' => '오크어', 'oj' => '오지브와어', + 'ojb' => '북서부 오지브와어', + 'ojc' => '중앙 오지브와어', + 'ojs' => '오지 크리어', + 'ojw' => '서부 오지브와어', + 'oka' => '오카나간어', 'om' => '오로모어', 'or' => '오리야어', 'os' => '오세트어', @@ -376,9 +399,11 @@ return [ 'peo' => '고대 페르시아어', 'phn' => '페니키아어', 'pi' => '팔리어', + 'pis' => '피진어', 'pl' => '폴란드어', 'pnt' => '폰틱어', 'pon' => '폼페이어', + 'pqm' => '말리시트 파사마쿼디어', 'prg' => '프러시아어', 'pro' => '고대 프로방스어', 'ps' => '파슈토어', @@ -428,6 +453,7 @@ return [ 'sid' => '시다모어', 'sk' => '슬로바키아어', 'sl' => '슬로베니아어', + 'slh' => '남부 루슈트시드어', 'sm' => '사모아어', 'sma' => '남부 사미어', 'smj' => '룰레 사미어', @@ -444,6 +470,7 @@ return [ 'ss' => '시스와티어', 'ssy' => '사호어', 'st' => '남부 소토어', + 'str' => '해안 살리시어', 'su' => '순다어', 'suk' => '수쿠마어', 'sus' => '수수어', @@ -454,13 +481,16 @@ return [ 'syc' => '고전 시리아어', 'syr' => '시리아어', 'ta' => '타밀어', + 'tce' => '남부 투톤어', 'te' => '텔루구어', 'tem' => '팀니어', 'teo' => '테조어', 'ter' => '테레노어', 'tet' => '테툼어', 'tg' => '타지크어', + 'tgx' => '타기시어', 'th' => '태국어', + 'tht' => '탈탄어', 'ti' => '티그리냐어', 'tig' => '티그레어', 'tiv' => '티브어', @@ -475,12 +505,14 @@ return [ 'tn' => '츠와나어', 'to' => '통가어', 'tog' => '니아사 통가어', + 'tok' => '도기 보나', 'tpi' => '토크 피신어', 'tr' => '터키어', 'trv' => '타로코어', 'ts' => '총가어', 'tsi' => '트심시안어', 'tt' => '타타르어', + 'ttm' => '북부 투톤어', 'tum' => '툼부카어', 'tvl' => '투발루어', 'tw' => '트위어', @@ -518,6 +550,7 @@ return [ 'ybb' => '옘바어', 'yi' => '이디시어', 'yo' => '요루바어', + 'yrl' => '넨가투어', 'yue' => '광둥어', 'za' => '주앙어', 'zap' => '사포테크어', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ks.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ks.php index 0cc9ac0..c034b8e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ks.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ks.php @@ -420,6 +420,7 @@ return [ 'zza' => 'زازا', ], 'LocalizedNames' => [ + 'ar_001' => 'ماڈرن معیٲری عربی', 'de_AT' => 'آسٹرِیَن جٔرمَن', 'de_CH' => 'سٕوِس ہائی جٔرمَن', 'en_AU' => 'آسٹریلیَن اَنگریٖزۍ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ky.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ky.php index 53c2131..d8b4fcf 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ky.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ky.php @@ -15,13 +15,16 @@ return [ 'alt' => 'түштүк алтайча', 'am' => 'амхарча', 'an' => 'арагончо', + 'ann' => 'оболочо (Нигерия)', 'anp' => 'ангикача', 'ar' => 'арабча', 'arn' => 'мапучече', 'arp' => 'арапахочо', + 'ars' => 'арабча (нежди диалекти)', 'as' => 'ассамча', 'asa' => 'асуча', 'ast' => 'астурийче', + 'atj' => 'атикамекче', 'av' => 'аварикче', 'awa' => 'авадхиче', 'ay' => 'аймарача', @@ -47,6 +50,7 @@ return [ 'bug' => 'бугийче', 'byn' => 'блинче', 'ca' => 'каталончо', + 'cay' => 'каюгиче', 'ccp' => 'чакма', 'ce' => 'чеченче', 'ceb' => 'себуанча', @@ -55,12 +59,21 @@ return [ 'chk' => 'чуукиче', 'chm' => 'мариче', 'cho' => 'чокточо', + 'chp' => 'чипевайанча', 'chr' => 'черокиче', 'chy' => 'шайеннче', 'ckb' => 'борбордук курдча', + 'clc' => 'чилкотинче (британдык колумбиядагы аймак)', 'co' => 'корсиканча', + 'crg' => 'мичифче (индей тили)', + 'crj' => 'түштүк-чыгыш криче (индей тили)', + 'crk' => 'өрөөндүк криче (индей тили)', + 'crl' => 'чыгыш криче (индей тилдери)', + 'crm' => 'муус криче (индей тили)', + 'crr' => 'каролиналык алгонкинче', 'crs' => 'сеселва креол французча', 'cs' => 'чехче', + 'csw' => 'суампи криче (индей тили)', 'cu' => 'чиркөө славянча', 'cv' => 'чувашча', 'cy' => 'уелшче', @@ -97,6 +110,8 @@ return [ 'fo' => 'фарерче', 'fon' => 'фончо', 'fr' => 'французча', + 'frc' => 'французча (кажун диалектиси)', + 'frr' => 'түндүк фризче (евразиялык тилдер)', 'fur' => 'фриулча', 'fy' => 'батыш фризче', 'ga' => 'ирландча', @@ -115,8 +130,10 @@ return [ 'gv' => 'мэнксыча', 'gwi' => 'гвичинче', 'ha' => 'хаусача', + 'hai' => 'хайдача', 'hak' => 'Хакка кытайча', 'haw' => 'гавайча', + 'hax' => 'хайдача (индей тили)', 'he' => 'ивритче', 'hi' => 'хиндиче', 'hil' => 'хилигайнончо', @@ -127,6 +144,7 @@ return [ 'ht' => 'гаитиче', 'hu' => 'венгерче', 'hup' => 'хупача', + 'hur' => 'халкомелемче (индей тили)', 'hy' => 'армянча', 'hz' => 'герерочо', 'ia' => 'интерлингва', @@ -135,6 +153,7 @@ return [ 'id' => 'индонезияча', 'ig' => 'игбочо', 'ii' => 'сычуань йиче', + 'ikt' => 'инуктитутча (Канада)', 'ilo' => 'илокочо', 'inh' => 'ингушча', 'io' => 'идочо', @@ -156,6 +175,7 @@ return [ 'kde' => 'макондече', 'kea' => 'кабувердиче', 'kfo' => 'корочо', + 'kgp' => 'кайнгангча (индей тили)', 'kha' => 'хасиче', 'khq' => 'койра чиниче', 'ki' => 'кикуйиче', @@ -183,6 +203,7 @@ return [ 'kum' => 'кумыкча', 'kv' => 'комиче', 'kw' => 'корнишче', + 'kwk' => 'кваквалача (индей тили)', 'ky' => 'кыргызча', 'la' => 'латынча', 'lad' => 'ладиночо', @@ -191,11 +212,14 @@ return [ 'lez' => 'лезгинче', 'lg' => 'гандача', 'li' => 'лимбургиче', + 'lil' => 'лиллуэтче (индей тили)', 'lkt' => 'лакотача', 'ln' => 'лингалача', 'lo' => 'лаочо', + 'lou' => 'луизиана креолчо', 'loz' => 'лозиче', 'lrc' => 'түндүк луриче', + 'lsm' => 'саамиача (Уганда, Кения)', 'lt' => 'литовчо', 'lu' => 'луба-катангача', 'lua' => 'луба-лулуача', @@ -224,6 +248,7 @@ return [ 'ml' => 'малайаламча', 'mn' => 'монголчо', 'mni' => 'манипуриче', + 'moe' => 'инну-аймунча (индейлер тили)', 'moh' => 'мохаукча', 'mos' => 'моссиче', 'mr' => 'маратиче', @@ -260,6 +285,11 @@ return [ 'ny' => 'ньянджача', 'nyn' => 'ныйанколчо', 'oc' => 'окситанча', + 'ojb' => 'түндүк-батыш ожибвече (индей тили)', + 'ojc' => 'борбордук ожибвече', + 'ojs' => 'ожи-криче (индей тили)', + 'ojw' => 'батыш ожибвече (индей тили)', + 'oka' => 'оканаганча (Канада)', 'om' => 'оромочо', 'or' => 'орияча', 'os' => 'осетинче', @@ -269,7 +299,9 @@ return [ 'pap' => 'папиаменточо', 'pau' => 'палауанча', 'pcm' => 'аргындашкан тил (Нигерия)', + 'pis' => 'пижинче (Соломон Аралдары)', 'pl' => 'полякча', + 'pqm' => 'малесит-пассамакуоддиче (индей тили)', 'prg' => 'пруссча', 'ps' => 'пуштуча', 'pt' => 'португалча', @@ -308,6 +340,7 @@ return [ 'si' => 'сингалача', 'sk' => 'словакча', 'sl' => 'словенче', + 'slh' => 'түштүк лушуцидче (индей тили)', 'sm' => 'самоанча', 'sma' => 'түштүк саамиче', 'smj' => 'луле саамиче', @@ -322,6 +355,7 @@ return [ 'ss' => 'сватиче', 'ssy' => 'сахочо', 'st' => 'сесоточо', + 'str' => 'стрейтс салишче (индей тили)', 'su' => 'сунданча', 'suk' => 'сукумача', 'sv' => 'шведче', @@ -329,23 +363,29 @@ return [ 'swb' => 'коморчо', 'syr' => 'сирияча', 'ta' => 'тамилче', + 'tce' => 'түштүк тутчонече (индей тили)', 'te' => 'телугуча', 'tem' => 'тимнече', 'teo' => 'тесочо', 'tet' => 'тетумча', 'tg' => 'тажикче', + 'tgx' => 'тагишче (индей тили)', 'th' => 'тайча', + 'tht' => 'талтанча (индей тили)', 'ti' => 'тигриниача', 'tig' => 'тигрече', 'tk' => 'түркмөнчө', 'tlh' => 'клингончо', + 'tli' => 'тлинкитче (индей тили)', 'tn' => 'тсванача', 'to' => 'тонгача', + 'tok' => 'токипонача (эксперименталдык тил)', 'tpi' => 'ток-писинче', 'tr' => 'түркчө', 'trv' => 'тарокочо', 'ts' => 'тсонгача', 'tt' => 'татарча', + 'ttm' => 'түндүк тутчончо (индей тили)', 'tum' => 'тумбукача', 'tvl' => 'тувалуча', 'tw' => 'тви', @@ -370,6 +410,7 @@ return [ 'war' => 'варайча', 'wbp' => 'ворлпириче', 'wo' => 'уолофчо', + 'wuu' => '"У" диалектинде (Кытай)', 'xal' => 'калмыкча', 'xh' => 'косача', 'xog' => 'согача', @@ -377,6 +418,7 @@ return [ 'ybb' => 'йембача', 'yi' => 'идишче', 'yo' => 'йорубача', + 'yrl' => 'ньенгатуча (түштүк америка тилдери)', 'yue' => 'кантончо', 'zgh' => 'марокко тамазигт адабий тилинде', 'zh' => 'кытайча', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lo.php index f050fad..39ae201 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lo.php @@ -20,15 +20,18 @@ return [ 'am' => 'ອຳຮາຣິກ', 'an' => 'ອາຣາໂກເນັດ', 'ang' => 'ອັງກິດໂບຮານ', + 'ann' => 'ໂອໂບໂລ', 'anp' => 'ແອນຈີກາ', 'ar' => 'ອາຣັບ', 'arc' => 'ອາລາມິກ', 'arn' => 'ມາພຸດຊີ', 'arp' => 'ອາຣາປາໂຮ', + 'ars' => 'ນາຈດີ ອາຣາບິກ', 'arw' => 'ອາຣາແວກ', 'as' => 'ອັສຊາມີສ', 'asa' => 'ອາຊູ', 'ast' => 'ອັສຕູຮຽນ', + 'atj' => 'ອາຕິກາແມກ', 'av' => 'ອາວາຣິກ', 'awa' => 'ອາວາຮິ', 'ay' => 'ອາຍມາລາ', @@ -85,13 +88,21 @@ return [ 'chr' => 'ຊີໂຣກີ', 'chy' => 'ຊີເຢນນີ', 'ckb' => 'ໂຊຣານິ ເຄີດິຊ', + 'clc' => 'ຊິວໂຄຕິນ', 'co' => 'ຄໍຊິກາ', 'cop' => 'ຄອບຕິກ', 'cr' => 'ຄີ', + 'crg' => 'ມິຊິຟ', 'crh' => 'ຄຣີເມນເຕີຄິຊ', + 'crj' => 'ຄຣີຕາເວັນອອກສ່ຽງໃຕ້', + 'crk' => 'ເພລນຄຣີ', + 'crl' => 'ຄຣີຕາເວັນອອກສ່ຽງເໜືອ', + 'crm' => 'ມູສຄຣີ', + 'crr' => 'ຄາໂຣລິນາ ອາກອນຄວຽນ', 'crs' => 'ເຊເຊວາ ໂຄຣດ ຝຣັ່ງ', 'cs' => 'ເຊກ', 'csb' => 'ກາຊູບຽນ', + 'csw' => 'ຊວາມປີຄຣີ', 'cu' => 'ໂບດສລາວິກ', 'cv' => 'ຊູວາຊ', 'cy' => 'ເວວ', @@ -138,6 +149,7 @@ return [ 'fo' => 'ຟາໂຣສ', 'fon' => 'ຟອນ', 'fr' => 'ຝຣັ່ງ', + 'frc' => 'ຝຣັ່ງເຄຈຸນ', 'frm' => 'ຟຮັ່ງເສດກາງ', 'fro' => 'ຟຮັ່ງເສດໂບຮານ', 'frr' => 'ຟຣີຊຽນເໜືອ', @@ -169,6 +181,7 @@ return [ 'ha' => 'ເຮົາຊາ', 'hai' => 'ໄຮດາ', 'haw' => 'ຮາໄວອຽນ', + 'hax' => 'ໄຮດາໃຕ້', 'he' => 'ຮີບຣິວ', 'hi' => 'ຮິນດິ', 'hil' => 'ຮິຣິໄກນອນ', @@ -180,6 +193,7 @@ return [ 'ht' => 'ໄຮຕຽນ', 'hu' => 'ຮັງກາຣຽນ', 'hup' => 'ຮູປາ', + 'hur' => 'ຮາລໂກເມລຽມ', 'hy' => 'ອາເມນຽນ', 'hz' => 'ເຮິຮິໂຣ', 'ia' => 'ອິນເຕີລິງລົວ', @@ -190,6 +204,7 @@ return [ 'ig' => 'ອິກໂບ', 'ii' => 'ເສສວນ ອີ', 'ik' => 'ອິນນູປຽກ', + 'ikt' => 'ອິນັກທິທັດຄານາດາຕາເວັນຕົກ', 'ilo' => 'ໄອໂລໂກ', 'inh' => 'ອິນກັຊ', 'io' => 'ອີໂດ', @@ -217,6 +232,7 @@ return [ 'kea' => 'ຄາເວີເດຍນູ', 'kfo' => 'ໂຄໂລ', 'kg' => 'ຄອງໂກ', + 'kgp' => 'ເຄນກັງ', 'kha' => 'ຄາສິ', 'kho' => 'ໂຄຕັນ', 'khq' => 'ຄອຍຣາ ຊິນີ', @@ -247,6 +263,7 @@ return [ 'kut' => 'ຄູເທໄນ', 'kv' => 'ໂຄມິ', 'kw' => 'ຄໍນິຊ', + 'kwk' => 'ຄວາກຄວາກລາ', 'ky' => 'ເກຍກີສ', 'la' => 'ລາຕິນ', 'lad' => 'ລາດີໂນ', @@ -257,12 +274,15 @@ return [ 'lez' => 'ລີຊຽນ', 'lg' => 'ແກນດາ', 'li' => 'ລິມເບີກີຊ', + 'lil' => 'ລິນລູເອັດ', 'lkt' => 'ລາໂກຕາ', 'ln' => 'ລິງກາລາ', 'lo' => 'ລາວ', 'lol' => 'ແມັງໂກ້', + 'lou' => 'ລຸຍຊີອານນາ ຄຣີໂອນ', 'loz' => 'ໂລຊິ', 'lrc' => 'ລູຣິ ທາງຕອນເໜືອ', + 'lsm' => 'ຊາອາເມຍ', 'lt' => 'ລິທົວນຽນ', 'lu' => 'ລູບາ-ຄາຕັງກາ', 'lua' => 'ລູບາ-ລູລົວ', @@ -298,6 +318,7 @@ return [ 'mn' => 'ມອງໂກເລຍ', 'mnc' => 'ແມນຈູ', 'mni' => 'ມານີພູຣິ', + 'moe' => 'ອິນນຸໄອມັນ', 'moh' => 'ໂມຫາ', 'mos' => 'ມອສຊີ', 'mr' => 'ມາຣາທີ', @@ -342,6 +363,11 @@ return [ 'nzi' => 'ນິມາ', 'oc' => 'ອັອກຊີຕານ', 'oj' => 'ໂອຈິບວາ', + 'ojb' => 'ໂອຈິບວາຕາເວັນຕົກສ່ຽງເໜືອ', + 'ojc' => 'ໂອຈິບວາກາງ', + 'ojs' => 'ໂອຈິຄຣີ', + 'ojw' => 'ໂອຈິບວາຕາເວັນຕົກ', + 'oka' => 'ໂອກະນາກັນ', 'om' => 'ໂອໂຣໂມ', 'or' => 'ໂອຣິຢາ', 'os' => 'ອອດເຊຕິກ', @@ -357,8 +383,10 @@ return [ 'peo' => 'ເປີເຊຍໂບຮານ', 'phn' => 'ຟີນີເຊຍ', 'pi' => 'ປາລີ', + 'pis' => 'ປິຈິນ', 'pl' => 'ໂປລິຊ', 'pon' => 'ພອນເພ', + 'pqm' => 'ມາລິຊີດ ພາສຊາມາໂຄດດີ', 'prg' => 'ປຣັສຊຽນ', 'pro' => 'ໂປວອງຊານໂບຮານ', 'ps' => 'ປາສໂຕ', @@ -407,6 +435,7 @@ return [ 'sid' => 'ຊິດາໂມ', 'sk' => 'ສະໂລແວັກ', 'sl' => 'ສະໂລເວນຽນ', + 'slh' => 'ລູຊຸດຊີດໃຕ້', 'sm' => 'ຊາມົວ', 'sma' => 'ຊາມິໃຕ້', 'smj' => 'ລຸນຊາມິ', @@ -423,6 +452,7 @@ return [ 'ss' => 'ຊຣາຕິ', 'ssy' => 'ຊາໂຮ', 'st' => 'ໂຊໂທໃຕ້', + 'str' => 'ຊ່ອງແຄບເຊລີຊ', 'su' => 'ຊຸນແດນນີສ', 'suk' => 'ຊູຄູມ້າ', 'sus' => 'ຊູຊູ', @@ -433,13 +463,16 @@ return [ 'syc' => 'ຊີເລຍແບບດັ້ງເດີມ', 'syr' => 'ຊີເລຍ', 'ta' => 'ທາມິລ', + 'tce' => 'ທຸດຊອນໃຕ້', 'te' => 'ເຕລູກູ', 'tem' => 'ທີມເນ', 'teo' => 'ເຕໂຊ', 'ter' => 'ເຕເລໂນ', 'tet' => 'ເຕຕູມ', 'tg' => 'ທາຈິກ', + 'tgx' => 'ທາກີຊ', 'th' => 'ໄທ', + 'tht' => 'ທາວທັນ', 'ti' => 'ຕິກຣິນຢາ', 'tig' => 'ໄທກຣີ', 'tiv' => 'ຕີວ', @@ -452,12 +485,14 @@ return [ 'tn' => 'ເຕສະວານາ', 'to' => 'ທອງການ', 'tog' => 'ນາຍອາຊາຕອງກາ', + 'tok' => 'ໂທກີໂພນາ', 'tpi' => 'ທອກພີຊິນ', 'tr' => 'ເທີຄິຊ', 'trv' => 'ຕາໂລໂກ', 'ts' => 'ເຕຊອງກາ', 'tsi' => 'ຊີມຊີແອນ', 'tt' => 'ທາທາ', + 'ttm' => 'ທັດໂຈນເເໜືອ', 'tum' => 'ຕຳບູກາ', 'tvl' => 'ຕູວາລູ', 'tw' => 'ທວີ', @@ -485,6 +520,7 @@ return [ 'was' => 'ວາໂຊ', 'wbp' => 'ວາຣພິຣິ', 'wo' => 'ວໍລອບ', + 'wuu' => 'ຈີນອູ', 'xal' => 'ການມິກ', 'xh' => 'ໂຮຊາ', 'xog' => 'ໂຊກາ', @@ -494,6 +530,7 @@ return [ 'ybb' => 'ແຢມບາ', 'yi' => 'ຢິວ', 'yo' => 'ໂຢຣູບາ', + 'yrl' => 'ນີນກາຕູ', 'yue' => 'ກວາງຕຸ້ງ', 'za' => 'ຊວາງ', 'zap' => 'ຊາໂປແຕບ', @@ -509,15 +546,12 @@ return [ 'ar_001' => 'ອາຣາບິກມາດຕະຖານສະໄໝໃໝ່', 'de_AT' => 'ເຢຍລະມັນ (ໂອສຕຣິດ)', 'de_CH' => 'ສະວິສ ໄຮ ເຈີແມນ', - 'en_AU' => 'ອັງກິດ (ໂອດສະຕາລີ)', - 'en_CA' => 'ອັງກິດແຄນາດາ', 'en_GB' => 'ອັງກິດ (ບຣິດທິຊ)', 'en_US' => 'ອັງກິດ (ອາເມລິກັນ)', 'es_419' => 'ລາຕິນ ອາເມຣິກັນ ສະແປນນິຊ', 'es_ES' => 'ສະເປັນ ຢຸໂຣບ', 'es_MX' => 'ເມັກຊິກັນ ສະແປນນິຊ', 'fa_AF' => 'ດາຣີ', - 'fr_CA' => 'ຟລັງ(ການາດາ)', 'fr_CH' => 'ຝຣັ່ງ (ສວິສ)', 'nds_NL' => 'ຊາຊອນ ຕອນໄຕ', 'nl_BE' => 'ຟລີມິຊ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lt.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lt.php index a8e8b07..5e4877a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lt.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lt.php @@ -23,6 +23,7 @@ return [ 'am' => 'amharų', 'an' => 'aragonesų', 'ang' => 'senoji anglų', + 'ann' => 'obolų', 'anp' => 'angikų', 'ar' => 'arabų', 'arc' => 'aramaikų', @@ -30,6 +31,7 @@ return [ 'aro' => 'araonų', 'arp' => 'arapahų', 'arq' => 'Alžyro arabų', + 'ars' => 'arabų najdi', 'arw' => 'aravakų', 'ary' => 'Maroko arabų', 'arz' => 'Egipto arabų', @@ -37,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'Amerikos ženklų kalba', 'ast' => 'asturianų', + 'atj' => 'atikamekų', 'av' => 'avarikų', 'avk' => 'kotava', 'awa' => 'avadhi', @@ -102,14 +105,22 @@ return [ 'chr' => 'čerokių', 'chy' => 'čajenų', 'ckb' => 'soranių kurdų', + 'clc' => 'čilkotinų', 'co' => 'korsikiečių', 'cop' => 'koptų', 'cps' => 'capiznon', 'cr' => 'kry', + 'crg' => 'metisų', 'crh' => 'Krymo turkų', + 'crj' => 'pietryčių kri', + 'crk' => 'supraprastinta kri', + 'crl' => 'šiaurės rytų kri', + 'crm' => 'muskri', + 'crr' => 'pamlikų', 'crs' => 'Seišelių kreolų ir prancūzų', 'cs' => 'čekų', 'csb' => 'kašubų', + 'csw' => 'pelkynų kri', 'cu' => 'bažnytinė slavų', 'cv' => 'čiuvašų', 'cy' => 'valų', @@ -201,6 +212,7 @@ return [ 'hai' => 'haido', 'hak' => 'kinų kalbos hakų tarmė', 'haw' => 'havajiečių', + 'hax' => 'Pietų Haidos', 'he' => 'hebrajų', 'hi' => 'hindi', 'hif' => 'Fidžio hindi', @@ -214,6 +226,7 @@ return [ 'ht' => 'Haičio', 'hu' => 'vengrų', 'hup' => 'hupa', + 'hur' => 'halkomelemų', 'hy' => 'armėnų', 'hz' => 'hererų', 'ia' => 'tarpinė', @@ -224,6 +237,7 @@ return [ 'ig' => 'igbų', 'ii' => 'sičuan ji', 'ik' => 'inupiakų', + 'ikt' => 'vakarų kanadiečių inuktitutas', 'ilo' => 'ilokų', 'inh' => 'ingušų', 'io' => 'ido', @@ -290,6 +304,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'kornų', + 'kwk' => 'kvakvalų', 'ky' => 'kirgizų', 'la' => 'lotynų', 'lad' => 'ladino', @@ -302,6 +317,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburgiečių', 'lij' => 'ligūrų', + 'lil' => 'liluetų', 'liv' => 'lyvių', 'lkt' => 'lakotų', 'lmo' => 'lombardų', @@ -311,6 +327,7 @@ return [ 'lou' => 'Luizianos kreolų', 'loz' => 'lozių', 'lrc' => 'šiaurės luri', + 'lsm' => 'samių', 'lt' => 'lietuvių', 'ltg' => 'latgalių', 'lu' => 'luba katanga', @@ -349,6 +366,7 @@ return [ 'mn' => 'mongolų', 'mnc' => 'manču', 'mni' => 'manipurių', + 'moe' => 'montanjų', 'moh' => 'mohok', 'mos' => 'mosi', 'mr' => 'maratų', @@ -398,6 +416,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'očitarų', 'oj' => 'ojibva', + 'ojb' => 'šiaurės vakarų odžibvių', + 'ojc' => 'ojibvų', + 'ojs' => 'odži kri', + 'ojw' => 'vakarų odžibvių', + 'oka' => 'okanaganų', 'om' => 'oromų', 'or' => 'odijų', 'os' => 'osetinų', @@ -417,10 +440,12 @@ return [ 'pfl' => 'vokiečių kalbos Pfalco tarmė', 'phn' => 'finikiečių', 'pi' => 'pali', + 'pis' => 'pidžinų', 'pl' => 'lenkų', 'pms' => 'italų kalbos Pjemonto tarmė', 'pnt' => 'Ponto', 'pon' => 'Ponapės', + 'pqm' => 'Maliset-Pasamakvodžio', 'prg' => 'prūsų', 'pro' => 'senovės provansalų', 'ps' => 'puštūnų', @@ -479,6 +504,7 @@ return [ 'sid' => 'sidamų', 'sk' => 'slovakų', 'sl' => 'slovėnų', + 'slh' => 'pietų lushusidų', 'sli' => 'sileziečių žemaičių', 'sly' => 'selajarų', 'sm' => 'Samoa', @@ -498,17 +524,19 @@ return [ 'ssy' => 'saho', 'st' => 'pietų Soto', 'stq' => 'Saterlendo fryzų', + 'str' => 'Sališo sąsiaurio', 'su' => 'sundų', 'suk' => 'sukuma', 'sus' => 'susu', 'sux' => 'šumerų', 'sv' => 'švedų', 'sw' => 'suahilių', - 'swb' => 'Komorų', + 'swb' => 'komorų', 'syc' => 'klasikinė sirų', 'syr' => 'sirų', 'szl' => 'sileziečių', 'ta' => 'tamilų', + 'tce' => 'pietų tučonų', 'tcy' => 'tulų', 'te' => 'telugų', 'tem' => 'timne', @@ -516,7 +544,9 @@ return [ 'ter' => 'Tereno', 'tet' => 'tetum', 'tg' => 'tadžikų', + 'tgx' => 'tagišų', 'th' => 'tajų', + 'tht' => 'taltanų', 'ti' => 'tigrajų', 'tig' => 'tigre', 'tiv' => 'tiv', @@ -531,6 +561,7 @@ return [ 'tn' => 'tsvanų', 'to' => 'tonganų', 'tog' => 'niasa tongų', + 'tok' => 'Toki Pona', 'tpi' => 'Papua pidžinų', 'tr' => 'turkų', 'tru' => 'turoyo', @@ -539,6 +570,7 @@ return [ 'tsd' => 'tsakonų', 'tsi' => 'tsimšian', 'tt' => 'totorių', + 'ttm' => 'šiaurės tutsonų', 'ttt' => 'musulmonų tatų', 'tum' => 'tumbukų', 'tvl' => 'Tuvalu', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lv.php index 741521a..e7a2716 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lv.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/lv.php @@ -20,15 +20,18 @@ return [ 'am' => 'amharu', 'an' => 'aragoniešu', 'ang' => 'senangļu', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arābu', 'arc' => 'aramiešu', 'arn' => 'araukāņu', 'arp' => 'arapahu', + 'ars' => 'ņedžu arābu', 'arw' => 'aravaku', 'as' => 'asamiešu', 'asa' => 'asu', 'ast' => 'astūriešu', + 'atj' => 'atikameku', 'av' => 'avāru', 'awa' => 'avadhu', 'ay' => 'aimaru', @@ -85,13 +88,21 @@ return [ 'chr' => 'čiroku', 'chy' => 'šejenu', 'ckb' => 'centrālkurdu', + 'clc' => 'čilkotīnu', 'co' => 'korsikāņu', 'cop' => 'koptu', 'cr' => 'krī', + 'crg' => 'mičifu', 'crh' => 'Krimas tatāru', + 'crj' => 'dienvidaustrumu krī', + 'crk' => 'līdzenumu krī', + 'crl' => 'ziemeļaustrumu krī', + 'crm' => 'mūsu krī', + 'crr' => 'Karolīnas algonkinu', 'crs' => 'franciskā kreoliskā valoda (Seišelu salas)', 'cs' => 'čehu', 'csb' => 'kašubu', + 'csw' => 'purvu krī', 'cu' => 'baznīcslāvu', 'cv' => 'čuvašu', 'cy' => 'velsiešu', @@ -170,6 +181,7 @@ return [ 'ha' => 'hausu', 'hai' => 'haidu', 'haw' => 'havajiešu', + 'hax' => 'dienvidhaidu', 'he' => 'ivrits', 'hi' => 'hindi', 'hil' => 'hiligainonu', @@ -181,6 +193,7 @@ return [ 'ht' => 'haitiešu', 'hu' => 'ungāru', 'hup' => 'hupu', + 'hur' => 'halkomelenu', 'hy' => 'armēņu', 'hz' => 'hereru', 'ia' => 'interlingva', @@ -191,6 +204,7 @@ return [ 'ig' => 'igbo', 'ii' => 'Sičuaņas ji', 'ik' => 'inupiaku', + 'ikt' => 'Rietumkanādas inuītu', 'ilo' => 'iloku', 'inh' => 'ingušu', 'io' => 'ido', @@ -218,6 +232,7 @@ return [ 'kea' => 'kaboverdiešu', 'kfo' => 'koru', 'kg' => 'kongu', + 'kgp' => 'kaingangs', 'kha' => 'khasu', 'kho' => 'hotaniešu', 'khq' => 'koiračiinī', @@ -248,6 +263,7 @@ return [ 'kut' => 'kutenaju', 'kv' => 'komiešu', 'kw' => 'korniešu', + 'kwk' => 'kvakvala', 'ky' => 'kirgīzu', 'la' => 'latīņu', 'lad' => 'ladino', @@ -258,6 +274,7 @@ return [ 'lez' => 'lezgīnu', 'lg' => 'gandu', 'li' => 'limburgiešu', + 'lil' => 'lilluetu', 'lkt' => 'lakotu', 'ln' => 'lingala', 'lo' => 'laosiešu', @@ -265,6 +282,7 @@ return [ 'lou' => 'Luiziānas kreolu', 'loz' => 'lozu', 'lrc' => 'ziemeļluru', + 'lsm' => 'sāmia', 'lt' => 'lietuviešu', 'lu' => 'lubakatanga', 'lua' => 'lubalulva', @@ -300,6 +318,7 @@ return [ 'mn' => 'mongoļu', 'mnc' => 'mandžūru', 'mni' => 'manipūru', + 'moe' => 'motanju', 'moh' => 'mohauku', 'mos' => 'mosu', 'mr' => 'marathu', @@ -344,6 +363,11 @@ return [ 'nzi' => 'nzemu', 'oc' => 'oksitāņu', 'oj' => 'odžibvu', + 'ojb' => 'ziemeļrietumu odžibvu', + 'ojc' => 'centrālā odžibvu', + 'ojs' => 'odži-krī', + 'ojw' => 'rietumodžibvu', + 'oka' => 'okanaganu', 'om' => 'oromu', 'or' => 'oriju', 'os' => 'osetīnu', @@ -359,8 +383,10 @@ return [ 'peo' => 'senpersu', 'phn' => 'feniķiešu', 'pi' => 'pāli', + 'pis' => 'pidžinvaloda', 'pl' => 'poļu', 'pon' => 'ponapiešu', + 'pqm' => 'malisetu-pasamakvodi', 'prg' => 'prūšu', 'pro' => 'senprovansiešu', 'ps' => 'puštu', @@ -409,6 +435,7 @@ return [ 'sid' => 'sidamu', 'sk' => 'slovāku', 'sl' => 'slovēņu', + 'slh' => 'dienvidlušucīdu', 'sm' => 'samoāņu', 'sma' => 'dienvidsāmu', 'smj' => 'Luleo sāmu', @@ -425,6 +452,7 @@ return [ 'ss' => 'svatu', 'ssy' => 'saho', 'st' => 'dienvidsotu', + 'str' => 'šauruma sališu', 'su' => 'zundu', 'suk' => 'sukumu', 'sus' => 'susu', @@ -435,13 +463,16 @@ return [ 'syc' => 'klasiskā sīriešu', 'syr' => 'sīriešu', 'ta' => 'tamilu', + 'tce' => 'dienvidtutčonu', 'te' => 'telugu', 'tem' => 'temnu', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetumu', 'tg' => 'tadžiku', + 'tgx' => 'tagišu', 'th' => 'taju', + 'tht' => 'tahltanu', 'ti' => 'tigrinja', 'tig' => 'tigru', 'tiv' => 'tivu', @@ -454,12 +485,14 @@ return [ 'tn' => 'cvanu', 'to' => 'tongiešu', 'tog' => 'Njasas tongu', + 'tok' => 'tokiponu', 'tpi' => 'tokpisins', 'tr' => 'turku', 'trv' => 'taroko', 'ts' => 'congu', 'tsi' => 'cimšiāņu', 'tt' => 'tatāru', + 'ttm' => 'ziemeļu tučonu', 'tum' => 'tumbuku', 'tvl' => 'tuvaliešu', 'tw' => 'tvī', @@ -487,6 +520,7 @@ return [ 'was' => 'vašo', 'wbp' => 'varlpirī', 'wo' => 'volofu', + 'wuu' => 'vu ķīniešu', 'xal' => 'kalmiku', 'xh' => 'khosu', 'xog' => 'sogu', @@ -496,6 +530,7 @@ return [ 'ybb' => 'jembu', 'yi' => 'jidišs', 'yo' => 'jorubu', + 'yrl' => 'njengatu', 'yue' => 'kantoniešu', 'za' => 'džuanu', 'zap' => 'sapoteku', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/meta.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/meta.php index b4964aa..714163e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/meta.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/meta.php @@ -23,614 +23,619 @@ return [ 18 => 'am', 19 => 'an', 20 => 'ang', - 21 => 'anp', - 22 => 'ar', - 23 => 'arc', - 24 => 'arn', - 25 => 'aro', - 26 => 'arp', - 27 => 'arq', - 28 => 'ars', - 29 => 'arw', - 30 => 'ary', - 31 => 'arz', - 32 => 'as', - 33 => 'asa', - 34 => 'ase', - 35 => 'ast', - 36 => 'atj', - 37 => 'av', - 38 => 'avk', - 39 => 'awa', - 40 => 'ay', - 41 => 'az', - 42 => 'ba', - 43 => 'bal', - 44 => 'ban', - 45 => 'bar', - 46 => 'bas', - 47 => 'bax', - 48 => 'bbc', - 49 => 'bbj', - 50 => 'be', - 51 => 'bej', - 52 => 'bem', - 53 => 'bew', - 54 => 'bez', - 55 => 'bfd', - 56 => 'bfq', - 57 => 'bg', - 58 => 'bgn', - 59 => 'bho', - 60 => 'bi', - 61 => 'bik', - 62 => 'bin', - 63 => 'bjn', - 64 => 'bkm', - 65 => 'bla', - 66 => 'blt', - 67 => 'bm', - 68 => 'bn', - 69 => 'bo', - 70 => 'bpy', - 71 => 'bqi', - 72 => 'br', - 73 => 'bra', - 74 => 'brh', - 75 => 'brx', - 76 => 'bs', - 77 => 'bss', - 78 => 'bua', - 79 => 'bug', - 80 => 'bum', - 81 => 'byn', - 82 => 'byv', - 83 => 'ca', - 84 => 'cad', - 85 => 'car', - 86 => 'cay', - 87 => 'cch', - 88 => 'ccp', - 89 => 'ce', - 90 => 'ceb', - 91 => 'cgg', - 92 => 'ch', - 93 => 'chb', - 94 => 'chg', - 95 => 'chk', - 96 => 'chm', - 97 => 'chn', - 98 => 'cho', - 99 => 'chp', - 100 => 'chr', - 101 => 'chy', - 102 => 'cic', - 103 => 'ckb', - 104 => 'clc', - 105 => 'co', - 106 => 'cop', - 107 => 'cps', - 108 => 'cr', - 109 => 'crg', - 110 => 'crh', - 111 => 'crj', - 112 => 'crk', - 113 => 'crl', - 114 => 'crm', - 115 => 'crr', - 116 => 'crs', - 117 => 'cs', - 118 => 'csb', - 119 => 'csw', - 120 => 'cu', - 121 => 'cv', - 122 => 'cwd', - 123 => 'cy', - 124 => 'da', - 125 => 'dak', - 126 => 'dar', - 127 => 'dav', - 128 => 'de', - 129 => 'del', - 130 => 'den', - 131 => 'dgr', - 132 => 'din', - 133 => 'dje', - 134 => 'doi', - 135 => 'dsb', - 136 => 'dtp', - 137 => 'dua', - 138 => 'dum', - 139 => 'dv', - 140 => 'dyo', - 141 => 'dyu', - 142 => 'dz', - 143 => 'dzg', - 144 => 'ebu', - 145 => 'ee', - 146 => 'efi', - 147 => 'egl', - 148 => 'egy', - 149 => 'eka', - 150 => 'el', - 151 => 'elx', - 152 => 'en', - 153 => 'enm', - 154 => 'eo', - 155 => 'es', - 156 => 'esu', - 157 => 'et', - 158 => 'eu', - 159 => 'ewo', - 160 => 'ext', - 161 => 'fa', - 162 => 'fan', - 163 => 'fat', - 164 => 'ff', - 165 => 'fi', - 166 => 'fil', - 167 => 'fit', - 168 => 'fj', - 169 => 'fo', - 170 => 'fon', - 171 => 'fr', - 172 => 'frc', - 173 => 'frm', - 174 => 'fro', - 175 => 'frp', - 176 => 'frr', - 177 => 'frs', - 178 => 'fur', - 179 => 'fy', - 180 => 'ga', - 181 => 'gaa', - 182 => 'gag', - 183 => 'gan', - 184 => 'gay', - 185 => 'gba', - 186 => 'gbz', - 187 => 'gd', - 188 => 'gez', - 189 => 'gil', - 190 => 'gl', - 191 => 'glk', - 192 => 'gmh', - 193 => 'gn', - 194 => 'goh', - 195 => 'gom', - 196 => 'gon', - 197 => 'gor', - 198 => 'got', - 199 => 'grb', - 200 => 'grc', - 201 => 'gsw', - 202 => 'gu', - 203 => 'guc', - 204 => 'gur', - 205 => 'guz', - 206 => 'gv', - 207 => 'gwi', - 208 => 'ha', - 209 => 'hai', - 210 => 'hak', - 211 => 'haw', - 212 => 'hax', - 213 => 'hdn', - 214 => 'he', - 215 => 'hi', - 216 => 'hif', - 217 => 'hil', - 218 => 'hit', - 219 => 'hmn', - 220 => 'hnj', - 221 => 'ho', - 222 => 'hr', - 223 => 'hsb', - 224 => 'hsn', - 225 => 'ht', - 226 => 'hu', - 227 => 'hup', - 228 => 'hur', - 229 => 'hy', - 230 => 'hz', - 231 => 'ia', - 232 => 'iba', - 233 => 'ibb', - 234 => 'id', - 235 => 'ie', - 236 => 'ig', - 237 => 'ii', - 238 => 'ik', - 239 => 'ike', - 240 => 'ikt', - 241 => 'ilo', - 242 => 'inh', - 243 => 'io', - 244 => 'is', - 245 => 'it', - 246 => 'iu', - 247 => 'izh', - 248 => 'ja', - 249 => 'jam', - 250 => 'jbo', - 251 => 'jgo', - 252 => 'jmc', - 253 => 'jpr', - 254 => 'jrb', - 255 => 'jut', - 256 => 'jv', - 257 => 'ka', - 258 => 'kaa', - 259 => 'kab', - 260 => 'kac', - 261 => 'kaj', - 262 => 'kam', - 263 => 'kaw', - 264 => 'kbd', - 265 => 'kbl', - 266 => 'kcg', - 267 => 'kde', - 268 => 'kea', - 269 => 'ken', - 270 => 'kfo', - 271 => 'kg', - 272 => 'kgp', - 273 => 'kha', - 274 => 'kho', - 275 => 'khq', - 276 => 'khw', - 277 => 'ki', - 278 => 'kiu', - 279 => 'kj', - 280 => 'kk', - 281 => 'kkj', - 282 => 'kl', - 283 => 'kln', - 284 => 'km', - 285 => 'kmb', - 286 => 'kn', - 287 => 'ko', - 288 => 'koi', - 289 => 'kok', - 290 => 'kos', - 291 => 'kpe', - 292 => 'kr', - 293 => 'krc', - 294 => 'kri', - 295 => 'krj', - 296 => 'krl', - 297 => 'kru', - 298 => 'ks', - 299 => 'ksb', - 300 => 'ksf', - 301 => 'ksh', - 302 => 'ku', - 303 => 'kum', - 304 => 'kut', - 305 => 'kv', - 306 => 'kw', - 307 => 'kwk', - 308 => 'ky', - 309 => 'la', - 310 => 'lad', - 311 => 'lag', - 312 => 'lah', - 313 => 'lam', - 314 => 'lb', - 315 => 'lez', - 316 => 'lfn', - 317 => 'lg', - 318 => 'li', - 319 => 'lij', - 320 => 'lil', - 321 => 'liv', - 322 => 'lkt', - 323 => 'lmo', - 324 => 'ln', - 325 => 'lo', - 326 => 'lol', - 327 => 'lou', - 328 => 'loz', - 329 => 'lrc', - 330 => 'lt', - 331 => 'ltg', - 332 => 'lu', - 333 => 'lua', - 334 => 'lui', - 335 => 'lun', - 336 => 'luo', - 337 => 'lus', - 338 => 'luy', - 339 => 'lv', - 340 => 'lzh', - 341 => 'lzz', - 342 => 'mad', - 343 => 'maf', - 344 => 'mag', - 345 => 'mai', - 346 => 'mak', - 347 => 'man', - 348 => 'mas', - 349 => 'mde', - 350 => 'mdf', - 351 => 'mdr', - 352 => 'men', - 353 => 'mer', - 354 => 'mfe', - 355 => 'mg', - 356 => 'mga', - 357 => 'mgh', - 358 => 'mgo', - 359 => 'mh', - 360 => 'mi', - 361 => 'mic', - 362 => 'min', - 363 => 'mk', - 364 => 'ml', - 365 => 'mn', - 366 => 'mnc', - 367 => 'mni', - 368 => 'moe', - 369 => 'moh', - 370 => 'mos', - 371 => 'mr', - 372 => 'mrj', - 373 => 'ms', - 374 => 'mt', - 375 => 'mua', - 376 => 'mus', - 377 => 'mwl', - 378 => 'mwr', - 379 => 'mwv', - 380 => 'my', - 381 => 'mye', - 382 => 'myv', - 383 => 'mzn', - 384 => 'na', - 385 => 'nan', - 386 => 'nap', - 387 => 'naq', - 388 => 'nb', - 389 => 'nd', - 390 => 'nds', - 391 => 'ne', - 392 => 'new', - 393 => 'ng', - 394 => 'nia', - 395 => 'niu', - 396 => 'njo', - 397 => 'nl', - 398 => 'nmg', - 399 => 'nn', - 400 => 'nnh', - 401 => 'no', - 402 => 'nog', - 403 => 'non', - 404 => 'nov', - 405 => 'nqo', - 406 => 'nr', - 407 => 'nso', - 408 => 'nus', - 409 => 'nv', - 410 => 'nwc', - 411 => 'ny', - 412 => 'nym', - 413 => 'nyn', - 414 => 'nyo', - 415 => 'nzi', - 416 => 'oc', - 417 => 'oj', - 418 => 'ojb', - 419 => 'ojc', - 420 => 'ojg', - 421 => 'ojs', - 422 => 'ojw', - 423 => 'oka', - 424 => 'om', - 425 => 'or', - 426 => 'os', - 427 => 'osa', - 428 => 'ota', - 429 => 'pa', - 430 => 'pag', - 431 => 'pal', - 432 => 'pam', - 433 => 'pap', - 434 => 'pau', - 435 => 'pcd', - 436 => 'pcm', - 437 => 'pdc', - 438 => 'pdt', - 439 => 'peo', - 440 => 'pfl', - 441 => 'phn', - 442 => 'pi', - 443 => 'pl', - 444 => 'pms', - 445 => 'pnt', - 446 => 'pon', - 447 => 'pqm', - 448 => 'prg', - 449 => 'pro', - 450 => 'ps', - 451 => 'pt', - 452 => 'qu', - 453 => 'quc', - 454 => 'qug', - 455 => 'raj', - 456 => 'rap', - 457 => 'rar', - 458 => 'rgn', - 459 => 'rhg', - 460 => 'rif', - 461 => 'rm', - 462 => 'rn', - 463 => 'ro', - 464 => 'rof', - 465 => 'rom', - 466 => 'rtm', - 467 => 'ru', - 468 => 'rue', - 469 => 'rug', - 470 => 'rup', - 471 => 'rw', - 472 => 'rwk', - 473 => 'sa', - 474 => 'sad', - 475 => 'sah', - 476 => 'sam', - 477 => 'saq', - 478 => 'sas', - 479 => 'sat', - 480 => 'saz', - 481 => 'sba', - 482 => 'sbp', - 483 => 'sc', - 484 => 'scn', - 485 => 'sco', - 486 => 'sd', - 487 => 'sdc', - 488 => 'sdh', - 489 => 'se', - 490 => 'see', - 491 => 'seh', - 492 => 'sei', - 493 => 'sel', - 494 => 'ses', - 495 => 'sg', - 496 => 'sga', - 497 => 'sgs', - 498 => 'sh', - 499 => 'shi', - 500 => 'shn', - 501 => 'shu', - 502 => 'si', - 503 => 'sid', - 504 => 'sk', - 505 => 'sl', - 506 => 'slh', - 507 => 'sli', - 508 => 'sly', - 509 => 'sm', - 510 => 'sma', - 511 => 'smj', - 512 => 'smn', - 513 => 'sms', - 514 => 'sn', - 515 => 'snk', - 516 => 'so', - 517 => 'sog', - 518 => 'sq', - 519 => 'sr', - 520 => 'srn', - 521 => 'srr', - 522 => 'ss', - 523 => 'ssy', - 524 => 'st', - 525 => 'stq', - 526 => 'str', - 527 => 'su', - 528 => 'suk', - 529 => 'sus', - 530 => 'sux', - 531 => 'sv', - 532 => 'sw', - 533 => 'swb', - 534 => 'syc', - 535 => 'syr', - 536 => 'szl', - 537 => 'ta', - 538 => 'tce', - 539 => 'tcy', - 540 => 'te', - 541 => 'tem', - 542 => 'teo', - 543 => 'ter', - 544 => 'tet', - 545 => 'tg', - 546 => 'tgx', - 547 => 'th', - 548 => 'tht', - 549 => 'ti', - 550 => 'tig', - 551 => 'tiv', - 552 => 'tk', - 553 => 'tkl', - 554 => 'tkr', - 555 => 'tl', - 556 => 'tlh', - 557 => 'tli', - 558 => 'tly', - 559 => 'tmh', - 560 => 'tn', - 561 => 'to', - 562 => 'tog', - 563 => 'tpi', - 564 => 'tr', - 565 => 'tru', - 566 => 'trv', - 567 => 'trw', - 568 => 'ts', - 569 => 'tsd', - 570 => 'tsi', - 571 => 'tt', - 572 => 'ttm', - 573 => 'ttt', - 574 => 'tum', - 575 => 'tvl', - 576 => 'tw', - 577 => 'twq', - 578 => 'ty', - 579 => 'tyv', - 580 => 'tzm', - 581 => 'udm', - 582 => 'ug', - 583 => 'uga', - 584 => 'uk', - 585 => 'umb', - 586 => 'ur', - 587 => 'uz', - 588 => 'vai', - 589 => 've', - 590 => 'vec', - 591 => 'vep', - 592 => 'vi', - 593 => 'vls', - 594 => 'vmf', - 595 => 'vo', - 596 => 'vot', - 597 => 'vro', - 598 => 'vun', - 599 => 'wa', - 600 => 'wae', - 601 => 'wal', - 602 => 'war', - 603 => 'was', - 604 => 'wbp', - 605 => 'wo', - 606 => 'wuu', - 607 => 'xal', - 608 => 'xh', - 609 => 'xmf', - 610 => 'xog', - 611 => 'yao', - 612 => 'yap', - 613 => 'yav', - 614 => 'ybb', - 615 => 'yi', - 616 => 'yo', - 617 => 'yrl', - 618 => 'yue', - 619 => 'za', - 620 => 'zap', - 621 => 'zbl', - 622 => 'zea', - 623 => 'zen', - 624 => 'zgh', - 625 => 'zh', - 626 => 'zu', - 627 => 'zun', - 628 => 'zza', + 21 => 'ann', + 22 => 'anp', + 23 => 'ar', + 24 => 'arc', + 25 => 'arn', + 26 => 'aro', + 27 => 'arp', + 28 => 'arq', + 29 => 'ars', + 30 => 'arw', + 31 => 'ary', + 32 => 'arz', + 33 => 'as', + 34 => 'asa', + 35 => 'ase', + 36 => 'ast', + 37 => 'atj', + 38 => 'av', + 39 => 'avk', + 40 => 'awa', + 41 => 'ay', + 42 => 'az', + 43 => 'ba', + 44 => 'bal', + 45 => 'ban', + 46 => 'bar', + 47 => 'bas', + 48 => 'bax', + 49 => 'bbc', + 50 => 'bbj', + 51 => 'be', + 52 => 'bej', + 53 => 'bem', + 54 => 'bew', + 55 => 'bez', + 56 => 'bfd', + 57 => 'bfq', + 58 => 'bg', + 59 => 'bgc', + 60 => 'bgn', + 61 => 'bho', + 62 => 'bi', + 63 => 'bik', + 64 => 'bin', + 65 => 'bjn', + 66 => 'bkm', + 67 => 'bla', + 68 => 'blt', + 69 => 'bm', + 70 => 'bn', + 71 => 'bo', + 72 => 'bpy', + 73 => 'bqi', + 74 => 'br', + 75 => 'bra', + 76 => 'brh', + 77 => 'brx', + 78 => 'bs', + 79 => 'bss', + 80 => 'bua', + 81 => 'bug', + 82 => 'bum', + 83 => 'byn', + 84 => 'byv', + 85 => 'ca', + 86 => 'cad', + 87 => 'car', + 88 => 'cay', + 89 => 'cch', + 90 => 'ccp', + 91 => 'ce', + 92 => 'ceb', + 93 => 'cgg', + 94 => 'ch', + 95 => 'chb', + 96 => 'chg', + 97 => 'chk', + 98 => 'chm', + 99 => 'chn', + 100 => 'cho', + 101 => 'chp', + 102 => 'chr', + 103 => 'chy', + 104 => 'cic', + 105 => 'ckb', + 106 => 'clc', + 107 => 'co', + 108 => 'cop', + 109 => 'cps', + 110 => 'cr', + 111 => 'crg', + 112 => 'crh', + 113 => 'crj', + 114 => 'crk', + 115 => 'crl', + 116 => 'crm', + 117 => 'crr', + 118 => 'crs', + 119 => 'cs', + 120 => 'csb', + 121 => 'csw', + 122 => 'cu', + 123 => 'cv', + 124 => 'cwd', + 125 => 'cy', + 126 => 'da', + 127 => 'dak', + 128 => 'dar', + 129 => 'dav', + 130 => 'de', + 131 => 'del', + 132 => 'den', + 133 => 'dgr', + 134 => 'din', + 135 => 'dje', + 136 => 'doi', + 137 => 'dsb', + 138 => 'dtp', + 139 => 'dua', + 140 => 'dum', + 141 => 'dv', + 142 => 'dyo', + 143 => 'dyu', + 144 => 'dz', + 145 => 'dzg', + 146 => 'ebu', + 147 => 'ee', + 148 => 'efi', + 149 => 'egl', + 150 => 'egy', + 151 => 'eka', + 152 => 'el', + 153 => 'elx', + 154 => 'en', + 155 => 'enm', + 156 => 'eo', + 157 => 'es', + 158 => 'esu', + 159 => 'et', + 160 => 'eu', + 161 => 'ewo', + 162 => 'ext', + 163 => 'fa', + 164 => 'fan', + 165 => 'fat', + 166 => 'ff', + 167 => 'fi', + 168 => 'fil', + 169 => 'fit', + 170 => 'fj', + 171 => 'fo', + 172 => 'fon', + 173 => 'fr', + 174 => 'frc', + 175 => 'frm', + 176 => 'fro', + 177 => 'frp', + 178 => 'frr', + 179 => 'frs', + 180 => 'fur', + 181 => 'fy', + 182 => 'ga', + 183 => 'gaa', + 184 => 'gag', + 185 => 'gan', + 186 => 'gay', + 187 => 'gba', + 188 => 'gbz', + 189 => 'gd', + 190 => 'gez', + 191 => 'gil', + 192 => 'gl', + 193 => 'glk', + 194 => 'gmh', + 195 => 'gn', + 196 => 'goh', + 197 => 'gom', + 198 => 'gon', + 199 => 'gor', + 200 => 'got', + 201 => 'grb', + 202 => 'grc', + 203 => 'gsw', + 204 => 'gu', + 205 => 'guc', + 206 => 'gur', + 207 => 'guz', + 208 => 'gv', + 209 => 'gwi', + 210 => 'ha', + 211 => 'hai', + 212 => 'hak', + 213 => 'haw', + 214 => 'hax', + 215 => 'hdn', + 216 => 'he', + 217 => 'hi', + 218 => 'hif', + 219 => 'hil', + 220 => 'hit', + 221 => 'hmn', + 222 => 'hnj', + 223 => 'ho', + 224 => 'hr', + 225 => 'hsb', + 226 => 'hsn', + 227 => 'ht', + 228 => 'hu', + 229 => 'hup', + 230 => 'hur', + 231 => 'hy', + 232 => 'hz', + 233 => 'ia', + 234 => 'iba', + 235 => 'ibb', + 236 => 'id', + 237 => 'ie', + 238 => 'ig', + 239 => 'ii', + 240 => 'ik', + 241 => 'ike', + 242 => 'ikt', + 243 => 'ilo', + 244 => 'inh', + 245 => 'io', + 246 => 'is', + 247 => 'it', + 248 => 'iu', + 249 => 'izh', + 250 => 'ja', + 251 => 'jam', + 252 => 'jbo', + 253 => 'jgo', + 254 => 'jmc', + 255 => 'jpr', + 256 => 'jrb', + 257 => 'jut', + 258 => 'jv', + 259 => 'ka', + 260 => 'kaa', + 261 => 'kab', + 262 => 'kac', + 263 => 'kaj', + 264 => 'kam', + 265 => 'kaw', + 266 => 'kbd', + 267 => 'kbl', + 268 => 'kcg', + 269 => 'kde', + 270 => 'kea', + 271 => 'ken', + 272 => 'kfo', + 273 => 'kg', + 274 => 'kgp', + 275 => 'kha', + 276 => 'kho', + 277 => 'khq', + 278 => 'khw', + 279 => 'ki', + 280 => 'kiu', + 281 => 'kj', + 282 => 'kk', + 283 => 'kkj', + 284 => 'kl', + 285 => 'kln', + 286 => 'km', + 287 => 'kmb', + 288 => 'kn', + 289 => 'ko', + 290 => 'koi', + 291 => 'kok', + 292 => 'kos', + 293 => 'kpe', + 294 => 'kr', + 295 => 'krc', + 296 => 'kri', + 297 => 'krj', + 298 => 'krl', + 299 => 'kru', + 300 => 'ks', + 301 => 'ksb', + 302 => 'ksf', + 303 => 'ksh', + 304 => 'ku', + 305 => 'kum', + 306 => 'kut', + 307 => 'kv', + 308 => 'kw', + 309 => 'kwk', + 310 => 'ky', + 311 => 'la', + 312 => 'lad', + 313 => 'lag', + 314 => 'lah', + 315 => 'lam', + 316 => 'lb', + 317 => 'lez', + 318 => 'lfn', + 319 => 'lg', + 320 => 'li', + 321 => 'lij', + 322 => 'lil', + 323 => 'liv', + 324 => 'lkt', + 325 => 'lmo', + 326 => 'ln', + 327 => 'lo', + 328 => 'lol', + 329 => 'lou', + 330 => 'loz', + 331 => 'lrc', + 332 => 'lsm', + 333 => 'lt', + 334 => 'ltg', + 335 => 'lu', + 336 => 'lua', + 337 => 'lui', + 338 => 'lun', + 339 => 'luo', + 340 => 'lus', + 341 => 'luy', + 342 => 'lv', + 343 => 'lzh', + 344 => 'lzz', + 345 => 'mad', + 346 => 'maf', + 347 => 'mag', + 348 => 'mai', + 349 => 'mak', + 350 => 'man', + 351 => 'mas', + 352 => 'mde', + 353 => 'mdf', + 354 => 'mdr', + 355 => 'men', + 356 => 'mer', + 357 => 'mfe', + 358 => 'mg', + 359 => 'mga', + 360 => 'mgh', + 361 => 'mgo', + 362 => 'mh', + 363 => 'mi', + 364 => 'mic', + 365 => 'min', + 366 => 'mk', + 367 => 'ml', + 368 => 'mn', + 369 => 'mnc', + 370 => 'mni', + 371 => 'moe', + 372 => 'moh', + 373 => 'mos', + 374 => 'mr', + 375 => 'mrj', + 376 => 'ms', + 377 => 'mt', + 378 => 'mua', + 379 => 'mus', + 380 => 'mwl', + 381 => 'mwr', + 382 => 'mwv', + 383 => 'my', + 384 => 'mye', + 385 => 'myv', + 386 => 'mzn', + 387 => 'na', + 388 => 'nan', + 389 => 'nap', + 390 => 'naq', + 391 => 'nb', + 392 => 'nd', + 393 => 'nds', + 394 => 'ne', + 395 => 'new', + 396 => 'ng', + 397 => 'nia', + 398 => 'niu', + 399 => 'njo', + 400 => 'nl', + 401 => 'nmg', + 402 => 'nn', + 403 => 'nnh', + 404 => 'no', + 405 => 'nog', + 406 => 'non', + 407 => 'nov', + 408 => 'nqo', + 409 => 'nr', + 410 => 'nso', + 411 => 'nus', + 412 => 'nv', + 413 => 'nwc', + 414 => 'ny', + 415 => 'nym', + 416 => 'nyn', + 417 => 'nyo', + 418 => 'nzi', + 419 => 'oc', + 420 => 'oj', + 421 => 'ojb', + 422 => 'ojc', + 423 => 'ojg', + 424 => 'ojs', + 425 => 'ojw', + 426 => 'oka', + 427 => 'om', + 428 => 'or', + 429 => 'os', + 430 => 'osa', + 431 => 'ota', + 432 => 'pa', + 433 => 'pag', + 434 => 'pal', + 435 => 'pam', + 436 => 'pap', + 437 => 'pau', + 438 => 'pcd', + 439 => 'pcm', + 440 => 'pdc', + 441 => 'pdt', + 442 => 'peo', + 443 => 'pfl', + 444 => 'phn', + 445 => 'pi', + 446 => 'pis', + 447 => 'pl', + 448 => 'pms', + 449 => 'pnt', + 450 => 'pon', + 451 => 'pqm', + 452 => 'prg', + 453 => 'pro', + 454 => 'ps', + 455 => 'pt', + 456 => 'qu', + 457 => 'quc', + 458 => 'qug', + 459 => 'raj', + 460 => 'rap', + 461 => 'rar', + 462 => 'rgn', + 463 => 'rhg', + 464 => 'rif', + 465 => 'rm', + 466 => 'rn', + 467 => 'ro', + 468 => 'rof', + 469 => 'rom', + 470 => 'rtm', + 471 => 'ru', + 472 => 'rue', + 473 => 'rug', + 474 => 'rup', + 475 => 'rw', + 476 => 'rwk', + 477 => 'sa', + 478 => 'sad', + 479 => 'sah', + 480 => 'sam', + 481 => 'saq', + 482 => 'sas', + 483 => 'sat', + 484 => 'saz', + 485 => 'sba', + 486 => 'sbp', + 487 => 'sc', + 488 => 'scn', + 489 => 'sco', + 490 => 'sd', + 491 => 'sdc', + 492 => 'sdh', + 493 => 'se', + 494 => 'see', + 495 => 'seh', + 496 => 'sei', + 497 => 'sel', + 498 => 'ses', + 499 => 'sg', + 500 => 'sga', + 501 => 'sgs', + 502 => 'sh', + 503 => 'shi', + 504 => 'shn', + 505 => 'shu', + 506 => 'si', + 507 => 'sid', + 508 => 'sk', + 509 => 'sl', + 510 => 'slh', + 511 => 'sli', + 512 => 'sly', + 513 => 'sm', + 514 => 'sma', + 515 => 'smj', + 516 => 'smn', + 517 => 'sms', + 518 => 'sn', + 519 => 'snk', + 520 => 'so', + 521 => 'sog', + 522 => 'sq', + 523 => 'sr', + 524 => 'srn', + 525 => 'srr', + 526 => 'ss', + 527 => 'ssy', + 528 => 'st', + 529 => 'stq', + 530 => 'str', + 531 => 'su', + 532 => 'suk', + 533 => 'sus', + 534 => 'sux', + 535 => 'sv', + 536 => 'sw', + 537 => 'swb', + 538 => 'syc', + 539 => 'syr', + 540 => 'szl', + 541 => 'ta', + 542 => 'tce', + 543 => 'tcy', + 544 => 'te', + 545 => 'tem', + 546 => 'teo', + 547 => 'ter', + 548 => 'tet', + 549 => 'tg', + 550 => 'tgx', + 551 => 'th', + 552 => 'tht', + 553 => 'ti', + 554 => 'tig', + 555 => 'tiv', + 556 => 'tk', + 557 => 'tkl', + 558 => 'tkr', + 559 => 'tl', + 560 => 'tlh', + 561 => 'tli', + 562 => 'tly', + 563 => 'tmh', + 564 => 'tn', + 565 => 'to', + 566 => 'tog', + 567 => 'tok', + 568 => 'tpi', + 569 => 'tr', + 570 => 'tru', + 571 => 'trv', + 572 => 'trw', + 573 => 'ts', + 574 => 'tsd', + 575 => 'tsi', + 576 => 'tt', + 577 => 'ttm', + 578 => 'ttt', + 579 => 'tum', + 580 => 'tvl', + 581 => 'tw', + 582 => 'twq', + 583 => 'ty', + 584 => 'tyv', + 585 => 'tzm', + 586 => 'udm', + 587 => 'ug', + 588 => 'uga', + 589 => 'uk', + 590 => 'umb', + 591 => 'ur', + 592 => 'uz', + 593 => 'vai', + 594 => 've', + 595 => 'vec', + 596 => 'vep', + 597 => 'vi', + 598 => 'vls', + 599 => 'vmf', + 600 => 'vo', + 601 => 'vot', + 602 => 'vro', + 603 => 'vun', + 604 => 'wa', + 605 => 'wae', + 606 => 'wal', + 607 => 'war', + 608 => 'was', + 609 => 'wbp', + 610 => 'wo', + 611 => 'wuu', + 612 => 'xal', + 613 => 'xh', + 614 => 'xmf', + 615 => 'xog', + 616 => 'yao', + 617 => 'yap', + 618 => 'yav', + 619 => 'ybb', + 620 => 'yi', + 621 => 'yo', + 622 => 'yrl', + 623 => 'yue', + 624 => 'za', + 625 => 'zap', + 626 => 'zbl', + 627 => 'zea', + 628 => 'zen', + 629 => 'zgh', + 630 => 'zh', + 631 => 'zu', + 632 => 'zun', + 633 => 'zza', ], 'Alpha3Languages' => [ 0 => 'aar', @@ -652,620 +657,625 @@ return [ 16 => 'alt', 17 => 'amh', 18 => 'ang', - 19 => 'anp', - 20 => 'ara', - 21 => 'arc', - 22 => 'arg', - 23 => 'arn', - 24 => 'aro', - 25 => 'arp', - 26 => 'arq', - 27 => 'ars', - 28 => 'arw', - 29 => 'ary', - 30 => 'arz', - 31 => 'asa', - 32 => 'ase', - 33 => 'asm', - 34 => 'ast', - 35 => 'atj', - 36 => 'ava', - 37 => 'ave', - 38 => 'avk', - 39 => 'awa', - 40 => 'aym', - 41 => 'aze', - 42 => 'bak', - 43 => 'bal', - 44 => 'bam', - 45 => 'ban', - 46 => 'bar', - 47 => 'bas', - 48 => 'bax', - 49 => 'bbc', - 50 => 'bbj', - 51 => 'bej', - 52 => 'bel', - 53 => 'bem', - 54 => 'ben', - 55 => 'bew', - 56 => 'bez', - 57 => 'bfd', - 58 => 'bfq', - 59 => 'bgn', - 60 => 'bho', - 61 => 'bih', - 62 => 'bik', - 63 => 'bin', - 64 => 'bis', - 65 => 'bjn', - 66 => 'bkm', - 67 => 'bla', - 68 => 'blt', - 69 => 'bod', - 70 => 'bos', - 71 => 'bpy', - 72 => 'bqi', - 73 => 'bra', - 74 => 'bre', - 75 => 'brh', - 76 => 'brx', - 77 => 'bss', - 78 => 'bua', - 79 => 'bug', - 80 => 'bul', - 81 => 'bum', - 82 => 'byn', - 83 => 'byv', - 84 => 'cad', - 85 => 'car', - 86 => 'cat', - 87 => 'cay', - 88 => 'cch', - 89 => 'ccp', - 90 => 'ceb', - 91 => 'ces', - 92 => 'cgg', - 93 => 'cha', - 94 => 'chb', - 95 => 'che', - 96 => 'chg', - 97 => 'chk', - 98 => 'chm', - 99 => 'chn', - 100 => 'cho', - 101 => 'chp', - 102 => 'chr', - 103 => 'chu', - 104 => 'chv', - 105 => 'chy', - 106 => 'cic', - 107 => 'ckb', - 108 => 'clc', - 109 => 'cop', - 110 => 'cor', - 111 => 'cos', - 112 => 'cps', - 113 => 'cre', - 114 => 'crg', - 115 => 'crh', - 116 => 'crj', - 117 => 'crk', - 118 => 'crl', - 119 => 'crm', - 120 => 'crr', - 121 => 'crs', - 122 => 'csb', - 123 => 'csw', - 124 => 'cwd', - 125 => 'cym', - 126 => 'dak', - 127 => 'dan', - 128 => 'dar', - 129 => 'dav', - 130 => 'del', - 131 => 'den', - 132 => 'deu', - 133 => 'dgr', - 134 => 'din', - 135 => 'div', - 136 => 'dje', - 137 => 'doi', - 138 => 'dsb', - 139 => 'dtp', - 140 => 'dua', - 141 => 'dum', - 142 => 'dyo', - 143 => 'dyu', - 144 => 'dzg', - 145 => 'dzo', - 146 => 'ebu', - 147 => 'efi', - 148 => 'egl', - 149 => 'egy', - 150 => 'eka', - 151 => 'ell', - 152 => 'elx', - 153 => 'eng', - 154 => 'enm', - 155 => 'epo', - 156 => 'est', - 157 => 'esu', - 158 => 'eus', - 159 => 'ewe', - 160 => 'ewo', - 161 => 'ext', - 162 => 'fan', - 163 => 'fao', - 164 => 'fas', - 165 => 'fat', - 166 => 'fij', - 167 => 'fil', - 168 => 'fin', - 169 => 'fit', - 170 => 'fon', - 171 => 'fra', - 172 => 'frc', - 173 => 'frm', - 174 => 'fro', - 175 => 'frp', - 176 => 'frr', - 177 => 'frs', - 178 => 'fry', - 179 => 'ful', - 180 => 'fur', - 181 => 'gaa', - 182 => 'gag', - 183 => 'gan', - 184 => 'gay', - 185 => 'gba', - 186 => 'gbz', - 187 => 'gez', - 188 => 'gil', - 189 => 'gla', - 190 => 'gle', - 191 => 'glg', - 192 => 'glk', - 193 => 'glv', - 194 => 'gmh', - 195 => 'goh', - 196 => 'gom', - 197 => 'gon', - 198 => 'gor', - 199 => 'got', - 200 => 'grb', - 201 => 'grc', - 202 => 'grn', - 203 => 'gsw', - 204 => 'guc', - 205 => 'guj', - 206 => 'gur', - 207 => 'guz', - 208 => 'gwi', - 209 => 'hai', - 210 => 'hak', - 211 => 'hat', - 212 => 'hau', - 213 => 'haw', - 214 => 'hax', - 215 => 'hbs', - 216 => 'hdn', - 217 => 'heb', - 218 => 'her', - 219 => 'hif', - 220 => 'hil', - 221 => 'hin', - 222 => 'hit', - 223 => 'hmn', - 224 => 'hmo', - 225 => 'hnj', - 226 => 'hrv', - 227 => 'hsb', - 228 => 'hsn', - 229 => 'hun', - 230 => 'hup', - 231 => 'hur', - 232 => 'hye', - 233 => 'iba', - 234 => 'ibb', - 235 => 'ibo', - 236 => 'ido', - 237 => 'iii', - 238 => 'ike', - 239 => 'ikt', - 240 => 'iku', - 241 => 'ile', - 242 => 'ilo', - 243 => 'ina', - 244 => 'ind', - 245 => 'inh', - 246 => 'ipk', - 247 => 'isl', - 248 => 'ita', - 249 => 'izh', - 250 => 'jam', - 251 => 'jav', - 252 => 'jbo', - 253 => 'jgo', - 254 => 'jmc', - 255 => 'jpn', - 256 => 'jpr', - 257 => 'jrb', - 258 => 'jut', - 259 => 'kaa', - 260 => 'kab', - 261 => 'kac', - 262 => 'kaj', - 263 => 'kal', - 264 => 'kam', - 265 => 'kan', - 266 => 'kas', - 267 => 'kat', - 268 => 'kau', - 269 => 'kaw', - 270 => 'kaz', - 271 => 'kbd', - 272 => 'kbl', - 273 => 'kcg', - 274 => 'kde', - 275 => 'kea', - 276 => 'ken', - 277 => 'kfo', - 278 => 'kgp', - 279 => 'kha', - 280 => 'khm', - 281 => 'kho', - 282 => 'khq', - 283 => 'khw', - 284 => 'kik', - 285 => 'kin', - 286 => 'kir', - 287 => 'kiu', - 288 => 'kkj', - 289 => 'kln', - 290 => 'kmb', - 291 => 'koi', - 292 => 'kok', - 293 => 'kom', - 294 => 'kon', - 295 => 'kor', - 296 => 'kos', - 297 => 'kpe', - 298 => 'krc', - 299 => 'kri', - 300 => 'krj', - 301 => 'krl', - 302 => 'kru', - 303 => 'ksb', - 304 => 'ksf', - 305 => 'ksh', - 306 => 'kua', - 307 => 'kum', - 308 => 'kur', - 309 => 'kut', - 310 => 'kwk', - 311 => 'lad', - 312 => 'lag', - 313 => 'lah', - 314 => 'lam', - 315 => 'lao', - 316 => 'lat', - 317 => 'lav', - 318 => 'lez', - 319 => 'lfn', - 320 => 'lij', - 321 => 'lil', - 322 => 'lim', - 323 => 'lin', - 324 => 'lit', - 325 => 'liv', - 326 => 'lkt', - 327 => 'lmo', - 328 => 'lol', - 329 => 'lou', - 330 => 'loz', - 331 => 'lrc', - 332 => 'ltg', - 333 => 'ltz', - 334 => 'lua', - 335 => 'lub', - 336 => 'lug', - 337 => 'lui', - 338 => 'lun', - 339 => 'luo', - 340 => 'lus', - 341 => 'luy', - 342 => 'lzh', - 343 => 'lzz', - 344 => 'mad', - 345 => 'maf', - 346 => 'mag', - 347 => 'mah', - 348 => 'mai', - 349 => 'mak', - 350 => 'mal', - 351 => 'man', - 352 => 'mar', - 353 => 'mas', - 354 => 'mde', - 355 => 'mdf', - 356 => 'mdr', - 357 => 'men', - 358 => 'mer', - 359 => 'mfe', - 360 => 'mga', - 361 => 'mgh', - 362 => 'mgo', - 363 => 'mic', - 364 => 'min', - 365 => 'mkd', - 366 => 'mlg', - 367 => 'mlt', - 368 => 'mnc', - 369 => 'mni', - 370 => 'moe', - 371 => 'moh', - 372 => 'mol', - 373 => 'mon', - 374 => 'mos', - 375 => 'mri', - 376 => 'mrj', - 377 => 'msa', - 378 => 'mua', - 379 => 'mus', - 380 => 'mwl', - 381 => 'mwr', - 382 => 'mwv', - 383 => 'mya', - 384 => 'mye', - 385 => 'myv', - 386 => 'mzn', - 387 => 'nan', - 388 => 'nap', - 389 => 'naq', - 390 => 'nau', - 391 => 'nav', - 392 => 'nbl', - 393 => 'nde', - 394 => 'ndo', - 395 => 'nds', - 396 => 'nep', - 397 => 'new', - 398 => 'nia', - 399 => 'niu', - 400 => 'njo', - 401 => 'nld', - 402 => 'nmg', - 403 => 'nnh', - 404 => 'nno', - 405 => 'nob', - 406 => 'nog', - 407 => 'non', - 408 => 'nor', - 409 => 'nov', - 410 => 'nqo', - 411 => 'nso', - 412 => 'nus', - 413 => 'nwc', - 414 => 'nya', - 415 => 'nym', - 416 => 'nyn', - 417 => 'nyo', - 418 => 'nzi', - 419 => 'oci', - 420 => 'ojb', - 421 => 'ojc', - 422 => 'ojg', - 423 => 'oji', - 424 => 'ojs', - 425 => 'ojw', - 426 => 'oka', - 427 => 'ori', - 428 => 'orm', - 429 => 'osa', - 430 => 'oss', - 431 => 'ota', - 432 => 'pag', - 433 => 'pal', - 434 => 'pam', - 435 => 'pan', - 436 => 'pap', - 437 => 'pau', - 438 => 'pcd', - 439 => 'pcm', - 440 => 'pdc', - 441 => 'pdt', - 442 => 'peo', - 443 => 'pfl', - 444 => 'phn', - 445 => 'pli', - 446 => 'pms', - 447 => 'pnt', - 448 => 'pol', - 449 => 'pon', - 450 => 'por', - 451 => 'pqm', - 452 => 'prg', - 453 => 'pro', - 454 => 'prs', - 455 => 'pus', - 456 => 'quc', - 457 => 'que', - 458 => 'qug', - 459 => 'raj', - 460 => 'rap', - 461 => 'rar', - 462 => 'rgn', - 463 => 'rhg', - 464 => 'rif', - 465 => 'rof', - 466 => 'roh', - 467 => 'rom', - 468 => 'ron', - 469 => 'rtm', - 470 => 'rue', - 471 => 'rug', - 472 => 'run', - 473 => 'rup', - 474 => 'rus', - 475 => 'rwk', - 476 => 'sad', - 477 => 'sag', - 478 => 'sah', - 479 => 'sam', - 480 => 'san', - 481 => 'saq', - 482 => 'sas', - 483 => 'sat', - 484 => 'saz', - 485 => 'sba', - 486 => 'sbp', - 487 => 'scn', - 488 => 'sco', - 489 => 'sdc', - 490 => 'sdh', - 491 => 'see', - 492 => 'seh', - 493 => 'sei', - 494 => 'sel', - 495 => 'ses', - 496 => 'sga', - 497 => 'sgs', - 498 => 'shi', - 499 => 'shn', - 500 => 'shu', - 501 => 'sid', - 502 => 'sin', - 503 => 'slh', - 504 => 'sli', - 505 => 'slk', - 506 => 'slv', - 507 => 'sly', - 508 => 'sma', - 509 => 'sme', - 510 => 'smj', - 511 => 'smn', - 512 => 'smo', - 513 => 'sms', - 514 => 'sna', - 515 => 'snd', - 516 => 'snk', - 517 => 'sog', - 518 => 'som', - 519 => 'sot', - 520 => 'spa', - 521 => 'sqi', - 522 => 'srd', - 523 => 'srn', - 524 => 'srp', - 525 => 'srr', - 526 => 'ssw', - 527 => 'ssy', - 528 => 'stq', - 529 => 'str', - 530 => 'suk', - 531 => 'sun', - 532 => 'sus', - 533 => 'sux', - 534 => 'swa', - 535 => 'swb', - 536 => 'swc', - 537 => 'swe', - 538 => 'syc', - 539 => 'syr', - 540 => 'szl', - 541 => 'tah', - 542 => 'tam', - 543 => 'tat', - 544 => 'tce', - 545 => 'tcy', - 546 => 'tel', - 547 => 'tem', - 548 => 'teo', - 549 => 'ter', - 550 => 'tet', - 551 => 'tgk', - 552 => 'tgl', - 553 => 'tgx', - 554 => 'tha', - 555 => 'tht', - 556 => 'tig', - 557 => 'tir', - 558 => 'tiv', - 559 => 'tkl', - 560 => 'tkr', - 561 => 'tlh', - 562 => 'tli', - 563 => 'tly', - 564 => 'tmh', - 565 => 'tog', - 566 => 'ton', - 567 => 'tpi', - 568 => 'tru', - 569 => 'trv', - 570 => 'trw', - 571 => 'tsd', - 572 => 'tsi', - 573 => 'tsn', - 574 => 'tso', - 575 => 'ttm', - 576 => 'ttt', - 577 => 'tuk', - 578 => 'tum', - 579 => 'tur', - 580 => 'tvl', - 581 => 'twi', - 582 => 'twq', - 583 => 'tyv', - 584 => 'tzm', - 585 => 'udm', - 586 => 'uga', - 587 => 'uig', - 588 => 'ukr', - 589 => 'umb', - 590 => 'urd', - 591 => 'uzb', - 592 => 'vai', - 593 => 'vec', - 594 => 'ven', - 595 => 'vep', - 596 => 'vie', - 597 => 'vls', - 598 => 'vmf', - 599 => 'vol', - 600 => 'vot', - 601 => 'vro', - 602 => 'vun', - 603 => 'wae', - 604 => 'wal', - 605 => 'war', - 606 => 'was', - 607 => 'wbp', - 608 => 'wln', - 609 => 'wol', - 610 => 'wuu', - 611 => 'xal', - 612 => 'xho', - 613 => 'xmf', - 614 => 'xog', - 615 => 'yao', - 616 => 'yap', - 617 => 'yav', - 618 => 'ybb', - 619 => 'yid', - 620 => 'yor', - 621 => 'yrl', - 622 => 'yue', - 623 => 'zap', - 624 => 'zbl', - 625 => 'zea', - 626 => 'zen', - 627 => 'zgh', - 628 => 'zha', - 629 => 'zho', - 630 => 'zul', - 631 => 'zun', - 632 => 'zza', + 19 => 'ann', + 20 => 'anp', + 21 => 'ara', + 22 => 'arc', + 23 => 'arg', + 24 => 'arn', + 25 => 'aro', + 26 => 'arp', + 27 => 'arq', + 28 => 'ars', + 29 => 'arw', + 30 => 'ary', + 31 => 'arz', + 32 => 'asa', + 33 => 'ase', + 34 => 'asm', + 35 => 'ast', + 36 => 'atj', + 37 => 'ava', + 38 => 'ave', + 39 => 'avk', + 40 => 'awa', + 41 => 'aym', + 42 => 'aze', + 43 => 'bak', + 44 => 'bal', + 45 => 'bam', + 46 => 'ban', + 47 => 'bar', + 48 => 'bas', + 49 => 'bax', + 50 => 'bbc', + 51 => 'bbj', + 52 => 'bej', + 53 => 'bel', + 54 => 'bem', + 55 => 'ben', + 56 => 'bew', + 57 => 'bez', + 58 => 'bfd', + 59 => 'bfq', + 60 => 'bgc', + 61 => 'bgn', + 62 => 'bho', + 63 => 'bih', + 64 => 'bik', + 65 => 'bin', + 66 => 'bis', + 67 => 'bjn', + 68 => 'bkm', + 69 => 'bla', + 70 => 'blt', + 71 => 'bod', + 72 => 'bos', + 73 => 'bpy', + 74 => 'bqi', + 75 => 'bra', + 76 => 'bre', + 77 => 'brh', + 78 => 'brx', + 79 => 'bss', + 80 => 'bua', + 81 => 'bug', + 82 => 'bul', + 83 => 'bum', + 84 => 'byn', + 85 => 'byv', + 86 => 'cad', + 87 => 'car', + 88 => 'cat', + 89 => 'cay', + 90 => 'cch', + 91 => 'ccp', + 92 => 'ceb', + 93 => 'ces', + 94 => 'cgg', + 95 => 'cha', + 96 => 'chb', + 97 => 'che', + 98 => 'chg', + 99 => 'chk', + 100 => 'chm', + 101 => 'chn', + 102 => 'cho', + 103 => 'chp', + 104 => 'chr', + 105 => 'chu', + 106 => 'chv', + 107 => 'chy', + 108 => 'cic', + 109 => 'ckb', + 110 => 'clc', + 111 => 'cop', + 112 => 'cor', + 113 => 'cos', + 114 => 'cps', + 115 => 'cre', + 116 => 'crg', + 117 => 'crh', + 118 => 'crj', + 119 => 'crk', + 120 => 'crl', + 121 => 'crm', + 122 => 'crr', + 123 => 'crs', + 124 => 'csb', + 125 => 'csw', + 126 => 'cwd', + 127 => 'cym', + 128 => 'dak', + 129 => 'dan', + 130 => 'dar', + 131 => 'dav', + 132 => 'del', + 133 => 'den', + 134 => 'deu', + 135 => 'dgr', + 136 => 'din', + 137 => 'div', + 138 => 'dje', + 139 => 'doi', + 140 => 'dsb', + 141 => 'dtp', + 142 => 'dua', + 143 => 'dum', + 144 => 'dyo', + 145 => 'dyu', + 146 => 'dzg', + 147 => 'dzo', + 148 => 'ebu', + 149 => 'efi', + 150 => 'egl', + 151 => 'egy', + 152 => 'eka', + 153 => 'ell', + 154 => 'elx', + 155 => 'eng', + 156 => 'enm', + 157 => 'epo', + 158 => 'est', + 159 => 'esu', + 160 => 'eus', + 161 => 'ewe', + 162 => 'ewo', + 163 => 'ext', + 164 => 'fan', + 165 => 'fao', + 166 => 'fas', + 167 => 'fat', + 168 => 'fij', + 169 => 'fil', + 170 => 'fin', + 171 => 'fit', + 172 => 'fon', + 173 => 'fra', + 174 => 'frc', + 175 => 'frm', + 176 => 'fro', + 177 => 'frp', + 178 => 'frr', + 179 => 'frs', + 180 => 'fry', + 181 => 'ful', + 182 => 'fur', + 183 => 'gaa', + 184 => 'gag', + 185 => 'gan', + 186 => 'gay', + 187 => 'gba', + 188 => 'gbz', + 189 => 'gez', + 190 => 'gil', + 191 => 'gla', + 192 => 'gle', + 193 => 'glg', + 194 => 'glk', + 195 => 'glv', + 196 => 'gmh', + 197 => 'goh', + 198 => 'gom', + 199 => 'gon', + 200 => 'gor', + 201 => 'got', + 202 => 'grb', + 203 => 'grc', + 204 => 'grn', + 205 => 'gsw', + 206 => 'guc', + 207 => 'guj', + 208 => 'gur', + 209 => 'guz', + 210 => 'gwi', + 211 => 'hai', + 212 => 'hak', + 213 => 'hat', + 214 => 'hau', + 215 => 'haw', + 216 => 'hax', + 217 => 'hbs', + 218 => 'hdn', + 219 => 'heb', + 220 => 'her', + 221 => 'hif', + 222 => 'hil', + 223 => 'hin', + 224 => 'hit', + 225 => 'hmn', + 226 => 'hmo', + 227 => 'hnj', + 228 => 'hrv', + 229 => 'hsb', + 230 => 'hsn', + 231 => 'hun', + 232 => 'hup', + 233 => 'hur', + 234 => 'hye', + 235 => 'iba', + 236 => 'ibb', + 237 => 'ibo', + 238 => 'ido', + 239 => 'iii', + 240 => 'ike', + 241 => 'ikt', + 242 => 'iku', + 243 => 'ile', + 244 => 'ilo', + 245 => 'ina', + 246 => 'ind', + 247 => 'inh', + 248 => 'ipk', + 249 => 'isl', + 250 => 'ita', + 251 => 'izh', + 252 => 'jam', + 253 => 'jav', + 254 => 'jbo', + 255 => 'jgo', + 256 => 'jmc', + 257 => 'jpn', + 258 => 'jpr', + 259 => 'jrb', + 260 => 'jut', + 261 => 'kaa', + 262 => 'kab', + 263 => 'kac', + 264 => 'kaj', + 265 => 'kal', + 266 => 'kam', + 267 => 'kan', + 268 => 'kas', + 269 => 'kat', + 270 => 'kau', + 271 => 'kaw', + 272 => 'kaz', + 273 => 'kbd', + 274 => 'kbl', + 275 => 'kcg', + 276 => 'kde', + 277 => 'kea', + 278 => 'ken', + 279 => 'kfo', + 280 => 'kgp', + 281 => 'kha', + 282 => 'khm', + 283 => 'kho', + 284 => 'khq', + 285 => 'khw', + 286 => 'kik', + 287 => 'kin', + 288 => 'kir', + 289 => 'kiu', + 290 => 'kkj', + 291 => 'kln', + 292 => 'kmb', + 293 => 'koi', + 294 => 'kok', + 295 => 'kom', + 296 => 'kon', + 297 => 'kor', + 298 => 'kos', + 299 => 'kpe', + 300 => 'krc', + 301 => 'kri', + 302 => 'krj', + 303 => 'krl', + 304 => 'kru', + 305 => 'ksb', + 306 => 'ksf', + 307 => 'ksh', + 308 => 'kua', + 309 => 'kum', + 310 => 'kur', + 311 => 'kut', + 312 => 'kwk', + 313 => 'lad', + 314 => 'lag', + 315 => 'lah', + 316 => 'lam', + 317 => 'lao', + 318 => 'lat', + 319 => 'lav', + 320 => 'lez', + 321 => 'lfn', + 322 => 'lij', + 323 => 'lil', + 324 => 'lim', + 325 => 'lin', + 326 => 'lit', + 327 => 'liv', + 328 => 'lkt', + 329 => 'lmo', + 330 => 'lol', + 331 => 'lou', + 332 => 'loz', + 333 => 'lrc', + 334 => 'lsm', + 335 => 'ltg', + 336 => 'ltz', + 337 => 'lua', + 338 => 'lub', + 339 => 'lug', + 340 => 'lui', + 341 => 'lun', + 342 => 'luo', + 343 => 'lus', + 344 => 'luy', + 345 => 'lzh', + 346 => 'lzz', + 347 => 'mad', + 348 => 'maf', + 349 => 'mag', + 350 => 'mah', + 351 => 'mai', + 352 => 'mak', + 353 => 'mal', + 354 => 'man', + 355 => 'mar', + 356 => 'mas', + 357 => 'mde', + 358 => 'mdf', + 359 => 'mdr', + 360 => 'men', + 361 => 'mer', + 362 => 'mfe', + 363 => 'mga', + 364 => 'mgh', + 365 => 'mgo', + 366 => 'mic', + 367 => 'min', + 368 => 'mkd', + 369 => 'mlg', + 370 => 'mlt', + 371 => 'mnc', + 372 => 'mni', + 373 => 'moe', + 374 => 'moh', + 375 => 'mol', + 376 => 'mon', + 377 => 'mos', + 378 => 'mri', + 379 => 'mrj', + 380 => 'msa', + 381 => 'mua', + 382 => 'mus', + 383 => 'mwl', + 384 => 'mwr', + 385 => 'mwv', + 386 => 'mya', + 387 => 'mye', + 388 => 'myv', + 389 => 'mzn', + 390 => 'nan', + 391 => 'nap', + 392 => 'naq', + 393 => 'nau', + 394 => 'nav', + 395 => 'nbl', + 396 => 'nde', + 397 => 'ndo', + 398 => 'nds', + 399 => 'nep', + 400 => 'new', + 401 => 'nia', + 402 => 'niu', + 403 => 'njo', + 404 => 'nld', + 405 => 'nmg', + 406 => 'nnh', + 407 => 'nno', + 408 => 'nob', + 409 => 'nog', + 410 => 'non', + 411 => 'nor', + 412 => 'nov', + 413 => 'nqo', + 414 => 'nso', + 415 => 'nus', + 416 => 'nwc', + 417 => 'nya', + 418 => 'nym', + 419 => 'nyn', + 420 => 'nyo', + 421 => 'nzi', + 422 => 'oci', + 423 => 'ojb', + 424 => 'ojc', + 425 => 'ojg', + 426 => 'oji', + 427 => 'ojs', + 428 => 'ojw', + 429 => 'oka', + 430 => 'ori', + 431 => 'orm', + 432 => 'osa', + 433 => 'oss', + 434 => 'ota', + 435 => 'pag', + 436 => 'pal', + 437 => 'pam', + 438 => 'pan', + 439 => 'pap', + 440 => 'pau', + 441 => 'pcd', + 442 => 'pcm', + 443 => 'pdc', + 444 => 'pdt', + 445 => 'peo', + 446 => 'pfl', + 447 => 'phn', + 448 => 'pis', + 449 => 'pli', + 450 => 'pms', + 451 => 'pnt', + 452 => 'pol', + 453 => 'pon', + 454 => 'por', + 455 => 'pqm', + 456 => 'prg', + 457 => 'pro', + 458 => 'prs', + 459 => 'pus', + 460 => 'quc', + 461 => 'que', + 462 => 'qug', + 463 => 'raj', + 464 => 'rap', + 465 => 'rar', + 466 => 'rgn', + 467 => 'rhg', + 468 => 'rif', + 469 => 'rof', + 470 => 'roh', + 471 => 'rom', + 472 => 'ron', + 473 => 'rtm', + 474 => 'rue', + 475 => 'rug', + 476 => 'run', + 477 => 'rup', + 478 => 'rus', + 479 => 'rwk', + 480 => 'sad', + 481 => 'sag', + 482 => 'sah', + 483 => 'sam', + 484 => 'san', + 485 => 'saq', + 486 => 'sas', + 487 => 'sat', + 488 => 'saz', + 489 => 'sba', + 490 => 'sbp', + 491 => 'scn', + 492 => 'sco', + 493 => 'sdc', + 494 => 'sdh', + 495 => 'see', + 496 => 'seh', + 497 => 'sei', + 498 => 'sel', + 499 => 'ses', + 500 => 'sga', + 501 => 'sgs', + 502 => 'shi', + 503 => 'shn', + 504 => 'shu', + 505 => 'sid', + 506 => 'sin', + 507 => 'slh', + 508 => 'sli', + 509 => 'slk', + 510 => 'slv', + 511 => 'sly', + 512 => 'sma', + 513 => 'sme', + 514 => 'smj', + 515 => 'smn', + 516 => 'smo', + 517 => 'sms', + 518 => 'sna', + 519 => 'snd', + 520 => 'snk', + 521 => 'sog', + 522 => 'som', + 523 => 'sot', + 524 => 'spa', + 525 => 'sqi', + 526 => 'srd', + 527 => 'srn', + 528 => 'srp', + 529 => 'srr', + 530 => 'ssw', + 531 => 'ssy', + 532 => 'stq', + 533 => 'str', + 534 => 'suk', + 535 => 'sun', + 536 => 'sus', + 537 => 'sux', + 538 => 'swa', + 539 => 'swb', + 540 => 'swc', + 541 => 'swe', + 542 => 'syc', + 543 => 'syr', + 544 => 'szl', + 545 => 'tah', + 546 => 'tam', + 547 => 'tat', + 548 => 'tce', + 549 => 'tcy', + 550 => 'tel', + 551 => 'tem', + 552 => 'teo', + 553 => 'ter', + 554 => 'tet', + 555 => 'tgk', + 556 => 'tgl', + 557 => 'tgx', + 558 => 'tha', + 559 => 'tht', + 560 => 'tig', + 561 => 'tir', + 562 => 'tiv', + 563 => 'tkl', + 564 => 'tkr', + 565 => 'tlh', + 566 => 'tli', + 567 => 'tly', + 568 => 'tmh', + 569 => 'tog', + 570 => 'tok', + 571 => 'ton', + 572 => 'tpi', + 573 => 'tru', + 574 => 'trv', + 575 => 'trw', + 576 => 'tsd', + 577 => 'tsi', + 578 => 'tsn', + 579 => 'tso', + 580 => 'ttm', + 581 => 'ttt', + 582 => 'tuk', + 583 => 'tum', + 584 => 'tur', + 585 => 'tvl', + 586 => 'twi', + 587 => 'twq', + 588 => 'tyv', + 589 => 'tzm', + 590 => 'udm', + 591 => 'uga', + 592 => 'uig', + 593 => 'ukr', + 594 => 'umb', + 595 => 'urd', + 596 => 'uzb', + 597 => 'vai', + 598 => 'vec', + 599 => 'ven', + 600 => 'vep', + 601 => 'vie', + 602 => 'vls', + 603 => 'vmf', + 604 => 'vol', + 605 => 'vot', + 606 => 'vro', + 607 => 'vun', + 608 => 'wae', + 609 => 'wal', + 610 => 'war', + 611 => 'was', + 612 => 'wbp', + 613 => 'wln', + 614 => 'wol', + 615 => 'wuu', + 616 => 'xal', + 617 => 'xho', + 618 => 'xmf', + 619 => 'xog', + 620 => 'yao', + 621 => 'yap', + 622 => 'yav', + 623 => 'ybb', + 624 => 'yid', + 625 => 'yor', + 626 => 'yrl', + 627 => 'yue', + 628 => 'zap', + 629 => 'zbl', + 630 => 'zea', + 631 => 'zen', + 632 => 'zgh', + 633 => 'zha', + 634 => 'zho', + 635 => 'zul', + 636 => 'zun', + 637 => 'zza', ], 'Alpha2ToAlpha3' => [ 'aa' => 'aar', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mi.php index 406be6a..90576bc 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mi.php @@ -2,29 +2,426 @@ return [ 'Names' => [ + 'ab' => 'Apakāhiana', + 'ace' => 'Akanīhi', + 'ada' => 'Atanga', + 'ady' => 'Āteke', + 'af' => 'Awherikāna', + 'agq' => 'Ākeme', + 'ain' => 'Ainu', + 'ak' => 'Ākana', + 'ale' => 'Ariuta', + 'alt' => 'Ātai ki te Tonga', + 'am' => 'Amahereka', + 'an' => 'Arakonihi', + 'ann' => 'Ōporo', + 'anp' => 'Anahika', + 'ar' => 'Ārapi', + 'arn' => 'Mapūte', + 'arp' => 'Arapaho', + 'ars' => 'Arapika Nahāri', + 'as' => 'Āhamēhi', + 'asa' => 'Ahu', + 'ast' => 'Ahitūriana', + 'atj' => 'Atikameke', + 'av' => 'Āwhāriki', + 'awa' => 'Āwati', + 'ay' => 'Aimāra', + 'az' => 'Ahapahāna', + 'ba' => 'Pākira', + 'ban' => 'Pārinīhi', + 'bas' => 'Pahā', + 'be' => 'Perarūhiana', + 'bem' => 'Pema', + 'bez' => 'Pena', + 'bg' => 'Pukēriana', + 'bho' => 'Pōhipuri', + 'bi' => 'Pihirāma', + 'bin' => 'Pini', + 'bla' => 'Hihika', + 'bm' => 'Pāpara', + 'bn' => 'Pāngara', + 'bo' => 'Tipete', + 'br' => 'Peretana', + 'brx' => 'Pōto', + 'bs' => 'Pōngiana', + 'bug' => 'Pukenīhi', + 'byn' => 'Pirina', + 'ca' => 'Katarana', + 'cay' => 'Keiuka', + 'ccp' => 'Tiakamā', + 'ce' => 'Tietiene', + 'ceb' => 'Hepuano', + 'cgg' => 'Tieka', + 'ch' => 'Tiamoro', + 'chk' => 'Tiukīhi', + 'chm' => 'Mari', + 'cho' => 'Tiokatō', + 'chp' => 'Tipiwaiana', + 'chr' => 'Tierokī', + 'chy' => 'Haiene', + 'ckb' => 'Te Puku o Kūrihi', + 'clc' => 'Tiekautini', + 'co' => 'Kohikana', + 'crg' => 'Mītiwhi', + 'crj' => 'Kirī Tonga-mā-Rāwhiti', + 'crk' => 'Parana Kirī', + 'crl' => 'Kirī Raki-mā-Rāwhiti', + 'crm' => 'Mū Kiri', + 'crr' => 'Arakōkiana Kararaina', + 'cs' => 'Tiekerowākiana', + 'csw' => 'Wāpi Kirī', + 'cv' => 'Tiuwhā', + 'cy' => 'Werehi', + 'da' => 'Teina', + 'dak' => 'Teikōta', + 'dar' => 'Tākawa', + 'dav' => 'Taita', 'de' => 'Tiamana', + 'dgr' => 'Tōkiripi', + 'dje' => 'Tāma', + 'doi' => 'Tōkiri', + 'dsb' => 'Hōpiana Ōpaki', + 'dua' => 'Tuāra', + 'dv' => 'Tewhe', + 'dyo' => 'Hora-Whōni', + 'dz' => 'Tonoka', + 'dzg' => 'Tāhaka', + 'ebu' => 'Emepū', + 'ee' => 'Ewe', + 'efi' => 'Ewhiki', + 'eka' => 'Ekatika', + 'el' => 'Kiriki', 'en' => 'Ingarihi', - 'es' => 'Paniora', + 'eo' => 'Eheperāto', + 'es' => 'Pāniora', + 'et' => 'Ehetōniana', + 'eu' => 'Pāka', + 'ewo' => 'Ewāto', + 'fa' => 'Pāhiana', + 'ff' => 'Wharā', + 'fi' => 'Whinirānia', + 'fil' => 'Piripīno', + 'fj' => 'Whītīana', + 'fo' => 'Wharoīhi', + 'fon' => 'Whāna', 'fr' => 'Wīwī', - 'it' => 'Ītariana', + 'frc' => 'Wīwī Keihana', + 'frr' => 'Whirīhiana ki te Raki', + 'fur' => 'Whiriūriana', + 'fy' => 'Whirīhiana ki te Uru', + 'ga' => 'Airihi', + 'gaa' => 'Kā', + 'gd' => 'Kotimana Keiriki', + 'gez' => 'Kīhi', + 'gil' => 'Kiripatīhi', + 'gl' => 'Karīhia', + 'gn' => 'Kuaranī', + 'gor' => 'Korōtaro', + 'gsw' => 'Tiamana Huiterangi', + 'gu' => 'Kutarāti', + 'guz' => 'Kūhī', + 'gv' => 'Manaki', + 'gwi' => 'Kuīti', + 'ha' => 'Hauha', + 'hai' => 'Haira', + 'haw' => 'Hawaiana', + 'hax' => 'Haira ki te Tonga', + 'he' => 'Hīperu', + 'hi' => 'Hīni', + 'hil' => 'Hirikeino', + 'hmn' => 'Mōnga', + 'hr' => 'Koroātiana', + 'hsb' => 'Hōpiana Ōkawa', + 'ht' => 'Haitiana Kereo', + 'hu' => 'Hanakariana', + 'hup' => 'Hupa', + 'hur' => 'Hekomerema', + 'hy' => 'Āmeiniana', + 'hz' => 'Herero', + 'ia' => 'Inarīngua', + 'iba' => 'Īpana', + 'ibb' => 'Ipīpio', + 'id' => 'Initonīhiana', + 'ig' => 'Ingo', + 'ii' => 'Hīhuana Eī', + 'ikt' => 'Inukitetū Kānata ki te Uru', + 'ilo' => 'Iroko', + 'inh' => 'Inguihi', + 'io' => 'Īto', + 'is' => 'Tiorangiana', + 'it' => 'Itāriana', + 'iu' => 'Inukitetū', 'ja' => 'Hapanihi', - 'mi' => 'te reo Māori', + 'jbo' => 'Rōpāna', + 'jgo' => 'Nakōma', + 'jmc' => 'Mākame', + 'jv' => 'Hāwhanihi', + 'ka' => 'Hōriana', + 'kab' => 'Kapāio', + 'kac' => 'Kātiana', + 'kaj' => 'Hiu', + 'kam' => 'Kāmapa', + 'kbd' => 'Kapāriana', + 'kcg' => 'Tiapa', + 'kde' => 'Makonote', + 'kea' => 'Kapuwētianu', + 'kfo' => 'Koro', + 'kgp' => 'Keingāna', + 'kha' => 'Kahi', + 'khq' => 'Kōia Tīni', + 'ki' => 'Kikiu', + 'kj' => 'Kuiniāma', + 'kk' => 'Kahāka', + 'kkj' => 'Kako', + 'kl' => 'Karārihutu', + 'kln' => 'Karenini', + 'km' => 'Kimei', + 'kmb' => 'Kimipunu', + 'kn' => 'Kanara', + 'ko' => 'Kōreana', + 'kok' => 'Kōkani', + 'kpe' => 'Kepere', + 'kr' => 'Kanuri', + 'krc' => 'Karatai-Pāka', + 'krl' => 'Kareriana', + 'kru' => 'Kurā', + 'ks' => 'Kahimiri', + 'ksb' => 'Hapāra', + 'ksf' => 'Pāwhia', + 'ksh' => 'Korōniana', + 'ku' => 'Kūrihi', + 'kum' => 'Kumiki', + 'kv' => 'Komi', + 'kw' => 'Kōnihi', + 'kwk' => 'Kuakawara', + 'ky' => 'Kēkete', + 'la' => 'Rātini', + 'lad' => 'Ratino', + 'lag' => 'Rangi', + 'lb' => 'Rakimipēkihi', + 'lez' => 'Rēhiana', + 'lg' => 'Kanāta', + 'li' => 'Ripēkuehe', + 'lil' => 'Rirūete', + 'lkt' => 'Rakota', + 'ln' => 'Ringarā', + 'lo' => 'Rao', + 'lou' => 'Ruīhana Kereo', + 'loz' => 'Rauhi', + 'lrc' => 'Ruri ki te Raki', + 'lsm' => 'Hāmia', + 'lt' => 'Rihuainiana', + 'lu' => 'Rupa Katanga', + 'lua' => 'Rupa Rurua', + 'lun' => 'Runa', + 'luo' => 'Ruo', + 'lus' => 'Mīho', + 'luy' => 'Rūia', + 'lv' => 'Rātiana', + 'mad' => 'Matuirīhi', + 'mag' => 'Makāhi', + 'mai' => 'Maitiri', + 'mak' => 'Makahā', + 'mas' => 'Māhai', + 'mdf' => 'Mōkaha', + 'men' => 'Menēte', + 'mer' => 'Meru', + 'mfe' => 'Morihiene', + 'mg' => 'Marakāhi', + 'mgh' => 'Makuwa-Mēto', + 'mgo' => 'Meta', + 'mh' => 'Mararīhi', + 'mi' => 'Māori', + 'mic' => 'Mīkamā', + 'min' => 'Minākapao', + 'mk' => 'Makatōniana', + 'ml' => 'Mareiarama', + 'mn' => 'Mongōriana', + 'mni' => 'Manipuri', + 'moe' => 'Inu-aimuna', + 'moh' => 'Mauhōka', + 'mos' => 'Mohī', + 'mr' => 'Marati', + 'ms' => 'Marei', + 'mt' => 'Mōtīhi', + 'mua' => 'Mūtanga', + 'mus' => 'Mukōki', + 'mwl' => 'Miranatīhi', + 'my' => 'Pūmīhī', + 'myv' => 'Erehīa', + 'mzn' => 'Mahaterani', + 'na' => 'Nauru', + 'nap' => 'Neaporitana', + 'naq' => 'Nama', + 'nb' => 'Pakamō Nōwītiana', + 'nd' => 'Enetepēra ki te Raki', + 'nds' => 'Tiamana Ōpaki', + 'ne' => 'Nepari', + 'new' => 'Newari', + 'ng' => 'Natōka', + 'nia' => 'Niēhe', + 'niu' => 'Niueana', + 'nl' => 'Tati', + 'nmg' => 'Kuatio', + 'nn' => 'Nīnōka Nōwītiana', + 'nnh' => 'Nekeipū', + 'no' => 'Nōwītiana', + 'nog' => 'Nōkai', + 'nqo' => 'Unukō', + 'nr' => 'Enetepēra ki te Tonga', + 'nso' => 'Hoto ki te Raki', + 'nus' => 'Nua', + 'nv' => 'Nawahō', + 'ny' => 'Nānia', + 'nyn' => 'Nānakore', + 'oc' => 'Ōkitana', + 'ojb' => 'Ōtīpia Raki-mā-Uru', + 'ojc' => 'Te Puku o Ōhiwa', + 'ojs' => 'Ōti-Kirī', + 'ojw' => 'Ōhīpiwa ki te Uru', + 'oka' => 'Ōkanakana', + 'om' => 'Ōromo', + 'or' => 'Ōtia', + 'os' => 'Ōtītiki', + 'pa' => 'Punutapi', + 'pag' => 'Pāngahina', + 'pam' => 'Pamapaka', + 'pap' => 'Papiamēto', + 'pau' => 'Parauna', + 'pcm' => 'Ngāitiriana Kōrapurapu', + 'pis' => 'Pītini', + 'pl' => 'Pōrīhi', + 'pqm' => 'Marahiti-Pehamakoare', + 'ps' => 'Pātio', 'pt' => 'Pōtukīhi', + 'qu' => 'Kētua', + 'rap' => 'Rapanui', + 'rar' => 'Rarotonga', + 'rhg' => 'Rohingia', + 'rm' => 'Romānihi', + 'rn' => 'Rūniti', + 'ro' => 'Romēniana', + 'rof' => 'Romopo', 'ru' => 'Ruhiana', + 'rup' => 'Aromeiniana', + 'rw' => 'Kiniawāna', + 'rwk' => 'Rawa', + 'sa' => 'Hanahiti', + 'sad' => 'Hātawe', + 'sah' => 'Hakā', + 'saq' => 'Hāpuru', + 'sat' => 'Hātari', + 'sba' => 'Nekāpei', + 'sbp' => 'Hāngu', + 'sc' => 'Hātīriana', + 'scn' => 'Hihiriana', + 'sco' => 'Kotimana', + 'sd' => 'Hiniti', + 'se' => 'Hami ki te Raki', + 'seh' => 'Hena', + 'ses' => 'Kōiaporo Heni', + 'sg' => 'Hāngo', + 'shi' => 'Tahere', + 'shn' => 'Hāna', + 'si' => 'Hinihāra', + 'sk' => 'Horowākia', + 'sl' => 'Horowēniana', + 'slh' => 'Ratūti ki te Tonga', + 'sm' => 'Hāmoa', + 'smn' => 'Inari Hami', + 'sms' => 'Hakoto Hāmi', + 'sn' => 'Hōna', + 'snk' => 'Honīke', + 'so' => 'Hamāri', + 'sq' => 'Arapeiniana', + 'sr' => 'Hēpiana', + 'srn' => 'Harāna Tongo', + 'ss' => 'Wāti', + 'st' => 'Hōto ki te Tonga', + 'str' => 'Terete Hārihi', + 'su' => 'Hunanīhi', + 'suk' => 'Hukuma', + 'sv' => 'Huīteneana', + 'sw' => 'Wāhīri', + 'swb' => 'Komōriana', + 'syr' => 'Hīriaka', + 'ta' => 'Tamira', + 'tce' => 'Tatōne ki te Tonga', + 'te' => 'Teruku', + 'tem' => 'Tīmene', + 'teo' => 'Teho', + 'tet' => 'Tetumu', + 'tg' => 'Tāhiki', + 'tgx' => 'Tēkihi', + 'th' => 'Tai', + 'tht' => 'Tātana', + 'ti' => 'Tekirina', + 'tig' => 'Tīkara', + 'tk' => 'Tākamana', + 'tlh' => 'Kirionga', + 'tli' => 'Tirīkiti', + 'tn' => 'Hawāna', + 'to' => 'Tonga', + 'tok' => 'Toki Pona', + 'tpi' => 'Toko Pīhini', + 'tr' => 'Tākei', + 'trv' => 'Taroko', + 'ts' => 'Honga', + 'tt' => 'Tatā', + 'ttm' => 'Tūtone ki te Raki', + 'tum' => 'Tūmuka', + 'tvl' => 'Tuwaru', + 'twq' => 'Tahawaka', + 'ty' => 'Tahiti', + 'tyv' => 'Tuwīniana', + 'tzm' => 'Te Puku o Atarihi Tamahēte', + 'udm' => 'Ūmutu', + 'ug' => 'Wīkura', + 'uk' => 'Ukarainiana', + 'umb' => 'Ūpunu', + 'ur' => 'Ūru', + 'uz' => 'Ūpeke', + 'vai' => 'Wai', + 've' => 'Wenēra', + 'vi' => 'Witināmiana', + 'vun' => 'Wāhau', + 'wa' => 'Warūna', + 'wae' => 'Wāhere', + 'wal' => 'Wareita', + 'war' => 'Warei', + 'wo' => 'Warawhe', + 'wuu' => 'Hainamana Wū', + 'xal' => 'Karamiki', + 'xh' => 'Tōha', + 'xog' => 'Hoka', + 'yav' => 'Angapene', + 'ybb' => 'Emapa', + 'yi' => 'Irihi', + 'yo' => 'Ōrūpa', + 'yrl' => 'Nīkātū', + 'yue' => 'Katonīhi', + 'zgh' => 'Moroko Tamatai', 'zh' => 'Hainamana', + 'zu' => 'Tūru', + 'zun' => 'Tuni', + 'zza' => 'Tātā', ], 'LocalizedNames' => [ - 'de_AT' => 'Tiamana Atiria', + 'ar_001' => 'Ārapi Moroki', + 'de_AT' => 'Tiamana Ateriana', 'de_CH' => 'Tiamana Ōkawa Huiterangi', 'en_AU' => 'Ingarihi Ahitereiriana', 'en_CA' => 'Ingarihi Kānata', 'en_GB' => 'Ingarihi Piritene', 'en_US' => 'Ingarihi Amerikana', - 'es_419' => 'Paniora Amerika ki te Tonga', - 'es_ES' => 'Paniora Uropi', - 'es_MX' => 'Paniora Mēhikana', + 'es_419' => 'Pāniora Amerikana ki te Tonga', + 'es_ES' => 'Pāniora Ūropi', + 'es_MX' => 'Pāniora Mehikana', + 'fa_AF' => 'Tari', 'fr_CA' => 'Wīwī Kānata', 'fr_CH' => 'Wīwī Huiterangi', + 'nl_BE' => 'Tati Whēmirihi', 'pt_BR' => 'Pōtukīhi Parahi', 'pt_PT' => 'Pōtukīhi Uropi', 'zh_Hans' => 'Hainamana Māmā', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mk.php index d11709c..403a7a1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mk.php @@ -23,6 +23,7 @@ return [ 'am' => 'амхарски', 'an' => 'арагонски', 'ang' => 'староанглиски', + 'ann' => 'оболо', 'anp' => 'ангика', 'ar' => 'арапски', 'arc' => 'арамејски', @@ -30,6 +31,7 @@ return [ 'aro' => 'араона', 'arp' => 'арапахо', 'arq' => 'алжирски арапски', + 'ars' => 'неџдиски арапски', 'arw' => 'аравачки', 'ary' => 'марокански арапски', 'arz' => 'египетски арапски', @@ -37,6 +39,7 @@ return [ 'asa' => 'асу', 'ase' => 'американски знаковен јазик', 'ast' => 'астурски', + 'atj' => 'атикамек', 'av' => 'аварски', 'avk' => 'котава', 'awa' => 'авади', @@ -102,14 +105,22 @@ return [ 'chr' => 'чероки', 'chy' => 'чејенски', 'ckb' => 'централнокурдски', + 'clc' => 'чилкотински', 'co' => 'корзикански', 'cop' => 'коптски', 'cps' => 'капизнон', 'cr' => 'кри', + 'crg' => 'мичиф', 'crh' => 'кримскотурски', + 'crj' => 'југоисточен кријски', + 'crk' => 'прериски кријски', + 'crl' => 'североисточен кријски', + 'crm' => 'лосовски кријски', + 'crr' => 'каролински алгонкински', 'crs' => 'француски (Сеселва креоли)', 'cs' => 'чешки', 'csb' => 'кашупски', + 'csw' => 'мочуришен кријски', 'cu' => 'црковнословенски', 'cv' => 'чувашки', 'cy' => 'велшки', @@ -201,6 +212,7 @@ return [ 'hai' => 'хајда', 'hak' => 'хака', 'haw' => 'хавајски', + 'hax' => 'јужен хајда', 'he' => 'хебрејски', 'hi' => 'хинди', 'hif' => 'фиџиски хинди', @@ -214,6 +226,7 @@ return [ 'ht' => 'хаитски', 'hu' => 'унгарски', 'hup' => 'хупа', + 'hur' => 'халкомелем', 'hy' => 'ерменски', 'hz' => 'хереро', 'ia' => 'интерлингва', @@ -224,6 +237,7 @@ return [ 'ig' => 'игбо', 'ii' => 'сичуан ји', 'ik' => 'инупијачки', + 'ikt' => 'западноканадски инуктитут', 'ilo' => 'илокански', 'inh' => 'ингушки', 'io' => 'идо', @@ -290,6 +304,7 @@ return [ 'kut' => 'кутенајски', 'kv' => 'коми', 'kw' => 'корнски', + 'kwk' => 'кваквала', 'ky' => 'киргиски', 'la' => 'латински', 'lad' => 'ладино', @@ -302,6 +317,7 @@ return [ 'lg' => 'ганда', 'li' => 'лимбуршки', 'lij' => 'лигурски', + 'lil' => 'лилуетски', 'liv' => 'ливонски', 'lkt' => 'лакотски', 'lmo' => 'ломбардиски', @@ -311,6 +327,7 @@ return [ 'lou' => 'луизијански креолски', 'loz' => 'лози', 'lrc' => 'севернолуриски', + 'lsm' => 'самиски', 'lt' => 'литвански', 'ltg' => 'латгалски', 'lu' => 'луба-катанга', @@ -349,6 +366,7 @@ return [ 'mn' => 'монголски', 'mnc' => 'манџурски', 'mni' => 'манипурски', + 'moe' => 'ину-аимунски', 'moh' => 'мохавски', 'mos' => 'моси', 'mr' => 'марати', @@ -397,6 +415,11 @@ return [ 'nzi' => 'нзима', 'oc' => 'окситански', 'oj' => 'оџибва', + 'ojb' => 'северозападен оџибва', + 'ojc' => 'централен оџибва', + 'ojs' => 'очиски кријски', + 'ojw' => 'западен оџибва', + 'oka' => 'оканагански', 'om' => 'оромо', 'or' => 'одија', 'os' => 'осетски', @@ -416,10 +439,12 @@ return [ 'pfl' => 'фалечкогермански', 'phn' => 'феникиски', 'pi' => 'пали', + 'pis' => 'пиџин', 'pl' => 'полски', 'pms' => 'пиемонтски', 'pnt' => 'понтски', 'pon' => 'понпејски', + 'pqm' => 'малиситски пасамакводски', 'prg' => 'пруски', 'pro' => 'старопровансалски', 'ps' => 'паштунски', @@ -478,6 +503,7 @@ return [ 'sid' => 'сидамо', 'sk' => 'словачки', 'sl' => 'словенечки', + 'slh' => 'јужен лушуцид', 'sli' => 'долношлезиски', 'sly' => 'селајарски', 'sm' => 'самоански', @@ -497,6 +523,7 @@ return [ 'ssy' => 'сахо', 'st' => 'сесото', 'stq' => 'затерландски фризиски', + 'str' => 'салишки (Северен Теснец)', 'su' => 'сундски', 'suk' => 'сукума', 'sus' => 'сусу', @@ -508,6 +535,7 @@ return [ 'syr' => 'сириски', 'szl' => 'шлезиски', 'ta' => 'тамилски', + 'tce' => 'јужнотучонски', 'tcy' => 'тулу', 'te' => 'телугу', 'tem' => 'тимне', @@ -515,7 +543,9 @@ return [ 'ter' => 'терено', 'tet' => 'тетум', 'tg' => 'таџикистански', + 'tgx' => 'тагишки', 'th' => 'тајландски', + 'tht' => 'талтански', 'ti' => 'тигриња', 'tig' => 'тигре', 'tiv' => 'тив', @@ -530,6 +560,7 @@ return [ 'tn' => 'цвана', 'to' => 'тонгајски', 'tog' => 'њаса тонга', + 'tok' => 'токи пона', 'tpi' => 'ток писин', 'tr' => 'турски', 'tru' => 'туројо', @@ -538,6 +569,7 @@ return [ 'tsd' => 'цаконски', 'tsi' => 'цимшијански', 'tt' => 'татарски', + 'ttm' => 'севернотучонски', 'ttt' => 'татски', 'tum' => 'тумбука', 'tvl' => 'тувалуански', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ml.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ml.php index 239385f..2585843 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ml.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ml.php @@ -20,15 +20,18 @@ return [ 'am' => 'അംഹാരിക്', 'an' => 'അരഗോണീസ്', 'ang' => 'പഴയ ഇംഗ്ലീഷ്', + 'ann' => 'ഒബോളോ', 'anp' => 'ആൻഗിക', 'ar' => 'അറബിക്', 'arc' => 'അരമായ', 'arn' => 'മാപുചി', 'arp' => 'അറാപഹോ', + 'ars' => 'നജ്‌ദി അറബിക്', 'arw' => 'അറാവക്', 'as' => 'ആസ്സാമീസ്', 'asa' => 'ആസു', 'ast' => 'ഓസ്‌ട്രിയൻ', + 'atj' => 'അറ്റികമെക്‌വ്', 'av' => 'അവാരിക്', 'awa' => 'അവാധി', 'ay' => 'അയ്മാറ', @@ -85,13 +88,21 @@ return [ 'chr' => 'ഷെരോക്കി', 'chy' => 'ഷായാൻ', 'ckb' => 'സെൻട്രൽ കുർദിഷ്', + 'clc' => 'ചിൽകോട്ടിൻ', 'co' => 'കോർസിക്കൻ', 'cop' => 'കോപ്റ്റിക്', 'cr' => 'ക്രീ', + 'crg' => 'മിചിഫ്', 'crh' => 'ക്രിമിയൻ ടർക്കിഷ്', + 'crj' => 'സതേൺ ഈസ്റ്റ് ക്രീ', + 'crk' => 'പ്ലെയ്‌ൻസ് ക്രീ', + 'crl' => 'നോർത്തേൺ ഈസ്റ്റ് ക്രീ', + 'crm' => 'മൂസ് ക്രീ', + 'crr' => 'കരോലീന അൽഗോൻക്വിയാൻ', 'crs' => 'സെഷൽവ ക്രിയോൾ ഫ്രഞ്ച്', 'cs' => 'ചെക്ക്', 'csb' => 'കാഷുബിയാൻ', + 'csw' => 'സ്വാംപി ക്രീ', 'cu' => 'ചർച്ച് സ്ലാവിക്', 'cv' => 'ചുവാഷ്', 'cy' => 'വെൽഷ്', @@ -172,6 +183,7 @@ return [ 'hai' => 'ഹൈഡ', 'hak' => 'ഹാക്ക ചൈനീസ്', 'haw' => 'ഹവായിയൻ', + 'hax' => 'സതേൺ ഹൈഡ', 'he' => 'ഹീബ്രു', 'hi' => 'ഹിന്ദി', 'hil' => 'ഹിലിഗയ്നോൺ', @@ -184,6 +196,7 @@ return [ 'ht' => 'ഹെയ്‌തിയൻ ക്രിയോൾ', 'hu' => 'ഹംഗേറിയൻ', 'hup' => 'ഹൂപ', + 'hur' => 'ഹോക്കൊമെലം', 'hy' => 'അർമേനിയൻ', 'hz' => 'ഹെരേരൊ', 'ia' => 'ഇന്റർലിംഗ്വ', @@ -194,6 +207,7 @@ return [ 'ig' => 'ഇഗ്ബോ', 'ii' => 'ഷുവാൻയി', 'ik' => 'ഇനുപിയാക്', + 'ikt' => 'വെസ്റ്റേൺ കനേഡിയൻ ഇനുക്ടിറ്റൂറ്റ്', 'ilo' => 'ഇലോകോ', 'inh' => 'ഇംഗ്വിഷ്', 'io' => 'ഇഡോ', @@ -221,6 +235,7 @@ return [ 'kea' => 'കബുവെർദിയാനു', 'kfo' => 'കോറോ', 'kg' => 'കോംഗോ', + 'kgp' => 'കെയിൻഗാംഗ്', 'kha' => 'ഘാസി', 'kho' => 'ഘോറ്റാനേസേ', 'khq' => 'കൊയ്റ ചീനി', @@ -251,6 +266,7 @@ return [ 'kut' => 'കുതേനൈ', 'kv' => 'കോമി', 'kw' => 'കോർണിഷ്', + 'kwk' => 'ക്വാക്വല', 'ky' => 'കിർഗിസ്', 'la' => 'ലാറ്റിൻ', 'lad' => 'ലാഡിനോ', @@ -261,6 +277,7 @@ return [ 'lez' => 'ലഹ്ഗിയാൻ', 'lg' => 'ഗാണ്ട', 'li' => 'ലിംബർഗിഷ്', + 'lil' => 'ലില്ലുവെറ്റ്', 'lkt' => 'ലഗോത്ത', 'ln' => 'ലിംഗാല', 'lo' => 'ലാവോ', @@ -268,6 +285,7 @@ return [ 'lou' => 'ലൂസിയാന ക്രിയോൾ', 'loz' => 'ലൊസി', 'lrc' => 'വടക്കൻ ലൂറി', + 'lsm' => 'സാമിയ', 'lt' => 'ലിത്വാനിയൻ', 'lu' => 'ലുബ-കറ്റംഗ', 'lua' => 'ലൂബ-ലുലുവ', @@ -303,6 +321,7 @@ return [ 'mn' => 'മംഗോളിയൻ', 'mnc' => 'മാൻ‌ചു', 'mni' => 'മണിപ്പൂരി', + 'moe' => 'ഇന്നു-ഐമൂൻ', 'moh' => 'മോഹാക്', 'mos' => 'മൊസ്സി', 'mr' => 'മറാത്തി', @@ -348,6 +367,11 @@ return [ 'nzi' => 'സിമ', 'oc' => 'ഓക്‌സിറ്റൻ', 'oj' => 'ഓജിബ്വാ', + 'ojb' => 'നോർത്ത്‌വെസ്റ്റേൺ ഒജീബ്‌വെ', + 'ojc' => 'സെൻട്രൽ ഒജീബ്‌വെ', + 'ojs' => 'ഒജി-ക്രീ', + 'ojw' => 'വെസ്റ്റേൺ ഒജീബ്‌വെ', + 'oka' => 'ഒകാനഗൻ', 'om' => 'ഒറോമോ', 'or' => 'ഒഡിയ', 'os' => 'ഒസ്സെറ്റിക്', @@ -363,8 +387,10 @@ return [ 'peo' => 'പഴയ പേർഷ്യൻ', 'phn' => 'ഫീനിഷ്യൻ', 'pi' => 'പാലി', + 'pis' => 'പിജിൻ', 'pl' => 'പോളിഷ്', 'pon' => 'പൊൻപിയൻ', + 'pqm' => 'മലിസീറ്റ്-പസാമക്വുഡി', 'prg' => 'പ്രഷ്യൻ', 'pro' => 'പഴയ പ്രൊവൻഷ്ൽ', 'ps' => 'പഷ്‌തോ', @@ -413,6 +439,7 @@ return [ 'sid' => 'സിഡാമോ', 'sk' => 'സ്ലോവാക്', 'sl' => 'സ്ലോവേനിയൻ', + 'slh' => 'സതേൺ ലുഷൂറ്റ്‌സീഡ്', 'sm' => 'സമോവൻ', 'sma' => 'തെക്കൻ സമി', 'smj' => 'ലൂലീ സമി', @@ -429,6 +456,7 @@ return [ 'ss' => 'സ്വാറ്റി', 'ssy' => 'സാഹോ', 'st' => 'തെക്കൻ സോതോ', + 'str' => 'സ്ട്രെയ്റ്റ്സ് സെയ്‌ലിഷ്', 'su' => 'സുണ്ടാനീസ്', 'suk' => 'സുകുമ', 'sus' => 'സുസു', @@ -439,13 +467,16 @@ return [ 'syc' => 'പുരാതന സുറിയാനിഭാഷ', 'syr' => 'സുറിയാനി', 'ta' => 'തമിഴ്', + 'tce' => 'സതേൺ ടറ്റ്ഷോൺ', 'te' => 'തെലുങ്ക്', 'tem' => 'ടിംനേ', 'teo' => 'ടെസോ', 'ter' => 'ടെറേനോ', 'tet' => 'ടെറ്റും', 'tg' => 'താജിക്', + 'tgx' => 'ടാഗിഷ്', 'th' => 'തായ്', + 'tht' => 'ടാഹ്‌ൽടൻ', 'ti' => 'ടൈഗ്രിന്യ', 'tig' => 'ടൈഗ്രി', 'tiv' => 'ടിവ്', @@ -458,12 +489,14 @@ return [ 'tn' => 'സ്വാന', 'to' => 'ടോംഗൻ', 'tog' => 'ന്യാസാ ഡോങ്ക', + 'tok' => 'ടോകി പോന', 'tpi' => 'ടോക് പിസിൻ', 'tr' => 'ടർക്കിഷ്', 'trv' => 'തരോക്കോ', 'ts' => 'സോംഗ', 'tsi' => 'സിംഷ്യൻ', 'tt' => 'ടാട്ടർ', + 'ttm' => 'നോർത്തേൺ ടറ്റ്ഷോൺ', 'tum' => 'ടുംബുക', 'tvl' => 'ടുവാലു', 'tw' => 'ട്വി', @@ -501,6 +534,7 @@ return [ 'ybb' => 'യംബ', 'yi' => 'യിദ്ദിഷ്', 'yo' => 'യൊറൂബാ', + 'yrl' => 'നീൻഗാറ്റു', 'yue' => 'കാന്റണീസ്', 'za' => 'സ്വാംഗ്', 'zap' => 'സാപ്പോടെക്', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mn.php index 81f0cf7..b66d94d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mn.php @@ -15,13 +15,16 @@ return [ 'alt' => 'өмнөд алтай', 'am' => 'амхар', 'an' => 'арагон', + 'ann' => 'оболо', 'anp' => 'ангик', 'ar' => 'араб', 'arn' => 'мапүчи', 'arp' => 'арапаго', + 'ars' => 'наджи араб', 'as' => 'ассам', 'asa' => 'асу', 'ast' => 'астури', + 'atj' => 'атикамек', 'av' => 'авар', 'awa' => 'авадхи', 'ay' => 'аймара', @@ -46,6 +49,7 @@ return [ 'bug' => 'буги', 'byn' => 'блин', 'ca' => 'каталан', + 'cay' => 'кайюга хэл', 'ccp' => 'чакма', 'ce' => 'чечень', 'ceb' => 'себуано', @@ -54,12 +58,21 @@ return [ 'chk' => 'чуук', 'chm' => 'мари хэл', 'cho' => 'чоктау', + 'chp' => 'чипевайан', 'chr' => 'чероки', 'chy' => 'чэенн', 'ckb' => 'төв курд', + 'clc' => 'чилкотин', 'co' => 'корсик', + 'crg' => 'мичиф', + 'crj' => 'зүүн өмнөд кри', + 'crk' => 'плэйн кри', + 'crl' => 'зүүн хойд кри', + 'crm' => 'мүүс кри', + 'crr' => 'каролина алгонкинск хэл', 'crs' => 'сеселва креол франц', 'cs' => 'чех', + 'csw' => 'свампи кри', 'cu' => 'сүмийн славян', 'cv' => 'чуваш', 'cy' => 'уэльс', @@ -96,6 +109,8 @@ return [ 'fo' => 'фарер', 'fon' => 'фон', 'fr' => 'франц', + 'frc' => 'франц, кажун', + 'frr' => 'хойд фриз', 'fur' => 'фриулан', 'fy' => 'баруун фриз', 'ga' => 'ирланд', @@ -113,7 +128,9 @@ return [ 'gv' => 'манкс', 'gwi' => 'гвичин', 'ha' => 'хауса', + 'hai' => 'хайда', 'haw' => 'хавай', + 'hax' => 'өмнөд хайда', 'he' => 'еврей', 'hi' => 'хинди', 'hil' => 'хилигайнон', @@ -123,6 +140,7 @@ return [ 'ht' => 'Гаитийн креол', 'hu' => 'мажар', 'hup' => 'хупа', + 'hur' => 'халкомелем', 'hy' => 'армен', 'hz' => 'хереро', 'ia' => 'интерлингво', @@ -132,6 +150,7 @@ return [ 'ie' => 'нэгдмэл хэл', 'ig' => 'игбо', 'ii' => 'сычуань и', + 'ikt' => 'баруун канадын инуктитут', 'ilo' => 'илоко', 'inh' => 'ингуш', 'io' => 'идо', @@ -153,6 +172,7 @@ return [ 'kde' => 'маконде', 'kea' => 'кабүвердиану', 'kfo' => 'коро', + 'kgp' => 'кайнганг', 'kha' => 'каси', 'khq' => 'койра чини', 'ki' => 'кикуюү', @@ -180,6 +200,7 @@ return [ 'kum' => 'кумук', 'kv' => 'коми', 'kw' => 'корн', + 'kwk' => 'квак вала', 'ky' => 'киргиз', 'la' => 'латин', 'lad' => 'ладин', @@ -188,11 +209,15 @@ return [ 'lez' => 'лезги', 'lg' => 'ганда', 'li' => 'лимбург', + 'lij' => 'Лигури', + 'lil' => 'лиллуэт', 'lkt' => 'лакота', 'ln' => 'лингала', 'lo' => 'лаос', + 'lou' => 'луизиана креоле', 'loz' => 'лози', 'lrc' => 'хойд лури', + 'lsm' => 'самиа', 'lt' => 'литва', 'lu' => 'луба-катанга', 'lua' => 'луба-лулуа', @@ -221,6 +246,7 @@ return [ 'ml' => 'малаялам', 'mn' => 'монгол', 'mni' => 'манипури', + 'moe' => 'инну-аймун', 'moh' => 'мохаук', 'mos' => 'мосси', 'mr' => 'марати', @@ -257,6 +283,11 @@ return [ 'ny' => 'нянжа', 'nyn' => 'нянколе', 'oc' => 'окситан', + 'ojb' => 'баруун хойд ожибва', + 'ojc' => 'төв ожибва', + 'ojs' => 'ожи кри', + 'ojw' => 'баруун ожибва', + 'oka' => 'оканаган', 'om' => 'оромо', 'or' => 'ория', 'os' => 'оссетин', @@ -266,7 +297,9 @@ return [ 'pap' => 'папьяменто', 'pau' => 'палау', 'pcm' => 'нигерийн пиджин', + 'pis' => 'пижин', 'pl' => 'польш', + 'pqm' => 'малесит-пассамакводди', 'prg' => 'прусс', 'ps' => 'пушту', 'pt' => 'португал', @@ -304,6 +337,7 @@ return [ 'si' => 'синхала', 'sk' => 'словак', 'sl' => 'словени', + 'slh' => 'өмнөд лушуцид', 'sm' => 'самоа', 'sma' => 'өмнөд сами', 'smj' => 'люле сами', @@ -318,6 +352,7 @@ return [ 'ss' => 'свати', 'ssy' => 'сахо', 'st' => 'сесото', + 'str' => 'стрейтс салиш', 'su' => 'сундан', 'suk' => 'сукума', 'sv' => 'швед', @@ -325,23 +360,29 @@ return [ 'swb' => 'комори', 'syr' => 'сири', 'ta' => 'тамил', + 'tce' => 'өмнөд тутчоне', 'te' => 'тэлүгү', 'tem' => 'тимн', 'teo' => 'тэсо', 'tet' => 'тетум', 'tg' => 'тажик', + 'tgx' => 'тагиш', 'th' => 'тай', + 'tht' => 'талтан', 'ti' => 'тигринья', 'tig' => 'тигр', 'tk' => 'туркмен', 'tlh' => 'клингон', + 'tli' => 'тлингит', 'tn' => 'цвана', 'to' => 'тонга', + 'tok' => 'токипона', 'tpi' => 'ток писин', 'tr' => 'турк', 'trv' => 'тароко', 'ts' => 'цонга', 'tt' => 'татар', + 'ttm' => 'хойд тутчоне', 'tum' => 'тумбула', 'tvl' => 'тувалу', 'tw' => 'тви', @@ -357,6 +398,7 @@ return [ 'uz' => 'узбек', 'vai' => 'вай', 've' => 'венда', + 'vec' => 'венец', 'vi' => 'вьетнам', 'vo' => 'волапюк', 'vun' => 'вунжо', @@ -365,6 +407,7 @@ return [ 'wal' => 'уоллайтта', 'war' => 'варай', 'wo' => 'волоф', + 'wuu' => 'хятад, ву хэл', 'xal' => 'халимаг', 'xh' => 'хоса', 'xog' => 'сога', @@ -372,6 +415,7 @@ return [ 'ybb' => 'емба', 'yi' => 'иддиш', 'yo' => 'ёруба', + 'yrl' => 'ньенгату', 'yue' => 'кантон', 'zgh' => 'стандарт тамазайт (Морокко)', 'zh' => 'хятад', @@ -392,7 +436,6 @@ return [ 'es_MX' => 'испани хэл (Мексик)', 'fr_CA' => 'канад-франц', 'fr_CH' => 'швейцари-франц', - 'nds_NL' => 'бага саксон', 'nl_BE' => 'фламанд', 'pt_BR' => 'португал хэл (Бразил)', 'pt_PT' => 'португал хэл (Европ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mo.php index 3d3bd15..8af7079 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mo.php @@ -20,6 +20,7 @@ return [ 'am' => 'amharică', 'an' => 'aragoneză', 'ang' => 'engleză veche', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabă', 'arc' => 'aramaică', @@ -30,6 +31,7 @@ return [ 'as' => 'asameză', 'asa' => 'asu', 'ast' => 'asturiană', + 'atj' => 'atikamekw', 'av' => 'avară', 'awa' => 'awadhi', 'ay' => 'aymara', @@ -86,13 +88,21 @@ return [ 'chr' => 'cherokee', 'chy' => 'cheyenne', 'ckb' => 'kurdă centrală', + 'clc' => 'chilcotin', 'co' => 'corsicană', 'cop' => 'coptă', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'turcă crimeeană', + 'crj' => 'cree de sud-est', + 'crk' => 'cree (Prerii)', + 'crl' => 'cree de nord-est', + 'crm' => 'cree (Moose)', + 'crr' => 'algonquiană Carolina', 'crs' => 'creolă franceză seselwa', 'cs' => 'cehă', 'csb' => 'cașubiană', + 'csw' => 'cree (Mlaștini)', 'cu' => 'slavonă', 'cv' => 'ciuvașă', 'cy' => 'galeză', @@ -173,6 +183,7 @@ return [ 'hai' => 'haida', 'hak' => 'chineză hakka', 'haw' => 'hawaiiană', + 'hax' => 'haida de sud', 'he' => 'ebraică', 'hi' => 'hindi', 'hil' => 'hiligaynon', @@ -185,6 +196,7 @@ return [ 'ht' => 'haitiană', 'hu' => 'maghiară', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armeană', 'hz' => 'herero', 'ia' => 'interlingua', @@ -195,6 +207,7 @@ return [ 'ig' => 'igbo', 'ii' => 'yi din Sichuan', 'ik' => 'inupiak', + 'ikt' => 'inuktitut canadiană occidentală', 'ilo' => 'iloko', 'inh' => 'ingușă', 'io' => 'ido', @@ -253,6 +266,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'cornică', + 'kwk' => 'kwakʼwala', 'ky' => 'kârgâză', 'la' => 'latină', 'lad' => 'ladino', @@ -264,6 +278,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburgheză', 'lij' => 'liguriană', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laoțiană', @@ -271,6 +286,7 @@ return [ 'lou' => 'creolă (Louisiana)', 'loz' => 'lozi', 'lrc' => 'luri de nord', + 'lsm' => 'saamia', 'lt' => 'lituaniană', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -306,6 +322,7 @@ return [ 'mn' => 'mongolă', 'mnc' => 'manciuriană', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -351,6 +368,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'occitană', 'oj' => 'ojibwa', + 'ojb' => 'ojibwa de nord-vest', + 'ojc' => 'ojibwa centrală', + 'ojs' => 'oji-cree', + 'ojw' => 'ojibwa de vest', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'odia', 'os' => 'osetă', @@ -366,8 +388,10 @@ return [ 'peo' => 'persană veche', 'phn' => 'feniciană', 'pi' => 'pali', + 'pis' => 'pijin', 'pl' => 'poloneză', 'pon' => 'pohnpeiană', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'prusacă', 'pro' => 'provensală veche', 'ps' => 'paștună', @@ -416,6 +440,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovacă', 'sl' => 'slovenă', + 'slh' => 'lushootseed de usd', 'sm' => 'samoană', 'sma' => 'sami de sud', 'smj' => 'sami lule', @@ -432,6 +457,7 @@ return [ 'ss' => 'swati', 'ssy' => 'saho', 'st' => 'sesotho', + 'str' => 'salish (Strâmtori)', 'su' => 'sundaneză', 'suk' => 'sukuma', 'sus' => 'susu', @@ -442,13 +468,16 @@ return [ 'syc' => 'siriacă clasică', 'syr' => 'siriacă', 'ta' => 'tamilă', + 'tce' => 'tutchone de sud', 'te' => 'telugu', 'tem' => 'timne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadjică', + 'tgx' => 'tagish', 'th' => 'thailandeză', + 'tht' => 'tahltan', 'ti' => 'tigrină', 'tig' => 'tigre', 'tiv' => 'tiv', @@ -461,12 +490,14 @@ return [ 'tn' => 'setswana', 'to' => 'tongană', 'tog' => 'nyasa tonga', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turcă', 'trv' => 'taroko', 'ts' => 'tsonga', 'tsi' => 'tsimshian', 'tt' => 'tătară', + 'ttm' => 'tutchone de nord', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', 'tw' => 'twi', @@ -483,6 +514,7 @@ return [ 'uz' => 'uzbecă', 'vai' => 'vai', 've' => 'venda', + 'vec' => 'venetă', 'vi' => 'vietnameză', 'vo' => 'volapuk', 'vot' => 'votică', @@ -504,6 +536,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'idiș', 'yo' => 'yoruba', + 'yrl' => 'nheengatu', 'yue' => 'cantoneză', 'za' => 'zhuang', 'zap' => 'zapotecă', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mr.php index 053641f..40e8a92 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/mr.php @@ -20,15 +20,18 @@ return [ 'am' => 'अम्हारिक', 'an' => 'अर्गोनीज', 'ang' => 'पुरातन इंग्रजी', + 'ann' => 'ओबोलो', 'anp' => 'अंगिका', 'ar' => 'अरबी', 'arc' => 'अ‍ॅरेमाइक', 'arn' => 'मापुची', 'arp' => 'आरापाहो', + 'ars' => 'नजदी अरबी', 'arw' => 'आरावाक', 'as' => 'आसामी', 'asa' => 'असु', 'ast' => 'अस्तुरियन', + 'atj' => 'अटिकमेक', 'av' => 'अ‍ॅव्हेरिक', 'awa' => 'अवधी', 'ay' => 'ऐमरा', @@ -61,6 +64,7 @@ return [ 'ca' => 'कातालान', 'cad' => 'कॅड्डो', 'car' => 'कॅरिब', + 'cay' => 'केयुगा', 'cch' => 'अत्सम', 'ccp' => 'चाकमा', 'ce' => 'चेचेन', @@ -77,13 +81,21 @@ return [ 'chr' => 'चेरोकी', 'chy' => 'शेयेन्न', 'ckb' => 'मध्य कुर्दिश', + 'clc' => 'चिलकोटिन', 'co' => 'कॉर्सिकन', 'cop' => 'कॉप्टिक', 'cr' => 'क्री', + 'crg' => 'मिचिफो', 'crh' => 'क्राइमीन तुर्की', + 'crj' => 'दक्षिणात्य इस्ट क्री', + 'crk' => 'प्लेन्स क्री', + 'crl' => 'नॉर्दर्न ईस्ट क्री', + 'crm' => 'मूस क्री', + 'crr' => 'कॅरोलिना अल्गोंक्वियन', 'crs' => 'सेसेल्वा क्रिओल फ्रेंच', 'cs' => 'झेक', 'csb' => 'काशुबियन', + 'csw' => 'स्वॅम्पी क्री', 'cu' => 'चर्च स्लाव्हिक', 'cv' => 'चूवाश', 'cy' => 'वेल्श', @@ -164,6 +176,7 @@ return [ 'hai' => 'हैडा', 'hak' => 'हाक्का चिनी', 'haw' => 'हवाईयन', + 'hax' => 'दक्षिणात्य हैडा', 'he' => 'हिब्रू', 'hi' => 'हिंदी', 'hil' => 'हिलीगेनॉन', @@ -176,6 +189,7 @@ return [ 'ht' => 'हैतीयन क्रेओल', 'hu' => 'हंगेरियन', 'hup' => 'हूपा', + 'hur' => 'हॉल्कमेलम', 'hy' => 'आर्मेनियन', 'hz' => 'हरेरो', 'ia' => 'इंटरलिंग्वा', @@ -186,6 +200,7 @@ return [ 'ig' => 'ईग्बो', 'ii' => 'सिचुआन यी', 'ik' => 'इनूपियाक', + 'ikt' => 'वेस्टर्न कॅनेडियन इनुकिटुट', 'ilo' => 'इलोको', 'inh' => 'इंगुश', 'io' => 'इडौ', @@ -212,6 +227,7 @@ return [ 'kea' => 'काबवर्दियानु', 'kfo' => 'कोरो', 'kg' => 'काँगो', + 'kgp' => 'काइंगांग', 'kha' => 'खासी', 'kho' => 'खोतानीस', 'khq' => 'कोयरा चीनी', @@ -242,6 +258,7 @@ return [ 'kut' => 'कुतेनाई', 'kv' => 'कोमी', 'kw' => 'कोर्निश', + 'kwk' => 'क्वक्क्वाला', 'ky' => 'किरगीझ', 'la' => 'लॅटिन', 'lad' => 'लादीनो', @@ -252,6 +269,7 @@ return [ 'lez' => 'लेझ्घीयन', 'lg' => 'गांडा', 'li' => 'लिंबूर्गिश', + 'lil' => 'लिलूएट', 'lkt' => 'लाकोटा', 'ln' => 'लिंगाला', 'lo' => 'लाओ', @@ -259,6 +277,7 @@ return [ 'lou' => 'ल्युसियाना क्रिओल', 'loz' => 'लोझि', 'lrc' => 'उत्तरी ल्युरी', + 'lsm' => 'सामिया', 'lt' => 'लिथुआनियन', 'lu' => 'ल्यूबा-कटांगा', 'lua' => 'लुबा-लुलुआ', @@ -292,6 +311,7 @@ return [ 'mn' => 'मंगोलियन', 'mnc' => 'मान्चु', 'mni' => 'मणिपुरी', + 'moe' => 'इन्नू-ॲमन', 'moh' => 'मोहॉक', 'mos' => 'मोस्सी', 'mr' => 'मराठी', @@ -336,6 +356,11 @@ return [ 'nzi' => 'न्झिमा', 'oc' => 'ऑक्सितान', 'oj' => 'ओजिब्वा', + 'ojb' => 'नॉर्थवेस्टर्न ओजिब्वा', + 'ojc' => 'सेंट्रल ओजिब्वा', + 'ojs' => 'ओजी-क्री', + 'ojw' => 'वेस्टर्न ओजिबवा', + 'oka' => 'ओकनागन', 'om' => 'ओरोमो', 'or' => 'उडिया', 'os' => 'ओस्सेटिक', @@ -351,8 +376,10 @@ return [ 'peo' => 'पुरातन फारसी', 'phn' => 'फोनिशियन', 'pi' => 'पाली', + 'pis' => 'पिजिन', 'pl' => 'पोलिश', 'pon' => 'पोह्नपियन', + 'pqm' => 'मालीसेट-पासामाक्वाड्डी', 'prg' => 'प्रुशियन', 'pro' => 'पुरातन प्रोव्हेन्सल', 'ps' => 'पश्तो', @@ -399,6 +426,7 @@ return [ 'sid' => 'सिदामो', 'sk' => 'स्लोव्हाक', 'sl' => 'स्लोव्हेनियन', + 'slh' => 'दक्षिणात्य लुशूटसीड', 'sm' => 'सामोअन', 'sma' => 'दक्षिणात्य सामी', 'smj' => 'ल्युल सामी', @@ -415,6 +443,7 @@ return [ 'ss' => 'स्वाती', 'ssy' => 'साहो', 'st' => 'दक्षिणी सोथो', + 'str' => 'स्ट्राइट्स सालीश', 'su' => 'सुंदानीज', 'suk' => 'सुकुमा', 'sus' => 'सुसु', @@ -425,13 +454,16 @@ return [ 'syc' => 'अभिजात सिरियाक', 'syr' => 'सिरियाक', 'ta' => 'तामिळ', + 'tce' => 'दक्षिणात्य टचोन', 'te' => 'तेलगू', 'tem' => 'टिम्ने', 'teo' => 'तेसो', 'ter' => 'तेरेनो', 'tet' => 'तेतुम', 'tg' => 'ताजिक', + 'tgx' => 'टॅगिश', 'th' => 'थाई', + 'tht' => 'तहल्टन', 'ti' => 'तिग्रिन्या', 'tig' => 'टाइग्रे', 'tiv' => 'तिव', @@ -444,12 +476,14 @@ return [ 'tn' => 'त्स्वाना', 'to' => 'टोंगन', 'tog' => 'न्यासा टोन्गा', + 'tok' => 'टोकि पोना', 'tpi' => 'टोक पिसिन', 'tr' => 'तुर्की', 'trv' => 'तारोको', 'ts' => 'सोंगा', 'tsi' => 'सिम्शियन', 'tt' => 'तातर', + 'ttm' => 'नॉर्दर्न टचोन', 'tum' => 'तुम्बुका', 'tvl' => 'टुवालु', 'tw' => 'ट्वी', @@ -487,6 +521,7 @@ return [ 'ybb' => 'येमबा', 'yi' => 'यिद्दिश', 'yo' => 'योरुबा', + 'yrl' => 'न्हेंगाटू', 'yue' => 'कँटोनीज', 'za' => 'झुआंग', 'zap' => 'झेपोटेक', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ms.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ms.php index 5f59aa8..2bbac40 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ms.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ms.php @@ -18,6 +18,7 @@ return [ 'alt' => 'Altai Selatan', 'am' => 'Amharic', 'an' => 'Aragon', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arab', 'arn' => 'Mapuche', @@ -29,6 +30,7 @@ return [ 'as' => 'Assam', 'asa' => 'Asu', 'ast' => 'Asturia', + 'atj' => 'Atikamekw', 'av' => 'Avaric', 'awa' => 'Awadhi', 'ay' => 'Aymara', @@ -75,14 +77,23 @@ return [ 'chk' => 'Chukese', 'chm' => 'Mari', 'cho' => 'Choctaw', + 'chp' => 'Chipewyan', 'chr' => 'Cherokee', 'chy' => 'Cheyenne', 'ckb' => 'Kurdi Tengah', + 'clc' => 'Chilcotin', 'co' => 'Corsica', 'cop' => 'Coptic', + 'crg' => 'Michif', 'crh' => 'Turki Krimea', + 'crj' => 'Cree Tenggara', + 'crk' => 'Plains Cree', + 'crl' => 'Timur Laut Cree', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina Algonquian', 'crs' => 'Perancis Seselwa Creole', 'cs' => 'Czech', + 'csw' => 'Swampy Cree', 'cu' => 'Slavik Gereja', 'cv' => 'Chuvash', 'cy' => 'Wales', @@ -120,6 +131,7 @@ return [ 'fon' => 'Fon', 'fr' => 'Perancis', 'frc' => 'Perancis Cajun', + 'frr' => 'Frisian Utara', 'fur' => 'Friulian', 'fy' => 'Frisian Barat', 'ga' => 'Ireland', @@ -142,8 +154,10 @@ return [ 'gv' => 'Manx', 'gwi' => 'Gwichʼin', 'ha' => 'Hausa', + 'hai' => 'Haida', 'hak' => 'Cina Hakka', 'haw' => 'Hawaii', + 'hax' => 'Haida Selatan', 'he' => 'Ibrani', 'hi' => 'Hindi', 'hil' => 'Hiligaynon', @@ -151,9 +165,10 @@ return [ 'hr' => 'Croatia', 'hsb' => 'Sorbian Atas', 'hsn' => 'Cina Xiang', - 'ht' => 'Haiti', + 'ht' => 'Kreol Haiti', 'hu' => 'Hungary', 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armenia', 'hz' => 'Herero', 'ia' => 'Interlingua', @@ -163,6 +178,7 @@ return [ 'ie' => 'Interlingue', 'ig' => 'Igbo', 'ii' => 'Sichuan Yi', + 'ikt' => 'Inuktitut Kanada Barat', 'ilo' => 'Iloko', 'inh' => 'Ingush', 'io' => 'Ido', @@ -186,6 +202,7 @@ return [ 'kea' => 'Kabuverdianu', 'kfo' => 'Koro', 'kg' => 'Kongo', + 'kgp' => 'Kaingang', 'kha' => 'Khasi', 'khq' => 'Koyra Chiini', 'khw' => 'Khowar', @@ -214,6 +231,7 @@ return [ 'kum' => 'Kumyk', 'kv' => 'Komi', 'kw' => 'Cornish', + 'kwk' => 'Kwak’wala', 'ky' => 'Kirghiz', 'la' => 'Latin', 'lad' => 'Ladino', @@ -223,12 +241,14 @@ return [ 'lez' => 'Lezghian', 'lg' => 'Ganda', 'li' => 'Limburgish', + 'lil' => 'Lillooet', 'lkt' => 'Lakota', 'ln' => 'Lingala', 'lo' => 'Laos', 'lou' => 'Kreol Louisiana', 'loz' => 'Lozi', 'lrc' => 'Luri Utara', + 'lsm' => 'Saamia', 'lt' => 'Lithuania', 'lu' => 'Luba-Katanga', 'lua' => 'Luba-Lulua', @@ -259,6 +279,7 @@ return [ 'ml' => 'Malayalam', 'mn' => 'Mongolia', 'mni' => 'Manipuri', + 'moe' => 'Innu-aimun', 'moh' => 'Mohawk', 'mos' => 'Mossi', 'mr' => 'Marathi', @@ -275,7 +296,7 @@ return [ 'nan' => 'Cina Min Nan', 'nap' => 'Neapolitan', 'naq' => 'Nama', - 'nb' => 'Bokmål Norway', + 'nb' => 'Bokmal Norway', 'nd' => 'Ndebele Utara', 'nds' => 'Jerman Rendah', 'ne' => 'Nepal', @@ -297,6 +318,11 @@ return [ 'ny' => 'Nyanja', 'nyn' => 'Nyankole', 'oc' => 'Occitania', + 'ojb' => 'Ojibwa Barat Laut', + 'ojc' => 'Ojibwa Tengah', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Ojibwa Barat', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Odia', 'os' => 'Ossete', @@ -306,7 +332,9 @@ return [ 'pap' => 'Papiamento', 'pau' => 'Palauan', 'pcm' => 'Nigerian Pidgin', + 'pis' => 'Pijin', 'pl' => 'Poland', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Prusia', 'ps' => 'Pashto', 'pt' => 'Portugis', @@ -347,6 +375,7 @@ return [ 'si' => 'Sinhala', 'sk' => 'Slovak', 'sl' => 'Slovenia', + 'slh' => 'Lushootseed Selatan', 'sm' => 'Samoa', 'sma' => 'Sami Selatan', 'smj' => 'Lule Sami', @@ -361,6 +390,7 @@ return [ 'ss' => 'Swati', 'ssy' => 'Saho', 'st' => 'Sotho Selatan', + 'str' => 'Straits Salish', 'su' => 'Sunda', 'suk' => 'Sukuma', 'sv' => 'Sweden', @@ -368,24 +398,30 @@ return [ 'swb' => 'Comoria', 'syr' => 'Syriac', 'ta' => 'Tamil', + 'tce' => 'Tutchone Selatan', 'te' => 'Telugu', 'tem' => 'Timne', 'teo' => 'Teso', 'tet' => 'Tetum', 'tg' => 'Tajik', + 'tgx' => 'Tagish', 'th' => 'Thai', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', 'tig' => 'Tigre', 'tk' => 'Turkmen', 'tlh' => 'Klingon', + 'tli' => 'Tlingit', 'tly' => 'Talysh', 'tn' => 'Tswana', 'to' => 'Tonga', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Turki', 'trv' => 'Taroko', 'ts' => 'Tsonga', 'tt' => 'Tatar', + 'ttm' => 'Tutchone Utara', 'tum' => 'Tumbuka', 'tvl' => 'Tuvalu', 'tw' => 'Twi', @@ -418,6 +454,7 @@ return [ 'ybb' => 'Yemba', 'yi' => 'Yiddish', 'yo' => 'Yoruba', + 'yrl' => 'Nheengatu', 'yue' => 'Kantonis', 'zgh' => 'Tamazight Maghribi Standard', 'zh' => 'Cina', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/my.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/my.php index 87f5f43..331c0b5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/my.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/my.php @@ -7,7 +7,7 @@ return [ 'ace' => 'အာချေး', 'ada' => 'ဒန်မဲ', 'ady' => 'အဒိုင်ဂီ', - 'af' => 'တောင်အာဖရိက', + 'af' => 'အာဖရိကန်', 'agq' => 'အာဂ်ဟိန်း', 'ain' => 'အိန်နု', 'ak' => 'အာကန်', @@ -16,13 +16,16 @@ return [ 'am' => 'အမ်ဟာရစ်ခ်', 'an' => 'အာရာဂွန်', 'ang' => 'အင်ဂလို ဆက္ကစွန်', + 'ann' => 'အိုဘိုလို', 'anp' => 'အန်ဂီကာ', 'ar' => 'အာရဗီ', 'arn' => 'မာပုချီ', 'arp' => 'အာရာပါဟို', + 'ars' => 'နာ့ဂျဒီ အာရဗစ်', 'as' => 'အာသံ', 'asa' => 'အာစု', 'ast' => 'အက်စ်တိုးရီးယား', + 'atj' => 'အာတီကမဲကု', 'av' => 'အာဗာရစ်ခ်', 'awa' => 'အာဝါဒီ', 'ay' => 'အိုင်မာရ', @@ -48,6 +51,7 @@ return [ 'bug' => 'ဘူဂစ်စ်', 'byn' => 'ဘလင်', 'ca' => 'ကတ်တလန်', + 'cay' => 'ကာယုဂါ', 'ccp' => 'ချတ်ခ်မာ', 'ce' => 'ချက်ချန်း', 'ceb' => 'စီဗူအာနို', @@ -56,13 +60,22 @@ return [ 'chk' => 'ချူကီးစ်', 'chm' => 'မာရီ', 'cho' => 'ချော့တို', + 'chp' => 'ချီပွေဝိုင်ရန်', 'chr' => 'ချာရိုကီ', 'chy' => 'ချေယန်း', 'ckb' => 'ဗဟိုဒေသသုံး ကဒ်ဘာသာ', + 'clc' => 'ချီကိုလ်တင်', 'co' => 'ခိုစီကန်', 'cr' => 'ခရီး', + 'crg' => 'မစ်ချစ်ခ်', + 'crj' => 'တောင်ပိုင်း အရှေ့ခရီ', + 'crk' => 'ပလိန်းစ် ခရီ', + 'crl' => 'မြောက်ပိုင်း အရှေ့ခရီ', + 'crm' => 'မုစ်ခရီး', + 'crr' => 'ကယ်ရိုလိုင်းနား အယ်လ်ဂွန်းကီယန်', 'crs' => 'ခရီအိုလီ', 'cs' => 'ချက်', + 'csw' => 'ဆွမ်ပီ ခရီ', 'cu' => 'ချပ်ချ် စလာဗစ်', 'cv' => 'ချူဗက်ရှ်', 'cy' => 'ဝေလ', @@ -103,6 +116,7 @@ return [ 'fo' => 'ဖာရို', 'fon' => 'ဖော်န်', 'fr' => 'ပြင်သစ်', + 'frc' => 'ကေဂျန် ဖရန့်စ်', 'frm' => 'အလယ်ပိုင်း ပြင်သစ်', 'fro' => 'ဖရန်စီစ်', 'frr' => 'မြောက် ဖရီစီရန်', @@ -126,8 +140,10 @@ return [ 'gv' => 'မန်းဇ်', 'gwi' => 'ဂွစ်ချင်', 'ha' => 'ဟာဥစာ', + 'hai' => 'ဟေဒါ', 'haw' => 'ဟာဝိုင်ယီ', - 'he' => 'ဟီးဘရူး', + 'hax' => 'တောင် ဟိုင်ဒါ', + 'he' => 'ဟီဘရူး', 'hi' => 'ဟိန်ဒူ', 'hil' => 'ဟီလီဂေနွန်', 'hmn' => 'မုံ', @@ -136,6 +152,7 @@ return [ 'ht' => 'ဟေတီ', 'hu' => 'ဟန်ဂေရီ', 'hup' => 'ဟူပါ', + 'hur' => 'ဟော့ကမိုလွမ်', 'hy' => 'အာမေးနီးယား', 'hz' => 'ဟီရဲရို', 'ia' => 'အင်တာလင်ဂွါ', @@ -144,6 +161,7 @@ return [ 'id' => 'အင်ဒိုနီးရှား', 'ig' => 'အစ္ဂဘို', 'ii' => 'စီချွမ် ရီ', + 'ikt' => 'အနောက် ကနေဒီယန် အီနုတီတွတ်', 'ilo' => 'အီလိုကို', 'inh' => 'အင်ဂုရှ်', 'io' => 'အီဒို', @@ -168,6 +186,7 @@ return [ 'kea' => 'ကဘူဗာဒီအာနူ', 'kfo' => 'ကိုရို', 'kg' => 'ကွန်ဂို', + 'kgp' => 'ကိန်းဂန်', 'kha' => 'ခါစီ', 'khq' => 'ကိုရာ ချီအီနီ', 'ki' => 'ကီကူယူ', @@ -195,6 +214,7 @@ return [ 'kum' => 'ကွမ်မိုက်', 'kv' => 'ကိုမီ', 'kw' => 'ခိုနီရှ်', + 'kwk' => 'ကွပ်ခ်ဝါလာ', 'ky' => 'ကာဂျစ်', 'la' => 'လက်တင်', 'lad' => 'လာဒီနို', @@ -203,11 +223,14 @@ return [ 'lez' => 'လက်ဇ်ဂီးယား', 'lg' => 'ဂန်ဒါ', 'li' => 'လင်ဘာဂစ်ရှ်', + 'lil' => 'လာလူးဝစ်တ်', 'lkt' => 'လာကိုတာ', 'ln' => 'လင်ဂါလာ', 'lo' => 'လာအို', + 'lou' => 'လူဝီဇီယားနား ခရီးယို', 'loz' => 'လိုဇီ', 'lrc' => 'မြောက်လူရီ', + 'lsm' => 'ဆာမိအာ', 'lt' => 'လစ်သူဝေးနီးယား', 'lu' => 'လူဘာ-ကတန်ဂါ', 'lua' => 'လူဘာ-လူလူအာ', @@ -238,6 +261,7 @@ return [ 'mn' => 'မွန်ဂိုလီးယား', 'mnc' => 'မန်ချူး', 'mni' => 'မနိပူရ', + 'moe' => 'အီနုအေမွန်', 'moh' => 'မိုဟော့ခ်', 'mos' => 'မိုစီ', 'mr' => 'မာရသီ', @@ -264,7 +288,7 @@ return [ 'nmg' => 'ကွာစီအို', 'nn' => 'နော်ဝေ နီးနောစ်', 'nnh' => 'အွန်ရဲဘွန်း', - 'no' => 'နော်ဝေး', + 'no' => 'နော်ဝေ', 'nog' => 'နိုဂိုင်', 'nqo' => 'အွန်ကို', 'nr' => 'တောင် အွန်န်ဘီလီ', @@ -274,6 +298,11 @@ return [ 'ny' => 'နရန်ဂျာ', 'nyn' => 'နရန်ကိုလီ', 'oc' => 'အိုစီတန်', + 'ojb' => 'အိုဂျစ်ဘွာ', + 'ojc' => 'အိုဂျစ်ဘွေး', + 'ojs' => 'အိုဂျီခရီ', + 'ojw' => 'အနောက် အိုဂျီဘွာ', + 'oka' => 'အိုကနဂန်', 'om' => 'အိုရိုမို', 'or' => 'အိုရီရာ', 'os' => 'အိုဆဲတစ်ခ်', @@ -285,7 +314,9 @@ return [ 'pcm' => 'နိုင်ဂျီးရီးယား ပစ်ဂျင်', 'peo' => 'ပါရှန် အဟောင်း', 'pi' => 'ပါဠိ', + 'pis' => 'ပီဂျင်', 'pl' => 'ပိုလန်', + 'pqm' => 'မလိဇိ ပါစမ်မကွာဒီ', 'prg' => 'ပရူရှန်', 'ps' => 'ပက်ရှ်တွန်း', 'pt' => 'ပေါ်တူဂီ', @@ -323,6 +354,7 @@ return [ 'si' => 'စင်ဟာလာ', 'sk' => 'ဆလိုဗက်', 'sl' => 'ဆလိုဗေးနီးယား', + 'slh' => 'တောင် လာ့ရှုစတိ', 'sm' => 'ဆမိုအာ', 'sma' => 'တောင် ဆာမိ', 'smj' => 'လူလီ ဆာမိ', @@ -337,6 +369,7 @@ return [ 'ss' => 'ဆွာဇီလန်', 'ssy' => 'ဆာဟို', 'st' => 'တောင်ပိုင်း ဆိုသို', + 'str' => 'ဆဲလစ်ရှ် ရေလက်ကြား', 'su' => 'ဆူဒန်', 'suk' => 'ဆူကူမာ', 'sv' => 'ဆွီဒင်', @@ -344,23 +377,29 @@ return [ 'swb' => 'ကိုမိုရီးယန်း', 'syr' => 'ဆီးရီးယား', 'ta' => 'တမီးလ်', + 'tce' => 'တောင် တပ်ချွန်', 'te' => 'တီလီဂူ', 'tem' => 'တင်မ်နဲ', 'teo' => 'တီဆို', 'tet' => 'တီတွမ်', 'tg' => 'တာဂျစ်', + 'tgx' => 'တာဂစ်ရှ်', 'th' => 'ထိုင်း', + 'tht' => 'တဟီတန်', 'ti' => 'တီဂ်ရင်ယာ', 'tig' => 'တီဂရီ', 'tk' => 'တာ့ခ်မင်နစ္စတန်', 'tlh' => 'ကလင်ဂွန်', + 'tli' => 'တလင်းဂစ်', 'tn' => 'တီဆဝါနာ', 'to' => 'တွန်ဂါ', + 'tok' => 'တိုကီပိုနာ', 'tpi' => 'တော့ခ် ပိစင်', 'tr' => 'တူရကီ', 'trv' => 'တရိုကို', 'ts' => 'ဆွန်ဂါ', 'tt' => 'တာတာ', + 'ttm' => 'မြောက် တပ်ချွန်', 'tum' => 'တမ်ဘူကာ', 'tvl' => 'တူဗာလူ', 'twq' => 'တာဆာဝါချ', @@ -384,13 +423,15 @@ return [ 'war' => 'ဝါရေး', 'wbp' => 'ဝေါလ်ပီရီ', 'wo' => 'ဝူလိုဖ်', + 'wuu' => 'ဝူ တရုတ်', 'xal' => 'ကာလ်မိုက်', 'xh' => 'ဇိုစာ', 'xog' => 'ဆိုဂါ', 'yav' => 'ရန်ဘဲန်', 'ybb' => 'ရမ်ဘာ', - 'yi' => 'ဂျူး', + 'yi' => 'ရဟူဒီ', 'yo' => 'ယိုရူဘာ', + 'yrl' => 'အန်ဟင်းဂတူ', 'yue' => 'ကွမ်းတုံ', 'zgh' => 'မိုရိုကို တမဇိုက်', 'zh' => 'တရုတ်', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ne.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ne.php index ee90734..a89cd4a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ne.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ne.php @@ -22,6 +22,7 @@ return [ 'am' => 'अम्हारिक', 'an' => 'अरागोनी', 'ang' => 'पुरातन अङ्ग्रेजी', + 'ann' => 'ओबोलो', 'anp' => 'अङ्गिका', 'ar' => 'अरबी', 'arc' => 'अरामाइक', @@ -29,6 +30,7 @@ return [ 'aro' => 'अराओना', 'arp' => 'अरापाहो', 'arq' => 'अल्जेरियाली अरबी', + 'ars' => 'नाज्दी अरविक', 'arw' => 'अरावाक', 'ary' => 'मोरोक्कोली अरबी', 'arz' => 'इजिप्ट अरबी', @@ -36,6 +38,7 @@ return [ 'asa' => 'आसु', 'ase' => 'अमेरिकी साङ्केतिक भाषा', 'ast' => 'अस्टुरियाली', + 'atj' => 'आतिकामिको', 'av' => 'अवारिक', 'avk' => 'कोटावा', 'awa' => 'अवधी', @@ -101,14 +104,22 @@ return [ 'chr' => 'चेरोकी', 'chy' => 'चेयेन्ने', 'ckb' => 'मध्यवर्ती कुर्दिस', + 'clc' => 'चिलकोटिन', 'co' => 'कोर्सिकन', 'cop' => 'कोप्टिक', 'cps' => 'कापिज्नोन', 'cr' => 'क्री', + 'crg' => 'मिचिफ', 'crh' => 'क्रिमियाली तुर्क', + 'crj' => 'दक्षिण पूर्वी क्री', + 'crk' => 'प्लेन्स क्री', + 'crl' => 'उत्तर पूर्वी क्री', + 'crm' => 'मुज क्री', + 'crr' => 'क्यारोलिना एल्गोनक्वियन', 'crs' => 'सेसेल्वा क्रिओल फ्रान्सेली', 'cs' => 'चेक', 'csb' => 'कासुवियन', + 'csw' => 'स्वाम्पी क्री', 'cu' => 'चर्च स्लाभिक', 'cv' => 'चुभास', 'cy' => 'वेल्श', @@ -196,6 +207,7 @@ return [ 'hai' => 'हाइदा', 'hak' => 'हक्का चिनियाँ', 'haw' => 'हवाइयन', + 'hax' => 'दक्षिणी हैडा', 'he' => 'हिब्रु', 'hi' => 'हिन्दी', 'hif' => 'फिजी हिन्दी', @@ -209,6 +221,7 @@ return [ 'ht' => 'हैटियाली क्रियोल', 'hu' => 'हङ्गेरियाली', 'hup' => 'हुपा', + 'hur' => 'हाल्कोमेलेम', 'hy' => 'आर्मेनियाली', 'hz' => 'हेरेरो', 'ia' => 'इन्टर्लिङ्गुआ', @@ -219,6 +232,7 @@ return [ 'ig' => 'इग्बो', 'ii' => 'सिचुआन यि', 'ik' => 'इनुपिआक्', + 'ikt' => 'पश्चिमी क्यानेडेली इनुक्टिटुट', 'ilo' => 'इयोको', 'inh' => 'इन्गस', 'io' => 'इडो', @@ -285,6 +299,7 @@ return [ 'kut' => 'कुतेनाइ', 'kv' => 'कोमी', 'kw' => 'कोर्निस', + 'kwk' => 'क्वाकवाला', 'ky' => 'किर्गिज', 'la' => 'ल्याटिन', 'lad' => 'लाडिनो', @@ -297,14 +312,17 @@ return [ 'lg' => 'गान्डा', 'li' => 'लिम्बुर्गी', 'lij' => 'लिगुरियाली', + 'lil' => 'लिलुएट', 'liv' => 'लिभोनियाली', 'lkt' => 'लाकोता', 'lmo' => 'लोम्बार्ड', 'ln' => 'लिङ्गाला', 'lo' => 'लाओ', 'lol' => 'मोङ्गो', + 'lou' => 'लुसियाना क्रियोल', 'loz' => 'लोजी', 'lrc' => 'उत्तरी लुरी', + 'lsm' => 'सामिया', 'lt' => 'लिथुआनियाली', 'ltg' => 'लाट्गाली', 'lu' => 'लुबा-काताङ्गा', @@ -343,6 +361,7 @@ return [ 'mn' => 'मङ्गोलियाली', 'mnc' => 'मान्चु', 'mni' => 'मनिपुरी', + 'moe' => 'इन्नु-ऐमन', 'moh' => 'मोहक', 'mos' => 'मोस्सी', 'mr' => 'मराठी', @@ -391,6 +410,11 @@ return [ 'nzi' => 'नजिमा', 'oc' => 'अक्सिटन', 'oj' => 'ओजिब्वा', + 'ojb' => 'उत्तरपश्चिम ओजिब्बा', + 'ojc' => 'सेन्ट्रल अजिब्बा', + 'ojs' => 'ओजी क्री', + 'ojw' => 'पश्चिमी ओजिबा', + 'oka' => 'ओकानागान', 'om' => 'ओरोमो', 'or' => 'उडिया', 'os' => 'ओस्सेटिक', @@ -409,9 +433,11 @@ return [ 'pfl' => 'पालाटिन जर्मन', 'phn' => 'फोनिसियाली', 'pi' => 'पाली', + 'pis' => 'पिजिन', 'pl' => 'पोलिस', 'pms' => 'पिएडमोन्तेसे', 'pnt' => 'पोन्टिक', + 'pqm' => 'मालिसीट पासामाक्वेडी', 'prg' => 'प्रसियाली', 'pro' => 'पुरातन प्रोभेन्काल', 'ps' => 'पास्तो', @@ -454,6 +480,7 @@ return [ 'si' => 'सिन्हाली', 'sk' => 'स्लोभाकियाली', 'sl' => 'स्लोभेनियाली', + 'slh' => 'दक्षिनी लुस्होस्टेड', 'sli' => 'तल्लो सिलेसियाली', 'sm' => 'सामोआ', 'sma' => 'दक्षिणी सामी', @@ -469,6 +496,7 @@ return [ 'ss' => 'स्वाती', 'ssy' => 'साहो', 'st' => 'दक्षिणी सोथो', + 'str' => 'स्ट्रेट स्यालिस', 'su' => 'सुडानी', 'suk' => 'सुकुमा', 'sus' => 'सुसू', @@ -479,24 +507,30 @@ return [ 'syc' => 'परम्परागत सिरियाक', 'syr' => 'सिरियाक', 'ta' => 'तामिल', + 'tce' => 'दक्षिनी टुट्चोन', 'te' => 'तेलुगु', 'tem' => 'टिम्ने', 'teo' => 'टेसो', 'tet' => 'टेटुम', 'tg' => 'ताजिक', + 'tgx' => 'टागिस', 'th' => 'थाई', + 'tht' => 'टाहल्टन', 'ti' => 'टिग्रिन्या', 'tig' => 'टिग्रे', 'tk' => 'टर्कमेन', 'tlh' => 'क्लिङ्गन', + 'tli' => 'ट्लिङ्गिट', 'tn' => 'ट्स्वाना', 'to' => 'टोङ्गन', 'tog' => 'न्यास टोङ्गा', + 'tok' => 'टोकी पोना', 'tpi' => 'टोक पिसिन', 'tr' => 'टर्किश', 'trv' => 'टारोको', 'ts' => 'ट्सोङ्गा', 'tt' => 'तातार', + 'ttm' => 'उत्तरी टुचोन', 'ttt' => 'मुस्लिम टाट', 'tum' => 'टुम्बुका', 'tvl' => 'टुभालु', @@ -522,6 +556,7 @@ return [ 'war' => 'वारे', 'wbp' => 'वार्ल्पिरी', 'wo' => 'वुलुफ', + 'wuu' => 'ऊ चिनियाँ', 'xal' => 'काल्मिक', 'xh' => 'खोसा', 'xmf' => 'मिनग्रेलियाली', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/nl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/nl.php index 20f9c86..411802b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/nl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/nl.php @@ -23,6 +23,7 @@ return [ 'am' => 'Amhaars', 'an' => 'Aragonees', 'ang' => 'Oudengels', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arabisch', 'arc' => 'Aramees', @@ -38,6 +39,7 @@ return [ 'asa' => 'Asu', 'ase' => 'Amerikaanse Gebarentaal', 'ast' => 'Asturisch', + 'atj' => 'Atikamekw', 'av' => 'Avarisch', 'avk' => 'Kotava', 'awa' => 'Awadhi', @@ -103,14 +105,22 @@ return [ 'chr' => 'Cherokee', 'chy' => 'Cheyenne', 'ckb' => 'Soranî', + 'clc' => 'Chilcotin', 'co' => 'Corsicaans', 'cop' => 'Koptisch', 'cps' => 'Capiznon', 'cr' => 'Cree', + 'crg' => 'Michif', 'crh' => 'Krim-Tataars', + 'crj' => 'Zuidoost-Cree', + 'crk' => 'Plains Cree', + 'crl' => 'Noordoost-Cree', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina Algonkisch', 'crs' => 'Seychellencreools', 'cs' => 'Tsjechisch', 'csb' => 'Kasjoebisch', + 'csw' => 'Swampy Cree', 'cu' => 'Kerkslavisch', 'cv' => 'Tsjoevasjisch', 'cy' => 'Welsh', @@ -202,6 +212,7 @@ return [ 'hai' => 'Haida', 'hak' => 'Hakka', 'haw' => 'Hawaïaans', + 'hax' => 'Zuid-Haida', 'he' => 'Hebreeuws', 'hi' => 'Hindi', 'hif' => 'Fijisch Hindi', @@ -215,6 +226,7 @@ return [ 'ht' => 'Haïtiaans Creools', 'hu' => 'Hongaars', 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armeens', 'hz' => 'Herero', 'ia' => 'Interlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'Igbo', 'ii' => 'Yi', 'ik' => 'Inupiaq', + 'ikt' => 'Westelijk Canadees Inuktitut', 'ilo' => 'Iloko', 'inh' => 'Ingoesjetisch', 'io' => 'Ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'Kutenai', 'kv' => 'Komi', 'kw' => 'Cornish', + 'kwk' => 'Kwakʼwala', 'ky' => 'Kirgizisch', 'la' => 'Latijn', 'lad' => 'Ladino', @@ -303,6 +317,7 @@ return [ 'lg' => 'Luganda', 'li' => 'Limburgs', 'lij' => 'Ligurisch', + 'lil' => 'Lillooet', 'liv' => 'Lijfs', 'lkt' => 'Lakota', 'lmo' => 'Lombardisch', @@ -312,6 +327,7 @@ return [ 'lou' => 'Louisiana-Creools', 'loz' => 'Lozi', 'lrc' => 'Noordelijk Luri', + 'lsm' => 'Saamia', 'lt' => 'Litouws', 'ltg' => 'Letgaals', 'lu' => 'Luba-Katanga', @@ -350,6 +366,7 @@ return [ 'mn' => 'Mongools', 'mnc' => 'Mantsjoe', 'mni' => 'Meitei', + 'moe' => 'Innu-aimun', 'moh' => 'Mohawk', 'mos' => 'Mossi', 'mr' => 'Marathi', @@ -399,6 +416,11 @@ return [ 'nzi' => 'Nzima', 'oc' => 'Occitaans', 'oj' => 'Ojibwa', + 'ojb' => 'Noordwest-Ojibwe', + 'ojc' => 'Centraal Ojibwa', + 'ojs' => 'Oji-Cree', + 'ojw' => 'West-Ojibwe', + 'oka' => 'Okanagan', 'om' => 'Afaan Oromo', 'or' => 'Odia', 'os' => 'Ossetisch', @@ -418,10 +440,12 @@ return [ 'pfl' => 'Paltsisch', 'phn' => 'Foenicisch', 'pi' => 'Pali', + 'pis' => 'Pijin', 'pl' => 'Pools', 'pms' => 'Piëmontees', 'pnt' => 'Pontisch', 'pon' => 'Pohnpeiaans', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Oudpruisisch', 'pro' => 'Oudprovençaals', 'ps' => 'Pasjtoe', @@ -480,6 +504,7 @@ return [ 'sid' => 'Sidamo', 'sk' => 'Slowaaks', 'sl' => 'Sloveens', + 'slh' => 'Zuid-Lushootseed', 'sli' => 'Silezisch Duits', 'sly' => 'Selayar', 'sm' => 'Samoaans', @@ -499,6 +524,7 @@ return [ 'ssy' => 'Saho', 'st' => 'Zuid-Sotho', 'stq' => 'Saterfries', + 'str' => 'Straits Salish', 'su' => 'Soendanees', 'suk' => 'Sukuma', 'sus' => 'Soesoe', @@ -510,6 +536,7 @@ return [ 'syr' => 'Syrisch', 'szl' => 'Silezisch', 'ta' => 'Tamil', + 'tce' => 'Zuid-Tutchone', 'tcy' => 'Tulu', 'te' => 'Telugu', 'tem' => 'Timne', @@ -517,7 +544,9 @@ return [ 'ter' => 'Tereno', 'tet' => 'Tetun', 'tg' => 'Tadzjieks', + 'tgx' => 'Tagish', 'th' => 'Thai', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', 'tig' => 'Tigre', 'tiv' => 'Tiv', @@ -532,6 +561,7 @@ return [ 'tn' => 'Tswana', 'to' => 'Tongaans', 'tog' => 'Nyasa Tonga', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Turks', 'tru' => 'Turoyo', @@ -540,6 +570,7 @@ return [ 'tsd' => 'Tsakonisch', 'tsi' => 'Tsimshian', 'tt' => 'Tataars', + 'ttm' => 'Noord-Tutchone', 'ttt' => 'Moslim Tat', 'tum' => 'Toemboeka', 'tvl' => 'Tuvaluaans', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/nn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/nn.php index 6594bd1..046b577 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/nn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/nn.php @@ -10,10 +10,11 @@ return [ 'bez' => 'bena (Tanzania)', 'bss' => 'bakossi', 'car' => 'carib', - 'ceb' => 'cebuano', 'chg' => 'tsjagataisk', 'chr' => 'cherokee', 'ckb' => 'sorani', + 'crj' => 'sørleg aust-cree', + 'crl' => 'nordleg aust-cree', 'crs' => 'seselwa (fransk-kreolsk)', 'cu' => 'kyrkjeslavisk', 'cv' => 'tsjuvansk', @@ -32,7 +33,9 @@ return [ 'grc' => 'gammalgresk', 'gv' => 'manx', 'gwi' => 'gwichin', + 'hax' => 'sørleg haida', 'hsb' => 'høgsorbisk', + 'ikt' => 'vestleg kanadisk inuktitut', 'kl' => 'grønlandsk (kalaallisut)', 'krc' => 'karachay-balkar', 'kum' => 'kumyk', @@ -54,6 +57,8 @@ return [ 'nqo' => 'n’ko', 'nso' => 'nordsotho', 'nwc' => 'klassisk newarisk', + 'ojb' => 'nordvestleg ojibwa', + 'ojw' => 'vestleg ojibwa', 'pcm' => 'nigeriansk pidgin', 'peo' => 'gammalpersisk', 'pro' => 'gammalprovençalsk', @@ -62,14 +67,17 @@ return [ 'rw' => 'kinjarwanda', 'sc' => 'sardinsk', 'sga' => 'gammalirsk', + 'slh' => 'sørleg lushootseed', 'srn' => 'sranan tongo', 'st' => 'sørsotho', 'swb' => 'shimaore', 'syr' => 'syrisk', + 'tce' => 'sørleg tutchone', 'tiv' => 'tivi', 'tkl' => 'tokelau', 'tn' => 'tswana', 'tog' => 'tonga (Nyasa)', + 'ttm' => 'nordleg tutchone', 'tvl' => 'tuvalu', 'tyv' => 'tuvinisk', 'tzm' => 'sentral-tamazight', @@ -82,12 +90,8 @@ return [ 'zza' => 'zaza', ], 'LocalizedNames' => [ - 'ar_001' => 'moderne standardarabisk', - 'fa_AF' => 'dari', 'nds_NL' => 'lågsaksisk', - 'nl_BE' => 'flamsk', 'ro_MD' => 'moldavisk', 'zh_Hans' => 'forenkla kinesisk', - 'zh_Hant' => 'tradisjonell kinesisk', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/no.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/no.php index 4fc1953..1d71ab4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/no.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/no.php @@ -23,6 +23,7 @@ return [ 'am' => 'amharisk', 'an' => 'aragonsk', 'ang' => 'gammelengelsk', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabisk', 'arc' => 'arameisk', @@ -38,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'amerikansk tegnspråk', 'ast' => 'asturisk', + 'atj' => 'atikamekw', 'av' => 'avarisk', 'avk' => 'kotava', 'awa' => 'avadhi', @@ -90,7 +92,7 @@ return [ 'cch' => 'atsam', 'ccp' => 'chakma', 'ce' => 'tsjetsjensk', - 'ceb' => 'cebuansk', + 'ceb' => 'cebuano', 'cgg' => 'kiga', 'ch' => 'chamorro', 'chb' => 'chibcha', @@ -102,15 +104,23 @@ return [ 'chp' => 'chipewiansk', 'chr' => 'cherokesisk', 'chy' => 'cheyenne', - 'ckb' => 'kurdisk (sorani)', + 'ckb' => 'sentralkurdisk', + 'clc' => 'chilcotin', 'co' => 'korsikansk', 'cop' => 'koptisk', 'cps' => 'kapiz', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'krimtatarisk', + 'crj' => 'sørlig østcree', + 'crk' => 'prærie-cree', + 'crl' => 'nordlig østcree', + 'crm' => 'moose cree', + 'crr' => 'carolinsk-algonkinsk', 'crs' => 'seselwa', 'cs' => 'tsjekkisk', 'csb' => 'kasjubisk', + 'csw' => 'myr-cree', 'cu' => 'kirkeslavisk', 'cv' => 'tsjuvasjisk', 'cy' => 'walisisk', @@ -202,6 +212,7 @@ return [ 'hai' => 'haida', 'hak' => 'hakka', 'haw' => 'hawaiisk', + 'hax' => 'sørlig haida', 'he' => 'hebraisk', 'hi' => 'hindi', 'hif' => 'fijiansk hindi', @@ -215,6 +226,7 @@ return [ 'ht' => 'haitisk', 'hu' => 'ungarsk', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armensk', 'hz' => 'herero', 'ia' => 'interlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'ibo', 'ii' => 'sichuan-yi', 'ik' => 'inupiak', + 'ikt' => 'vestlig kanadisk inuktitut', 'ilo' => 'iloko', 'inh' => 'ingusjisk', 'io' => 'ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'kornisk', + 'kwk' => 'kwak̓wala', 'ky' => 'kirgisisk', 'la' => 'latin', 'lad' => 'ladinsk', @@ -303,6 +317,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburgsk', 'lij' => 'ligurisk', + 'lil' => 'lillooet', 'liv' => 'livisk', 'lkt' => 'lakota', 'lmo' => 'lombardisk', @@ -312,6 +327,7 @@ return [ 'lou' => 'louisianakreolsk', 'loz' => 'lozi', 'lrc' => 'nord-luri', + 'lsm' => 'samia', 'lt' => 'litauisk', 'ltg' => 'latgallisk', 'lu' => 'luba-katanga', @@ -350,6 +366,7 @@ return [ 'mn' => 'mongolsk', 'mnc' => 'mandsju', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -399,6 +416,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'oksitansk', 'oj' => 'ojibwa', + 'ojb' => 'nordvestlig ojibwa', + 'ojc' => 'ojibwa (sentral)', + 'ojs' => 'oji-cree', + 'ojw' => 'vestlig ojibwa', + 'oka' => 'okanagansk', 'om' => 'oromo', 'or' => 'odia', 'os' => 'ossetisk', @@ -418,10 +440,12 @@ return [ 'pfl' => 'palatintysk', 'phn' => 'fønikisk', 'pi' => 'pali', + 'pis' => 'pijin', 'pl' => 'polsk', 'pms' => 'piemontesisk', 'pnt' => 'pontisk', 'pon' => 'ponapisk', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'prøyssisk', 'pro' => 'gammelprovençalsk', 'ps' => 'pashto', @@ -480,6 +504,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovakisk', 'sl' => 'slovensk', + 'slh' => 'sørlig lushootseed', 'sli' => 'lavschlesisk', 'sly' => 'selayar', 'sm' => 'samoansk', @@ -499,6 +524,7 @@ return [ 'ssy' => 'saho', 'st' => 'sør-sotho', 'stq' => 'saterfrisisk', + 'str' => 'straits-salish', 'su' => 'sundanesisk', 'suk' => 'sukuma', 'sus' => 'susu', @@ -510,6 +536,7 @@ return [ 'syr' => 'syriakisk', 'szl' => 'schlesisk', 'ta' => 'tamil', + 'tce' => 'sørlig tutchone', 'tcy' => 'tulu', 'te' => 'telugu', 'tem' => 'temne', @@ -517,7 +544,9 @@ return [ 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadsjikisk', + 'tgx' => 'tagish', 'th' => 'thai', + 'tht' => 'tahltan', 'ti' => 'tigrinja', 'tig' => 'tigré', 'tiv' => 'tiv', @@ -532,6 +561,7 @@ return [ 'tn' => 'setswana', 'to' => 'tongansk', 'tog' => 'nyasa-tongansk', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'tyrkisk', 'tru' => 'turoyo', @@ -540,6 +570,7 @@ return [ 'tsd' => 'tsakonisk', 'tsi' => 'tsimshian', 'tt' => 'tatarisk', + 'ttm' => 'nordlig tutchone', 'ttt' => 'muslimsk tat', 'tum' => 'tumbuka', 'tvl' => 'tuvalsk', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/no_NO.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/no_NO.php index 4fc1953..1d71ab4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/no_NO.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/no_NO.php @@ -23,6 +23,7 @@ return [ 'am' => 'amharisk', 'an' => 'aragonsk', 'ang' => 'gammelengelsk', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabisk', 'arc' => 'arameisk', @@ -38,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'amerikansk tegnspråk', 'ast' => 'asturisk', + 'atj' => 'atikamekw', 'av' => 'avarisk', 'avk' => 'kotava', 'awa' => 'avadhi', @@ -90,7 +92,7 @@ return [ 'cch' => 'atsam', 'ccp' => 'chakma', 'ce' => 'tsjetsjensk', - 'ceb' => 'cebuansk', + 'ceb' => 'cebuano', 'cgg' => 'kiga', 'ch' => 'chamorro', 'chb' => 'chibcha', @@ -102,15 +104,23 @@ return [ 'chp' => 'chipewiansk', 'chr' => 'cherokesisk', 'chy' => 'cheyenne', - 'ckb' => 'kurdisk (sorani)', + 'ckb' => 'sentralkurdisk', + 'clc' => 'chilcotin', 'co' => 'korsikansk', 'cop' => 'koptisk', 'cps' => 'kapiz', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'krimtatarisk', + 'crj' => 'sørlig østcree', + 'crk' => 'prærie-cree', + 'crl' => 'nordlig østcree', + 'crm' => 'moose cree', + 'crr' => 'carolinsk-algonkinsk', 'crs' => 'seselwa', 'cs' => 'tsjekkisk', 'csb' => 'kasjubisk', + 'csw' => 'myr-cree', 'cu' => 'kirkeslavisk', 'cv' => 'tsjuvasjisk', 'cy' => 'walisisk', @@ -202,6 +212,7 @@ return [ 'hai' => 'haida', 'hak' => 'hakka', 'haw' => 'hawaiisk', + 'hax' => 'sørlig haida', 'he' => 'hebraisk', 'hi' => 'hindi', 'hif' => 'fijiansk hindi', @@ -215,6 +226,7 @@ return [ 'ht' => 'haitisk', 'hu' => 'ungarsk', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armensk', 'hz' => 'herero', 'ia' => 'interlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'ibo', 'ii' => 'sichuan-yi', 'ik' => 'inupiak', + 'ikt' => 'vestlig kanadisk inuktitut', 'ilo' => 'iloko', 'inh' => 'ingusjisk', 'io' => 'ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'kornisk', + 'kwk' => 'kwak̓wala', 'ky' => 'kirgisisk', 'la' => 'latin', 'lad' => 'ladinsk', @@ -303,6 +317,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburgsk', 'lij' => 'ligurisk', + 'lil' => 'lillooet', 'liv' => 'livisk', 'lkt' => 'lakota', 'lmo' => 'lombardisk', @@ -312,6 +327,7 @@ return [ 'lou' => 'louisianakreolsk', 'loz' => 'lozi', 'lrc' => 'nord-luri', + 'lsm' => 'samia', 'lt' => 'litauisk', 'ltg' => 'latgallisk', 'lu' => 'luba-katanga', @@ -350,6 +366,7 @@ return [ 'mn' => 'mongolsk', 'mnc' => 'mandsju', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -399,6 +416,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'oksitansk', 'oj' => 'ojibwa', + 'ojb' => 'nordvestlig ojibwa', + 'ojc' => 'ojibwa (sentral)', + 'ojs' => 'oji-cree', + 'ojw' => 'vestlig ojibwa', + 'oka' => 'okanagansk', 'om' => 'oromo', 'or' => 'odia', 'os' => 'ossetisk', @@ -418,10 +440,12 @@ return [ 'pfl' => 'palatintysk', 'phn' => 'fønikisk', 'pi' => 'pali', + 'pis' => 'pijin', 'pl' => 'polsk', 'pms' => 'piemontesisk', 'pnt' => 'pontisk', 'pon' => 'ponapisk', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'prøyssisk', 'pro' => 'gammelprovençalsk', 'ps' => 'pashto', @@ -480,6 +504,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovakisk', 'sl' => 'slovensk', + 'slh' => 'sørlig lushootseed', 'sli' => 'lavschlesisk', 'sly' => 'selayar', 'sm' => 'samoansk', @@ -499,6 +524,7 @@ return [ 'ssy' => 'saho', 'st' => 'sør-sotho', 'stq' => 'saterfrisisk', + 'str' => 'straits-salish', 'su' => 'sundanesisk', 'suk' => 'sukuma', 'sus' => 'susu', @@ -510,6 +536,7 @@ return [ 'syr' => 'syriakisk', 'szl' => 'schlesisk', 'ta' => 'tamil', + 'tce' => 'sørlig tutchone', 'tcy' => 'tulu', 'te' => 'telugu', 'tem' => 'temne', @@ -517,7 +544,9 @@ return [ 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadsjikisk', + 'tgx' => 'tagish', 'th' => 'thai', + 'tht' => 'tahltan', 'ti' => 'tigrinja', 'tig' => 'tigré', 'tiv' => 'tiv', @@ -532,6 +561,7 @@ return [ 'tn' => 'setswana', 'to' => 'tongansk', 'tog' => 'nyasa-tongansk', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'tyrkisk', 'tru' => 'turoyo', @@ -540,6 +570,7 @@ return [ 'tsd' => 'tsakonisk', 'tsi' => 'tsimshian', 'tt' => 'tatarisk', + 'ttm' => 'nordlig tutchone', 'ttt' => 'muslimsk tat', 'tum' => 'tumbuka', 'tvl' => 'tuvalsk', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/or.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/or.php index a2c75cc..e7f3637 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/or.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/or.php @@ -20,15 +20,18 @@ return [ 'am' => 'ଆମହାରକି', 'an' => 'ଆର୍ଗୋନୀ', 'ang' => 'ପୁରୁଣା ଇଁରାଜୀ', + 'ann' => 'ଅବୋଲା', 'anp' => 'ଅଁଗୀକା', 'ar' => 'ଆରବିକ୍', 'arc' => 'ଆରାମାଇକ୍', 'arn' => 'ମାପୁଚେ', 'arp' => 'ଆରାପାହୋ', + 'ars' => 'ନାଜଦି ଆରବିକ', 'arw' => 'ଆରୱକ', 'as' => 'ଆସାମୀୟ', 'asa' => 'ଆସୁ', 'ast' => 'ଆଷ୍ଟୁରିଆନ୍', + 'atj' => 'ଆଟିକାମେକ୍ୱ', 'av' => 'ଆଭାରିକ୍', 'awa' => 'ଆୱାଧି', 'ay' => 'ଆୟମାରା', @@ -60,6 +63,7 @@ return [ 'ca' => 'କାଟାଲାନ୍', 'cad' => 'କାଡୋ', 'car' => 'କାରିବ୍', + 'cay' => 'କାୟୁଗା', 'cch' => 'ଆତ୍ସମ୍', 'ccp' => 'ଚକମା', 'ce' => 'ଚେଚନ୍', @@ -76,13 +80,21 @@ return [ 'chr' => 'ଚେରୋକୀ', 'chy' => 'ଚେଚେନା', 'ckb' => 'କେନ୍ଦ୍ରୀୟ କୁରଡିସ୍', + 'clc' => 'ଚିଲକୋଟିନ୍', 'co' => 'କୋର୍ସିକାନ୍', 'cop' => 'କପ୍ଟିକ୍', 'cr' => 'କ୍ରୀ', + 'crg' => 'ମିସିଫ', 'crh' => 'କ୍ରୀମିନ୍ ତୁର୍କୀସ୍', + 'crj' => 'ସାଉଥ୍ ଇଷ୍ଟ କ୍ରି', + 'crk' => 'ପ୍ଲେନ୍ସ କ୍ରି', + 'crl' => 'ଉତ୍ତର ପୂର୍ବ କ୍ରୀ', + 'crm' => 'ମୁସେ କ୍ରୀ', + 'crr' => 'କାରୋଲିନା ଆଲଗୋନ୍କିଆନ୍', 'crs' => 'ସେସେଲୱା କ୍ରେଓଲେ ଫ୍ରେଞ୍ଚ୍', 'cs' => 'ଚେକ୍', 'csb' => 'କାଶୁବିଆନ୍', + 'csw' => 'ସ୍ୱାମ୍ପି କ୍ରି', 'cu' => 'ଚର୍ଚ୍ଚ ସ୍ଲାଭିକ୍', 'cv' => 'ଚୁଭାଶ୍', 'cy' => 'ୱେଲ୍ସ', @@ -129,6 +141,7 @@ return [ 'fo' => 'ଫାରୋଏସେ', 'fon' => 'ଫନ୍', 'fr' => 'ଫରାସୀ', + 'frc' => 'କାଜୁନ୍ ଫରାସୀ', 'frm' => 'ମଧ୍ୟ ଫ୍ରେଞ୍ଚ', 'fro' => 'ପୁରୁଣା ଫ୍ରେଞ୍ଚ', 'frr' => 'ଉତ୍ତର ଫ୍ରିସିୟାନ୍', @@ -159,6 +172,7 @@ return [ 'ha' => 'ହୌସା', 'hai' => 'ହାଇଡା', 'haw' => 'ହାୱାଇନ୍', + 'hax' => 'ସାଉଥ୍ ହାଇଡା', 'he' => 'ହେବ୍ର୍ୟୁ', 'hi' => 'ହିନ୍ଦୀ', 'hil' => 'ହିଲିଗୈନନ୍', @@ -170,6 +184,7 @@ return [ 'ht' => 'ହୈତାୟିନ୍', 'hu' => 'ହଙ୍ଗେରୀୟ', 'hup' => 'ହୁପା', + 'hur' => 'ହାଲକୋମେଲେମ', 'hy' => 'ଆର୍ମେନିଆନ୍', 'hz' => 'ହେରେରୋ', 'ia' => 'ଇର୍ଣ୍ଟଲିଙ୍ଗୁଆ', @@ -180,6 +195,7 @@ return [ 'ig' => 'ଇଗବୋ', 'ii' => 'ସିଚୁଆନ୍ ୟୀ', 'ik' => 'ଇନୁପିୟାକ୍', + 'ikt' => 'ପାଶ୍ଚାତ୍ୟ କାନାଡିୟ ଇନୁକ୍ଟିଟ', 'ilo' => 'ଇଲୋକୋ', 'inh' => 'ଇଁଙ୍ଗୁଶ୍', 'io' => 'ଇଡୋ', @@ -206,6 +222,7 @@ return [ 'kea' => 'କାବୁଭେରଡିଆନୁ', 'kfo' => 'କୋରୋ', 'kg' => 'କଙ୍ଗୋ', + 'kgp' => 'କାଇଙ୍ଗାଂ', 'kha' => 'ଖାସୀ', 'kho' => 'ଖୋତାନୀଜ୍', 'khq' => 'କୋୟରା ଚିନି', @@ -235,6 +252,7 @@ return [ 'kut' => 'କୁତେନାଉ', 'kv' => 'କୋମି', 'kw' => 'କୋର୍ନିସ୍', + 'kwk' => 'କ୍ଵାକୱାଲା', 'ky' => 'କୀରଗୀଜ୍', 'la' => 'ଲାଟିନ୍', 'lad' => 'ଲାଦିନୋ', @@ -245,12 +263,15 @@ return [ 'lez' => 'ଲେଜଗିୟାନ୍', 'lg' => 'ଗନ୍ଦା', 'li' => 'ଲିମ୍ବୁର୍ଗିସ୍', + 'lil' => 'ଲିଲ୍ଲୁଏଟ', 'lkt' => 'ଲାକୋଟା', 'ln' => 'ଲିଙ୍ଗାଲା', 'lo' => 'ଲାଓ', 'lol' => 'ମଙ୍ଗୋ', + 'lou' => 'ଲୌସିଆନା କ୍ରେଓଲେ', 'loz' => 'ଲୋଜି', 'lrc' => 'ଉତ୍ତର ଲୁରି', + 'lsm' => 'ସାମିଆ', 'lt' => 'ଲିଥୁଆନିଆନ୍', 'lu' => 'ଲ୍ୟୁବା-କାଟାଙ୍ଗା', 'lua' => 'ଲୁବା-ଲୁଲୁଆ', @@ -284,6 +305,7 @@ return [ 'mn' => 'ମଙ୍ଗୋଳିୟ', 'mnc' => 'ମାଞ୍ଚୁ', 'mni' => 'ମଣିପୁରୀ', + 'moe' => 'ଇନ୍ନୁ-ଏମୁନ', 'moh' => 'ମୋହୌକ', 'mos' => 'ମୋସି', 'mr' => 'ମରାଠୀ', @@ -327,6 +349,11 @@ return [ 'nzi' => 'ଞ୍ଜିମା', 'oc' => 'ଓସିଟାନ୍', 'oj' => 'ଓଜିୱା', + 'ojb' => 'ଉତ୍ତର-ପଶ୍ଚିମ ଓଜିବ୍ଵା', + 'ojc' => 'କେନ୍ଦ୍ରୀୟ ଓଜିବ୍ଵା', + 'ojs' => 'ଓଜି-କ୍ରି', + 'ojw' => 'ପାଶ୍ଚାତ୍ୟ ଓଜିବ୍ଵା', + 'oka' => 'ଓକାନାଗାନ୍', 'om' => 'ଓରୋମୋ', 'or' => 'ଓଡ଼ିଆ', 'os' => 'ଓସେଟିକ୍', @@ -342,8 +369,10 @@ return [ 'peo' => 'ପୁରୁଣା ପର୍ସିଆନ୍', 'phn' => 'ଫୋନେସିଆନ୍', 'pi' => 'ପାଲି', + 'pis' => 'ପିଜିନ୍', 'pl' => 'ପୋଲିଶ୍', 'pon' => 'ପୋହପିଏନ୍', + 'pqm' => 'ମାଲିସୀଟ-ପାସମକୁଅଡ୍ଡି', 'prg' => 'ପ୍ରୁସିୟ', 'pro' => 'ପୁରୁଣା ପ୍ରେଭେନେସିଆଲ୍', 'ps' => 'ପାସ୍ତୋ', @@ -389,6 +418,7 @@ return [ 'sid' => 'ସିଦାମୋ', 'sk' => 'ସ୍ଲୋଭାକ୍', 'sl' => 'ସ୍ଲୋଭେନିଆନ୍', + 'slh' => 'ସାଉଥ୍ ଲୁଶୋସିଟେଡ୍', 'sm' => 'ସାମୋଆନ୍', 'sma' => 'ଦକ୍ଷିଣ ସାମି', 'smj' => 'ଲୁଲେ ସାମି', @@ -405,6 +435,7 @@ return [ 'ss' => 'ସ୍ଵାତି', 'ssy' => 'ସହୋ', 'st' => 'ସେସୋଥୋ', + 'str' => 'ଷ୍ଟ୍ରାଇଟ୍ ସାଲିଶ୍', 'su' => 'ସୁଦାନୀଜ୍', 'suk' => 'ସୁକୁମା', 'sus' => 'ଶୁଶୁ', @@ -415,13 +446,16 @@ return [ 'syc' => 'କ୍ଲାସିକାଲ୍ ସିରିକ୍', 'syr' => 'ସିରିକ୍', 'ta' => 'ତାମିଲ୍', + 'tce' => 'ସାଉଥ୍ ଟଚୋନ୍', 'te' => 'ତେଲୁଗୁ', 'tem' => 'ତିମନେ', 'teo' => 'ତେସା', 'ter' => 'ତେରେନୋ', 'tet' => 'ତେତୁମ୍', 'tg' => 'ତାଜିକ୍', + 'tgx' => 'ତାଗିଶ', 'th' => 'ଥାଇ', + 'tht' => 'ତହଲତାନ୍', 'ti' => 'ଟ୍ରିଗିନିଆ', 'tig' => 'ଟାଇଗ୍ରେ', 'tiv' => 'ତୀଭ୍', @@ -434,12 +468,14 @@ return [ 'tn' => 'ସୱାନା', 'to' => 'ଟୋଙ୍ଗା', 'tog' => 'ନ୍ୟାସା ଟୋଙ୍ଗୋ', + 'tok' => 'ଟୋକି ପୋନା', 'tpi' => 'ଟୋକ୍ ପିସିନ୍', 'tr' => 'ତୁର୍କିସ୍', 'trv' => 'ତାରୋକୋ', 'ts' => 'ସୋଙ୍ଗା', 'tsi' => 'ତିସିମିସିଆନ୍', 'tt' => 'ତାତାର୍', + 'ttm' => 'ଉତ୍ତର ଟୁଚୋନ୍', 'tum' => 'ଟୁମ୍ବୁକା', 'tvl' => 'ତୁଭାଲୁ', 'tw' => 'ତ୍ୱି', @@ -466,6 +502,7 @@ return [ 'war' => 'ୱାରୈ', 'was' => 'ୱାସୋ', 'wo' => 'ୱୋଲଫ୍', + 'wuu' => 'ୱୁ ଚାଇନିଜ', 'xal' => 'କାଲ୍ମୀକ୍', 'xh' => 'ଖୋସା', 'xog' => 'ସୋଗା', @@ -475,6 +512,7 @@ return [ 'ybb' => 'ୟେମବା', 'yi' => 'ୟିଡିସ୍', 'yo' => 'ୟୋରୁବା', + 'yrl' => 'ନିଙ୍ଗାଟୁ', 'yue' => 'କାନଟୋନେସେ', 'za' => 'ଜୁଆଙ୍ଗ', 'zap' => 'ଜାପୋଟେକ୍', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pa.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pa.php index 4954aa3..288fa2b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pa.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pa.php @@ -17,13 +17,16 @@ return [ 'am' => 'ਅਮਹਾਰਿਕ', 'an' => 'ਅਰਾਗੋਨੀ', 'ang' => 'ਪੁਰਾਣੀ ਅੰਗਰੇਜ਼ੀ', + 'ann' => 'ਓਬੋਲੋ', 'anp' => 'ਅੰਗਿਕਾ', 'ar' => 'ਅਰਬੀ', 'arn' => 'ਮਾਪੁਚੇ', 'arp' => 'ਅਰਾਫਾਓ', + 'ars' => 'ਨਾਜਦੀ ਅਰਬੀ', 'as' => 'ਅਸਾਮੀ', 'asa' => 'ਅਸੂ', 'ast' => 'ਅਸਤੂਰੀ', + 'atj' => 'ਅਤਿਕਾਮੇਕਵ', 'av' => 'ਅਵਾਰਿਕ', 'awa' => 'ਅਵਧੀ', 'ay' => 'ਅਈਮਾਰਾ', @@ -32,7 +35,7 @@ return [ 'ban' => 'ਬਾਲੀਨੀਜ਼', 'bas' => 'ਬਾਸਾ', 'be' => 'ਬੇਲਾਰੂਸੀ', - 'bem' => 'ਬੇਮਬਾ', + 'bem' => 'ਬੇਂਬਾ', 'bez' => 'ਬੇਨਾ', 'bg' => 'ਬੁਲਗਾਰੀਆਈ', 'bgn' => 'ਪੱਛਮੀ ਬਲੂਚੀ', @@ -49,6 +52,7 @@ return [ 'bug' => 'ਬਗਨੀਜ਼', 'byn' => 'ਬਲਿਨ', 'ca' => 'ਕੈਟਾਲਾਨ', + 'cay' => 'ਕਾਯੁਗਾ', 'ccp' => 'ਚਕਮਾ', 'ce' => 'ਚੇਚਨ', 'ceb' => 'ਸੀਬੂਆਨੋ', @@ -57,12 +61,21 @@ return [ 'chk' => 'ਚੂਕੀਸ', 'chm' => 'ਮਾਰੀ', 'cho' => 'ਚੌਕਟੋ', + 'chp' => 'ਚਿਪਵਿਆਨ', 'chr' => 'ਚੇਰੋਕੀ', 'chy' => 'ਛਾਇਆਨ', 'ckb' => 'ਕੇਂਦਰੀ ਕੁਰਦਿਸ਼', + 'clc' => 'ਚਿਲਕੋਟਿਨ', 'co' => 'ਕੋਰਸੀਕਨ', + 'crg' => 'ਮਿਚਿਫੋ', + 'crj' => 'ਦੱਖਣੀ ਪੂਰਬੀ ਕ੍ਰੀ', + 'crk' => 'ਪਲੇਨਸ ਕ੍ਰੀ', + 'crl' => 'ਉੱਤਰੀ ਪੂਰਬੀ ਕ੍ਰੀ', + 'crm' => 'ਮੂਜ਼ ਕ੍ਰੀ', + 'crr' => 'ਕੈਰੋਲੀਨਾ ਐਲਗੋਂਕਵਿਅਨ', 'crs' => 'ਸੇਸੇਲਵਾ ਕ੍ਰਿਓਲ ਫ੍ਰੈਂਚ', 'cs' => 'ਚੈੱਕ', + 'csw' => 'ਸਵੈਂਪੀ ਕ੍ਰੀ', 'cu' => 'ਚਰਚ ਸਲਾਵੀ', 'cv' => 'ਚੁਵਾਸ਼', 'cy' => 'ਵੈਲਸ਼', @@ -100,7 +113,8 @@ return [ 'fo' => 'ਫ਼ੇਰੋਸੇ', 'fon' => 'ਫੌਨ', 'fr' => 'ਫਰਾਂਸੀਸੀ', - 'frc' => 'ਕੇਜੁਨ ਫ੍ਰੇੰਚ', + 'frc' => 'ਕੇਜੁਨ ਫ਼੍ਰੈਂਚ', + 'frr' => 'ਉੱਤਰੀ ਫ੍ਰੀਜ਼ੀਅਨ', 'fur' => 'ਫਰੀਉਲੀਅਨ', 'fy' => 'ਪੱਛਮੀ ਫ੍ਰਿਸੀਅਨ', 'ga' => 'ਆਇਰਸ਼', @@ -120,8 +134,10 @@ return [ 'gv' => 'ਮੈਂਕਸ', 'gwi' => 'ਗਵਿਚ’ਇਨ', 'ha' => 'ਹੌਸਾ', + 'hai' => 'ਹਾਇਡਾ', 'hak' => 'ਚੀਨੀ ਹਾਕਾ', 'haw' => 'ਹਵਾਈ', + 'hax' => 'ਦੱਖਣੀ ਹਾਇਡਾ', 'he' => 'ਹਿਬਰੂ', 'hi' => 'ਹਿੰਦੀ', 'hif' => 'ਫਿਜੀ ਹਿੰਦੀ', @@ -133,6 +149,7 @@ return [ 'ht' => 'ਹੈਤੀਆਈ', 'hu' => 'ਹੰਗਰੀਆਈ', 'hup' => 'ਹੂਪਾ', + 'hur' => 'ਹਾਲਕੋਮੇਲਮ', 'hy' => 'ਅਰਮੀਨੀਆਈ', 'hz' => 'ਹਰੇਰੋ', 'ia' => 'ਇੰਟਰਲਿੰਗੁਆ', @@ -141,6 +158,7 @@ return [ 'id' => 'ਇੰਡੋਨੇਸ਼ੀਆਈ', 'ig' => 'ਇਗਬੋ', 'ii' => 'ਸਿਚੁਆਨ ਯੀ', + 'ikt' => 'ਪੱਛਮੀ ਕੈਨੇਡੀਅਨ ਇਨੂਕਟੀਟੂਟ', 'ilo' => 'ਇਲੋਕੋ', 'inh' => 'ਇੰਗੁਸ਼', 'io' => 'ਇਡੂ', @@ -162,6 +180,7 @@ return [ 'kde' => 'ਮਕੋਂਡ', 'kea' => 'ਕਾਬੁਵੇਰਦਿਆਨੂ', 'kfo' => 'ਕੋਰੋ', + 'kgp' => 'ਕੈਨਗਾਂਗੋ', 'kha' => 'ਖਾਸੀ', 'khq' => 'ਕੋਯਰਾ ਚੀਨੀ', 'ki' => 'ਕਿਕੂਯੂ', @@ -189,6 +208,7 @@ return [ 'kum' => 'ਕੁਮੀਕ', 'kv' => 'ਕੋਮੀ', 'kw' => 'ਕੋਰਨਿਸ਼', + 'kwk' => 'ਕਵਾਕ’ਵਾਲਾ', 'ky' => 'ਕਿਰਗੀਜ਼', 'la' => 'ਲਾਤੀਨੀ', 'lad' => 'ਲੈਡੀਨੋ', @@ -197,12 +217,14 @@ return [ 'lez' => 'ਲੈਜ਼ਗੀ', 'lg' => 'ਗਾਂਡਾ', 'li' => 'ਲਿਮਬੁਰਗੀ', + 'lil' => 'ਲਿਲੂਏਟ', 'lkt' => 'ਲਕੋਟਾ', 'ln' => 'ਲਿੰਗਾਲਾ', 'lo' => 'ਲਾਓ', 'lou' => 'ਲੇਉ', 'loz' => 'ਲੋਜ਼ੀ', 'lrc' => 'ਉੱਤਰੀ ਲੁਰੀ', + 'lsm' => 'ਸਾਮੀਆ', 'lt' => 'ਲਿਥੁਆਨੀਅਨ', 'lu' => 'ਲੂਬਾ-ਕਾਟਾਂਗਾ', 'lua' => 'ਲਿਊਬਾ-ਲਿਊਲਿਆ', @@ -231,6 +253,7 @@ return [ 'ml' => 'ਮਲਿਆਲਮ', 'mn' => 'ਮੰਗੋਲੀ', 'mni' => 'ਮਨੀਪੁਰੀ', + 'moe' => 'ਇਨੂੰ-ਏਮੁਨ', 'moh' => 'ਮੋਹਆਕ', 'mos' => 'ਮੋਸੀ', 'mr' => 'ਮਰਾਠੀ', @@ -268,6 +291,11 @@ return [ 'ny' => 'ਨਯਾਂਜਾ', 'nyn' => 'ਨਿਆਂਕੋਲੇ', 'oc' => 'ਓਕਸੀਟਾਨ', + 'ojb' => 'ਉੱਤਰ-ਪੱਛਮੀ ਔਜਿਬਵਾ', + 'ojc' => 'ਸੈਂਟਰਲ ਔਜਿਬਵਾ', + 'ojs' => 'ਓਜੀ-ਕ੍ਰੀ', + 'ojw' => 'ਪੱਛਮੀ ਓਜਿਬਵਾ', + 'oka' => 'ਓਕਾਨਾਗਨ', 'om' => 'ਓਰੋਮੋ', 'or' => 'ਉੜੀਆ', 'os' => 'ਓਸੈਟਿਕ', @@ -278,7 +306,9 @@ return [ 'pau' => 'ਪਲਾਊਵੀ', 'pcm' => 'ਨਾਇਜੀਰੀਆਈ ਪਿਡਗਿਨ', 'pi' => 'ਪਾਲੀ', + 'pis' => 'ਪਿਜਿਨ', 'pl' => 'ਪੋਲੈਂਡੀ', + 'pqm' => 'ਮਾਲੀਸੇਟ-ਪਾਸਾਮਾਕਵੋਡੀ', 'prg' => 'ਪਰੂਸ਼ੀਆ', 'ps' => 'ਪਸ਼ਤੋ', 'pt' => 'ਪੁਰਤਗਾਲੀ', @@ -317,6 +347,7 @@ return [ 'si' => 'ਸਿੰਹਾਲਾ', 'sk' => 'ਸਲੋਵਾਕ', 'sl' => 'ਸਲੋਵੇਨੀਆਈ', + 'slh' => 'ਦੱਖਣੀ ਲੁਸ਼ੂਟਸੀਡ', 'sm' => 'ਸਾਮੋਨ', 'sma' => 'ਦੱਖਣੀ ਸਾਮੀ', 'smj' => 'ਲਿਊਲ ਸਾਮੀ', @@ -331,6 +362,7 @@ return [ 'ss' => 'ਸਵਾਤੀ', 'ssy' => 'ਸਾਹੋ', 'st' => 'ਦੱਖਣੀ ਸੋਥੋ', + 'str' => 'ਸਟਰੇਟਸ ਸੈਲਿਸ਼', 'su' => 'ਸੂੰਡਾਨੀ', 'suk' => 'ਸੁਕੁਮਾ', 'sv' => 'ਸਵੀਡਿਸ਼', @@ -338,23 +370,29 @@ return [ 'swb' => 'ਕੋਮੋਰੀਅਨ', 'syr' => 'ਸੀਰੀਆਈ', 'ta' => 'ਤਮਿਲ', + 'tce' => 'ਦੱਖਣੀ ਟਚੋਨ', 'te' => 'ਤੇਲਗੂ', 'tem' => 'ਟਿਮਨੇ', 'teo' => 'ਟੇਸੋ', 'tet' => 'ਟੇਟਮ', 'tg' => 'ਤਾਜਿਕ', + 'tgx' => 'ਟੈਗਿਸ਼', 'th' => 'ਥਾਈ', + 'tht' => 'ਤਹਿਲਟਨ', 'ti' => 'ਤਿਗ੍ਰੀਨਿਆ', 'tig' => 'ਟਿਗਰਾ', 'tk' => 'ਤੁਰਕਮੇਨ', 'tlh' => 'ਕਲਿੰਗਨ', + 'tli' => 'ਟਲਿੰਗਿਟ', 'tn' => 'ਤਸਵਾਨਾ', 'to' => 'ਟੌਂਗਨ', + 'tok' => 'ਤੋਕੀ ਪੋਨਾ', 'tpi' => 'ਟੋਕ ਪਿਸਿਨ', 'tr' => 'ਤੁਰਕੀ', 'trv' => 'ਟਾਰੋਕੋ', 'ts' => 'ਸੋਂਗਾ', 'tt' => 'ਤਤਾਰ', + 'ttm' => 'ਉੱਤਰੀ ਟਚੋਨ', 'tum' => 'ਤੁੰਬੁਕਾ', 'tvl' => 'ਟਿਊਵਾਲੂ', 'tw' => 'ਤ੍ਵਿ', @@ -387,6 +425,7 @@ return [ 'ybb' => 'ਯੇਂਬਾ', 'yi' => 'ਯਿਦਿਸ਼', 'yo' => 'ਯੋਰੂਬਾ', + 'yrl' => 'ਨਹੀਂਗਾਤੂ', 'yue' => 'ਕੈਂਟੋਨੀਜ਼', 'zgh' => 'ਮਿਆਰੀ ਮੋਰੋਕੇਨ ਟਾਮਾਜ਼ਿਕ', 'zh' => 'ਚੀਨੀ', @@ -402,7 +441,6 @@ return [ 'en_US' => 'ਅੰਗਰੇਜ਼ੀ (ਅਮਰੀਕੀ)', 'es_419' => 'ਸਪੇਨੀ (ਲਾਤੀਨੀ ਅਮਰੀਕੀ)', 'es_ES' => 'ਸਪੇਨੀ (ਯੂਰਪੀ)', - 'es_MX' => 'ਸਪੇਨੀ (ਮੈਕਸੀਕੀ)', 'fa_AF' => 'ਦਾਰੀ', 'fr_CA' => 'ਫਰਾਂਸੀਸੀ (ਕੈਨੇਡੀਅਨ)', 'nds_NL' => 'ਲੋ ਸੈਕਸਨ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pl.php index 4010a59..e82774a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pl.php @@ -23,6 +23,7 @@ return [ 'am' => 'amharski', 'an' => 'aragoński', 'ang' => 'staroangielski', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabski', 'arc' => 'aramejski', @@ -38,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'amerykański język migowy', 'ast' => 'asturyjski', + 'atj' => 'atikamekw', 'av' => 'awarski', 'avk' => 'kotava', 'awa' => 'awadhi', @@ -103,14 +105,22 @@ return [ 'chr' => 'czirokeski', 'chy' => 'czejeński', 'ckb' => 'sorani', + 'clc' => 'chilcotin', 'co' => 'korsykański', 'cop' => 'koptyjski', 'cps' => 'capiznon', 'cr' => 'kri', + 'crg' => 'miszif', 'crh' => 'krymskotatarski', + 'crj' => 'kri południowo-wschodni', + 'crk' => 'kri równinny', + 'crl' => 'kri północno-wschodni', + 'crm' => 'kri Moose', + 'crr' => 'algonkiński (Karolina Północna)', 'crs' => 'kreolski seszelski', 'cs' => 'czeski', 'csb' => 'kaszubski', + 'csw' => 'kri bagienny', 'cu' => 'cerkiewnosłowiański', 'cv' => 'czuwaski', 'cy' => 'walijski', @@ -202,6 +212,7 @@ return [ 'hai' => 'haida', 'hak' => 'hakka', 'haw' => 'hawajski', + 'hax' => 'haida południowy', 'he' => 'hebrajski', 'hi' => 'hindi', 'hif' => 'hindi fidżyjskie', @@ -215,6 +226,7 @@ return [ 'ht' => 'kreolski haitański', 'hu' => 'węgierski', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'ormiański', 'hz' => 'herero', 'ia' => 'interlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'igbo', 'ii' => 'syczuański', 'ik' => 'inupiak', + 'ikt' => 'inuktitut zachodniokanadyjski', 'ilo' => 'ilokano', 'inh' => 'inguski', 'io' => 'ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'kornijski', + 'kwk' => 'kwakiutl', 'ky' => 'kirgiski', 'la' => 'łaciński', 'lad' => 'ladyński', @@ -303,6 +317,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburski', 'lij' => 'liguryjski', + 'lil' => 'lillooet', 'liv' => 'liwski', 'lkt' => 'lakota', 'lmo' => 'lombardzki', @@ -312,6 +327,7 @@ return [ 'lou' => 'kreolski luizjański', 'loz' => 'lozi', 'lrc' => 'luryjski północny', + 'lsm' => 'saamia', 'lt' => 'litewski', 'ltg' => 'łatgalski', 'lu' => 'luba-katanga', @@ -350,6 +366,7 @@ return [ 'mn' => 'mongolski', 'mnc' => 'manchu', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -399,6 +416,11 @@ return [ 'nzi' => 'nzema', 'oc' => 'oksytański', 'oj' => 'odżibwa', + 'ojb' => 'odżibwe północno-zachodni', + 'ojc' => 'odżibwe centralny', + 'ojs' => 'odżi-kri', + 'ojw' => 'odżibwe zachodni', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'orija', 'os' => 'osetyjski', @@ -418,10 +440,12 @@ return [ 'pfl' => 'palatynacki', 'phn' => 'fenicki', 'pi' => 'palijski', + 'pis' => 'pijin', 'pl' => 'polski', 'pms' => 'piemoncki', 'pnt' => 'pontyjski', 'pon' => 'ponpejski', + 'pqm' => 'malecite-passamaquoddy', 'prg' => 'pruski', 'pro' => 'staroprowansalski', 'ps' => 'paszto', @@ -480,6 +504,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'słowacki', 'sl' => 'słoweński', + 'slh' => 'lushootseed południowy', 'sli' => 'dolnośląski', 'sly' => 'selayar', 'sm' => 'samoański', @@ -499,6 +524,7 @@ return [ 'ssy' => 'saho', 'st' => 'sotho południowy', 'stq' => 'fryzyjski saterlandzki', + 'str' => 'salisz', 'su' => 'sundajski', 'suk' => 'sukuma', 'sus' => 'susu', @@ -510,6 +536,7 @@ return [ 'syr' => 'syryjski', 'szl' => 'śląski', 'ta' => 'tamilski', + 'tce' => 'tutchone południowy', 'tcy' => 'tulu', 'te' => 'telugu', 'tem' => 'temne', @@ -517,7 +544,9 @@ return [ 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadżycki', + 'tgx' => 'tagish', 'th' => 'tajski', + 'tht' => 'tahltan', 'ti' => 'tigrinia', 'tig' => 'tigre', 'tiv' => 'tiw', @@ -532,6 +561,7 @@ return [ 'tn' => 'setswana', 'to' => 'tonga', 'tog' => 'tonga (Niasa)', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turecki', 'tru' => 'turoyo', @@ -540,6 +570,7 @@ return [ 'tsd' => 'cakoński', 'tsi' => 'tsimshian', 'tt' => 'tatarski', + 'ttm' => 'tutchone północny', 'ttt' => 'tacki', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', @@ -611,6 +642,7 @@ return [ 'fa_AF' => 'dari', 'fr_CA' => 'francuski kanadyjski', 'fr_CH' => 'francuski szwajcarski', + 'hi_Latn' => 'hindi (alfabet łaciński)', 'nds_NL' => 'dolnosaksoński', 'nl_BE' => 'flamandzki', 'pt_BR' => 'brazylijski portugalski', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ps.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ps.php index 3a004cb..9f2ed1a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ps.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ps.php @@ -15,13 +15,16 @@ return [ 'alt' => 'سویل الټای', 'am' => 'امهاري', 'an' => 'اراگونېسي', + 'ann' => 'Obo', 'anp' => 'انگيکي', 'ar' => 'عربي', 'arn' => 'ماپوچه', 'arp' => 'اراپاهوي', + 'ars' => 'نجدی عربی', 'as' => 'اسامي', 'asa' => 'اسويي', 'ast' => 'استورياني', + 'atj' => 'اتیکامیکو', 'av' => 'اواري', 'awa' => 'اوادي', 'ay' => 'ایماري', @@ -47,6 +50,7 @@ return [ 'bug' => 'بگنيايي', 'byn' => 'بلین', 'ca' => 'کټلاني', + 'cay' => 'Ca', 'ccp' => 'چکما', 'ce' => 'چيچني', 'ceb' => 'سیبوانوي', @@ -55,12 +59,21 @@ return [ 'chk' => 'چواوکي', 'chm' => 'ماري', 'cho' => 'چوکټاوي', + 'chp' => 'Ch', 'chr' => 'چېروکي', 'chy' => 'شيني', 'ckb' => 'منځنۍ کوردي', + 'clc' => 'چیلکوټین', 'co' => 'کورسيکاني', + 'crg' => 'mc', + 'crj' => 'سویل ختیځ کری', + 'crk' => 'پلینز کری', + 'crl' => 'شمالي ختیځ کری', + 'crm' => 'mcr', + 'crr' => 'Car Alg', 'crs' => 'سسيلوا ڪروئل فرانسوي', 'cs' => 'چېکي', + 'csw' => 'سومپی کری', 'cu' => 'د کليسا سلاوي', 'cv' => 'چوواشي', 'cy' => 'ويلشي', @@ -97,9 +110,12 @@ return [ 'fo' => 'فاروئې', 'fon' => 'فان', 'fr' => 'فرانسوي', + 'frc' => 'کاجون فرانسوی', + 'frr' => 'شمالي فریسیان', 'fur' => 'فرائیلیین', 'fy' => 'لوېديځ فريشي', 'ga' => 'ائيرلېنډي', + 'gaa' => 'Ga', 'gd' => 'سکاټلېنډي ګېلک', 'gez' => 'ګیز', 'gil' => 'گلبرتي', @@ -112,7 +128,9 @@ return [ 'gv' => 'مینکس', 'gwi' => 'ګیچین', 'ha' => 'هوسا', + 'hai' => 'ha', 'haw' => 'هوایی', + 'hax' => 'جنوبي هایدا', 'he' => 'عبراني', 'hi' => 'هندي', 'hil' => 'ھلیګینون', @@ -122,6 +140,7 @@ return [ 'ht' => 'هيټي کريول', 'hu' => 'هنګري', 'hup' => 'ھوپا', + 'hur' => 'Hal', 'hy' => 'آرمينيايي', 'hz' => 'هیرورو', 'ia' => 'انټرلنګوا', @@ -130,6 +149,7 @@ return [ 'id' => 'انډونېزي', 'ig' => 'اګبو', 'ii' => 'سیچیان یی', + 'ikt' => 'مغربی کینیډین انوکټیټ', 'ilo' => 'الوکو', 'inh' => 'انگش', 'io' => 'اڊو', @@ -151,6 +171,7 @@ return [ 'kde' => 'ميکونډي', 'kea' => 'کابوورډیانو', 'kfo' => 'کورو', + 'kgp' => 'kgg', 'kha' => 'خاسې', 'khq' => 'کویرا چینی', 'ki' => 'ککوؤو', @@ -177,6 +198,7 @@ return [ 'kum' => 'کومک', 'kv' => 'کومی', 'kw' => 'کورنيشي', + 'kwk' => 'Vote kwk', 'ky' => 'کرغيزي', 'la' => 'لاتیني', 'lad' => 'لاډینو', @@ -185,11 +207,14 @@ return [ 'lez' => 'لیګغیان', 'lg' => 'ګانده', 'li' => 'لمبرگیانی', + 'lil' => 'lill', 'lkt' => 'لکوټا', 'ln' => 'لنګالا', 'lo' => 'لاو', + 'lou' => 'Louis', 'loz' => 'لوزی', 'lrc' => 'شمالي لوری', + 'lsm' => 'سامیه', 'lt' => 'ليتواني', 'lu' => 'لوبا-کټنګا', 'lua' => 'لبا لولوا', @@ -218,6 +243,7 @@ return [ 'ml' => 'مالايالم', 'mn' => 'منګولیایی', 'mni' => 'مانی پوری', + 'moe' => 'mo', 'moh' => 'محاواک', 'mos' => 'ماسي', 'mr' => 'مراټهي', @@ -254,6 +280,11 @@ return [ 'ny' => 'نیانجا', 'nyn' => 'نینکول', 'oc' => 'اوکسيټاني', + 'ojb' => 'شمال لویدیځ اوجیبوا', + 'ojc' => 'Coj', + 'ojs' => 'اوجي-کري', + 'ojw' => 'لویدیځ اوجیبوا', + 'oka' => 'اوکاګان', 'om' => 'اورومو', 'or' => 'اوڊيا', 'os' => 'اوسيټک', @@ -263,7 +294,9 @@ return [ 'pap' => 'پاپيامينتو', 'pau' => 'پالان', 'pcm' => 'نائجیریا پیدجن', + 'pis' => 'پیجین', 'pl' => 'پولنډي', + 'pqm' => 'mpq', 'prg' => 'پروشين', 'ps' => 'پښتو', 'pt' => 'پورتګالي', @@ -300,6 +333,7 @@ return [ 'si' => 'سينهالي', 'sk' => 'سلوواکي', 'sl' => 'سلوواني', + 'slh' => 'سویلي لوشوټسید', 'sm' => 'ساموآن', 'sma' => 'سویلي سامی', 'smj' => 'لول سامي', @@ -314,6 +348,7 @@ return [ 'ss' => 'سواتی', 'ssy' => 'سهو', 'st' => 'سويلي سوتو', + 'str' => 'سټریټ سیلش', 'su' => 'سوډاني', 'suk' => 'سکوما', 'sv' => 'سویډنی', @@ -321,23 +356,29 @@ return [ 'swb' => 'کومورياني', 'syr' => 'سوریاني', 'ta' => 'تامل', + 'tce' => 'جنوبي توچون', 'te' => 'تېليګو', 'tem' => 'تیمني', 'teo' => 'تیسو', 'tet' => 'تتوم', 'tg' => 'تاجکي', + 'tgx' => 'ټګش', 'th' => 'تايلېنډي', + 'tht' => 'طهلتان', 'ti' => 'تيګريني', 'tig' => 'تیګر', 'tk' => 'ترکمني', 'tlh' => 'کلينګاني', + 'tli' => 'ټلینګیت', 'tn' => 'سووانا', 'to' => 'تونګان', + 'tok' => 'توکی پونا', 'tpi' => 'توک پیسین', 'tr' => 'ترکي', 'trv' => 'تاروکو', 'ts' => 'سونګا', 'tt' => 'تاتار', + 'ttm' => 'شمالي ټچون', 'tum' => 'تامبوکا', 'tvl' => 'تووالو', 'twq' => 'تساواق', @@ -360,6 +401,7 @@ return [ 'wal' => 'ولایټا', 'war' => 'وارۍ', 'wo' => 'ولوف', + 'wuu' => 'وو چینایی', 'xal' => 'کالمک', 'xh' => 'خوسا', 'xog' => 'سوګا', @@ -367,6 +409,7 @@ return [ 'ybb' => 'یمبا', 'yi' => 'يديش', 'yo' => 'یوروبا', + 'yrl' => 'نینګاتو', 'yue' => 'کانټوني', 'zgh' => 'معياري مراکشي تمازيټ', 'zh' => 'چیني', @@ -387,12 +430,12 @@ return [ 'fa_AF' => 'دری (افغانستان)', 'fr_CA' => 'کاناډايي فرانسوي', 'fr_CH' => 'سويسي فرانسوي', + 'hi_Latn' => 'هندي (لاتيني)', 'nl_BE' => 'فلېمېشي', 'pt_BR' => 'برازیلي پرتګالي', 'pt_PT' => 'اروپايي پرتګالي', 'ro_MD' => 'مولداویایی', 'sw_CD' => 'کانګو سواهلی', - 'zh_Hans' => 'ساده چيني', 'zh_Hant' => 'دوديزه چيني', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pt.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pt.php index 7cbb741..4badc98 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pt.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pt.php @@ -20,6 +20,7 @@ return [ 'am' => 'amárico', 'an' => 'aragonês', 'ang' => 'inglês arcaico', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'árabe', 'arc' => 'aramaico', @@ -30,6 +31,7 @@ return [ 'as' => 'assamês', 'asa' => 'asu', 'ast' => 'asturiano', + 'atj' => 'atikamekw', 'av' => 'avárico', 'awa' => 'awadhi', 'ay' => 'aimará', @@ -86,13 +88,21 @@ return [ 'chr' => 'cheroqui', 'chy' => 'cheiene', 'ckb' => 'curdo central', + 'clc' => 'chilcotin', 'co' => 'corso', 'cop' => 'copta', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'tártara da Crimeia', + 'crj' => 'cree do sudeste', + 'crk' => 'cree das planícies', + 'crl' => 'cree do nordeste', + 'crm' => 'moose cree', + 'crr' => 'algonquiano Carolina', 'crs' => 'crioulo francês seichelense', 'cs' => 'tcheco', 'csb' => 'kashubian', + 'csw' => 'cree swampy', 'cu' => 'eslavo eclesiástico', 'cv' => 'tchuvache', 'cy' => 'galês', @@ -173,6 +183,7 @@ return [ 'hai' => 'haida', 'hak' => 'hacá', 'haw' => 'havaiano', + 'hax' => 'haida do sul', 'he' => 'hebraico', 'hi' => 'híndi', 'hil' => 'hiligaynon', @@ -185,6 +196,7 @@ return [ 'ht' => 'haitiano', 'hu' => 'húngaro', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armênio', 'hz' => 'herero', 'ia' => 'interlíngua', @@ -195,6 +207,7 @@ return [ 'ig' => 'igbo', 'ii' => 'sichuan yi', 'ik' => 'inupiaque', + 'ikt' => 'inuktitut canadense ocidental', 'ilo' => 'ilocano', 'inh' => 'inguche', 'io' => 'ido', @@ -222,6 +235,7 @@ return [ 'kea' => 'crioulo cabo-verdiano', 'kfo' => 'koro', 'kg' => 'congolês', + 'kgp' => 'caingangue', 'kha' => 'khasi', 'kho' => 'khotanês', 'khq' => 'koyra chiini', @@ -252,6 +266,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'córnico', + 'kwk' => 'kwakʼwala', 'ky' => 'quirguiz', 'la' => 'latim', 'lad' => 'ladino', @@ -262,6 +277,7 @@ return [ 'lez' => 'lezgui', 'lg' => 'luganda', 'li' => 'limburguês', + 'lil' => 'lillooet', 'lkt' => 'lacota', 'ln' => 'lingala', 'lo' => 'laosiano', @@ -269,6 +285,7 @@ return [ 'lou' => 'crioulo da Louisiana', 'loz' => 'lozi', 'lrc' => 'luri setentrional', + 'lsm' => 'saamia', 'lt' => 'lituano', 'lu' => 'luba-catanga', 'lua' => 'luba-lulua', @@ -304,6 +321,7 @@ return [ 'mn' => 'mongol', 'mnc' => 'manchu', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'moicano', 'mos' => 'mossi', 'mr' => 'marati', @@ -349,6 +367,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'occitânico', 'oj' => 'ojibwa', + 'ojb' => 'ojibwa do noroeste', + 'ojc' => 'ojibwa central', + 'ojs' => 'oji-cree', + 'ojw' => 'ojibwa ocidental', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'oriá', 'os' => 'osseto', @@ -364,8 +387,10 @@ return [ 'peo' => 'persa arcaico', 'phn' => 'fenício', 'pi' => 'páli', + 'pis' => 'pijin', 'pl' => 'polonês', 'pon' => 'pohnpeiano', + 'pqm' => 'malecite–passamaquoddy', 'prg' => 'prussiano', 'pro' => 'provençal arcaico', 'ps' => 'pashto', @@ -414,6 +439,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'eslovaco', 'sl' => 'esloveno', + 'slh' => 'lushootseed do sul', 'sm' => 'samoano', 'sma' => 'sami meridional', 'smj' => 'sami de Lule', @@ -430,6 +456,7 @@ return [ 'ss' => 'suázi', 'ssy' => 'saho', 'st' => 'soto do sul', + 'str' => 'salish do estreito norte', 'su' => 'sundanês', 'suk' => 'sukuma', 'sus' => 'susu', @@ -440,13 +467,16 @@ return [ 'syc' => 'siríaco clássico', 'syr' => 'siríaco', 'ta' => 'tâmil', + 'tce' => 'tutchone do sul', 'te' => 'télugo', 'tem' => 'timne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tétum', 'tg' => 'tadjique', + 'tgx' => 'tagish', 'th' => 'tailandês', + 'tht' => 'tahltan', 'ti' => 'tigrínia', 'tig' => 'tigré', 'tiv' => 'tiv', @@ -459,12 +489,14 @@ return [ 'tn' => 'tswana', 'to' => 'tonganês', 'tog' => 'tonganês de Nyasa', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turco', 'trv' => 'taroko', 'ts' => 'tsonga', 'tsi' => 'tsimshiano', 'tt' => 'tártaro', + 'ttm' => 'tutchone setentrional', 'tum' => 'tumbuka', 'tvl' => 'tuvaluano', 'tw' => 'twi', @@ -502,6 +534,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'iídiche', 'yo' => 'iorubá', + 'yrl' => 'nheengatu', 'yue' => 'cantonês', 'za' => 'zhuang', 'zap' => 'zapoteco', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pt_PT.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pt_PT.php index da8e094..61083fc 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pt_PT.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/pt_PT.php @@ -7,7 +7,7 @@ return [ 'ang' => 'inglês antigo', 'arn' => 'mapuche', 'ars' => 'árabe do Négede', - 'av' => 'avaric', + 'av' => 'avar', 'bax' => 'bamun', 'bbj' => 'ghomala', 'bn' => 'bengalês', @@ -18,6 +18,7 @@ return [ 'chr' => 'cherokee', 'chy' => 'cheyenne', 'co' => 'córsico', + 'crr' => 'algonquiano de Carolina', 'crs' => 'francês crioulo seselwa', 'cs' => 'checo', 'cv' => 'chuvash', @@ -35,6 +36,7 @@ return [ 'ha' => 'haúça', 'hi' => 'hindi', 'hy' => 'arménio', + 'ikt' => 'inuktitut canadiano ocidental', 'kbd' => 'cabardiano', 'kl' => 'gronelandês', 'krc' => 'carachaio-bálcaro', @@ -42,6 +44,7 @@ return [ 'lg' => 'ganda', 'lou' => 'crioulo de Louisiana', 'lrc' => 'luri do norte', + 'lus' => 'mizo', 'mak' => 'makassarês', 'mfe' => 'crioulo mauriciano', 'mk' => 'macedónio', @@ -70,12 +73,14 @@ return [ 'smn' => 'inari sami', 'sn' => 'shona', 'st' => 'sesoto', + 'str' => 'salish dos estreitos', 'te' => 'telugu', 'tem' => 'temne', 'tg' => 'tajique', 'tk' => 'turcomano', 'to' => 'tonga', 'tt' => 'tatar', + 'ttm' => 'tutchone do norte', 'tzm' => 'tamazigue do Atlas Central', 'uz' => 'usbeque', 'wo' => 'uólofe', @@ -97,15 +102,10 @@ return [ 'es_419' => 'espanhol latino-americano', 'es_ES' => 'espanhol europeu', 'es_MX' => 'espanhol mexicano', - 'fa_AF' => 'dari', 'fr_CA' => 'francês canadiano', 'fr_CH' => 'francês suíço', 'nds_NL' => 'baixo-saxão', - 'nl_BE' => 'flamengo', 'pt_BR' => 'português do Brasil', 'pt_PT' => 'português europeu', - 'ro_MD' => 'moldávio', - 'zh_Hans' => 'chinês simplificado', - 'zh_Hant' => 'chinês tradicional', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/qu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/qu.php index 66a2313..912f1fe 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/qu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/qu.php @@ -2,43 +2,84 @@ return [ 'Names' => [ + 'ab' => 'Abjasia', + 'ace' => 'Achinese', + 'ada' => 'Adangme', + 'ady' => 'Adyghe', 'af' => 'Afrikaans Simi', 'agq' => 'Aghem Simi', + 'ain' => 'Ainu', 'ak' => 'Akan Simi', + 'ale' => 'Aleut', + 'alt' => 'ltai Meridional', 'am' => 'Amarico Simi', + 'an' => 'Aragonesa', + 'ann' => 'Obolo Simi', + 'anp' => 'Angika', 'ar' => 'Arabe Simi', 'arn' => 'Mapuche Simi', + 'arp' => 'Arapaho', + 'ars' => 'Árabe Najdi Simi', 'as' => 'Asames Simi', 'asa' => 'Asu Simi', 'ast' => 'Asturiano Simi', + 'atj' => 'Atikamekw', + 'av' => 'Avaric', + 'awa' => 'Awadhi', 'ay' => 'Aymara Simi', 'az' => 'Azerbaiyano Simi', 'ba' => 'Baskir Simi', + 'ban' => 'Balines Simi', 'bas' => 'Basaa Simi', 'be' => 'Bielorruso Simi', 'bem' => 'Bemba Simi', 'bez' => 'Bena Simi', 'bg' => 'Bulgaro Simi', + 'bho' => 'Bhojpuri', + 'bi' => 'Bislama', + 'bin' => 'Bini', + 'bla' => 'Siksiká Simi', 'bm' => 'Bambara Simi', 'bn' => 'Bangla Simi', 'bo' => 'Tibetano Simi', 'br' => 'Breton Simi', 'brx' => 'Bodo Simi', 'bs' => 'Bosnio Simi', + 'bug' => 'Buginese', + 'byn' => 'Blin', 'ca' => 'Catalan Simi', + 'cay' => 'Cayugá', 'ccp' => 'Chakma Simi', 'ce' => 'Checheno Simi', 'ceb' => 'Cebuano Simi', 'cgg' => 'Kiga Simi', + 'ch' => 'Chamorro Simi', + 'chk' => 'Chuukese Simi', + 'chm' => 'Mari Simi', + 'cho' => 'Choctaw Simi', + 'chp' => 'Chipewyan Simi', 'chr' => 'Cheroqui Simi', + 'chy' => 'Cheyenne', 'ckb' => 'Chawpi Kurdo Simi', + 'clc' => 'Chilcotin Simi', 'co' => 'Corso Simi', + 'crg' => 'Michif Simi', + 'crj' => 'Cree Este del Sur Simi', + 'crk' => 'Plains Cree Simi', + 'crl' => 'Cree del Noreste Simi', + 'crm' => 'Moose Cree Simi', + 'crr' => 'Algonquian Carolina', 'cs' => 'Checo Simi', + 'csw' => 'Swampy Cree Simi', 'cu' => 'Eslavo Eclesiástico Simi', + 'cv' => 'Chuvash Simi', 'cy' => 'Gales Simi', 'da' => 'Danes Simi', + 'dak' => 'Dakota Simi', + 'dar' => 'Dargwa Simi', 'dav' => 'Taita Simi', 'de' => 'Aleman Simi', + 'dgr' => 'Dogrib Simi', 'dje' => 'Zarma Simi', 'doi' => 'Dogri Simi', 'dsb' => 'Bajo Sorbio Simi', @@ -46,8 +87,11 @@ return [ 'dv' => 'Divehi Simi', 'dyo' => 'Jola-Fonyi Simi', 'dz' => 'Butanés Simi', + 'dzg' => 'Dazaga Simi', 'ebu' => 'Embu Simi', 'ee' => 'Ewé Simi', + 'efi' => 'Efik Simi', + 'eka' => 'Ekajuk Simi', 'el' => 'Griego Simi', 'en' => 'Ingles Simi', 'eo' => 'Esperanto Simi', @@ -59,187 +103,315 @@ return [ 'ff' => 'Fulah Simi', 'fi' => 'Fines Simi', 'fil' => 'Filipino Simi', + 'fj' => 'Fiyiano Simi', 'fo' => 'Feroes Simi', + 'fon' => 'Fon Simi', 'fr' => 'Frances Simi', + 'frc' => 'Francés Cajun', + 'frr' => 'Frisón del Norte Simi', 'fur' => 'Friulano Simi', 'fy' => 'Frison Simi', 'ga' => 'Irlandes Simi', + 'gaa' => 'Ga Simi', 'gd' => 'Gaelico Escoces Simi', + 'gez' => 'Geez Simi', + 'gil' => 'Gilbertese Simi', 'gl' => 'Gallego Simi', + 'gn' => 'Guaraní Simi', + 'gor' => 'Gorontalo Simi', 'gsw' => 'Alsaciano Simi', 'gu' => 'Gujarati Simi', 'guz' => 'Guzí Simi', 'gv' => 'Manés Simi', + 'gwi' => 'Gwichʼin Simi', 'ha' => 'Hausa Simi', + 'hai' => 'Haida Simi', 'haw' => 'Hawaiano Simi', + 'hax' => 'Haida Meridional', 'he' => 'Hebreo Simi', 'hi' => 'Hindi Simi', + 'hil' => 'Hiligaynon Simi', 'hmn' => 'Hmong Daw Simi', 'hr' => 'Croata Simi', 'hsb' => 'Alto Sorbio Simi', 'ht' => 'Haitiano Criollo Simi', 'hu' => 'Hungaro Simi', + 'hup' => 'Hupa Simi', + 'hur' => 'Halkomelem Simi', 'hy' => 'Armenio Simi', + 'hz' => 'Herero Simi', 'ia' => 'Interlingua Simi', + 'iba' => 'Iban Simi', + 'ibb' => 'Ibibio Simi', 'id' => 'Indonesio Simi', 'ig' => 'Igbo Simi', 'ii' => 'Yi Simi', + 'ikt' => 'Inuktitut Simi (Canadá occidental)', + 'ilo' => 'Iloko Simi', + 'inh' => 'Ingush Simi', + 'io' => 'Ido Simi', 'is' => 'Islandes Simi', 'it' => 'Italiano Simi', 'iu' => 'Inuktitut Simi', 'ja' => 'Japones Simi', + 'jbo' => 'Lojban Simi', 'jgo' => 'Ngomba Simi', 'jmc' => 'Machame Simi', 'jv' => 'Javanés Simi', 'ka' => 'Georgiano Simi', 'kab' => 'Cabilio Simi', + 'kac' => 'Kachin Simi', + 'kaj' => 'Jju Simi', 'kam' => 'Kamba Simi', + 'kbd' => 'Kabardiano Simi', + 'kcg' => 'Tyap Simi', 'kde' => 'Makonde Simi', 'kea' => 'Caboverdiano Simi', + 'kfo' => 'Koro Simi', + 'kgp' => 'Kaingang Simi', + 'kha' => 'Khasi Simi', 'khq' => 'Koyra Chiini Simi', 'ki' => 'Kikuyu Simi', + 'kj' => 'Kuanyama Simi', 'kk' => 'Kazajo Simi', 'kkj' => 'Kako Simi', 'kl' => 'Groenlandes Simi', 'kln' => 'Kalenjin Simi', 'km' => 'Khmer Simi', + 'kmb' => 'Kimbundu Simi', 'kn' => 'Kannada Simi', 'ko' => 'Coreano Simi', 'kok' => 'Konkani Simi', + 'kpe' => 'Kpelle Simi', + 'kr' => 'Kanuri Simi', + 'krc' => 'Karachay-Balkar Simi', + 'krl' => 'Karelian Simi', + 'kru' => 'Kurukh Simi', 'ks' => 'Cachemir Simi', 'ksb' => 'Shambala Simi', 'ksf' => 'Bafia Simi', 'ksh' => 'Kölsch Simi', 'ku' => 'Kurdo Simi', + 'kum' => 'Kumyk Simi', + 'kv' => 'Komi Simi', 'kw' => 'Córnico Simi', + 'kwk' => 'Kwakʼwala Simi', 'ky' => 'Kirghiz Simi', 'la' => 'Latín Simi', + 'lad' => 'Ladino Simi', 'lag' => 'Langi Simi', 'lb' => 'Luxemburgues Simi', + 'lez' => 'Lezghian Simi', 'lg' => 'Luganda Simi', + 'li' => 'Limburgues Simi', + 'lil' => 'Lillooet Simi', 'lkt' => 'Lakota Simi', 'ln' => 'Lingala Simi', 'lo' => 'Lao Simi', + 'lou' => 'Luisiana Criollo', + 'loz' => 'Lozi Simi', 'lrc' => 'Luri septentrional Simi', + 'lsm' => 'Saamia Simi', 'lt' => 'Lituano Simi', 'lu' => 'Luba-Katanga Simi', + 'lua' => 'Luba-Lulua Simi', + 'lun' => 'Lunda Simi', 'luo' => 'Luo Simi', + 'lus' => 'Mizo Simi', 'luy' => 'Luyia Simi', 'lv' => 'Leton Simi', + 'mad' => 'Madurese Simi', + 'mag' => 'Magahi Simi', 'mai' => 'Maithili Simi', + 'mak' => 'Makasar Simi', 'mas' => 'Masai Simi', + 'mdf' => 'Moksha Simi', + 'men' => 'Mende Simi', 'mer' => 'Meru Simi', 'mfe' => 'Mauriciano Simi', 'mg' => 'Malgache Simi', 'mgh' => 'Makhuwa-Meetto Simi', 'mgo' => 'Metaʼ Simi', + 'mh' => 'Marshallese Simi', 'mi' => 'Maori Simi', + 'mic' => 'Mi\'kmaq Simi', + 'min' => 'Minangkabau Simi', 'mk' => 'Macedonio Simi', 'ml' => 'Malayalam Simi', 'mn' => 'Mongol Simi', 'mni' => 'Manipuri Simi', + 'moe' => 'Innu-aimun Simi', 'moh' => 'Mohawk Simi', + 'mos' => 'Mossi Simi', 'mr' => 'Marathi Simi', 'ms' => 'Malayo Simi', 'mt' => 'Maltes Simi', 'mua' => 'Mundang Simi', + 'mus' => 'Muscogee Simi', + 'mwl' => 'Mirandés Simi', 'my' => 'Birmano Simi', + 'myv' => 'Erzya Simi', 'mzn' => 'Mazandaraní Simi', + 'na' => 'Nauru Simi', + 'nap' => 'Neapolitan Simi', 'naq' => 'Nama Simi', 'nb' => 'Noruego Bokmål Simi', 'nd' => 'Ndebele septentrional Simi', 'nds' => 'Bajo Alemán Simi', 'ne' => 'Nepali Simi', + 'new' => 'Newari Simi', + 'ng' => 'Ndonga Simi', + 'nia' => 'Nias Simi', + 'niu' => 'Niuean Simi', 'nl' => 'Neerlandes Simi', 'nmg' => 'Kwasio Ngumba Simi', 'nn' => 'Noruego Nynorsk Simi', 'nnh' => 'Ngiemboon Simi', 'no' => 'Noruego Simi', + 'nog' => 'Nogai Simi', + 'nqo' => 'N’Ko Simi', + 'nr' => 'Ndebele del Sur Simi', 'nso' => 'Sesotho Sa Leboa Simi', 'nus' => 'Nuer Simi', + 'nv' => 'Navajo Simi', 'ny' => 'Nyanja Simi', 'nyn' => 'Nyankole Simi', 'oc' => 'Occitano Simi', + 'ojb' => 'Ojibwa del noroeste Simi', + 'ojc' => 'Ojibwa Central', + 'ojs' => 'Oji-Cree Simi', + 'ojw' => 'Ojibwa Occidental', + 'oka' => 'Okanagan Simi', 'om' => 'Oromo Simi', 'or' => 'Odia Simi', 'os' => 'Osetio Simi', 'pa' => 'Punyabi Simi', + 'pag' => 'Pangasinan Simi', + 'pam' => 'Pampanga Simi', 'pap' => 'Papiamento Simi', + 'pau' => 'Palauan Simi', 'pcm' => 'Pidgin Nigeriano Simi', + 'pis' => 'Pijin Simi', 'pl' => 'Polaco Simi', + 'pqm' => 'Maliseet-Passamaquoddy Simi', 'prg' => 'Prusiano Simi', 'ps' => 'Pashto Simi', 'pt' => 'Portugues Simi', 'qu' => 'Runasimi', 'quc' => 'Kʼicheʼ Simi', + 'rap' => 'Rapanui Simi', + 'rar' => 'Rarotongan Simi', 'rhg' => 'Rohingya Simi', 'rm' => 'Romanche Simi', 'rn' => 'Rundi Simi', 'ro' => 'Rumano Simi', 'rof' => 'Rombo Simi', 'ru' => 'Ruso Simi', + 'rup' => 'Arrumano', 'rw' => 'Kinyarwanda Simi', 'rwk' => 'Rwa Simi', 'sa' => 'Sanscrito Simi', + 'sad' => 'Sandawe Simi', 'sah' => 'Sakha Simi', 'saq' => 'Samburu Simi', 'sat' => 'Santali Simi', + 'sba' => 'Ngambay Simi', 'sbp' => 'Sangu Simi', + 'sc' => 'Sardinian Simi', + 'scn' => 'Siciliano Simi', + 'sco' => 'Scots Simi', 'sd' => 'Sindhi Simi', 'se' => 'Chincha Sami Simi', 'seh' => 'Sena Simi', 'ses' => 'Koyraboro Senni Simi', 'sg' => 'Sango Simi', 'shi' => 'Tashelhit Simi', + 'shn' => 'Shan Simi', 'si' => 'Cingales Simi', 'sk' => 'Eslovaco Simi', 'sl' => 'Esloveno Simi', + 'slh' => 'Lushootseed Meridional', 'sm' => 'Samoano Simi', 'sma' => 'Qulla Sami Simi', 'smj' => 'Sami Lule Simi', 'smn' => 'Sami Inari Simi', 'sms' => 'Sami Skolt Simi', 'sn' => 'Shona Simi', + 'snk' => 'Soninke Simi', 'so' => 'Somali Simi', 'sq' => 'Albanes Simi', 'sr' => 'Serbio Simi', + 'srn' => 'Sranan Tongo Simi', + 'ss' => 'Swati Simi', 'st' => 'Soto Meridional Simi', + 'str' => 'Straits Salish Simi', 'su' => 'Sundanés Simi', + 'suk' => 'Sukuma Simi', 'sv' => 'Sueco Simi', 'sw' => 'Suajili Simi', + 'swb' => 'Comorian Simi', 'syr' => 'Siriaco Simi', 'ta' => 'Tamil Simi', + 'tce' => 'Tutchone Meridional', 'te' => 'Telugu Simi', + 'tem' => 'Timne Simi', 'teo' => 'Teso Simi', + 'tet' => 'Tetum Simi', 'tg' => 'Tayiko Simi', + 'tgx' => 'Tagish Simi', 'th' => 'Tailandes Simi', + 'tht' => 'Tahltan Simi', 'ti' => 'Tigriña Simi', + 'tig' => 'Tigre Simi', 'tk' => 'Turcomano Simi', + 'tlh' => 'Klingon Simi', + 'tli' => 'Tlingit Simi', 'tn' => 'Setsuana Simi', 'to' => 'Tongano Simi', + 'tok' => 'Toki Pona Simi', + 'tpi' => 'Tok Pisin Simi', 'tr' => 'Turco Simi', + 'trv' => 'Taroko Simi', + 'ts' => 'Tsonga Simi', 'tt' => 'Tartaro Simi', + 'ttm' => 'Tutchone del Norte Simi', + 'tum' => 'Tumbuka Simi', + 'tvl' => 'Tuvalu Simi', 'twq' => 'Tasawaq Simi', + 'ty' => 'Tahití Simi', + 'tyv' => 'Tuviniano Simi', 'tzm' => 'Tamazight Simi', + 'udm' => 'Udmurt Simi', 'ug' => 'Uigur Simi', 'uk' => 'Ucraniano Simi', + 'umb' => 'Umbundu Simi', 'ur' => 'Urdu Simi', 'uz' => 'Uzbeko Simi', 'vai' => 'Vai Simi', + 've' => 'Venda Simi', 'vi' => 'Vietnamita Simi', 'vo' => 'Volapük Simi', 'vun' => 'Vunjo Simi', + 'wa' => 'Valona Simi', 'wae' => 'Walser Simi', + 'wal' => 'Wolaytta Simi', + 'war' => 'Waray Simi', 'wo' => 'Wolof Simi', + 'wuu' => 'Wu Chino', + 'xal' => 'Kalmyk Simi', 'xh' => 'Isixhosa Simi', 'xog' => 'Soga Simi', 'yav' => 'Yangben Simi', + 'ybb' => 'Yemba Simi', 'yi' => 'Yiddish Simi', 'yo' => 'Yoruba Simi', + 'yrl' => 'Nheengatu Simi', 'yue' => 'Cantonés Simi', 'zgh' => 'Bereber Marroquí Estándar Simi', 'zh' => 'Chino Simi', 'zu' => 'Isizulu Simi', + 'zun' => 'Zuni Simi', + 'zza' => 'Zaza Simi', ], 'LocalizedNames' => [ 'es_419' => 'Español Simi (Latino América)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ro.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ro.php index 3d3bd15..8af7079 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ro.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ro.php @@ -20,6 +20,7 @@ return [ 'am' => 'amharică', 'an' => 'aragoneză', 'ang' => 'engleză veche', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabă', 'arc' => 'aramaică', @@ -30,6 +31,7 @@ return [ 'as' => 'asameză', 'asa' => 'asu', 'ast' => 'asturiană', + 'atj' => 'atikamekw', 'av' => 'avară', 'awa' => 'awadhi', 'ay' => 'aymara', @@ -86,13 +88,21 @@ return [ 'chr' => 'cherokee', 'chy' => 'cheyenne', 'ckb' => 'kurdă centrală', + 'clc' => 'chilcotin', 'co' => 'corsicană', 'cop' => 'coptă', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'turcă crimeeană', + 'crj' => 'cree de sud-est', + 'crk' => 'cree (Prerii)', + 'crl' => 'cree de nord-est', + 'crm' => 'cree (Moose)', + 'crr' => 'algonquiană Carolina', 'crs' => 'creolă franceză seselwa', 'cs' => 'cehă', 'csb' => 'cașubiană', + 'csw' => 'cree (Mlaștini)', 'cu' => 'slavonă', 'cv' => 'ciuvașă', 'cy' => 'galeză', @@ -173,6 +183,7 @@ return [ 'hai' => 'haida', 'hak' => 'chineză hakka', 'haw' => 'hawaiiană', + 'hax' => 'haida de sud', 'he' => 'ebraică', 'hi' => 'hindi', 'hil' => 'hiligaynon', @@ -185,6 +196,7 @@ return [ 'ht' => 'haitiană', 'hu' => 'maghiară', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armeană', 'hz' => 'herero', 'ia' => 'interlingua', @@ -195,6 +207,7 @@ return [ 'ig' => 'igbo', 'ii' => 'yi din Sichuan', 'ik' => 'inupiak', + 'ikt' => 'inuktitut canadiană occidentală', 'ilo' => 'iloko', 'inh' => 'ingușă', 'io' => 'ido', @@ -253,6 +266,7 @@ return [ 'kut' => 'kutenai', 'kv' => 'komi', 'kw' => 'cornică', + 'kwk' => 'kwakʼwala', 'ky' => 'kârgâză', 'la' => 'latină', 'lad' => 'ladino', @@ -264,6 +278,7 @@ return [ 'lg' => 'ganda', 'li' => 'limburgheză', 'lij' => 'liguriană', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laoțiană', @@ -271,6 +286,7 @@ return [ 'lou' => 'creolă (Louisiana)', 'loz' => 'lozi', 'lrc' => 'luri de nord', + 'lsm' => 'saamia', 'lt' => 'lituaniană', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -306,6 +322,7 @@ return [ 'mn' => 'mongolă', 'mnc' => 'manciuriană', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -351,6 +368,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'occitană', 'oj' => 'ojibwa', + 'ojb' => 'ojibwa de nord-vest', + 'ojc' => 'ojibwa centrală', + 'ojs' => 'oji-cree', + 'ojw' => 'ojibwa de vest', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'odia', 'os' => 'osetă', @@ -366,8 +388,10 @@ return [ 'peo' => 'persană veche', 'phn' => 'feniciană', 'pi' => 'pali', + 'pis' => 'pijin', 'pl' => 'poloneză', 'pon' => 'pohnpeiană', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'prusacă', 'pro' => 'provensală veche', 'ps' => 'paștună', @@ -416,6 +440,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovacă', 'sl' => 'slovenă', + 'slh' => 'lushootseed de usd', 'sm' => 'samoană', 'sma' => 'sami de sud', 'smj' => 'sami lule', @@ -432,6 +457,7 @@ return [ 'ss' => 'swati', 'ssy' => 'saho', 'st' => 'sesotho', + 'str' => 'salish (Strâmtori)', 'su' => 'sundaneză', 'suk' => 'sukuma', 'sus' => 'susu', @@ -442,13 +468,16 @@ return [ 'syc' => 'siriacă clasică', 'syr' => 'siriacă', 'ta' => 'tamilă', + 'tce' => 'tutchone de sud', 'te' => 'telugu', 'tem' => 'timne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadjică', + 'tgx' => 'tagish', 'th' => 'thailandeză', + 'tht' => 'tahltan', 'ti' => 'tigrină', 'tig' => 'tigre', 'tiv' => 'tiv', @@ -461,12 +490,14 @@ return [ 'tn' => 'setswana', 'to' => 'tongană', 'tog' => 'nyasa tonga', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turcă', 'trv' => 'taroko', 'ts' => 'tsonga', 'tsi' => 'tsimshian', 'tt' => 'tătară', + 'ttm' => 'tutchone de nord', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', 'tw' => 'twi', @@ -483,6 +514,7 @@ return [ 'uz' => 'uzbecă', 'vai' => 'vai', 've' => 'venda', + 'vec' => 'venetă', 'vi' => 'vietnameză', 'vo' => 'volapuk', 'vot' => 'votică', @@ -504,6 +536,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'idiș', 'yo' => 'yoruba', + 'yrl' => 'nheengatu', 'yue' => 'cantoneză', 'za' => 'zhuang', 'zap' => 'zapotecă', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ru.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ru.php index bfa0c6f..de9e94b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ru.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ru.php @@ -20,6 +20,7 @@ return [ 'am' => 'амхарский', 'an' => 'арагонский', 'ang' => 'староанглийский', + 'ann' => 'оболо', 'anp' => 'ангика', 'ar' => 'арабский', 'arc' => 'арамейский', @@ -30,6 +31,7 @@ return [ 'as' => 'ассамский', 'asa' => 'асу', 'ast' => 'астурийский', + 'atj' => 'атикамек', 'av' => 'аварский', 'awa' => 'авадхи', 'ay' => 'аймара', @@ -86,13 +88,21 @@ return [ 'chr' => 'чероки', 'chy' => 'шайенский', 'ckb' => 'центральнокурдский', + 'clc' => 'чилкотин', 'co' => 'корсиканский', 'cop' => 'коптский', 'cr' => 'кри', + 'crg' => 'мичиф', 'crh' => 'крымско-татарский', + 'crj' => 'юго-восточный кри', + 'crk' => 'равнинный кри', + 'crl' => 'северо-восточный кри', + 'crm' => 'мусский кри', + 'crr' => 'каролинский алгонкинский', 'crs' => 'сейшельский креольский', 'cs' => 'чешский', 'csb' => 'кашубский', + 'csw' => 'болотный кри', 'cu' => 'церковнославянский', 'cv' => 'чувашский', 'cy' => 'валлийский', @@ -173,6 +183,7 @@ return [ 'hai' => 'хайда', 'hak' => 'хакка', 'haw' => 'гавайский', + 'hax' => 'южный хайда', 'he' => 'иврит', 'hi' => 'хинди', 'hil' => 'хилигайнон', @@ -185,6 +196,7 @@ return [ 'ht' => 'гаитянский', 'hu' => 'венгерский', 'hup' => 'хупа', + 'hur' => 'халкомелем', 'hy' => 'армянский', 'hz' => 'гереро', 'ia' => 'интерлингва', @@ -195,6 +207,7 @@ return [ 'ig' => 'игбо', 'ii' => 'носу', 'ik' => 'инупиак', + 'ikt' => 'восточноканадский инуктитут', 'ilo' => 'илоко', 'inh' => 'ингушский', 'io' => 'идо', @@ -222,6 +235,7 @@ return [ 'kea' => 'кабувердьяну', 'kfo' => 'коро', 'kg' => 'конго', + 'kgp' => 'каинганг', 'kha' => 'кхаси', 'kho' => 'хотанский', 'khq' => 'койра чиини', @@ -252,6 +266,7 @@ return [ 'kut' => 'кутенаи', 'kv' => 'коми', 'kw' => 'корнский', + 'kwk' => 'квакиутль', 'ky' => 'киргизский', 'la' => 'латинский', 'lad' => 'ладино', @@ -262,6 +277,7 @@ return [ 'lez' => 'лезгинский', 'lg' => 'ганда', 'li' => 'лимбургский', + 'lil' => 'лиллуэт', 'lkt' => 'лакота', 'ln' => 'лингала', 'lo' => 'лаосский', @@ -269,6 +285,7 @@ return [ 'lou' => 'луизианский креольский', 'loz' => 'лози', 'lrc' => 'севернолурский', + 'lsm' => 'саамиа', 'lt' => 'литовский', 'lu' => 'луба-катанга', 'lua' => 'луба-лулуа', @@ -304,6 +321,7 @@ return [ 'mn' => 'монгольский', 'mnc' => 'маньчжурский', 'mni' => 'манипурский', + 'moe' => 'инну-аймун', 'moh' => 'мохаук', 'mos' => 'моси', 'mr' => 'маратхи', @@ -349,6 +367,11 @@ return [ 'nzi' => 'нзима', 'oc' => 'окситанский', 'oj' => 'оджибва', + 'ojb' => 'северо-западный оджибве', + 'ojc' => 'центральный оджибве', + 'ojs' => 'оджи-кри', + 'ojw' => 'западный оджибве', + 'oka' => 'оканаган', 'om' => 'оромо', 'or' => 'ория', 'os' => 'осетинский', @@ -364,8 +387,10 @@ return [ 'peo' => 'староперсидский', 'phn' => 'финикийский', 'pi' => 'пали', + 'pis' => 'соломонский пиджин', 'pl' => 'польский', 'pon' => 'понапе', + 'pqm' => 'малесит-пассамакводди', 'prg' => 'прусский', 'pro' => 'старопровансальский', 'ps' => 'пушту', @@ -414,6 +439,7 @@ return [ 'sid' => 'сидама', 'sk' => 'словацкий', 'sl' => 'словенский', + 'slh' => 'южный лушуцид', 'sm' => 'самоанский', 'sma' => 'южносаамский', 'smj' => 'луле-саамский', @@ -430,6 +456,7 @@ return [ 'ss' => 'свази', 'ssy' => 'сахо', 'st' => 'южный сото', + 'str' => 'стрейтс салиш', 'su' => 'сунданский', 'suk' => 'сукума', 'sus' => 'сусу', @@ -440,13 +467,16 @@ return [ 'syc' => 'классический сирийский', 'syr' => 'сирийский', 'ta' => 'тамильский', + 'tce' => 'южный тутчоне', 'te' => 'телугу', 'tem' => 'темне', 'teo' => 'тесо', 'ter' => 'терено', 'tet' => 'тетум', 'tg' => 'таджикский', + 'tgx' => 'тагиш', 'th' => 'тайский', + 'tht' => 'талтан', 'ti' => 'тигринья', 'tig' => 'тигре', 'tiv' => 'тиви', @@ -459,6 +489,7 @@ return [ 'tn' => 'тсвана', 'to' => 'тонганский', 'tog' => 'тонга', + 'tok' => 'токипона', 'tpi' => 'ток-писин', 'tr' => 'турецкий', 'tru' => 'туройо', @@ -466,6 +497,7 @@ return [ 'ts' => 'тсонга', 'tsi' => 'цимшиан', 'tt' => 'татарский', + 'ttm' => 'северный тутчоне', 'tum' => 'тумбука', 'tvl' => 'тувалу', 'tw' => 'тви', @@ -493,7 +525,7 @@ return [ 'was' => 'вашо', 'wbp' => 'вальбири', 'wo' => 'волоф', - 'wuu' => 'ву', + 'wuu' => 'у', 'xal' => 'калмыцкий', 'xh' => 'коса', 'xog' => 'сога', @@ -503,6 +535,7 @@ return [ 'ybb' => 'йемба', 'yi' => 'идиш', 'yo' => 'йоруба', + 'yrl' => 'ньенгату', 'yue' => 'кантонский', 'za' => 'чжуань', 'zap' => 'сапотекский', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sc.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sc.php index 80557b6..1bfdce0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sc.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sc.php @@ -2,48 +2,96 @@ return [ 'Names' => [ + 'ab' => 'abcasu', + 'ace' => 'acehnesu', + 'ada' => 'adangme', + 'ady' => 'adighè', 'af' => 'afrikaans', 'agq' => 'aghem', + 'ain' => 'àinu', 'ak' => 'akan', + 'ale' => 'aleutinu', + 'alt' => 'altai meridionale', 'am' => 'amàricu', + 'an' => 'aragonesu', + 'ann' => 'obolo', + 'anp' => 'angika', 'ar' => 'àrabu', + 'arn' => 'mapudungun', + 'arp' => 'arapaho', + 'ars' => 'àrabu najdi', 'as' => 'assamesu', 'asa' => 'asu', 'ast' => 'asturianu', + 'atj' => 'atikamekw', + 'av' => 'avaru', + 'awa' => 'awadhi', + 'ay' => 'aimara', 'az' => 'azerbaigianu', + 'ba' => 'baschiru', + 'ban' => 'balinesu', 'bas' => 'basaa', 'be' => 'bielorussu', 'bem' => 'bemba', 'bez' => 'bena', 'bg' => 'bùlgaru', + 'bho' => 'bhojpuri', + 'bi' => 'bislama', + 'bin' => 'bini', + 'bla' => 'pees nieddos', 'bm' => 'bambara', 'bn' => 'bengalesu', 'bo' => 'tibetanu', - 'br' => 'brètonu', + 'br' => 'brètone', 'brx' => 'bodo', 'bs' => 'bosnìacu', + 'bug' => 'buginesu', + 'byn' => 'blin', 'ca' => 'catalanu', + 'cay' => 'cayuga', 'ccp' => 'chakma', 'ce' => 'cecenu', 'ceb' => 'cebuanu', 'cgg' => 'chiga', + 'ch' => 'chamorru', + 'chk' => 'chuukesu', + 'chm' => 'mari', + 'cho' => 'choctaw', + 'chp' => 'chipewyan', 'chr' => 'cherokee', + 'chy' => 'cheyenne', 'ckb' => 'curdu tzentrale', + 'clc' => 'chilcotin', 'co' => 'corsicanu', + 'crg' => 'michif', + 'crj' => 'cree sud-orientale', + 'crk' => 'cree de sas campuras', + 'crl' => 'cree nord-orientale', + 'crm' => 'cree moose', + 'crr' => 'algonchinu de sa Carolina', 'cs' => 'tzecu', + 'csw' => 'cree de sas paludes', 'cu' => 'islavu eclesiàsticu', + 'cv' => 'ciuvàsciu', 'cy' => 'gallesu', 'da' => 'danesu', + 'dak' => 'dakota', + 'dar' => 'dargua', 'dav' => 'taita', 'de' => 'tedescu', + 'dgr' => 'dogrib', 'dje' => 'zarma', 'doi' => 'dogri', 'dsb' => 'sòrabu bassu', 'dua' => 'duala', + 'dv' => 'malvidianu', 'dyo' => 'jola-fonyi', 'dz' => 'dzongkha', + 'dzg' => 'dazaga', 'ebu' => 'embu', 'ee' => 'ewe', + 'efi' => 'efik', + 'eka' => 'ekajuk', 'el' => 'grecu', 'en' => 'inglesu', 'eo' => 'esperanto', @@ -55,182 +103,314 @@ return [ 'ff' => 'fulah', 'fi' => 'finlandesu', 'fil' => 'filipinu', + 'fj' => 'fijianu', 'fo' => 'faroesu', + 'fon' => 'fon', 'fr' => 'frantzesu', 'frc' => 'frantzesu cajun', + 'frr' => 'frisone setentrionale', 'fur' => 'friulanu', - 'fy' => 'frìsonu otzidentale', + 'fy' => 'frisone otzidentale', 'ga' => 'irlandesu', + 'gaa' => 'ga', 'gd' => 'gaèlicu iscotzesu', + 'gez' => 'ge’ez', + 'gil' => 'gilbertesu', 'gl' => 'galitzianu', + 'gn' => 'guaranì', + 'gor' => 'gorontalo', 'gsw' => 'tedescu isvìtzeru', 'gu' => 'gujarati', 'guz' => 'gusii', 'gv' => 'mannesu', + 'gwi' => 'gwichʼin', 'ha' => 'hausa', + 'hai' => 'haida', 'haw' => 'hawaianu', + 'hax' => 'haida meridionale', 'he' => 'ebreu', 'hi' => 'hindi', + 'hil' => 'ilongu', 'hmn' => 'hmong', 'hr' => 'croatu', 'hsb' => 'sòrabu artu', 'ht' => 'crèolu haitianu', 'hu' => 'ungheresu', + 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armenu', + 'hz' => 'herero', 'ia' => 'interlìngua', + 'iba' => 'iban', + 'ibb' => 'ibibio', 'id' => 'indonesianu', 'ig' => 'igbo', 'ii' => 'sichuan yi', + 'ikt' => 'inuktitut canadesu otzidentale', + 'ilo' => 'ilocanu', + 'inh' => 'ingùsciu', + 'io' => 'ido', 'is' => 'islandesu', 'it' => 'italianu', + 'iu' => 'inuktitut', 'ja' => 'giaponesu', + 'jbo' => 'lojban', 'jgo' => 'ngomba', 'jmc' => 'machame', 'jv' => 'giavanesu', 'ka' => 'georgianu', 'kab' => 'cabilu', + 'kac' => 'kachin', + 'kaj' => 'jju', 'kam' => 'kamba', + 'kbd' => 'cabardianu', + 'kcg' => 'tyap', 'kde' => 'makonde', 'kea' => 'cabubirdianu', + 'kfo' => 'koro', 'kgp' => 'kaingang', + 'kha' => 'khasi', 'khq' => 'koyra chiini', 'ki' => 'kikuyu', - 'kk' => 'kazaku', + 'kj' => 'kuanyama', + 'kk' => 'kazacu', 'kkj' => 'kako', 'kl' => 'groenlandesu', 'kln' => 'kalenjin', 'km' => 'khmer', + 'kmb' => 'kimbundu', 'kn' => 'kannada', 'ko' => 'coreanu', 'kok' => 'konkani', + 'kpe' => 'kpelle', + 'kr' => 'kanuri', + 'krc' => 'caraciai-balcaru', + 'krl' => 'carelianu', + 'kru' => 'kurukh', 'ks' => 'kashmiri', 'ksb' => 'shambala', 'ksf' => 'bafia', 'ksh' => 'coloniesu', 'ku' => 'curdu', + 'kum' => 'cumucu', + 'kv' => 'komi', 'kw' => 'còrnicu', - 'ky' => 'kirghisu', + 'kwk' => 'kwakʼwala', + 'ky' => 'chirghisu', 'la' => 'latinu', + 'lad' => 'giudeu-ispagnolu', 'lag' => 'langi', 'lb' => 'lussemburghesu', + 'lez' => 'lezghianu', 'lg' => 'ganda', + 'li' => 'limburghesu', 'lij' => 'lìgure', + 'lil' => 'lillooet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laotianu', 'lou' => 'crèolu de sa Louisiana', - 'lrc' => 'frìsonu setentrionale', + 'loz' => 'lozi', + 'lrc' => 'luri setentrionale', + 'lsm' => 'sàmia', 'lt' => 'lituanu', 'lu' => 'luba-katanga', + 'lua' => 'tshiluba', + 'lun' => 'lunda', 'luo' => 'luo', + 'lus' => 'mizo', 'luy' => 'luyia', 'lv' => 'lètone', + 'mad' => 'maduresu', + 'mag' => 'magahi', 'mai' => 'maithili', + 'mak' => 'makassaresu', 'mas' => 'masai', + 'mdf' => 'moksha', + 'men' => 'mende', 'mer' => 'meru', 'mfe' => 'crèolu mauritzianu', 'mg' => 'malgàsciu', 'mgh' => 'makhuwa-meetto', 'mgo' => 'meta’', + 'mh' => 'marshallesu', 'mi' => 'maori', + 'mic' => 'micmac', + 'min' => 'minangkabau', 'mk' => 'matzèdone', 'ml' => 'malayalam', 'mn' => 'mòngolu', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', + 'moh' => 'mohawk', + 'mos' => 'moore', 'mr' => 'marathi', 'ms' => 'malesu', 'mt' => 'maltesu', 'mua' => 'mundang', + 'mus' => 'muscogee', + 'mwl' => 'mirandesu', 'my' => 'burmesu', + 'myv' => 'erzya', 'mzn' => 'mazandarani', + 'na' => 'nauru', + 'nap' => 'napoletanu', 'naq' => 'nama', 'nb' => 'norvegesu bokmål', 'nd' => 'ndebele de su nord', - 'nds' => 'bassu-tedescu', + 'nds' => 'tedescu bassu', 'ne' => 'nepalesu', + 'new' => 'nepal bhasa', + 'ng' => 'ndonga', + 'nia' => 'nias', + 'niu' => 'niueanu', 'nl' => 'olandesu', 'nmg' => 'kwasio', 'nn' => 'norvegesu nynorsk', 'nnh' => 'ngiemboon', 'no' => 'norvegesu', + 'nog' => 'nogai', + 'nqo' => 'n’ko', + 'nr' => 'ndebele de su sud', + 'nso' => 'sotho setentrionale', 'nus' => 'nuer', 'nv' => 'navajo', 'ny' => 'nyanja', 'nyn' => 'nyankole', + 'oc' => 'otzitanu', + 'ojb' => 'ojibwa nord-otzidentale', + 'ojc' => 'ojibwa tzentrale', + 'ojs' => 'oji-Cree', + 'ojw' => 'ojibwa otzidentale', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'odia', 'os' => 'ossèticu', 'pa' => 'punjabi', + 'pag' => 'pangasinan', + 'pam' => 'pampanga', + 'pap' => 'papiamentu', + 'pau' => 'palauanu', 'pcm' => 'pidgin nigerianu', + 'pis' => 'pijin', 'pl' => 'polacu', + 'pqm' => 'malecite-passamaquoddy', 'prg' => 'prussianu', 'ps' => 'pashto', 'pt' => 'portoghesu', 'qu' => 'quechua', + 'rap' => 'rapanui', + 'rar' => 'rarotonganu', 'rhg' => 'rohingya', 'rm' => 'romànciu', 'rn' => 'rundi', 'ro' => 'rumenu', 'rof' => 'rombo', 'ru' => 'russu', + 'rup' => 'arumenu', 'rw' => 'kinyarwanda', 'rwk' => 'rwa', 'sa' => 'sànscritu', + 'sad' => 'sandawe', 'sah' => 'yakut', 'saq' => 'samburu', 'sat' => 'santali', + 'sba' => 'ngambay', 'sbp' => 'sangu', 'sc' => 'sardu', + 'scn' => 'sitzilianu', + 'sco' => 'scots', 'sd' => 'sindhi', 'se' => 'sami setentrionale', 'seh' => 'sena', 'ses' => 'koyraboro senni', 'sg' => 'sango', 'shi' => 'tashelhit', + 'shn' => 'shan', 'si' => 'singalesu', 'sk' => 'islovacu', 'sl' => 'islovenu', + 'slh' => 'lushootseed meridionale', 'sm' => 'samoanu', 'smn' => 'sami de sos inari', + 'sms' => 'sami skolt', 'sn' => 'shona', + 'snk' => 'soninke', 'so' => 'sòmalu', 'sq' => 'albanesu', 'sr' => 'serbu', + 'srn' => 'sranan tongo', + 'ss' => 'swati', 'st' => 'sotho meridionale', + 'str' => 'salish de sas astrinturas', 'su' => 'sundanesu', + 'suk' => 'sukuma', 'sv' => 'isvedesu', 'sw' => 'swahili', + 'swb' => 'comorianu', + 'syr' => 'sirìacu', 'ta' => 'tamil', + 'tce' => 'tutchone meridionale', 'te' => 'telugu', + 'tem' => 'temne', 'teo' => 'teso', + 'tet' => 'tetum', 'tg' => 'tagicu', + 'tgx' => 'tagish', 'th' => 'tailandesu', + 'tht' => 'tahltan', 'ti' => 'tigrignu', + 'tig' => 'tigrè', 'tk' => 'turcmenu', + 'tlh' => 'klingon', + 'tli' => 'tlingit', + 'tn' => 'tswana', 'to' => 'tonganu', + 'tok' => 'toki pona', + 'tpi' => 'tok pisin', 'tr' => 'turcu', + 'trv' => 'taroko', + 'ts' => 'tsonga', 'tt' => 'tàtaru', + 'ttm' => 'tutchone setentrionale', + 'tum' => 'tumbuka', + 'tvl' => 'tuvalu', 'twq' => 'tasawaq', + 'ty' => 'taitianu', + 'tyv' => 'tuvanu', 'tzm' => 'tamazight de s’Atlànte tzentrale', + 'udm' => 'udmurtu', 'ug' => 'uiguru', 'uk' => 'ucrainu', + 'umb' => 'umbundu', 'ur' => 'urdu', 'uz' => 'uzbecu', 'vai' => 'vai', + 've' => 'venda', + 'vec' => 'vènetu', 'vi' => 'vietnamita', 'vo' => 'volapük', 'vun' => 'vunjo', + 'wa' => 'vallonu', 'wae' => 'walser', + 'wal' => 'wolaita', + 'war' => 'waray', 'wo' => 'wolof', + 'wuu' => 'wu', + 'xal' => 'calmucu', 'xh' => 'xhosa', 'xog' => 'soga', 'yav' => 'yangben', + 'ybb' => 'yemba', 'yi' => 'yiddish', 'yo' => 'yoruba', + 'yrl' => 'nheengatu', 'yue' => 'cantonesu', 'zgh' => 'tamazight istandard marochinu', 'zh' => 'tzinesu', 'zu' => 'zulu', + 'zun' => 'zuni', + 'zza' => 'zazaki', ], 'LocalizedNames' => [ 'ar_001' => 'àrabu modernu istandard', @@ -246,7 +426,8 @@ return [ 'fa_AF' => 'dari', 'fr_CA' => 'frantzesu canadesu', 'fr_CH' => 'frantzesu isvìtzeru', - 'nds_NL' => 'bassu-sàssone', + 'hi_Latn' => 'hindi (caràteres latinos)', + 'nds_NL' => 'sàssone bassu', 'nl_BE' => 'fiammingu', 'pt_BR' => 'portoghesu brasilianu', 'pt_PT' => 'portoghesu europeu', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sd.php index 45de711..18ab4c4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sd.php @@ -15,13 +15,16 @@ return [ 'alt' => 'ڏکڻ التائي', 'am' => 'امهاري', 'an' => 'ارگني', + 'ann' => 'اوبولو', 'anp' => 'انجيڪا', 'ar' => 'عربي', 'arn' => 'ماپوچي', 'arp' => 'اراپائو', + 'ars' => 'نجدي عربي', 'as' => 'آسامي', 'asa' => 'اسو', 'ast' => 'اسٽورين', + 'atj' => 'اٽيڪاميڪو', 'av' => 'اويرس', 'awa' => 'اواڌي', 'ay' => 'ایمارا', @@ -46,6 +49,7 @@ return [ 'bug' => 'بگنيز', 'byn' => 'بلن', 'ca' => 'ڪيٽالان', + 'cay' => 'ڪايوگا', 'ccp' => 'چمڪا', 'ce' => 'چیچن', 'ceb' => 'سبوانو', @@ -54,12 +58,21 @@ return [ 'chk' => 'چڪيز', 'chm' => 'ماري', 'cho' => 'چوڪ تو', + 'chp' => 'چائپائن', 'chr' => 'چروڪي', 'chy' => 'چايان', 'ckb' => 'مرڪزي ڪردش', + 'clc' => 'چلڪوٽن', 'co' => 'ڪارسيڪائي', + 'crg' => 'ميچيف', + 'crj' => 'ڏکڻ اڀرندو ڪري', + 'crk' => 'پلينز ڪري', + 'crl' => 'اترين اوڀر ڪري', + 'crm' => 'موس ڪري', + 'crr' => 'ڪيرولينا الگانڪويئن', 'crs' => 'سيسلوا ڪريئول فرانسي', 'cs' => 'چيڪ', + 'csw' => 'سوامپي ڪري', 'cu' => 'چرچ سلاوی', 'cv' => 'چو واش', 'cy' => 'ويلش', @@ -70,6 +83,7 @@ return [ 'de' => 'جرمن', 'dgr' => 'داگرب', 'dje' => 'زارما', + 'doi' => 'ڊوگري', 'dsb' => 'لوئر سوربين', 'dua' => 'ڊيولا', 'dv' => 'دويهي', @@ -95,6 +109,8 @@ return [ 'fo' => 'فيروايس', 'fon' => 'فون', 'fr' => 'فرانسيسي', + 'frc' => 'ڪيجن فرانسيسي', + 'frr' => 'اترين فريسين', 'fur' => 'فرائي لئين', 'fy' => 'مغربي فريشن', 'ga' => 'آئرش', @@ -111,7 +127,9 @@ return [ 'gv' => 'مينڪس', 'gwi' => 'گوچن', 'ha' => 'هوسا', + 'hai' => 'ھائيڊا', 'haw' => 'هوائي', + 'hax' => 'ڏاکڻي ھائڊا', 'he' => 'عبراني', 'hi' => 'هندي', 'hil' => 'هلي گيانان', @@ -121,6 +139,7 @@ return [ 'ht' => 'هيٽي ڪرولي', 'hu' => 'هنگري', 'hup' => 'هوپا', + 'hur' => 'ھاڪملم', 'hy' => 'ارماني', 'hz' => 'هريرو', 'ia' => 'انٽرلنگئا', @@ -129,6 +148,7 @@ return [ 'id' => 'انڊونيشي', 'ig' => 'اگبو', 'ii' => 'سچوان يي', + 'ikt' => 'مغربي ڪينيڊين انوڪٽيٽ', 'ilo' => 'الوڪو', 'inh' => 'انگش', 'io' => 'ادو', @@ -150,6 +170,7 @@ return [ 'kde' => 'مڪوندي', 'kea' => 'ڪيبيو ويرڊيانو', 'kfo' => 'ڪورو', + 'kgp' => 'ڪئينگينگ', 'kha' => 'خاسي', 'khq' => 'ڪيورا چني', 'ki' => 'اڪويو', @@ -159,7 +180,7 @@ return [ 'kl' => 'ڪالا ليسٽ', 'kln' => 'ڪيلين جن', 'km' => 'خمر', - 'kmb' => 'ڪمبونڊو', + 'kmb' => 'ڪنمبونڊو', 'kn' => 'ڪناڊا', 'ko' => 'ڪوريائي', 'kok' => 'ڪونڪي', @@ -176,6 +197,7 @@ return [ 'kum' => 'ڪومڪ', 'kv' => 'ڪومي', 'kw' => 'ڪورنش', + 'kwk' => 'ڪئاڪ ولا', 'ky' => 'ڪرغيز', 'la' => 'لاطيني', 'lad' => 'لڊينو', @@ -184,11 +206,14 @@ return [ 'lez' => 'ليزگهين', 'lg' => 'گاندا', 'li' => 'لمبرگش', + 'lil' => 'ليلوئيٽ', 'lkt' => 'لڪوٽا', 'ln' => 'لنگالا', 'lo' => 'لائو', + 'lou' => 'لوئيزيانا ڪريئول', 'loz' => 'لوزي', 'lrc' => 'اتر لوري', + 'lsm' => 'ساميا', 'lt' => 'ليٿونيائي', 'lu' => 'لوبا-ڪتانگا', 'lua' => 'لوبا-لولوا', @@ -217,6 +242,7 @@ return [ 'ml' => 'مليالم', 'mn' => 'منگولي', 'mni' => 'ماني پوري', + 'moe' => 'انو آئيمن', 'moh' => 'موهاڪ', 'mos' => 'موسي', 'mr' => 'مراٺي', @@ -243,6 +269,7 @@ return [ 'nmg' => 'ڪويسيو', 'nn' => 'نارويائي نيوناسڪ', 'nnh' => 'نغيمبون', + 'no' => 'نارويجيائي', 'nog' => 'نوگائي', 'nqo' => 'نڪو', 'nr' => 'ڏکڻ دبيلي', @@ -252,6 +279,11 @@ return [ 'ny' => 'نيانجا', 'nyn' => 'نايانڪول', 'oc' => 'آڪسيٽن', + 'ojb' => 'اتر الھندي اوجيبوا', + 'ojc' => 'وچولي اوجيبوي', + 'ojs' => 'اوجي ڪري', + 'ojw' => 'مغربي اوجيبو', + 'oka' => 'اوڪاناگن', 'om' => 'اورومو', 'or' => 'اوڊيا', 'os' => 'اوسيٽڪ', @@ -261,7 +293,9 @@ return [ 'pap' => 'پاپي امينٽو', 'pau' => 'پلون', 'pcm' => 'نائيجرين پجن', + 'pis' => 'پائجن', 'pl' => 'پولش', + 'pqm' => 'ماليسيٽ پاسماڪئوڊي', 'prg' => 'پرشن', 'ps' => 'پشتو', 'pt' => 'پورٽگليز', @@ -269,6 +303,7 @@ return [ 'quc' => 'ڪچي', 'rap' => 'ريپنوئي', 'rar' => 'ريرو ٽينگو', + 'rhg' => 'روھنگيا', 'rm' => 'رومانش', 'rn' => 'رونڊي', 'ro' => 'روماني', @@ -297,6 +332,7 @@ return [ 'si' => 'سنهالا', 'sk' => 'سلواڪي', 'sl' => 'سلوويني', + 'slh' => 'ڏاکڻي لشوٽسيڊ', 'sm' => 'سموئا', 'sma' => 'ڏکڻ سامي', 'smj' => 'لولي سامي', @@ -311,6 +347,7 @@ return [ 'ss' => 'سواتي', 'ssy' => 'سهو', 'st' => 'ڏکڻ سوٿي', + 'str' => 'اسٽريٽ سليش', 'su' => 'سوڊاني', 'suk' => 'سڪوما', 'sv' => 'سويڊش', @@ -318,30 +355,36 @@ return [ 'swb' => 'ڪمورين', 'syr' => 'شامي', 'ta' => 'تامل', + 'tce' => 'ڏاکڻي ٽچون', 'te' => 'تلگو', 'tem' => 'تمني', 'teo' => 'تيسو', 'tet' => 'تيتم', 'tg' => 'تاجڪ', + 'tgx' => 'ٽئگِش', 'th' => 'ٿائي', + 'tht' => 'ٽهلٽن', 'ti' => 'تگرينيائي', 'tig' => 'تگري', 'tk' => 'ترڪمين', 'tlh' => 'ڪلون', + 'tli' => 'ٽِلنگٽ', 'tn' => 'تسوانا', 'to' => 'تونگن', + 'tok' => 'توڪي پونا', 'tpi' => 'تاڪ پسن', 'tr' => 'ترڪش', 'trv' => 'تاروڪو', 'ts' => 'سونگا', 'tt' => 'تاتار', + 'ttm' => 'اترين ٽچون', 'tum' => 'تمبوڪا', 'tvl' => 'توالو', 'twq' => 'تساوڪي', 'ty' => 'تاهيتي', 'tyv' => 'تووينيائي', 'tzm' => 'وچ اٽلس تمازائيٽ', - 'udm' => 'ادمورتيا', + 'udm' => 'ادمرت', 'ug' => 'يوغور', 'uk' => 'يوڪراني', 'umb' => 'اومبنڊو', @@ -357,6 +400,7 @@ return [ 'wal' => 'وولايٽا', 'war' => 'واري', 'wo' => 'وولوف', + 'wuu' => 'وو چيني', 'xal' => 'ڪيلمڪ', 'xh' => 'زھوسا', 'xog' => 'سوگا', @@ -364,6 +408,7 @@ return [ 'ybb' => 'ييمبا', 'yi' => 'يدش', 'yo' => 'يوروبا', + 'yrl' => 'نھين گاٽو', 'yue' => 'ڪينٽونيز', 'zgh' => 'معياري مراڪشي تامازائيٽ', 'zh' => 'چيني', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/se_FI.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/se_FI.php index e1d1dfc..9a99431 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/se_FI.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/se_FI.php @@ -33,6 +33,5 @@ return [ 'pt_PT' => 'portugálalaš portugálagiella', 'ro_MD' => 'moldávialaš romániagiella', 'zh_Hans' => 'álkes kiinnágiella', - 'zh_Hant' => 'árbevirolaš kiinnágiella', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sh.php index fd9ed07..e30cf5f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sh.php @@ -20,15 +20,18 @@ return [ 'am' => 'amharski', 'an' => 'aragonski', 'ang' => 'staroengleski', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arapski', 'arc' => 'aramejski', 'arn' => 'mapuče', 'arp' => 'arapaho', + 'ars' => 'najdiarapski', 'arw' => 'aravački', 'as' => 'asamski', 'asa' => 'asu', 'ast' => 'asturijski', + 'atj' => 'atikameku', 'av' => 'avarski', 'awa' => 'avadi', 'ay' => 'ajmara', @@ -61,6 +64,7 @@ return [ 'ca' => 'katalonski', 'cad' => 'kado', 'car' => 'karipski', + 'cay' => 'kajuga', 'cch' => 'atsam', 'ccp' => 'čakma', 'ce' => 'čečenski', @@ -77,13 +81,21 @@ return [ 'chr' => 'čeroki', 'chy' => 'čejenski', 'ckb' => 'centralni kurdski', + 'clc' => 'čilkotin', 'co' => 'korzikanski', 'cop' => 'koptski', 'cr' => 'kri', + 'crg' => 'mičif', 'crh' => 'krimskotatarski', + 'crj' => 'jugoistočni kri', + 'crk' => 'plainskri', + 'crl' => 'severoistočni kri', + 'crm' => 'muzkri', + 'crr' => 'karolinški algonkvijan', 'crs' => 'sejšelski kreolski francuski', 'cs' => 'češki', 'csb' => 'kašupski', + 'csw' => 'močvarni kri', 'cu' => 'crkvenoslovenski', 'cv' => 'čuvaški', 'cy' => 'velški', @@ -162,6 +174,7 @@ return [ 'ha' => 'hausa', 'hai' => 'haida', 'haw' => 'havajski', + 'hax' => 'južni haida', 'he' => 'hebrejski', 'hi' => 'hindi', 'hil' => 'hiligajnonski', @@ -173,6 +186,7 @@ return [ 'ht' => 'haićanski', 'hu' => 'mađarski', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'jermenski', 'hz' => 'herero', 'ia' => 'interlingva', @@ -183,6 +197,7 @@ return [ 'ig' => 'igbo', 'ii' => 'sečuanski ji', 'ik' => 'inupik', + 'ikt' => 'zapadnokanadski inuktitut', 'ilo' => 'iloko', 'inh' => 'inguški', 'io' => 'ido', @@ -209,6 +224,7 @@ return [ 'kea' => 'zelenortski', 'kfo' => 'koro', 'kg' => 'kongo', + 'kgp' => 'kaingang', 'kha' => 'kasi', 'kho' => 'kotaneški', 'khq' => 'kojra čiini', @@ -240,6 +256,7 @@ return [ 'kut' => 'kutenaj', 'kv' => 'komi', 'kw' => 'kornvolski', + 'kwk' => 'kvakvala', 'ky' => 'kirgiski', 'la' => 'latinski', 'lad' => 'ladino', @@ -250,6 +267,7 @@ return [ 'lez' => 'lezginski', 'lg' => 'ganda', 'li' => 'limburški', + 'lil' => 'lilut', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laoski', @@ -257,6 +275,7 @@ return [ 'lou' => 'luizijanski kreolski', 'loz' => 'lozi', 'lrc' => 'severni luri', + 'lsm' => 'samia', 'lt' => 'litvanski', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -290,6 +309,7 @@ return [ 'mn' => 'mongolski', 'mnc' => 'mandžurski', 'mni' => 'manipurski', + 'moe' => 'inuajmun', 'moh' => 'mohočki', 'mos' => 'mosi', 'mr' => 'marati', @@ -333,6 +353,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'oksitanski', 'oj' => 'odžibve', + 'ojb' => 'severozapadni odžibva', + 'ojc' => 'centralni odžibva', + 'ojs' => 'odžikri', + 'ojw' => 'zapadni odžibva', + 'oka' => 'okangan', 'om' => 'oromo', 'or' => 'odija', 'os' => 'osetinski', @@ -348,8 +373,10 @@ return [ 'peo' => 'staropersijski', 'phn' => 'feničanski', 'pi' => 'pali', + 'pis' => 'pidžin', 'pl' => 'poljski', 'pon' => 'ponpejski', + 'pqm' => 'malisepasamakvodi', 'prg' => 'pruski', 'pro' => 'starooksitanski', 'ps' => 'paštunski', @@ -396,6 +423,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovački', 'sl' => 'slovenački', + 'slh' => 'južni lašutsid', 'sm' => 'samoanski', 'sma' => 'južni sami', 'smj' => 'lule sami', @@ -412,6 +440,7 @@ return [ 'ss' => 'svazi', 'ssy' => 'saho', 'st' => 'sesoto', + 'str' => 'streicsališ', 'su' => 'sundanski', 'suk' => 'sukuma', 'sus' => 'susu', @@ -422,13 +451,16 @@ return [ 'syc' => 'sirijački', 'syr' => 'sirijski', 'ta' => 'tamilski', + 'tce' => 'južni tačon', 'te' => 'telugu', 'tem' => 'timne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadžički', + 'tgx' => 'tagiš', 'th' => 'tajski', + 'tht' => 'tahltan', 'ti' => 'tigrinja', 'tig' => 'tigre', 'tiv' => 'tiv', @@ -441,12 +473,14 @@ return [ 'tn' => 'cvana', 'to' => 'tonganski', 'tog' => 'njasa tonga', + 'tok' => 'tokipona', 'tpi' => 'tok pisin', 'tr' => 'turski', 'trv' => 'taroko', 'ts' => 'conga', 'tsi' => 'cimšian', 'tt' => 'tatarski', + 'ttm' => 'severni tučon', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', 'tw' => 'tvi', @@ -474,6 +508,7 @@ return [ 'was' => 'vašo', 'wbp' => 'varlpiri', 'wo' => 'volof', + 'wuu' => 'vu kineski', 'xal' => 'kalmički', 'xh' => 'kosa', 'xog' => 'soga', @@ -483,6 +518,7 @@ return [ 'ybb' => 'jemba', 'yi' => 'jidiš', 'yo' => 'joruba', + 'yrl' => 'ningatu', 'yue' => 'kantonski', 'za' => 'džuanški', 'zap' => 'zapotečki', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sh_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sh_BA.php index f729360..5845656 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sh_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sh_BA.php @@ -2,36 +2,23 @@ return [ 'Names' => [ - 'arn' => 'mapudungun', 'be' => 'bjeloruski', 'bm' => 'bamanankan', 'bn' => 'bangla', + 'crl' => 'sjeveroistočni kri', 'de' => 'njemački', + 'frr' => 'sjevernofrizijski', 'gsw' => 'njemački (Švajcarska)', 'ht' => 'haićanski kreolski', - 'lo' => 'laoški', 'lrc' => 'sjeverni luri', - 'moh' => 'mohok', 'nd' => 'sjeverni ndebele', 'nds' => 'niskonjemački', - 'nqo' => 'n’ko', + 'nso' => 'sjeverni soto', + 'ojb' => 'sjeverozapadni odžibva', 'se' => 'sjeverni sami', - 'shi' => 'južni šilha', - 'si' => 'sinhalski', - 'tzm' => 'centralnoatlaski tamašek', - 'xh' => 'isikosa', - 'zgh' => 'standardni marokanski tamašek', - 'zu' => 'isizulu', + 'ttm' => 'sjeverni tučon', ], 'LocalizedNames' => [ - 'ar_001' => 'savremeni standardni arapski', 'de_CH' => 'švajcarski visoki njemački', - 'en_GB' => 'engleski (Velika Britanija)', - 'es_ES' => 'španski (Evropa)', - 'fa_AF' => 'dari', - 'pt_PT' => 'portugalski (Portugal)', - 'sw_CD' => 'kisvahili', - 'zh_Hans' => 'pojednostavljeni kineski', - 'zh_Hant' => 'tradicionalni kineski', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/si.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/si.php index 62a0891..f0b5e6e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/si.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/si.php @@ -16,13 +16,16 @@ return [ 'alt' => 'සතර්න් අල්ටය්', 'am' => 'ඇම්හාරික්', 'an' => 'ඇරගොනීස්', + 'ann' => 'ඔබලෝ', 'anp' => 'අන්ගික', 'ar' => 'අරාබි', 'arn' => 'මපුචෙ', 'arp' => 'ඇරපහො', + 'ars' => 'නජ්ඩි අරාබි', 'as' => 'ඇසෑම්', 'asa' => 'අසු', 'ast' => 'ඇස්ටියුරියන්', + 'atj' => 'ඇටිකමෙක්ව්', 'av' => 'ඇවරික්', 'awa' => 'අවදි', 'ay' => 'අයිමරා', @@ -48,6 +51,7 @@ return [ 'bug' => 'බුගිනීස්', 'byn' => 'බ්ලින්', 'ca' => 'කැටලන්', + 'cay' => 'කයුගා', 'ccp' => 'චක්මා', 'ce' => 'චෙච්නියානු', 'ceb' => 'සෙබුඅනො', @@ -56,12 +60,21 @@ return [ 'chk' => 'චූකීස්', 'chm' => 'මරි', 'cho' => 'චොක්ටොව්', + 'chp' => 'චිපෙවියන්', 'chr' => 'චෙරොකී', 'chy' => 'චෙයෙන්නෙ', 'ckb' => 'සොරානි කුර්දිෂ්', + 'clc' => 'චිල්කොටින්', 'co' => 'කෝසිකානු', + 'crg' => 'මිචිෆ්', + 'crj' => 'දකුණු නැගෙනහිර ක්‍රී', + 'crk' => 'ප්ලේන්ස් ක්‍රී', + 'crl' => 'උතුරු නැගෙනහිර ක්‍රී', + 'crm' => 'මූස් ක්‍රී', + 'crr' => 'කැරොලිනා ඇල්ගොන්කියන්', 'crs' => 'සෙසෙල්ව ක්‍රොල් ෆ්‍රෙන්ච්', 'cs' => 'චෙක්', + 'csw' => 'මඩ වගුරු ක්‍රී', 'cu' => 'චර්ච් ස්ලැවික්', 'cv' => 'චවේෂ්', 'cy' => 'වෙල්ෂ්', @@ -98,6 +111,8 @@ return [ 'fo' => 'ෆාරෝස්', 'fon' => 'ෆොන්', 'fr' => 'ප්‍රංශ', + 'frc' => 'කජුන් ප්‍රංශ', + 'frr' => 'උතුරු ෆ්‍රිසියානු', 'fur' => 'ෆ්‍රියුලියන්', 'fy' => 'බටහිර ෆ්‍රිසියානු', 'ga' => 'අයර්ලන්ත', @@ -116,8 +131,10 @@ return [ 'gv' => 'මැන්ක්ස්', 'gwi' => 'ග්විචින්', 'ha' => 'හෝසා', + 'hai' => 'හයිඩා', 'hak' => 'හකා චයිනිස්', 'haw' => 'හවායි', + 'hax' => 'දකුණු හයිඩා', 'he' => 'හීබෲ', 'hi' => 'හින්දි', 'hil' => 'හිලිගෙනන්', @@ -128,6 +145,7 @@ return [ 'ht' => 'හයිටි', 'hu' => 'හන්ගේරියානු', 'hup' => 'හුපා', + 'hur' => 'හල්කොමලෙම්', 'hy' => 'ආර්මේනියානු', 'hz' => 'හෙරෙරො', 'ia' => 'ඉන්ටලින්ගුආ', @@ -136,6 +154,7 @@ return [ 'id' => 'ඉන්දුනීසියානු', 'ig' => 'ඉග්බෝ', 'ii' => 'සිචුආන් යී', + 'ikt' => 'බටහිර කැනේඩියානු ඉනුක්ටිටුට්', 'ilo' => 'ඉලොකො', 'inh' => 'ඉන්ගුෂ්', 'io' => 'ඉඩො', @@ -157,6 +176,7 @@ return [ 'kde' => 'මැකොන්ඩ්', 'kea' => 'කබුවෙර්ඩියානු', 'kfo' => 'කොරො', + 'kgp' => 'කයිංගං', 'kha' => 'ඛසි', 'khq' => 'කොයිරා චිනි', 'ki' => 'කිකුයු', @@ -184,6 +204,7 @@ return [ 'kum' => 'කුමික්', 'kv' => 'කොමි', 'kw' => 'කෝනීසියානු', + 'kwk' => 'ක්වාක්වාලා', 'ky' => 'කිර්ගිස්', 'la' => 'ලතින්', 'lad' => 'ලඩිනො', @@ -192,11 +213,14 @@ return [ 'lez' => 'ලෙස්ගියන්', 'lg' => 'ගන්ඩා', 'li' => 'ලිම්බර්ගිශ්', + 'lil' => 'ලිලූට්', 'lkt' => 'ලකොට', 'ln' => 'ලින්ගලා', 'lo' => 'ලාඕ', + 'lou' => 'ලුසියානා ක්‍රියෝල්', 'loz' => 'ලොසි', 'lrc' => 'උතුරු ලුරි', + 'lsm' => 'සාමියා', 'lt' => 'ලිතුවේනියානු', 'lu' => 'ලුබා-කටන්ගා', 'lua' => 'ලුබ-ලුලුඅ', @@ -225,6 +249,7 @@ return [ 'ml' => 'මලයාලම්', 'mn' => 'මොංගෝලියානු', 'mni' => 'මනිපුරි', + 'moe' => 'ඉනු-අයිමුන්', 'moh' => 'මොහොව්ක්', 'mos' => 'මොස්සි', 'mr' => 'මරාති', @@ -262,6 +287,11 @@ return [ 'ny' => 'න්යන්ජා', 'nyn' => 'නයන්කෝලෙ', 'oc' => 'ඔසිටාන්', + 'ojb' => 'වයඹ ඔජිබ්වා', + 'ojc' => 'මධ්‍යම ඔජිබ්වා', + 'ojs' => 'ඔජි-ක්‍රී', + 'ojw' => 'බටහිර ඔජිබ්වා', + 'oka' => 'ඔකනගන්', 'om' => 'ඔරොමෝ', 'or' => 'ඔඩියා', 'os' => 'ඔසිටෙක්', @@ -271,7 +301,9 @@ return [ 'pap' => 'පපියමෙන්ටො', 'pau' => 'පලවුවන්', 'pcm' => 'නෛජීරියන් පෙන්ගින්', + 'pis' => 'පිජින්', 'pl' => 'පෝලන්ත', + 'pqm' => 'මලිසීට්-පස්සමකුඩි', 'prg' => 'පෘශියන්', 'ps' => 'පෂ්ටො', 'pt' => 'පෘතුගීසි', @@ -309,6 +341,7 @@ return [ 'si' => 'සිංහල', 'sk' => 'ස්ලෝවැක්', 'sl' => 'ස්ලෝවේනියානු', + 'slh' => 'දකුණු ලුෂූට්සීඩ්', 'sm' => 'සෑමොඅන්', 'sma' => 'දකුණු සාමි', 'smj' => 'ලුලේ සාමි', @@ -323,6 +356,7 @@ return [ 'ss' => 'ස්වති', 'ssy' => 'සහො', 'st' => 'සතර්න් සොතො', + 'str' => 'සාලිෂ්ස මුද්ර සන්ධිය', 'su' => 'සන්ඩනීසියානු', 'suk' => 'සුකුමා', 'sv' => 'ස්වීඩන්', @@ -330,23 +364,29 @@ return [ 'swb' => 'කොමොරියන්', 'syr' => 'ස්‍රයෑක්', 'ta' => 'දෙමළ', + 'tce' => 'දකුණු ටචෝන්', 'te' => 'තෙළිඟු', 'tem' => 'ටිම්නෙ', 'teo' => 'ටෙසෝ', 'tet' => 'ටේටම්', 'tg' => 'ටජික්', + 'tgx' => 'ටැගිෂ්', 'th' => 'තායි', + 'tht' => 'ටැල්ටන්', 'ti' => 'ටිග්‍රින්යා', 'tig' => 'ටීග්‍රෙ', 'tk' => 'ටර්ක්මෙන්', 'tlh' => 'ක්ලින්ගොන්', + 'tli' => 'ට්ලින්ගිට්', 'tn' => 'ස්වනා', 'to' => 'ටොංගා', + 'tok' => 'ටෝකි පොනා', 'tpi' => 'ටොක් පිසින්', 'tr' => 'තුර්කි', 'trv' => 'ටරොකො', 'ts' => 'සොන්ග', 'tt' => 'ටාටර්', + 'ttm' => 'උතුරු ටචෝන්', 'tum' => 'ටුම්බුකා', 'tvl' => 'ටුවාලු', 'twq' => 'ටසවාක්', @@ -378,6 +418,7 @@ return [ 'ybb' => 'යෙම්බා', 'yi' => 'යිඩිශ්', 'yo' => 'යොරූබා', + 'yrl' => 'නොහීඟටු', 'yue' => 'කැන්ටොනීස්', 'zgh' => 'සම්මත මොරොක්කෝ ටමසිග්ත්', 'zh' => 'චීන', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sk.php index 19fb5fb..56bf92f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sk.php @@ -20,6 +20,7 @@ return [ 'am' => 'amharčina', 'an' => 'aragónčina', 'ang' => 'stará angličtina', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabčina', 'arc' => 'aramejčina', @@ -30,6 +31,7 @@ return [ 'as' => 'ásamčina', 'asa' => 'asu', 'ast' => 'astúrčina', + 'atj' => 'atikamekwčina', 'av' => 'avarčina', 'awa' => 'awadhi', 'ay' => 'aymarčina', @@ -86,13 +88,21 @@ return [ 'chr' => 'čerokí', 'chy' => 'čejenčina', 'ckb' => 'kurdčina (sorání)', + 'clc' => 'chilcotin', 'co' => 'korzičtina', 'cop' => 'koptčina', 'cr' => 'krí', + 'crg' => 'michif', 'crh' => 'krymská tatárčina', + 'crj' => 'cree (juhovýchod)', + 'crk' => 'plains cree', + 'crl' => 'northern east cree', + 'crm' => 'moose cree', + 'crr' => 'karolínska algonkčina', 'crs' => 'seychelská kreolčina', 'cs' => 'čeština', 'csb' => 'kašubčina', + 'csw' => 'swampy cree', 'cu' => 'cirkevná slovančina', 'cv' => 'čuvaština', 'cy' => 'waleština', @@ -171,6 +181,7 @@ return [ 'ha' => 'hauština', 'hai' => 'haida', 'haw' => 'havajčina', + 'hax' => 'haida (juh)', 'he' => 'hebrejčina', 'hi' => 'hindčina', 'hil' => 'hiligajnončina', @@ -182,6 +193,7 @@ return [ 'ht' => 'haitská kreolčina', 'hu' => 'maďarčina', 'hup' => 'hupčina', + 'hur' => 'halkomelem', 'hy' => 'arménčina', 'hz' => 'herero', 'ia' => 'interlingua', @@ -192,6 +204,7 @@ return [ 'ig' => 'igboština', 'ii' => 's’čchuanská iovčina', 'ik' => 'inupik', + 'ikt' => 'inuktitut (západná Kanada)', 'ilo' => 'ilokánčina', 'inh' => 'inguština', 'io' => 'ido', @@ -219,6 +232,7 @@ return [ 'kea' => 'kapverdčina', 'kfo' => 'koro', 'kg' => 'kongčina', + 'kgp' => 'kaingang', 'kha' => 'khasijčina', 'kho' => 'chotančina', 'khq' => 'západná songhajčina', @@ -249,6 +263,7 @@ return [ 'kut' => 'kutenajčina', 'kv' => 'komijčina', 'kw' => 'kornčina', + 'kwk' => 'kwakʼwala', 'ky' => 'kirgizština', 'la' => 'latinčina', 'lad' => 'židovská španielčina', @@ -259,6 +274,7 @@ return [ 'lez' => 'lezginčina', 'lg' => 'gandčina', 'li' => 'limburčina', + 'lil' => 'lillooet', 'lkt' => 'lakotčina', 'ln' => 'lingalčina', 'lo' => 'laoština', @@ -266,6 +282,7 @@ return [ 'lou' => 'kreolčina (Louisiana)', 'loz' => 'lozi', 'lrc' => 'severné luri', + 'lsm' => 'saamia', 'lt' => 'litovčina', 'lu' => 'lubčina (katanžská)', 'lua' => 'lubčina (luluánska)', @@ -301,6 +318,7 @@ return [ 'mn' => 'mongolčina', 'mnc' => 'mandžuština', 'mni' => 'manípurčina', + 'moe' => 'innu-aimunčina', 'moh' => 'mohawkčina', 'mos' => 'mossi', 'mr' => 'maráthčina', @@ -345,6 +363,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'okcitánčina', 'oj' => 'odžibva', + 'ojb' => 'northwestern ojibwa', + 'ojc' => 'centrálna odžibvejčina', + 'ojs' => 'oji-cree', + 'ojw' => 'ojibwa (západ)', + 'oka' => 'okanagan', 'om' => 'oromčina', 'or' => 'uríjčina', 'os' => 'osetčina', @@ -360,8 +383,10 @@ return [ 'peo' => 'stará perzština', 'phn' => 'feničtina', 'pi' => 'pálí', + 'pis' => 'pidžin', 'pl' => 'poľština', 'pon' => 'pohnpeiština', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'pruština', 'pro' => 'stará okcitánčina', 'ps' => 'paštčina', @@ -410,6 +435,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovenčina', 'sl' => 'slovinčina', + 'slh' => 'lushootseed (juh)', 'sm' => 'samojčina', 'sma' => 'saamčina (južná)', 'smj' => 'saamčina (lulská)', @@ -426,6 +452,7 @@ return [ 'ss' => 'svazijčina', 'ssy' => 'saho', 'st' => 'sothčina (južná)', + 'str' => 'straits salish', 'su' => 'sundčina', 'suk' => 'sukuma', 'sus' => 'susu', @@ -436,13 +463,16 @@ return [ 'syc' => 'sýrčina (klasická)', 'syr' => 'sýrčina', 'ta' => 'tamilčina', + 'tce' => 'tutchone (juh)', 'te' => 'telugčina', 'tem' => 'temne', 'teo' => 'teso', 'ter' => 'terêna', 'tet' => 'tetumčina', 'tg' => 'tadžičtina', + 'tgx' => 'tagiš', 'th' => 'thajčina', + 'tht' => 'tahltan', 'ti' => 'tigriňa', 'tig' => 'tigrejčina', 'tiv' => 'tiv', @@ -455,12 +485,14 @@ return [ 'tn' => 'tswančina', 'to' => 'tongčina', 'tog' => 'ňasa tonga', + 'tok' => 'toki pona', 'tpi' => 'novoguinejský pidžin', 'tr' => 'turečtina', 'trv' => 'taroko', 'ts' => 'tsongčina', 'tsi' => 'cimšjančina', 'tt' => 'tatárčina', + 'ttm' => 'northern tutchone', 'tum' => 'tumbuka', 'tvl' => 'tuvalčina', 'tw' => 'twi', @@ -488,6 +520,7 @@ return [ 'was' => 'washo', 'wbp' => 'warlpiri', 'wo' => 'wolofčina', + 'wuu' => 'čínština (wu)', 'xal' => 'kalmyčtina', 'xh' => 'xhoština', 'xog' => 'soga', @@ -497,6 +530,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'jidiš', 'yo' => 'jorubčina', + 'yrl' => 'nheengatu', 'yue' => 'kantončina', 'za' => 'čuangčina', 'zap' => 'zapotéčtina', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sl.php index 855dbcb..2796d9e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sl.php @@ -20,15 +20,18 @@ return [ 'am' => 'amharščina', 'an' => 'aragonščina', 'ang' => 'stara angleščina', + 'ann' => 'obolo', 'anp' => 'angikaščina', 'ar' => 'arabščina', 'arc' => 'aramejščina', 'arn' => 'mapudungunščina', 'arp' => 'arapaščina', + 'ars' => 'nadždska arabščina', 'arw' => 'aravaščina', 'as' => 'asamščina', 'asa' => 'asujščina', 'ast' => 'asturijščina', + 'atj' => 'atikamekwščina', 'av' => 'avarščina', 'awa' => 'avadščina', 'ay' => 'ajmarščina', @@ -61,6 +64,7 @@ return [ 'ca' => 'katalonščina', 'cad' => 'kadoščina', 'car' => 'karibski jezik', + 'cay' => 'kajuščina', 'ccp' => 'chakma', 'ce' => 'čečenščina', 'ceb' => 'sebuanščina', @@ -76,13 +80,21 @@ return [ 'chr' => 'čerokeščina', 'chy' => 'čejenščina', 'ckb' => 'soranska kurdščina', + 'clc' => 'čilkotinščina', 'co' => 'korziščina', 'cop' => 'koptščina', 'cr' => 'krijščina', + 'crg' => 'mičifščina', 'crh' => 'krimska tatarščina', + 'crj' => 'jugovzhodna krijščina', + 'crk' => 'nižinska krijščina', + 'crl' => 'severovzhodna krijščina', + 'crm' => 'moose-krijščina', + 'crr' => 'karolinska algonkinščina', 'crs' => 'sejšelska francoska kreolščina', 'cs' => 'češčina', 'csb' => 'kašubščina', + 'csw' => 'močvirska krijščina', 'cu' => 'stara cerkvena slovanščina', 'cv' => 'čuvaščina', 'cy' => 'valižanščina', @@ -161,6 +173,7 @@ return [ 'ha' => 'havščina', 'hai' => 'haidščina', 'haw' => 'havajščina', + 'hax' => 'južna haidščina', 'he' => 'hebrejščina', 'hi' => 'hindijščina', 'hil' => 'hiligajnonščina', @@ -172,6 +185,7 @@ return [ 'ht' => 'haitijska kreolščina', 'hu' => 'madžarščina', 'hup' => 'hupa', + 'hur' => 'halkomelenščina', 'hy' => 'armenščina', 'hz' => 'herero', 'ia' => 'interlingva', @@ -182,6 +196,7 @@ return [ 'ig' => 'igboščina', 'ii' => 'sečuanska jiščina', 'ik' => 'inupiaščina', + 'ikt' => 'zahodna kanadska inuktituščina', 'ilo' => 'ilokanščina', 'inh' => 'inguščina', 'io' => 'ido', @@ -208,6 +223,7 @@ return [ 'kea' => 'zelenortskootoška kreolščina', 'kfo' => 'koro', 'kg' => 'kongovščina', + 'kgp' => 'kaingangščina', 'kha' => 'kasi', 'kho' => 'kotanščina', 'khq' => 'koyra chiini', @@ -238,6 +254,7 @@ return [ 'kut' => 'kutenajščina', 'kv' => 'komijščina', 'kw' => 'kornijščina', + 'kwk' => 'kvakvala', 'ky' => 'kirgiščina', 'la' => 'latinščina', 'lad' => 'ladinščina', @@ -248,6 +265,7 @@ return [ 'lez' => 'lezginščina', 'lg' => 'ganda', 'li' => 'limburščina', + 'lil' => 'lilovetščina', 'lkt' => 'lakotščina', 'ln' => 'lingala', 'lo' => 'laoščina', @@ -255,6 +273,7 @@ return [ 'lou' => 'louisianska kreolščina', 'loz' => 'lozi', 'lrc' => 'severna lurijščina', + 'lsm' => 'saamijščina', 'lt' => 'litovščina', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -288,6 +307,7 @@ return [ 'mn' => 'mongolščina', 'mnc' => 'mandžurščina', 'mni' => 'manipurščina', + 'moe' => 'inuaimunščina', 'moh' => 'mohoščina', 'mos' => 'mosijščina', 'mr' => 'maratščina', @@ -332,6 +352,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'okcitanščina', 'oj' => 'anašinabščina', + 'ojb' => 'severozahodna očipvejščina', + 'ojc' => 'osrednja očipvejščina', + 'ojs' => 'oči-krijščina', + 'ojw' => 'zahodna očipvejščina', + 'oka' => 'okanaganščina', 'om' => 'oromo', 'or' => 'odijščina', 'os' => 'osetinščina', @@ -346,8 +371,10 @@ return [ 'peo' => 'stara perzijščina', 'phn' => 'feničanščina', 'pi' => 'palijščina', + 'pis' => 'pidžin', 'pl' => 'poljščina', 'pon' => 'ponpejščina', + 'pqm' => 'maliseet-passamaquoddščina', 'prg' => 'stara pruščina', 'pro' => 'stara provansalščina', 'ps' => 'paštunščina', @@ -394,6 +421,7 @@ return [ 'sid' => 'sidamščina', 'sk' => 'slovaščina', 'sl' => 'slovenščina', + 'slh' => 'južna lušucidščina', 'sm' => 'samoanščina', 'sma' => 'južna samijščina', 'smj' => 'luleška samijščina', @@ -409,6 +437,7 @@ return [ 'ss' => 'svazijščina', 'ssy' => 'saho', 'st' => 'sesoto', + 'str' => 'ožinska sališčina', 'su' => 'sundanščina', 'suk' => 'sukuma', 'sus' => 'susujščina', @@ -419,12 +448,15 @@ return [ 'syc' => 'klasična sirščina', 'syr' => 'sirščina', 'ta' => 'tamilščina', + 'tce' => 'južna tučonščina', 'te' => 'telugijščina', 'tem' => 'temnejščina', 'teo' => 'teso', 'tet' => 'tetumščina', 'tg' => 'tadžiščina', + 'tgx' => 'tagiščina', 'th' => 'tajščina', + 'tht' => 'taltanščina', 'ti' => 'tigrajščina', 'tig' => 'tigrejščina', 'tiv' => 'tivščina', @@ -437,12 +469,14 @@ return [ 'tn' => 'cvanščina', 'to' => 'tongščina', 'tog' => 'malavijska tongščina', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turščina', 'trv' => 'taroko', 'ts' => 'congščina', 'tsi' => 'tsimščina', 'tt' => 'tatarščina', + 'ttm' => 'severna tučonščina', 'tum' => 'tumbukščina', 'tvl' => 'tuvalujščina', 'tw' => 'tvi', @@ -470,6 +504,7 @@ return [ 'was' => 'vašajščina', 'wbp' => 'varlpirščina', 'wo' => 'volofščina', + 'wuu' => 'wu-kitajščina', 'xal' => 'kalmiščina', 'xh' => 'koščina', 'xog' => 'sogščina', @@ -479,6 +514,7 @@ return [ 'ybb' => 'jembajščina', 'yi' => 'jidiš', 'yo' => 'jorubščina', + 'yrl' => 'nheengatu', 'yue' => 'kantonščina', 'zap' => 'zapoteščina', 'zbl' => 'znakovni jezik Bliss', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/so.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/so.php index 7369bfa..874c127 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/so.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/so.php @@ -2,48 +2,96 @@ return [ 'Names' => [ + 'ab' => 'U dhashay Abkhazia', + 'ace' => 'Shiinays', + 'ada' => 'Adangme', + 'ady' => 'U dhashay Ady', 'af' => 'Afrikaanka', 'agq' => 'Ageem', + 'ain' => 'U dhashay Ain', 'ak' => 'Akan', - 'am' => 'Axmaari', + 'ale' => 'U dhashay Ale', + 'alt' => 'Southern Altai', + 'am' => 'Axmaar', + 'an' => 'U dhashay Aragon', + 'ann' => 'Obolo', + 'anp' => 'U dhashay Anp', 'ar' => 'Carabi', + 'arn' => 'Mapuche', + 'arp' => 'U dhashay Arap', + 'ars' => 'Najdi Arabic', 'as' => 'Asaamiis', 'asa' => 'Asu', 'ast' => 'Astuuriyaan', + 'atj' => 'Atikamekw', + 'av' => 'U dhashay Avar', + 'awa' => 'Awa', + 'ay' => 'U dhashay Aymar', 'az' => 'Asarbayjan', + 'ba' => 'Bashkir', + 'ban' => 'U dhashay Baline', 'bas' => 'Basaa', 'be' => 'Beleruusiyaan', 'bem' => 'Bemba', 'bez' => 'Bena', 'bg' => 'Bulgeeriyaan', + 'bho' => 'U dhashay Bhohp', + 'bi' => 'U dhashay Bislam', + 'bin' => 'U dhashay Bin', + 'bla' => 'Siksiká', 'bm' => 'Bambaara', 'bn' => 'Bangladesh', 'bo' => 'Tibeetaan', 'br' => 'Biriton', 'brx' => 'Bodo', 'bs' => 'Bosniyaan', + 'bug' => 'U dhashay Bugin', + 'byn' => 'U dhashay Byn', 'ca' => 'Katalaan', + 'cay' => 'Cayuga', 'ccp' => 'Jakma', 'ce' => 'Jejen', 'ceb' => 'Sebuano', 'cgg' => 'Jiga', + 'ch' => 'Chamorro', + 'chk' => 'Chuukese', + 'chm' => 'Mari', + 'cho' => 'Choctaw', + 'chp' => 'Chipewyan', 'chr' => 'Jerookee', + 'chy' => 'Cheyenne', 'ckb' => 'Bartamaha Kurdish', + 'clc' => 'Chilcotin', 'co' => 'Korsikan', + 'crg' => 'Michif', + 'crj' => 'Southern East Cree', + 'crk' => 'Plains Cree', + 'crl' => 'Northern East Cree', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina Algonquian', 'cs' => 'Jeeg', + 'csw' => 'Swampy Cree', 'cu' => 'Kaniisadda Islaafik', + 'cv' => 'Chuvash', 'cy' => 'Welsh', 'da' => 'Dhaanish', + 'dak' => 'Dakota', + 'dar' => 'Dargwa', 'dav' => 'Taiita', 'de' => 'Jarmal', + 'dgr' => 'Dogrib', 'dje' => 'Sarma', 'doi' => 'Dogri', 'dsb' => 'Soorbiyaanka Hoose', 'dua' => 'Duaala', + 'dv' => 'Divehi', 'dyo' => 'Joola-Foonyi', 'dz' => 'D’zongqa', + 'dzg' => 'Dazaga', 'ebu' => 'Embu', 'ee' => 'Eewe', + 'efi' => 'Efik', + 'eka' => 'Ekajuk', 'el' => 'Giriik', 'en' => 'Ingiriisi', 'eo' => 'Isberaanto', @@ -55,178 +103,312 @@ return [ 'ff' => 'Fuulah', 'fi' => 'Finishka', 'fil' => 'Filibiino', + 'fj' => 'Fijian', 'fo' => 'Farowsi', + 'fon' => 'Fon', 'fr' => 'Faransiis', 'frc' => 'Faransiiska Cajun', + 'frr' => 'Northern Frisian', 'fur' => 'Firiyuuliyaan', 'fy' => 'Firiisiyan Galbeed', 'ga' => 'Ayrish', + 'gaa' => 'Ga', 'gd' => 'Iskot Giilik', + 'gez' => 'Geez', + 'gil' => 'Gilbertese', 'gl' => 'Galiisiyaan', + 'gn' => 'Guarani', + 'gor' => 'Gorontalo', 'gsw' => 'Jarmal Iswiis', 'gu' => 'Gujaraati', 'guz' => 'Guusii', 'gv' => 'Mankis', + 'gwi' => 'Gwichʼin', 'ha' => 'Hawsa', + 'hai' => 'Haida', 'haw' => 'Hawaay', + 'hax' => 'Southern Haida', 'he' => 'Cibraani', 'hi' => 'Hindi', + 'hil' => 'Hiligaynon', 'hmn' => 'Hamong', 'hr' => 'Koro’eeshiyaan', 'hsb' => 'Sorobiyaanka Sare', 'ht' => 'Heeytiyaan Karawle', 'hu' => 'Hangariyaan', + 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armeeniyaan', + 'hz' => 'Herero', 'ia' => 'Interlinguwa', + 'iba' => 'Iban', + 'ibb' => 'Ibibio', 'id' => 'Indunusiyaan', 'ig' => 'Igbo', 'ii' => 'Sijuwan Yi', + 'ikt' => 'Western Canadian Inuktitut', + 'ilo' => 'Iloko', + 'inh' => 'Ingush', + 'io' => 'Ido', 'is' => 'Ayslandays', 'it' => 'Talyaani', + 'iu' => 'Inuktitut', 'ja' => 'Jabaaniis', + 'jbo' => 'Lojban', 'jgo' => 'Ingoomba', 'jmc' => 'Chaga', 'jv' => 'Jafaaniis', 'ka' => 'Joorijiyaan', 'kab' => 'Kabayle', + 'kac' => 'Kachin', + 'kaj' => 'Jju', 'kam' => 'Kaamba', + 'kbd' => 'U dhashay Kabardia', + 'kcg' => 'Tyap', 'kde' => 'Kimakonde', 'kea' => 'Kabuferdiyanu', + 'kfo' => 'Koro', + 'kgp' => 'Kaingang', + 'kha' => 'Khasi', 'khq' => 'Koyra Jiini', 'ki' => 'Kikuuyu', + 'kj' => 'Kuanyama', 'kk' => 'Kasaaq', 'kkj' => 'Kaako', 'kl' => 'Kalaallisuut', - 'kln' => 'Kalenjiin', + 'kln' => 'Kalenjin', 'km' => 'Kamboodhian', + 'kmb' => 'Kimbundu', 'kn' => 'Kannadays', 'ko' => 'Kuuriyaan', 'kok' => 'Konkani', + 'kpe' => 'Kpelle', + 'kr' => 'Kanuri', + 'krc' => 'Karachay-Balkar', + 'krl' => 'Karelian', + 'kru' => 'Kurukh', 'ks' => 'Kaashmiir', 'ksb' => 'Shambaala', - 'ksf' => 'Bafiya', + 'ksf' => 'Bafia', 'ksh' => 'Kologniyaan', 'ku' => 'Kurdishka', + 'kum' => 'Kumyk', + 'kv' => 'Komi', 'kw' => 'Kornish', + 'kwk' => 'Kwakʼwala', 'ky' => 'Kirgiis', 'la' => 'Laatiin', + 'lad' => 'Ladino', 'lag' => 'Laangi', 'lb' => 'Luksaamboorgish', + 'lez' => 'Lezghian', 'lg' => 'Gandha', + 'li' => 'Limburgish', + 'lil' => 'Lillooet', 'lkt' => 'Laakoota', 'ln' => 'Lingala', 'lo' => 'Lao', 'lou' => 'Louisiana Creole', + 'loz' => 'Lozi', 'lrc' => 'Luri Waqooyi', + 'lsm' => 'Saamia', 'lt' => 'Lituwaanays', 'lu' => 'Luuba-kataanga', + 'lua' => 'Luba-Lulua', + 'lun' => 'Lunda', 'luo' => 'Luwada', + 'lus' => 'Mizo', 'luy' => 'Luyia', 'lv' => 'Laatfiyaan', + 'mad' => 'Madurese', + 'mag' => 'Magahi', 'mai' => 'Dadka Maithili', + 'mak' => 'Makasar', 'mas' => 'Masaay', + 'mdf' => 'Moksha', + 'men' => 'Mende', 'mer' => 'Meeru', 'mfe' => 'Moorisayn', 'mg' => 'Malagaasi', 'mgh' => 'Makhuwa', 'mgo' => 'Meetaa', + 'mh' => 'Marshallese', 'mi' => 'Maaoori', + 'mic' => 'Mi\'kmaq', + 'min' => 'Minangkabau', 'mk' => 'Masadooniyaan', 'ml' => 'Malayalam', 'mn' => 'Mangooli', 'mni' => 'Maniburi', + 'moe' => 'Innu-aimun', + 'moh' => 'Mohawk', + 'mos' => 'Mossi', 'mr' => 'Maarati', 'ms' => 'Malaay', 'mt' => 'Maltiis', 'mua' => 'Miyundhaang', + 'mus' => 'Muscogee', + 'mwl' => 'Mirandese', 'my' => 'Burmese', + 'myv' => 'Erzya', 'mzn' => 'Masanderaani', + 'na' => 'Nauru', + 'nap' => 'Neapolitan', 'naq' => 'Nama', 'nb' => 'Nawrijii Bokmål', 'nd' => 'Indhebeele Waqooyi', 'nds' => 'Jarmal Hooseeya', 'ne' => 'Nebaali', + 'new' => 'Newari', + 'ng' => 'Ndonga', + 'nia' => 'Nias', + 'niu' => 'Niuean', 'nl' => 'Holandays', 'nmg' => 'Kuwaasiyo', 'nn' => 'Nawriijiga Nynorsk', 'nnh' => 'Ingiyembuun', 'no' => 'Nawriiji', + 'nog' => 'Nogai', + 'nqo' => 'N’Ko', + 'nr' => 'South Ndebele', + 'nso' => 'Northern Sotho', 'nus' => 'Nuweer', + 'nv' => 'Navajo', 'ny' => 'Inyaanja', 'nyn' => 'Inyankoole', + 'oc' => 'Occitan', + 'ojb' => 'Northwestern Ojibwa', + 'ojc' => 'Central Ojibwa', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Western Ojibwa', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Oodhiya', 'os' => 'Oseetic', 'pa' => 'Bunjaabi', + 'pag' => 'Pangasinan', + 'pam' => 'Pampanga', + 'pap' => 'Papiamento', + 'pau' => 'Palauan', 'pcm' => 'Bidjinka Nayjeeriya', + 'pis' => 'Pijin', 'pl' => 'Boolish', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Brashiyaanki Hore', 'ps' => 'Bashtuu', 'pt' => 'Boortaqiis', 'qu' => 'Quwejuwa', + 'rap' => 'Rapanui', + 'rar' => 'Rarotongan', 'rhg' => 'Rohingya', 'rm' => 'Romaanis', 'rn' => 'Rundhi', 'ro' => 'Romanka', 'rof' => 'Rombo', 'ru' => 'Ruush', + 'rup' => 'U dhashay Aromania', 'rw' => 'Ruwaandha', 'rwk' => 'Raawa', 'sa' => 'Sanskrit', + 'sad' => 'Sandawe', 'sah' => 'Saaqa', 'saq' => 'Sambuuru', 'sat' => 'Santali', + 'sba' => 'Ngambay', 'sbp' => 'Sangu', + 'sc' => 'Sardinian', + 'scn' => 'Sicilian', + 'sco' => 'Scots', 'sd' => 'Siindhi', 'se' => 'Sami Waqooyi', 'seh' => 'Seena', 'ses' => 'Koyraboro Seenni', 'sg' => 'Sango', 'shi' => 'Shilha', + 'shn' => 'Shan', 'si' => 'Sinhaleys', 'sk' => 'Isloofaak', 'sl' => 'Islofeeniyaan', + 'slh' => 'Southern Lushootseed', 'sm' => 'Samowan', 'smn' => 'Inaari Saami', + 'sms' => 'Skolt Sami', 'sn' => 'Shoona', + 'snk' => 'Soninke', 'so' => 'Soomaali', 'sq' => 'Albeeniyaan', 'sr' => 'Seerbiyaan', + 'srn' => 'Sranan Tongo', + 'ss' => 'Swati', 'st' => 'Sesooto', + 'str' => 'Straits Salish', 'su' => 'Suudaaniis', + 'suk' => 'Sukuma', 'sv' => 'Iswiidhish', 'sw' => 'Sawaaxili', + 'swb' => 'Comorian', + 'syr' => 'Syria', 'ta' => 'Tamiil', + 'tce' => 'Southern Tutchone', 'te' => 'Teluugu', + 'tem' => 'Timne', 'teo' => 'Teeso', + 'tet' => 'Tetum', 'tg' => 'Taajik', + 'tgx' => 'Tagish', 'th' => 'Taaylandays', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', + 'tig' => 'Tigre', 'tk' => 'Turkumaanish', + 'tlh' => 'Klingon', + 'tli' => 'Tlingit', + 'tn' => 'Tswana', 'to' => 'Toongan', + 'tok' => 'Toki Pona', + 'tpi' => 'Tok Pisin', 'tr' => 'Turkish', + 'trv' => 'Taroko', + 'ts' => 'Tsonga', 'tt' => 'Taatar', + 'ttm' => 'Northern Tutchone', + 'tum' => 'Tumbuka', + 'tvl' => 'Tuvalu', 'twq' => 'Tasaawaq', + 'ty' => 'Tahitian', + 'tyv' => 'Tuvinia', 'tzm' => 'Bartamaha Atlaas Tamasayt', + 'udm' => 'Udmurt', 'ug' => 'Uighur', 'uk' => 'Yukreeniyaan', + 'umb' => 'Umbundu', 'ur' => 'Urduu', 'uz' => 'Usbakis', 'vai' => 'Faayi', + 've' => 'Venda', 'vi' => 'Fiitnaamays', 'vo' => 'Folabuuk', 'vun' => 'Fuunjo', + 'wa' => 'Walloon', 'wae' => 'Walseer', + 'wal' => 'Wolaytta', + 'war' => 'Waray', 'wo' => 'Woolof', + 'wuu' => 'Wu Chinese', + 'xal' => 'Kalmyk', 'xh' => 'Hoosta', 'xog' => 'Sooga', 'yav' => 'Yaangbeen', + 'ybb' => 'Yemba', 'yi' => 'Yadhish', 'yo' => 'Yoruuba', + 'yrl' => 'Nheengatu', 'yue' => 'Kantoneese', 'zgh' => 'Morokaanka Tamasayt Rasmiga', 'zh' => 'Shiinaha Mandarin', 'zu' => 'Zuulu', + 'zun' => 'Zuni', + 'zza' => 'Zaza', ], 'LocalizedNames' => [ 'ar_001' => 'Carabiga rasmiga ah', @@ -242,6 +424,7 @@ return [ 'fa_AF' => 'Faarsi', 'fr_CA' => 'Faransiiska Kanada', 'fr_CH' => 'Faransiis (Iswiiserlaand)', + 'hi_Latn' => 'Hindi (Latin)', 'nl_BE' => 'Af faleemi', 'pt_BR' => 'Boortaqiiska Baraasiil', 'pt_PT' => 'Boortaqiis (Boortuqaal)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sq.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sq.php index 8f38618..92619ca 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sq.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sq.php @@ -15,13 +15,16 @@ return [ 'alt' => 'altaishte jugore', 'am' => 'amarisht', 'an' => 'aragonezisht', + 'ann' => 'oboloisht', 'anp' => 'angikisht', 'ar' => 'arabisht', 'arn' => 'mapuçisht', 'arp' => 'arapahoisht', + 'ars' => 'arabishte naxhdi', 'as' => 'asamezisht', 'asa' => 'asuisht', 'ast' => 'asturisht', + 'atj' => 'atikamekisht', 'av' => 'avarikisht', 'awa' => 'auadhisht', 'ay' => 'ajmarisht', @@ -47,6 +50,7 @@ return [ 'bug' => 'buginezisht', 'byn' => 'blinisht', 'ca' => 'katalonisht', + 'cay' => 'kajugaisht', 'ccp' => 'çakmaisht', 'ce' => 'çeçenisht', 'ceb' => 'sebuanisht', @@ -55,12 +59,21 @@ return [ 'chk' => 'çukezisht', 'chm' => 'marisht', 'cho' => 'çoktauisht', + 'chp' => 'çipeuajanisht', 'chr' => 'çerokisht', 'chy' => 'çejenisht', 'ckb' => 'kurdishte qendrore', + 'clc' => 'çilkotinisht', 'co' => 'korsikisht', + 'crg' => 'miçifisht', + 'crj' => 'krijishte juglindore', + 'crk' => 'krijishte fusharake', + 'crl' => 'krijishte verilindore', + 'crm' => 'krijishte e Muzit', + 'crr' => 'algonkuianishte e Karolinës', 'crs' => 'frëngjishte kreole seselve', 'cs' => 'çekisht', + 'csw' => 'krijishte e moçaleve (Ontario)', 'cu' => 'sllavishte kishtare', 'cv' => 'çuvashisht', 'cy' => 'uellsisht', @@ -98,6 +111,7 @@ return [ 'fon' => 'fonisht', 'fr' => 'frëngjisht', 'frc' => 'frëngjishte kajune', + 'frr' => 'frisianishte veriore', 'fur' => 'friulianisht', 'fy' => 'frizianishte perëndimore', 'ga' => 'irlandisht', @@ -115,7 +129,9 @@ return [ 'gv' => 'manksisht', 'gwi' => 'guiçinisht', 'ha' => 'hausisht', + 'hai' => 'haidaisht', 'haw' => 'havaisht', + 'hax' => 'haidaishte jugore', 'he' => 'hebraisht', 'hi' => 'indisht', 'hil' => 'hiligajnonisht', @@ -125,6 +141,7 @@ return [ 'ht' => 'haitisht', 'hu' => 'hungarisht', 'hup' => 'hupaisht', + 'hur' => 'halkemejlemisht', 'hy' => 'armenisht', 'hz' => 'hereroisht', 'ia' => 'interlingua', @@ -134,6 +151,7 @@ return [ 'ie' => 'gjuha oksidentale', 'ig' => 'igboisht', 'ii' => 'sishuanisht', + 'ikt' => 'inuktitutishte kanadeze perëndimore', 'ilo' => 'ilokoisht', 'inh' => 'ingushisht', 'io' => 'idoisht', @@ -183,6 +201,7 @@ return [ 'kum' => 'kumikisht', 'kv' => 'komisht', 'kw' => 'kornisht', + 'kwk' => 'kuakualaisht', 'ky' => 'kirgizisht', 'la' => 'latinisht', 'lad' => 'ladinoisht', @@ -192,12 +211,14 @@ return [ 'lg' => 'gandaisht', 'li' => 'limburgisht', 'lij' => 'ligurianisht', + 'lil' => 'lilluetisht', 'lkt' => 'lakotisht', 'ln' => 'lingalisht', 'lo' => 'laosisht', 'lou' => 'kreole e Luizianës', 'loz' => 'lozisht', 'lrc' => 'lurishte veriore', + 'lsm' => 'samisht', 'lt' => 'lituanisht', 'lu' => 'luba-katangaisht', 'lua' => 'luba-luluaisht', @@ -226,6 +247,7 @@ return [ 'ml' => 'malajalamisht', 'mn' => 'mongolisht', 'mni' => 'manipurisht', + 'moe' => 'inuaimunisht', 'moh' => 'mohokisht', 'mos' => 'mosisht', 'mr' => 'maratisht', @@ -262,6 +284,11 @@ return [ 'ny' => 'nianjisht', 'nyn' => 'niankolisht', 'oc' => 'oksitanisht', + 'ojb' => 'oxhibuaishte verilindore', + 'ojc' => 'oxhibuaishte qendrore', + 'ojs' => 'oxhikrijisht', + 'ojw' => 'oxhibuaishte perëndimore', + 'oka' => 'okanaganisht', 'om' => 'oromoisht', 'or' => 'odisht', 'os' => 'osetisht', @@ -271,7 +298,9 @@ return [ 'pap' => 'papiamentisht', 'pau' => 'paluanisht', 'pcm' => 'pixhinishte nigeriane', + 'pis' => 'pixhinisht', 'pl' => 'polonisht', + 'pqm' => 'malisit-pasamakuadisht', 'prg' => 'prusisht', 'ps' => 'pashtoisht', 'pt' => 'portugalisht', @@ -310,6 +339,7 @@ return [ 'si' => 'sinhalisht', 'sk' => 'sllovakisht', 'sl' => 'sllovenisht', + 'slh' => 'lashutsidishte jugore', 'sm' => 'samoanisht', 'sma' => 'samishte jugore', 'smj' => 'samishte lule', @@ -324,6 +354,7 @@ return [ 'ss' => 'suatisht', 'ssy' => 'sahoisht', 'st' => 'sotoishte jugore', + 'str' => 'sejlishte e Ngushticave të Rozarios', 'su' => 'sundanisht', 'suk' => 'sukumaisht', 'sv' => 'suedisht', @@ -331,23 +362,29 @@ return [ 'swb' => 'kamorianisht', 'syr' => 'siriakisht', 'ta' => 'tamilisht', + 'tce' => 'tatshonishte jugore', 'te' => 'teluguisht', 'tem' => 'timneisht', 'teo' => 'tesoisht', 'tet' => 'tetumisht', 'tg' => 'taxhikisht', + 'tgx' => 'tagishisht', 'th' => 'tajlandisht', + 'tht' => 'taltanisht', 'ti' => 'tigrinjaisht', 'tig' => 'tigreisht', 'tk' => 'turkmenisht', 'tlh' => 'klingonisht', + 'tli' => 'tlingitisht', 'tn' => 'cuanaisht', 'to' => 'tonganisht', + 'tok' => 'tokiponaisht', 'tpi' => 'pisinishte toku', 'tr' => 'turqisht', 'trv' => 'torokoisht', 'ts' => 'congaisht', 'tt' => 'tatarisht', + 'ttm' => 'taçoneishte veriore', 'tum' => 'tumbukaisht', 'tvl' => 'tuvaluisht', 'tw' => 'tuisht', @@ -363,6 +400,7 @@ return [ 'uz' => 'uzbekisht', 'vai' => 'vaisht', 've' => 'vendaisht', + 'vec' => 'venetisht', 'vi' => 'vietnamisht', 'vo' => 'volapykisht', 'vun' => 'vunxhoisht', @@ -372,6 +410,7 @@ return [ 'war' => 'uarajisht', 'wbp' => 'uarlpirisht', 'wo' => 'uolofisht', + 'wuu' => 'kinezishte vu', 'xal' => 'kalmikisht', 'xh' => 'xhosaisht', 'xog' => 'sogisht', @@ -379,6 +418,7 @@ return [ 'ybb' => 'jembaisht', 'yi' => 'jidisht', 'yo' => 'jorubaisht', + 'yrl' => 'nejengatuisht', 'yue' => 'kantonezisht', 'zgh' => 'tamaziatishte standarde marokene', 'zh' => 'kinezisht', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr.php index e408858..8d9ac24 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr.php @@ -20,15 +20,18 @@ return [ 'am' => 'амхарски', 'an' => 'арагонски', 'ang' => 'староенглески', + 'ann' => 'оболо', 'anp' => 'ангика', 'ar' => 'арапски', 'arc' => 'арамејски', 'arn' => 'мапуче', 'arp' => 'арапахо', + 'ars' => 'најдиарапски', 'arw' => 'аравачки', 'as' => 'асамски', 'asa' => 'асу', 'ast' => 'астуријски', + 'atj' => 'атикамеку', 'av' => 'аварски', 'awa' => 'авади', 'ay' => 'ајмара', @@ -61,6 +64,7 @@ return [ 'ca' => 'каталонски', 'cad' => 'кадо', 'car' => 'карипски', + 'cay' => 'кајуга', 'cch' => 'атсам', 'ccp' => 'чакма', 'ce' => 'чеченски', @@ -77,13 +81,21 @@ return [ 'chr' => 'чероки', 'chy' => 'чејенски', 'ckb' => 'централни курдски', + 'clc' => 'чилкотин', 'co' => 'корзикански', 'cop' => 'коптски', 'cr' => 'кри', + 'crg' => 'мичиф', 'crh' => 'кримскотатарски', + 'crj' => 'југоисточни кри', + 'crk' => 'плаинскри', + 'crl' => 'североисточни кри', + 'crm' => 'музкри', + 'crr' => 'каролиншки алгонквијан', 'crs' => 'сејшелски креолски француски', 'cs' => 'чешки', 'csb' => 'кашупски', + 'csw' => 'мочварни кри', 'cu' => 'црквенословенски', 'cv' => 'чувашки', 'cy' => 'велшки', @@ -162,6 +174,7 @@ return [ 'ha' => 'хауса', 'hai' => 'хаида', 'haw' => 'хавајски', + 'hax' => 'јужни хаида', 'he' => 'хебрејски', 'hi' => 'хинди', 'hil' => 'хилигајнонски', @@ -173,6 +186,7 @@ return [ 'ht' => 'хаићански', 'hu' => 'мађарски', 'hup' => 'хупа', + 'hur' => 'халкомелем', 'hy' => 'јерменски', 'hz' => 'хереро', 'ia' => 'интерлингва', @@ -183,6 +197,7 @@ return [ 'ig' => 'игбо', 'ii' => 'сечуански ји', 'ik' => 'инупик', + 'ikt' => 'западноканадски инуктитут', 'ilo' => 'илоко', 'inh' => 'ингушки', 'io' => 'идо', @@ -209,6 +224,7 @@ return [ 'kea' => 'зеленортски', 'kfo' => 'коро', 'kg' => 'конго', + 'kgp' => 'каинганг', 'kha' => 'каси', 'kho' => 'котанешки', 'khq' => 'којра чиини', @@ -240,6 +256,7 @@ return [ 'kut' => 'кутенај', 'kv' => 'коми', 'kw' => 'корнволски', + 'kwk' => 'кваквала', 'ky' => 'киргиски', 'la' => 'латински', 'lad' => 'ладино', @@ -250,6 +267,7 @@ return [ 'lez' => 'лезгински', 'lg' => 'ганда', 'li' => 'лимбуршки', + 'lil' => 'лилут', 'lkt' => 'лакота', 'ln' => 'лингала', 'lo' => 'лаоски', @@ -257,6 +275,7 @@ return [ 'lou' => 'луизијански креолски', 'loz' => 'лози', 'lrc' => 'северни лури', + 'lsm' => 'самиа', 'lt' => 'литвански', 'lu' => 'луба-катанга', 'lua' => 'луба-лулуа', @@ -290,6 +309,7 @@ return [ 'mn' => 'монголски', 'mnc' => 'манџурски', 'mni' => 'манипурски', + 'moe' => 'инуајмун', 'moh' => 'мохочки', 'mos' => 'моси', 'mr' => 'марати', @@ -333,6 +353,11 @@ return [ 'nzi' => 'нзима', 'oc' => 'окситански', 'oj' => 'оџибве', + 'ojb' => 'северозападни оџибва', + 'ojc' => 'централни оџибва', + 'ojs' => 'оџикри', + 'ojw' => 'западни оџибва', + 'oka' => 'оканган', 'om' => 'оромо', 'or' => 'одија', 'os' => 'осетински', @@ -348,8 +373,10 @@ return [ 'peo' => 'староперсијски', 'phn' => 'феничански', 'pi' => 'пали', + 'pis' => 'пиџин', 'pl' => 'пољски', 'pon' => 'понпејски', + 'pqm' => 'малисепасамакводи', 'prg' => 'пруски', 'pro' => 'староокситански', 'ps' => 'паштунски', @@ -396,6 +423,7 @@ return [ 'sid' => 'сидамо', 'sk' => 'словачки', 'sl' => 'словеначки', + 'slh' => 'јужни лашутсид', 'sm' => 'самоански', 'sma' => 'јужни сами', 'smj' => 'луле сами', @@ -412,6 +440,7 @@ return [ 'ss' => 'свази', 'ssy' => 'сахо', 'st' => 'сесото', + 'str' => 'стреицсалиш', 'su' => 'сундански', 'suk' => 'сукума', 'sus' => 'сусу', @@ -422,13 +451,16 @@ return [ 'syc' => 'сиријачки', 'syr' => 'сиријски', 'ta' => 'тамилски', + 'tce' => 'јужни тачон', 'te' => 'телугу', 'tem' => 'тимне', 'teo' => 'тесо', 'ter' => 'терено', 'tet' => 'тетум', 'tg' => 'таџички', + 'tgx' => 'тагиш', 'th' => 'тајски', + 'tht' => 'тахлтан', 'ti' => 'тигриња', 'tig' => 'тигре', 'tiv' => 'тив', @@ -441,12 +473,14 @@ return [ 'tn' => 'цвана', 'to' => 'тонгански', 'tog' => 'њаса тонга', + 'tok' => 'токипона', 'tpi' => 'ток писин', 'tr' => 'турски', 'trv' => 'тароко', 'ts' => 'цонга', 'tsi' => 'цимшиан', 'tt' => 'татарски', + 'ttm' => 'северни тучон', 'tum' => 'тумбука', 'tvl' => 'тувалу', 'tw' => 'тви', @@ -474,6 +508,7 @@ return [ 'was' => 'вашо', 'wbp' => 'варлпири', 'wo' => 'волоф', + 'wuu' => 'ву кинески', 'xal' => 'калмички', 'xh' => 'коса', 'xog' => 'сога', @@ -483,6 +518,7 @@ return [ 'ybb' => 'јемба', 'yi' => 'јидиш', 'yo' => 'јоруба', + 'yrl' => 'нингату', 'yue' => 'кантонски', 'za' => 'џуаншки', 'zap' => 'запотечки', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_BA.php index f4155a7..edd6a11 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_BA.php @@ -2,36 +2,23 @@ return [ 'Names' => [ - 'arn' => 'мапудунгун', 'be' => 'бјелоруски', 'bm' => 'бамананкан', 'bn' => 'бангла', + 'crl' => 'сјевероисточни кри', 'de' => 'њемачки', + 'frr' => 'сјевернофризијски', 'gsw' => 'њемачки (Швајцарска)', 'ht' => 'хаићански креолски', - 'lo' => 'лаошки', 'lrc' => 'сјеверни лури', - 'moh' => 'мохок', 'nd' => 'сјеверни ндебеле', 'nds' => 'нискоњемачки', - 'nqo' => 'н’ко', + 'nso' => 'сјеверни сото', + 'ojb' => 'сјеверозападни оџибва', 'se' => 'сјеверни сами', - 'shi' => 'јужни шилха', - 'si' => 'синхалски', - 'tzm' => 'централноатласки тамашек', - 'xh' => 'исикоса', - 'zgh' => 'стандардни марокански тамашек', - 'zu' => 'исизулу', + 'ttm' => 'сјеверни тучон', ], 'LocalizedNames' => [ - 'ar_001' => 'савремени стандардни арапски', 'de_CH' => 'швајцарски високи њемачки', - 'en_GB' => 'енглески (Велика Британија)', - 'es_ES' => 'шпански (Европа)', - 'fa_AF' => 'дари', - 'pt_PT' => 'португалски (Португал)', - 'sw_CD' => 'кисвахили', - 'zh_Hans' => 'поједностављени кинески', - 'zh_Hant' => 'традиционални кинески', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Cyrl_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Cyrl_BA.php index f4155a7..edd6a11 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Cyrl_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Cyrl_BA.php @@ -2,36 +2,23 @@ return [ 'Names' => [ - 'arn' => 'мапудунгун', 'be' => 'бјелоруски', 'bm' => 'бамананкан', 'bn' => 'бангла', + 'crl' => 'сјевероисточни кри', 'de' => 'њемачки', + 'frr' => 'сјевернофризијски', 'gsw' => 'њемачки (Швајцарска)', 'ht' => 'хаићански креолски', - 'lo' => 'лаошки', 'lrc' => 'сјеверни лури', - 'moh' => 'мохок', 'nd' => 'сјеверни ндебеле', 'nds' => 'нискоњемачки', - 'nqo' => 'н’ко', + 'nso' => 'сјеверни сото', + 'ojb' => 'сјеверозападни оџибва', 'se' => 'сјеверни сами', - 'shi' => 'јужни шилха', - 'si' => 'синхалски', - 'tzm' => 'централноатласки тамашек', - 'xh' => 'исикоса', - 'zgh' => 'стандардни марокански тамашек', - 'zu' => 'исизулу', + 'ttm' => 'сјеверни тучон', ], 'LocalizedNames' => [ - 'ar_001' => 'савремени стандардни арапски', 'de_CH' => 'швајцарски високи њемачки', - 'en_GB' => 'енглески (Велика Британија)', - 'es_ES' => 'шпански (Европа)', - 'fa_AF' => 'дари', - 'pt_PT' => 'португалски (Португал)', - 'sw_CD' => 'кисвахили', - 'zh_Hans' => 'поједностављени кинески', - 'zh_Hant' => 'традиционални кинески', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Latn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Latn.php index fd9ed07..e30cf5f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Latn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Latn.php @@ -20,15 +20,18 @@ return [ 'am' => 'amharski', 'an' => 'aragonski', 'ang' => 'staroengleski', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arapski', 'arc' => 'aramejski', 'arn' => 'mapuče', 'arp' => 'arapaho', + 'ars' => 'najdiarapski', 'arw' => 'aravački', 'as' => 'asamski', 'asa' => 'asu', 'ast' => 'asturijski', + 'atj' => 'atikameku', 'av' => 'avarski', 'awa' => 'avadi', 'ay' => 'ajmara', @@ -61,6 +64,7 @@ return [ 'ca' => 'katalonski', 'cad' => 'kado', 'car' => 'karipski', + 'cay' => 'kajuga', 'cch' => 'atsam', 'ccp' => 'čakma', 'ce' => 'čečenski', @@ -77,13 +81,21 @@ return [ 'chr' => 'čeroki', 'chy' => 'čejenski', 'ckb' => 'centralni kurdski', + 'clc' => 'čilkotin', 'co' => 'korzikanski', 'cop' => 'koptski', 'cr' => 'kri', + 'crg' => 'mičif', 'crh' => 'krimskotatarski', + 'crj' => 'jugoistočni kri', + 'crk' => 'plainskri', + 'crl' => 'severoistočni kri', + 'crm' => 'muzkri', + 'crr' => 'karolinški algonkvijan', 'crs' => 'sejšelski kreolski francuski', 'cs' => 'češki', 'csb' => 'kašupski', + 'csw' => 'močvarni kri', 'cu' => 'crkvenoslovenski', 'cv' => 'čuvaški', 'cy' => 'velški', @@ -162,6 +174,7 @@ return [ 'ha' => 'hausa', 'hai' => 'haida', 'haw' => 'havajski', + 'hax' => 'južni haida', 'he' => 'hebrejski', 'hi' => 'hindi', 'hil' => 'hiligajnonski', @@ -173,6 +186,7 @@ return [ 'ht' => 'haićanski', 'hu' => 'mađarski', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'jermenski', 'hz' => 'herero', 'ia' => 'interlingva', @@ -183,6 +197,7 @@ return [ 'ig' => 'igbo', 'ii' => 'sečuanski ji', 'ik' => 'inupik', + 'ikt' => 'zapadnokanadski inuktitut', 'ilo' => 'iloko', 'inh' => 'inguški', 'io' => 'ido', @@ -209,6 +224,7 @@ return [ 'kea' => 'zelenortski', 'kfo' => 'koro', 'kg' => 'kongo', + 'kgp' => 'kaingang', 'kha' => 'kasi', 'kho' => 'kotaneški', 'khq' => 'kojra čiini', @@ -240,6 +256,7 @@ return [ 'kut' => 'kutenaj', 'kv' => 'komi', 'kw' => 'kornvolski', + 'kwk' => 'kvakvala', 'ky' => 'kirgiski', 'la' => 'latinski', 'lad' => 'ladino', @@ -250,6 +267,7 @@ return [ 'lez' => 'lezginski', 'lg' => 'ganda', 'li' => 'limburški', + 'lil' => 'lilut', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laoski', @@ -257,6 +275,7 @@ return [ 'lou' => 'luizijanski kreolski', 'loz' => 'lozi', 'lrc' => 'severni luri', + 'lsm' => 'samia', 'lt' => 'litvanski', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -290,6 +309,7 @@ return [ 'mn' => 'mongolski', 'mnc' => 'mandžurski', 'mni' => 'manipurski', + 'moe' => 'inuajmun', 'moh' => 'mohočki', 'mos' => 'mosi', 'mr' => 'marati', @@ -333,6 +353,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'oksitanski', 'oj' => 'odžibve', + 'ojb' => 'severozapadni odžibva', + 'ojc' => 'centralni odžibva', + 'ojs' => 'odžikri', + 'ojw' => 'zapadni odžibva', + 'oka' => 'okangan', 'om' => 'oromo', 'or' => 'odija', 'os' => 'osetinski', @@ -348,8 +373,10 @@ return [ 'peo' => 'staropersijski', 'phn' => 'feničanski', 'pi' => 'pali', + 'pis' => 'pidžin', 'pl' => 'poljski', 'pon' => 'ponpejski', + 'pqm' => 'malisepasamakvodi', 'prg' => 'pruski', 'pro' => 'starooksitanski', 'ps' => 'paštunski', @@ -396,6 +423,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovački', 'sl' => 'slovenački', + 'slh' => 'južni lašutsid', 'sm' => 'samoanski', 'sma' => 'južni sami', 'smj' => 'lule sami', @@ -412,6 +440,7 @@ return [ 'ss' => 'svazi', 'ssy' => 'saho', 'st' => 'sesoto', + 'str' => 'streicsališ', 'su' => 'sundanski', 'suk' => 'sukuma', 'sus' => 'susu', @@ -422,13 +451,16 @@ return [ 'syc' => 'sirijački', 'syr' => 'sirijski', 'ta' => 'tamilski', + 'tce' => 'južni tačon', 'te' => 'telugu', 'tem' => 'timne', 'teo' => 'teso', 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadžički', + 'tgx' => 'tagiš', 'th' => 'tajski', + 'tht' => 'tahltan', 'ti' => 'tigrinja', 'tig' => 'tigre', 'tiv' => 'tiv', @@ -441,12 +473,14 @@ return [ 'tn' => 'cvana', 'to' => 'tonganski', 'tog' => 'njasa tonga', + 'tok' => 'tokipona', 'tpi' => 'tok pisin', 'tr' => 'turski', 'trv' => 'taroko', 'ts' => 'conga', 'tsi' => 'cimšian', 'tt' => 'tatarski', + 'ttm' => 'severni tučon', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', 'tw' => 'tvi', @@ -474,6 +508,7 @@ return [ 'was' => 'vašo', 'wbp' => 'varlpiri', 'wo' => 'volof', + 'wuu' => 'vu kineski', 'xal' => 'kalmički', 'xh' => 'kosa', 'xog' => 'soga', @@ -483,6 +518,7 @@ return [ 'ybb' => 'jemba', 'yi' => 'jidiš', 'yo' => 'joruba', + 'yrl' => 'ningatu', 'yue' => 'kantonski', 'za' => 'džuanški', 'zap' => 'zapotečki', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Latn_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Latn_BA.php index f729360..5845656 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Latn_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sr_Latn_BA.php @@ -2,36 +2,23 @@ return [ 'Names' => [ - 'arn' => 'mapudungun', 'be' => 'bjeloruski', 'bm' => 'bamanankan', 'bn' => 'bangla', + 'crl' => 'sjeveroistočni kri', 'de' => 'njemački', + 'frr' => 'sjevernofrizijski', 'gsw' => 'njemački (Švajcarska)', 'ht' => 'haićanski kreolski', - 'lo' => 'laoški', 'lrc' => 'sjeverni luri', - 'moh' => 'mohok', 'nd' => 'sjeverni ndebele', 'nds' => 'niskonjemački', - 'nqo' => 'n’ko', + 'nso' => 'sjeverni soto', + 'ojb' => 'sjeverozapadni odžibva', 'se' => 'sjeverni sami', - 'shi' => 'južni šilha', - 'si' => 'sinhalski', - 'tzm' => 'centralnoatlaski tamašek', - 'xh' => 'isikosa', - 'zgh' => 'standardni marokanski tamašek', - 'zu' => 'isizulu', + 'ttm' => 'sjeverni tučon', ], 'LocalizedNames' => [ - 'ar_001' => 'savremeni standardni arapski', 'de_CH' => 'švajcarski visoki njemački', - 'en_GB' => 'engleski (Velika Britanija)', - 'es_ES' => 'španski (Evropa)', - 'fa_AF' => 'dari', - 'pt_PT' => 'portugalski (Portugal)', - 'sw_CD' => 'kisvahili', - 'zh_Hans' => 'pojednostavljeni kineski', - 'zh_Hant' => 'tradicionalni kineski', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sv.php index c3f70cb..b4c6a9e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sv.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sv.php @@ -23,6 +23,7 @@ return [ 'am' => 'amhariska', 'an' => 'aragonesiska', 'ang' => 'fornengelska', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arabiska', 'arc' => 'arameiska', @@ -38,6 +39,7 @@ return [ 'asa' => 'asu', 'ase' => 'amerikanskt teckenspråk', 'ast' => 'asturiska', + 'atj' => 'atikamekw', 'av' => 'avariska', 'avk' => 'kotava', 'awa' => 'awadhi', @@ -103,14 +105,22 @@ return [ 'chr' => 'cherokesiska', 'chy' => 'cheyenne', 'ckb' => 'soranisk kurdiska', + 'clc' => 'chilcotin', 'co' => 'korsikanska', 'cop' => 'koptiska', 'cps' => 'kapisnon', 'cr' => 'cree', + 'crg' => 'michif', 'crh' => 'krimtatariska', + 'crj' => 'sydostcree', + 'crk' => 'slättcree', + 'crl' => 'nordost-cree', + 'crm' => 'moose cree', + 'crr' => 'Carolina-algonkinska', 'crs' => 'seychellisk kreol', 'cs' => 'tjeckiska', 'csb' => 'kasjubiska', + 'csw' => 'träskcree', 'cu' => 'kyrkslaviska', 'cv' => 'tjuvasjiska', 'cy' => 'walesiska', @@ -202,6 +212,7 @@ return [ 'hai' => 'haida', 'hak' => 'hakka', 'haw' => 'hawaiiska', + 'hax' => 'sydhaida', 'he' => 'hebreiska', 'hi' => 'hindi', 'hif' => 'Fiji-hindi', @@ -215,6 +226,7 @@ return [ 'ht' => 'haitiska', 'hu' => 'ungerska', 'hup' => 'hupa', + 'hur' => 'halkomelem', 'hy' => 'armeniska', 'hz' => 'herero', 'ia' => 'interlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'igbo', 'ii' => 'szezuan i', 'ik' => 'inupiak', + 'ikt' => 'inuktun', 'ilo' => 'iloko', 'inh' => 'ingusjiska', 'io' => 'ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'kutenaj', 'kv' => 'kome', 'kw' => 'korniska', + 'kwk' => 'kwakʼwala', 'ky' => 'kirgiziska', 'la' => 'latin', 'lad' => 'ladino', @@ -303,6 +317,7 @@ return [ 'lg' => 'luganda', 'li' => 'limburgiska', 'lij' => 'liguriska', + 'lil' => 'lillooet', 'liv' => 'livoniska', 'lkt' => 'lakota', 'lmo' => 'lombardiska', @@ -312,6 +327,7 @@ return [ 'lou' => 'louisiana-kreol', 'loz' => 'lozi', 'lrc' => 'nordluri', + 'lsm' => 'saamia', 'lt' => 'litauiska', 'ltg' => 'lettgalliska', 'lu' => 'luba-katanga', @@ -350,6 +366,7 @@ return [ 'mn' => 'mongoliska', 'mnc' => 'manchuriska', 'mni' => 'manipuri', + 'moe' => 'innu-aimun', 'moh' => 'mohawk', 'mos' => 'mossi', 'mr' => 'marathi', @@ -399,6 +416,11 @@ return [ 'nzi' => 'nzima', 'oc' => 'occitanska', 'oj' => 'odjibwa', + 'ojb' => 'nordvästojibwa', + 'ojc' => 'ojibwa', + 'ojs' => 'oji-cree', + 'ojw' => 'västojibwe', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'oriya', 'os' => 'ossetiska', @@ -418,10 +440,12 @@ return [ 'pfl' => 'Pfalz-tyska', 'phn' => 'feniciska', 'pi' => 'pali', + 'pis' => 'pidginspråk', 'pl' => 'polska', 'pms' => 'piemontesiska', 'pnt' => 'pontiska', 'pon' => 'pohnpeiska', + 'pqm' => 'maliseet-passamaquoddy', 'prg' => 'fornpreussiska', 'pro' => 'fornprovensalska', 'ps' => 'afghanska', @@ -480,6 +504,7 @@ return [ 'sid' => 'sidamo', 'sk' => 'slovakiska', 'sl' => 'slovenska', + 'slh' => 'sydlushootseed', 'sli' => 'lågsilesiska', 'sly' => 'selayar', 'sm' => 'samoanska', @@ -499,6 +524,7 @@ return [ 'ssy' => 'saho', 'st' => 'sydsotho', 'stq' => 'saterfrisiska', + 'str' => 'sundsalishanska', 'su' => 'sundanesiska', 'suk' => 'sukuma', 'sus' => 'susu', @@ -510,6 +536,7 @@ return [ 'syr' => 'syriska', 'szl' => 'silesiska', 'ta' => 'tamil', + 'tce' => 'sydtutchone', 'tcy' => 'tulu', 'te' => 'telugu', 'tem' => 'temne', @@ -517,7 +544,9 @@ return [ 'ter' => 'tereno', 'tet' => 'tetum', 'tg' => 'tadzjikiska', + 'tgx' => 'tagish', 'th' => 'thailändska', + 'tht' => 'tahltan', 'ti' => 'tigrinja', 'tig' => 'tigré', 'tiv' => 'tivi', @@ -532,6 +561,7 @@ return [ 'tn' => 'tswana', 'to' => 'tonganska', 'tog' => 'nyasatonganska', + 'tok' => 'toki pona', 'tpi' => 'tok pisin', 'tr' => 'turkiska', 'tru' => 'turoyo', @@ -540,6 +570,7 @@ return [ 'tsd' => 'tsakodiska', 'tsi' => 'tsimshian', 'tt' => 'tatariska', + 'ttm' => 'nordtutchone', 'ttt' => 'muslimsk tatariska', 'tum' => 'tumbuka', 'tvl' => 'tuvaluanska', @@ -611,6 +642,7 @@ return [ 'fa_AF' => 'dari', 'fr_CA' => 'kanadensisk franska', 'fr_CH' => 'schweizisk franska', + 'hi_Latn' => 'hindi (latinsk)', 'nds_NL' => 'lågsaxiska', 'nl_BE' => 'flamländska', 'pt_BR' => 'brasiliansk portugisiska', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sw.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sw.php index 3f20986..e060bb3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sw.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sw.php @@ -17,16 +17,19 @@ return [ 'am' => 'Kiamhari', 'an' => 'Kiaragoni', 'ang' => 'Kiingereza cha Kale', + 'ann' => 'Kiobolo', 'anp' => 'Kiangika', 'ar' => 'Kiarabu', 'arc' => 'Kiaramu', 'arn' => 'Kimapuche', 'arp' => 'Kiarapaho', 'arq' => 'Kiarabu cha Algeria', + 'ars' => 'Kiarabu cha Najdi', 'arz' => 'Kiarabu cha Misri', 'as' => 'Kiassam', 'asa' => 'Kiasu', 'ast' => 'Kiasturia', + 'atj' => 'Kiatikamekw', 'av' => 'Kiavari', 'awa' => 'Kiawadhi', 'ay' => 'Kiaymara', @@ -59,6 +62,7 @@ return [ 'byn' => 'Kiblin', 'byv' => 'Kimedumba', 'ca' => 'Kikatalani', + 'cay' => 'Kikayuga', 'ccp' => 'Kichakma', 'ce' => 'Kichechenia', 'ceb' => 'Kichebuano', @@ -67,13 +71,22 @@ return [ 'chk' => 'Kichukisi', 'chm' => 'Kimari', 'cho' => 'Kichoktao', + 'chp' => 'Kichipewyani', 'chr' => 'Kicherokee', 'chy' => 'Kicheyeni', 'ckb' => 'Kikurdi cha Sorani', + 'clc' => 'Kichikotini', 'co' => 'Kikosikani', 'cop' => 'Kikhufti', + 'crg' => 'Kimichifu', + 'crj' => 'Kikrii cha Kusini Mashariki', + 'crk' => 'Kikri (Maeneo Tambarare)', + 'crl' => 'Kikrii cha Kaskazini Mashariki', + 'crm' => 'Kikrii cha Moose', + 'crr' => 'Kipamliko cha Carolina', 'crs' => 'Krioli ya Shelisheli', 'cs' => 'Kicheki', + 'csw' => 'Kiomushkego', 'cu' => 'Kislovakia cha Kanisa', 'cv' => 'Kichuvash', 'cy' => 'Kiwelisi', @@ -112,6 +125,7 @@ return [ 'fo' => 'Kifaroe', 'fon' => 'Kifon', 'fr' => 'Kifaransa', + 'frc' => 'Kifaransa cha Kajuni', 'fro' => 'Kifaransa cha Kale', 'frr' => 'Kifrisia cha Kaskazini', 'frs' => 'Kifrisia cha Mashariki', @@ -134,7 +148,9 @@ return [ 'gv' => 'Kimanx', 'gwi' => 'Gwichʼin', 'ha' => 'Kihausa', + 'hai' => 'Kihaida', 'haw' => 'Kihawai', + 'hax' => 'Kihaida cha Kusini', 'he' => 'Kiebrania', 'hi' => 'Kihindi', 'hil' => 'Kihiligaynon', @@ -145,6 +161,7 @@ return [ 'ht' => 'Kihaiti', 'hu' => 'Kihungaria', 'hup' => 'Hupa', + 'hur' => 'Kihalkomelemi', 'hy' => 'Kiarmenia', 'hz' => 'Kiherero', 'ia' => 'Kiintalingua', @@ -154,6 +171,7 @@ return [ 'ie' => 'lugha ya kisayansi', 'ig' => 'Kiigbo', 'ii' => 'Kiyi cha Sichuan', + 'ikt' => 'Kiinuktituti cha Kanada Magharibi', 'ilo' => 'Kiilocano', 'inh' => 'Kiingush', 'io' => 'Kiido', @@ -177,6 +195,7 @@ return [ 'kea' => 'Kikabuverdianu', 'kfo' => 'Kikoro', 'kg' => 'Kikongo', + 'kgp' => 'Kikaingang', 'kha' => 'Kikhasi', 'khq' => 'Kikoyra Chiini', 'ki' => 'Kikikuyu', @@ -204,6 +223,7 @@ return [ 'kum' => 'Kumyk', 'kv' => 'Kikomi', 'kw' => 'Kikorni', + 'kwk' => 'Kikwakʼwala', 'ky' => 'Kikyrgyz', 'la' => 'Kilatini', 'lad' => 'Kiladino', @@ -213,12 +233,15 @@ return [ 'lez' => 'Kilezighian', 'lg' => 'Kiganda', 'li' => 'Limburgish', + 'lil' => 'Kilillooet', 'lkt' => 'Kilakota', 'ln' => 'Kilingala', 'lo' => 'Kilaosi', 'lol' => 'Kimongo', + 'lou' => 'Kikrioli cha Louisiana', 'loz' => 'Kilozi', 'lrc' => 'Kiluri cha Kaskazini', + 'lsm' => 'Kisaamia', 'lt' => 'Kilithuania', 'lu' => 'Kiluba-Katanga', 'lua' => 'Kiluba-Lulua', @@ -249,6 +272,7 @@ return [ 'ml' => 'Kimalayalamu', 'mn' => 'Kimongolia', 'mni' => 'Kimanipuri', + 'moe' => 'Kiinnu-aimun', 'moh' => 'Lugha ya Mohawk', 'mos' => 'Kimoore', 'mr' => 'Kimarathi', @@ -289,6 +313,11 @@ return [ 'nyo' => 'Kinyoro', 'nzi' => 'Kinzema', 'oc' => 'Kiokitani', + 'ojb' => 'Kiojibwa cha Kaskazini Magharibi', + 'ojc' => 'Kiojibwa cha kati', + 'ojs' => 'Kikrii cha Oji', + 'ojw' => 'Kiojibwa cha Magharibi', + 'oka' => 'Kiokanagani', 'om' => 'Kioromo', 'or' => 'Kioriya', 'os' => 'Kiosetia', @@ -299,7 +328,9 @@ return [ 'pau' => 'Kipalau', 'pcm' => 'Pijini ya Nigeria', 'peo' => 'Kiajemi cha Kale', + 'pis' => 'Kipijini', 'pl' => 'Kipolandi', + 'pqm' => 'Kimaliseet-Passamaquoddy', 'prg' => 'Kiprussia', 'ps' => 'Kipashto', 'pt' => 'Kireno', @@ -340,6 +371,7 @@ return [ 'si' => 'Kisinhala', 'sk' => 'Kislovakia', 'sl' => 'Kislovenia', + 'slh' => 'Lugha ya Lushootseed ya Kusini', 'sm' => 'Kisamoa', 'sma' => 'Kisami cha Kusini', 'smj' => 'Kisami cha Lule', @@ -354,6 +386,7 @@ return [ 'ss' => 'Kiswati', 'ssy' => 'Kisaho', 'st' => 'Kisotho', + 'str' => 'Kisalishi cha Straiti', 'su' => 'Kisunda', 'suk' => 'Kisukuma', 'sus' => 'Kisusu', @@ -362,23 +395,29 @@ return [ 'swb' => 'Shikomor', 'syr' => 'Lugha ya Syriac', 'ta' => 'Kitamili', + 'tce' => 'Kitutchone cha Kusini', 'te' => 'Kitelugu', 'tem' => 'Kitemne', 'teo' => 'Kiteso', 'tet' => 'Kitetum', 'tg' => 'Kitajiki', + 'tgx' => 'Kitagishi', 'th' => 'Kithai', + 'tht' => 'Kitahltani', 'ti' => 'Kitigrinya', 'tig' => 'Kitigre', 'tk' => 'Kiturukimeni', 'tlh' => 'Kiklingoni', + 'tli' => 'Kitlingiti', 'tn' => 'Kitswana', 'to' => 'Kitonga', + 'tok' => 'Kitoki Pona', 'tpi' => 'Kitokpisin', 'tr' => 'Kituruki', 'trv' => 'Kitaroko', 'ts' => 'Kitsonga', 'tt' => 'Kitatari', + 'ttm' => 'Kitutchone cha Kaskazini', 'tum' => 'Kitumbuka', 'tvl' => 'Kituvalu', 'tw' => 'Twi', @@ -403,6 +442,7 @@ return [ 'war' => 'Kiwaray', 'wbp' => 'Kiwarlpiri', 'wo' => 'Kiwolofu', + 'wuu' => 'Kichina cha Wu', 'xal' => 'Kikalmyk', 'xh' => 'Kixhosa', 'xog' => 'Kisoga', @@ -411,6 +451,7 @@ return [ 'ybb' => 'Kiyemba', 'yi' => 'Kiyiddi', 'yo' => 'Kiyoruba', + 'yrl' => 'Kinheengatu', 'yue' => 'Kikantoni', 'zgh' => 'Kiberber Sanifu cha Moroko', 'zh' => 'Kichina', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sw_KE.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sw_KE.php index ee61f82..e382d9b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sw_KE.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/sw_KE.php @@ -2,49 +2,154 @@ return [ 'Names' => [ + 'alt' => 'Kialtai cha Kusini', 'arq' => 'Kiarabu cha Aljeria', - 'as' => 'Kiasamisi', + 'atj' => 'Kiatikameku', + 'az' => 'Kiazabaijani', + 'ban' => 'Kibalini', + 'bho' => 'Kibojpuri', + 'bn' => 'Kibangla', + 'ce' => 'Kichechen', + 'ceb' => 'Kisebuano', + 'ch' => 'Kichamoro', + 'chk' => 'Kichuuki', 'chr' => 'Kicheroki', + 'ckb' => 'Kikurdi cha Kati', + 'clc' => 'Kichilkotini', + 'crg' => 'Kimichif', + 'crk' => 'Kikrii cha Chini', + 'crm' => 'Kimoosekrii', + 'crr' => 'Kialgiki cha Carolina', + 'csw' => 'Kikrii cha Kinamasi', 'cu' => 'Kislovakia cha Kanisa la Jadi', + 'cy' => 'Kiwels', + 'dje' => 'Kizama', + 'ff' => 'Kifula', + 'fo' => 'Kifaro', + 'frr' => 'Kifrisi cha Kaskazini', + 'fur' => 'Kifriuli', + 'fy' => 'Kifrisi cha Magharibi', 'gaa' => 'Kiga', + 'gez' => 'Kigiiz', + 'gil' => 'Kigilbert', 'grc' => 'Kigiriki cha Kale', + 'gv' => 'Kimaniksi', 'gwi' => 'Kigwichʼin', + 'haw' => 'Kihawaii', + 'hr' => 'Kikroeshia', 'hsb' => 'Kisorbia cha Juu', + 'ht' => 'Kikrioli cha Haiti', 'hup' => 'Kihupa', - 'hy' => 'Kiamenia', + 'hur' => 'Kihalkomelem', + 'ia' => 'Lugha ya kimataifa', + 'ig' => 'Kiibo', + 'ii' => 'Kiiyi cha Sichuan', + 'ikt' => 'Kiinuktitut cha Kanada Magharibi', + 'ilo' => 'Kiiloko', 'inh' => 'Kiingushi', + 'is' => 'Kiaisilandi', 'jbo' => 'Kilojbani', 'kac' => 'Kikachini', + 'kbd' => 'Kikabadi', + 'kea' => 'Kikabuvedi', 'khq' => 'Kikoyrachiini', + 'kj' => 'Kikuanyama', + 'kk' => 'Kikazaki', 'kkj' => 'Kikako', - 'km' => 'Kikhmeri', - 'kn' => 'Kikanada', + 'km' => 'Kikhema', 'koi' => 'Kikomipermyak', - 'kru' => 'Kikurukh', + 'kpe' => 'Kikpele', + 'krc' => 'Kikarachaybalka', + 'krl' => 'Kakareli', + 'kru' => 'Kikuruki', + 'ksb' => 'Kisambala', + 'ksh' => 'Kikolon', + 'kum' => 'Kikumyk', + 'kw' => 'Kikoni', + 'ky' => 'Kikirigizi', 'lag' => 'Kilangi', 'lam' => 'Kilamba', - 'li' => 'Kilimbugishi', + 'lez' => 'Kilezighi', + 'li' => 'Kilimbugi', + 'luy' => 'Kiluyia', + 'mak' => 'Kimakasaa', + 'mas' => 'Kimasai', 'mdf' => 'Kimoksha', + 'mfe' => 'Kimorisi', + 'mh' => 'Kimashali', 'mic' => 'Kimi\'kmak', 'mk' => 'Kimasedonia', - 'moh' => 'Kimohoki', + 'ml' => 'Kimalayalam', + 'moh' => 'Kimohok', + 'mos' => 'Kimosi', + 'mus' => 'Kimuskogii', + 'mwl' => 'Kimiranda', + 'my' => 'Kibama', + 'nds' => 'Kijerumani cha Chini', 'nnh' => 'Kiingiemboon', 'nqo' => 'Kiin’ko', + 'nr' => 'Kindebele cha Kusini', + 'oc' => 'Kiositia', + 'ojc' => 'Kiojibwa cha Kati', 'or' => 'Kiodia', - 'pcm' => 'Kipijini cha Nigeria', + 'pag' => 'Kipangasini', + 'pcm' => 'Kipijini cha Naijeria', + 'rm' => 'Kirumi', + 'rwk' => 'Kirwa', + 'sba' => 'Kingambei', + 'sc' => 'Kisadini', + 'scn' => 'Kisisilia', 'ses' => 'Kikoyraborosenni', + 'shn' => 'Kishani', 'shu' => 'Kiarabu cha Chadi', + 'slh' => 'Kilushootseed cha Kusini', 'srn' => 'Kisranantongo', + 'st' => 'Kisotho cha Kusini', + 'str' => 'Kisali cha Straits', + 'su' => 'Kisundani', 'swb' => 'Kikomoro', 'syr' => 'Kisiria', + 'tce' => 'Kituchone cha Kusini', + 'tem' => 'Kitimne', + 'tgx' => 'Kitagi', + 'tht' => 'Kitahlti', + 'tn' => 'Kiswana', + 'tok' => 'Kitokipona', + 'ts' => 'Kisonga', + 'ttm' => 'Kituchone cha Kaskazini', 'tw' => 'Kitwi', + 'tzm' => 'Kitamazight cha Atlas ya Kati', 'udm' => 'Kiudumurti', 'ug' => 'Kiuiguri', - 'zgh' => 'Kitamazighati Sanifu cha Moroko', + 'uk' => 'Kiukreni', + 'umb' => 'Kiumbundu', + 'wa' => 'Kiwaluni', + 'wae' => 'Kiwalsa', + 'wal' => 'Kiwolaitta', + 'war' => 'Kiwarai', + 'wo' => 'Kiwolof', + 'xh' => 'Kikhosa', + 'yav' => 'Kiyangbeni', + 'yi' => 'Kiyidi', + 'zgh' => 'Kitamazight cha Kawaida cha Moroko', ], 'LocalizedNames' => [ - 'ar_001' => 'Kiarabu sanifu', - 'ro_MD' => 'Kimoldova cha Romania', + 'de_AT' => 'Kijerumani cha Austria', + 'de_CH' => 'Kijerumani cha Kawaida cha Uswisi', + 'en_AU' => 'Kiingereza cha Australia', + 'en_CA' => 'Kiingereza cha Kanada', + 'en_GB' => 'Kiingereza cha Uingereza', + 'en_US' => 'Kiingereza cha Marekani', + 'es_419' => 'Kihispania cha Amerika Kusini', + 'es_ES' => 'Kihispania cha Ulaya', + 'es_MX' => 'Kihispania cha Meksiko', + 'fa_AF' => 'Kidari', + 'fr_CA' => 'Kifaransa cha Kanada', + 'fr_CH' => 'Kifaransa cha Uswisi', + 'pt_BR' => 'Kireno cha Brazili', + 'pt_PT' => 'Kireno cha Ulaya', 'sw_CD' => 'Kiswahili cha Kongo', + 'zh_Hans' => 'Kichina Kilichorahisishwa', + 'zh_Hant' => 'Kichina cha Kawaida', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ta.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ta.php index b83fe73..32473c6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ta.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ta.php @@ -21,15 +21,18 @@ return [ 'am' => 'அம்ஹாரிக்', 'an' => 'ஆர்கோனீஸ்', 'ang' => 'பழைய ஆங்கிலம்', + 'ann' => 'ஒபோலோ', 'anp' => 'அங்கிகா', 'ar' => 'அரபிக்', 'arc' => 'அராமைக்', 'arn' => 'மபுச்சே', 'arp' => 'அரபஹோ', + 'ars' => 'நஜ்தி அரபிக்', 'arw' => 'அராவாக்', 'as' => 'அஸ்ஸாமீஸ்', 'asa' => 'அசு', 'ast' => 'அஸ்துரியன்', + 'atj' => 'அடிகாமேக்வ்', 'av' => 'அவேரிக்', 'awa' => 'அவதி', 'ay' => 'அய்மரா', @@ -64,6 +67,7 @@ return [ 'ca' => 'கேட்டலான்', 'cad' => 'கேடோ', 'car' => 'கரீப்', + 'cay' => 'கேயுகா', 'cch' => 'ஆட்சம்', 'ccp' => 'சக்மா', 'ce' => 'செச்சென்', @@ -80,13 +84,21 @@ return [ 'chr' => 'செரோகீ', 'chy' => 'செயேனி', 'ckb' => 'மத்திய குர்திஷ்', + 'clc' => 'சில்கோடின்', 'co' => 'கார்சிகன்', 'cop' => 'காப்டிக்', 'cr' => 'க்ரீ', + 'crg' => 'மிச்சிஃப்', 'crh' => 'கிரிமியன் துர்க்கி', + 'crj' => 'தென்கிழக்கு க்ரீ', + 'crk' => 'சமவெளி க்ரீ', + 'crl' => 'வடகிழக்கு க்ரீ', + 'crm' => 'மூஸ் க்ரீ', + 'crr' => 'கரோலினா அல்கோன்குயன்', 'crs' => 'செசெல்வா க்ரெயோல் பிரெஞ்சு', 'cs' => 'செக்', 'csb' => 'கஷுபியன்', + 'csw' => 'சதுப்பு நில க்ரீ', 'cu' => 'சர்ச் ஸ்லாவிக்', 'cv' => 'சுவாஷ்', 'cy' => 'வேல்ஷ்', @@ -167,6 +179,7 @@ return [ 'hai' => 'ஹைடா', 'hak' => 'ஹக்கா சீனம்', 'haw' => 'ஹவாயியன்', + 'hax' => 'தெற்கு ஹைடா', 'he' => 'ஹீப்ரூ', 'hi' => 'இந்தி', 'hif' => 'ஃபிஜி இந்தி', @@ -180,6 +193,7 @@ return [ 'ht' => 'ஹைத்தியன் க்ரியோலி', 'hu' => 'ஹங்கேரியன்', 'hup' => 'ஹுபா', + 'hur' => 'ஹல்கோமெலம்', 'hy' => 'ஆர்மேனியன்', 'hz' => 'ஹெரேரோ', 'ia' => 'இன்டர்லிங்வா', @@ -190,6 +204,7 @@ return [ 'ig' => 'இக்போ', 'ii' => 'சிசுவான் ஈ', 'ik' => 'இனுபியாக்', + 'ikt' => 'மேற்கு கனடிய இனுக்டிடுட்', 'ilo' => 'இலோகோ', 'inh' => 'இங்குஷ்', 'io' => 'இடோ', @@ -216,6 +231,7 @@ return [ 'kea' => 'கபுவெர்தியானு', 'kfo' => 'கோரோ', 'kg' => 'காங்கோ', + 'kgp' => 'கைன்கேங்', 'kha' => 'காஸி', 'kho' => 'கோதானீஸ்', 'khq' => 'கொய்ரா சீனீ', @@ -242,10 +258,11 @@ return [ 'ksf' => 'பாஃபியா', 'ksh' => 'கொலோக்னியன்', 'ku' => 'குர்திஷ்', - 'kum' => 'கும்இக்', + 'kum' => 'கும்யிக்', 'kut' => 'குடேனை', 'kv' => 'கொமி', 'kw' => 'கார்னிஷ்', + 'kwk' => 'குவாக்வாலா', 'ky' => 'கிர்கிஸ்', 'la' => 'லத்தின்', 'lad' => 'லடினோ', @@ -256,6 +273,7 @@ return [ 'lez' => 'லெஜ்ஜியன்', 'lg' => 'கான்டா', 'li' => 'லிம்பர்கிஷ்', + 'lil' => 'லில்லூயிட்', 'lkt' => 'லகோடா', 'ln' => 'லிங்காலா', 'lo' => 'லாவோ', @@ -263,6 +281,7 @@ return [ 'lou' => 'லூசியானா க்ரயோல்', 'loz' => 'லோசி', 'lrc' => 'வடக்கு லுரி', + 'lsm' => 'சாமியா', 'lt' => 'லிதுவேனியன்', 'lu' => 'லுபா-கடாங்கா', 'lua' => 'லுபா-லுலுலா', @@ -296,6 +315,7 @@ return [ 'mn' => 'மங்கோலியன்', 'mnc' => 'மன்சூ', 'mni' => 'மணிப்புரி', + 'moe' => 'இன்னு-ஐமுன்', 'moh' => 'மொஹாக்', 'mos' => 'மோஸ்ஸி', 'mr' => 'மராத்தி', @@ -340,6 +360,11 @@ return [ 'nzi' => 'நிஜ்மா', 'oc' => 'ஒக்கிடன்', 'oj' => 'ஒஜிப்வா', + 'ojb' => 'வடமேற்கு ஓஜிப்வா', + 'ojc' => 'மத்திய ஓஜிப்வா', + 'ojs' => 'ஓஜி-க்ரீ', + 'ojw' => 'மேற்கு ஓஜிப்வா', + 'oka' => 'ஒகானகன்', 'om' => 'ஒரோமோ', 'or' => 'ஒடியா', 'os' => 'ஒசெட்டிக்', @@ -356,12 +381,14 @@ return [ 'peo' => 'பழைய பெர்ஷியன்', 'phn' => 'ஃபொனிஷியன்', 'pi' => 'பாலி', + 'pis' => 'பிஜின்', 'pl' => 'போலிஷ்', 'pon' => 'ஃபோன்பெயென்', + 'pqm' => 'மலிசீட்-பஸ்ஸமகுவாடி', 'prg' => 'பிரஷ்யன்', 'pro' => 'பழைய ப்ரோவென்சால்', 'ps' => 'பஷ்தோ', - 'pt' => 'போர்ச்சுக்கீஸ்', + 'pt' => 'போர்ச்சுகீஸ்', 'qu' => 'க்வெச்சுவா', 'quc' => 'கீசீ', 'raj' => 'ராஜஸ்தானி', @@ -405,6 +432,7 @@ return [ 'sid' => 'சிடாமோ', 'sk' => 'ஸ்லோவாக்', 'sl' => 'ஸ்லோவேனியன்', + 'slh' => 'தெற்கு லுஷூட்சீட்', 'sm' => 'சமோவான்', 'sma' => 'தெற்கு சமி', 'smj' => 'லுலே சமி', @@ -421,6 +449,7 @@ return [ 'ss' => 'ஸ்வாடீ', 'ssy' => 'சஹோ', 'st' => 'தெற்கு ஸோதோ', + 'str' => 'ஸ்ட்ரெய்ட்ஸ் சாலிஷ்', 'su' => 'சுண்டானீஸ்', 'suk' => 'சுகுமா', 'sus' => 'சுசு', @@ -431,13 +460,16 @@ return [ 'syc' => 'பாரம்பரிய சிரியாக்', 'syr' => 'சிரியாக்', 'ta' => 'தமிழ்', + 'tce' => 'தெற்கு டட்சோன்', 'te' => 'தெலுங்கு', 'tem' => 'டிம்னே', 'teo' => 'டெசோ', 'ter' => 'டெரெனோ', 'tet' => 'டெடும்', 'tg' => 'தஜிக்', + 'tgx' => 'தகிஷ்', 'th' => 'தாய்', + 'tht' => 'தால்டன்', 'ti' => 'டிக்ரின்யா', 'tig' => 'டைக்ரே', 'tiv' => 'டிவ்', @@ -450,12 +482,14 @@ return [ 'tn' => 'ஸ்வானா', 'to' => 'டோங்கான்', 'tog' => 'நயாசா டோங்கா', + 'tok' => 'டோக்கி போனா', 'tpi' => 'டோக் பிஸின்', 'tr' => 'துருக்கிஷ்', 'trv' => 'தரோகோ', 'ts' => 'ஸோங்கா', 'tsi' => 'ட்ஸிம்ஷியன்', 'tt' => 'டாடர்', + 'ttm' => 'வடக்கு டட்சோன்', 'tum' => 'தும்புகா', 'tvl' => 'டுவாலு', 'tw' => 'ட்வி', @@ -493,6 +527,7 @@ return [ 'ybb' => 'யெம்பா', 'yi' => 'யெட்டிஷ்', 'yo' => 'யோருபா', + 'yrl' => 'நஹீன்கட்டு', 'yue' => 'காண்டோனீஸ்', 'za' => 'ஜுவாங்', 'zap' => 'ஜாபோடெக்', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/te.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/te.php index dc34541..bafbe03 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/te.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/te.php @@ -21,16 +21,19 @@ return [ 'am' => 'అమ్హారిక్', 'an' => 'అరగోనిస్', 'ang' => 'ప్రాచీన ఆంగ్లం', + 'ann' => 'ఒబోలో', 'anp' => 'ఆంగిక', 'ar' => 'అరబిక్', 'arc' => 'అరామైక్', 'arn' => 'మపుచే', 'arp' => 'అరాపాహో', + 'ars' => 'నజ్ది అరబిక్', 'arw' => 'అరావాక్', 'arz' => 'ఈజిప్షియన్ అరబిక్', 'as' => 'అస్సామీస్', 'asa' => 'అసు', 'ast' => 'ఆస్టూరియన్', + 'atj' => 'అతికామెక్వ', 'av' => 'అవారిక్', 'awa' => 'అవధి', 'ay' => 'ఐమారా', @@ -64,6 +67,7 @@ return [ 'ca' => 'కాటలాన్', 'cad' => 'కేడ్డో', 'car' => 'కేరిబ్', + 'cay' => 'సేయుగా', 'cch' => 'అట్సామ్', 'ccp' => 'చక్మా', 'ce' => 'చెచెన్', @@ -80,13 +84,21 @@ return [ 'chr' => 'చెరోకీ', 'chy' => 'చేయేన్', 'ckb' => 'సెంట్రల్ కర్డిష్', + 'clc' => 'చిల్కటిన్', 'co' => 'కోర్సికన్', 'cop' => 'కోప్టిక్', 'cr' => 'క్రి', + 'crg' => 'మిచిఫ్', 'crh' => 'క్రిమియన్ టర్కిష్', + 'crj' => 'దక్షిణ తూర్పు క్రీ', + 'crk' => 'ప్లెయిన్స్ క్రీ', + 'crl' => 'ఉత్తర తూర్పు క్రీ', + 'crm' => 'మూస్ క్రీ', + 'crr' => 'కరోలినా అల్గోన్‌క్వియన్', 'crs' => 'సెసేల్వా క్రియోల్ ఫ్రెంచ్', 'cs' => 'చెక్', 'csb' => 'కషుబియన్', + 'csw' => 'స్వాంపీ క్రీ', 'cu' => 'చర్చ్ స్లావిక్', 'cv' => 'చువాష్', 'cy' => 'వెల్ష్', @@ -167,6 +179,7 @@ return [ 'hai' => 'హైడా', 'hak' => 'హక్కా చైనీస్', 'haw' => 'హవాయియన్', + 'hax' => 'దక్షిణ హైదా', 'he' => 'హిబ్రూ', 'hi' => 'హిందీ', 'hil' => 'హిలిగెనాన్', @@ -179,6 +192,7 @@ return [ 'ht' => 'హైటియన్ క్రియోల్', 'hu' => 'హంగేరియన్', 'hup' => 'హుపా', + 'hur' => 'హల్కోమెలెమ్', 'hy' => 'ఆర్మేనియన్', 'hz' => 'హెరెరో', 'ia' => 'ఇంటర్లింగ్వా', @@ -189,6 +203,7 @@ return [ 'ig' => 'ఇగ్బో', 'ii' => 'శిషువన్ ఈ', 'ik' => 'ఇనుపైయాక్', + 'ikt' => 'పశ్చిమ కెనేడియన్ ఇన్నూక్‌టిటూట్', 'ilo' => 'ఐలోకో', 'inh' => 'ఇంగుష్', 'io' => 'ఈడో', @@ -215,6 +230,7 @@ return [ 'kea' => 'కాబువేర్దియను', 'kfo' => 'కోరో', 'kg' => 'కోంగో', + 'kgp' => 'కైన్‌గ్యాంగ్', 'kha' => 'ఖాసి', 'kho' => 'ఖోటనీస్', 'khq' => 'కొయరా చీన్నీ', @@ -245,6 +261,7 @@ return [ 'kut' => 'కుటేనై', 'kv' => 'కోమి', 'kw' => 'కోర్నిష్', + 'kwk' => 'క్వాక్‌వాలా', 'ky' => 'కిర్గిజ్', 'la' => 'లాటిన్', 'lad' => 'లాడినో', @@ -255,6 +272,7 @@ return [ 'lez' => 'లేజ్ఘియన్', 'lg' => 'గాండా', 'li' => 'లిమ్బర్గిష్', + 'lil' => 'లిలూయెట్', 'lkt' => 'లకొటా', 'ln' => 'లింగాల', 'lo' => 'లావో', @@ -262,6 +280,7 @@ return [ 'lou' => 'లూసియానా క్రియోల్', 'loz' => 'లోజి', 'lrc' => 'ఉత్తర లూరీ', + 'lsm' => 'సామియా', 'lt' => 'లిథువేనియన్', 'lu' => 'లూబ-కటాంగ', 'lua' => 'లుబా-లులువ', @@ -295,6 +314,7 @@ return [ 'mn' => 'మంగోలియన్', 'mnc' => 'మంచు', 'mni' => 'మణిపురి', + 'moe' => 'ఇన్ను-ఐమున్', 'moh' => 'మోహాక్', 'mos' => 'మోస్సి', 'mr' => 'మరాఠీ', @@ -339,6 +359,11 @@ return [ 'nzi' => 'జీమా', 'oc' => 'ఆక్సిటన్', 'oj' => 'చేవా', + 'ojb' => 'వాయువ్య ఓజిబ్వా', + 'ojc' => 'సెంట్రల్ ఓజిబ్వా', + 'ojs' => 'ఓజి-క్రీ', + 'ojw' => 'పశ్చిమ ఓజిబ్వా', + 'oka' => 'ఒకానగన్', 'om' => 'ఒరోమో', 'or' => 'ఒడియా', 'os' => 'ఒసేటిక్', @@ -354,8 +379,10 @@ return [ 'peo' => 'ప్రాచీన పర్షియన్', 'phn' => 'ఫోనికన్', 'pi' => 'పాలీ', + 'pis' => 'పిజిన్', 'pl' => 'పోలిష్', 'pon' => 'పోహ్న్పెయన్', + 'pqm' => 'మలిసీట్-పస్సమాక్వొడ్డీ', 'prg' => 'ప్రష్యన్', 'pro' => 'ప్రాచీన ప్రోవెంసాల్', 'ps' => 'పాష్టో', @@ -402,6 +429,7 @@ return [ 'sid' => 'సిడామో', 'sk' => 'స్లోవక్', 'sl' => 'స్లోవేనియన్', + 'slh' => 'దక్షిణ లూషూట్‌సీడ్', 'sm' => 'సమోవన్', 'sma' => 'దక్షిణ సామి', 'smj' => 'లులే సామి', @@ -418,6 +446,7 @@ return [ 'ss' => 'స్వాతి', 'ssy' => 'సాహో', 'st' => 'దక్షిణ సోతో', + 'str' => 'స్ట్రెయిట్స్ సలీష్', 'su' => 'సండానీస్', 'suk' => 'సుకుమా', 'sus' => 'సుసు', @@ -428,6 +457,7 @@ return [ 'syc' => 'సాంప్రదాయ సిరియాక్', 'syr' => 'సిరియాక్', 'ta' => 'తమిళము', + 'tce' => 'దక్షిణ టుట్చోన్', 'tcy' => 'తుళు', 'te' => 'తెలుగు', 'tem' => 'టిమ్నే', @@ -435,7 +465,9 @@ return [ 'ter' => 'టెరెనో', 'tet' => 'టేటం', 'tg' => 'తజిక్', + 'tgx' => 'టాగీష్', 'th' => 'థాయ్', + 'tht' => 'ట్యాల్టాన్', 'ti' => 'టిగ్రిన్యా', 'tig' => 'టీగ్రె', 'tiv' => 'టివ్', @@ -448,12 +480,14 @@ return [ 'tn' => 'స్వానా', 'to' => 'టాంగాన్', 'tog' => 'న్యాసా టోన్గా', + 'tok' => 'టోకి పోనా', 'tpi' => 'టోక్ పిసిన్', 'tr' => 'టర్కిష్', 'trv' => 'తరోకో', 'ts' => 'సోంగా', 'tsi' => 'శింషీయన్', 'tt' => 'టాటర్', + 'ttm' => 'ఉత్తర టుట్చోన్', 'tum' => 'టుంబుకా', 'tvl' => 'టువాలు', 'tw' => 'ట్వి', @@ -491,6 +525,7 @@ return [ 'ybb' => 'యెంబా', 'yi' => 'ఇడ్డిష్', 'yo' => 'యోరుబా', + 'yrl' => 'నేహ్‌గటు', 'yue' => 'కాంటనీస్', 'za' => 'జువాన్', 'zap' => 'జపోటెక్', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tg.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tg.php index 8d17632..38d6f3a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tg.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tg.php @@ -30,7 +30,7 @@ return [ 'dv' => 'дивеҳӣ', 'dz' => 'дзонгха', 'el' => 'юнонӣ', - 'en' => 'англисӣ', + 'en' => 'Англисӣ', 'eo' => 'эсперанто', 'es' => 'испанӣ', 'et' => 'эстонӣ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/th.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/th.php index b51b552..d24574d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/th.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/th.php @@ -23,6 +23,7 @@ return [ 'am' => 'อัมฮารา', 'an' => 'อารากอน', 'ang' => 'อังกฤษโบราณ', + 'ann' => 'โอโบโล', 'anp' => 'อังคิกา', 'ar' => 'อาหรับ', 'arc' => 'อราเมอิก', @@ -38,6 +39,7 @@ return [ 'asa' => 'อาซู', 'ase' => 'ภาษามืออเมริกัน', 'ast' => 'อัสตูเรียส', + 'atj' => 'อะทิคาเมก', 'av' => 'อาวาร์', 'avk' => 'โคตาวา', 'awa' => 'อวธี', @@ -103,14 +105,22 @@ return [ 'chr' => 'เชอโรกี', 'chy' => 'เชเยนเน', 'ckb' => 'เคิร์ดตอนกลาง', + 'clc' => 'ชิลโคติน', 'co' => 'คอร์ซิกา', 'cop' => 'คอปติก', 'cps' => 'กาปิซนอน', 'cr' => 'ครี', + 'crg' => 'มิชิฟ', 'crh' => 'ตุรกีไครเมีย', + 'crj' => 'ครีตะวันออกเฉียงใต้', + 'crk' => 'เพลนส์ครี', + 'crl' => 'ครีตะวันออกเฉียงเหนือ', + 'crm' => 'มูสครี', + 'crr' => 'อัลกอนควินแคโรไลนา', 'crs' => 'ครีโอลเซเซลส์ฝรั่งเศส', 'cs' => 'เช็ก', 'csb' => 'คาซูเบียน', + 'csw' => 'สวอมปีครี', 'cu' => 'เชอร์ชสลาวิก', 'cv' => 'ชูวัช', 'cy' => 'เวลส์', @@ -162,7 +172,7 @@ return [ 'fo' => 'แฟโร', 'fon' => 'ฟอน', 'fr' => 'ฝรั่งเศส', - 'frc' => 'ฝรั่งเศสกาฌ็อง', + 'frc' => 'ฝรั่งเศสเคจัน', 'frm' => 'ฝรั่งเศสกลาง', 'fro' => 'ฝรั่งเศสโบราณ', 'frp' => 'อาร์พิตา', @@ -202,6 +212,7 @@ return [ 'hai' => 'ไฮดา', 'hak' => 'จีนแคะ', 'haw' => 'ฮาวาย', + 'hax' => 'เฮดาใต้', 'he' => 'ฮิบรู', 'hi' => 'ฮินดี', 'hif' => 'ฮินดีฟิจิ', @@ -215,6 +226,7 @@ return [ 'ht' => 'เฮติครีโอล', 'hu' => 'ฮังการี', 'hup' => 'ฮูปา', + 'hur' => 'ฮัลโกเมเลม', 'hy' => 'อาร์เมเนีย', 'hz' => 'เฮเรโร', 'ia' => 'อินเตอร์ลิงกัว', @@ -225,6 +237,7 @@ return [ 'ig' => 'อิกโบ', 'ii' => 'เสฉวนยี่', 'ik' => 'อีนูเปียก', + 'ikt' => 'อินุกติตุตแคนาดาตะวันตก', 'ilo' => 'อีโลโก', 'inh' => 'อินกุช', 'io' => 'อีโด', @@ -248,7 +261,7 @@ return [ 'kaj' => 'คจู', 'kam' => 'คัมบา', 'kaw' => 'กวี', - 'kbd' => 'คาร์บาเดีย', + 'kbd' => 'คาบาร์เดีย', 'kbl' => 'คาเนมบู', 'kcg' => 'ทีแยป', 'kde' => 'มาคอนเด', @@ -280,7 +293,7 @@ return [ 'krc' => 'คาราไช-บัลคาร์', 'kri' => 'คริโอ', 'krj' => 'กินารายอา', - 'krl' => 'แกรเลียน', + 'krl' => 'คารีเลียน', 'kru' => 'กุรุข', 'ks' => 'แคชเมียร์', 'ksb' => 'ชัมบาลา', @@ -291,6 +304,7 @@ return [ 'kut' => 'คูเทไน', 'kv' => 'โกมิ', 'kw' => 'คอร์นิช', + 'kwk' => 'ควักวาลา', 'ky' => 'คีร์กีซ', 'la' => 'ละติน', 'lad' => 'ลาดิโน', @@ -298,20 +312,22 @@ return [ 'lah' => 'ลาฮ์นดา', 'lam' => 'แลมบา', 'lb' => 'ลักเซมเบิร์ก', - 'lez' => 'เลซเกียน', + 'lez' => 'เลซเกีย', 'lfn' => 'ลิงกัวฟรังกาโนวา', 'lg' => 'ยูกันดา', 'li' => 'ลิมเบิร์ก', 'lij' => 'ลิกูเรีย', + 'lil' => 'ลิลลูเอต', 'liv' => 'ลิโวเนีย', 'lkt' => 'ลาโกตา', 'lmo' => 'ลอมบาร์ด', 'ln' => 'ลิงกาลา', 'lo' => 'ลาว', 'lol' => 'มองโก', - 'lou' => 'ภาษาครีโอลุยเซียนา', + 'lou' => 'ครีโอลุยเซียนา', 'loz' => 'โลซิ', 'lrc' => 'ลูรีเหนือ', + 'lsm' => 'ซาเมีย', 'lt' => 'ลิทัวเนีย', 'ltg' => 'ลัตเกล', 'lu' => 'ลูบา-กาตองกา', @@ -341,7 +357,7 @@ return [ 'mga' => 'ไอริชกลาง', 'mgh' => 'มากัววา-มีทโท', 'mgo' => 'เมตา', - 'mh' => 'มาร์แชลลิส', + 'mh' => 'มาร์แชลล์', 'mi' => 'เมารี', 'mic' => 'มิกแมก', 'min' => 'มีนังกาเบา', @@ -350,6 +366,7 @@ return [ 'mn' => 'มองโกเลีย', 'mnc' => 'แมนจู', 'mni' => 'มณีปุระ', + 'moe' => 'อินนุ-ไอมุน', 'moh' => 'โมฮอว์ก', 'mos' => 'โมซี', 'mr' => 'มราฐี', @@ -357,7 +374,7 @@ return [ 'ms' => 'มาเลย์', 'mt' => 'มอลตา', 'mua' => 'มันดัง', - 'mus' => 'ครีก', + 'mus' => 'มัสคีกี', 'mwl' => 'มีรันดา', 'mwr' => 'มารวาฑี', 'mwv' => 'เม็นตาไว', @@ -399,29 +416,36 @@ return [ 'nzi' => 'นซิมา', 'oc' => 'อ็อกซิตัน', 'oj' => 'โอจิบวา', + 'ojb' => 'โอจิบเวตะวันตกเฉียงเหนือ', + 'ojc' => 'โอจิบเวตอนกลาง', + 'ojs' => 'ออจิ-ครี', + 'ojw' => 'โอจิบเวตะวันตก', + 'oka' => 'โอคานากัน', 'om' => 'โอโรโม', 'or' => 'โอดิยา', 'os' => 'ออสเซเตีย', 'osa' => 'โอซากี', 'ota' => 'ตุรกีออตโตมัน', 'pa' => 'ปัญจาบ', - 'pag' => 'ปางาซีนัน', + 'pag' => 'ปังกาซีนัน', 'pal' => 'ปะห์ลาวี', - 'pam' => 'ปัมปางา', + 'pam' => 'ปัมปังกา', 'pap' => 'ปาเปียเมนโต', 'pau' => 'ปาเลา', 'pcd' => 'ปิการ์', - 'pcm' => 'พิดจิน', + 'pcm' => 'ไนจีเรียนพิดจิน', 'pdc' => 'เยอรมันเพนซิลเวเนีย', 'pdt' => 'เพลาท์ดิช', 'peo' => 'เปอร์เซียโบราณ', 'pfl' => 'เยอรมันพาลาทิเนต', 'phn' => 'ฟินิเชีย', 'pi' => 'บาลี', + 'pis' => 'พิดจิน', 'pl' => 'โปแลนด์', 'pms' => 'พีดมอนต์', 'pnt' => 'พอนติก', 'pon' => 'พอห์นเพ', + 'pqm' => 'มาเลไซท์-ปัสมาโควดี', 'prg' => 'ปรัสเซีย', 'pro' => 'โปรวองซาลโบราณ', 'ps' => 'พัชโต', @@ -430,7 +454,7 @@ return [ 'quc' => 'กีเช', 'qug' => 'ควิชัวไฮแลนด์ชิมโบราโซ', 'raj' => 'ราชสถาน', - 'rap' => 'ราปานู', + 'rap' => 'ราปานูอี', 'rar' => 'ราโรทองกา', 'rgn' => 'โรมัณโญ', 'rhg' => 'โรฮิงญา', @@ -444,7 +468,7 @@ return [ 'ru' => 'รัสเซีย', 'rue' => 'รูซิน', 'rug' => 'โรเวียนา', - 'rup' => 'อาโรมาเนียน', + 'rup' => 'อาโรมาเนีย', 'rw' => 'รวันดา', 'rwk' => 'รวา', 'sa' => 'สันสกฤต', @@ -480,6 +504,7 @@ return [ 'sid' => 'ซิดาโม', 'sk' => 'สโลวัก', 'sl' => 'สโลวีเนีย', + 'slh' => 'ลูชูตซีดใต้', 'sli' => 'ไซลีเซียตอนล่าง', 'sly' => 'เซลายาร์', 'sm' => 'ซามัว', @@ -493,23 +518,25 @@ return [ 'sog' => 'ซอกดีน', 'sq' => 'แอลเบเนีย', 'sr' => 'เซอร์เบีย', - 'srn' => 'ซูรินาเม', + 'srn' => 'สรานานตองโก', 'srr' => 'เซแรร์', 'ss' => 'สวาติ', 'ssy' => 'ซาโฮ', 'st' => 'โซโทใต้', 'stq' => 'ฟรีเซียนซัทเธอร์แลนด์', + 'str' => 'สเตรตส์ซาลิช', 'su' => 'ซุนดา', 'suk' => 'ซูคูมา', 'sus' => 'ซูซู', 'sux' => 'ซูเมอ', 'sv' => 'สวีเดน', 'sw' => 'สวาฮีลี', - 'swb' => 'โคเมอเรียน', + 'swb' => 'โคเมอเรีย', 'syc' => 'ซีเรียแบบดั้งเดิม', 'syr' => 'ซีเรีย', 'szl' => 'ไซลีเซีย', 'ta' => 'ทมิฬ', + 'tce' => 'ทัชโชนใต้', 'tcy' => 'ตูลู', 'te' => 'เตลูกู', 'tem' => 'ทิมเน', @@ -517,7 +544,9 @@ return [ 'ter' => 'เทเรโน', 'tet' => 'เตตุม', 'tg' => 'ทาจิก', + 'tgx' => 'ทากิช', 'th' => 'ไทย', + 'tht' => 'ทาลทาน', 'ti' => 'ติกริญญา', 'tig' => 'ตีเกร', 'tiv' => 'ทิฟ', @@ -529,17 +558,19 @@ return [ 'tli' => 'ทลิงกิต', 'tly' => 'ทาลิช', 'tmh' => 'ทามาเชก', - 'tn' => 'บอตสวานา', + 'tn' => 'สวานา', 'to' => 'ตองกา', 'tog' => 'ไนอะซาตองกา', + 'tok' => 'โทคิโพนา', 'tpi' => 'ท็อกพิซิน', 'tr' => 'ตุรกี', 'tru' => 'ตูโรโย', 'trv' => 'ทาโรโก', - 'ts' => 'ซิตซองกา', + 'ts' => 'ซองกา', 'tsd' => 'ซาโคเนีย', 'tsi' => 'ซิมชีแอน', 'tt' => 'ตาตาร์', + 'ttm' => 'ทัชโชนเหนือ', 'ttt' => 'ตัตมุสลิม', 'tum' => 'ทุมบูกา', 'tvl' => 'ตูวาลู', @@ -566,9 +597,9 @@ return [ 'vot' => 'โวทิก', 'vro' => 'โวโร', 'vun' => 'วุนจู', - 'wa' => 'วาโลนี', + 'wa' => 'วอลลูน', 'wae' => 'วัลเซอร์', - 'wal' => 'วาลาโม', + 'wal' => 'โวแลตตา', 'war' => 'วาเรย์', 'was' => 'วาโช', 'wbp' => 'วอล์เพอร์รี', @@ -610,7 +641,7 @@ return [ 'es_MX' => 'สเปน - เม็กซิโก', 'fa_AF' => 'ดารี', 'fr_CA' => 'ฝรั่งเศส - แคนาดา', - 'fr_CH' => 'ฝรั่งเศส (สวิส)', + 'fr_CH' => 'ฝรั่งเศส - สวิส', 'nds_NL' => 'แซกซอนใต้', 'nl_BE' => 'เฟลมิช', 'pt_BR' => 'โปรตุเกส - บราซิล', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ti.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ti.php index e5fccb8..fcd2107 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ti.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ti.php @@ -2,48 +2,96 @@ return [ 'Names' => [ + 'ab' => 'ኣብካዝኛ', + 'ace' => 'ኣቸኒዝኛ', + 'ada' => 'ኣዳንግሜ', + 'ady' => 'ኣዲጊ', 'af' => 'ኣፍሪካንስ', 'agq' => 'ኣገም', + 'ain' => 'ኣይኑ', 'ak' => 'ኣካን', + 'ale' => 'ኣለውትኛ', + 'alt' => 'ደቡባዊ ኣልታይ', 'am' => 'ኣምሓርኛ', + 'an' => 'ኣራጎንኛ', + 'ann' => 'ኦቦሎ', + 'anp' => 'ኣንጂካ', 'ar' => 'ዓረብ', + 'arn' => 'ማፑቺ', + 'arp' => 'ኣራፓሆ', + 'ars' => 'ናጅዲ ዓረብኛ', 'as' => 'ኣሳሜዝኛ', 'asa' => 'ኣሱ', 'ast' => 'ኣስቱርያን', + 'atj' => 'ኣቲካመክ', + 'av' => 'ኣቫር', + 'awa' => 'ኣዋዲ', + 'ay' => 'ኣይማራ', 'az' => 'ኣዘርባጃንኛ', + 'ba' => 'ባሽኪር', + 'ban' => 'ባሊንኛ', 'bas' => 'ባሳ', 'be' => 'ቤላሩስኛ', 'bem' => 'ቤምባ', 'bez' => 'በና', 'bg' => 'ቡልጋርኛ', + 'bho' => 'ቦጅፑሪ', + 'bi' => 'ቢስላማ', + 'bin' => 'ቢኒ', + 'bla' => 'ሲክሲካ', 'bm' => 'ባምባራ', 'bn' => 'በንጋሊ', 'bo' => 'ቲበታንኛ', 'br' => 'ብረቶንኛ', 'brx' => 'ቦዶ', 'bs' => 'ቦዝንኛ', + 'bug' => 'ቡጊንኛ', + 'byn' => 'ብሊን', 'ca' => 'ካታላን', + 'cay' => 'ካዩጋ', 'ccp' => 'ቻክማ', 'ce' => 'ቸቸንይና', 'ceb' => 'ሰብዋኖ', 'cgg' => 'ቺጋ', + 'ch' => 'ቻሞሮ', + 'chk' => 'ቹኪዝኛ', + 'chm' => 'ማሪ', + 'cho' => 'ቾክቶ', + 'chp' => 'ቺፐውያን', 'chr' => 'ቸሮኪ', + 'chy' => 'ሻያን', 'ckb' => 'ሶራኒ ኩርዲሽ', + 'clc' => 'ቺልኮቲን', 'co' => 'ኮርስኛ', + 'crg' => 'ሚቺፍ', + 'crj' => 'ደቡባዊ ምብራቕ ክሪ', + 'crk' => 'ክሪ ፕሌንስ', + 'crl' => 'ሰሜናዊ ምብራቕ ክሪ', + 'crm' => 'ሙስ ክሪ', + 'crr' => 'ካቶሊና አልጎንጉያኛ', 'cs' => 'ቸክኛ', + 'csw' => 'ክሪ ረግረግ', 'cu' => 'ቤተ-ክርስትያን ስላቭኛ', + 'cv' => 'ቹቫሽኛ', 'cy' => 'ዌልስኛ', 'da' => 'ዳኒሽ', + 'dak' => 'ዳኮታ', + 'dar' => 'ዳርግዋ', 'dav' => 'ታይታ', 'de' => 'ጀርመን', + 'dgr' => 'ዶግሪብ', 'dje' => 'ዛርማ', 'doi' => 'ዶግሪ', 'dsb' => 'ታሕተዋይ ሶርብኛ', 'dua' => 'ድዋላ', + 'dv' => 'ዲቨሂ', 'dyo' => 'ጆላ-ፎኒይ', 'dz' => 'ድዞንግካ', + 'dzg' => 'ዳዛጋ', 'ebu' => 'ኤምቡ', 'ee' => 'ኢው', + 'efi' => 'ኤፊክ', + 'eka' => 'ኤካጁክ', 'el' => 'ግሪኽኛ', 'en' => 'እንግሊዝኛ', 'eo' => 'ኤስፐራንቶ', @@ -55,133 +103,223 @@ return [ 'ff' => 'ፉላ', 'fi' => 'ፊንላንድኛ', 'fil' => 'ፊሊፒንኛ', + 'fj' => 'ፊጅያንኛ', 'fo' => 'ፋሮእይና', + 'fon' => 'ፎን', 'fr' => 'ፈረንሳይኛ', 'frc' => 'ካጁን ፈረንሳይ', + 'frr' => 'ሰሜናዊ ፍሪስኛ', 'fur' => 'ፍርዩልኛ', 'fy' => 'ምዕራባዊ ፍሪስኛ', 'ga' => 'ኣየርላንድኛ', + 'gaa' => 'ጋ', 'gd' => 'ስኮትላንዳዊ ጋኤሊክኛ', + 'gez' => 'ግእዝ', + 'gil' => 'ጊልበርትኛ', 'gl' => 'ጋሊሽያን', 'gn' => 'ጓራኒ', + 'gor' => 'ጎሮንታሎ', 'gsw' => 'ስዊዘርላንዳዊ ጀርመን', 'gu' => 'ጉጃራቲ', 'guz' => 'ጉሲ', 'gv' => 'ማንክስ', + 'gwi' => 'ጒቺን', 'ha' => 'ሃውሳ', + 'hai' => 'ሃይዳ', 'haw' => 'ሃዋይኛ', + 'hax' => 'ደቡባዊ ሃይዳ', 'he' => 'እብራይስጢ', 'hi' => 'ሂንዲ', + 'hil' => 'ሂሊጋይኖን', 'hmn' => 'ህሞንግ', 'hr' => 'ክሮኤሽያን', 'hsb' => 'ላዕለዋይ ሶርብኛ', 'ht' => 'ክርዮል ሃይትኛ', 'hu' => 'ሃንጋርኛ', + 'hup' => 'ሁፓ', + 'hur' => 'ሃልኮመለም', 'hy' => 'ኣርሜንኛ', + 'hz' => 'ሄረሮ', 'ia' => 'ኢንተርሊንጓ', + 'iba' => 'ኢባን', + 'ibb' => 'ኢቢብዮ', 'id' => 'ኢንዶነዥኛ', 'ig' => 'ኢግቦ', 'ii' => 'ሲችዋን ዪ', + 'ikt' => 'ምዕራባዊ ካናዳዊ ኢናክቲቱት', + 'ilo' => 'ኢሎካኖ', + 'inh' => 'ኢንጉሽኛ', + 'io' => 'ኢዶ', 'is' => 'ኣይስላንድኛ', 'it' => 'ጥልያን', + 'iu' => 'ኢናክቲቱት', 'ja' => 'ጃፓንኛ', - 'jgo' => 'ንጎምባ', + 'jbo' => 'ሎጅባን', + 'jgo' => 'ኤንጎምባ', 'jmc' => 'ማኬም', 'jv' => 'ጃቫንኛ', 'ka' => 'ጆርጅያንኛ', 'kab' => 'ካቢልኛ', + 'kac' => 'ካቺን', + 'kaj' => 'ጅጁ', 'kam' => 'ካምባ', + 'kbd' => 'ካባርድኛ', + 'kcg' => 'ታያፕ', 'kde' => 'ማኮንደ', 'kea' => 'ክርዮል ኬፕ ቨርድኛ', + 'kfo' => 'ኮሮ', 'kgp' => 'ካይንጋንግ', + 'kha' => 'ካሲ', 'khq' => 'ኮይራ ቺኒ', 'ki' => 'ኪኩዩ', + 'kj' => 'ክዋንያማ', 'kk' => 'ካዛክ', 'kkj' => 'ካኮ', 'kl' => 'ግሪንላንድኛ', 'kln' => 'ካለንጂን', 'km' => 'ክመር', + 'kmb' => 'ኪምቡንዱ', 'kn' => 'ካንናዳ', 'ko' => 'ኮርይኛ', 'kok' => 'ኮንካኒ', + 'kpe' => 'ክፐለ', + 'kr' => 'ካኑሪ', + 'krc' => 'ካራቻይ-ባልካርኛ', + 'krl' => 'ካረልኛ', + 'kru' => 'ኩሩክ', 'ks' => 'ካሽሚሪ', 'ksb' => 'ሻምባላ', 'ksf' => 'ባፍያ', 'ksh' => 'ኮልሽ', 'ku' => 'ኩርዲሽ', + 'kum' => 'ኩሚይክ', + 'kv' => 'ኮሚ', 'kw' => 'ኮርንኛ', + 'kwk' => 'ክዋክዋላ', 'ky' => 'ኪርጊዝኛ', 'la' => 'ላቲን', + 'lad' => 'ላዲኖ', 'lag' => 'ላንጊ', 'lb' => 'ሉክሰምበርግኛ', + 'lez' => 'ለዝግኛ', 'lg' => 'ጋንዳ', + 'li' => 'ሊምበርግኛ', 'lij' => 'ሊጉርኛ', + 'lil' => 'ሊሉት', 'lkt' => 'ላኮታ', 'ln' => 'ሊንጋላ', 'lo' => 'ላኦ', 'lou' => 'ክርዮል ሉዊዝያና', + 'loz' => 'ሎዚ', 'lrc' => 'ሰሜናዊ ሉሪ', + 'lsm' => 'ሳምያ', 'lt' => 'ሊትዌንኛ', 'lu' => 'ሉባ-ካታንጋ', + 'lua' => 'ሉባ-ሉልዋ', + 'lun' => 'ሉንዳ', 'luo' => 'ሉኦ', + 'lus' => 'ማይዞ', 'luy' => 'ሉይያ', 'lv' => 'ላትቭኛ', + 'mad' => 'ማዱሪዝኛ', + 'mag' => 'ማጋሂ', 'mai' => 'ማይቲሊ', + 'mak' => 'ማካሳር', 'mas' => 'ማሳይ', + 'mdf' => 'ሞክሻ', + 'men' => 'መንዴ', 'mer' => 'መሩ', 'mfe' => 'ክርዮል ማውሪሽይና', 'mg' => 'ማላጋሲ', 'mgh' => 'ማክዋ-ሜቶ', 'mgo' => 'መታ', + 'mh' => 'ማርሻሊዝኛ', 'mi' => 'ማኦሪ', + 'mic' => 'ሚክማክ', + 'min' => 'ሚናንግካባው', 'mk' => 'መቄዶንኛ', 'ml' => 'ማላያላም', 'mn' => 'ሞንጎልኛ', 'mni' => 'ማኒፑሪ', + 'moe' => 'ኢኑ-ኤመን', + 'moh' => 'ሞሃውክ', + 'mos' => 'ሞሲ', 'mr' => 'ማራቲ', 'ms' => 'ማላይኛ', 'mt' => 'ማልትኛ', 'mua' => 'ሙንዳንግ', + 'mus' => 'ክሪክ', + 'mwl' => 'ሚራንዲዝኛ', 'my' => 'በርምኛ', + 'myv' => 'ኤርዝያ', 'mzn' => 'ማዛንደራኒ', + 'na' => 'ናውርዋንኛ', + 'nap' => 'ናፖሊታንኛ', 'naq' => 'ናማ', 'nb' => 'ኖርወያዊ ቦክማል', - 'nd' => 'ሰሜን ንደበለ', + 'nd' => 'ሰሜን ኤንደበለ', 'nds' => 'ትሑት ጀርመን', 'ne' => 'ኔፓሊ', + 'new' => 'ነዋሪ', + 'ng' => 'ኤንዶንጋ', + 'nia' => 'ንያስ', + 'niu' => 'ንዌንኛ', 'nl' => 'ዳች', 'nmg' => 'ክዋስዮ', 'nn' => 'ኖርወያዊ ናይኖርስክ', - 'nnh' => 'ንጌምቡን', + 'nnh' => 'ኤንጌምቡን', 'no' => 'ኖርወይኛ', + 'nog' => 'ኖጋይኛ', + 'nqo' => 'ኤንኮ', + 'nr' => 'ደቡብ ኤንደበለ', + 'nso' => 'ሰሜናዊ ሶቶ', 'nus' => 'ንዌር', 'nv' => 'ናቫሆ', 'ny' => 'ንያንጃ', 'nyn' => 'ንያንኮል', 'oc' => 'ኦክሲታንኛ', + 'ojb' => 'ሰሜናዊ ምዕራብ ኦጂብዋ', + 'ojc' => 'ማእከላይ ኦጂብዋ', + 'ojs' => 'ኦጂ-ክሪ', + 'ojw' => 'ምዕራባዊ ኦጂብዋ', + 'oka' => 'ኦካናጋን', 'om' => 'ኦሮሞ', 'or' => 'ኦድያ', 'os' => 'ኦሰትኛ', 'pa' => 'ፑንጃቢ', + 'pag' => 'ፓንጋሲናን', + 'pam' => 'ፓምፓንጋ', + 'pap' => 'ፓፕያመንቶ', + 'pau' => 'ፓላውኛ', 'pcm' => 'ፒጂን ናይጀርያ', + 'pis' => 'ፒጂን', 'pl' => 'ፖሊሽ', + 'pqm' => 'ማሊሲት-ፓሳማኳዲ', 'prg' => 'ፕሩስኛ', 'ps' => 'ፓሽቶ', 'pt' => 'ፖርቱጊዝኛ', 'qu' => 'ቀችዋ', + 'rap' => 'ራፓኑይ', + 'rar' => 'ራሮቶንጋንኛ', 'rhg' => 'ሮሂንግያ', 'rm' => 'ሮማንሽ', 'rn' => 'ኪሩንዲ', 'ro' => 'ሩማንኛ', 'rof' => 'ሮምቦ', 'ru' => 'ሩስኛ', + 'rup' => 'ኣሩማንኛ', 'rw' => 'ኪንያርዋንዳ', 'rwk' => 'ርዋ', 'sa' => 'ሳንስክሪት', + 'sad' => 'ሳንዳወ', 'sah' => 'ሳኻ', 'saq' => 'ሳምቡሩ', 'sat' => 'ሳንታሊ', + 'sba' => 'ኤንጋምባይ', 'sbp' => 'ሳንጉ', + 'sc' => 'ሳርዲንኛ', + 'scn' => 'ሲሲልኛ', + 'sco' => 'ስኮትኛ', 'sd' => 'ሲንድሂ', 'se' => 'ሰሜናዊ ሳሚ', 'seh' => 'ሰና', @@ -189,52 +327,92 @@ return [ 'sg' => 'ሳንጎ', 'sh' => 'ሰርቦ-ክሮኤሽያን', 'shi' => 'ታቸልሂት', + 'shn' => 'ሻን', 'si' => 'ሲንሃላ', 'sk' => 'ስሎቫክኛ', 'sl' => 'ስሎቬንኛ', + 'slh' => 'ደቡባዊ ሉሹትሲድ', 'sm' => 'ሳሞእኛ', 'smn' => 'ሳሚ ኢናሪ', + 'sms' => 'ሳሚ ስኮልት', 'sn' => 'ሾና', + 'snk' => 'ሶኒንከ', 'so' => 'ሶማሊ', 'sq' => 'ኣልባንኛ', - 'sr' => 'ሰርብኛ', + 'sr' => 'ቃንቃ ሰርቢያ', + 'srn' => 'ስራናን ቶንጎ', + 'ss' => 'ስዋዚ', 'st' => 'ደቡባዊ ሶቶ', + 'str' => 'ሳሊሽ መጻብቦታት', 'su' => 'ሱንዳንኛ', + 'suk' => 'ሱኩማ', 'sv' => 'ስዊድንኛ', 'sw' => 'ስዋሂሊ', + 'swb' => 'ኮሞርኛ', + 'syr' => 'ሱርስት', 'ta' => 'ታሚል', + 'tce' => 'ደቡባዊ ታትቾን', 'te' => 'ተሉጉ', + 'tem' => 'ቲምኔ', 'teo' => 'ተሶ', + 'tet' => 'ቲተም', 'tg' => 'ታጂክኛ', + 'tgx' => 'ታጊሽ', 'th' => 'ታይኛ', + 'tht' => 'ታልተን', 'ti' => 'ትግርኛ', + 'tig' => 'ትግረ', 'tk' => 'ቱርክመንኛ', 'tlh' => 'ክሊንጎን', + 'tli' => 'ትሊንጊት', + 'tn' => 'ስዋና', 'to' => 'ቶንጋንኛ', + 'tok' => 'ቶኪ ፖና', + 'tpi' => 'ቶክ ፒሲን', 'tr' => 'ቱርክኛ', + 'trv' => 'ታሮኮ', + 'ts' => 'ሶንጋ', 'tt' => 'ታታር', + 'ttm' => 'ሰሜናዊ ታትቾን', + 'tum' => 'ተምቡካ', + 'tvl' => 'ቱቫልዋንኛ', 'tw' => 'ትዊ', 'twq' => 'ታሳዋቅ', + 'ty' => 'ታሂትኛ', + 'tyv' => 'ቱቪንኛ', 'tzm' => 'ማእከላይ ኣትላስ ታማዛይት', + 'udm' => 'ዩድሙርት', 'ug' => 'ኡይጉር', 'uk' => 'ዩክረይንኛ', + 'umb' => 'ኣምቡንዱ', 'ur' => 'ኡርዱ', 'uz' => 'ኡዝበክኛ', 'vai' => 'ቫይ', + 've' => 'ቨንዳ', + 'vec' => 'ቬንቲያንኛ', 'vi' => 'ቬትናምኛ', 'vo' => 'ቮላፑክ', 'vun' => 'ቩንጆ', + 'wa' => 'ዋሎን', 'wae' => 'ዋልሰር', + 'wal' => 'ዎላይታኛ', + 'war' => 'ዋራይ', 'wo' => 'ዎሎፍ', + 'wuu' => 'ቻይናዊ ዉ', + 'xal' => 'ካልምይክ', 'xh' => 'ኮሳ', 'xog' => 'ሶጋ', 'yav' => 'ያንግበን', + 'ybb' => 'የምባ', 'yi' => 'ይሁድኛ', 'yo' => 'ዮሩባ', + 'yrl' => 'ኒንጋቱ', 'yue' => 'ካንቶንኛ', 'zgh' => 'ሞሮካዊ ምዱብ ታማዛይት', 'zh' => 'ቻይንኛ', 'zu' => 'ዙሉ', + 'zun' => 'ዙኚ', + 'zza' => 'ዛዛኪ', ], 'LocalizedNames' => [ 'ar_001' => 'ዘመናዊ ምዱብ ዓረብ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ti_ER.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ti_ER.php index 4a2eaa0..2035e9e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ti_ER.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ti_ER.php @@ -2,12 +2,8 @@ return [ 'Names' => [ + 'sr' => 'ሰርብኛ', ], 'LocalizedNames' => [ - 'ar_001' => 'ዘመናዊ ምዱብ ዓረብ', - 'nds_NL' => 'ትሑት ሳክሰን', - 'nl_BE' => 'ፍላሚሽ', - 'zh_Hans' => 'ቀሊል ቻይንኛ', - 'zh_Hant' => 'ባህላዊ ቻይንኛ', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tk.php index d7f62b9..f028277 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tk.php @@ -15,13 +15,16 @@ return [ 'alt' => 'günorta Altaý dili', 'am' => 'amhar dili', 'an' => 'aragon dili', + 'ann' => 'Obolo dili', 'anp' => 'angika dili', 'ar' => 'arap dili', 'arn' => 'mapuçe dili', 'arp' => 'arapaho dili', + 'ars' => 'Nejdi arap dili', 'as' => 'assam dili', 'asa' => 'asu dili', 'ast' => 'asturiý dili', + 'atj' => 'Atikamekw dili', 'av' => 'awar dili', 'awa' => 'awadhi dili', 'ay' => 'aýmara dili', @@ -46,6 +49,7 @@ return [ 'bug' => 'bugiý dili', 'byn' => 'blin dili', 'ca' => 'katalan dili', + 'cay' => 'Kaýuga dili', 'ccp' => 'çakma dili', 'ce' => 'çeçen dili', 'ceb' => 'sebuan dili', @@ -54,12 +58,21 @@ return [ 'chk' => 'çuuk dili', 'chm' => 'mariý dili', 'cho' => 'çokto', + 'chp' => 'Çipewýan dili', 'chr' => 'çeroki', 'chy' => 'şaýenn dili', 'ckb' => 'merkezi kürt dili', + 'clc' => 'Çilkotin dili', 'co' => 'korsikan dili', + 'crg' => 'Miçif dili', + 'crj' => 'Günorta-gündogar kri dili', + 'crk' => 'Düzdeçi kri dili', + 'crl' => 'Demirgazyk-gündogar kri dili', + 'crm' => 'Los-kri dili', + 'crr' => 'Karolina algonkin dili', 'crs' => 'seselwa kreole-fransuz dili', 'cs' => 'çeh dili', + 'csw' => 'Batgalyk kri dili', 'cu' => 'buthana slaw dili', 'cv' => 'çuwaş dili', 'cy' => 'walliý dili', @@ -96,6 +109,8 @@ return [ 'fo' => 'farer dili', 'fon' => 'fon dili', 'fr' => 'fransuz dili', + 'frc' => 'Fransuz diliniň kajun şiwesi', + 'frr' => 'Demirgazyk friz dili', 'fur' => 'friul dili', 'fy' => 'günbatar friz dili', 'ga' => 'irland dili', @@ -112,7 +127,9 @@ return [ 'gv' => 'men dili', 'gwi' => 'gwiçin dili', 'ha' => 'hausa dili', + 'hai' => 'Haýda dili', 'haw' => 'gawaý dili', + 'hax' => 'Günorta haýda dili', 'he' => 'ýewreý dili', 'hi' => 'hindi dili', 'hil' => 'hiligaýnon dili', @@ -122,6 +139,7 @@ return [ 'ht' => 'gaiti kreol dili', 'hu' => 'wenger dili', 'hup' => 'hupa', + 'hur' => 'Halkomelem dili', 'hy' => 'ermeni dili', 'hz' => 'gerero dili', 'ia' => 'interlingwa dili', @@ -130,6 +148,7 @@ return [ 'id' => 'indonez dili', 'ig' => 'igbo dili', 'ii' => 'syçuan-i dili', + 'ikt' => 'Günorta-kanada iniktitut dili', 'ilo' => 'iloko dili', 'inh' => 'inguş dili', 'io' => 'ido dili', @@ -151,6 +170,7 @@ return [ 'kde' => 'makonde dili', 'kea' => 'kabuwerdianu dili', 'kfo' => 'koro dili', + 'kgp' => 'Kaýngang dili', 'kha' => 'khasi dili', 'khq' => 'koýra-çini dili', 'ki' => 'kikuýu dili', @@ -177,6 +197,7 @@ return [ 'kum' => 'kumyk dili', 'kv' => 'komi dili', 'kw' => 'korn dili', + 'kwk' => 'Kwakwala dili', 'ky' => 'gyrgyz dili', 'la' => 'latyn dili', 'lad' => 'ladino dili', @@ -185,11 +206,14 @@ return [ 'lez' => 'lezgin dili', 'lg' => 'ganda dili', 'li' => 'limburg dili', + 'lil' => 'Lilluet dili', 'lkt' => 'lakota dili', 'ln' => 'lingala dili', 'lo' => 'laos dili', + 'lou' => 'Luiziana kreol dili', 'loz' => 'lozi dili', 'lrc' => 'demirgazyk luri dili', + 'lsm' => 'Samiýa dili', 'lt' => 'litwa dili', 'lu' => 'luba-katanga dili', 'lua' => 'luba-Lulua dili', @@ -218,6 +242,7 @@ return [ 'ml' => 'malaýalam dili', 'mn' => 'mongol dili', 'mni' => 'manipuri dili', + 'moe' => 'Innu-aýmun dili', 'moh' => 'mogauk dili', 'mos' => 'mossi dili', 'mr' => 'marathi dili', @@ -254,6 +279,11 @@ return [ 'ny' => 'nýanja dili', 'nyn' => 'nýankole dili', 'oc' => 'oksitan dili', + 'ojb' => 'Demirgazyk-günbatar ojibwa dili', + 'ojc' => 'Merkezi ojibwa dili', + 'ojs' => 'Oji-kri dili', + 'ojw' => 'Günbatar ojibwa dili', + 'oka' => 'Okanagan dili', 'om' => 'oromo dili', 'or' => 'oriýa dili', 'os' => 'osetin dili', @@ -263,7 +293,9 @@ return [ 'pap' => 'papýamento dili', 'pau' => 'palau dili', 'pcm' => 'nigeriýa-pijin dili', + 'pis' => 'Pijin dili', 'pl' => 'polýak dili', + 'pqm' => 'Malisit-Passamakwodi dili', 'prg' => 'prussiýa dili', 'ps' => 'peştun dili', 'pt' => 'portugal dili', @@ -300,6 +332,7 @@ return [ 'si' => 'singal dili', 'sk' => 'slowak dili', 'sl' => 'slowen dili', + 'slh' => 'Günorta Luşutsid dili', 'sm' => 'samoa dili', 'sma' => 'günorta saam dili', 'smj' => 'lule-saam dili', @@ -314,6 +347,7 @@ return [ 'ss' => 'swati dili', 'ssy' => 'saho dili', 'st' => 'günorta soto dili', + 'str' => 'Demirgazyk bogaz saliş dili', 'su' => 'sundan dili', 'suk' => 'sukuma dili', 'sv' => 'şwed dili', @@ -321,23 +355,29 @@ return [ 'swb' => 'komor dili', 'syr' => 'siriýa dili', 'ta' => 'tamil dili', + 'tce' => 'Günorta Tutçone dili', 'te' => 'telugu dili', 'tem' => 'temne dili', 'teo' => 'teso dili', 'tet' => 'tetum dili', 'tg' => 'täjik dili', + 'tgx' => 'Tagiş dili', 'th' => 'taý dili', + 'tht' => 'Taltan dili', 'ti' => 'tigrinýa dili', 'tig' => 'tigre dili', 'tk' => 'türkmen dili', 'tlh' => 'klingon dili', + 'tli' => 'Tlinkit dili', 'tn' => 'tswana dili', 'to' => 'tongan dili', + 'tok' => 'Toki Pona dili', 'tpi' => 'tok-pisin dili', 'tr' => 'türk dili', 'trv' => 'taroko dili', 'ts' => 'tsonga dili', 'tt' => 'tatar dili', + 'ttm' => 'Demirgazyk tutçone dili', 'tum' => 'tumbuka dili', 'tvl' => 'tuwalu dili', 'twq' => 'tasawak dili', @@ -360,6 +400,7 @@ return [ 'wal' => 'wolaýta dili', 'war' => 'waraý dili', 'wo' => 'wolof dili', + 'wuu' => 'U hytaý dili', 'xal' => 'galmyk dili', 'xh' => 'kosa dili', 'xog' => 'soga dili', @@ -367,6 +408,7 @@ return [ 'ybb' => 'ýemba dili', 'yi' => 'idiş dili', 'yo' => 'ýoruba dili', + 'yrl' => 'Nhengatu dili', 'yue' => 'kanton dili', 'zgh' => 'standart Marokko tamazight dili', 'zh' => 'hytaý dili', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tl.php index 7508731..81614b0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tl.php @@ -16,13 +16,16 @@ return [ 'alt' => 'Southern Altai', 'am' => 'Amharic', 'an' => 'Aragonese', + 'ann' => 'Obolo', 'anp' => 'Angika', 'ar' => 'Arabic', 'arn' => 'Mapuche', 'arp' => 'Arapaho', + 'ars' => 'Najdi Arabic', 'as' => 'Assamese', 'asa' => 'Asu', 'ast' => 'Asturian', + 'atj' => 'Atikamekw', 'av' => 'Avaric', 'awa' => 'Awadhi', 'ay' => 'Aymara', @@ -48,6 +51,7 @@ return [ 'bug' => 'Buginese', 'byn' => 'Blin', 'ca' => 'Catalan', + 'cay' => 'Cayuga', 'ccp' => 'Chakma', 'ce' => 'Chechen', 'ceb' => 'Cebuano', @@ -56,12 +60,21 @@ return [ 'chk' => 'Chuukese', 'chm' => 'Mari', 'cho' => 'Choctaw', + 'chp' => 'Chipewyan', 'chr' => 'Cherokee', 'chy' => 'Cheyenne', 'ckb' => 'Central Kurdish', + 'clc' => 'Chilcotin', 'co' => 'Corsican', + 'crg' => 'Michif', + 'crj' => 'Southern East Cree', + 'crk' => 'Plains Cree', + 'crl' => 'Northern East Cree', + 'crm' => 'Moose Cree', + 'crr' => 'Carolina Algonquian', 'crs' => 'Seselwa Creole French', 'cs' => 'Czech', + 'csw' => 'Latian na Cree', 'cu' => 'Church Slavic', 'cv' => 'Chuvash', 'cy' => 'Welsh', @@ -99,6 +112,7 @@ return [ 'fon' => 'Fon', 'fr' => 'French', 'frc' => 'Cajun French', + 'frr' => 'Hilagang Frisian', 'fur' => 'Friulian', 'fy' => 'Kanlurang Frisian', 'ga' => 'Irish', @@ -116,7 +130,9 @@ return [ 'gv' => 'Manx', 'gwi' => 'Gwichʼin', 'ha' => 'Hausa', + 'hai' => 'Haida', 'haw' => 'Hawaiian', + 'hax' => 'Katimugang Haida', 'he' => 'Hebrew', 'hi' => 'Hindi', 'hil' => 'Hiligaynon', @@ -126,6 +142,7 @@ return [ 'ht' => 'Haitian', 'hu' => 'Hungarian', 'hup' => 'Hupa', + 'hur' => 'Halkomelem', 'hy' => 'Armenian', 'hz' => 'Herero', 'ia' => 'Interlingua', @@ -135,6 +152,7 @@ return [ 'ie' => 'Interlingue', 'ig' => 'Igbo', 'ii' => 'Sichuan Yi', + 'ikt' => 'Kanlurang Canadian Inuktitut', 'ilo' => 'Iloko', 'inh' => 'Ingush', 'io' => 'Ido', @@ -157,6 +175,7 @@ return [ 'kea' => 'Kabuverdianu', 'kfo' => 'Koro', 'kg' => 'Kongo', + 'kgp' => 'Kaingang', 'kha' => 'Khasi', 'khq' => 'Koyra Chiini', 'ki' => 'Kikuyu', @@ -184,6 +203,7 @@ return [ 'kum' => 'Kumyk', 'kv' => 'Komi', 'kw' => 'Cornish', + 'kwk' => 'Kwakʼwala', 'ky' => 'Kirghiz', 'la' => 'Latin', 'lad' => 'Ladino', @@ -192,12 +212,14 @@ return [ 'lez' => 'Lezghian', 'lg' => 'Ganda', 'li' => 'Limburgish', + 'lil' => 'Lillooet', 'lkt' => 'Lakota', 'ln' => 'Lingala', 'lo' => 'Lao', 'lou' => 'Louisiana Creole', 'loz' => 'Lozi', 'lrc' => 'Hilagang Luri', + 'lsm' => 'Saamia', 'lt' => 'Lithuanian', 'lu' => 'Luba-Katanga', 'lua' => 'Luba-Lulua', @@ -226,6 +248,7 @@ return [ 'ml' => 'Malayalam', 'mn' => 'Mongolian', 'mni' => 'Manipuri', + 'moe' => 'Innu-aimun', 'moh' => 'Mohawk', 'mos' => 'Mossi', 'mr' => 'Marathi', @@ -262,6 +285,11 @@ return [ 'ny' => 'Nyanja', 'nyn' => 'Nyankole', 'oc' => 'Occitan', + 'ojb' => 'Hilagang-Kanluran ng Ojibwa', + 'ojc' => 'Central Ojibwa', + 'ojs' => 'Oji-Cree', + 'ojw' => 'Kanlurang Ojibwa', + 'oka' => 'Okanagan', 'om' => 'Oromo', 'or' => 'Odia', 'os' => 'Ossetic', @@ -271,7 +299,9 @@ return [ 'pap' => 'Papiamento', 'pau' => 'Palauan', 'pcm' => 'Nigerian Pidgin', + 'pis' => 'Pijin', 'pl' => 'Polish', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'Prussian', 'ps' => 'Pashto', 'pt' => 'Portuguese', @@ -310,6 +340,7 @@ return [ 'si' => 'Sinhala', 'sk' => 'Slovak', 'sl' => 'Slovenian', + 'slh' => 'Katimugang Lushootseed', 'sm' => 'Samoan', 'sma' => 'Katimugang Sami', 'smj' => 'Lule Sami', @@ -324,6 +355,7 @@ return [ 'ss' => 'Swati', 'ssy' => 'Saho', 'st' => 'Katimugang Sotho', + 'str' => 'Straits Salish', 'su' => 'Sundanese', 'suk' => 'Sukuma', 'sv' => 'Swedish', @@ -331,24 +363,30 @@ return [ 'swb' => 'Comorian', 'syr' => 'Syriac', 'ta' => 'Tamil', + 'tce' => 'Katimugang Tutchone', 'te' => 'Telugu', 'tem' => 'Timne', 'teo' => 'Teso', 'tet' => 'Tetum', 'tg' => 'Tajik', + 'tgx' => 'Tagish', 'th' => 'Thai', + 'tht' => 'Tahltan', 'ti' => 'Tigrinya', 'tig' => 'Tigre', 'tk' => 'Turkmen', 'tl' => 'Tagalog', 'tlh' => 'Klingon', + 'tli' => 'Tlingit', 'tn' => 'Tswana', 'to' => 'Tongan', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Turkish', 'trv' => 'Taroko', 'ts' => 'Tsonga', 'tt' => 'Tatar', + 'ttm' => 'Northern Tutchone', 'tum' => 'Tumbuka', 'tvl' => 'Tuvalu', 'tw' => 'Twi', @@ -373,6 +411,7 @@ return [ 'war' => 'Waray', 'wbp' => 'Warlpiri', 'wo' => 'Wolof', + 'wuu' => 'Wu Chinese', 'xal' => 'Kalmyk', 'xh' => 'Xhosa', 'xog' => 'Soga', @@ -380,6 +419,7 @@ return [ 'ybb' => 'Yemba', 'yi' => 'Yiddish', 'yo' => 'Yoruba', + 'yrl' => 'Nheengatu', 'yue' => 'Cantonese', 'zgh' => 'Standard Moroccan Tamazight', 'zh' => 'Chinese', @@ -389,17 +429,13 @@ return [ ], 'LocalizedNames' => [ 'ar_001' => 'Modernong Karaniwang Arabic', - 'de_AT' => 'Austrian German', 'de_CH' => 'Swiss High German', - 'en_AU' => 'Ingles ng Australia', - 'en_CA' => 'Ingles sa Canada', 'en_GB' => 'Ingles na British', 'en_US' => 'Ingles na American', 'es_419' => 'Latin American na Espanyol', 'es_ES' => 'European Spanish', 'es_MX' => 'Mexican na Espanyol', 'fa_AF' => 'Dari', - 'fr_CA' => 'French sa Canada', 'fr_CH' => 'Swiss na French', 'nds_NL' => 'Low Saxon', 'nl_BE' => 'Flemish', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/to.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/to.php index 28c2d57..254012b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/to.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/to.php @@ -23,6 +23,7 @@ return [ 'am' => 'lea fakaʻameliki', 'an' => 'lea fakaʻalakoni', 'ang' => 'lea fakapālangi-motuʻa', + 'ann' => 'lea fakaʻopolo', 'anp' => 'lea fakaʻangika', 'ar' => 'lea fakaʻalepea', 'arc' => 'lea fakaʻalāmiti', @@ -30,6 +31,7 @@ return [ 'aro' => 'lea fakaʻalaona', 'arp' => 'lea fakaʻalapaho', 'arq' => 'lea fakaʻalepea-ʻaisilia', + 'ars' => 'lea fakaʻalepea-nāsiti', 'arw' => 'lea fakaʻalauaki', 'ary' => 'lea fakaʻalepea-moloko', 'arz' => 'lea fakaʻalepea-ʻisipite', @@ -37,6 +39,7 @@ return [ 'asa' => 'lea fakaʻasu', 'ase' => 'lea fakaʻilonga-ʻamelika', 'ast' => 'lea fakaʻasitūlia', + 'atj' => 'lea fakaʻatikameku', 'av' => 'lea fakaʻavaliki', 'avk' => 'lea fakakotava', 'awa' => 'lea fakaʻauati', @@ -102,14 +105,22 @@ return [ 'chr' => 'lea fakaselokī', 'chy' => 'lea fakaseiene', 'ckb' => 'lea fakakūtisi-loloto', + 'clc' => 'lea fakatisilikōtini', 'co' => 'lea fakakōsika', 'cop' => 'lea fakakopitika', 'cps' => 'lea fakakapiseno', 'cr' => 'lea fakakelī', + 'crg' => 'lea fakametisifi', 'crh' => 'lea fakatoake-kilimea', + 'crj' => 'lea fakakilī-tongahahake', + 'crk' => 'lea fakakilī-toafa', + 'crl' => 'lea fakakilī-tokelauhahake', + 'crm' => 'lea fakamose-kilī', + 'crr' => 'lea fakaʻalakonikuia-kalolina', 'crs' => 'lea fakaseselua-falanisē', 'cs' => 'lea fakaseki', 'csb' => 'lea fakakasiupia', + 'csw' => 'lea fakakilī-ano', 'cu' => 'lea fakasilavia-fakasiasi', 'cv' => 'lea fakasuvasa', 'cy' => 'lea fakauēlesi', @@ -201,6 +212,7 @@ return [ 'hai' => 'lea fakahaita', 'hak' => 'lea fakasiaina-haka', 'haw' => 'lea fakahauaiʻi', + 'hax' => 'lea fakahaita-tonga', 'he' => 'lea fakahepelū', 'hi' => 'lea fakahinitī', 'hif' => 'lea fakahinitī-fisi', @@ -214,6 +226,7 @@ return [ 'ht' => 'lea fakahaiti', 'hu' => 'lea fakahungakalia', 'hup' => 'lea fakahupa', + 'hur' => 'lea fakahalikomele', 'hy' => 'lea fakaʻāmenia', 'hz' => 'lea fakahelelo', 'ia' => 'lea fakavahaʻalea', @@ -224,12 +237,13 @@ return [ 'ig' => 'lea fakaʻikipō', 'ii' => 'lea fakasisiuani-ī', 'ik' => 'lea fakaʻinupiaki', + 'ikt' => 'lea fakaʻinuketītuti-kānata-hihifo', 'ilo' => 'lea fakaʻiloko', 'inh' => 'lea fakaʻingusi', 'io' => 'lea fakaʻito', 'is' => 'lea fakaʻaisilani', 'it' => 'lea fakaʻītali', - 'iu' => 'lea fakaʻinuketituti', + 'iu' => 'lea fakaʻinuketītuti', 'izh' => 'lea fakaʻingiliani', 'ja' => 'lea fakasiapani', 'jam' => 'lea fakapālangi-samaika', @@ -290,6 +304,7 @@ return [ 'kut' => 'lea fakakutenai', 'kv' => 'lea fakakomi', 'kw' => 'lea fakakoniuali', + 'kwk' => 'lea fakakuakuala', 'ky' => 'lea fakakīsisi', 'la' => 'lea fakalatina', 'lad' => 'lea fakalatino', @@ -302,14 +317,17 @@ return [ 'lg' => 'lea fakakanita', 'li' => 'lea fakalimipūliki', 'lij' => 'lea fakalikulia', + 'lil' => 'lea fakalilōeti', 'liv' => 'lea fakalivonia', 'lkt' => 'lea fakalakota', 'lmo' => 'lea fakalomipāti', 'ln' => 'lea lingikala', 'lo' => 'lea fakalau', 'lol' => 'lea fakamongikō', + 'lou' => 'lea fakaluisiana', 'loz' => 'lea fakalosi', 'lrc' => 'lea fakaluli-tokelau', + 'lsm' => 'lea fakasāmia', 'lt' => 'lea fakalituania', 'ltg' => 'lea fakalatakale', 'lu' => 'lea fakalupa-katanga', @@ -348,6 +366,7 @@ return [ 'mn' => 'lea fakamongokōlia', 'mnc' => 'lea fakamanisū', 'mni' => 'lea fakamanipuli', + 'moe' => 'lea fakaʻinuʻaimuni', 'moh' => 'lea fakamohauki', 'mos' => 'lea fakamosi', 'mr' => 'lea fakamalati', @@ -397,8 +416,13 @@ return [ 'nzi' => 'lea fakanesima', 'oc' => 'lea fakaʻokitane', 'oj' => 'lea fakaʻosipiuā', + 'ojb' => 'lea fakaʻosipiuā-tokelauhihifo', + 'ojc' => 'lea fakaʻosipiuā-loto', + 'ojs' => 'lea fakakilī-osi', + 'ojw' => 'lea fakaʻosipiuā-hihifo', + 'oka' => 'lea faka-ʻokanākani', 'om' => 'lea fakaʻolomo', - 'or' => 'lea faka-ʻotia', + 'or' => 'lea fakaʻotia', 'os' => 'lea fakaʻosetiki', 'osa' => 'lea fakaʻosēse', 'ota' => 'lea fakatoake-ʻotomani', @@ -416,10 +440,12 @@ return [ 'pfl' => 'lea fakasiamane-palatine', 'phn' => 'lea fakafoinikia', 'pi' => 'lea fakapāli', + 'pis' => 'lea fakapisini', 'pl' => 'lea fakapolani', 'pms' => 'lea fakapiemonite', 'pnt' => 'lea fakaponitiki', 'pon' => 'lea fakaponapē', + 'pqm' => 'lea fakamaliseti-pasamakuoti', 'prg' => 'lea fakapulūsia', 'pro' => 'lea fakapolovenisi-motuʻa', 'ps' => 'lea fakapasitō', @@ -478,6 +504,7 @@ return [ 'sid' => 'lea fakasitamo', 'sk' => 'lea fakasolāvaki', 'sl' => 'lea fakasolovenia', + 'slh' => 'lea fakalusūtisiti', 'sli' => 'lea fakasilesia-hifo', 'sly' => 'lea fakaselaiā', 'sm' => 'lea fakahaʻamoa', @@ -497,6 +524,7 @@ return [ 'ssy' => 'lea fakasaho', 'st' => 'lea fakasoto-tonga', 'stq' => 'lea fakafilisia-satēlani', + 'str' => 'lea fakasalisi-vahatokelau', 'su' => 'lea fakasunitā', 'suk' => 'lea fakasukuma', 'sus' => 'lea fakasusū', @@ -508,6 +536,7 @@ return [ 'syr' => 'lea fakasuliāiā', 'szl' => 'lea fakasilesia', 'ta' => 'lea fakatamili', + 'tce' => 'lea fakatutisone-tonga', 'tcy' => 'lea fakatulu', 'te' => 'lea fakaʻinitia-teluku', 'tem' => 'lea fakatimenē', @@ -515,7 +544,9 @@ return [ 'ter' => 'lea fakateleno', 'tet' => 'lea fakatetumu', 'tg' => 'lea fakatāsiki', + 'tgx' => 'lea fakatākisi', 'th' => 'lea fakatailani', + 'tht' => 'lea fakatālitāni', 'ti' => 'lea fakatikilinia', 'tig' => 'lea fakatikilē', 'tiv' => 'lea fakativi', @@ -530,6 +561,7 @@ return [ 'tn' => 'lea fakatisuana', 'to' => 'lea fakatonga', 'tog' => 'lea fakaniasa-tonga', + 'tok' => 'lea fakatoki-pona', 'tpi' => 'lea fakatoki-pisini', 'tr' => 'lea fakatoake', 'tru' => 'lea fakatuloio', @@ -538,6 +570,7 @@ return [ 'tsd' => 'lea fakasakōnia', 'tsi' => 'lea fakatisīmisiani', 'tt' => 'lea fakatatale', + 'ttm' => 'lea fakatutisone-tokelau', 'ttt' => 'lea fakatati-moselemi', 'tum' => 'lea fakatumepuka', 'tvl' => 'lea fakatūvalu', @@ -610,8 +643,6 @@ return [ 'fr_CH' => 'lea fakafalanisē-suisilani', 'nds_NL' => 'lea fakasakisoni-hifo', 'nl_BE' => 'lea fakahōlani-pelesiume', - 'pt_BR' => 'lea fakapotukali-palāsili', - 'pt_PT' => 'lea fakapotukali-ʻiulope', 'ro_MD' => 'lea fakamolitāvia', 'sw_CD' => 'lea fakasuahili-kongikō', 'zh_Hans' => 'lea fakasiaina-fakafaingofua', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tr.php index a14dd9b..ffea1c1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/tr.php @@ -13,7 +13,7 @@ return [ 'af' => 'Afrikaanca', 'afh' => 'Afrihili', 'agq' => 'Aghem', - 'ain' => 'Ayni Dili', + 'ain' => 'Aynuca', 'ak' => 'Akan', 'akk' => 'Akad Dili', 'akz' => 'Alabamaca', @@ -23,12 +23,13 @@ return [ 'am' => 'Amharca', 'an' => 'Aragonca', 'ang' => 'Eski İngilizce', + 'ann' => 'Obolo dili', 'anp' => 'Angika', 'ar' => 'Arapça', 'arc' => 'Aramice', 'arn' => 'Mapuçe dili', 'aro' => 'Araona', - 'arp' => 'Arapaho Dili', + 'arp' => 'Arapaho dili', 'arq' => 'Cezayir Arapçası', 'ars' => 'Necd Arapçası', 'arw' => 'Arawak Dili', @@ -38,7 +39,8 @@ return [ 'asa' => 'Asu', 'ase' => 'Amerikan İşaret Dili', 'ast' => 'Asturyasça', - 'av' => 'Avar Dili', + 'atj' => 'Atikamekçe', + 'av' => 'Avar dili', 'avk' => 'Kotava', 'awa' => 'Awadhi', 'ay' => 'Aymara', @@ -103,14 +105,22 @@ return [ 'chr' => 'Çerokice', 'chy' => 'Şayence', 'ckb' => 'Orta Kürtçe', + 'clc' => 'Çilkotince', 'co' => 'Korsikaca', 'cop' => 'Kıptice', 'cps' => 'Capiznon', 'cr' => 'Krice', + 'crg' => 'Michif dili', 'crh' => 'Kırım Tatarcası', + 'crj' => 'Güney Doğu Kricesi', + 'crk' => 'Ova Kricesi', + 'crl' => 'Kuzey Doğu Kricesi', + 'crm' => 'Moose Kricesi', + 'crr' => 'Carolina Algonkin dili', 'crs' => 'Seselwa Kreole Fransızcası', 'cs' => 'Çekçe', 'csb' => 'Kashubian', + 'csw' => 'Bataklık Kricesi', 'cu' => 'Kilise Slavcası', 'cv' => 'Çuvaşça', 'cy' => 'Galce', @@ -202,6 +212,7 @@ return [ 'hai' => 'Haydaca', 'hak' => 'Hakka Çincesi', 'haw' => 'Hawaii dili', + 'hax' => 'Güney Haydaca', 'he' => 'İbranice', 'hi' => 'Hintçe', 'hif' => 'Fiji Hintçesi', @@ -215,6 +226,7 @@ return [ 'ht' => 'Haiti Kreyolu', 'hu' => 'Macarca', 'hup' => 'Hupaca', + 'hur' => 'Halkomelemce', 'hy' => 'Ermenice', 'hz' => 'Herero dili', 'ia' => 'İnterlingua', @@ -225,6 +237,7 @@ return [ 'ig' => 'İbo dili', 'ii' => 'Sichuan Yi', 'ik' => 'İnyupikçe', + 'ikt' => 'Batı Kanada İnuktitut dili', 'ilo' => 'Iloko', 'inh' => 'İnguşça', 'io' => 'Ido', @@ -291,6 +304,7 @@ return [ 'kut' => 'Kutenai dili', 'kv' => 'Komi', 'kw' => 'Kernevekçe', + 'kwk' => 'Kwakʼwala dili', 'ky' => 'Kırgızca', 'la' => 'Latince', 'lad' => 'Ladino', @@ -303,6 +317,7 @@ return [ 'lg' => 'Ganda', 'li' => 'Limburgca', 'lij' => 'Ligurca', + 'lil' => 'Lillooet dili', 'liv' => 'Livonca', 'lkt' => 'Lakotaca', 'lmo' => 'Lombardça', @@ -312,6 +327,7 @@ return [ 'lou' => 'Louisiana Kreolcesi', 'loz' => 'Lozi', 'lrc' => 'Kuzey Luri', + 'lsm' => 'Samia dili', 'lt' => 'Litvanca', 'ltg' => 'Latgalian', 'lu' => 'Luba-Katanga', @@ -350,6 +366,7 @@ return [ 'mn' => 'Moğolca', 'mnc' => 'Mançurya dili', 'mni' => 'Manipuri dili', + 'moe' => 'Doğu İnnucası', 'moh' => 'Mohavk dili', 'mos' => 'Mossi', 'mr' => 'Marathi dili', @@ -399,6 +416,11 @@ return [ 'nzi' => 'Nzima dili', 'oc' => 'Oksitan dili', 'oj' => 'Ojibva dili', + 'ojb' => 'Kuzeybatı Ojibwe dili', + 'ojc' => 'Orta Ojibwe dili', + 'ojs' => 'Anişininice', + 'ojw' => 'Batı Ojibwe dili', + 'oka' => 'Okanagan dili', 'om' => 'Oromo dili', 'or' => 'Oriya dili', 'os' => 'Osetçe', @@ -418,10 +440,12 @@ return [ 'pfl' => 'Palatin Almancası', 'phn' => 'Fenike dili', 'pi' => 'Pali', + 'pis' => 'Pijin dili', 'pl' => 'Lehçe', 'pms' => 'Piyemontece', 'pnt' => 'Kuzeybatı Kafkasya', 'pon' => 'Pohnpeian', + 'pqm' => 'Malisetçe-Passamaquoddy', 'prg' => 'Prusyaca', 'pro' => 'Eski Provensal', 'ps' => 'Peştuca', @@ -480,6 +504,7 @@ return [ 'sid' => 'Sidamo dili', 'sk' => 'Slovakça', 'sl' => 'Slovence', + 'slh' => 'Güney Lushootseed', 'sli' => 'Aşağı Silezyaca', 'sly' => 'Selayar', 'sm' => 'Samoa dili', @@ -499,6 +524,7 @@ return [ 'ssy' => 'Saho', 'st' => 'Güney Sotho dili', 'stq' => 'Saterland Frizcesi', + 'str' => 'Boğazlar Saliş dili', 'su' => 'Sunda dili', 'suk' => 'Sukuma dili', 'sus' => 'Susu', @@ -510,6 +536,7 @@ return [ 'syr' => 'Süryanice', 'szl' => 'Silezyaca', 'ta' => 'Tamilce', + 'tce' => 'Güney Tuçoncası', 'tcy' => 'Tuluca', 'te' => 'Telugu dili', 'tem' => 'Timne', @@ -517,7 +544,9 @@ return [ 'ter' => 'Tereno', 'tet' => 'Tetum', 'tg' => 'Tacikçe', + 'tgx' => 'Tagişçe', 'th' => 'Tayca', + 'tht' => 'Tahltanca', 'ti' => 'Tigrinya dili', 'tig' => 'Tigre', 'tiv' => 'Tiv', @@ -526,12 +555,13 @@ return [ 'tkr' => 'Sahurca', 'tl' => 'Tagalogca', 'tlh' => 'Klingonca', - 'tli' => 'Tlingit', + 'tli' => 'Tlingitçe', 'tly' => 'Talışça', 'tmh' => 'Tamaşek', 'tn' => 'Setsvana', 'to' => 'Tonga dili', 'tog' => 'Nyasa Tonga', + 'tok' => 'Toki Pona', 'tpi' => 'Tok Pisin', 'tr' => 'Türkçe', 'tru' => 'Turoyo', @@ -540,6 +570,7 @@ return [ 'tsd' => 'Tsakonca', 'tsi' => 'Tsimshian', 'tt' => 'Tatarca', + 'ttm' => 'Kuzey Tuçoncası', 'ttt' => 'Tatça', 'tum' => 'Tumbuka', 'tvl' => 'Tuvalyanca', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uk.php index c248a6e..3ff5749 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uk.php @@ -21,6 +21,7 @@ return [ 'am' => 'амхарська', 'an' => 'арагонська', 'ang' => 'давньоанглійська', + 'ann' => 'оболо', 'anp' => 'ангіка', 'ar' => 'арабська', 'arc' => 'арамейська', @@ -34,6 +35,7 @@ return [ 'asa' => 'асу', 'ase' => 'американська мова рухів', 'ast' => 'астурійська', + 'atj' => 'атикамек', 'av' => 'аварська', 'awa' => 'авадхі', 'ay' => 'аймара', @@ -92,24 +94,32 @@ return [ 'chm' => 'марійська', 'chn' => 'чинук жаргон', 'cho' => 'чокто', - 'chp' => 'чіпевʼян', + 'chp' => 'чипевʼян', 'chr' => 'черокі', 'chy' => 'чейєнн', 'ckb' => 'центральнокурдська', + 'clc' => 'чилкотін', 'co' => 'корсиканська', 'cop' => 'коптська', 'cr' => 'крі', + 'crg' => 'мічиф', 'crh' => 'кримськотатарська', + 'crj' => 'південно-східна крі', + 'crk' => 'рівнинна крі', + 'crl' => 'північна іст-крі', + 'crm' => 'муз-крі', + 'crr' => 'каролінська алгонкінська', 'crs' => 'сейшельська креольська', 'cs' => 'чеська', 'csb' => 'кашубська', + 'csw' => 'свампі-крі', 'cu' => 'церковнословʼянська', 'cv' => 'чуваська', 'cy' => 'валлійська', 'da' => 'данська', 'dak' => 'дакота', 'dar' => 'даргінська', - 'dav' => 'таіта', + 'dav' => 'таїта', 'de' => 'німецька', 'del' => 'делаварська', 'den' => 'слейв', @@ -120,7 +130,7 @@ return [ 'dsb' => 'нижньолужицька', 'dua' => 'дуала', 'dum' => 'середньонідерландська', - 'dv' => 'дівехі', + 'dv' => 'дивехі', 'dyo' => 'дьола-фоні', 'dyu' => 'діула', 'dz' => 'дзонг-ке', @@ -184,6 +194,7 @@ return [ 'hai' => 'хайда', 'hak' => 'хаккаська', 'haw' => 'гавайська', + 'hax' => 'південна гайда', 'he' => 'іврит', 'hi' => 'гінді', 'hil' => 'хілігайнон', @@ -196,6 +207,7 @@ return [ 'ht' => 'гаїтянська креольська', 'hu' => 'угорська', 'hup' => 'хупа', + 'hur' => 'галкомелем', 'hy' => 'вірменська', 'hz' => 'гереро', 'ia' => 'інтерлінгва', @@ -206,12 +218,13 @@ return [ 'ig' => 'ігбо', 'ii' => 'сичуаньська ї', 'ik' => 'інупіак', + 'ikt' => 'західноканадська інуктитут', 'ilo' => 'ілоканська', 'inh' => 'інгуська', 'io' => 'ідо', 'is' => 'ісландська', 'it' => 'італійська', - 'iu' => 'інуктітут', + 'iu' => 'інуктитут', 'ja' => 'японська', 'jbo' => 'ложбан', 'jgo' => 'нгомба', @@ -233,9 +246,10 @@ return [ 'kea' => 'кабувердіану', 'kfo' => 'коро', 'kg' => 'конґолезька', + 'kgp' => 'кайнґанґ', 'kha' => 'кхасі', 'kho' => 'хотаносакська', - 'khq' => 'койра чіїні', + 'khq' => 'койра чиїні', 'ki' => 'кікуйю', 'kj' => 'кунама', 'kk' => 'казахська', @@ -263,9 +277,10 @@ return [ 'kut' => 'кутенаї', 'kv' => 'комі', 'kw' => 'корнська', + 'kwk' => 'кваквала', 'ky' => 'киргизька', 'la' => 'латинська', - 'lad' => 'ладіно', + 'lad' => 'ладино', 'lag' => 'лангі', 'lah' => 'ланда', 'lam' => 'ламба', @@ -273,6 +288,8 @@ return [ 'lez' => 'лезгінська', 'lg' => 'ганда', 'li' => 'лімбургійська', + 'lij' => 'лігурійська', + 'lil' => 'лілуетська', 'lkt' => 'лакота', 'ln' => 'лінгала', 'lo' => 'лаоська', @@ -280,6 +297,7 @@ return [ 'lou' => 'луїзіанська креольська', 'loz' => 'лозі', 'lrc' => 'північнолурська', + 'lsm' => 'самія', 'lt' => 'литовська', 'lu' => 'луба-катанга', 'lua' => 'луба-лулуа', @@ -315,6 +333,7 @@ return [ 'mn' => 'монгольська', 'mnc' => 'манчжурська', 'mni' => 'маніпурі', + 'moe' => 'інну-аймун', 'moh' => 'магавк', 'mos' => 'моссі', 'mr' => 'маратхі', @@ -361,6 +380,11 @@ return [ 'nzi' => 'нзіма', 'oc' => 'окситанська', 'oj' => 'оджібва', + 'ojb' => 'північно-західна оджибве', + 'ojc' => 'центральна оджибве', + 'ojs' => 'оджи-крі', + 'ojw' => 'західна оджибве', + 'oka' => 'оканаганська', 'om' => 'оромо', 'or' => 'одія', 'os' => 'осетинська', @@ -376,8 +400,10 @@ return [ 'peo' => 'давньоперська', 'phn' => 'фінікійсько-пунічна', 'pi' => 'палі', + 'pis' => 'піджин', 'pl' => 'польська', 'pon' => 'понапе', + 'pqm' => 'малесіт-пасамакводі', 'prg' => 'прусська', 'pro' => 'давньопровансальська', 'ps' => 'пушту', @@ -426,6 +452,7 @@ return [ 'sid' => 'сідамо', 'sk' => 'словацька', 'sl' => 'словенська', + 'slh' => 'південна лушуцид', 'sm' => 'самоанська', 'sma' => 'південносаамська', 'smj' => 'саамська луле', @@ -439,9 +466,10 @@ return [ 'sr' => 'сербська', 'srn' => 'сранан тонго', 'srr' => 'серер', - 'ss' => 'сісваті', + 'ss' => 'сисваті', 'ssy' => 'сахо', 'st' => 'південна сото', + 'str' => 'саліська стрейт', 'su' => 'сунданська', 'suk' => 'сукума', 'sus' => 'сусу', @@ -452,13 +480,16 @@ return [ 'syc' => 'сирійська класична', 'syr' => 'сирійська', 'ta' => 'тамільська', + 'tce' => 'південна тутчон', 'te' => 'телугу', 'tem' => 'темне', 'teo' => 'тесо', 'ter' => 'терено', 'tet' => 'тетум', 'tg' => 'таджицька', + 'tgx' => 'тагіш', 'th' => 'тайська', + 'tht' => 'талтан', 'ti' => 'тигринья', 'tig' => 'тигре', 'tiv' => 'тів', @@ -471,12 +502,14 @@ return [ 'tn' => 'тсвана', 'to' => 'тонганська', 'tog' => 'ньяса тонга', + 'tok' => 'токі-пона', 'tpi' => 'ток-пісін', 'tr' => 'турецька', 'trv' => 'тароко', 'ts' => 'тсонга', 'tsi' => 'цимшиан', 'tt' => 'татарська', + 'ttm' => 'північна тутчон', 'tum' => 'тумбука', 'tvl' => 'тувалу', 'tw' => 'тві', @@ -514,6 +547,7 @@ return [ 'ybb' => 'ємба', 'yi' => 'їдиш', 'yo' => 'йоруба', + 'yrl' => 'ньєнґату', 'yue' => 'кантонська', 'za' => 'чжуан', 'zap' => 'сапотекська', @@ -528,14 +562,10 @@ return [ 'LocalizedNames' => [ 'ar_001' => 'сучасна стандартна арабська', 'az_Arab' => 'південноазербайджанська', - 'de_CH' => 'швейцарська верхньонімецька', - 'en_US' => 'американська англійська', 'es_419' => 'латиноамериканська іспанська', 'es_ES' => 'європейська іспанська', 'es_MX' => 'мексиканська іспанська', 'fa_AF' => 'дарі', - 'fr_CA' => 'канадська французька', - 'fr_CH' => 'швейцарська французька', 'nds_NL' => 'нижньосаксонська', 'nl_BE' => 'фламандська', 'pt_BR' => 'бразильська португальська', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ur.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ur.php index d044139..4f35b61 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ur.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/ur.php @@ -16,13 +16,16 @@ return [ 'alt' => 'جنوبی الٹائی', 'am' => 'امہاری', 'an' => 'اراگونیز', + 'ann' => 'اوبولو', 'anp' => 'انگیکا', 'ar' => 'عربی', 'arn' => 'ماپوچے', 'arp' => 'اراپاہو', + 'ars' => 'نجدی عربی', 'as' => 'آسامی', 'asa' => 'آسو', 'ast' => 'اسٹوریائی', + 'atj' => 'اٹیکامیکو', 'av' => 'اواری', 'awa' => 'اوادھی', 'ay' => 'ایمارا', @@ -48,6 +51,7 @@ return [ 'bug' => 'بگینیز', 'byn' => 'بلین', 'ca' => 'کیٹالان', + 'cay' => 'کایوگا', 'ccp' => 'چکمہ', 'ce' => 'چیچن', 'ceb' => 'سیبوآنو', @@ -56,12 +60,21 @@ return [ 'chk' => 'چوکیز', 'chm' => 'ماری', 'cho' => 'چاکٹاؤ', + 'chp' => 'چپوائن', 'chr' => 'چیروکی', 'chy' => 'چینّے', 'ckb' => 'سینٹرل کردش', + 'clc' => 'چلکوٹن', 'co' => 'کوراسیکن', + 'crg' => 'میچیف', + 'crj' => 'جنوب مشرقی کری', + 'crk' => 'پلینز کری', + 'crl' => 'شمال مشرقی کری', + 'crm' => 'موس کری', + 'crr' => 'کیرولینا الگونکوئن', 'crs' => 'سیسلوا کریولے فرانسیسی', 'cs' => 'چیک', + 'csw' => 'سوامپی کری', 'cu' => 'چرچ سلاوک', 'cv' => 'چوواش', 'cy' => 'ویلش', @@ -99,6 +112,7 @@ return [ 'fon' => 'فون', 'fr' => 'فرانسیسی', 'frc' => 'کاجن فرانسیسی', + 'frr' => 'شمالی فریزئین', 'fur' => 'فریولیائی', 'fy' => 'مغربی فریسیئن', 'ga' => 'آئرش', @@ -117,7 +131,9 @@ return [ 'gv' => 'مینکس', 'gwi' => 'گوئچ ان', 'ha' => 'ہؤسا', + 'hai' => 'ہائیڈا', 'haw' => 'ہوائی', + 'hax' => 'جنوبی ہائیڈا', 'he' => 'عبرانی', 'hi' => 'ہندی', 'hil' => 'ہالیگینون', @@ -127,6 +143,7 @@ return [ 'ht' => 'ہیتی', 'hu' => 'ہنگیرین', 'hup' => 'ہیوپا', + 'hur' => 'ہالکومیلم', 'hy' => 'آرمینیائی', 'hz' => 'ہریرو', 'ia' => 'بین لسانیات', @@ -135,6 +152,7 @@ return [ 'id' => 'انڈونیثیائی', 'ig' => 'اِگبو', 'ii' => 'سچوان ای', + 'ikt' => 'مغربی کینیڈین اینُکٹیٹٹ', 'ilo' => 'ایلوکو', 'inh' => 'انگوش', 'io' => 'ایڈو', @@ -157,6 +175,7 @@ return [ 'kea' => 'کابويرديانو', 'kfo' => 'کورو', 'kg' => 'کانگو', + 'kgp' => 'کینگینگ', 'kha' => 'کھاسی', 'khq' => 'کويرا شيني', 'ki' => 'کیکویو', @@ -184,6 +203,7 @@ return [ 'kum' => 'کومیک', 'kv' => 'کومی', 'kw' => 'کورنش', + 'kwk' => 'کیواکوالا', 'ky' => 'کرغیزی', 'la' => 'لاطینی', 'lad' => 'لیڈینو', @@ -192,12 +212,14 @@ return [ 'lez' => 'لیزگیان', 'lg' => 'گینڈا', 'li' => 'لیمبرگش', + 'lil' => 'للوئیٹ', 'lkt' => 'لاکوٹا', 'ln' => 'لِنگَلا', 'lo' => 'لاؤ', 'lou' => 'لوزیانا کریول', 'loz' => 'لوزی', 'lrc' => 'شمالی لری', + 'lsm' => 'سامیہ', 'lt' => 'لیتھوینین', 'lu' => 'لبا-کاتانجا', 'lua' => 'لیوبا لولوآ', @@ -226,6 +248,7 @@ return [ 'ml' => 'مالایالم', 'mn' => 'منگولین', 'mni' => 'منی پوری', + 'moe' => 'انو ایمن', 'moh' => 'موہاک', 'mos' => 'موسی', 'mr' => 'مراٹهی', @@ -262,6 +285,11 @@ return [ 'ny' => 'نیانجا', 'nyn' => 'نینکول', 'oc' => 'آکسیٹان', + 'ojb' => 'شمال مغربی اوجبوا', + 'ojc' => 'سینٹرل اوجبوا', + 'ojs' => 'اوجی کری', + 'ojw' => 'مغربی اوجبوا', + 'oka' => 'اوکناگن', 'om' => 'اورومو', 'or' => 'اڑیہ', 'os' => 'اوسیٹک', @@ -271,7 +299,9 @@ return [ 'pap' => 'پاپیامینٹو', 'pau' => 'پالاون', 'pcm' => 'نائجیریائی پڈگن', + 'pis' => 'پجن', 'pl' => 'پولش', + 'pqm' => 'مالیسیٹ پاساماکوڈی', 'prg' => 'پارسی', 'ps' => 'پشتو', 'pt' => 'پُرتگالی', @@ -310,6 +340,7 @@ return [ 'si' => 'سنہالا', 'sk' => 'سلوواک', 'sl' => 'سلووینیائی', + 'slh' => 'جنوبی لوشوٹسیڈ', 'sm' => 'ساموآن', 'sma' => 'جنوبی سامی', 'smj' => 'لول سامی', @@ -324,6 +355,7 @@ return [ 'ss' => 'سواتی', 'ssy' => 'ساہو', 'st' => 'جنوبی سوتھو', + 'str' => 'سٹریٹس سالِش', 'su' => 'سنڈانیز', 'suk' => 'سکوما', 'sv' => 'سویڈش', @@ -331,24 +363,30 @@ return [ 'swb' => 'کوموریائی', 'syr' => 'سریانی', 'ta' => 'تمل', + 'tce' => 'جنوبی ٹچون', 'te' => 'تیلگو', 'tem' => 'ٹمنے', 'teo' => 'تیسو', 'tet' => 'ٹیٹم', 'tg' => 'تاجک', + 'tgx' => 'ٹاگش', 'th' => 'تھائی', + 'tht' => 'ٹاہلٹن', 'ti' => 'ٹگرینیا', 'tig' => 'ٹگرے', 'tk' => 'ترکمان', 'tl' => 'ٹیگا لوگ', 'tlh' => 'کلنگن', + 'tli' => 'ٹلنگٹ', 'tn' => 'سوانا', 'to' => 'ٹونگن', + 'tok' => 'ٹوکی پونا', 'tpi' => 'ٹوک پِسِن', 'tr' => 'ترکی', 'trv' => 'ٹوروکو', 'ts' => 'زونگا', 'tt' => 'تاتار', + 'ttm' => 'شمالی ٹچون', 'tum' => 'ٹمبوکا', 'tvl' => 'تووالو', 'tw' => 'توی', @@ -373,6 +411,7 @@ return [ 'war' => 'وارے', 'wbp' => 'وارلپیری', 'wo' => 'وولوف', + 'wuu' => 'وو چائینیز', 'xal' => 'کالمیک', 'xh' => 'ژوسا', 'xog' => 'سوگا', @@ -380,6 +419,7 @@ return [ 'ybb' => 'یمبا', 'yi' => 'یدش', 'yo' => 'یوروبا', + 'yrl' => 'نینگاٹو', 'yue' => 'کینٹونیز', 'zgh' => 'اسٹینڈرڈ مراقشی تمازیقی', 'zh' => 'چینی', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uz.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uz.php index 7e7960c..845917b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uz.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uz.php @@ -15,13 +15,16 @@ return [ 'alt' => 'janubiy oltoy', 'am' => 'amxar', 'an' => 'aragon', + 'ann' => 'obolo', 'anp' => 'angika', 'ar' => 'arab', 'arn' => 'mapuche', 'arp' => 'arapaxo', + 'ars' => 'najd arab', 'as' => 'assam', 'asa' => 'asu', 'ast' => 'asturiy', + 'atj' => 'atikamek', 'av' => 'avar', 'awa' => 'avadxi', 'ay' => 'aymara', @@ -47,6 +50,7 @@ return [ 'bug' => 'bugi', 'byn' => 'blin', 'ca' => 'katalan', + 'cay' => 'kayuga', 'ccp' => 'chakma', 'ce' => 'chechen', 'ceb' => 'sebuan', @@ -55,12 +59,21 @@ return [ 'chk' => 'chukot', 'chm' => 'mari', 'cho' => 'choktav', + 'chp' => 'chipevyan', 'chr' => 'cheroki', 'chy' => 'cheyenn', 'ckb' => 'sorani-kurd', + 'clc' => 'chilkotin', 'co' => 'korsikan', + 'crg' => 'michif', + 'crj' => 'janubi-sharqiy kri', + 'crk' => 'tekislik kri', + 'crl' => 'shomoli-sharqiy kri', + 'crm' => 'mus kri', + 'crr' => 'karolin algonkin', 'crs' => 'kreol (Seyshel)', 'cs' => 'chex', + 'csw' => 'botqoq kri', 'cu' => 'slavyan (cherkov)', 'cv' => 'chuvash', 'cy' => 'valliy', @@ -97,6 +110,8 @@ return [ 'fo' => 'farercha', 'fon' => 'fon', 'fr' => 'fransuzcha', + 'frc' => 'kajun fransuz', + 'frr' => 'shimoliy friz', 'fur' => 'friul', 'fy' => 'g‘arbiy friz', 'ga' => 'irland', @@ -115,7 +130,9 @@ return [ 'gv' => 'men', 'gwi' => 'gvichin', 'ha' => 'xausa', + 'hai' => 'hayda', 'haw' => 'gavaycha', + 'hax' => 'janubiy hayda', 'he' => 'ivrit', 'hi' => 'hind', 'hil' => 'hiligaynon', @@ -125,6 +142,7 @@ return [ 'ht' => 'gaityan', 'hu' => 'venger', 'hup' => 'xupa', + 'hur' => 'halkomelem', 'hy' => 'arman', 'hz' => 'gerero', 'ia' => 'interlingva', @@ -133,6 +151,7 @@ return [ 'id' => 'indonez', 'ig' => 'igbo', 'ii' => 'sichuan', + 'ikt' => 'sharqiy-kanada inuktitut', 'ilo' => 'iloko', 'inh' => 'ingush', 'io' => 'ido', @@ -154,6 +173,7 @@ return [ 'kde' => 'makonde', 'kea' => 'kabuverdianu', 'kfo' => 'koro', + 'kgp' => 'kaingang', 'kha' => 'kxasi', 'khq' => 'koyra-chiini', 'ki' => 'kikuyu', @@ -181,6 +201,7 @@ return [ 'kum' => 'qo‘miq', 'kv' => 'komi', 'kw' => 'korn', + 'kwk' => 'kvakvala', 'ky' => 'qirgʻizcha', 'la' => 'lotincha', 'lad' => 'ladino', @@ -189,11 +210,14 @@ return [ 'lez' => 'lezgin', 'lg' => 'ganda', 'li' => 'limburg', + 'lil' => 'lilluet', 'lkt' => 'lakota', 'ln' => 'lingala', 'lo' => 'laos', + 'lou' => 'luiziana kreol', 'loz' => 'lozi', 'lrc' => 'shimoliy luri', + 'lsm' => 'saamia', 'lt' => 'litva', 'lu' => 'luba-katanga', 'lua' => 'luba-lulua', @@ -222,6 +246,7 @@ return [ 'ml' => 'malayalam', 'mn' => 'mongol', 'mni' => 'manipur', + 'moe' => 'innu-aymun', 'moh' => 'mohauk', 'mos' => 'mossi', 'mr' => 'maratxi', @@ -258,6 +283,11 @@ return [ 'ny' => 'cheva', 'nyn' => 'nyankole', 'oc' => 'oksitan', + 'ojb' => 'shimoli-gʻarbiy ojibva', + 'ojc' => 'markaziy ijibve', + 'ojs' => 'oji-kri', + 'ojw' => 'gʻarbiy ojibva', + 'oka' => 'okanagan', 'om' => 'oromo', 'or' => 'oriya', 'os' => 'osetin', @@ -267,7 +297,9 @@ return [ 'pap' => 'papiyamento', 'pau' => 'palau', 'pcm' => 'kreol (Nigeriya)', + 'pis' => 'pijin', 'pl' => 'polyakcha', + 'pqm' => 'maliset-passamakvoddi', 'prg' => 'pruss', 'ps' => 'pushtu', 'pt' => 'portugalcha', @@ -305,6 +337,7 @@ return [ 'si' => 'singal', 'sk' => 'slovakcha', 'sl' => 'slovencha', + 'slh' => 'janubiy lushutsid', 'sm' => 'samoa', 'sma' => 'janubiy saam', 'smj' => 'lule-saam', @@ -319,6 +352,7 @@ return [ 'ss' => 'svati', 'ssy' => 'saho', 'st' => 'janubiy soto', + 'str' => 'streyts salish', 'su' => 'sundan', 'suk' => 'sukuma', 'sv' => 'shved', @@ -326,23 +360,29 @@ return [ 'swb' => 'qamar', 'syr' => 'suriyacha', 'ta' => 'tamil', + 'tce' => 'janubiy tutchone', 'te' => 'telugu', 'tem' => 'timne', 'teo' => 'teso', 'tet' => 'tetum', 'tg' => 'tojik', + 'tgx' => 'tagish', 'th' => 'tay', + 'tht' => 'taltan', 'ti' => 'tigrinya', 'tig' => 'tigre', 'tk' => 'turkman', 'tlh' => 'klingon', + 'tli' => 'tlingit', 'tn' => 'tsvana', 'to' => 'tongan', + 'tok' => 'tokipona', 'tpi' => 'tok-piksin', 'tr' => 'turk', 'trv' => 'taroko', 'ts' => 'tsonga', 'tt' => 'tatar', + 'ttm' => 'shimoliy tutchone', 'tum' => 'tumbuka', 'tvl' => 'tuvalu', 'twq' => 'tasavak', @@ -366,6 +406,7 @@ return [ 'war' => 'varay', 'wbp' => 'valbiri', 'wo' => 'volof', + 'wuu' => 'vu xitoy', 'xal' => 'qalmoq', 'xh' => 'kxosa', 'xog' => 'soga', @@ -373,6 +414,7 @@ return [ 'ybb' => 'yemba', 'yi' => 'idish', 'yo' => 'yoruba', + 'yrl' => 'nyengatu', 'yue' => 'kanton', 'zgh' => 'tamazigxt', 'zh' => 'xitoy', @@ -400,7 +442,6 @@ return [ 'pt_PT' => 'portugal (Yevropa)', 'ro_MD' => 'moldovan', 'sw_CD' => 'suaxili (Kongo)', - 'zh_Hans' => 'xitoy (soddalashgan)', 'zh_Hant' => 'xitoy (an’anaviy)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uz_Cyrl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uz_Cyrl.php index 15d9e43..304ea0d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uz_Cyrl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/uz_Cyrl.php @@ -101,7 +101,6 @@ return [ 'gl' => 'галицийча', 'gn' => 'гуарани', 'gor' => 'горонтало', - 'gsw' => 'немисча (Швейцария)', 'gu' => 'гужаротча', 'guz' => 'гусии', 'gv' => 'мэнча', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/vi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/vi.php index d6e1be3..354cef1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/vi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/vi.php @@ -22,6 +22,7 @@ return [ 'am' => 'Tiếng Amharic', 'an' => 'Tiếng Aragon', 'ang' => 'Tiếng Anh cổ', + 'ann' => 'Tiếng Obolo', 'anp' => 'Tiếng Angika', 'ar' => 'Tiếng Ả Rập', 'arc' => 'Tiếng Aramaic', @@ -36,6 +37,7 @@ return [ 'asa' => 'Tiếng Asu', 'ase' => 'Ngôn ngữ Ký hiệu Mỹ', 'ast' => 'Tiếng Asturias', + 'atj' => 'Tiếng Atikamekw', 'av' => 'Tiếng Avaric', 'awa' => 'Tiếng Awadhi', 'ay' => 'Tiếng Aymara', @@ -100,14 +102,22 @@ return [ 'chr' => 'Tiếng Cherokee', 'chy' => 'Tiếng Cheyenne', 'ckb' => 'Tiếng Kurd Miền Trung', + 'clc' => 'Tiếng Chilcotin', 'co' => 'Tiếng Corsica', 'cop' => 'Tiếng Coptic', 'cps' => 'Tiếng Capiznon', 'cr' => 'Tiếng Cree', + 'crg' => 'Tiếng Michif', 'crh' => 'Tiếng Thổ Nhĩ Kỳ Crimean', + 'crj' => 'Tiếng Cree Đông Nam', + 'crk' => 'Tiếng Plains Cree', + 'crl' => 'Tiếng Cree Đông Bắc', + 'crm' => 'Tiếng Moose Cree', + 'crr' => 'Tiếng Carolina Algonquian', 'crs' => 'Tiếng Pháp Seselwa Creole', 'cs' => 'Tiếng Séc', 'csb' => 'Tiếng Kashubia', + 'csw' => 'Tiếng Swampy Cree', 'cu' => 'Tiếng Slavơ Nhà thờ', 'cv' => 'Tiếng Chuvash', 'cy' => 'Tiếng Wales', @@ -196,6 +206,7 @@ return [ 'hai' => 'Tiếng Haida', 'hak' => 'Tiếng Khách Gia', 'haw' => 'Tiếng Hawaii', + 'hax' => 'Tiếng Haida miền Nam', 'he' => 'Tiếng Do Thái', 'hi' => 'Tiếng Hindi', 'hif' => 'Tiếng Fiji Hindi', @@ -209,6 +220,7 @@ return [ 'ht' => 'Tiếng Haiti', 'hu' => 'Tiếng Hungary', 'hup' => 'Tiếng Hupa', + 'hur' => 'Tiếng Halkomelem', 'hy' => 'Tiếng Armenia', 'hz' => 'Tiếng Herero', 'ia' => 'Tiếng Khoa Học Quốc Tế', @@ -219,6 +231,7 @@ return [ 'ig' => 'Tiếng Igbo', 'ii' => 'Tiếng Di Tứ Xuyên', 'ik' => 'Tiếng Inupiaq', + 'ikt' => 'Tiếng Inuktitut miền Tây Canada', 'ilo' => 'Tiếng Iloko', 'inh' => 'Tiếng Ingush', 'io' => 'Tiếng Ido', @@ -249,6 +262,7 @@ return [ 'kea' => 'Tiếng Kabuverdianu', 'kfo' => 'Tiếng Koro', 'kg' => 'Tiếng Kongo', + 'kgp' => 'Tiếng Kaingang', 'kha' => 'Tiếng Khasi', 'kho' => 'Tiếng Khotan', 'khq' => 'Tiếng Koyra Chiini', @@ -279,6 +293,7 @@ return [ 'kut' => 'Tiếng Kutenai', 'kv' => 'Tiếng Komi', 'kw' => 'Tiếng Cornwall', + 'kwk' => 'Tiếng Kwakʼwala', 'ky' => 'Tiếng Kyrgyz', 'la' => 'Tiếng La-tinh', 'lad' => 'Tiếng Ladino', @@ -289,6 +304,7 @@ return [ 'lez' => 'Tiếng Lezghian', 'lg' => 'Tiếng Ganda', 'li' => 'Tiếng Limburg', + 'lil' => 'Tiếng Lillooet', 'lkt' => 'Tiếng Lakota', 'ln' => 'Tiếng Lingala', 'lo' => 'Tiếng Lào', @@ -296,6 +312,7 @@ return [ 'lou' => 'Tiếng Creole Louisiana', 'loz' => 'Tiếng Lozi', 'lrc' => 'Tiếng Bắc Luri', + 'lsm' => 'Tiếng Saamia', 'lt' => 'Tiếng Litva', 'lu' => 'Tiếng Luba-Katanga', 'lua' => 'Tiếng Luba-Lulua', @@ -331,6 +348,7 @@ return [ 'mn' => 'Tiếng Mông Cổ', 'mnc' => 'Tiếng Mãn Châu', 'mni' => 'Tiếng Manipuri', + 'moe' => 'Tiếng Innu-aimun', 'moh' => 'Tiếng Mohawk', 'mos' => 'Tiếng Mossi', 'mr' => 'Tiếng Marathi', @@ -377,6 +395,11 @@ return [ 'nzi' => 'Tiếng Nzima', 'oc' => 'Tiếng Occitan', 'oj' => 'Tiếng Ojibwa', + 'ojb' => 'Tiếng Ojibwe Tây Bắc', + 'ojc' => 'Tiếng Ojibwe miền Trung', + 'ojs' => 'Tiếng Oji-Cree', + 'ojw' => 'Tiếng Ojibwe miền Tây', + 'oka' => 'Tiếng Okanagan', 'om' => 'Tiếng Oromo', 'or' => 'Tiếng Odia', 'os' => 'Tiếng Ossetic', @@ -392,8 +415,10 @@ return [ 'peo' => 'Tiếng Ba Tư cổ', 'phn' => 'Tiếng Phoenicia', 'pi' => 'Tiếng Pali', + 'pis' => 'Tiếng Pijin', 'pl' => 'Tiếng Ba Lan', 'pon' => 'Tiếng Pohnpeian', + 'pqm' => 'Tiếng Maliseet-Passamaquoddy', 'prg' => 'Tiếng Prussia', 'pro' => 'Tiếng Provençal cổ', 'ps' => 'Tiếng Pashto', @@ -443,6 +468,7 @@ return [ 'sid' => 'Tiếng Sidamo', 'sk' => 'Tiếng Slovak', 'sl' => 'Tiếng Slovenia', + 'slh' => 'Tiếng Lushootseed miền Nam', 'sm' => 'Tiếng Samoa', 'sma' => 'Tiếng Sami Miền Nam', 'smj' => 'Tiếng Lule Sami', @@ -459,6 +485,7 @@ return [ 'ss' => 'Tiếng Swati', 'ssy' => 'Tiếng Saho', 'st' => 'Tiếng Sotho Miền Nam', + 'str' => 'Tiếng Straits Salish', 'su' => 'Tiếng Sunda', 'suk' => 'Tiếng Sukuma', 'sus' => 'Tiếng Susu', @@ -469,13 +496,16 @@ return [ 'syc' => 'Tiếng Syriac cổ', 'syr' => 'Tiếng Syriac', 'ta' => 'Tiếng Tamil', + 'tce' => 'Tiếng Tutchone miền Nam', 'te' => 'Tiếng Telugu', 'tem' => 'Tiếng Timne', 'teo' => 'Tiếng Teso', 'ter' => 'Tiếng Tereno', 'tet' => 'Tiếng Tetum', 'tg' => 'Tiếng Tajik', + 'tgx' => 'Tiếng Tagish', 'th' => 'Tiếng Thái', + 'tht' => 'Tiếng Tahltan', 'ti' => 'Tiếng Tigrinya', 'tig' => 'Tiếng Tigre', 'tiv' => 'Tiếng Tiv', @@ -488,12 +518,14 @@ return [ 'tn' => 'Tiếng Tswana', 'to' => 'Tiếng Tonga', 'tog' => 'Tiếng Nyasa Tonga', + 'tok' => 'Tiếng Toki Pona', 'tpi' => 'Tiếng Tok Pisin', 'tr' => 'Tiếng Thổ Nhĩ Kỳ', 'trv' => 'Tiếng Taroko', 'ts' => 'Tiếng Tsonga', 'tsi' => 'Tiếng Tsimshian', 'tt' => 'Tiếng Tatar', + 'ttm' => 'Tiếng Tutchone miền Bắc', 'tum' => 'Tiếng Tumbuka', 'tvl' => 'Tiếng Tuvalu', 'tw' => 'Tiếng Twi', @@ -531,6 +563,7 @@ return [ 'ybb' => 'Tiếng Yemba', 'yi' => 'Tiếng Yiddish', 'yo' => 'Tiếng Yoruba', + 'yrl' => 'Tiếng Nheengatu', 'yue' => 'Tiếng Quảng Đông', 'za' => 'Tiếng Choang', 'zap' => 'Tiếng Zapotec', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/xh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/xh.php index 036a1f8..b4752ab 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/xh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/xh.php @@ -2,8 +2,46 @@ return [ 'Names' => [ - 'xh' => 'isiXhosa', + 'af' => 'isiBhulu', + 'ar' => 'Isi-Arabhu', + 'bn' => 'IsiBangla', + 'de' => 'IsiJamani', + 'en' => 'IsiNgesi', + 'es' => 'Isi-Spanish', + 'fr' => 'IsiFrentshi', + 'hi' => 'IsiHindi', + 'id' => 'Isi-Indonesia', + 'it' => 'IsiTaliyane', + 'ja' => 'IsiJapan', + 'ko' => 'Isi-Korean', + 'nl' => 'IsiDatshi', + 'pl' => 'Isi-Polish', + 'pt' => 'IsiPhuthukezi', + 'ru' => 'Isi-Russian', + 'th' => 'Isi-Thai', + 'tr' => 'Isi-Turkish', + 'xh' => 'IsiXhosa', + 'zh' => 'IsiMandarin', + 'zu' => 'isiZulu', ], 'LocalizedNames' => [ + 'ar_001' => 'Isi-Arabhu (Sale mihla)', + 'de_AT' => 'IsiJamani Sase-Austria', + 'de_CH' => 'IsiJamani Esiyi-High Swiss', + 'en_AU' => 'IsiNgesi Sase-Australia', + 'en_CA' => 'IsiNgesi SaseKhanada', + 'en_GB' => 'IsiNgesi SaseBritane', + 'en_US' => 'Isingesi SaseMelika', + 'es_419' => 'IsiSpanish SaseLatin America', + 'es_ES' => 'IsiSpanish SaseYurophu', + 'es_MX' => 'IsiSpanish SaseMexico', + 'fr_CA' => 'IsiFrentshi SaseKhanada', + 'fr_CH' => 'IsiFrentshi SaseSwitzerland', + 'hi_Latn' => 'IsiHindi (Latin)', + 'nl_BE' => 'IsiFlemish', + 'pt_BR' => 'IsiPhuthukezi SaseBrazil', + 'pt_PT' => 'IsiPhuthukezi SasePortugal', + 'zh_Hans' => 'IsiTshayina Esenziwe Lula', + 'zh_Hant' => 'IsiTshayina Esiqhelekileyo', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/yo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/yo.php index 047b986..dc84a2b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/yo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/yo.php @@ -2,47 +2,96 @@ return [ 'Names' => [ + 'ab' => 'Èdè Abasia', + 'ace' => 'Èdè Akinisi', + 'ada' => 'Èdè Adame', + 'ady' => 'Èdè Adiji', 'af' => 'Èdè Afrikani', 'agq' => 'Èdè Ágẹ̀ẹ̀mù', + 'ain' => 'Èdè Ainu', 'ak' => 'Èdè Akani', + 'ale' => 'Èdè Aleti', + 'alt' => 'Èdè Gusu Ata', 'am' => 'Èdè Amariki', + 'an' => 'Èdè Aragoni', + 'ann' => 'Èdè Obolo', + 'anp' => 'Èdè Angika', 'ar' => 'Èdè Árábìkì', + 'arn' => 'Èdè Mapushe', + 'arp' => 'Èdè Arapaho', + 'ars' => 'Èdè Arabiki ti Najidi', 'as' => 'Èdè Ti Assam', 'asa' => 'Èdè Asu', 'ast' => 'Èdè Asturian', + 'atj' => 'Èdè Atikameki', + 'av' => 'Èdè Afariki', + 'awa' => 'Èdè Awadi', + 'ay' => 'Èdè Amara', 'az' => 'Èdè Azerbaijani', + 'ba' => 'Èdè Bashiri', + 'ban' => 'Èdè Balini', 'bas' => 'Èdè Basaa', 'be' => 'Èdè Belarusi', 'bem' => 'Èdè Béḿbà', 'bez' => 'Èdè Bẹ́nà', 'bg' => 'Èdè Bugaria', + 'bho' => 'Èdè Bojuri', + 'bi' => 'Èdè Bisilama', + 'bin' => 'Èdè Bini', + 'bla' => 'Èdè Sikiska', 'bm' => 'Èdè Báḿbàrà', 'bn' => 'Èdè Bengali', 'bo' => 'Tibetán', 'br' => 'Èdè Bretoni', 'brx' => 'Èdè Bódò', 'bs' => 'Èdè Bosnia', + 'bug' => 'Èdè Bugini', + 'byn' => 'Èdè Bilini', 'ca' => 'Èdè Catala', + 'cay' => 'Èdè Kayuga', 'ccp' => 'Èdè Chakma', 'ce' => 'Èdè Chechen', 'ceb' => 'Èdè Cebuano', 'cgg' => 'Èdè Chiga', + 'ch' => 'Èdè S̩amoro', + 'chk' => 'Èdè Shuki', + 'chm' => 'Èdè Mari', + 'cho' => 'Èdè Shokita', + 'chp' => 'Èdè Shipewa', 'chr' => 'Èdè Shẹ́rókiì', + 'chy' => 'Èdè Sheyeni', 'ckb' => 'Ààrin Gbùngbùn Kurdish', + 'clc' => 'Èdè Shikoti', 'co' => 'Èdè Corsican', + 'crg' => 'Èdè Misifu', + 'crj' => 'Èdè Gusu Ila-oorun Kri', + 'crk' => 'Èdè Papa Kri', + 'crl' => 'Èdè ti Ila oorun Ariwa Kri', + 'crm' => 'Èdè Moose Kri', + 'crr' => 'Èdè Alonkuia ti Karolina', 'cs' => 'Èdè Seeki', + 'csw' => 'Èdè Swampi Kri', 'cu' => 'Èdè Síláfííkì Ilé Ìjọ́sìn', + 'cv' => 'Èdè Shufasi', 'cy' => 'Èdè Welshi', 'da' => 'Èdè Ilẹ̀ Denmark', + 'dak' => 'Èdè Dakota', + 'dar' => 'Èdè Dagiwa', 'dav' => 'Táítà', 'de' => 'Èdè Jámánì', + 'dgr' => 'Èdè Dogribu', 'dje' => 'Ṣárúmà', + 'doi' => 'Èdè Dogiri', 'dsb' => 'Ṣóbíánù Apá Ìṣàlẹ̀', 'dua' => 'Èdè Duala', + 'dv' => 'Èdè Difehi', 'dyo' => 'Jola-Fonyi', 'dz' => 'Èdè Dzongkha', + 'dzg' => 'Èdè Dasaga', 'ebu' => 'Èdè Ẹmbù', 'ee' => 'Èdè Ewè', + 'efi' => 'Èdè Efiki', + 'eka' => 'Èdè Ekaju', 'el' => 'Èdè Giriki', 'en' => 'Èdè Gẹ̀ẹ́sì', 'eo' => 'Èdè Esperanto', @@ -54,123 +103,222 @@ return [ 'ff' => 'Èdè Fúlàní', 'fi' => 'Èdè Finisi', 'fil' => 'Èdè Filipino', + 'fj' => 'Èdè Fiji', 'fo' => 'Èdè Faroesi', + 'fon' => 'Èdè Fon', 'fr' => 'Èdè Faransé', + 'frc' => 'Èdè Faranse ti Kajun', + 'frr' => 'Èdè Ariwa Frisa', 'fur' => 'Firiúlíànì', 'fy' => 'Èdè Frisia', 'ga' => 'Èdè Ireland', + 'gaa' => 'Èdè Gaa', 'gd' => 'Èdè Gaelik ti Ilu Scotland', + 'gez' => 'Ede Gẹ́sì', + 'gil' => 'Èdè Gibaati', 'gl' => 'Èdè Galicia', 'gn' => 'Èdè Guarani', + 'gor' => 'Èdè Gorontalo', 'gsw' => 'Súwísì ti Jámánì', 'gu' => 'Èdè Gujarati', 'guz' => 'Gusii', 'gv' => 'Máǹkì', + 'gwi' => 'Èdè giwisi', 'ha' => 'Èdè Hausa', + 'hai' => 'Èdè Haida', 'haw' => 'Hawaiian', + 'hax' => 'Èdè Gusu Haida', 'he' => 'Èdè Heberu', 'hi' => 'Èdè Híńdì', + 'hil' => 'Èdè Hilgayo', 'hmn' => 'Hmong', 'hr' => 'Èdè Kroatia', 'hsb' => 'Sorbian Apá Òkè', 'ht' => 'Haitian Creole', 'hu' => 'Èdè Hungaria', + 'hup' => 'Èdè Hupa', + 'hur' => 'Èdè Hakomelemi', 'hy' => 'Èdè Ile Armenia', + 'hz' => 'Èdè Herero', 'ia' => 'Èdè pipo', + 'iba' => 'Èdè Iba', + 'ibb' => 'Èdè Ibibio', 'id' => 'Èdè Indonéṣíà', 'ie' => 'Iru Èdè', 'ig' => 'Èdè Yíbò', 'ii' => 'Ṣíkuán Yì', + 'ikt' => 'Èdè Iwoorun Inutitu ti Kanada', + 'ilo' => 'Èdè Iloko', + 'inh' => 'Èdè Ingusi', + 'io' => 'Èdè Ido', 'is' => 'Èdè Icelandic', 'it' => 'Èdè Ítálì', + 'iu' => 'Èdè Inukitu', 'ja' => 'Èdè Jàpáànù', + 'jbo' => 'Èdè Lobani', 'jgo' => 'Ńgòmbà', 'jmc' => 'Máṣámè', 'jv' => 'Èdè Javanasi', 'ka' => 'Èdè Georgia', 'kab' => 'Kabilè', + 'kac' => 'Èdè Kashini', + 'kaj' => 'Èdè Ju', 'kam' => 'Káńbà', + 'kbd' => 'Èdè Kabadia', + 'kcg' => 'Èdè Tiyapu', 'kde' => 'Mákondé', 'kea' => 'Kabufadíánù', + 'kfo' => 'Èdè Koro', + 'kgp' => 'Èdè Kaigani', + 'kha' => 'Èdè Kasi', 'khq' => 'Koira Ṣíínì', 'ki' => 'Kíkúyù', + 'kj' => 'Èdè Kuayama', 'kk' => 'Kaṣakì', 'kkj' => 'Kàkó', 'kl' => 'Kalaalísùtì', 'kln' => 'Kálẹnjín', 'km' => 'Èdè kameri', + 'kmb' => 'Èdè Kimbundu', 'kn' => 'Èdè Kannada', 'ko' => 'Èdè Kòríà', 'kok' => 'Kónkánì', + 'kpe' => 'Èdè Pele', + 'kr' => 'Èdè Kanuri', + 'krc' => 'Èdè Karasha-Baka', + 'krl' => 'Èdè Karelia', + 'kru' => 'Èdè Kuruki', 'ks' => 'Kaṣímirì', 'ksb' => 'Ṣáńbálà', 'ksf' => 'Èdè Báfíà', 'ksh' => 'Èdè Colognian', 'ku' => 'Kọdiṣì', + 'kum' => 'Èdè Kumiki', + 'kv' => 'Èdè Komi', 'kw' => 'Èdè Kọ́nììṣì', + 'kwk' => 'Èdè Kwawala', 'ky' => 'Kírígíìsì', 'la' => 'Èdè Latini', + 'lad' => 'Èdè Ladino', 'lag' => 'Láńgì', 'lb' => 'Lùṣẹ́mbọ́ọ̀gì', + 'lez' => 'Èdè Lesgina', 'lg' => 'Ganda', + 'li' => 'Èdè Limbogishi', + 'lil' => 'Èdè Liloeti', 'lkt' => 'Lákota', 'ln' => 'Lìǹgálà', 'lo' => 'Láò', + 'lou' => 'Èdè Kreoli ti Louisiana', + 'loz' => 'Èdè Lozi', 'lrc' => 'Apáàríwá Lúrì', + 'lsm' => 'Èdè Samia', 'lt' => 'Èdè Lithuania', 'lu' => 'Lúbà-Katanga', + 'lua' => 'Èdè Luba Lulua', + 'lun' => 'Èdè Lunda', + 'lus' => 'Èdè Miso', 'luy' => 'Luyíà', 'lv' => 'Èdè Latvianu', + 'mad' => 'Èdè Maduri', + 'mag' => 'Èdè Magahi', + 'mai' => 'Èdè Matihi', + 'mak' => 'Èdè Makasa', 'mas' => 'Másáì', + 'mdf' => 'Èdè Mokisa', + 'men' => 'Èdè Mende', 'mer' => 'Mérù', 'mfe' => 'Morisiyen', 'mg' => 'Malagasì', 'mgh' => 'Makhuwa-Meeto', 'mgo' => 'Métà', + 'mh' => 'Èdè Mashali', 'mi' => 'Màórì', + 'mic' => 'Èdè Mikmaki', + 'min' => 'Èdè Minakabau', 'mk' => 'Èdè Macedonia', 'ml' => 'Málàyálámù', 'mn' => 'Mòngólíà', + 'mni' => 'Èdè Manipuri', + 'moe' => 'Èdè Inuamu', + 'moh' => 'Èdè Mohaki', + 'mos' => 'Èdè Mosi', 'mr' => 'Èdè marathi', 'ms' => 'Èdè Malaya', 'mt' => 'Èdè Malta', 'mua' => 'Múndàngì', + 'mus' => 'Èdè Muskogi', + 'mwl' => 'Èdè Mirandisi', 'my' => 'Èdè Bumiisi', + 'myv' => 'Èdè Esiya', 'mzn' => 'Masanderani', + 'na' => 'Èdè Nauru', + 'nap' => 'Èdè Neapolita', 'naq' => 'Námà', 'nb' => 'Nọ́ọ́wè Bokímàl', 'nd' => 'Àríwá Ndebele', 'nds' => 'Jámánì ìpìlẹ̀', 'ne' => 'Èdè Nepali', + 'new' => 'Èdè Newari', + 'ng' => 'Èdè Ndonga', + 'nia' => 'Èdè Nia', + 'niu' => 'Èdè Niu', 'nl' => 'Èdè Dọ́ọ̀ṣì', 'nmg' => 'Kíwáṣíò', 'nn' => 'Nọ́ọ́wè Nínọ̀sìkì', 'nnh' => 'Ngiembùnù', 'no' => 'Èdè Norway', + 'nog' => 'Èdè Nogai', + 'nqo' => 'Èdè Nko', + 'nr' => 'Èdè Gusu Ndebele', + 'nso' => 'Èdè Ariwa Soto', 'nus' => 'Núẹ̀', + 'nv' => 'Èdè Nafajo', 'ny' => 'Ńyájà', 'nyn' => 'Ńyákọ́lè', 'oc' => 'Èdè Occitani', + 'ojb' => 'Èdè Ariwa-iwoorun Ojibwa', + 'ojc' => 'Èdè Ojibwa Aarin', + 'ojs' => 'Èdè Oji Kri', + 'ojw' => 'Èdè Iwoorun Ojibwa', + 'oka' => 'Èdè Okanaga', 'om' => 'Òròmọ́', 'or' => 'Òdíà', 'os' => 'Ọṣẹ́tíìkì', 'pa' => 'Èdè Punjabi', + 'pag' => 'Èdè Pangasina', + 'pam' => 'Èdè Pampanga', + 'pap' => 'Èdè Papiamento', + 'pau' => 'Èdè Pala', + 'pcm' => 'Èdè Pijini ti Naijiriya', + 'pis' => 'Èdè Piji', 'pl' => 'Èdè Póláǹdì', + 'pqm' => 'Èdè Maliseti-Pasamkodi', 'prg' => 'Púrúṣíànù', 'ps' => 'Páshítò', 'pt' => 'Èdè Pọtogí', 'qu' => 'Kúẹ́ńjùà', + 'rap' => 'Èdè Rapanu', + 'rar' => 'Èdè Rarotonga', + 'rhg' => 'Èdè Rohinga', 'rm' => 'Rómáǹṣì', 'rn' => 'Rúńdì', 'ro' => 'Èdè Romania', 'rof' => 'Róńbò', 'ru' => 'Èdè Rọ́ṣíà', + 'rup' => 'Èdè Aromani', 'rw' => 'Èdè Ruwanda', 'rwk' => 'Riwa', 'sa' => 'Èdè awon ara Indo', + 'sad' => 'Èdè Sandawe', 'sah' => 'Sàkíhà', 'saq' => 'Samburu', + 'sat' => 'Èdè Santali', + 'sba' => 'Èdè Ngambayi', 'sbp' => 'Sangu', + 'sc' => 'Èdè Sadini', + 'scn' => 'Èdè Sikila', + 'sco' => 'Èdè Sikoti', 'sd' => 'Èdè Sindhi', 'se' => 'Apáàríwá Sami', 'seh' => 'Ṣẹnà', @@ -178,50 +326,89 @@ return [ 'sg' => 'Sango', 'sh' => 'Èdè Serbo-Croatiani', 'shi' => 'Taṣelíìtì', + 'shn' => 'Èdè Shani', 'si' => 'Èdè Sinhalese', 'sk' => 'Èdè Slovaki', 'sl' => 'Èdè Slovenia', + 'slh' => 'Èdè Gusu Lushootseed', 'sm' => 'Sámóánù', 'smn' => 'Inari Sami', + 'sms' => 'Èdè Sikoti Smi', 'sn' => 'Ṣọnà', + 'snk' => 'Èdè Sonike', 'so' => 'Èdè ara Somalia', 'sq' => 'Èdè Albania', 'sr' => 'Èdè Serbia', + 'srn' => 'Èdè Sirana Tongo', + 'ss' => 'Èdè Suwati', 'st' => 'Èdè Sesoto', + 'str' => 'Èdè Sitirati Salisi', 'su' => 'Èdè Sudanísì', + 'suk' => 'Èdè Sukuma', 'sv' => 'Èdè Suwidiisi', 'sw' => 'Èdè Swahili', + 'swb' => 'Èdè Komora', + 'syr' => 'Èdè Siriaki', 'ta' => 'Èdè Tamili', + 'tce' => 'Èdè Gusu Tushoni', 'te' => 'Èdè Telugu', + 'tem' => 'Èdè Timne', 'teo' => 'Tẹ́sò', + 'tet' => 'Èdè Tetum', 'tg' => 'Tàjíìkì', + 'tgx' => 'Èdè Tagisi', 'th' => 'Èdè Tai', + 'tht' => 'Èdè Tajiti', 'ti' => 'Èdè Tigrinya', + 'tig' => 'Èdè Tigre', 'tk' => 'Èdè Turkmen', 'tlh' => 'Èdè Klingoni', + 'tli' => 'Èdè Tlingiti', + 'tn' => 'Èdè Suwana', 'to' => 'Tóńgàn', + 'tok' => 'Èdè Toki Pona', + 'tpi' => 'Èdè Tok Pisini', 'tr' => 'Èdè Tọọkisi', + 'trv' => 'Èdè Taroko', + 'ts' => 'Èdè Songa', 'tt' => 'Tatarí', + 'ttm' => 'Èdè Ariwa Tusoni', + 'tum' => 'Èdè Tumbuka', + 'tvl' => 'Èdè Tifalu', 'twq' => 'Tasawak', + 'ty' => 'Èdè Tahiti', + 'tyv' => 'Èdè Tuvini', 'tzm' => 'Ààrin Gbùngbùn Atlas Tamazight', + 'udm' => 'Èdè Udmuti', 'ug' => 'Yúgọ̀', 'uk' => 'Èdè Ukania', + 'umb' => 'Èdè Umbundu', 'ur' => 'Èdè Udu', 'uz' => 'Èdè Uzbek', + 've' => 'Èdè Fenda', 'vi' => 'Èdè Jetinamu', 'vo' => 'Fọ́lápùùkù', 'vun' => 'Funjo', + 'wa' => 'Èdè Waluni', 'wae' => 'Wọsà', + 'wal' => 'Èdè Wolata', + 'war' => 'Èdè Wara', 'wo' => 'Wọ́lọ́ọ̀fù', + 'wuu' => 'Èdè Wu ti Saina', + 'xal' => 'Èdè Kalimi', 'xh' => 'Èdè Xhosa', 'xog' => 'Ṣógà', 'yav' => 'Yangbẹn', + 'ybb' => 'Èdè Yemba', 'yi' => 'Èdè Yiddishi', 'yo' => 'Èdè Yorùbá', + 'yrl' => 'Èdè Ningatu', 'yue' => 'Èdè Cantonese', 'zgh' => 'Àfẹnùkò Támásáìtì ti Mòrókò', 'zh' => 'Edè Ṣáínà', 'zu' => 'Èdè Ṣulu', + 'zun' => 'Èdè Suni', + 'zza' => 'Èdè Sasa', ], 'LocalizedNames' => [ 'de_AT' => 'Èdè Jámánì (Ọ́síríà )', @@ -234,6 +421,7 @@ return [ 'es_MX' => 'Èdè Sípáníìṣì (orílẹ̀-èdè Mẹ́síkò)', 'fr_CA' => 'Èdè Faransé (orílẹ̀-èdè Kánádà)', 'fr_CH' => 'Èdè Faranṣé (Súwísàlaǹdì)', + 'hi_Latn' => 'Èdè Híndì (Látìnì)', 'pt_BR' => 'Èdè Pọtogí (Orilẹ̀-èdè Bràsíl)', 'pt_PT' => 'Èdè Pọtogí (orílẹ̀-èdè Yúróòpù)', 'zh_Hans' => 'Ẹdè Ṣáínà Onírọ̀rùn', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/yo_BJ.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/yo_BJ.php index c708191..b80aff8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/yo_BJ.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/yo_BJ.php @@ -12,6 +12,7 @@ return [ 'ebu' => 'Èdè Ɛmbù', 'en' => 'Èdè Gɛ̀ɛ́sì', 'es' => 'Èdè Sípáníìshì', + 'gez' => 'Ede Gɛ́sì', 'id' => 'Èdè Indonéshíà', 'ii' => 'Shíkuán Yì', 'jmc' => 'Máshámè', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh.php index a2b8e3e..2a59240 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh.php @@ -20,6 +20,7 @@ return [ 'am' => '阿姆哈拉语', 'an' => '阿拉贡语', 'ang' => '古英语', + 'ann' => '奥博洛语', 'anp' => '昂加语', 'ar' => '阿拉伯语', 'arc' => '阿拉米语', @@ -30,6 +31,7 @@ return [ 'as' => '阿萨姆语', 'asa' => '帕雷语', 'ast' => '阿斯图里亚斯语', + 'atj' => '阿提卡米克语', 'av' => '阿瓦尔语', 'awa' => '阿瓦德语', 'ay' => '艾马拉语', @@ -86,13 +88,21 @@ return [ 'chr' => '切罗基语', 'chy' => '夏延语', 'ckb' => '中库尔德语', + 'clc' => '奇尔科廷语', 'co' => '科西嘉语', 'cop' => '科普特语', - 'cr' => '克里族语', - 'crh' => '克里米亚土耳其语', + 'cr' => '克里语', + 'crg' => '米其芙语', + 'crh' => '克里米亚鞑靼语', + 'crj' => '东南部克里语', + 'crk' => '平原克里语', + 'crl' => '东北部克里语', + 'crm' => '穆斯克里语', + 'crr' => '卡罗莱纳州阿尔冈昆语', 'crs' => '塞舌尔克里奥尔语', 'cs' => '捷克语', 'csb' => '卡舒比语', + 'csw' => '沼泽克里语', 'cu' => '教会斯拉夫语', 'cv' => '楚瓦什语', 'cy' => '威尔士语', @@ -173,6 +183,7 @@ return [ 'hai' => '海达语', 'hak' => '客家语', 'haw' => '夏威夷语', + 'hax' => '南海达语', 'he' => '希伯来语', 'hi' => '印地语', 'hil' => '希利盖农语', @@ -185,6 +196,7 @@ return [ 'ht' => '海地克里奥尔语', 'hu' => '匈牙利语', 'hup' => '胡帕语', + 'hur' => '哈尔魁梅林语', 'hy' => '亚美尼亚语', 'hz' => '赫雷罗语', 'ia' => '国际语', @@ -195,6 +207,7 @@ return [ 'ig' => '伊博语', 'ii' => '四川彝语', 'ik' => '伊努皮克语', + 'ikt' => '西加拿大因纽特语', 'ilo' => '伊洛卡诺语', 'inh' => '印古什语', 'io' => '伊多语', @@ -222,6 +235,7 @@ return [ 'kea' => '卡布佛得鲁语', 'kfo' => '克罗语', 'kg' => '刚果语', + 'kgp' => '坎刚语', 'kha' => '卡西语', 'kho' => '和田语', 'khq' => '西桑海语', @@ -252,16 +266,19 @@ return [ 'kut' => '库特奈语', 'kv' => '科米语', 'kw' => '康沃尔语', + 'kwk' => '夸夸瓦拉语', 'ky' => '柯尔克孜语', 'la' => '拉丁语', 'lad' => '拉迪诺语', 'lag' => '朗吉语', - 'lah' => '印度-雅利安语', + 'lah' => '西旁遮普语', 'lam' => '兰巴语', 'lb' => '卢森堡语', 'lez' => '列兹金语', 'lg' => '卢干达语', 'li' => '林堡语', + 'lij' => '利古里亚语', + 'lil' => '利洛埃特语', 'lkt' => '拉科塔语', 'ln' => '林加拉语', 'lo' => '老挝语', @@ -269,6 +286,7 @@ return [ 'lou' => '路易斯安那克里奥尔语', 'loz' => '洛齐语', 'lrc' => '北卢尔语', + 'lsm' => '萨米亚语', 'lt' => '立陶宛语', 'lu' => '鲁巴加丹加语', 'lua' => '卢巴-卢拉语', @@ -304,6 +322,7 @@ return [ 'mn' => '蒙古语', 'mnc' => '满语', 'mni' => '曼尼普尔语', + 'moe' => '因努埃蒙语', 'moh' => '摩霍克语', 'mos' => '莫西语', 'mr' => '马拉地语', @@ -349,6 +368,11 @@ return [ 'nzi' => '恩济马语', 'oc' => '奥克语', 'oj' => '奥吉布瓦语', + 'ojb' => '西北部奥吉布瓦语', + 'ojc' => '中奥吉布瓦语', + 'ojs' => '欧吉克里语', + 'ojw' => '西奥吉布瓦语', + 'oka' => '欧肯那根语', 'om' => '奥罗莫语', 'or' => '奥里亚语', 'os' => '奥塞梯语', @@ -364,8 +388,10 @@ return [ 'peo' => '古波斯语', 'phn' => '腓尼基语', 'pi' => '巴利语', + 'pis' => '皮京语', 'pl' => '波兰语', 'pon' => '波纳佩语', + 'pqm' => '马利塞-帕萨马科迪语', 'prg' => '普鲁士语', 'pro' => '古普罗文斯语', 'ps' => '普什图语', @@ -414,6 +440,7 @@ return [ 'sid' => '悉达摩语', 'sk' => '斯洛伐克语', 'sl' => '斯洛文尼亚语', + 'slh' => '南卢舒特种子语', 'sm' => '萨摩亚语', 'sma' => '南萨米语', 'smj' => '吕勒萨米语', @@ -430,6 +457,7 @@ return [ 'ss' => '斯瓦蒂语', 'ssy' => '萨霍语', 'st' => '南索托语', + 'str' => '海峡萨利希语', 'su' => '巽他语', 'suk' => '苏库马语', 'sus' => '苏苏语', @@ -440,13 +468,16 @@ return [ 'syc' => '古典叙利亚语', 'syr' => '叙利亚语', 'ta' => '泰米尔语', + 'tce' => '南塔穹语', 'te' => '泰卢固语', 'tem' => '泰姆奈语', 'teo' => '特索语', 'ter' => '特伦诺语', 'tet' => '德顿语', 'tg' => '塔吉克语', + 'tgx' => '塔吉什语', 'th' => '泰语', + 'tht' => '塔尔坦语', 'ti' => '提格利尼亚语', 'tig' => '提格雷语', 'tiv' => '蒂夫语', @@ -459,12 +490,14 @@ return [ 'tn' => '茨瓦纳语', 'to' => '汤加语', 'tog' => '尼亚萨汤加语', + 'tok' => '道本语', 'tpi' => '托克皮辛语', 'tr' => '土耳其语', 'trv' => '赛德克语', 'ts' => '聪加语', 'tsi' => '钦西安语', 'tt' => '鞑靼语', + 'ttm' => '北塔穹语', 'tum' => '通布卡语', 'tvl' => '图瓦卢语', 'tw' => '契维语', @@ -481,6 +514,7 @@ return [ 'uz' => '乌兹别克语', 'vai' => '瓦伊语', 've' => '文达语', + 'vec' => '威尼斯语', 'vep' => '维普森语', 'vi' => '越南语', 'vo' => '沃拉普克语', @@ -503,6 +537,7 @@ return [ 'ybb' => '耶姆巴语', 'yi' => '意第绪语', 'yo' => '约鲁巴语', + 'yrl' => '恩加图语', 'yue' => '粤语', 'za' => '壮语', 'zap' => '萨波蒂克语', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_HK.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_HK.php index d26fd0e..193adf7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_HK.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_HK.php @@ -17,6 +17,7 @@ return [ 'gsw' => '瑞士德文', 'hmn' => '苗語', 'hr' => '克羅地亞文', + 'ig' => '伊博文', 'it' => '意大利文', 'jpr' => '猶太波斯文', 'ka' => '格魯吉亞文', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_Hant.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_Hant.php index 8eec276..fde9322 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_Hant.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_Hant.php @@ -23,6 +23,7 @@ return [ 'am' => '阿姆哈拉文', 'an' => '阿拉貢文', 'ang' => '古英文', + 'ann' => '奧博洛語', 'anp' => '昂加文', 'ar' => '阿拉伯文', 'arc' => '阿拉米文', @@ -38,6 +39,7 @@ return [ 'asa' => '阿蘇文', 'ase' => '美國手語', 'ast' => '阿斯圖里亞文', + 'atj' => '阿提卡梅克語', 'av' => '阿瓦爾文', 'avk' => '科塔瓦文', 'awa' => '阿瓦文', @@ -103,14 +105,22 @@ return [ 'chr' => '柴羅基文', 'chy' => '沙伊安文', 'ckb' => '中庫德文', + 'clc' => '齊爾柯廷語', 'co' => '科西嘉文', 'cop' => '科普特文', 'cps' => '卡皮茲文', 'cr' => '克里文', + 'crg' => '米奇夫語', 'crh' => '土耳其文(克里米亞半島)', + 'crj' => '東南克里語', + 'crk' => '平原克里語', + 'crl' => '北部東克里語', + 'crm' => '穆斯克里文', + 'crr' => '卡羅萊納阿爾岡昆語', 'crs' => '塞席爾克里奧爾法文', 'cs' => '捷克文', 'csb' => '卡舒布文', + 'csw' => '沼澤克里語', 'cu' => '宗教斯拉夫文', 'cv' => '楚瓦什文', 'cy' => '威爾斯文', @@ -202,6 +212,7 @@ return [ 'hai' => '海達文', 'hak' => '客家話', 'haw' => '夏威夷文', + 'hax' => '南海達語', 'he' => '希伯來文', 'hi' => '印地文', 'hif' => '斐濟印地文', @@ -215,6 +226,7 @@ return [ 'ht' => '海地文', 'hu' => '匈牙利文', 'hup' => '胡帕文', + 'hur' => '哈爾魁梅林語', 'hy' => '亞美尼亞文', 'hz' => '赫雷羅文', 'ia' => '國際文', @@ -225,6 +237,7 @@ return [ 'ig' => '伊布文', 'ii' => '四川彝文', 'ik' => '依奴皮維克文', + 'ikt' => '西加拿大因紐特語', 'ilo' => '伊洛闊文', 'inh' => '印古什文', 'io' => '伊多文', @@ -291,6 +304,7 @@ return [ 'kut' => '庫特奈文', 'kv' => '科米文', 'kw' => '康瓦耳文', + 'kwk' => '誇誇嘉誇語', 'ky' => '吉爾吉斯文', 'la' => '拉丁文', 'lad' => '拉迪諾文', @@ -303,6 +317,7 @@ return [ 'lg' => '干達文', 'li' => '林堡文', 'lij' => '利古里亞文', + 'lil' => '利洛威特文', 'liv' => '利伏尼亞文', 'lkt' => '拉科塔文', 'lmo' => '倫巴底文', @@ -312,6 +327,7 @@ return [ 'lou' => '路易斯安那克里奧爾文', 'loz' => '洛齊文', 'lrc' => '北盧爾文', + 'lsm' => '薩米亞文', 'lt' => '立陶宛文', 'ltg' => '拉特加萊文', 'lu' => '魯巴加丹加文', @@ -350,6 +366,7 @@ return [ 'mn' => '蒙古文', 'mnc' => '滿族文', 'mni' => '曼尼普爾文', + 'moe' => '因紐艾蒙語', 'moh' => '莫霍克文', 'mos' => '莫西文', 'mr' => '馬拉地文', @@ -390,7 +407,7 @@ return [ 'nr' => '南地畢列文', 'nso' => '北索托文', 'nus' => '努埃爾文', - 'nv' => '納瓦霍文', + 'nv' => '納瓦荷文', 'nwc' => '古尼瓦爾文', 'ny' => '尼揚賈文', 'nym' => '尼揚韋齊文', @@ -399,6 +416,11 @@ return [ 'nzi' => '尼茲馬文', 'oc' => '奧克西坦文', 'oj' => '奧杰布瓦文', + 'ojb' => '西北奧吉布瓦語', + 'ojc' => '中央奧吉布瓦語', + 'ojs' => '奧吉克里語', + 'ojw' => '西奧吉布瓦語', + 'oka' => '奧卡諾根語', 'om' => '奧羅莫文', 'or' => '歐迪亞文', 'os' => '奧塞提文', @@ -418,10 +440,12 @@ return [ 'pfl' => '普法爾茨德文', 'phn' => '腓尼基文', 'pi' => '巴利文', + 'pis' => '皮金語', 'pl' => '波蘭文', 'pms' => '皮埃蒙特文', 'pnt' => '旁狄希臘文', 'pon' => '波那貝文', + 'pqm' => '馬里希特帕薩瑪奎迪文', 'prg' => '普魯士文', 'pro' => '古普羅旺斯文', 'ps' => '普什圖文', @@ -480,6 +504,7 @@ return [ 'sid' => '希達摩文', 'sk' => '斯洛伐克文', 'sl' => '斯洛維尼亞文', + 'slh' => '南盧紹錫德語', 'sli' => '下西利西亞文', 'sly' => '塞拉亞文', 'sm' => '薩摩亞文', @@ -499,6 +524,7 @@ return [ 'ssy' => '薩霍文', 'st' => '塞索托文', 'stq' => '沙特菲士蘭文', + 'str' => '海峽薩利希語', 'su' => '巽他文', 'suk' => '蘇庫馬文', 'sus' => '蘇蘇文', @@ -510,6 +536,7 @@ return [ 'syr' => '敘利亞文', 'szl' => '西利西亞文', 'ta' => '坦米爾文', + 'tce' => '南塔穹語', 'tcy' => '圖盧文', 'te' => '泰盧固文', 'tem' => '提姆文', @@ -517,7 +544,9 @@ return [ 'ter' => '泰雷諾文', 'tet' => '泰頓文', 'tg' => '塔吉克文', + 'tgx' => '塔吉什語', 'th' => '泰文', + 'tht' => '塔爾坦語', 'ti' => '提格利尼亞文', 'tig' => '蒂格雷文', 'tiv' => '提夫文', @@ -532,6 +561,7 @@ return [ 'tn' => '塞茲瓦納文', 'to' => '東加文', 'tog' => '東加文(尼亞薩)', + 'tok' => '道本語', 'tpi' => '托比辛文', 'tr' => '土耳其文', 'tru' => '圖羅尤文', @@ -540,6 +570,7 @@ return [ 'tsd' => '特薩克尼恩文', 'tsi' => '欽西安文', 'tt' => '韃靼文', + 'ttm' => '北塔穹語', 'ttt' => '穆斯林塔特文', 'tum' => '圖姆布卡文', 'tvl' => '吐瓦魯文', @@ -600,6 +631,7 @@ return [ 'LocalizedNames' => [ 'ar_001' => '現代標準阿拉伯文', 'de_CH' => '高地德文(瑞士)', + 'hi_Latn' => '印地語(拉丁文)', 'nds_NL' => '低地薩克遜文', 'nl_BE' => '佛蘭芒文', 'ro_MD' => '摩爾多瓦文', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_Hant_HK.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_Hant_HK.php index d26fd0e..193adf7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_Hant_HK.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zh_Hant_HK.php @@ -17,6 +17,7 @@ return [ 'gsw' => '瑞士德文', 'hmn' => '苗語', 'hr' => '克羅地亞文', + 'ig' => '伊博文', 'it' => '意大利文', 'jpr' => '猶太波斯文', 'ka' => '格魯吉亞文', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zu.php index 3f4efb1..04c579c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/languages/zu.php @@ -16,13 +16,16 @@ return [ 'alt' => 'isi-Southern Altai', 'am' => 'isi-Amharic', 'an' => 'isi-Aragonese', + 'ann' => 'isi-Obolo', 'anp' => 'isi-Angika', 'ar' => 'isi-Arabic', 'arn' => 'isi-Mapuche', 'arp' => 'isi-Arapaho', + 'ars' => 'isi-Najdi Arabic', 'as' => 'isi-Assamese', 'asa' => 'isi-Asu', 'ast' => 'isi-Asturian', + 'atj' => 'isi-Atikamekw', 'av' => 'isi-Avaric', 'awa' => 'isi-Awadhi', 'ay' => 'isi-Aymara', @@ -48,6 +51,7 @@ return [ 'bug' => 'isi-Buginese', 'byn' => 'isi-Blin', 'ca' => 'isi-Catalan', + 'cay' => 'isi-Cayuga', 'ccp' => 'i-Chakma', 'ce' => 'isi-Chechen', 'ceb' => 'isi-Cebuano', @@ -56,12 +60,21 @@ return [ 'chk' => 'isi-Chuukese', 'chm' => 'isi-Mari', 'cho' => 'isi-Choctaw', + 'chp' => 'isi-Chipewyan', 'chr' => 'isi-Cherokee', 'chy' => 'isi-Cheyenne', 'ckb' => 'isi-Central Kurdish', + 'clc' => 'isi-Chilcotin', 'co' => 'isi-Corsican', + 'crg' => 'isi-Michif', + 'crj' => 'Southern East Cree', + 'crk' => 'Plains Cree', + 'crl' => 'isi-Northern East Cree', + 'crm' => 'isi-Moose Cree', + 'crr' => 'isi-Carolina Algonquian', 'crs' => 'i-Seselwa Creole French', 'cs' => 'isi-Czech', + 'csw' => 'Swampy Cree', 'cu' => 'isi-Church Slavic', 'cv' => 'isi-Chuvash', 'cy' => 'isi-Welsh', @@ -99,6 +112,7 @@ return [ 'fon' => 'isi-Fon', 'fr' => 'isi-French', 'frc' => 'isi-Cajun French', + 'frr' => 'isi-Northern Frisian', 'fur' => 'isi-Friulian', 'fy' => 'isi-Western Frisian', 'ga' => 'isi-Irish', @@ -117,8 +131,10 @@ return [ 'gv' => 'isi-Manx', 'gwi' => 'isi-Gwichʼin', 'ha' => 'isi-Hausa', + 'hai' => 'isi-Haida', 'hak' => 'isi-Hakka Chinese', 'haw' => 'isi-Hawaiian', + 'hax' => 'Southern Haida', 'he' => 'isi-Hebrew', 'hi' => 'isi-Hindi', 'hil' => 'isi-Hiligaynon', @@ -129,6 +145,7 @@ return [ 'ht' => 'isi-Haitian', 'hu' => 'isi-Hungarian', 'hup' => 'isi-Hupa', + 'hur' => 'isi-Halkomelem', 'hy' => 'isi-Armenia', 'hz' => 'isi-Herero', 'ia' => 'izilimi ezihlangene', @@ -138,6 +155,7 @@ return [ 'ie' => 'izimili', 'ig' => 'isi-Igbo', 'ii' => 'isi-Sichuan Yi', + 'ikt' => 'Western Canadian Inuktitut', 'ilo' => 'isi-Iloko', 'inh' => 'isi-Ingush', 'io' => 'isi-Ido', @@ -160,6 +178,7 @@ return [ 'kea' => 'isi-Kabuverdianu', 'kfo' => 'isi-Koro', 'kg' => 'isi-Kongo', + 'kgp' => 'isi-Kaingang', 'kha' => 'isi-Khasi', 'khq' => 'isi-Koyra Chiini', 'ki' => 'isi-Kikuyu', @@ -187,6 +206,7 @@ return [ 'kum' => 'isi-Kumyk', 'kv' => 'isi-Komi', 'kw' => 'isi-Cornish', + 'kwk' => 'Kwakʼwala', 'ky' => 'isi-Kyrgyz', 'la' => 'isi-Latin', 'lad' => 'isi-Ladino', @@ -195,12 +215,14 @@ return [ 'lez' => 'isi-Lezghian', 'lg' => 'isi-Ganda', 'li' => 'isi-Limburgish', + 'lil' => 'isi-Lillooet', 'lkt' => 'isi-Lakota', 'ln' => 'isi-Lingala', 'lo' => 'isi-Lao', 'lou' => 'isi-Louisiana Creole', 'loz' => 'isi-Lozi', 'lrc' => 'isi-Northern Luri', + 'lsm' => 'isi-Saamia', 'lt' => 'isi-Lithuanian', 'lu' => 'isi-Luba-Katanga', 'lua' => 'isi-Luba-Lulua', @@ -229,6 +251,7 @@ return [ 'ml' => 'isi-Malayalam', 'mn' => 'isi-Mongolian', 'mni' => 'isi-Manipuri', + 'moe' => 'isi-Innu-aimun', 'moh' => 'isi-Mohawk', 'mos' => 'isi-Mossi', 'mr' => 'isi-Marathi', @@ -266,6 +289,11 @@ return [ 'ny' => 'isi-Nyanja', 'nyn' => 'isi-Nyankole', 'oc' => 'isi-Occitan', + 'ojb' => 'Northwestern Ojibwa', + 'ojc' => 'isi-Central Ojibwa', + 'ojs' => 'isi-Oji-Cree', + 'ojw' => 'Western Ojibwa', + 'oka' => 'isi-Okanagan', 'om' => 'isi-Oromo', 'or' => 'isi-Odia', 'os' => 'isi-Ossetic', @@ -275,7 +303,9 @@ return [ 'pap' => 'isi-Papiamento', 'pau' => 'isi-Palauan', 'pcm' => 'isi-Nigerian Pidgin', + 'pis' => 'Pijin', 'pl' => 'isi-Polish', + 'pqm' => 'Maliseet-Passamaquoddy', 'prg' => 'isi-Prussian', 'ps' => 'isi-Pashto', 'pt' => 'isi-Portuguese', @@ -314,6 +344,7 @@ return [ 'si' => 'isi-Sinhala', 'sk' => 'isi-Slovak', 'sl' => 'isi-Slovenian', + 'slh' => 'Southern Lushootseed', 'sm' => 'isi-Samoan', 'sma' => 'isi-Southern Sami', 'smj' => 'isi-Lule Sami', @@ -328,6 +359,7 @@ return [ 'ss' => 'isiSwati', 'ssy' => 'isi-Saho', 'st' => 'isi-Southern Sotho', + 'str' => 'Straits Salish', 'su' => 'isi-Sundanese', 'suk' => 'isi-Sukuma', 'sv' => 'isi-Swedish', @@ -335,23 +367,29 @@ return [ 'swb' => 'isi-Comorian', 'syr' => 'isi-Syriac', 'ta' => 'isi-Tamil', + 'tce' => 'Southern Tutchone', 'te' => 'isi-Telugu', 'tem' => 'isi-Timne', 'teo' => 'isi-Teso', 'tet' => 'isi-Tetum', 'tg' => 'isi-Tajik', + 'tgx' => 'isi-Tagish', 'th' => 'isi-Thai', + 'tht' => 'Tahltan', 'ti' => 'isi-Tigrinya', 'tig' => 'isi-Tigre', 'tk' => 'isi-Turkmen', 'tlh' => 'isi-Klingon', + 'tli' => 'Tlingit', 'tn' => 'isi-Tswana', 'to' => 'isi-Tongan', + 'tok' => 'Toki Pona', 'tpi' => 'isi-Tok Pisin', 'tr' => 'isi-Turkish', 'trv' => 'isi-Taroko', 'ts' => 'isi-Tsonga', 'tt' => 'isi-Tatar', + 'ttm' => 'Northern Tutchone', 'tum' => 'isi-Tumbuka', 'tvl' => 'isi-Tuvalu', 'tw' => 'isi-Twi', @@ -384,6 +422,7 @@ return [ 'ybb' => 'isi-Yemba', 'yi' => 'isi-Yiddish', 'yo' => 'isi-Yoruba', + 'yrl' => 'isi-Nheengatu', 'yue' => 'isi-Cantonese', 'zgh' => 'isi-Moroccan Tamazight esivamile', 'zh' => 'isi-Chinese', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/af.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/af.php index 3c68669..3c92674 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/af.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/af.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Tsjetsjeens (Rusland)', 'cs' => 'Tsjeggies', 'cs_CZ' => 'Tsjeggies (Tsjeggië)', + 'cv' => 'Chuvash', + 'cv_RU' => 'Chuvash (Rusland)', 'cy' => 'Wallies', 'cy_GB' => 'Wallies (Verenigde Koninkryk)', 'da' => 'Deens', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Persies (Afganistan)', 'fa_IR' => 'Persies (Iran)', 'ff' => 'Fulah', + 'ff_Adlm' => 'Fulah (Adlam)', + 'ff_Adlm_BF' => 'Fulah (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Fulah (Adlam, Kameroen)', + 'ff_Adlm_GH' => 'Fulah (Adlam, Ghana)', + 'ff_Adlm_GM' => 'Fulah (Adlam, Gambië)', + 'ff_Adlm_GN' => 'Fulah (Adlam, Guinee)', + 'ff_Adlm_GW' => 'Fulah (Adlam, Guinee-Bissau)', + 'ff_Adlm_LR' => 'Fulah (Adlam, Liberië)', + 'ff_Adlm_MR' => 'Fulah (Adlam, Mauritanië)', + 'ff_Adlm_NE' => 'Fulah (Adlam, Niger)', + 'ff_Adlm_NG' => 'Fulah (Adlam, Nigerië)', + 'ff_Adlm_SL' => 'Fulah (Adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'Fulah (Adlam, Senegal)', 'ff_CM' => 'Fulah (Kameroen)', 'ff_GN' => 'Fulah (Guinee)', 'ff_Latn' => 'Fulah (Latyn)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arabies, Pakistan)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, Indië)', + 'sd_IN' => 'Sindhi (Indië)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Noord-Sami', 'se_FI' => 'Noord-Sami (Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/am.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/am.php index 3f34f14..4073849 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/am.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/am.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ችችን (ሩስያ)', 'cs' => 'ቼክኛ', 'cs_CZ' => 'ቼክኛ (ቼቺያ)', + 'cv' => 'ቹቫሽ', + 'cv_RU' => 'ቹቫሽ (ሩስያ)', 'cy' => 'ወልሽ', 'cy_GB' => 'ወልሽ (ዩናይትድ ኪንግደም)', 'da' => 'ዴኒሽ', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ፐርሺያኛ (አፍጋኒስታን)', 'fa_IR' => 'ፐርሺያኛ (ኢራን)', 'ff' => 'ፉላህ', + 'ff_Adlm' => 'ፉላህ (አድላም)', + 'ff_Adlm_BF' => 'ፉላህ (አድላም፣ቡርኪና ፋሶ)', + 'ff_Adlm_CM' => 'ፉላህ (አድላም፣ካሜሩን)', + 'ff_Adlm_GH' => 'ፉላህ (አድላም፣ጋና)', + 'ff_Adlm_GM' => 'ፉላህ (አድላም፣ጋምቢያ)', + 'ff_Adlm_GN' => 'ፉላህ (አድላም፣ጊኒ)', + 'ff_Adlm_GW' => 'ፉላህ (አድላም፣ጊኒ ቢሳኦ)', + 'ff_Adlm_LR' => 'ፉላህ (አድላም፣ላይቤሪያ)', + 'ff_Adlm_MR' => 'ፉላህ (አድላም፣ሞሪቴኒያ)', + 'ff_Adlm_NE' => 'ፉላህ (አድላም፣ኒጀር)', + 'ff_Adlm_NG' => 'ፉላህ (አድላም፣ናይጄሪያ)', + 'ff_Adlm_SL' => 'ፉላህ (አድላም፣ሴራሊዮን)', + 'ff_Adlm_SN' => 'ፉላህ (አድላም፣ሴኔጋል)', 'ff_CM' => 'ፉላህ (ካሜሩን)', 'ff_GN' => 'ፉላህ (ጊኒ)', 'ff_Latn' => 'ፉላህ (ላቲን)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'ሲንድሂኛ (ዓረብኛ፣ፓኪስታን)', 'sd_Deva' => 'ሲንድሂኛ (ደቫንጋሪ)', 'sd_Deva_IN' => 'ሲንድሂኛ (ደቫንጋሪ፣ህንድ)', + 'sd_IN' => 'ሲንድሂኛ (ህንድ)', 'sd_PK' => 'ሲንድሂኛ (ፓኪስታን)', 'se' => 'ሰሜናዊ ሳሚ', 'se_FI' => 'ሰሜናዊ ሳሚ (ፊንላንድ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ar.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ar.php index 28913c8..86df5af 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ar.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ar.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'الشيشانية (روسيا)', 'cs' => 'التشيكية', 'cs_CZ' => 'التشيكية (التشيك)', + 'cv' => 'التشوفاشي', + 'cv_RU' => 'التشوفاشي (روسيا)', 'cy' => 'الويلزية', 'cy_GB' => 'الويلزية (المملكة المتحدة)', 'da' => 'الدانمركية', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'الفارسية (أفغانستان)', 'fa_IR' => 'الفارسية (إيران)', 'ff' => 'الفولانية', + 'ff_Adlm' => 'الفولانية (أدلم)', + 'ff_Adlm_BF' => 'الفولانية (أدلم، بوركينا فاسو)', + 'ff_Adlm_CM' => 'الفولانية (أدلم، الكاميرون)', + 'ff_Adlm_GH' => 'الفولانية (أدلم، غانا)', + 'ff_Adlm_GM' => 'الفولانية (أدلم، غامبيا)', + 'ff_Adlm_GN' => 'الفولانية (أدلم، غينيا)', + 'ff_Adlm_GW' => 'الفولانية (أدلم، غينيا بيساو)', + 'ff_Adlm_LR' => 'الفولانية (أدلم، ليبيريا)', + 'ff_Adlm_MR' => 'الفولانية (أدلم، موريتانيا)', + 'ff_Adlm_NE' => 'الفولانية (أدلم، النيجر)', + 'ff_Adlm_NG' => 'الفولانية (أدلم، نيجيريا)', + 'ff_Adlm_SL' => 'الفولانية (أدلم، سيراليون)', + 'ff_Adlm_SN' => 'الفولانية (أدلم، السنغال)', 'ff_CM' => 'الفولانية (الكاميرون)', 'ff_GN' => 'الفولانية (غينيا)', 'ff_Latn' => 'الفولانية (اللاتينية)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'السندية (العربية، باكستان)', 'sd_Deva' => 'السندية (الديفاناجاري)', 'sd_Deva_IN' => 'السندية (الديفاناجاري، الهند)', + 'sd_IN' => 'السندية (الهند)', 'sd_PK' => 'السندية (باكستان)', 'se' => 'سامي الشمالية', 'se_FI' => 'سامي الشمالية (فنلندا)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/as.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/as.php index fa9ebbb..c1eede3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/as.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/as.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'চেচেন (ৰাছিয়া)', 'cs' => 'চেক', 'cs_CZ' => 'চেক (চিজেচিয়া)', + 'cv' => 'চুভাচ', + 'cv_RU' => 'চুভাচ (ৰাছিয়া)', 'cy' => 'ৱেলচ', 'cy_GB' => 'ৱেলচ (সংযুক্ত ৰাজ্য)', 'da' => 'ডেনিচ', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ফাৰ্ছী (আফগানিস্তান)', 'fa_IR' => 'ফাৰ্ছী (ইৰান)', 'ff' => 'ফুলাহ', + 'ff_Adlm' => 'ফুলাহ (এডলাম)', + 'ff_Adlm_BF' => 'ফুলাহ (এডলাম, বুৰকিনা ফাচো)', + 'ff_Adlm_CM' => 'ফুলাহ (এডলাম, কেমেৰুণ)', + 'ff_Adlm_GH' => 'ফুলাহ (এডলাম, ঘানা)', + 'ff_Adlm_GM' => 'ফুলাহ (এডলাম, গাম্বিয়া)', + 'ff_Adlm_GN' => 'ফুলাহ (এডলাম, গিনি)', + 'ff_Adlm_GW' => 'ফুলাহ (এডলাম, গিনি-বিছাও)', + 'ff_Adlm_LR' => 'ফুলাহ (এডলাম, লিবেৰিয়া)', + 'ff_Adlm_MR' => 'ফুলাহ (এডলাম, মাউৰিটানিয়া)', + 'ff_Adlm_NE' => 'ফুলাহ (এডলাম, নাইজাৰ)', + 'ff_Adlm_NG' => 'ফুলাহ (এডলাম, নাইজেৰিয়া)', + 'ff_Adlm_SL' => 'ফুলাহ (এডলাম, চিয়েৰা লিঅ’ন)', + 'ff_Adlm_SN' => 'ফুলাহ (এডলাম, চেনেগাল)', 'ff_CM' => 'ফুলাহ (কেমেৰুণ)', 'ff_GN' => 'ফুলাহ (গিনি)', 'ff_Latn' => 'ফুলাহ (লেটিন)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'সিন্ধী (আৰবী, পাকিস্তান)', 'sd_Deva' => 'সিন্ধী (দেৱনাগৰী)', 'sd_Deva_IN' => 'সিন্ধী (দেৱনাগৰী, ভাৰত)', + 'sd_IN' => 'সিন্ধী (ভাৰত)', 'sd_PK' => 'সিন্ধী (পাকিস্তান)', 'se' => 'উদীচ্য ছামি', 'se_FI' => 'উদীচ্য ছামি (ফিনলেণ্ড)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/az.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/az.php index 30e2338..2ea8491 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/az.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/az.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'çeçen (Rusiya)', 'cs' => 'çex', 'cs_CZ' => 'çex (Çexiya)', + 'cv' => 'çuvaş', + 'cv_RU' => 'çuvaş (Rusiya)', 'cy' => 'uels', 'cy_GB' => 'uels (Birləşmiş Krallıq)', 'da' => 'danimarka', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'fars (Əfqanıstan)', 'fa_IR' => 'fars (İran)', 'ff' => 'fula', + 'ff_Adlm' => 'fula (adlam)', + 'ff_Adlm_BF' => 'fula (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fula (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fula (adlam, Qana)', + 'ff_Adlm_GM' => 'fula (adlam, Qambiya)', + 'ff_Adlm_GN' => 'fula (adlam, Qvineya)', + 'ff_Adlm_GW' => 'fula (adlam, Qvineya-Bisau)', + 'ff_Adlm_LR' => 'fula (adlam, Liberiya)', + 'ff_Adlm_MR' => 'fula (adlam, Mavritaniya)', + 'ff_Adlm_NE' => 'fula (adlam, Niger)', + 'ff_Adlm_NG' => 'fula (adlam, Nigeriya)', + 'ff_Adlm_SL' => 'fula (adlam, Syerra-Leone)', + 'ff_Adlm_SN' => 'fula (adlam, Seneqal)', 'ff_CM' => 'fula (Kamerun)', 'ff_GN' => 'fula (Qvineya)', 'ff_Latn' => 'fula (latın)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (ərəb, Pakistan)', 'sd_Deva' => 'sindhi (devanaqari)', 'sd_Deva_IN' => 'sindhi (devanaqari, Hindistan)', + 'sd_IN' => 'sindhi (Hindistan)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'şimali sami', 'se_FI' => 'şimali sami (Finlandiya)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/az_Cyrl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/az_Cyrl.php index 0099fdf..11dd485 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/az_Cyrl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/az_Cyrl.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чечен (Русија)', 'cs' => 'чех', 'cs_CZ' => 'чех (Чехија)', + 'cv' => 'чуваш', + 'cv_RU' => 'чуваш (Русија)', 'cy' => 'уелс', 'cy_GB' => 'уелс (Бирләшмиш Краллыг)', 'da' => 'данимарка', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'фарс (Әфганыстан)', 'fa_IR' => 'фарс (Иран)', 'ff' => 'фула', + 'ff_Adlm' => 'фула (adlam)', + 'ff_Adlm_BF' => 'фула (adlam, Буркина Фасо)', + 'ff_Adlm_CM' => 'фула (adlam, Камерун)', + 'ff_Adlm_GH' => 'фула (adlam, Гана)', + 'ff_Adlm_GM' => 'фула (adlam, Гамбија)', + 'ff_Adlm_GN' => 'фула (adlam, Гвинеја)', + 'ff_Adlm_GW' => 'фула (adlam, Гвинеја-Бисау)', + 'ff_Adlm_LR' => 'фула (adlam, Либерија)', + 'ff_Adlm_MR' => 'фула (adlam, Мавританија)', + 'ff_Adlm_NE' => 'фула (adlam, Ниҝер)', + 'ff_Adlm_NG' => 'фула (adlam, Ниҝерија)', + 'ff_Adlm_SL' => 'фула (adlam, Сјерра-Леоне)', + 'ff_Adlm_SN' => 'фула (adlam, Сенегал)', 'ff_CM' => 'фула (Камерун)', 'ff_GN' => 'фула (Гвинеја)', 'ff_Latn' => 'фула (latın)', @@ -502,6 +517,7 @@ return [ 'sd_Arab_PK' => 'синдһи (ərəb, Пакистан)', 'sd_Deva' => 'синдһи (devanaqari)', 'sd_Deva_IN' => 'синдһи (devanaqari, Һиндистан)', + 'sd_IN' => 'синдһи (Һиндистан)', 'sd_PK' => 'синдһи (Пакистан)', 'se' => 'шимали сами', 'se_FI' => 'шимали сами (Финландија)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/be.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/be.php index 6ae1eb1..843496b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/be.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/be.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чачэнская (Расія)', 'cs' => 'чэшская', 'cs_CZ' => 'чэшская (Чэхія)', + 'cv' => 'чувашская', + 'cv_RU' => 'чувашская (Расія)', 'cy' => 'валійская', 'cy_GB' => 'валійская (Вялікабрытанія)', 'da' => 'дацкая', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'фарсі (Афганістан)', 'fa_IR' => 'фарсі (Іран)', 'ff' => 'фула', + 'ff_Adlm' => 'фула (адлам)', + 'ff_Adlm_BF' => 'фула (адлам, Буркіна-Фасо)', + 'ff_Adlm_CM' => 'фула (адлам, Камерун)', + 'ff_Adlm_GH' => 'фула (адлам, Гана)', + 'ff_Adlm_GM' => 'фула (адлам, Гамбія)', + 'ff_Adlm_GN' => 'фула (адлам, Гвінея)', + 'ff_Adlm_GW' => 'фула (адлам, Гвінея-Бісау)', + 'ff_Adlm_LR' => 'фула (адлам, Ліберыя)', + 'ff_Adlm_MR' => 'фула (адлам, Маўрытанія)', + 'ff_Adlm_NE' => 'фула (адлам, Нігер)', + 'ff_Adlm_NG' => 'фула (адлам, Нігерыя)', + 'ff_Adlm_SL' => 'фула (адлам, Сьера-Леонэ)', + 'ff_Adlm_SN' => 'фула (адлам, Сенегал)', 'ff_CM' => 'фула (Камерун)', 'ff_GN' => 'фула (Гвінея)', 'ff_Latn' => 'фула (лацініца)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'сіндхі (арабскае, Пакістан)', 'sd_Deva' => 'сіндхі (дэванагары)', 'sd_Deva_IN' => 'сіндхі (дэванагары, Індыя)', + 'sd_IN' => 'сіндхі (Індыя)', 'sd_PK' => 'сіндхі (Пакістан)', 'se' => 'паўночнасаамская', 'se_FI' => 'паўночнасаамская (Фінляндыя)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bg.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bg.php index 4223acd..aba42a3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bg.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bg.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чеченски (Русия)', 'cs' => 'чешки', 'cs_CZ' => 'чешки (Чехия)', + 'cv' => 'чувашки', + 'cv_RU' => 'чувашки (Русия)', 'cy' => 'уелски', 'cy_GB' => 'уелски (Обединеното кралство)', 'da' => 'датски', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'персийски (Афганистан)', 'fa_IR' => 'персийски (Иран)', 'ff' => 'фула', + 'ff_Adlm' => 'фула (адлам)', + 'ff_Adlm_BF' => 'фула (адлам, Буркина Фасо)', + 'ff_Adlm_CM' => 'фула (адлам, Камерун)', + 'ff_Adlm_GH' => 'фула (адлам, Гана)', + 'ff_Adlm_GM' => 'фула (адлам, Гамбия)', + 'ff_Adlm_GN' => 'фула (адлам, Гвинея)', + 'ff_Adlm_GW' => 'фула (адлам, Гвинея-Бисау)', + 'ff_Adlm_LR' => 'фула (адлам, Либерия)', + 'ff_Adlm_MR' => 'фула (адлам, Мавритания)', + 'ff_Adlm_NE' => 'фула (адлам, Нигер)', + 'ff_Adlm_NG' => 'фула (адлам, Нигерия)', + 'ff_Adlm_SL' => 'фула (адлам, Сиера Леоне)', + 'ff_Adlm_SN' => 'фула (адлам, Сенегал)', 'ff_CM' => 'фула (Камерун)', 'ff_GN' => 'фула (Гвинея)', 'ff_Latn' => 'фула (латиница)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'синдхи (арабска, Пакистан)', 'sd_Deva' => 'синдхи (деванагари)', 'sd_Deva_IN' => 'синдхи (деванагари, Индия)', + 'sd_IN' => 'синдхи (Индия)', 'sd_PK' => 'синдхи (Пакистан)', 'se' => 'северносаамски', 'se_FI' => 'северносаамски (Финландия)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bn.php index 2d979b5..14145a8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bn.php @@ -12,7 +12,7 @@ return [ 'ar' => 'আরবী', 'ar_001' => 'আরবী (পৃথিবী)', 'ar_AE' => 'আরবী (সংযুক্ত আরব আমিরাত)', - 'ar_BH' => 'আরবী (বাহরাইন)', + 'ar_BH' => 'আরবী (বাহারিন)', 'ar_DJ' => 'আরবী (জিবুতি)', 'ar_DZ' => 'আরবী (আলজেরিয়া)', 'ar_EG' => 'আরবী (মিশর)', @@ -28,7 +28,7 @@ return [ 'ar_MA' => 'আরবী (মোরক্কো)', 'ar_MR' => 'আরবী (মরিতানিয়া)', 'ar_OM' => 'আরবী (ওমান)', - 'ar_PS' => 'আরবী (প্যালেস্টাইনের অঞ্চলসমূহ)', + 'ar_PS' => 'আরবী (প্যালেস্টাইন ভূখণ্ড)', 'ar_QA' => 'আরবী (কাতার)', 'ar_SA' => 'আরবী (সৌদি আরব)', 'ar_SD' => 'আরবী (সুদান)', @@ -60,12 +60,12 @@ return [ 'bo_IN' => 'তিব্বতি (ভারত)', 'br' => 'ব্রেটন', 'br_FR' => 'ব্রেটন (ফ্রান্স)', - 'bs' => 'বসনীয়ান', - 'bs_BA' => 'বসনীয়ান (বসনিয়া ও হার্জেগোভিনা)', - 'bs_Cyrl' => 'বসনীয়ান (সিরিলিক)', - 'bs_Cyrl_BA' => 'বসনীয়ান (সিরিলিক, বসনিয়া ও হার্জেগোভিনা)', - 'bs_Latn' => 'বসনীয়ান (ল্যাটিন)', - 'bs_Latn_BA' => 'বসনীয়ান (ল্যাটিন, বসনিয়া ও হার্জেগোভিনা)', + 'bs' => 'বসনীয়', + 'bs_BA' => 'বসনীয় (বসনিয়া ও হার্জেগোভিনা)', + 'bs_Cyrl' => 'বসনীয় (সিরিলিক)', + 'bs_Cyrl_BA' => 'বসনীয় (সিরিলিক, বসনিয়া ও হার্জেগোভিনা)', + 'bs_Latn' => 'বসনীয় (ল্যাটিন)', + 'bs_Latn_BA' => 'বসনীয় (ল্যাটিন, বসনিয়া ও হার্জেগোভিনা)', 'ca' => 'কাতালান', 'ca_AD' => 'কাতালান (আন্ডোরা)', 'ca_ES' => 'কাতালান (স্পেন)', @@ -74,7 +74,9 @@ return [ 'ce' => 'চেচেন', 'ce_RU' => 'চেচেন (রাশিয়া)', 'cs' => 'চেক', - 'cs_CZ' => 'চেক (চেচিয়া)', + 'cs_CZ' => 'চেক (চেকিয়া)', + 'cv' => 'চুবাস', + 'cv_RU' => 'চুবাস (রাশিয়া)', 'cy' => 'ওয়েলশ', 'cy_GB' => 'ওয়েলশ (যুক্তরাজ্য)', 'da' => 'ডেনিশ', @@ -88,8 +90,8 @@ return [ 'de_IT' => 'জার্মান (ইতালি)', 'de_LI' => 'জার্মান (লিচেনস্টেইন)', 'de_LU' => 'জার্মান (লাক্সেমবার্গ)', - 'dz' => 'জোঙ্গা', - 'dz_BT' => 'জোঙ্গা (ভুটান)', + 'dz' => 'জোংখা', + 'dz_BT' => 'জোংখা (ভুটান)', 'ee' => 'ইউয়ি', 'ee_GH' => 'ইউয়ি (ঘানা)', 'ee_TG' => 'ইউয়ি (টোগো)', @@ -101,11 +103,11 @@ return [ 'en_150' => 'ইংরেজি (ইউরোপ)', 'en_AE' => 'ইংরেজি (সংযুক্ত আরব আমিরাত)', 'en_AG' => 'ইংরেজি (অ্যান্টিগুয়া ও বারবুডা)', - 'en_AI' => 'ইংরেজি (এ্যাঙ্গুইলা)', + 'en_AI' => 'ইংরেজি (অ্যাঙ্গুইলা)', 'en_AS' => 'ইংরেজি (আমেরিকান সামোয়া)', 'en_AT' => 'ইংরেজি (অস্ট্রিয়া)', 'en_AU' => 'ইংরেজি (অস্ট্রেলিয়া)', - 'en_BB' => 'ইংরেজি (বারবাদোস)', + 'en_BB' => 'ইংরেজি (বার্বাডোজ)', 'en_BE' => 'ইংরেজি (বেলজিয়াম)', 'en_BI' => 'ইংরেজি (বুরুন্ডি)', 'en_BM' => 'ইংরেজি (বারমুডা)', @@ -129,7 +131,7 @@ return [ 'en_FM' => 'ইংরেজি (মাইক্রোনেশিয়া)', 'en_GB' => 'ইংরেজি (যুক্তরাজ্য)', 'en_GD' => 'ইংরেজি (গ্রেনাডা)', - 'en_GG' => 'ইংরেজি (গুয়ার্নসি)', + 'en_GG' => 'ইংরেজি (গার্নসি)', 'en_GH' => 'ইংরেজি (ঘানা)', 'en_GI' => 'ইংরেজি (জিব্রাল্টার)', 'en_GM' => 'ইংরেজি (গাম্বিয়া)', @@ -152,7 +154,7 @@ return [ 'en_LS' => 'ইংরেজি (লেসোথো)', 'en_MG' => 'ইংরেজি (মাদাগাস্কার)', 'en_MH' => 'ইংরেজি (মার্শাল দ্বীপপুঞ্জ)', - 'en_MO' => 'ইংরেজি (ম্যাকাও এসএআর চীনা চীনা [ম্যাকাও এসএআর চীনা] চীনা [ঐতিহ্যবাহী, ম্যাকাও এসএআর চীনা] অঞ্চল: ম্যাকাও এসএআর চীন)', + 'en_MO' => 'ইংরেজি (ম্যাকাও এসএআর চীন)', 'en_MP' => 'ইংরেজি (উত্তরাঞ্চলীয় মারিয়ানা দ্বীপপুঞ্জ)', 'en_MS' => 'ইংরেজি (মন্টসেরাট)', 'en_MT' => 'ইংরেজি (মাল্টা)', @@ -196,7 +198,7 @@ return [ 'en_US' => 'ইংরেজি (মার্কিন যুক্তরাষ্ট্র)', 'en_VC' => 'ইংরেজি (সেন্ট ভিনসেন্ট ও গ্রেনাডিনস)', 'en_VG' => 'ইংরেজি (ব্রিটিশ ভার্জিন দ্বীপপুঞ্জ)', - 'en_VI' => 'ইংরেজি (মার্কিন যুক্তরাষ্ট্রের ভার্জিন দ্বীপপুঞ্জ)', + 'en_VI' => 'ইংরেজি (মার্কিন যুক্তরাষ্ট্রীয় ভার্জিন দ্বীপপুঞ্জ)', 'en_VU' => 'ইংরেজি (ভানুয়াটু)', 'en_WS' => 'ইংরেজি (সামোয়া)', 'en_ZA' => 'ইংরেজি (দক্ষিণ আফ্রিকা)', @@ -205,7 +207,7 @@ return [ 'eo' => 'এস্পেরান্তো', 'eo_001' => 'এস্পেরান্তো (পৃথিবী)', 'es' => 'স্প্যানিশ', - 'es_419' => 'স্প্যানিশ (ল্যাটিন আমেরিকা)', + 'es_419' => 'স্প্যানিশ (লাতিন আমেরিকা)', 'es_AR' => 'স্প্যানিশ (আর্জেন্টিনা)', 'es_BO' => 'স্প্যানিশ (বলিভিয়া)', 'es_BR' => 'স্প্যানিশ (ব্রাজিল)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ফার্সি (আফগানিস্তান)', 'fa_IR' => 'ফার্সি (ইরান)', 'ff' => 'ফুলাহ্', + 'ff_Adlm' => 'ফুলাহ্ (আদলাম)', + 'ff_Adlm_BF' => 'ফুলাহ্ (আদলাম, বুরকিনা ফাসো)', + 'ff_Adlm_CM' => 'ফুলাহ্ (আদলাম, ক্যামেরুন)', + 'ff_Adlm_GH' => 'ফুলাহ্ (আদলাম, ঘানা)', + 'ff_Adlm_GM' => 'ফুলাহ্ (আদলাম, গাম্বিয়া)', + 'ff_Adlm_GN' => 'ফুলাহ্ (আদলাম, গিনি)', + 'ff_Adlm_GW' => 'ফুলাহ্ (আদলাম, গিনি-বিসাউ)', + 'ff_Adlm_LR' => 'ফুলাহ্ (আদলাম, লাইবেরিয়া)', + 'ff_Adlm_MR' => 'ফুলাহ্ (আদলাম, মরিতানিয়া)', + 'ff_Adlm_NE' => 'ফুলাহ্ (আদলাম, নাইজার)', + 'ff_Adlm_NG' => 'ফুলাহ্ (আদলাম, নাইজেরিয়া)', + 'ff_Adlm_SL' => 'ফুলাহ্ (আদলাম, সিয়েরা লিওন)', + 'ff_Adlm_SN' => 'ফুলাহ্ (আদলাম, সেনেগাল)', 'ff_CM' => 'ফুলাহ্ (ক্যামেরুন)', 'ff_GN' => 'ফুলাহ্ (গিনি)', 'ff_Latn' => 'ফুলাহ্ (ল্যাটিন)', @@ -258,21 +273,21 @@ return [ 'ff_SN' => 'ফুলাহ্ (সেনেগাল)', 'fi' => 'ফিনিশ', 'fi_FI' => 'ফিনিশ (ফিনল্যান্ড)', - 'fo' => 'ফারোস', - 'fo_DK' => 'ফারোস (ডেনমার্ক)', - 'fo_FO' => 'ফারোস (ফ্যারও দ্বীপপুঞ্জ)', + 'fo' => 'ফেরোইস', + 'fo_DK' => 'ফেরোইস (ডেনমার্ক)', + 'fo_FO' => 'ফেরোইস (ফ্যারো দ্বীপপুঞ্জ)', 'fr' => 'ফরাসি', 'fr_BE' => 'ফরাসি (বেলজিয়াম)', 'fr_BF' => 'ফরাসি (বুরকিনা ফাসো)', 'fr_BI' => 'ফরাসি (বুরুন্ডি)', 'fr_BJ' => 'ফরাসি (বেনিন)', - 'fr_BL' => 'ফরাসি (সেন্ট বারথেলিমি)', + 'fr_BL' => 'ফরাসি (সেন্ট বার্থেলেমি)', 'fr_CA' => 'ফরাসি (কানাডা)', 'fr_CD' => 'ফরাসি (কঙ্গো-কিনশাসা)', 'fr_CF' => 'ফরাসি (মধ্য আফ্রিকার প্রজাতন্ত্র)', 'fr_CG' => 'ফরাসি (কঙ্গো - ব্রাজাভিল)', 'fr_CH' => 'ফরাসি (সুইজারল্যান্ড)', - 'fr_CI' => 'ফরাসি (কোত দিভোয়ার)', + 'fr_CI' => 'ফরাসি (কোট ডি‘আইভোর)', 'fr_CM' => 'ফরাসি (ক্যামেরুন)', 'fr_DJ' => 'ফরাসি (জিবুতি)', 'fr_DZ' => 'ফরাসি (আলজেরিয়া)', @@ -313,8 +328,8 @@ return [ 'ga' => 'আইরিশ', 'ga_GB' => 'আইরিশ (যুক্তরাজ্য)', 'ga_IE' => 'আইরিশ (আয়ারল্যান্ড)', - 'gd' => 'স্কটস-গ্যেলিক', - 'gd_GB' => 'স্কটস-গ্যেলিক (যুক্তরাজ্য)', + 'gd' => 'স্কটিশ-গ্যেলিক', + 'gd_GB' => 'স্কটিশ-গ্যেলিক (যুক্তরাজ্য)', 'gl' => 'গ্যালিশিয়', 'gl_ES' => 'গ্যালিশিয় (স্পেন)', 'gu' => 'গুজরাটি', @@ -363,8 +378,8 @@ return [ 'ki_KE' => 'কিকুয়ু (কেনিয়া)', 'kk' => 'কাজাখ', 'kk_KZ' => 'কাজাখ (কাজাখস্তান)', - 'kl' => 'ক্যালাল্লিসুট', - 'kl_GL' => 'ক্যালাল্লিসুট (গ্রীনল্যান্ড)', + 'kl' => 'কালাল্লিসুট', + 'kl_GL' => 'কালাল্লিসুট (গ্রীনল্যান্ড)', 'km' => 'খমের', 'km_KH' => 'খমের (কম্বোডিয়া)', 'kn' => 'কন্নড়', @@ -375,8 +390,8 @@ return [ 'ks' => 'কাশ্মীরি', 'ks_Arab' => 'কাশ্মীরি (আরবি)', 'ks_Arab_IN' => 'কাশ্মীরি (আরবি, ভারত)', - 'ks_Deva' => 'কাশ্মীরি (দেবনাগরি)', - 'ks_Deva_IN' => 'কাশ্মীরি (দেবনাগরি, ভারত)', + 'ks_Deva' => 'কাশ্মীরি (দেবনগরি)', + 'ks_Deva_IN' => 'কাশ্মীরি (দেবনগরি, ভারত)', 'ks_IN' => 'কাশ্মীরি (ভারত)', 'ku' => 'কুর্দিশ', 'ku_TR' => 'কুর্দিশ (তুরস্ক)', @@ -400,7 +415,7 @@ return [ 'lu' => 'লুবা-কাটাঙ্গা', 'lu_CD' => 'লুবা-কাটাঙ্গা (কঙ্গো-কিনশাসা)', 'lv' => 'লাত্‌ভীয়', - 'lv_LV' => 'লাত্‌ভীয় (লাত্ভিয়া)', + 'lv_LV' => 'লাত্‌ভীয় (লাটভিয়া)', 'mg' => 'মালাগাসি', 'mg_MG' => 'মালাগাসি (মাদাগাস্কার)', 'mi' => 'মাওরি', @@ -425,8 +440,8 @@ return [ 'nb' => 'নরওয়েজিয়ান বোকমাল', 'nb_NO' => 'নরওয়েজিয়ান বোকমাল (নরওয়ে)', 'nb_SJ' => 'নরওয়েজিয়ান বোকমাল (স্বালবার্ড ও জান মেয়েন)', - 'nd' => 'উত্তর এন্দেবিলি', - 'nd_ZW' => 'উত্তর এন্দেবিলি (জিম্বাবোয়ে)', + 'nd' => 'উত্তর এন্দেবেলে', + 'nd_ZW' => 'উত্তর এন্দেবেলে (জিম্বাবোয়ে)', 'ne' => 'নেপালী', 'ne_IN' => 'নেপালী (ভারত)', 'ne_NP' => 'নেপালী (নেপাল)', @@ -459,18 +474,18 @@ return [ 'pa_PK' => 'পাঞ্জাবী (পাকিস্তান)', 'pl' => 'পোলিশ', 'pl_PL' => 'পোলিশ (পোল্যান্ড)', - 'ps' => 'পুশতু', - 'ps_AF' => 'পুশতু (আফগানিস্তান)', - 'ps_PK' => 'পুশতু (পাকিস্তান)', + 'ps' => 'পাশতু', + 'ps_AF' => 'পাশতু (আফগানিস্তান)', + 'ps_PK' => 'পাশতু (পাকিস্তান)', 'pt' => 'পর্তুগীজ', 'pt_AO' => 'পর্তুগীজ (অ্যাঙ্গোলা)', 'pt_BR' => 'পর্তুগীজ (ব্রাজিল)', 'pt_CH' => 'পর্তুগীজ (সুইজারল্যান্ড)', - 'pt_CV' => 'পর্তুগীজ (কেপভার্দে)', + 'pt_CV' => 'পর্তুগীজ (কেপ ভার্দে)', 'pt_GQ' => 'পর্তুগীজ (নিরক্ষীয় গিনি)', 'pt_GW' => 'পর্তুগীজ (গিনি-বিসাউ)', 'pt_LU' => 'পর্তুগীজ (লাক্সেমবার্গ)', - 'pt_MO' => 'পর্তুগীজ (ম্যাকাও এসএআর চীনা চীনা [ম্যাকাও এসএআর চীনা] চীনা [ঐতিহ্যবাহী, ম্যাকাও এসএআর চীনা] অঞ্চল: ম্যাকাও এসএআর চীন)', + 'pt_MO' => 'পর্তুগীজ (ম্যাকাও এসএআর চীন)', 'pt_MZ' => 'পর্তুগীজ (মোজাম্বিক)', 'pt_PT' => 'পর্তুগীজ (পর্তুগাল)', 'pt_ST' => 'পর্তুগীজ (সাওটোমা ও প্রিন্সিপি)', @@ -502,8 +517,9 @@ return [ 'sd' => 'সিন্ধি', 'sd_Arab' => 'সিন্ধি (আরবি)', 'sd_Arab_PK' => 'সিন্ধি (আরবি, পাকিস্তান)', - 'sd_Deva' => 'সিন্ধি (দেবনাগরি)', - 'sd_Deva_IN' => 'সিন্ধি (দেবনাগরি, ভারত)', + 'sd_Deva' => 'সিন্ধি (দেবনগরি)', + 'sd_Deva_IN' => 'সিন্ধি (দেবনগরি, ভারত)', + 'sd_IN' => 'সিন্ধি (ভারত)', 'sd_PK' => 'সিন্ধি (পাকিস্তান)', 'se' => 'উত্তরাঞ্চলীয় সামি', 'se_FI' => 'উত্তরাঞ্চলীয় সামি (ফিনল্যান্ড)', @@ -546,7 +562,7 @@ return [ 'su_Latn' => 'সুদানী (ল্যাটিন)', 'su_Latn_ID' => 'সুদানী (ল্যাটিন, ইন্দোনেশিয়া)', 'sv' => 'সুইডিশ', - 'sv_AX' => 'সুইডিশ (আলান্ড দ্বীপপুঞ্জ)', + 'sv_AX' => 'সুইডিশ (অলান্ড দ্বীপপুঞ্জ)', 'sv_FI' => 'সুইডিশ (ফিনল্যান্ড)', 'sv_SE' => 'সুইডিশ (সুইডেন)', 'sw' => 'সোয়াহিলি', @@ -586,23 +602,23 @@ return [ 'ur' => 'উর্দু', 'ur_IN' => 'উর্দু (ভারত)', 'ur_PK' => 'উর্দু (পাকিস্তান)', - 'uz' => 'উজবেকীয়', - 'uz_AF' => 'উজবেকীয় (আফগানিস্তান)', - 'uz_Arab' => 'উজবেকীয় (আরবি)', - 'uz_Arab_AF' => 'উজবেকীয় (আরবি, আফগানিস্তান)', - 'uz_Cyrl' => 'উজবেকীয় (সিরিলিক)', - 'uz_Cyrl_UZ' => 'উজবেকীয় (সিরিলিক, উজবেকিস্তান)', - 'uz_Latn' => 'উজবেকীয় (ল্যাটিন)', - 'uz_Latn_UZ' => 'উজবেকীয় (ল্যাটিন, উজবেকিস্তান)', - 'uz_UZ' => 'উজবেকীয় (উজবেকিস্তান)', + 'uz' => 'উজবেক', + 'uz_AF' => 'উজবেক (আফগানিস্তান)', + 'uz_Arab' => 'উজবেক (আরবি)', + 'uz_Arab_AF' => 'উজবেক (আরবি, আফগানিস্তান)', + 'uz_Cyrl' => 'উজবেক (সিরিলিক)', + 'uz_Cyrl_UZ' => 'উজবেক (সিরিলিক, উজবেকিস্তান)', + 'uz_Latn' => 'উজবেক (ল্যাটিন)', + 'uz_Latn_UZ' => 'উজবেক (ল্যাটিন, উজবেকিস্তান)', + 'uz_UZ' => 'উজবেক (উজবেকিস্তান)', 'vi' => 'ভিয়েতনামী', 'vi_VN' => 'ভিয়েতনামী (ভিয়েতনাম)', - 'wo' => 'উওলোফ', - 'wo_SN' => 'উওলোফ (সেনেগাল)', + 'wo' => 'ওলোফ', + 'wo_SN' => 'ওলোফ (সেনেগাল)', 'xh' => 'জোসা', 'xh_ZA' => 'জোসা (দক্ষিণ আফ্রিকা)', - 'yi' => 'ইয়েদ্দিশ', - 'yi_001' => 'ইয়েদ্দিশ (পৃথিবী)', + 'yi' => 'ইদ্দিশ', + 'yi_001' => 'ইদ্দিশ (পৃথিবী)', 'yo' => 'ইওরুবা', 'yo_BJ' => 'ইওরুবা (বেনিন)', 'yo_NG' => 'ইওরুবা (নাইজেরিয়া)', @@ -612,13 +628,13 @@ return [ 'zh_Hans' => 'চীনা (সরলীকৃত)', 'zh_Hans_CN' => 'চীনা (সরলীকৃত, চীন)', 'zh_Hans_HK' => 'চীনা (সরলীকৃত, হংকং এসএআর চীনা)', - 'zh_Hans_MO' => 'চীনা (সরলীকৃত, ম্যাকাও এসএআর চীনা চীনা [ম্যাকাও এসএআর চীনা] চীনা [ঐতিহ্যবাহী, ম্যাকাও এসএআর চীনা] অঞ্চল: ম্যাকাও এসএআর চীন)', + 'zh_Hans_MO' => 'চীনা (সরলীকৃত, ম্যাকাও এসএআর চীন)', 'zh_Hans_SG' => 'চীনা (সরলীকৃত, সিঙ্গাপুর)', 'zh_Hant' => 'চীনা (ঐতিহ্যবাহী)', 'zh_Hant_HK' => 'চীনা (ঐতিহ্যবাহী, হংকং এসএআর চীনা)', - 'zh_Hant_MO' => 'চীনা (ঐতিহ্যবাহী, ম্যাকাও এসএআর চীনা চীনা [ম্যাকাও এসএআর চীনা] চীনা [ঐতিহ্যবাহী, ম্যাকাও এসএআর চীনা] অঞ্চল: ম্যাকাও এসএআর চীন)', + 'zh_Hant_MO' => 'চীনা (ঐতিহ্যবাহী, ম্যাকাও এসএআর চীন)', 'zh_Hant_TW' => 'চীনা (ঐতিহ্যবাহী, তাইওয়ান)', - 'zh_MO' => 'চীনা (ম্যাকাও এসএআর চীনা চীনা [ম্যাকাও এসএআর চীনা] চীনা [ঐতিহ্যবাহী, ম্যাকাও এসএআর চীনা] অঞ্চল: ম্যাকাও এসএআর চীন)', + 'zh_MO' => 'চীনা (ম্যাকাও এসএআর চীন)', 'zh_SG' => 'চীনা (সিঙ্গাপুর)', 'zh_TW' => 'চীনা (তাইওয়ান)', 'zu' => 'জুলু', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bn_IN.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bn_IN.php index 8c93beb..f4744b7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bn_IN.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bn_IN.php @@ -2,6 +2,6 @@ return [ 'Names' => [ - 'en_UM' => 'ইংরেজি (মার্কিন যুক্তরাষ্ট্রের পার্শ্ববর্তী দ্বীপপুঞ্জ)', + 'en_UM' => 'ইংরেজি (মার্কিন যুক্তরাষ্ট্রের দূরবর্তী দ্বীপপুঞ্জ)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/br.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/br.php index 896ec42..65a15f1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/br.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/br.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tchetcheneg (Rusia)', 'cs' => 'tchekeg', 'cs_CZ' => 'tchekeg (Tchekia)', + 'cv' => 'tchouvatch', + 'cv_RU' => 'tchouvatch (Rusia)', 'cy' => 'kembraeg', 'cy_GB' => 'kembraeg (Rouantelezh-Unanet)', 'da' => 'daneg', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabek, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, India)', + 'sd_IN' => 'sindhi (India)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'sámi an Norzh', 'se_FI' => 'sámi an Norzh (Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bs.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bs.php index 0b0a89d..2cc590e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bs.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bs.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'čečenski (Rusija)', 'cs' => 'češki', 'cs_CZ' => 'češki (Češka)', + 'cv' => 'čuvaški', + 'cv_RU' => 'čuvaški (Rusija)', 'cy' => 'velški', 'cy_GB' => 'velški (Ujedinjeno Kraljevstvo)', 'da' => 'danski', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindi (arapsko pismo, Pakistan)', 'sd_Deva' => 'sindi (pismo devanagari)', 'sd_Deva_IN' => 'sindi (pismo devanagari, Indija)', + 'sd_IN' => 'sindi (Indija)', 'sd_PK' => 'sindi (Pakistan)', 'se' => 'sjeverni sami', 'se_FI' => 'sjeverni sami (Finska)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bs_Cyrl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bs_Cyrl.php index d3d717b..878787f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bs_Cyrl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/bs_Cyrl.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чеченски (Русија)', 'cs' => 'чешки', 'cs_CZ' => 'чешки (Чешка)', + 'cv' => 'чувашки', + 'cv_RU' => 'чувашки (Русија)', 'cy' => 'велшки', 'cy_GB' => 'велшки (Уједињено Краљевство)', 'da' => 'дански', @@ -239,19 +241,19 @@ return [ 'fa_AF' => 'персијски (Афганистан)', 'fa_IR' => 'персијски (Иран)', 'ff' => 'фулах', - 'ff_Adlm' => 'фулах (adlam pismo)', - 'ff_Adlm_BF' => 'фулах (adlam pismo, Буркина Фасо)', - 'ff_Adlm_CM' => 'фулах (adlam pismo, Камерун)', - 'ff_Adlm_GH' => 'фулах (adlam pismo, Гана)', - 'ff_Adlm_GM' => 'фулах (adlam pismo, Гамбија)', - 'ff_Adlm_GN' => 'фулах (adlam pismo, Гвинеја)', - 'ff_Adlm_GW' => 'фулах (adlam pismo, Гвинеја-Бисау)', - 'ff_Adlm_LR' => 'фулах (adlam pismo, Либерија)', - 'ff_Adlm_MR' => 'фулах (adlam pismo, Мауританија)', - 'ff_Adlm_NE' => 'фулах (adlam pismo, Нигер)', - 'ff_Adlm_NG' => 'фулах (adlam pismo, Нигерија)', - 'ff_Adlm_SL' => 'фулах (adlam pismo, Сијера Леоне)', - 'ff_Adlm_SN' => 'фулах (adlam pismo, Сенегал)', + 'ff_Adlm' => 'фулах (адламанско писмо)', + 'ff_Adlm_BF' => 'фулах (адламанско писмо, Буркина Фасо)', + 'ff_Adlm_CM' => 'фулах (адламанско писмо, Камерун)', + 'ff_Adlm_GH' => 'фулах (адламанско писмо, Гана)', + 'ff_Adlm_GM' => 'фулах (адламанско писмо, Гамбија)', + 'ff_Adlm_GN' => 'фулах (адламанско писмо, Гвинеја)', + 'ff_Adlm_GW' => 'фулах (адламанско писмо, Гвинеја-Бисау)', + 'ff_Adlm_LR' => 'фулах (адламанско писмо, Либерија)', + 'ff_Adlm_MR' => 'фулах (адламанско писмо, Мауританија)', + 'ff_Adlm_NE' => 'фулах (адламанско писмо, Нигер)', + 'ff_Adlm_NG' => 'фулах (адламанско писмо, Нигерија)', + 'ff_Adlm_SL' => 'фулах (адламанско писмо, Сијера Леоне)', + 'ff_Adlm_SN' => 'фулах (адламанско писмо, Сенегал)', 'ff_CM' => 'фулах (Камерун)', 'ff_GN' => 'фулах (Гвинеја)', 'ff_Latn' => 'фулах (латиница)', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'синди (арапско писмо, Пакистан)', 'sd_Deva' => 'синди (деванагари)', 'sd_Deva_IN' => 'синди (деванагари, Индија)', + 'sd_IN' => 'синди (Индија)', 'sd_PK' => 'синди (Пакистан)', 'se' => 'сјеверни сами', 'se_FI' => 'сјеверни сами (Финска)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ca.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ca.php index 1d6e486..62c120d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ca.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ca.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'txetxè (Rússia)', 'cs' => 'txec', 'cs_CZ' => 'txec (Txèquia)', + 'cv' => 'txuvaix', + 'cv_RU' => 'txuvaix (Rússia)', 'cy' => 'gal·lès', 'cy_GB' => 'gal·lès (Regne Unit)', 'da' => 'danès', @@ -153,7 +155,7 @@ return [ 'en_MG' => 'anglès (Madagascar)', 'en_MH' => 'anglès (Illes Marshall)', 'en_MO' => 'anglès (Macau [RAE Xina])', - 'en_MP' => 'anglès (Illes Mariannes del Nord)', + 'en_MP' => 'anglès (Illes Mariannes Septentrionals)', 'en_MS' => 'anglès (Montserrat)', 'en_MT' => 'anglès (Malta)', 'en_MU' => 'anglès (Maurici)', @@ -184,7 +186,7 @@ return [ 'en_SL' => 'anglès (Sierra Leone)', 'en_SS' => 'anglès (Sudan del Sud)', 'en_SX' => 'anglès (Sint Maarten)', - 'en_SZ' => 'anglès (eSwatini)', + 'en_SZ' => 'anglès (Eswatini)', 'en_TC' => 'anglès (Illes Turks i Caicos)', 'en_TK' => 'anglès (Tokelau)', 'en_TO' => 'anglès (Tonga)', @@ -396,7 +398,7 @@ return [ 'kw' => 'còrnic', 'kw_GB' => 'còrnic (Regne Unit)', 'ky' => 'kirguís', - 'ky_KG' => 'kirguís (Kirguizistan)', + 'ky_KG' => 'kirguís (Kirguizstan)', 'lb' => 'luxemburguès', 'lb_LU' => 'luxemburguès (Luxemburg)', 'lg' => 'ganda', @@ -446,7 +448,7 @@ return [ 'nl' => 'neerlandès', 'nl_AW' => 'neerlandès (Aruba)', 'nl_BE' => 'neerlandès (Bèlgica)', - 'nl_BQ' => 'neerlandès (Antilles Neerlandeses)', + 'nl_BQ' => 'neerlandès (Carib Neerlandès)', 'nl_CW' => 'neerlandès (Curaçao)', 'nl_NL' => 'neerlandès (Països Baixos)', 'nl_SR' => 'neerlandès (Surinam)', @@ -487,7 +489,7 @@ return [ 'pt_MZ' => 'portuguès (Moçambic)', 'pt_PT' => 'portuguès (Portugal)', 'pt_ST' => 'portuguès (São Tomé i Príncipe)', - 'pt_TL' => 'portuguès (Timor Oriental)', + 'pt_TL' => 'portuguès (Timor-Leste)', 'qu' => 'quítxua', 'qu_BO' => 'quítxua (Bolívia)', 'qu_EC' => 'quítxua (Equador)', @@ -501,7 +503,7 @@ return [ 'ro_RO' => 'romanès (Romania)', 'ru' => 'rus', 'ru_BY' => 'rus (Belarús)', - 'ru_KG' => 'rus (Kirguizistan)', + 'ru_KG' => 'rus (Kirguizstan)', 'ru_KZ' => 'rus (Kazakhstan)', 'ru_MD' => 'rus (Moldàvia)', 'ru_RU' => 'rus (Rússia)', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindi (àrab, Pakistan)', 'sd_Deva' => 'sindi (devanagari)', 'sd_Deva_IN' => 'sindi (devanagari, Índia)', + 'sd_IN' => 'sindi (Índia)', 'sd_PK' => 'sindi (Pakistan)', 'se' => 'sami septentrional', 'se_FI' => 'sami septentrional (Finlàndia)', @@ -559,7 +562,7 @@ return [ 'su_Latn' => 'sondanès (llatí)', 'su_Latn_ID' => 'sondanès (llatí, Indonèsia)', 'sv' => 'suec', - 'sv_AX' => 'suec (Illes Aland)', + 'sv_AX' => 'suec (Illes Åland)', 'sv_FI' => 'suec (Finlàndia)', 'sv_SE' => 'suec (Suècia)', 'sw' => 'suahili', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ce.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ce.php index b281695..303e60c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ce.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ce.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'нохчийн (Росси)', 'cs' => 'чехийн', 'cs_CZ' => 'чехийн (Чехи)', + 'cv' => 'чувашийн', + 'cv_RU' => 'чувашийн (Росси)', 'cy' => 'валлийн', 'cy_GB' => 'валлийн (Йоккха Британи)', 'da' => 'датхойн', @@ -501,6 +503,7 @@ return [ 'sd_Arab_PK' => 'синдхи (Ӏаьрбийн, Пакистан)', 'sd_Deva' => 'синдхи (деванагари)', 'sd_Deva_IN' => 'синдхи (деванагари, ХӀинди)', + 'sd_IN' => 'синдхи (ХӀинди)', 'sd_PK' => 'синдхи (Пакистан)', 'se' => 'къилбаседа саамийн', 'se_FI' => 'къилбаседа саамийн (Финлянди)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cs.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cs.php index dd0d11e..23f0997 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cs.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cs.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'čečenština (Rusko)', 'cs' => 'čeština', 'cs_CZ' => 'čeština (Česko)', + 'cv' => 'čuvaština', + 'cv_RU' => 'čuvaština (Rusko)', 'cy' => 'velština', 'cy_GB' => 'velština (Spojené království)', 'da' => 'dánština', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'perština (Afghánistán)', 'fa_IR' => 'perština (Írán)', 'ff' => 'fulbština', + 'ff_Adlm' => 'fulbština (adlam)', + 'ff_Adlm_BF' => 'fulbština (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulbština (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fulbština (adlam, Ghana)', + 'ff_Adlm_GM' => 'fulbština (adlam, Gambie)', + 'ff_Adlm_GN' => 'fulbština (adlam, Guinea)', + 'ff_Adlm_GW' => 'fulbština (adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'fulbština (adlam, Libérie)', + 'ff_Adlm_MR' => 'fulbština (adlam, Mauritánie)', + 'ff_Adlm_NE' => 'fulbština (adlam, Niger)', + 'ff_Adlm_NG' => 'fulbština (adlam, Nigérie)', + 'ff_Adlm_SL' => 'fulbština (adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'fulbština (adlam, Senegal)', 'ff_CM' => 'fulbština (Kamerun)', 'ff_GN' => 'fulbština (Guinea)', 'ff_Latn' => 'fulbština (latinka)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhština (arabské, Pákistán)', 'sd_Deva' => 'sindhština (dévanágarí)', 'sd_Deva_IN' => 'sindhština (dévanágarí, Indie)', + 'sd_IN' => 'sindhština (Indie)', 'sd_PK' => 'sindhština (Pákistán)', 'se' => 'sámština [severní]', 'se_FI' => 'sámština [severní] (Finsko)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cv.php new file mode 100644 index 0000000..98dddb0 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cv.php @@ -0,0 +1,294 @@ + [ + 'ar' => 'арап', + 'ar_001' => 'арап (тӗнче)', + 'ar_AE' => 'арап (Арапсен Пӗрлешӳллӗ Эмирачӗ)', + 'ar_BH' => 'арап (Бахрейн)', + 'ar_DJ' => 'арап (Джибути)', + 'ar_DZ' => 'арап (Алжир)', + 'ar_EG' => 'арап (Египет)', + 'ar_EH' => 'арап (Анӑҫ Сахара)', + 'ar_ER' => 'арап (Эритрей)', + 'ar_IL' => 'арап (Израиль)', + 'ar_IQ' => 'арап (Ирак)', + 'ar_JO' => 'арап (Иордани)', + 'ar_KM' => 'арап (Комор утравӗсем)', + 'ar_KW' => 'арап (Кувейт)', + 'ar_LB' => 'арап (Ливан)', + 'ar_LY' => 'арап (Ливи)', + 'ar_MA' => 'арап (Марокко)', + 'ar_MR' => 'арап (Мавритани)', + 'ar_OM' => 'арап (Оман)', + 'ar_PS' => 'арап (Палестинӑн территорийӗсем)', + 'ar_QA' => 'арап (Катар)', + 'ar_SA' => 'арап (Сауд Аравийӗ)', + 'ar_SD' => 'арап (Судан)', + 'ar_SO' => 'арап (Сомали)', + 'ar_SS' => 'арап (Кӑнтӑр Судан)', + 'ar_SY' => 'арап (Сири)', + 'ar_TD' => 'арап (Чад)', + 'ar_TN' => 'арап (Тунис)', + 'ar_YE' => 'арап (Йемен)', + 'bn' => 'бенгал', + 'bn_BD' => 'бенгал (Бангладеш)', + 'bn_IN' => 'бенгал (Инди)', + 'cv' => 'чӑваш', + 'cv_RU' => 'чӑваш (Раҫҫей)', + 'de' => 'нимӗҫ', + 'de_AT' => 'нимӗҫ (Австри)', + 'de_BE' => 'нимӗҫ (Бельги)', + 'de_CH' => 'нимӗҫ (Швейцари)', + 'de_DE' => 'нимӗҫ (Германи)', + 'de_IT' => 'нимӗҫ (Итали)', + 'de_LI' => 'нимӗҫ (Лихтенштейн)', + 'de_LU' => 'нимӗҫ (Люксембург)', + 'en' => 'акӑлчан', + 'en_001' => 'акӑлчан (тӗнче)', + 'en_150' => 'акӑлчан (Европа)', + 'en_AE' => 'акӑлчан (Арапсен Пӗрлешӳллӗ Эмирачӗ)', + 'en_AG' => 'акӑлчан (Антигуа тата Барбуда)', + 'en_AI' => 'акӑлчан (Ангилья)', + 'en_AS' => 'акӑлчан (Америка Самоа)', + 'en_AT' => 'акӑлчан (Австри)', + 'en_AU' => 'акӑлчан (Австрали)', + 'en_BB' => 'акӑлчан (Барбадос)', + 'en_BE' => 'акӑлчан (Бельги)', + 'en_BI' => 'акӑлчан (Бурунди)', + 'en_BM' => 'акӑлчан (Бермуд утравӗсем)', + 'en_BS' => 'акӑлчан (Пахам утравӗсем)', + 'en_BW' => 'акӑлчан (Ботсвана)', + 'en_BZ' => 'акӑлчан (Белиз)', + 'en_CA' => 'акӑлчан (Канада)', + 'en_CC' => 'акӑлчан (Кокос утравӗсем)', + 'en_CH' => 'акӑлчан (Швейцари)', + 'en_CK' => 'акӑлчан (Кук утравӗсем)', + 'en_CM' => 'акӑлчан (Камерун)', + 'en_CX' => 'акӑлчан (Раштав утравӗ)', + 'en_CY' => 'акӑлчан (Кипр)', + 'en_DE' => 'акӑлчан (Германи)', + 'en_DK' => 'акӑлчан (Дани)', + 'en_DM' => 'акӑлчан (Доминика)', + 'en_ER' => 'акӑлчан (Эритрей)', + 'en_FI' => 'акӑлчан (Финлянди)', + 'en_FJ' => 'акӑлчан (Фиджи)', + 'en_FK' => 'акӑлчан (Фолкленд утравӗсем)', + 'en_FM' => 'акӑлчан (Микронези)', + 'en_GB' => 'акӑлчан (Аслӑ Британи)', + 'en_GD' => 'акӑлчан (Гренада)', + 'en_GG' => 'акӑлчан (Гернси)', + 'en_GH' => 'акӑлчан (Гана)', + 'en_GI' => 'акӑлчан (Гибралтар)', + 'en_GM' => 'акӑлчан (Гамби)', + 'en_GU' => 'акӑлчан (Гуам)', + 'en_GY' => 'акӑлчан (Гайана)', + 'en_HK' => 'акӑлчан (Гонконг [САР])', + 'en_IE' => 'акӑлчан (Ирланди)', + 'en_IL' => 'акӑлчан (Израиль)', + 'en_IM' => 'акӑлчан (Мэн утравӗ)', + 'en_IN' => 'акӑлчан (Инди)', + 'en_IO' => 'акӑлчан (Британин территори Инди океанӗре)', + 'en_JE' => 'акӑлчан (Джерси)', + 'en_JM' => 'акӑлчан (Ямайка)', + 'en_KE' => 'акӑлчан (Кени)', + 'en_KI' => 'акӑлчан (Кирибати)', + 'en_KN' => 'акӑлчан (Сент-Китс тата Невис)', + 'en_KY' => 'акӑлчан (Кайман утравӗсем)', + 'en_LC' => 'акӑлчан (Сент-Люсия)', + 'en_LR' => 'акӑлчан (Либери)', + 'en_LS' => 'акӑлчан (Лесото)', + 'en_MG' => 'акӑлчан (Мадагаскар)', + 'en_MH' => 'акӑлчан (Маршаллов утравӗсем)', + 'en_MO' => 'акӑлчан (Макао [САР])', + 'en_MP' => 'акӑлчан (Ҫурҫӗр Мариан утравӗсем)', + 'en_MS' => 'акӑлчан (Монтсеррат)', + 'en_MT' => 'акӑлчан (Мальта)', + 'en_MU' => 'акӑлчан (Маврики)', + 'en_MV' => 'акӑлчан (Мальдивсем)', + 'en_MW' => 'акӑлчан (Малави)', + 'en_MY' => 'акӑлчан (Малайзи)', + 'en_NA' => 'акӑлчан (Намиби)', + 'en_NF' => 'акӑлчан (Норфолк утравӗ)', + 'en_NG' => 'акӑлчан (Нигери)', + 'en_NL' => 'акӑлчан (Нидерланд)', + 'en_NR' => 'акӑлчан (Науру)', + 'en_NU' => 'акӑлчан (Ниуэ)', + 'en_NZ' => 'акӑлчан (Ҫӗнӗ Зеланди)', + 'en_PG' => 'акӑлчан (Папуа — Ҫӗнӗ Гвиней)', + 'en_PH' => 'акӑлчан (Филиппинсем)', + 'en_PK' => 'акӑлчан (Пакистан)', + 'en_PN' => 'акӑлчан (Питкэрн утравӗсем)', + 'en_PR' => 'акӑлчан (Пуэрто-Рико)', + 'en_PW' => 'акӑлчан (Палау)', + 'en_RW' => 'акӑлчан (Руанда)', + 'en_SB' => 'акӑлчан (Соломон утравӗсем)', + 'en_SC' => 'акӑлчан (Сейшел утравӗсем)', + 'en_SD' => 'акӑлчан (Судан)', + 'en_SE' => 'акӑлчан (Швеци)', + 'en_SG' => 'акӑлчан (Сингапур)', + 'en_SH' => 'акӑлчан (Сӑваплӑ Елена утравӗ)', + 'en_SI' => 'акӑлчан (Словени)', + 'en_SL' => 'акӑлчан (Сьерра-Леоне)', + 'en_SS' => 'акӑлчан (Кӑнтӑр Судан)', + 'en_SX' => 'акӑлчан (Синт-Мартен)', + 'en_SZ' => 'акӑлчан (Эсватини)', + 'en_TC' => 'акӑлчан (Тёркс тата Кайкос утравӗсем)', + 'en_TK' => 'акӑлчан (Токелау)', + 'en_TO' => 'акӑлчан (Тонга)', + 'en_TT' => 'акӑлчан (Тринидад тата Тобаго)', + 'en_TV' => 'акӑлчан (Тувалу)', + 'en_TZ' => 'акӑлчан (Танзани)', + 'en_UG' => 'акӑлчан (Уганда)', + 'en_UM' => 'акӑлчан (Тулашӗнчи утравӗсем [АПШ])', + 'en_US' => 'акӑлчан (Пӗрлешӗннӗ Штатсем)', + 'en_VC' => 'акӑлчан (Сент-Винсент тата Гренадины)', + 'en_VG' => 'акӑлчан (Британин Виргини утравӗсем)', + 'en_VI' => 'акӑлчан (Виргини утравӗсем [АПШ])', + 'en_VU' => 'акӑлчан (Вануату)', + 'en_WS' => 'акӑлчан (Самоа)', + 'en_ZA' => 'акӑлчан (Кӑнтӑр Африка Республики)', + 'en_ZM' => 'акӑлчан (Замби)', + 'en_ZW' => 'акӑлчан (Зимбабве)', + 'es' => 'испани', + 'es_419' => 'испани (Латинла Америка)', + 'es_AR' => 'испани (Аргентина)', + 'es_BO' => 'испани (Боливи)', + 'es_BR' => 'испани (Бразили)', + 'es_BZ' => 'испани (Белиз)', + 'es_CL' => 'испани (Чили)', + 'es_CO' => 'испани (Колумби)', + 'es_CR' => 'испани (Коста-Рика)', + 'es_CU' => 'испани (Куба)', + 'es_DO' => 'испани (Доминикан Республики)', + 'es_EC' => 'испани (Эквадор)', + 'es_ES' => 'испани (Испани)', + 'es_GQ' => 'испани (Экваториаллӑ Гвиней)', + 'es_GT' => 'испани (Гватемала)', + 'es_HN' => 'испани (Гондурас)', + 'es_MX' => 'испани (Мексика)', + 'es_NI' => 'испани (Никарагуа)', + 'es_PA' => 'испани (Панама)', + 'es_PE' => 'испани (Перу)', + 'es_PH' => 'испани (Филиппинсем)', + 'es_PR' => 'испани (Пуэрто-Рико)', + 'es_PY' => 'испани (Парагвай)', + 'es_SV' => 'испани (Сальвадор)', + 'es_US' => 'испани (Пӗрлешӗннӗ Штатсем)', + 'es_UY' => 'испани (Уругвай)', + 'es_VE' => 'испани (Венесуэла)', + 'fr' => 'франци', + 'fr_BE' => 'франци (Бельги)', + 'fr_BF' => 'франци (Буркина-Фасо)', + 'fr_BI' => 'франци (Бурунди)', + 'fr_BJ' => 'франци (Бенин)', + 'fr_BL' => 'франци (Сен-Бартелеми)', + 'fr_CA' => 'франци (Канада)', + 'fr_CD' => 'франци (Конго - Киншаса)', + 'fr_CF' => 'франци (Тӗп Африка Республики)', + 'fr_CG' => 'франци (Конго - Браззавиль)', + 'fr_CH' => 'франци (Швейцари)', + 'fr_CI' => 'франци (Кот-д’Ивуар)', + 'fr_CM' => 'франци (Камерун)', + 'fr_DJ' => 'франци (Джибути)', + 'fr_DZ' => 'франци (Алжир)', + 'fr_FR' => 'франци (Франци)', + 'fr_GA' => 'франци (Габон)', + 'fr_GF' => 'франци (Франци Гвиана)', + 'fr_GN' => 'франци (Гвиней)', + 'fr_GP' => 'франци (Гваделупа)', + 'fr_GQ' => 'франци (Экваториаллӑ Гвиней)', + 'fr_HT' => 'франци (Гаити)', + 'fr_KM' => 'франци (Комор утравӗсем)', + 'fr_LU' => 'франци (Люксембург)', + 'fr_MA' => 'франци (Марокко)', + 'fr_MC' => 'франци (Монако)', + 'fr_MF' => 'франци (Сен-Мартен)', + 'fr_MG' => 'франци (Мадагаскар)', + 'fr_ML' => 'франци (Мали)', + 'fr_MQ' => 'франци (Мартиника)', + 'fr_MR' => 'франци (Мавритани)', + 'fr_MU' => 'франци (Маврики)', + 'fr_NC' => 'франци (Ҫӗнӗ Каледони)', + 'fr_NE' => 'франци (Нигер)', + 'fr_PF' => 'франци (Франци Полинези)', + 'fr_PM' => 'франци (Сен-Пьер & Микелон)', + 'fr_RE' => 'франци (Реюньон)', + 'fr_RW' => 'франци (Руанда)', + 'fr_SC' => 'франци (Сейшел утравӗсем)', + 'fr_SN' => 'франци (Сенегал)', + 'fr_SY' => 'франци (Сири)', + 'fr_TD' => 'франци (Чад)', + 'fr_TG' => 'франци (Того)', + 'fr_TN' => 'франци (Тунис)', + 'fr_VU' => 'франци (Вануату)', + 'fr_WF' => 'франци (Уоллис тата Футуна)', + 'fr_YT' => 'франци (Майотта)', + 'hi' => 'хинди', + 'hi_IN' => 'хинди (Инди)', + 'hi_Latn' => 'хинди (латин)', + 'hi_Latn_IN' => 'хинди (латин, Инди)', + 'id' => 'индонези', + 'id_ID' => 'индонези (Индонези)', + 'it' => 'итали', + 'it_CH' => 'итали (Швейцари)', + 'it_IT' => 'итали (Итали)', + 'it_SM' => 'итали (Сан-Марино)', + 'it_VA' => 'итали (Ватикан)', + 'ja' => 'япони', + 'ja_JP' => 'япони (Япони)', + 'ko' => 'корей', + 'ko_KP' => 'корей (КХДР)', + 'ko_KR' => 'корей (Корей Республики)', + 'nl' => 'голланди', + 'nl_AW' => 'голланди (Аруба)', + 'nl_BE' => 'голланди (Бельги)', + 'nl_BQ' => 'голланди (Бонэйр, Синт-Эстатиус тата Саба)', + 'nl_CW' => 'голланди (Кюрасао)', + 'nl_NL' => 'голланди (Нидерланд)', + 'nl_SR' => 'голланди (Суринам)', + 'nl_SX' => 'голланди (Синт-Мартен)', + 'pl' => 'поляк', + 'pl_PL' => 'поляк (Польша)', + 'pt' => 'португали', + 'pt_AO' => 'португали (Ангола)', + 'pt_BR' => 'португали (Бразили)', + 'pt_CH' => 'португали (Швейцари)', + 'pt_CV' => 'португали (Кабо-Верде)', + 'pt_GQ' => 'португали (Экваториаллӑ Гвиней)', + 'pt_GW' => 'португали (Гвиней-Бисау)', + 'pt_LU' => 'португали (Люксембург)', + 'pt_MO' => 'португали (Макао [САР])', + 'pt_MZ' => 'португали (Мозамбик)', + 'pt_PT' => 'португали (Португали)', + 'pt_ST' => 'португали (Сан-Томе тата Принсипи)', + 'pt_TL' => 'португали (Хӗвелтухӑҫ Тимор)', + 'ru' => 'вырӑс', + 'ru_BY' => 'вырӑс (Беларуҫ)', + 'ru_KG' => 'вырӑс (Киргизи)', + 'ru_KZ' => 'вырӑс (Казахстан)', + 'ru_MD' => 'вырӑс (Молдова)', + 'ru_RU' => 'вырӑс (Раҫҫей)', + 'ru_UA' => 'вырӑс (Украина)', + 'th' => 'тай', + 'th_TH' => 'тай (Таиланд)', + 'tr' => 'турккӑ', + 'tr_CY' => 'турккӑ (Кипр)', + 'tr_TR' => 'турккӑ (Турци)', + 'zh' => 'китай', + 'zh_CN' => 'китай (Китай)', + 'zh_HK' => 'китай (Гонконг [САР])', + 'zh_Hans' => 'китай (ҫӑмӑллатнӑн китай)', + 'zh_Hans_CN' => 'китай (ҫӑмӑллатнӑн китай, Китай)', + 'zh_Hans_HK' => 'китай (ҫӑмӑллатнӑн китай, Гонконг [САР])', + 'zh_Hans_MO' => 'китай (ҫӑмӑллатнӑн китай, Макао [САР])', + 'zh_Hans_SG' => 'китай (ҫӑмӑллатнӑн китай, Сингапур)', + 'zh_Hant' => 'китай (традициллӗн китай)', + 'zh_Hant_HK' => 'китай (традициллӗн китай, Гонконг [САР])', + 'zh_Hant_MO' => 'китай (традициллӗн китай, Макао [САР])', + 'zh_Hant_TW' => 'китай (традициллӗн китай, Тайвань)', + 'zh_MO' => 'китай (Макао [САР])', + 'zh_SG' => 'китай (Сингапур)', + 'zh_TW' => 'китай (Тайвань)', + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cy.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cy.php index 1931156..d55c2e2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cy.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/cy.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Tsietsieneg (Rwsia)', 'cs' => 'Tsieceg', 'cs_CZ' => 'Tsieceg (Tsiecia)', + 'cv' => 'Tshwfasheg', + 'cv_RU' => 'Tshwfasheg (Rwsia)', 'cy' => 'Cymraeg', 'cy_GB' => 'Cymraeg (Y Deyrnas Unedig)', 'da' => 'Daneg', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Perseg (Afghanistan)', 'fa_IR' => 'Perseg (Iran)', 'ff' => 'Ffwla', + 'ff_Adlm' => 'Ffwla (Adlam)', + 'ff_Adlm_BF' => 'Ffwla (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Ffwla (Adlam, Camerŵn)', + 'ff_Adlm_GH' => 'Ffwla (Adlam, Ghana)', + 'ff_Adlm_GM' => 'Ffwla (Adlam, Gambia)', + 'ff_Adlm_GN' => 'Ffwla (Adlam, Gini)', + 'ff_Adlm_GW' => 'Ffwla (Adlam, Guiné-Bissau)', + 'ff_Adlm_LR' => 'Ffwla (Adlam, Liberia)', + 'ff_Adlm_MR' => 'Ffwla (Adlam, Mauritania)', + 'ff_Adlm_NE' => 'Ffwla (Adlam, Niger)', + 'ff_Adlm_NG' => 'Ffwla (Adlam, Nigeria)', + 'ff_Adlm_SL' => 'Ffwla (Adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'Ffwla (Adlam, Senegal)', 'ff_CM' => 'Ffwla (Camerŵn)', 'ff_GN' => 'Ffwla (Gini)', 'ff_Latn' => 'Ffwla (Lladin)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arabaidd, Pakistan)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, India)', + 'sd_IN' => 'Sindhi (India)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Sami Gogleddol', 'se_FI' => 'Sami Gogleddol (Y Ffindir)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/da.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/da.php index 568f0e7..eb642c1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/da.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/da.php @@ -46,8 +46,8 @@ return [ 'az_Cyrl_AZ' => 'aserbajdsjansk (kyrillisk, Aserbajdsjan)', 'az_Latn' => 'aserbajdsjansk (latinsk)', 'az_Latn_AZ' => 'aserbajdsjansk (latinsk, Aserbajdsjan)', - 'be' => 'hviderussisk', - 'be_BY' => 'hviderussisk (Hviderusland)', + 'be' => 'belarusisk', + 'be_BY' => 'belarusisk (Belarus)', 'bg' => 'bulgarsk', 'bg_BG' => 'bulgarsk (Bulgarien)', 'bm' => 'bambara', @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tjetjensk (Rusland)', 'cs' => 'tjekkisk', 'cs_CZ' => 'tjekkisk (Tjekkiet)', + 'cv' => 'chuvash', + 'cv_RU' => 'chuvash (Rusland)', 'cy' => 'walisisk', 'cy_GB' => 'walisisk (Storbritannien)', 'da' => 'dansk', @@ -163,7 +165,7 @@ return [ 'en_NA' => 'engelsk (Namibia)', 'en_NF' => 'engelsk (Norfolk Island)', 'en_NG' => 'engelsk (Nigeria)', - 'en_NL' => 'engelsk (Holland)', + 'en_NL' => 'engelsk (Nederlandene)', 'en_NR' => 'engelsk (Nauru)', 'en_NU' => 'engelsk (Niue)', 'en_NZ' => 'engelsk (New Zealand)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persisk (Afghanistan)', 'fa_IR' => 'persisk (Iran)', 'ff' => 'fulah', + 'ff_Adlm' => 'fulah (adlam)', + 'ff_Adlm_BF' => 'fulah (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulah (adlam, Cameroun)', + 'ff_Adlm_GH' => 'fulah (adlam, Ghana)', + 'ff_Adlm_GM' => 'fulah (adlam, Gambia)', + 'ff_Adlm_GN' => 'fulah (adlam, Guinea)', + 'ff_Adlm_GW' => 'fulah (adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'fulah (adlam, Liberia)', + 'ff_Adlm_MR' => 'fulah (adlam, Mauretanien)', + 'ff_Adlm_NE' => 'fulah (adlam, Niger)', + 'ff_Adlm_NG' => 'fulah (adlam, Nigeria)', + 'ff_Adlm_SL' => 'fulah (adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'fulah (adlam, Senegal)', 'ff_CM' => 'fulah (Cameroun)', 'ff_GN' => 'fulah (Guinea)', 'ff_Latn' => 'fulah (latinsk)', @@ -309,7 +324,7 @@ return [ 'fr_WF' => 'fransk (Wallis og Futuna)', 'fr_YT' => 'fransk (Mayotte)', 'fy' => 'vestfrisisk', - 'fy_NL' => 'vestfrisisk (Holland)', + 'fy_NL' => 'vestfrisisk (Nederlandene)', 'ga' => 'irsk', 'ga_GB' => 'irsk (Storbritannien)', 'ga_IE' => 'irsk (Irland)', @@ -430,14 +445,14 @@ return [ 'ne' => 'nepalesisk', 'ne_IN' => 'nepalesisk (Indien)', 'ne_NP' => 'nepalesisk (Nepal)', - 'nl' => 'hollandsk', - 'nl_AW' => 'hollandsk (Aruba)', - 'nl_BE' => 'hollandsk (Belgien)', - 'nl_BQ' => 'hollandsk (De tidligere Nederlandske Antiller)', - 'nl_CW' => 'hollandsk (Curaçao)', - 'nl_NL' => 'hollandsk (Holland)', - 'nl_SR' => 'hollandsk (Surinam)', - 'nl_SX' => 'hollandsk (Sint Maarten)', + 'nl' => 'nederlandsk', + 'nl_AW' => 'nederlandsk (Aruba)', + 'nl_BE' => 'nederlandsk (Belgien)', + 'nl_BQ' => 'nederlandsk (De tidligere Nederlandske Antiller)', + 'nl_CW' => 'nederlandsk (Curaçao)', + 'nl_NL' => 'nederlandsk (Nederlandene)', + 'nl_SR' => 'nederlandsk (Surinam)', + 'nl_SX' => 'nederlandsk (Sint Maarten)', 'nn' => 'nynorsk', 'nn_NO' => 'nynorsk (Norge)', 'no' => 'norsk', @@ -487,7 +502,7 @@ return [ 'ro_MD' => 'rumænsk (Moldova)', 'ro_RO' => 'rumænsk (Rumænien)', 'ru' => 'russisk', - 'ru_BY' => 'russisk (Hviderusland)', + 'ru_BY' => 'russisk (Belarus)', 'ru_KG' => 'russisk (Kirgisistan)', 'ru_KZ' => 'russisk (Kasakhstan)', 'ru_MD' => 'russisk (Moldova)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabisk, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, Indien)', + 'sd_IN' => 'sindhi (Indien)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'nordsamisk', 'se_FI' => 'nordsamisk (Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/de.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/de.php index 48f5f96..16bc6b6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/de.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/de.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Tschetschenisch (Russland)', 'cs' => 'Tschechisch', 'cs_CZ' => 'Tschechisch (Tschechien)', + 'cv' => 'Tschuwaschisch', + 'cv_RU' => 'Tschuwaschisch (Russland)', 'cy' => 'Walisisch', 'cy_GB' => 'Walisisch (Vereinigtes Königreich)', 'da' => 'Dänisch', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Persisch (Afghanistan)', 'fa_IR' => 'Persisch (Iran)', 'ff' => 'Ful', + 'ff_Adlm' => 'Ful (Adlam)', + 'ff_Adlm_BF' => 'Ful (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Ful (Adlam, Kamerun)', + 'ff_Adlm_GH' => 'Ful (Adlam, Ghana)', + 'ff_Adlm_GM' => 'Ful (Adlam, Gambia)', + 'ff_Adlm_GN' => 'Ful (Adlam, Guinea)', + 'ff_Adlm_GW' => 'Ful (Adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'Ful (Adlam, Liberia)', + 'ff_Adlm_MR' => 'Ful (Adlam, Mauretanien)', + 'ff_Adlm_NE' => 'Ful (Adlam, Niger)', + 'ff_Adlm_NG' => 'Ful (Adlam, Nigeria)', + 'ff_Adlm_SL' => 'Ful (Adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'Ful (Adlam, Senegal)', 'ff_CM' => 'Ful (Kamerun)', 'ff_GN' => 'Ful (Guinea)', 'ff_Latn' => 'Ful (Lateinisch)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arabisch, Pakistan)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, Indien)', + 'sd_IN' => 'Sindhi (Indien)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Nordsamisch', 'se_FI' => 'Nordsamisch (Finnland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/de_CH.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/de_CH.php index cf8bab5..852b0d4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/de_CH.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/de_CH.php @@ -2,14 +2,9 @@ return [ 'Names' => [ - 'cy_GB' => 'Walisisch (Grossbritannien)', 'en_BW' => 'Englisch (Botswana)', - 'en_GB' => 'Englisch (Grossbritannien)', 'en_SB' => 'Englisch (Salomon-Inseln)', 'en_ZW' => 'Englisch (Zimbabwe)', - 'ga_GB' => 'Irisch (Grossbritannien)', - 'gd_GB' => 'Gälisch [Schottland] (Grossbritannien)', - 'kw_GB' => 'Kornisch (Grossbritannien)', 'ms_BN' => 'Malaiisch (Brunei)', 'nd_ZW' => 'Nord-Ndebele (Zimbabwe)', 'pt_CV' => 'Portugiesisch (Kapverden)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/dz.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/dz.php index e2e9242..6330c5b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/dz.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/dz.php @@ -435,6 +435,7 @@ return [ 'sd_Arab_PK' => 'སིན་དཱི་ཁ། (ཨེ་ར་བིཀ་ཡིག་གུ་, པ་ཀི་སཏཱན།)', 'sd_Deva' => 'སིན་དཱི་ཁ། (དེ་ཝ་ན་ག་རི་ཡིག་གུ།)', 'sd_Deva_IN' => 'སིན་དཱི་ཁ། (དེ་ཝ་ན་ག་རི་ཡིག་གུ་, རྒྱ་གར།)', + 'sd_IN' => 'སིན་དཱི་ཁ། (རྒྱ་གར།)', 'sd_PK' => 'སིན་དཱི་ཁ། (པ་ཀི་སཏཱན།)', 'si' => 'སིང་ཧ་ལ་ཁ', 'si_LK' => 'སིང་ཧ་ལ་ཁ། (ཤྲཱི་ལང་ཀ།)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ee.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ee.php index 3752ba4..e7d1f16 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ee.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ee.php @@ -449,6 +449,7 @@ return [ 'sd_Arab_PK' => 'sindhgbe (Arabiagbeŋɔŋlɔ, Pakistan nutome)', 'sd_Deva' => 'sindhgbe (devanagarigbeŋɔŋlɔ)', 'sd_Deva_IN' => 'sindhgbe (devanagarigbeŋɔŋlɔ, India nutome)', + 'sd_IN' => 'sindhgbe (India nutome)', 'sd_PK' => 'sindhgbe (Pakistan nutome)', 'se' => 'dziehe samigbe', 'se_FI' => 'dziehe samigbe (Finland nutome)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/el.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/el.php index d0c5617..4b8f256 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/el.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/el.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Τσετσενικά (Ρωσία)', 'cs' => 'Τσεχικά', 'cs_CZ' => 'Τσεχικά (Τσεχία)', + 'cv' => 'Τσουβασικά', + 'cv_RU' => 'Τσουβασικά (Ρωσία)', 'cy' => 'Ουαλικά', 'cy_GB' => 'Ουαλικά (Ηνωμένο Βασίλειο)', 'da' => 'Δανικά', @@ -163,7 +165,7 @@ return [ 'en_NA' => 'Αγγλικά (Ναμίμπια)', 'en_NF' => 'Αγγλικά (Νήσος Νόρφολκ)', 'en_NG' => 'Αγγλικά (Νιγηρία)', - 'en_NL' => 'Αγγλικά (Ολλανδία)', + 'en_NL' => 'Αγγλικά (Κάτω Χώρες)', 'en_NR' => 'Αγγλικά (Ναουρού)', 'en_NU' => 'Αγγλικά (Νιούε)', 'en_NZ' => 'Αγγλικά (Νέα Ζηλανδία)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Περσικά (Αφγανιστάν)', 'fa_IR' => 'Περσικά (Ιράν)', 'ff' => 'Φουλά', + 'ff_Adlm' => 'Φουλά (Άντλαμ)', + 'ff_Adlm_BF' => 'Φουλά (Άντλαμ, Μπουρκίνα Φάσο)', + 'ff_Adlm_CM' => 'Φουλά (Άντλαμ, Καμερούν)', + 'ff_Adlm_GH' => 'Φουλά (Άντλαμ, Γκάνα)', + 'ff_Adlm_GM' => 'Φουλά (Άντλαμ, Γκάμπια)', + 'ff_Adlm_GN' => 'Φουλά (Άντλαμ, Γουινέα)', + 'ff_Adlm_GW' => 'Φουλά (Άντλαμ, Γουινέα Μπισάου)', + 'ff_Adlm_LR' => 'Φουλά (Άντλαμ, Λιβερία)', + 'ff_Adlm_MR' => 'Φουλά (Άντλαμ, Μαυριτανία)', + 'ff_Adlm_NE' => 'Φουλά (Άντλαμ, Νίγηρας)', + 'ff_Adlm_NG' => 'Φουλά (Άντλαμ, Νιγηρία)', + 'ff_Adlm_SL' => 'Φουλά (Άντλαμ, Σιέρα Λεόνε)', + 'ff_Adlm_SN' => 'Φουλά (Άντλαμ, Σενεγάλη)', 'ff_CM' => 'Φουλά (Καμερούν)', 'ff_GN' => 'Φουλά (Γουινέα)', 'ff_Latn' => 'Φουλά (Λατινικό)', @@ -309,7 +324,7 @@ return [ 'fr_WF' => 'Γαλλικά (Γουάλις και Φουτούνα)', 'fr_YT' => 'Γαλλικά (Μαγιότ)', 'fy' => 'Δυτικά Φριζικά', - 'fy_NL' => 'Δυτικά Φριζικά (Ολλανδία)', + 'fy_NL' => 'Δυτικά Φριζικά (Κάτω Χώρες)', 'ga' => 'Ιρλανδικά', 'ga_GB' => 'Ιρλανδικά (Ηνωμένο Βασίλειο)', 'ga_IE' => 'Ιρλανδικά (Ιρλανδία)', @@ -435,7 +450,7 @@ return [ 'nl_BE' => 'Ολλανδικά (Βέλγιο)', 'nl_BQ' => 'Ολλανδικά (Ολλανδία Καραϊβικής)', 'nl_CW' => 'Ολλανδικά (Κουρασάο)', - 'nl_NL' => 'Ολλανδικά (Ολλανδία)', + 'nl_NL' => 'Ολλανδικά (Κάτω Χώρες)', 'nl_SR' => 'Ολλανδικά (Σουρινάμ)', 'nl_SX' => 'Ολλανδικά (Άγιος Μαρτίνος [Ολλανδικό τμήμα])', 'nn' => 'Νορβηγικά Νινόρσκ', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Σίντι (Αραβικό, Πακιστάν)', 'sd_Deva' => 'Σίντι (Ντεβαναγκάρι)', 'sd_Deva_IN' => 'Σίντι (Ντεβαναγκάρι, Ινδία)', + 'sd_IN' => 'Σίντι (Ινδία)', 'sd_PK' => 'Σίντι (Πακιστάν)', 'se' => 'Βόρεια Σάμι', 'se_FI' => 'Βόρεια Σάμι (Φινλανδία)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en.php index 2977164..80249f7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Chechen (Russia)', 'cs' => 'Czech', 'cs_CZ' => 'Czech (Czechia)', + 'cv' => 'Chuvash', + 'cv_RU' => 'Chuvash (Russia)', 'cy' => 'Welsh', 'cy_GB' => 'Welsh (United Kingdom)', 'da' => 'Danish', @@ -238,37 +240,37 @@ return [ 'fa' => 'Persian', 'fa_AF' => 'Persian (Afghanistan)', 'fa_IR' => 'Persian (Iran)', - 'ff' => 'Fulah', - 'ff_Adlm' => 'Fulah (Adlam)', - 'ff_Adlm_BF' => 'Fulah (Adlam, Burkina Faso)', - 'ff_Adlm_CM' => 'Fulah (Adlam, Cameroon)', - 'ff_Adlm_GH' => 'Fulah (Adlam, Ghana)', - 'ff_Adlm_GM' => 'Fulah (Adlam, Gambia)', - 'ff_Adlm_GN' => 'Fulah (Adlam, Guinea)', - 'ff_Adlm_GW' => 'Fulah (Adlam, Guinea-Bissau)', - 'ff_Adlm_LR' => 'Fulah (Adlam, Liberia)', - 'ff_Adlm_MR' => 'Fulah (Adlam, Mauritania)', - 'ff_Adlm_NE' => 'Fulah (Adlam, Niger)', - 'ff_Adlm_NG' => 'Fulah (Adlam, Nigeria)', - 'ff_Adlm_SL' => 'Fulah (Adlam, Sierra Leone)', - 'ff_Adlm_SN' => 'Fulah (Adlam, Senegal)', - 'ff_CM' => 'Fulah (Cameroon)', - 'ff_GN' => 'Fulah (Guinea)', - 'ff_Latn' => 'Fulah (Latin)', - 'ff_Latn_BF' => 'Fulah (Latin, Burkina Faso)', - 'ff_Latn_CM' => 'Fulah (Latin, Cameroon)', - 'ff_Latn_GH' => 'Fulah (Latin, Ghana)', - 'ff_Latn_GM' => 'Fulah (Latin, Gambia)', - 'ff_Latn_GN' => 'Fulah (Latin, Guinea)', - 'ff_Latn_GW' => 'Fulah (Latin, Guinea-Bissau)', - 'ff_Latn_LR' => 'Fulah (Latin, Liberia)', - 'ff_Latn_MR' => 'Fulah (Latin, Mauritania)', - 'ff_Latn_NE' => 'Fulah (Latin, Niger)', - 'ff_Latn_NG' => 'Fulah (Latin, Nigeria)', - 'ff_Latn_SL' => 'Fulah (Latin, Sierra Leone)', - 'ff_Latn_SN' => 'Fulah (Latin, Senegal)', - 'ff_MR' => 'Fulah (Mauritania)', - 'ff_SN' => 'Fulah (Senegal)', + 'ff' => 'Fula', + 'ff_Adlm' => 'Fula (Adlam)', + 'ff_Adlm_BF' => 'Fula (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Fula (Adlam, Cameroon)', + 'ff_Adlm_GH' => 'Fula (Adlam, Ghana)', + 'ff_Adlm_GM' => 'Fula (Adlam, Gambia)', + 'ff_Adlm_GN' => 'Fula (Adlam, Guinea)', + 'ff_Adlm_GW' => 'Fula (Adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'Fula (Adlam, Liberia)', + 'ff_Adlm_MR' => 'Fula (Adlam, Mauritania)', + 'ff_Adlm_NE' => 'Fula (Adlam, Niger)', + 'ff_Adlm_NG' => 'Fula (Adlam, Nigeria)', + 'ff_Adlm_SL' => 'Fula (Adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'Fula (Adlam, Senegal)', + 'ff_CM' => 'Fula (Cameroon)', + 'ff_GN' => 'Fula (Guinea)', + 'ff_Latn' => 'Fula (Latin)', + 'ff_Latn_BF' => 'Fula (Latin, Burkina Faso)', + 'ff_Latn_CM' => 'Fula (Latin, Cameroon)', + 'ff_Latn_GH' => 'Fula (Latin, Ghana)', + 'ff_Latn_GM' => 'Fula (Latin, Gambia)', + 'ff_Latn_GN' => 'Fula (Latin, Guinea)', + 'ff_Latn_GW' => 'Fula (Latin, Guinea-Bissau)', + 'ff_Latn_LR' => 'Fula (Latin, Liberia)', + 'ff_Latn_MR' => 'Fula (Latin, Mauritania)', + 'ff_Latn_NE' => 'Fula (Latin, Niger)', + 'ff_Latn_NG' => 'Fula (Latin, Nigeria)', + 'ff_Latn_SL' => 'Fula (Latin, Sierra Leone)', + 'ff_Latn_SN' => 'Fula (Latin, Senegal)', + 'ff_MR' => 'Fula (Mauritania)', + 'ff_SN' => 'Fula (Senegal)', 'fi' => 'Finnish', 'fi_FI' => 'Finnish (Finland)', 'fo' => 'Faroese', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arabic, Pakistan)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, India)', + 'sd_IN' => 'Sindhi (India)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Northern Sami', 'se_FI' => 'Northern Sami (Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_001.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_001.php index 6e80154..8e37b69 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_001.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_001.php @@ -2,7 +2,14 @@ return [ 'Names' => [ + 'en_KN' => 'English (St Kitts & Nevis)', + 'en_LC' => 'English (St Lucia)', + 'en_SH' => 'English (St Helena)', 'en_UM' => 'English (US Outlying Islands)', + 'en_VC' => 'English (St Vincent & the Grenadines)', 'en_VI' => 'English (US Virgin Islands)', + 'fr_BL' => 'French (St Barthélemy)', + 'fr_MF' => 'French (St Martin)', + 'fr_PM' => 'French (St Pierre & Miquelon)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_CA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_CA.php index b41da30..e09f864 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_CA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_CA.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'ar_PS' => 'Arabic (Palestinian territories)', 'bn' => 'Bengali', 'bn_BD' => 'Bengali (Bangladesh)', 'bn_IN' => 'Bengali (India)', @@ -14,7 +15,9 @@ return [ 'en_SH' => 'English (Saint Helena)', 'en_TC' => 'English (Turks and Caicos Islands)', 'en_TT' => 'English (Trinidad and Tobago)', + 'en_UM' => 'English (US Outlying Islands)', 'en_VC' => 'English (Saint Vincent and the Grenadines)', + 'en_VI' => 'English (US Virgin Islands)', 'fr_BL' => 'French (Saint-Barthélemy)', 'fr_MF' => 'French (Saint Martin)', 'fr_PM' => 'French (Saint-Pierre-et-Miquelon)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_GB.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_GB.php index f1858b2..d5108bb 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_GB.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/en_GB.php @@ -2,12 +2,36 @@ return [ 'Names' => [ - 'en_KN' => 'English (St Kitts & Nevis)', - 'en_LC' => 'English (St Lucia)', - 'en_SH' => 'English (St Helena)', - 'en_VC' => 'English (St Vincent & the Grenadines)', - 'fr_BL' => 'French (St Barthélemy)', - 'fr_MF' => 'French (St Martin)', - 'fr_PM' => 'French (St Pierre & Miquelon)', + 'ff' => 'Fulah', + 'ff_Adlm' => 'Fulah (Adlam)', + 'ff_Adlm_BF' => 'Fulah (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Fulah (Adlam, Cameroon)', + 'ff_Adlm_GH' => 'Fulah (Adlam, Ghana)', + 'ff_Adlm_GM' => 'Fulah (Adlam, Gambia)', + 'ff_Adlm_GN' => 'Fulah (Adlam, Guinea)', + 'ff_Adlm_GW' => 'Fulah (Adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'Fulah (Adlam, Liberia)', + 'ff_Adlm_MR' => 'Fulah (Adlam, Mauritania)', + 'ff_Adlm_NE' => 'Fulah (Adlam, Niger)', + 'ff_Adlm_NG' => 'Fulah (Adlam, Nigeria)', + 'ff_Adlm_SL' => 'Fulah (Adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'Fulah (Adlam, Senegal)', + 'ff_CM' => 'Fulah (Cameroon)', + 'ff_GN' => 'Fulah (Guinea)', + 'ff_Latn' => 'Fulah (Latin)', + 'ff_Latn_BF' => 'Fulah (Latin, Burkina Faso)', + 'ff_Latn_CM' => 'Fulah (Latin, Cameroon)', + 'ff_Latn_GH' => 'Fulah (Latin, Ghana)', + 'ff_Latn_GM' => 'Fulah (Latin, Gambia)', + 'ff_Latn_GN' => 'Fulah (Latin, Guinea)', + 'ff_Latn_GW' => 'Fulah (Latin, Guinea-Bissau)', + 'ff_Latn_LR' => 'Fulah (Latin, Liberia)', + 'ff_Latn_MR' => 'Fulah (Latin, Mauritania)', + 'ff_Latn_NE' => 'Fulah (Latin, Niger)', + 'ff_Latn_NG' => 'Fulah (Latin, Nigeria)', + 'ff_Latn_SL' => 'Fulah (Latin, Sierra Leone)', + 'ff_Latn_SN' => 'Fulah (Latin, Senegal)', + 'ff_MR' => 'Fulah (Mauritania)', + 'ff_SN' => 'Fulah (Senegal)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/eo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/eo.php index 91cf7e1..c3d9215 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/eo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/eo.php @@ -406,6 +406,7 @@ return [ 'sa' => 'sanskrito', 'sa_IN' => 'sanskrito (Hindujo)', 'sd' => 'sinda', + 'sd_IN' => 'sinda (Hindujo)', 'sd_PK' => 'sinda (Pakistano)', 'sg' => 'sangoa', 'sg_CF' => 'sangoa (Centr-Afrika Respubliko)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es.php index f5e8fe6..a5ce901 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'checheno (Rusia)', 'cs' => 'checo', 'cs_CZ' => 'checo (Chequia)', + 'cv' => 'chuvasio', + 'cv_RU' => 'chuvasio (Rusia)', 'cy' => 'galés', 'cy_GB' => 'galés (Reino Unido)', 'da' => 'danés', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persa (Afganistán)', 'fa_IR' => 'persa (Irán)', 'ff' => 'fula', + 'ff_Adlm' => 'fula (ádlam)', + 'ff_Adlm_BF' => 'fula (ádlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fula (ádlam, Camerún)', + 'ff_Adlm_GH' => 'fula (ádlam, Ghana)', + 'ff_Adlm_GM' => 'fula (ádlam, Gambia)', + 'ff_Adlm_GN' => 'fula (ádlam, Guinea)', + 'ff_Adlm_GW' => 'fula (ádlam, Guinea-Bisáu)', + 'ff_Adlm_LR' => 'fula (ádlam, Liberia)', + 'ff_Adlm_MR' => 'fula (ádlam, Mauritania)', + 'ff_Adlm_NE' => 'fula (ádlam, Níger)', + 'ff_Adlm_NG' => 'fula (ádlam, Nigeria)', + 'ff_Adlm_SL' => 'fula (ádlam, Sierra Leona)', + 'ff_Adlm_SN' => 'fula (ádlam, Senegal)', 'ff_CM' => 'fula (Camerún)', 'ff_GN' => 'fula (Guinea)', 'ff_Latn' => 'fula (latino)', @@ -499,12 +514,13 @@ return [ 'sa_IN' => 'sánscrito (India)', 'sc' => 'sardo', 'sc_IT' => 'sardo (Italia)', - 'sd' => 'sindhi', - 'sd_Arab' => 'sindhi (árabe)', - 'sd_Arab_PK' => 'sindhi (árabe, Pakistán)', - 'sd_Deva' => 'sindhi (devanagari)', - 'sd_Deva_IN' => 'sindhi (devanagari, India)', - 'sd_PK' => 'sindhi (Pakistán)', + 'sd' => 'sindi', + 'sd_Arab' => 'sindi (árabe)', + 'sd_Arab_PK' => 'sindi (árabe, Pakistán)', + 'sd_Deva' => 'sindi (devanagari)', + 'sd_Deva_IN' => 'sindi (devanagari, India)', + 'sd_IN' => 'sindi (India)', + 'sd_PK' => 'sindi (Pakistán)', 'se' => 'sami septentrional', 'se_FI' => 'sami septentrional (Finlandia)', 'se_NO' => 'sami septentrional (Noruega)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es_419.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es_419.php index 778a6f2..60cecc5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es_419.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es_419.php @@ -51,6 +51,13 @@ return [ 'pa_PK' => 'panyabí (Pakistán)', 'rm' => 'retorrománico', 'rm_CH' => 'retorrománico (Suiza)', + 'sd' => 'sindhi', + 'sd_Arab' => 'sindhi (árabe)', + 'sd_Arab_PK' => 'sindhi (árabe, Pakistán)', + 'sd_Deva' => 'sindhi (devanagari)', + 'sd_Deva_IN' => 'sindhi (devanagari, India)', + 'sd_IN' => 'sindhi (India)', + 'sd_PK' => 'sindhi (Pakistán)', 'sh_BA' => 'serbocroata (Bosnia-Herzegovina)', 'sr_BA' => 'serbio (Bosnia-Herzegovina)', 'sr_Cyrl_BA' => 'serbio (cirílico, Bosnia-Herzegovina)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es_US.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es_US.php index e4dd4c9..6271f6d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es_US.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/es_US.php @@ -4,6 +4,19 @@ return [ 'Names' => [ 'ar_EH' => 'árabe (Sahara Occidental)', 'en_GG' => 'inglés (Guernsey)', + 'ff_Adlm' => 'fula (adlam)', + 'ff_Adlm_BF' => 'fula (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fula (adlam, Camerún)', + 'ff_Adlm_GH' => 'fula (adlam, Ghana)', + 'ff_Adlm_GM' => 'fula (adlam, Gambia)', + 'ff_Adlm_GN' => 'fula (adlam, Guinea)', + 'ff_Adlm_GW' => 'fula (adlam, Guinea-Bisáu)', + 'ff_Adlm_LR' => 'fula (adlam, Liberia)', + 'ff_Adlm_MR' => 'fula (adlam, Mauritania)', + 'ff_Adlm_NE' => 'fula (adlam, Níger)', + 'ff_Adlm_NG' => 'fula (adlam, Nigeria)', + 'ff_Adlm_SL' => 'fula (adlam, Sierra Leona)', + 'ff_Adlm_SN' => 'fula (adlam, Senegal)', 'gu' => 'gurayatí', 'gu_IN' => 'gurayatí (India)', 'nd' => 'ndebele del norte', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/et.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/et.php index 5ed7caa..4879848 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/et.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/et.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tšetšeeni (Venemaa)', 'cs' => 'tšehhi', 'cs_CZ' => 'tšehhi (Tšehhi)', + 'cv' => 'tšuvaši', + 'cv_RU' => 'tšuvaši (Venemaa)', 'cy' => 'kõmri', 'cy_GB' => 'kõmri (Ühendkuningriik)', 'da' => 'taani', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'pärsia (Afganistan)', 'fa_IR' => 'pärsia (Iraan)', 'ff' => 'fula', + 'ff_Adlm' => 'fula (adlami)', + 'ff_Adlm_BF' => 'fula (adlami, Burkina Faso)', + 'ff_Adlm_CM' => 'fula (adlami, Kamerun)', + 'ff_Adlm_GH' => 'fula (adlami, Ghana)', + 'ff_Adlm_GM' => 'fula (adlami, Gambia)', + 'ff_Adlm_GN' => 'fula (adlami, Guinea)', + 'ff_Adlm_GW' => 'fula (adlami, Guinea-Bissau)', + 'ff_Adlm_LR' => 'fula (adlami, Libeeria)', + 'ff_Adlm_MR' => 'fula (adlami, Mauritaania)', + 'ff_Adlm_NE' => 'fula (adlami, Niger)', + 'ff_Adlm_NG' => 'fula (adlami, Nigeeria)', + 'ff_Adlm_SL' => 'fula (adlami, Sierra Leone)', + 'ff_Adlm_SN' => 'fula (adlami, Senegal)', 'ff_CM' => 'fula (Kamerun)', 'ff_GN' => 'fula (Guinea)', 'ff_Latn' => 'fula (ladina)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (araabia, Pakistan)', 'sd_Deva' => 'sindhi (devanaagari)', 'sd_Deva_IN' => 'sindhi (devanaagari, India)', + 'sd_IN' => 'sindhi (India)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'põhjasaami', 'se_FI' => 'põhjasaami (Soome)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/eu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/eu.php index 91c6dbe..f64e266 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/eu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/eu.php @@ -2,9 +2,9 @@ return [ 'Names' => [ - 'af' => 'afrikaans', - 'af_NA' => 'afrikaans (Namibia)', - 'af_ZA' => 'afrikaans (Hegoafrika)', + 'af' => 'afrikaansa', + 'af_NA' => 'afrikaansa (Namibia)', + 'af_ZA' => 'afrikaansa (Hegoafrika)', 'ak' => 'akanera', 'ak_GH' => 'akanera (Ghana)', 'am' => 'amharera', @@ -66,28 +66,30 @@ return [ 'bs_Cyrl_BA' => 'bosniera (zirilikoa, Bosnia-Herzegovina)', 'bs_Latn' => 'bosniera (latinoa)', 'bs_Latn_BA' => 'bosniera (latinoa, Bosnia-Herzegovina)', - 'ca' => 'katalan', - 'ca_AD' => 'katalan (Andorra)', - 'ca_ES' => 'katalan (Espainia)', - 'ca_FR' => 'katalan (Frantzia)', - 'ca_IT' => 'katalan (Italia)', + 'ca' => 'katalana', + 'ca_AD' => 'katalana (Andorra)', + 'ca_ES' => 'katalana (Espainia)', + 'ca_FR' => 'katalana (Frantzia)', + 'ca_IT' => 'katalana (Italia)', 'ce' => 'txetxenera', 'ce_RU' => 'txetxenera (Errusia)', 'cs' => 'txekiera', 'cs_CZ' => 'txekiera (Txekia)', - 'cy' => 'gales', - 'cy_GB' => 'gales (Erresuma Batua)', + 'cv' => 'txuvaxera', + 'cv_RU' => 'txuvaxera (Errusia)', + 'cy' => 'galesa', + 'cy_GB' => 'galesa (Erresuma Batua)', 'da' => 'daniera', 'da_DK' => 'daniera (Danimarka)', 'da_GL' => 'daniera (Groenlandia)', - 'de' => 'aleman', - 'de_AT' => 'aleman (Austria)', - 'de_BE' => 'aleman (Belgika)', - 'de_CH' => 'aleman (Suitza)', - 'de_DE' => 'aleman (Alemania)', - 'de_IT' => 'aleman (Italia)', - 'de_LI' => 'aleman (Liechtenstein)', - 'de_LU' => 'aleman (Luxenburgo)', + 'de' => 'alemana', + 'de_AT' => 'alemana (Austria)', + 'de_BE' => 'alemana (Belgika)', + 'de_CH' => 'alemana (Suitza)', + 'de_DE' => 'alemana (Alemania)', + 'de_IT' => 'alemana (Italia)', + 'de_LI' => 'alemana (Liechtenstein)', + 'de_LU' => 'alemana (Luxenburgo)', 'dz' => 'dzongkha', 'dz_BT' => 'dzongkha (Bhutan)', 'ee' => 'eweera', @@ -96,114 +98,114 @@ return [ 'el' => 'greziera', 'el_CY' => 'greziera (Zipre)', 'el_GR' => 'greziera (Grezia)', - 'en' => 'ingeles', - 'en_001' => 'ingeles (Mundua)', - 'en_150' => 'ingeles (Europa)', - 'en_AE' => 'ingeles (Arabiar Emirerri Batuak)', - 'en_AG' => 'ingeles (Antigua eta Barbuda)', - 'en_AI' => 'ingeles (Aingira)', - 'en_AS' => 'ingeles (Samoa Estatubatuarra)', - 'en_AT' => 'ingeles (Austria)', - 'en_AU' => 'ingeles (Australia)', - 'en_BB' => 'ingeles (Barbados)', - 'en_BE' => 'ingeles (Belgika)', - 'en_BI' => 'ingeles (Burundi)', - 'en_BM' => 'ingeles (Bermuda)', - 'en_BS' => 'ingeles (Bahamak)', - 'en_BW' => 'ingeles (Botswana)', - 'en_BZ' => 'ingeles (Belize)', - 'en_CA' => 'ingeles (Kanada)', - 'en_CC' => 'ingeles (Cocos [Keeling] uharteak)', - 'en_CH' => 'ingeles (Suitza)', - 'en_CK' => 'ingeles (Cook uharteak)', - 'en_CM' => 'ingeles (Kamerun)', - 'en_CX' => 'ingeles (Christmas uhartea)', - 'en_CY' => 'ingeles (Zipre)', - 'en_DE' => 'ingeles (Alemania)', - 'en_DK' => 'ingeles (Danimarka)', - 'en_DM' => 'ingeles (Dominika)', - 'en_ER' => 'ingeles (Eritrea)', - 'en_FI' => 'ingeles (Finlandia)', - 'en_FJ' => 'ingeles (Fiji)', - 'en_FK' => 'ingeles (Falklandak)', - 'en_FM' => 'ingeles (Mikronesia)', - 'en_GB' => 'ingeles (Erresuma Batua)', - 'en_GD' => 'ingeles (Grenada)', - 'en_GG' => 'ingeles (Guernesey)', - 'en_GH' => 'ingeles (Ghana)', - 'en_GI' => 'ingeles (Gibraltar)', - 'en_GM' => 'ingeles (Gambia)', - 'en_GU' => 'ingeles (Guam)', - 'en_GY' => 'ingeles (Guyana)', - 'en_HK' => 'ingeles (Hong Kong Txinako AEB)', - 'en_IE' => 'ingeles (Irlanda)', - 'en_IL' => 'ingeles (Israel)', - 'en_IM' => 'ingeles (Man uhartea)', - 'en_IN' => 'ingeles (India)', - 'en_IO' => 'ingeles (Indiako Ozeanoko lurralde britainiarra)', - 'en_JE' => 'ingeles (Jersey)', - 'en_JM' => 'ingeles (Jamaika)', - 'en_KE' => 'ingeles (Kenya)', - 'en_KI' => 'ingeles (Kiribati)', - 'en_KN' => 'ingeles (Saint Kitts eta Nevis)', - 'en_KY' => 'ingeles (Kaiman uharteak)', - 'en_LC' => 'ingeles (Santa Luzia)', - 'en_LR' => 'ingeles (Liberia)', - 'en_LS' => 'ingeles (Lesotho)', - 'en_MG' => 'ingeles (Madagaskar)', - 'en_MH' => 'ingeles (Marshall Uharteak)', - 'en_MO' => 'ingeles (Macau Txinako AEB)', - 'en_MP' => 'ingeles (Ipar Mariana uharteak)', - 'en_MS' => 'ingeles (Montserrat)', - 'en_MT' => 'ingeles (Malta)', - 'en_MU' => 'ingeles (Maurizio)', - 'en_MV' => 'ingeles (Maldivak)', - 'en_MW' => 'ingeles (Malawi)', - 'en_MY' => 'ingeles (Malaysia)', - 'en_NA' => 'ingeles (Namibia)', - 'en_NF' => 'ingeles (Norfolk uhartea)', - 'en_NG' => 'ingeles (Nigeria)', - 'en_NL' => 'ingeles (Herbehereak)', - 'en_NR' => 'ingeles (Nauru)', - 'en_NU' => 'ingeles (Niue)', - 'en_NZ' => 'ingeles (Zeelanda Berria)', - 'en_PG' => 'ingeles (Papua Ginea Berria)', - 'en_PH' => 'ingeles (Filipinak)', - 'en_PK' => 'ingeles (Pakistan)', - 'en_PN' => 'ingeles (Pitcairn uharteak)', - 'en_PR' => 'ingeles (Puerto Rico)', - 'en_PW' => 'ingeles (Palau)', - 'en_RW' => 'ingeles (Ruanda)', - 'en_SB' => 'ingeles (Salomon Uharteak)', - 'en_SC' => 'ingeles (Seychelleak)', - 'en_SD' => 'ingeles (Sudan)', - 'en_SE' => 'ingeles (Suedia)', - 'en_SG' => 'ingeles (Singapur)', - 'en_SH' => 'ingeles (Santa Helena)', - 'en_SI' => 'ingeles (Eslovenia)', - 'en_SL' => 'ingeles (Sierra Leona)', - 'en_SS' => 'ingeles (Hego Sudan)', - 'en_SX' => 'ingeles (Sint Maarten)', - 'en_SZ' => 'ingeles (Swazilandia)', - 'en_TC' => 'ingeles (Turk eta Caico uharteak)', - 'en_TK' => 'ingeles (Tokelau)', - 'en_TO' => 'ingeles (Tonga)', - 'en_TT' => 'ingeles (Trinidad eta Tobago)', - 'en_TV' => 'ingeles (Tuvalu)', - 'en_TZ' => 'ingeles (Tanzania)', - 'en_UG' => 'ingeles (Uganda)', - 'en_UM' => 'ingeles (Ameriketako Estatu Batuetako Kanpoaldeko Uharte Txikiak)', - 'en_US' => 'ingeles (Ameriketako Estatu Batuak)', - 'en_VC' => 'ingeles (Saint Vincent eta Grenadinak)', - 'en_VG' => 'ingeles (Birjina uharte britainiarrak)', - 'en_VI' => 'ingeles (Birjina uharte amerikarrak)', - 'en_VU' => 'ingeles (Vanuatu)', - 'en_WS' => 'ingeles (Samoa)', - 'en_ZA' => 'ingeles (Hegoafrika)', - 'en_ZM' => 'ingeles (Zambia)', - 'en_ZW' => 'ingeles (Zimbabwe)', - 'eo' => 'esperanto', - 'eo_001' => 'esperanto (Mundua)', + 'en' => 'ingelesa', + 'en_001' => 'ingelesa (Mundua)', + 'en_150' => 'ingelesa (Europa)', + 'en_AE' => 'ingelesa (Arabiar Emirerri Batuak)', + 'en_AG' => 'ingelesa (Antigua eta Barbuda)', + 'en_AI' => 'ingelesa (Aingira)', + 'en_AS' => 'ingelesa (Samoa Estatubatuarra)', + 'en_AT' => 'ingelesa (Austria)', + 'en_AU' => 'ingelesa (Australia)', + 'en_BB' => 'ingelesa (Barbados)', + 'en_BE' => 'ingelesa (Belgika)', + 'en_BI' => 'ingelesa (Burundi)', + 'en_BM' => 'ingelesa (Bermuda)', + 'en_BS' => 'ingelesa (Bahamak)', + 'en_BW' => 'ingelesa (Botswana)', + 'en_BZ' => 'ingelesa (Belize)', + 'en_CA' => 'ingelesa (Kanada)', + 'en_CC' => 'ingelesa (Cocos [Keeling] uharteak)', + 'en_CH' => 'ingelesa (Suitza)', + 'en_CK' => 'ingelesa (Cook uharteak)', + 'en_CM' => 'ingelesa (Kamerun)', + 'en_CX' => 'ingelesa (Christmas uhartea)', + 'en_CY' => 'ingelesa (Zipre)', + 'en_DE' => 'ingelesa (Alemania)', + 'en_DK' => 'ingelesa (Danimarka)', + 'en_DM' => 'ingelesa (Dominika)', + 'en_ER' => 'ingelesa (Eritrea)', + 'en_FI' => 'ingelesa (Finlandia)', + 'en_FJ' => 'ingelesa (Fiji)', + 'en_FK' => 'ingelesa (Falklandak)', + 'en_FM' => 'ingelesa (Mikronesia)', + 'en_GB' => 'ingelesa (Erresuma Batua)', + 'en_GD' => 'ingelesa (Grenada)', + 'en_GG' => 'ingelesa (Guernesey)', + 'en_GH' => 'ingelesa (Ghana)', + 'en_GI' => 'ingelesa (Gibraltar)', + 'en_GM' => 'ingelesa (Gambia)', + 'en_GU' => 'ingelesa (Guam)', + 'en_GY' => 'ingelesa (Guyana)', + 'en_HK' => 'ingelesa (Hong Kong Txinako AEB)', + 'en_IE' => 'ingelesa (Irlanda)', + 'en_IL' => 'ingelesa (Israel)', + 'en_IM' => 'ingelesa (Man uhartea)', + 'en_IN' => 'ingelesa (India)', + 'en_IO' => 'ingelesa (Indiako Ozeanoko lurralde britainiarra)', + 'en_JE' => 'ingelesa (Jersey)', + 'en_JM' => 'ingelesa (Jamaika)', + 'en_KE' => 'ingelesa (Kenya)', + 'en_KI' => 'ingelesa (Kiribati)', + 'en_KN' => 'ingelesa (Saint Kitts eta Nevis)', + 'en_KY' => 'ingelesa (Kaiman uharteak)', + 'en_LC' => 'ingelesa (Santa Luzia)', + 'en_LR' => 'ingelesa (Liberia)', + 'en_LS' => 'ingelesa (Lesotho)', + 'en_MG' => 'ingelesa (Madagaskar)', + 'en_MH' => 'ingelesa (Marshall Uharteak)', + 'en_MO' => 'ingelesa (Macau Txinako AEB)', + 'en_MP' => 'ingelesa (Ipar Mariana uharteak)', + 'en_MS' => 'ingelesa (Montserrat)', + 'en_MT' => 'ingelesa (Malta)', + 'en_MU' => 'ingelesa (Maurizio)', + 'en_MV' => 'ingelesa (Maldivak)', + 'en_MW' => 'ingelesa (Malawi)', + 'en_MY' => 'ingelesa (Malaysia)', + 'en_NA' => 'ingelesa (Namibia)', + 'en_NF' => 'ingelesa (Norfolk uhartea)', + 'en_NG' => 'ingelesa (Nigeria)', + 'en_NL' => 'ingelesa (Herbehereak)', + 'en_NR' => 'ingelesa (Nauru)', + 'en_NU' => 'ingelesa (Niue)', + 'en_NZ' => 'ingelesa (Zeelanda Berria)', + 'en_PG' => 'ingelesa (Papua Ginea Berria)', + 'en_PH' => 'ingelesa (Filipinak)', + 'en_PK' => 'ingelesa (Pakistan)', + 'en_PN' => 'ingelesa (Pitcairn uharteak)', + 'en_PR' => 'ingelesa (Puerto Rico)', + 'en_PW' => 'ingelesa (Palau)', + 'en_RW' => 'ingelesa (Ruanda)', + 'en_SB' => 'ingelesa (Salomon Uharteak)', + 'en_SC' => 'ingelesa (Seychelleak)', + 'en_SD' => 'ingelesa (Sudan)', + 'en_SE' => 'ingelesa (Suedia)', + 'en_SG' => 'ingelesa (Singapur)', + 'en_SH' => 'ingelesa (Santa Helena)', + 'en_SI' => 'ingelesa (Eslovenia)', + 'en_SL' => 'ingelesa (Sierra Leona)', + 'en_SS' => 'ingelesa (Hego Sudan)', + 'en_SX' => 'ingelesa (Sint Maarten)', + 'en_SZ' => 'ingelesa (Swazilandia)', + 'en_TC' => 'ingelesa (Turk eta Caico uharteak)', + 'en_TK' => 'ingelesa (Tokelau)', + 'en_TO' => 'ingelesa (Tonga)', + 'en_TT' => 'ingelesa (Trinidad eta Tobago)', + 'en_TV' => 'ingelesa (Tuvalu)', + 'en_TZ' => 'ingelesa (Tanzania)', + 'en_UG' => 'ingelesa (Uganda)', + 'en_UM' => 'ingelesa (Ameriketako Estatu Batuetako Kanpoaldeko Uharte Txikiak)', + 'en_US' => 'ingelesa (Ameriketako Estatu Batuak)', + 'en_VC' => 'ingelesa (Saint Vincent eta Grenadinak)', + 'en_VG' => 'ingelesa (Birjina uharte britainiarrak)', + 'en_VI' => 'ingelesa (Birjina uharte amerikarrak)', + 'en_VU' => 'ingelesa (Vanuatu)', + 'en_WS' => 'ingelesa (Samoa)', + 'en_ZA' => 'ingelesa (Hegoafrika)', + 'en_ZM' => 'ingelesa (Zambia)', + 'en_ZW' => 'ingelesa (Zimbabwe)', + 'eo' => 'esperantoa', + 'eo_001' => 'esperantoa (Mundua)', 'es' => 'espainiera', 'es_419' => 'espainiera (Latinoamerika)', 'es_AR' => 'espainiera (Argentina)', @@ -274,60 +276,60 @@ return [ 'fo' => 'faroera', 'fo_DK' => 'faroera (Danimarka)', 'fo_FO' => 'faroera (Faroe uharteak)', - 'fr' => 'frantses', - 'fr_BE' => 'frantses (Belgika)', - 'fr_BF' => 'frantses (Burkina Faso)', - 'fr_BI' => 'frantses (Burundi)', - 'fr_BJ' => 'frantses (Benin)', - 'fr_BL' => 'frantses (Saint Barthélemy)', - 'fr_CA' => 'frantses (Kanada)', - 'fr_CD' => 'frantses (Kongoko Errepublika Demokratikoa)', - 'fr_CF' => 'frantses (Afrika Erdiko Errepublika)', - 'fr_CG' => 'frantses (Kongo)', - 'fr_CH' => 'frantses (Suitza)', - 'fr_CI' => 'frantses (Boli Kosta)', - 'fr_CM' => 'frantses (Kamerun)', - 'fr_DJ' => 'frantses (Djibuti)', - 'fr_DZ' => 'frantses (Aljeria)', - 'fr_FR' => 'frantses (Frantzia)', - 'fr_GA' => 'frantses (Gabon)', - 'fr_GF' => 'frantses (Guyana Frantsesa)', - 'fr_GN' => 'frantses (Ginea)', - 'fr_GP' => 'frantses (Guadalupe)', - 'fr_GQ' => 'frantses (Ekuatore Ginea)', - 'fr_HT' => 'frantses (Haiti)', - 'fr_KM' => 'frantses (Komoreak)', - 'fr_LU' => 'frantses (Luxenburgo)', - 'fr_MA' => 'frantses (Maroko)', - 'fr_MC' => 'frantses (Monako)', - 'fr_MF' => 'frantses (San Martin)', - 'fr_MG' => 'frantses (Madagaskar)', - 'fr_ML' => 'frantses (Mali)', - 'fr_MQ' => 'frantses (Martinika)', - 'fr_MR' => 'frantses (Mauritania)', - 'fr_MU' => 'frantses (Maurizio)', - 'fr_NC' => 'frantses (Kaledonia Berria)', - 'fr_NE' => 'frantses (Niger)', - 'fr_PF' => 'frantses (Polinesia Frantsesa)', - 'fr_PM' => 'frantses (Saint-Pierre eta Mikelune)', - 'fr_RE' => 'frantses (Reunion)', - 'fr_RW' => 'frantses (Ruanda)', - 'fr_SC' => 'frantses (Seychelleak)', - 'fr_SN' => 'frantses (Senegal)', - 'fr_SY' => 'frantses (Siria)', - 'fr_TD' => 'frantses (Txad)', - 'fr_TG' => 'frantses (Togo)', - 'fr_TN' => 'frantses (Tunisia)', - 'fr_VU' => 'frantses (Vanuatu)', - 'fr_WF' => 'frantses (Wallis eta Futuna)', - 'fr_YT' => 'frantses (Mayotte)', + 'fr' => 'frantsesa', + 'fr_BE' => 'frantsesa (Belgika)', + 'fr_BF' => 'frantsesa (Burkina Faso)', + 'fr_BI' => 'frantsesa (Burundi)', + 'fr_BJ' => 'frantsesa (Benin)', + 'fr_BL' => 'frantsesa (Saint Barthélemy)', + 'fr_CA' => 'frantsesa (Kanada)', + 'fr_CD' => 'frantsesa (Kongoko Errepublika Demokratikoa)', + 'fr_CF' => 'frantsesa (Afrika Erdiko Errepublika)', + 'fr_CG' => 'frantsesa (Kongo)', + 'fr_CH' => 'frantsesa (Suitza)', + 'fr_CI' => 'frantsesa (Boli Kosta)', + 'fr_CM' => 'frantsesa (Kamerun)', + 'fr_DJ' => 'frantsesa (Djibuti)', + 'fr_DZ' => 'frantsesa (Aljeria)', + 'fr_FR' => 'frantsesa (Frantzia)', + 'fr_GA' => 'frantsesa (Gabon)', + 'fr_GF' => 'frantsesa (Guyana Frantsesa)', + 'fr_GN' => 'frantsesa (Ginea)', + 'fr_GP' => 'frantsesa (Guadalupe)', + 'fr_GQ' => 'frantsesa (Ekuatore Ginea)', + 'fr_HT' => 'frantsesa (Haiti)', + 'fr_KM' => 'frantsesa (Komoreak)', + 'fr_LU' => 'frantsesa (Luxenburgo)', + 'fr_MA' => 'frantsesa (Maroko)', + 'fr_MC' => 'frantsesa (Monako)', + 'fr_MF' => 'frantsesa (San Martin)', + 'fr_MG' => 'frantsesa (Madagaskar)', + 'fr_ML' => 'frantsesa (Mali)', + 'fr_MQ' => 'frantsesa (Martinika)', + 'fr_MR' => 'frantsesa (Mauritania)', + 'fr_MU' => 'frantsesa (Maurizio)', + 'fr_NC' => 'frantsesa (Kaledonia Berria)', + 'fr_NE' => 'frantsesa (Niger)', + 'fr_PF' => 'frantsesa (Polinesia Frantsesa)', + 'fr_PM' => 'frantsesa (Saint-Pierre eta Mikelune)', + 'fr_RE' => 'frantsesa (Reunion)', + 'fr_RW' => 'frantsesa (Ruanda)', + 'fr_SC' => 'frantsesa (Seychelleak)', + 'fr_SN' => 'frantsesa (Senegal)', + 'fr_SY' => 'frantsesa (Siria)', + 'fr_TD' => 'frantsesa (Txad)', + 'fr_TG' => 'frantsesa (Togo)', + 'fr_TN' => 'frantsesa (Tunisia)', + 'fr_VU' => 'frantsesa (Vanuatu)', + 'fr_WF' => 'frantsesa (Wallis eta Futuna)', + 'fr_YT' => 'frantsesa (Mayotte)', 'fy' => 'frisiera', 'fy_NL' => 'frisiera (Herbehereak)', 'ga' => 'irlandera', 'ga_GB' => 'irlandera (Erresuma Batua)', 'ga_IE' => 'irlandera (Irlanda)', - 'gd' => 'Eskoziako gaeliko', - 'gd_GB' => 'Eskoziako gaeliko (Erresuma Batua)', + 'gd' => 'Eskoziako gaelikoa', + 'gd_GB' => 'Eskoziako gaelikoa (Erresuma Batua)', 'gl' => 'galiziera', 'gl_ES' => 'galiziera (Espainia)', 'gu' => 'gujaratera', @@ -340,10 +342,10 @@ return [ 'ha_NG' => 'hausa (Nigeria)', 'he' => 'hebreera', 'he_IL' => 'hebreera (Israel)', - 'hi' => 'hindi', - 'hi_IN' => 'hindi (India)', - 'hi_Latn' => 'hindi (latinoa)', - 'hi_Latn_IN' => 'hindi (latinoa, India)', + 'hi' => 'hindia', + 'hi_IN' => 'hindia (India)', + 'hi_Latn' => 'hindia (latinoa)', + 'hi_Latn_IN' => 'hindia (latinoa, India)', 'hr' => 'kroaziera', 'hr_BA' => 'kroaziera (Bosnia-Herzegovina)', 'hr_HR' => 'kroaziera (Kroazia)', @@ -414,8 +416,8 @@ return [ 'lu_CD' => 'Katangako lubera (Kongoko Errepublika Demokratikoa)', 'lv' => 'letoniera', 'lv_LV' => 'letoniera (Letonia)', - 'mg' => 'malgaxe', - 'mg_MG' => 'malgaxe (Madagaskar)', + 'mg' => 'malgaxea', + 'mg_MG' => 'malgaxea (Madagaskar)', 'mi' => 'maoriera', 'mi_NZ' => 'maoriera (Zeelanda Berria)', 'mk' => 'mazedoniera', @@ -472,22 +474,22 @@ return [ 'pa_PK' => 'punjabera (Pakistan)', 'pl' => 'poloniera', 'pl_PL' => 'poloniera (Polonia)', - 'ps' => 'paxtuera', - 'ps_AF' => 'paxtuera (Afganistan)', - 'ps_PK' => 'paxtuera (Pakistan)', - 'pt' => 'portuges', - 'pt_AO' => 'portuges (Angola)', - 'pt_BR' => 'portuges (Brasil)', - 'pt_CH' => 'portuges (Suitza)', - 'pt_CV' => 'portuges (Cabo Verde)', - 'pt_GQ' => 'portuges (Ekuatore Ginea)', - 'pt_GW' => 'portuges (Ginea Bissau)', - 'pt_LU' => 'portuges (Luxenburgo)', - 'pt_MO' => 'portuges (Macau Txinako AEB)', - 'pt_MZ' => 'portuges (Mozambike)', - 'pt_PT' => 'portuges (Portugal)', - 'pt_ST' => 'portuges (Sao Tome eta Principe)', - 'pt_TL' => 'portuges (Ekialdeko Timor)', + 'ps' => 'paxtunera', + 'ps_AF' => 'paxtunera (Afganistan)', + 'ps_PK' => 'paxtunera (Pakistan)', + 'pt' => 'portugesa', + 'pt_AO' => 'portugesa (Angola)', + 'pt_BR' => 'portugesa (Brasil)', + 'pt_CH' => 'portugesa (Suitza)', + 'pt_CV' => 'portugesa (Cabo Verde)', + 'pt_GQ' => 'portugesa (Ekuatore Ginea)', + 'pt_GW' => 'portugesa (Ginea Bissau)', + 'pt_LU' => 'portugesa (Luxenburgo)', + 'pt_MO' => 'portugesa (Macau Txinako AEB)', + 'pt_MZ' => 'portugesa (Mozambike)', + 'pt_PT' => 'portugesa (Portugal)', + 'pt_ST' => 'portugesa (Sao Tome eta Principe)', + 'pt_TL' => 'portugesa (Ekialdeko Timor)', 'qu' => 'kitxua', 'qu_BO' => 'kitxua (Bolivia)', 'qu_EC' => 'kitxua (Ekuador)', @@ -508,22 +510,23 @@ return [ 'ru_UA' => 'errusiera (Ukraina)', 'rw' => 'kinyaruanda', 'rw_RW' => 'kinyaruanda (Ruanda)', - 'sa' => 'sanskrito', - 'sa_IN' => 'sanskrito (India)', + 'sa' => 'sanskritoa', + 'sa_IN' => 'sanskritoa (India)', 'sc' => 'sardiniera', 'sc_IT' => 'sardiniera (Italia)', - 'sd' => 'sindhi', - 'sd_Arab' => 'sindhi (arabiarra)', - 'sd_Arab_PK' => 'sindhi (arabiarra, Pakistan)', - 'sd_Deva' => 'sindhi (devanagaria)', - 'sd_Deva_IN' => 'sindhi (devanagaria, India)', - 'sd_PK' => 'sindhi (Pakistan)', + 'sd' => 'sindhia', + 'sd_Arab' => 'sindhia (arabiarra)', + 'sd_Arab_PK' => 'sindhia (arabiarra, Pakistan)', + 'sd_Deva' => 'sindhia (devanagaria)', + 'sd_Deva_IN' => 'sindhia (devanagaria, India)', + 'sd_IN' => 'sindhia (India)', + 'sd_PK' => 'sindhia (Pakistan)', 'se' => 'iparraldeko samiera', 'se_FI' => 'iparraldeko samiera (Finlandia)', 'se_NO' => 'iparraldeko samiera (Norvegia)', 'se_SE' => 'iparraldeko samiera (Suedia)', - 'sg' => 'sango', - 'sg_CF' => 'sango (Afrika Erdiko Errepublika)', + 'sg' => 'sangoa', + 'sg_CF' => 'sangoa (Afrika Erdiko Errepublika)', 'sh' => 'serbokroaziera', 'sh_BA' => 'serbokroaziera (Bosnia-Herzegovina)', 'si' => 'sinhala', @@ -572,8 +575,8 @@ return [ 'ta_LK' => 'tamilera (Sri Lanka)', 'ta_MY' => 'tamilera (Malaysia)', 'ta_SG' => 'tamilera (Singapur)', - 'te' => 'telugu', - 'te_IN' => 'telugu (India)', + 'te' => 'telugua', + 'te_IN' => 'telugua (India)', 'tg' => 'tajikera', 'tg_TJ' => 'tajikera (Tajikistan)', 'th' => 'thailandiera', @@ -596,9 +599,9 @@ return [ 'ug_CN' => 'uigurrera (Txina)', 'uk' => 'ukrainera', 'uk_UA' => 'ukrainera (Ukraina)', - 'ur' => 'urdu', - 'ur_IN' => 'urdu (India)', - 'ur_PK' => 'urdu (Pakistan)', + 'ur' => 'urdua', + 'ur_IN' => 'urdua (India)', + 'ur_PK' => 'urdua (Pakistan)', 'uz' => 'uzbekera', 'uz_AF' => 'uzbekera (Afganistan)', 'uz_Arab' => 'uzbekera (arabiarra)', @@ -614,8 +617,8 @@ return [ 'wo_SN' => 'wolofera (Senegal)', 'xh' => 'xhosera', 'xh_ZA' => 'xhosera (Hegoafrika)', - 'yi' => 'yiddish', - 'yi_001' => 'yiddish (Mundua)', + 'yi' => 'yiddisha', + 'yi_001' => 'yiddisha (Mundua)', 'yo' => 'jorubera', 'yo_BJ' => 'jorubera (Benin)', 'yo_NG' => 'jorubera (Nigeria)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fa.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fa.php index eecd503..53b276b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fa.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fa.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'چچنی (روسیه)', 'cs' => 'چکی', 'cs_CZ' => 'چکی (چک)', + 'cv' => 'چوواشی', + 'cv_RU' => 'چوواشی (روسیه)', 'cy' => 'ولزی', 'cy_GB' => 'ولزی (بریتانیا)', 'da' => 'دانمارکی', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'فارسی (افغانستان)', 'fa_IR' => 'فارسی (ایران)', 'ff' => 'فولانی', + 'ff_Adlm' => 'فولانی (آدلام)', + 'ff_Adlm_BF' => 'فولانی (آدلام، بورکینافاسو)', + 'ff_Adlm_CM' => 'فولانی (آدلام، کامرون)', + 'ff_Adlm_GH' => 'فولانی (آدلام، غنا)', + 'ff_Adlm_GM' => 'فولانی (آدلام، گامبیا)', + 'ff_Adlm_GN' => 'فولانی (آدلام، گینه)', + 'ff_Adlm_GW' => 'فولانی (آدلام، گینهٔ بیسائو)', + 'ff_Adlm_LR' => 'فولانی (آدلام، لیبریا)', + 'ff_Adlm_MR' => 'فولانی (آدلام، موریتانی)', + 'ff_Adlm_NE' => 'فولانی (آدلام، نیجر)', + 'ff_Adlm_NG' => 'فولانی (آدلام، نیجریه)', + 'ff_Adlm_SL' => 'فولانی (آدلام، سیرالئون)', + 'ff_Adlm_SN' => 'فولانی (آدلام، سنگال)', 'ff_CM' => 'فولانی (کامرون)', 'ff_GN' => 'فولانی (گینه)', 'ff_Latn' => 'فولانی (لاتین)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'سندی (عربی، پاکستان)', 'sd_Deva' => 'سندی (دوناگری)', 'sd_Deva_IN' => 'سندی (دوناگری، هند)', + 'sd_IN' => 'سندی (هند)', 'sd_PK' => 'سندی (پاکستان)', 'se' => 'سامی شمالی', 'se_FI' => 'سامی شمالی (فنلاند)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fa_AF.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fa_AF.php index 976c5e4..df7b63e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fa_AF.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fa_AF.php @@ -85,6 +85,13 @@ return [ 'es_VE' => 'هسپانوی (ونزویلا)', 'et_EE' => 'استونیایی (استونیا)', 'eu_ES' => 'باسکی (هسپانیه)', + 'ff_Adlm_GH' => 'فولانی (آدلام، گانا)', + 'ff_Adlm_GN' => 'فولانی (آدلام، گینیا)', + 'ff_Adlm_GW' => 'فولانی (آدلام، گینیا بیسائو)', + 'ff_Adlm_MR' => 'فولانی (آدلام، موریتانیا)', + 'ff_Adlm_NG' => 'فولانی (آدلام، نیجریا)', + 'ff_Adlm_SL' => 'فولانی (آدلام، سیرالیون)', + 'ff_Adlm_SN' => 'فولانی (آدلام، سینیگال)', 'ff_GN' => 'فولانی (گینیا)', 'ff_Latn_GH' => 'فولانی (لاتین، گانا)', 'ff_Latn_GN' => 'فولانی (لاتین، گینیا)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ff_Adlm.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ff_Adlm.php index f92e7cd..39e7ff8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ff_Adlm.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ff_Adlm.php @@ -55,6 +55,9 @@ return [ 'bn' => '𞤄𞤫𞤲𞤺𞤢𞤤𞤭𞥅𞤪𞤫', 'bn_BD' => '𞤄𞤫𞤲𞤺𞤢𞤤𞤭𞥅𞤪𞤫 (𞤄𞤢𞤲𞤺𞤭𞤤𞤢𞤣𞤫𞥅𞤧)', 'bn_IN' => '𞤄𞤫𞤲𞤺𞤢𞤤𞤭𞥅𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', + 'bo' => '𞤚𞤭𞤦𞤫𞤼𞤫𞤲𞤪𞤫', + 'bo_CN' => '𞤚𞤭𞤦𞤫𞤼𞤫𞤲𞤪𞤫 (𞤕𞤢𞤴𞤲𞤢)', + 'bo_IN' => '𞤚𞤭𞤦𞤫𞤼𞤫𞤲𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', 'br' => '𞤄𞤫𞤪𞤫𞤼𞤮𞤲𞤪𞤫', 'br_FR' => '𞤄𞤫𞤪𞤫𞤼𞤮𞤲𞤪𞤫 (𞤊𞤢𞤪𞤢𞤲𞤧𞤭)', 'bs' => '𞤄𞤮𞤧𞤲𞤭𞤴𞤢𞥄𞤪𞤫', @@ -72,6 +75,8 @@ return [ 'ce_RU' => '𞤕𞤫𞤷𞤫𞤲𞤪𞤫 (𞤈𞤮𞥅𞤧𞤭𞤴𞤢)', 'cs' => '𞤕𞤫𞤳𞤧𞤭𞤲𞤢𞥄𞤪𞤫', 'cs_CZ' => '𞤕𞤫𞤳𞤧𞤭𞤲𞤢𞥄𞤪𞤫 (𞤕𞤫𞥅𞤳𞤭𞤴𞤢𞥄)', + 'cv' => '𞤕𞤵𞥅𞤾𞤢𞤧𞤪𞤫', + 'cv_RU' => '𞤕𞤵𞥅𞤾𞤢𞤧𞤪𞤫 (𞤈𞤮𞥅𞤧𞤭𞤴𞤢)', 'cy' => '𞤘𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'cy_GB' => '𞤘𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤁𞤫𞤲𞤼𞤢𞤤 𞤐𞤺𞤫𞤯𞤵𞥅𞤪𞤭)', 'da' => '𞤁𞤢𞥄𞤲𞤭𞤧𞤳𞤮𞥅𞤪𞤫', @@ -87,8 +92,12 @@ return [ 'de_LU' => '𞤔𞤫𞤪𞤥𞤢𞤲𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤂𞤵𞤳𞤧𞤢𞤲𞤦𞤵𞥅𞤺)', 'dz' => '𞤄𞤵𞥅𞤼𞤢𞤲𞤪𞤫', 'dz_BT' => '𞤄𞤵𞥅𞤼𞤢𞤲𞤪𞤫 (𞤄𞤵𞥅𞤼𞤢𞥄𞤲)', - 'el_CY' => 'Gerke (𞤑𞤵𞤦𞤪𞤵𞥅𞤧)', - 'el_GR' => 'Gerke (𞤀𞤤𞤴𞤵𞤲𞤢𞥄𞤲)', + 'ee' => '𞤉𞤱𞤫𞥅𞤪𞤫', + 'ee_GH' => '𞤉𞤱𞤫𞥅𞤪𞤫 (𞤘𞤢𞤲𞤢)', + 'ee_TG' => '𞤉𞤱𞤫𞥅𞤪𞤫 (𞤚𞤮𞤺𞤮)', + 'el' => '𞤘𞤭𞥅𞤪𞤧𞤢𞥄𞤪𞤫', + 'el_CY' => '𞤘𞤭𞥅𞤪𞤧𞤢𞥄𞤪𞤫 (𞤑𞤵𞤦𞤪𞤵𞥅𞤧)', + 'el_GR' => '𞤘𞤭𞥅𞤪𞤧𞤢𞥄𞤪𞤫 (𞤀𞤤𞤴𞤵𞤲𞤢𞥄𞤲)', 'en' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫', 'en_001' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤀𞤣𞤵𞤲𞤢)', 'en_150' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤓𞤪𞤨𞤢)', @@ -128,7 +137,7 @@ return [ 'en_GM' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤘𞤢𞤥𞤦𞤭𞤴𞤢)', 'en_GU' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤘𞤵𞤱𞤢𞥄𞤥)', 'en_GY' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤘𞤢𞤴𞤢𞤲𞤢𞥄)', - 'en_HK' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺)', + 'en_HK' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺)', 'en_IE' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤋𞤪𞤤𞤢𞤲𞤣)', 'en_IL' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤋𞤧𞤪𞤢𞥄𞤴𞤭𞥅𞤤)', 'en_IM' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤅𞤵𞤪𞤭𞥅𞤪𞤫 𞤃𞤫𞥅𞤲)', @@ -145,7 +154,7 @@ return [ 'en_LS' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤂𞤫𞤧𞤮𞤼𞤮𞥅)', 'en_MG' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤃𞤢𞤣𞤢𞤺𞤢𞤧𞤳𞤢𞥄𞤪)', 'en_MH' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤅𞤵𞤪𞤭𞥅𞤪𞤫 𞤃𞤢𞤪𞥃𞤢𞤤)', - 'en_MO' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', + 'en_MO' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', 'en_MP' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤕𞤵𞤪𞤭𞥅𞤶𞤫 𞤃𞤢𞤪𞤭𞤴𞤢𞥄𞤲𞤢 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤭)', 'en_MS' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤃𞤮𞤲𞤧𞤭𞤪𞤢𞥄𞤼)', 'en_MT' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤃𞤢𞤤𞤼𞤢)', @@ -195,11 +204,13 @@ return [ 'en_ZA' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤀𞤬𞤪𞤭𞤳𞤢 𞤂𞤫𞤧𞤤𞤫𞤴𞤪𞤭)', 'en_ZM' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤟𞤢𞤥𞤦𞤭𞤴𞤢)', 'en_ZW' => '𞤉𞤲𞤺𞤭𞤤𞤫𞥅𞤪𞤫 (𞤟𞤭𞤥𞤦𞤢𞥄𞤥𞤵𞤴𞤢)', + 'eo' => '𞤉𞤧𞤨𞤫𞤪𞤢𞤲𞤼𞤮𞥅𞤪𞤫', + 'eo_001' => '𞤉𞤧𞤨𞤫𞤪𞤢𞤲𞤼𞤮𞥅𞤪𞤫 (𞤀𞤣𞤵𞤲𞤢)', 'es' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫', 'es_419' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤀𞤥𞤫𞤪𞤭𞤳𞤢𞥄 𞤂𞤢𞤼𞤭𞤲𞤳𞤮)', 'es_AR' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤀𞤪𞤶𞤢𞤲𞤼𞤭𞤲𞤢𞥄)', 'es_BO' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤄𞤮𞤤𞤭𞥅𞤾𞤭𞤴𞤢𞥄)', - 'es_BR' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤄𞤪𞤢𞥄𞥁𞤭𞤤)', + 'es_BR' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤄𞤪𞤢𞤧𞤭𞤤)', 'es_BZ' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤄𞤫𞤤𞤭𞥅𞥁)', 'es_CL' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤕𞤭𞤤𞤫𞥊𞥅)', 'es_CO' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤑𞤮𞤤𞤮𞤥𞤦𞤭𞤴𞤢𞥄)', @@ -220,12 +231,15 @@ return [ 'es_PY' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤆𞤢𞥄𞤪𞤢𞤺𞤵𞤱𞤢𞥄𞤴)', 'es_SV' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤉𞤤 𞤅𞤢𞤤𞤾𞤢𞤣𞤮𞥅𞤪)', 'es_US' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤁𞤫𞤲𞤼𞤢𞤤 𞤂𞤢𞤪𞤫)', - 'es_UY' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤓𞤪𞤵𞤺𞤵𞤱𞤢𞥄𞤴)', + 'es_UY' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤒𞤵𞤪𞤺𞤮𞤴)', 'es_VE' => '𞤅𞤭𞤨𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤜𞤫𞥊𞤲𞤭𞥅𞥁𞤵𞤱𞤫𞤤𞤢𞥄)', + 'et' => '𞤉𞤧𞤼𞤮𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'et_EE' => '𞤉𞤧𞤼𞤮𞤲𞤭𞤴𞤢𞤲𞤪𞤫 (𞤉𞤧𞤼𞤮𞤲𞤭𞤴𞤢𞥄)', 'eu' => '𞤄𞤢𞤧𞤳𞤢𞤪𞤢𞥄𞤪𞤫', 'eu_ES' => '𞤄𞤢𞤧𞤳𞤢𞤪𞤢𞥄𞤪𞤫 (𞤉𞤧𞤨𞤢𞤻𞤢𞥄)', - 'fa_AF' => 'Perseere (𞤀𞤬𞤺𞤢𞤲𞤭𞤧𞤼𞤢𞥄𞤲)', - 'fa_IR' => 'Perseere (𞤋𞤪𞤢𞥄𞤲)', + 'fa' => '𞤊𞤢𞥄𞤪𞤧𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫', + 'fa_AF' => '𞤊𞤢𞥄𞤪𞤧𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤀𞤬𞤺𞤢𞤲𞤭𞤧𞤼𞤢𞥄𞤲)', + 'fa_IR' => '𞤊𞤢𞥄𞤪𞤧𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤋𞤪𞤢𞥄𞤲)', 'ff' => '𞤆𞤵𞤤𞤢𞤪', 'ff_Adlm' => '𞤆𞤵𞤤𞤢𞤪 (𞤀𞤁𞤂𞤢𞤃)', 'ff_Adlm_BF' => '𞤆𞤵𞤤𞤢𞤪 (𞤀𞤁𞤂𞤢𞤃⹁ 𞤄𞤵𞤪𞤳𞤭𞤲𞤢 𞤊𞤢𞤧𞤮𞥅)', @@ -257,6 +271,11 @@ return [ 'ff_Latn_SN' => '𞤆𞤵𞤤𞤢𞤪 (𞤂𞤢𞤼𞤫𞤲⹁ 𞤅𞤫𞤲𞤫𞤺𞤢𞥄𞤤)', 'ff_MR' => '𞤆𞤵𞤤𞤢𞤪 (𞤃𞤮𞤪𞤼𞤢𞤲𞤭𞥅)', 'ff_SN' => '𞤆𞤵𞤤𞤢𞤪 (𞤅𞤫𞤲𞤫𞤺𞤢𞥄𞤤)', + 'fi' => '𞤊𞤫𞤲𞤭𞤧𞤪𞤫', + 'fi_FI' => '𞤊𞤫𞤲𞤭𞤧𞤪𞤫 (𞤊𞤭𞤲𞤤𞤢𞤲𞤣)', + 'fo' => '𞤊𞤫𞤪𞤮𞤱𞤫𞤧𞤪𞤫', + 'fo_DK' => '𞤊𞤫𞤪𞤮𞤱𞤫𞤧𞤪𞤫 (𞤁𞤢𞤲𞤵𞤥𞤢𞤪𞤳)', + 'fo_FO' => '𞤊𞤫𞤪𞤮𞤱𞤫𞤧𞤪𞤫 (𞤕𞤵𞤪𞤭𞥅𞤶𞤫 𞤊𞤢𞤪𞤵𞥅𞤧)', 'fr' => '𞤊𞤢𞤪𞤢𞤲𞤧𞤭𞥅𞤪𞤫', 'fr_BE' => '𞤊𞤢𞤪𞤢𞤲𞤧𞤭𞥅𞤪𞤫 (𞤄𞤫𞤤𞤶𞤭𞤳𞤢𞥄)', 'fr_BF' => '𞤊𞤢𞤪𞤢𞤲𞤧𞤭𞥅𞤪𞤫 (𞤄𞤵𞤪𞤳𞤭𞤲𞤢 𞤊𞤢𞤧𞤮𞥅)', @@ -309,9 +328,20 @@ return [ 'ga' => '𞤋𞤪𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫', 'ga_GB' => '𞤋𞤪𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫 (𞤁𞤫𞤲𞤼𞤢𞤤 𞤐𞤺𞤫𞤯𞤵𞥅𞤪𞤭)', 'ga_IE' => '𞤋𞤪𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫 (𞤋𞤪𞤤𞤢𞤲𞤣)', - 'ha_GH' => 'Hawsaŋkoore (𞤘𞤢𞤲𞤢)', - 'ha_NE' => 'Hawsaŋkoore (𞤐𞤭𞥅𞤶𞤫𞤪)', - 'ha_NG' => 'Hawsaŋkoore (𞤐𞤢𞤶𞤫𞤪𞤭𞤴𞤢𞥄)', + 'gd' => '𞤅𞤭𞤳𞤮𞤼𞤭𞤧𞤪𞤫 𞤘𞤢𞤫𞤭𞤳', + 'gd_GB' => '𞤅𞤭𞤳𞤮𞤼𞤭𞤧𞤪𞤫 𞤘𞤢𞤫𞤭𞤳 (𞤁𞤫𞤲𞤼𞤢𞤤 𞤐𞤺𞤫𞤯𞤵𞥅𞤪𞤭)', + 'gl' => '𞤘𞤢𞤤𞤭𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫', + 'gl_ES' => '𞤘𞤢𞤤𞤭𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫 (𞤉𞤧𞤨𞤢𞤻𞤢𞥄)', + 'gu' => '𞤘𞤵𞤶𞤢𞤪𞤢𞤼𞤭𞥅𞤪𞤫', + 'gu_IN' => '𞤘𞤵𞤶𞤢𞤪𞤢𞤼𞤭𞥅𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', + 'gv' => '𞤃𞤢𞤲𞤳𞤭𞤧𞤪𞤫', + 'gv_IM' => '𞤃𞤢𞤲𞤳𞤭𞤧𞤪𞤫 (𞤅𞤵𞤪𞤭𞥅𞤪𞤫 𞤃𞤫𞥅𞤲)', + 'ha' => '𞤖𞤢𞤱𞤧𞤢𞥄𞤪𞤫', + 'ha_GH' => '𞤖𞤢𞤱𞤧𞤢𞥄𞤪𞤫 (𞤘𞤢𞤲𞤢)', + 'ha_NE' => '𞤖𞤢𞤱𞤧𞤢𞥄𞤪𞤫 (𞤐𞤭𞥅𞤶𞤫𞤪)', + 'ha_NG' => '𞤖𞤢𞤱𞤧𞤢𞥄𞤪𞤫 (𞤐𞤢𞤶𞤫𞤪𞤭𞤴𞤢𞥄)', + 'he' => '𞤖𞤭𞤦𞤵𞤪𞤵𞥅𞤪𞤫', + 'he_IL' => '𞤖𞤭𞤦𞤵𞤪𞤵𞥅𞤪𞤫 (𞤋𞤧𞤪𞤢𞥄𞤴𞤭𞥅𞤤)', 'hi' => '𞤖𞤭𞤲𞤣𞤭𞥅𞤪𞤫', 'hi_IN' => '𞤖𞤭𞤲𞤣𞤭𞥅𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', 'hi_Latn' => '𞤖𞤭𞤲𞤣𞤭𞥅𞤪𞤫 (𞤂𞤢𞤼𞤫𞤲)', @@ -319,14 +349,20 @@ return [ 'hr' => '𞤑𞤮𞤪𞤮𞤱𞤢𞤧𞤭𞥅𞤪𞤫', 'hr_BA' => '𞤑𞤮𞤪𞤮𞤱𞤢𞤧𞤭𞥅𞤪𞤫 (𞤄𞤮𞤧𞤲𞤭𞤴𞤢 & 𞤖𞤫𞤪𞤧𞤫𞤳𞤮𞤾𞤭𞤲𞤢𞥄)', 'hr_HR' => '𞤑𞤮𞤪𞤮𞤱𞤢𞤧𞤭𞥅𞤪𞤫 (𞤑𞤵𞤪𞤱𞤢𞥄𞤧𞤭𞤴𞤢)', - 'hu_HU' => 'Hongariire (𞤖𞤢𞤲𞤺𞤢𞤪𞤭𞤴𞤢𞥄)', + 'hu' => '𞤖𞤵𞤲𞤺𞤢𞤪𞤭𞤴𞤢𞤲𞤪𞤫', + 'hu_HU' => '𞤖𞤵𞤲𞤺𞤢𞤪𞤭𞤴𞤢𞤲𞤪𞤫 (𞤖𞤢𞤲𞤺𞤢𞤪𞤭𞤴𞤢𞥄)', 'hy' => '𞤀𞤪𞤥𞤫𞤲𞤭𞥅𞤪𞤫', 'hy_AM' => '𞤀𞤪𞤥𞤫𞤲𞤭𞥅𞤪𞤫 (𞤀𞤪𞤥𞤫𞤲𞤭𞤴𞤢𞥄)', 'ia' => '𞤉𞤲𞤼𞤫𞤪𞤤𞤭𞤺𞤢𞥄𞤪𞤫', 'ia_001' => '𞤉𞤲𞤼𞤫𞤪𞤤𞤭𞤺𞤢𞥄𞤪𞤫 (𞤀𞤣𞤵𞤲𞤢)', 'id' => '𞤋𞤲𞤣𞤮𞤲𞤭𞥅𞤧𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫', 'id_ID' => '𞤋𞤲𞤣𞤮𞤲𞤭𞥅𞤧𞤭𞤴𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤋𞤲𞤣𞤮𞤲𞤭𞥅𞤧𞤴𞤢)', - 'ig_NG' => 'Igiboore (𞤐𞤢𞤶𞤫𞤪𞤭𞤴𞤢𞥄)', + 'ig' => '𞤋𞤦𞤮𞥅𞤪𞤫', + 'ig_NG' => '𞤋𞤦𞤮𞥅𞤪𞤫 (𞤐𞤢𞤶𞤫𞤪𞤭𞤴𞤢𞥄)', + 'ii' => '𞤅𞤭𞤧𞤵𞤢𞤲𞤪𞤫 𞤒𞤭𞥅', + 'ii_CN' => '𞤅𞤭𞤧𞤵𞤢𞤲𞤪𞤫 𞤒𞤭𞥅 (𞤕𞤢𞤴𞤲𞤢)', + 'is' => '𞤀𞤴𞤧𞤭𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫', + 'is_IS' => '𞤀𞤴𞤧𞤭𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫 (𞤀𞤴𞤧𞤵𞤤𞤢𞤲𞤣)', 'it' => '𞤋𞤼𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'it_CH' => '𞤋𞤼𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤅𞤵𞤱𞤭𞤪𞤧𞤢𞥄)', 'it_IT' => '𞤋𞤼𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤋𞤼𞤢𞤤𞤭𞥅)', @@ -336,20 +372,62 @@ return [ 'ja_JP' => '𞤐𞤭𞤨𞤮𞤲𞤪𞤫 (𞤐𞤭𞤨𞥆𞤮𞤲)', 'jv' => '𞤔𞤢𞥄𞤱𞤢𞤫𞥅𞤪𞤫', 'jv_ID' => '𞤔𞤢𞥄𞤱𞤢𞤫𞥅𞤪𞤫 (𞤋𞤲𞤣𞤮𞤲𞤭𞥅𞤧𞤴𞤢)', - 'km_KH' => 'Kemeere (𞤑𞤢𞤥𞤦𞤮𞥅𞤣𞤭𞤴𞤢)', + 'ka' => '𞤔𞤮𞥅𞤪𞥁𞤭𞤴𞤢𞤲𞤪𞤫', + 'ka_GE' => '𞤔𞤮𞥅𞤪𞥁𞤭𞤴𞤢𞤲𞤪𞤫 (𞤔𞤮𞤪𞤶𞤭𞤴𞤢𞥄)', + 'ki' => '𞤑𞤭𞤳𞤵𞤴𞤵𞥅𞤪𞤫', + 'ki_KE' => '𞤑𞤭𞤳𞤵𞤴𞤵𞥅𞤪𞤫 (𞤑𞤫𞤲𞤭𞤴𞤢𞥄)', + 'kk' => '𞤑𞤢𞥁𞤢𞤳𞤪𞤫', + 'kk_KZ' => '𞤑𞤢𞥁𞤢𞤳𞤪𞤫 (𞤑𞤢𞥁𞤢𞤧𞤼𞤢𞥄𞤲)', + 'kl' => '𞤑𞤢𞤤𞤢𞥄𞤤𞤧𞤵𞤼𞤪𞤫', + 'kl_GL' => '𞤑𞤢𞤤𞤢𞥄𞤤𞤧𞤵𞤼𞤪𞤫 (𞤘𞤭𞤪𞤤𞤢𞤲𞤣𞤭)', + 'km' => '𞤑𞤵𞤥𞤢𞤴𞤪𞤫', + 'km_KH' => '𞤑𞤵𞤥𞤢𞤴𞤪𞤫 (𞤑𞤢𞤥𞤦𞤮𞥅𞤣𞤭𞤴𞤢)', + 'kn' => '𞤑𞤢𞤲𞥆𞤢𞤣𞤢𞥄𞤪𞤫', + 'kn_IN' => '𞤑𞤢𞤲𞥆𞤢𞤣𞤢𞥄𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', 'ko' => '𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞤲𞤪𞤫', 'ko_KP' => '𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞤲𞤪𞤫 (𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞥄 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫)', 'ko_KR' => '𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞤲𞤪𞤫 (𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞥄 𞤙𞤢𞤥𞤲𞤢𞥄𞤲𞤺𞤫)', + 'ks' => '𞤑𞤢𞥃𞤥𞤭𞥅𞤪𞤫', + 'ks_Arab' => '𞤑𞤢𞥃𞤥𞤭𞥅𞤪𞤫 (𞤀𞥄𞤪𞤢𞤦𞤵)', + 'ks_Arab_IN' => '𞤑𞤢𞥃𞤥𞤭𞥅𞤪𞤫 (𞤀𞥄𞤪𞤢𞤦𞤵⹁ 𞤋𞤲𞤣𞤭𞤴𞤢)', + 'ks_Deva' => '𞤑𞤢𞥃𞤥𞤭𞥅𞤪𞤫 (𞤁𞤫𞤾𞤢𞤲𞤢𞤺𞤢𞤪𞤭)', + 'ks_Deva_IN' => '𞤑𞤢𞥃𞤥𞤭𞥅𞤪𞤫 (𞤁𞤫𞤾𞤢𞤲𞤢𞤺𞤢𞤪𞤭⹁ 𞤋𞤲𞤣𞤭𞤴𞤢)', + 'ks_IN' => '𞤑𞤢𞥃𞤥𞤭𞥅𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', + 'ku' => '𞤑𞤵𞤪𞤣𞤭𞤧𞤭𞥅𞤪𞤫', + 'ku_TR' => '𞤑𞤵𞤪𞤣𞤭𞤧𞤭𞥅𞤪𞤫 (𞤚𞤵𞤪𞤳𞤭𞤴𞤢𞥄)', 'kw' => '𞤑𞤮𞤪𞤲𞤭𞥅𞤪𞤫', 'kw_GB' => '𞤑𞤮𞤪𞤲𞤭𞥅𞤪𞤫 (𞤁𞤫𞤲𞤼𞤢𞤤 𞤐𞤺𞤫𞤯𞤵𞥅𞤪𞤭)', + 'ky' => '𞤑𞤭𞤪𞤺𞤵𞥅𞤪𞤫', + 'ky_KG' => '𞤑𞤭𞤪𞤺𞤵𞥅𞤪𞤫 (𞤑𞤭𞤪𞤶𞤭𞤧𞤼𞤢𞥄𞤲)', + 'lb' => '𞤂𞤵𞥁𞤫𞤲𞤦𞤵𞥅𞤪𞤺𞤭𞤧𞤪𞤫', + 'lb_LU' => '𞤂𞤵𞥁𞤫𞤲𞤦𞤵𞥅𞤪𞤺𞤭𞤧𞤪𞤫 (𞤂𞤵𞤳𞤧𞤢𞤲𞤦𞤵𞥅𞤺)', + 'lg' => '𞤘𞤢𞤲𞤣𞤢𞥄𞤪𞤫', + 'lg_UG' => '𞤘𞤢𞤲𞤣𞤢𞥄𞤪𞤫 (𞤓𞤺𞤢𞤲𞤣𞤢𞥄)', + 'ln' => '𞤂𞤭𞤲𞤺𞤢𞤤𞤢𞥄𞤪𞤫', + 'ln_AO' => '𞤂𞤭𞤲𞤺𞤢𞤤𞤢𞥄𞤪𞤫 (𞤀𞤲𞤺𞤮𞤤𞤢𞥄)', + 'ln_CD' => '𞤂𞤭𞤲𞤺𞤢𞤤𞤢𞥄𞤪𞤫 (𞤑𞤮𞤲𞤺𞤮 - 𞤑𞤭𞤲𞤧𞤢𞤧𞤢)', + 'ln_CF' => '𞤂𞤭𞤲𞤺𞤢𞤤𞤢𞥄𞤪𞤫 (𞤐𞤣𞤫𞤲𞤣𞤭 𞤚𞤵𞤥𞤦𞤮𞥅𞤪𞤭 𞤀𞤬𞤪𞤭𞤳𞤢𞥄)', + 'ln_CG' => '𞤂𞤭𞤲𞤺𞤢𞤤𞤢𞥄𞤪𞤫 (𞤑𞤮𞤲𞤺𞤮 - 𞤄𞤪𞤢𞥁𞤢𞤾𞤭𞤤)', + 'lo' => '𞤂𞤢𞤮𞥅𞤪𞤫', + 'lo_LA' => '𞤂𞤢𞤮𞥅𞤪𞤫 (𞤂𞤢𞤱𞤮𞥅𞤧)', + 'lt' => '𞤂𞤭𞤼𞤮𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'lt_LT' => '𞤂𞤭𞤼𞤮𞤲𞤭𞤴𞤢𞤲𞤪𞤫 (𞤂𞤭𞤼𞤵𞤾𞤢)', + 'lu' => '𞤂𞤵𞤦𞤢-𞤑𞤢𞤼𞤢𞤲𞤺𞤢𞥄𞤪𞤫', + 'lu_CD' => '𞤂𞤵𞤦𞤢-𞤑𞤢𞤼𞤢𞤲𞤺𞤢𞥄𞤪𞤫 (𞤑𞤮𞤲𞤺𞤮 - 𞤑𞤭𞤲𞤧𞤢𞤧𞤢)', + 'lv' => '𞤂𞤢𞤼𞤾𞤭𞤴𞤢𞤲𞤪𞤫', + 'lv_LV' => '𞤂𞤢𞤼𞤾𞤭𞤴𞤢𞤲𞤪𞤫 (𞤂𞤢𞤼𞤾𞤭𞤴𞤢)', 'mg' => '𞤃𞤢𞤤𞤢𞤺𞤢𞤧𞤭𞥅𞤪𞤫', 'mg_MG' => '𞤃𞤢𞤤𞤢𞤺𞤢𞤧𞤭𞥅𞤪𞤫 (𞤃𞤢𞤣𞤢𞤺𞤢𞤧𞤳𞤢𞥄𞤪)', + 'mi' => '𞤃𞤢𞥄𞤮𞤪𞤭𞥅𞤪𞤫', + 'mi_NZ' => '𞤃𞤢𞥄𞤮𞤪𞤭𞥅𞤪𞤫 (𞤐𞤫𞤱 𞤟𞤫𞤤𞤢𞤲𞤣)', 'mk' => '𞤃𞤢𞤧𞤫𞤣𞤮𞤲𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'mk_MK' => '𞤃𞤢𞤧𞤫𞤣𞤮𞤲𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤃𞤢𞤳𞤫𞤣𞤮𞤲𞤭𞤴𞤢𞥄 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫)', 'ml' => '𞤃𞤢𞤤𞤢𞤴𞤢𞤤𞤢𞤥𞤪𞤫', 'ml_IN' => '𞤃𞤢𞤤𞤢𞤴𞤢𞤤𞤢𞤥𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', 'mn' => '𞤃𞤮𞤲𞤺𞤮𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'mn_MN' => '𞤃𞤮𞤲𞤺𞤮𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤃𞤮𞤲𞤺𞤮𞤤𞤭𞤴𞤢)', + 'mr' => '𞤃𞤢𞤪𞤢𞤼𞤭𞥅𞤪𞤫', + 'mr_IN' => '𞤃𞤢𞤪𞤢𞤼𞤭𞥅𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', 'ms' => '𞤃𞤢𞤤𞤫𞥅𞤪𞤫', 'ms_BN' => '𞤃𞤢𞤤𞤫𞥅𞤪𞤫 (𞤄𞤵𞤪𞤲𞤢𞥄𞤴)', 'ms_ID' => '𞤃𞤢𞤤𞤫𞥅𞤪𞤫 (𞤋𞤲𞤣𞤮𞤲𞤭𞥅𞤧𞤴𞤢)', @@ -359,6 +437,11 @@ return [ 'mt_MT' => '𞤃𞤢𞤤𞤼𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤃𞤢𞤤𞤼𞤢)', 'my' => '𞤄𞤵𞤪𞤥𞤢𞥄𞤪𞤫', 'my_MM' => '𞤄𞤵𞤪𞤥𞤢𞥄𞤪𞤫 (𞤃𞤭𞤴𞤢𞤥𞤢𞥄𞤪 [𞤄𞤵𞥅𞤪𞤥𞤢])', + 'nb' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫 𞤄𞤮𞤳𞤥𞤢𞤤', + 'nb_NO' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫 𞤄𞤮𞤳𞤥𞤢𞤤 (𞤐𞤮𞤪𞤺𞤫𞤴𞤢𞥄)', + 'nb_SJ' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫 𞤄𞤮𞤳𞤥𞤢𞤤 (𞤅𞤢𞤾𞤢𞤤𞤦𞤢𞤪𞤣 & 𞤔𞤢𞤲 𞤃𞤢𞤴𞤫𞤲)', + 'nd' => '𞤐𞤣𞤫𞤦𞤫𞤤𞤫𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤺𞤫', + 'nd_ZW' => '𞤐𞤣𞤫𞤦𞤫𞤤𞤫𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤺𞤫 (𞤟𞤭𞤥𞤦𞤢𞥄𞤥𞤵𞤴𞤢)', 'ne' => '𞤐𞤫𞤨𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫', 'ne_IN' => '𞤐𞤫𞤨𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', 'ne_NP' => '𞤐𞤫𞤨𞤢𞤤𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤐𞤭𞤨𞤢𞥄𞤤)', @@ -370,27 +453,54 @@ return [ 'nl_NL' => '𞤁𞤮𞥅𞤷𞤵𞤪𞤫 (𞤖𞤮𞤤𞤢𞤲𞤣𞤭𞤴𞤢𞥄)', 'nl_SR' => '𞤁𞤮𞥅𞤷𞤵𞤪𞤫 (𞤅𞤵𞤪𞤭𞤲𞤢𞥄𞤥)', 'nl_SX' => '𞤁𞤮𞥅𞤷𞤵𞤪𞤫 (𞤅𞤫𞤲𞤼𞤵 𞤃𞤢𞥄𞤪𞤼𞤫𞤲)', - 'pa_Arab' => 'Punjabeere (𞤀𞥄𞤪𞤢𞤦𞤵)', - 'pa_Arab_PK' => 'Punjabeere (𞤀𞥄𞤪𞤢𞤦𞤵⹁ 𞤆𞤢𞤳𞤭𞤧𞤼𞤢𞥄𞤲)', - 'pa_IN' => 'Punjabeere (𞤋𞤲𞤣𞤭𞤴𞤢)', - 'pa_PK' => 'Punjabeere (𞤆𞤢𞤳𞤭𞤧𞤼𞤢𞥄𞤲)', + 'nn' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫 𞤙𞤮𞤪𞤧𞤳', + 'nn_NO' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫 𞤙𞤮𞤪𞤧𞤳 (𞤐𞤮𞤪𞤺𞤫𞤴𞤢𞥄)', + 'no' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫', + 'no_NO' => '𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤴𞤢𞤲𞤪𞤫 (𞤐𞤮𞤪𞤺𞤫𞤴𞤢𞥄)', + 'om' => '𞤌𞤪𞤮𞤥𞤮𞥅𞤪𞤫', + 'om_ET' => '𞤌𞤪𞤮𞤥𞤮𞥅𞤪𞤫 (𞤀𞤦𞤢𞤧𞤭𞤲𞤭𞥅)', + 'om_KE' => '𞤌𞤪𞤮𞤥𞤮𞥅𞤪𞤫 (𞤑𞤫𞤲𞤭𞤴𞤢𞥄)', + 'or' => '𞤌𞤣𞤭𞤢𞥄𞤪𞤫', + 'or_IN' => '𞤌𞤣𞤭𞤢𞥄𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', + 'os' => '𞤌𞤧𞥆𞤫𞤼𞤭𞤳𞤪𞤫', + 'os_GE' => '𞤌𞤧𞥆𞤫𞤼𞤭𞤳𞤪𞤫 (𞤔𞤮𞤪𞤶𞤭𞤴𞤢𞥄)', + 'os_RU' => '𞤌𞤧𞥆𞤫𞤼𞤭𞤳𞤪𞤫 (𞤈𞤮𞥅𞤧𞤭𞤴𞤢)', + 'pa' => '𞤆𞤵𞤲𞤶𞤢𞥄𞤦𞤭𞥅𞤪𞤫', + 'pa_Arab' => '𞤆𞤵𞤲𞤶𞤢𞥄𞤦𞤭𞥅𞤪𞤫 (𞤀𞥄𞤪𞤢𞤦𞤵)', + 'pa_Arab_PK' => '𞤆𞤵𞤲𞤶𞤢𞥄𞤦𞤭𞥅𞤪𞤫 (𞤀𞥄𞤪𞤢𞤦𞤵⹁ 𞤆𞤢𞤳𞤭𞤧𞤼𞤢𞥄𞤲)', + 'pa_Guru' => '𞤆𞤵𞤲𞤶𞤢𞥄𞤦𞤭𞥅𞤪𞤫 (𞤘𞤵𞤪𞤥𞤵𞤿𞤭)', + 'pa_Guru_IN' => '𞤆𞤵𞤲𞤶𞤢𞥄𞤦𞤭𞥅𞤪𞤫 (𞤘𞤵𞤪𞤥𞤵𞤿𞤭⹁ 𞤋𞤲𞤣𞤭𞤴𞤢)', + 'pa_IN' => '𞤆𞤵𞤲𞤶𞤢𞥄𞤦𞤭𞥅𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', + 'pa_PK' => '𞤆𞤵𞤲𞤶𞤢𞥄𞤦𞤭𞥅𞤪𞤫 (𞤆𞤢𞤳𞤭𞤧𞤼𞤢𞥄𞤲)', 'pl' => '𞤆𞤮𞤤𞤢𞤲𞤣𞤭𞥅𞤪𞤫', 'pl_PL' => '𞤆𞤮𞤤𞤢𞤲𞤣𞤭𞥅𞤪𞤫 (𞤆𞤮𞤤𞤢𞤲𞤣)', + 'ps' => '𞤆𞤢𞤧𞤼𞤵𞤲𞤪𞤫', + 'ps_AF' => '𞤆𞤢𞤧𞤼𞤵𞤲𞤪𞤫 (𞤀𞤬𞤺𞤢𞤲𞤭𞤧𞤼𞤢𞥄𞤲)', + 'ps_PK' => '𞤆𞤢𞤧𞤼𞤵𞤲𞤪𞤫 (𞤆𞤢𞤳𞤭𞤧𞤼𞤢𞥄𞤲)', 'pt' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫', 'pt_AO' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤀𞤲𞤺𞤮𞤤𞤢𞥄)', - 'pt_BR' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤄𞤪𞤢𞥄𞥁𞤭𞤤)', + 'pt_BR' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤄𞤪𞤢𞤧𞤭𞤤)', 'pt_CH' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤅𞤵𞤱𞤭𞤪𞤧𞤢𞥄)', 'pt_CV' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤑𞤢𞥄𞤦𞤮 𞤜𞤫𞤪𞤣𞤫)', 'pt_GQ' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤘𞤭𞤲𞤫 𞤕𞤢𞤳𞤢𞤲𞤼𞤫𞥅𞤪𞤭)', 'pt_GW' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤘𞤭𞤲𞤫-𞤄𞤭𞤧𞤢𞤱𞤮𞥅)', 'pt_LU' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤂𞤵𞤳𞤧𞤢𞤲𞤦𞤵𞥅𞤺)', - 'pt_MO' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', + 'pt_MO' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', 'pt_MZ' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤃𞤮𞤧𞤢𞤥𞤦𞤭𞥅𞤳)', 'pt_PT' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤆𞤮𞥅𞤪𞤼𞤵𞤺𞤢𞥄𞤤)', 'pt_ST' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤅𞤢𞤱𞤵 𞤚𞤵𞤥𞤫𞥅 & 𞤆𞤫𞤪𞤫𞤲𞤧𞤭𞤨𞤫)', 'pt_TL' => '𞤆𞤮𞤪𞤼𞤮𞤳𞤫𞥅𞤧𞤭𞥅𞤪𞤫 (𞤚𞤭𞤥𞤮𞥅𞤪 𞤂𞤫𞤧𞤼𞤫)', - 'ro_MD' => 'Romaneere (𞤃𞤮𞤤𞤣𞤮𞤾𞤢𞥄)', - 'ro_RO' => 'Romaneere (𞤈𞤵𞤥𞤢𞥄𞤲𞤭𞤴𞤢)', + 'qu' => '𞤗𞤵𞤷𞤵𞤢𞤲𞤪𞤫', + 'qu_BO' => '𞤗𞤵𞤷𞤵𞤢𞤲𞤪𞤫 (𞤄𞤮𞤤𞤭𞥅𞤾𞤭𞤴𞤢𞥄)', + 'qu_EC' => '𞤗𞤵𞤷𞤵𞤢𞤲𞤪𞤫 (𞤉𞤳𞤵𞤱𞤢𞤣𞤮𞥅𞤪)', + 'qu_PE' => '𞤗𞤵𞤷𞤵𞤢𞤲𞤪𞤫 (𞤆𞤫𞤪𞤵𞥅)', + 'rm' => '𞤈𞤮𞤥𞤢𞤲𞤧𞤪𞤫', + 'rm_CH' => '𞤈𞤮𞤥𞤢𞤲𞤧𞤪𞤫 (𞤅𞤵𞤱𞤭𞤪𞤧𞤢𞥄)', + 'rn' => '𞤈𞤵𞤲𞤣𞤭𞥅𞤪𞤫', + 'rn_BI' => '𞤈𞤵𞤲𞤣𞤭𞥅𞤪𞤫 (𞤄𞤵𞤪𞤵𞤲𞤣𞤭)', + 'ro' => '𞤈𞤮𞤥𞤢𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'ro_MD' => '𞤈𞤮𞤥𞤢𞤲𞤭𞤴𞤢𞤲𞤪𞤫 (𞤃𞤮𞤤𞤣𞤮𞤾𞤢𞥄)', + 'ro_RO' => '𞤈𞤮𞤥𞤢𞤲𞤭𞤴𞤢𞤲𞤪𞤫 (𞤈𞤵𞤥𞤢𞥄𞤲𞤭𞤴𞤢)', 'ru' => '𞤈𞤮𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫', 'ru_BY' => '𞤈𞤮𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫 (𞤄𞤫𞤤𞤢𞤪𞤵𞥅𞤧)', 'ru_KG' => '𞤈𞤮𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫 (𞤑𞤭𞤪𞤶𞤭𞤧𞤼𞤢𞥄𞤲)', @@ -398,29 +508,93 @@ return [ 'ru_MD' => '𞤈𞤮𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫 (𞤃𞤮𞤤𞤣𞤮𞤾𞤢𞥄)', 'ru_RU' => '𞤈𞤮𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫 (𞤈𞤮𞥅𞤧𞤭𞤴𞤢)', 'ru_UA' => '𞤈𞤮𞥅𞤧𞤭𞤴𞤢𞤲𞤪𞤫 (𞤓𞤳𞤪𞤫𞥅𞤲𞤭𞤴𞤢)', - 'rw_RW' => 'Ruwaanndeere (𞤈𞤵𞤱𞤢𞤲𞤣𞤢𞥄)', - 'so_DJ' => 'Somalii (𞤔𞤭𞤦𞤵𞥅𞤼𞤭)', - 'so_ET' => 'Somalii (𞤀𞤦𞤢𞤧𞤭𞤲𞤭𞥅)', - 'so_KE' => 'Somalii (𞤑𞤫𞤲𞤭𞤴𞤢𞥄)', - 'so_SO' => 'Somalii (𞤅𞤵𞥅𞤥𞤢𞥄𞤤𞤭)', + 'rw' => '𞤑𞤭𞤻𞤭𞤪𞤵𞤱𞤢𞤲𞤣𞤫𞥅𞤪𞤫', + 'rw_RW' => '𞤑𞤭𞤻𞤭𞤪𞤵𞤱𞤢𞤲𞤣𞤫𞥅𞤪𞤫 (𞤈𞤵𞤱𞤢𞤲𞤣𞤢𞥄)', + 'sa' => '𞤅𞤢𞤲𞤧𞤳𞤪𞤭𞤼𞤪𞤫', + 'sa_IN' => '𞤅𞤢𞤲𞤧𞤳𞤪𞤭𞤼𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', + 'sc' => '𞤅𞤢𞤪𞤣𞤭𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'sc_IT' => '𞤅𞤢𞤪𞤣𞤭𞤲𞤭𞤴𞤢𞤲𞤪𞤫 (𞤋𞤼𞤢𞤤𞤭𞥅)', + 'sd' => '𞤅𞤭𞤲𞤣𞤢𞥄𞤪𞤫', + 'sd_Arab' => '𞤅𞤭𞤲𞤣𞤢𞥄𞤪𞤫 (𞤀𞥄𞤪𞤢𞤦𞤵)', + 'sd_Arab_PK' => '𞤅𞤭𞤲𞤣𞤢𞥄𞤪𞤫 (𞤀𞥄𞤪𞤢𞤦𞤵⹁ 𞤆𞤢𞤳𞤭𞤧𞤼𞤢𞥄𞤲)', + 'sd_Deva' => '𞤅𞤭𞤲𞤣𞤢𞥄𞤪𞤫 (𞤁𞤫𞤾𞤢𞤲𞤢𞤺𞤢𞤪𞤭)', + 'sd_Deva_IN' => '𞤅𞤭𞤲𞤣𞤢𞥄𞤪𞤫 (𞤁𞤫𞤾𞤢𞤲𞤢𞤺𞤢𞤪𞤭⹁ 𞤋𞤲𞤣𞤭𞤴𞤢)', + 'sd_IN' => '𞤅𞤭𞤲𞤣𞤢𞥄𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', + 'sd_PK' => '𞤅𞤭𞤲𞤣𞤢𞥄𞤪𞤫 (𞤆𞤢𞤳𞤭𞤧𞤼𞤢𞥄𞤲)', + 'se' => '𞤅𞤢𞤥𞤭𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫', + 'se_FI' => '𞤅𞤢𞤥𞤭𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫 (𞤊𞤭𞤲𞤤𞤢𞤲𞤣)', + 'se_NO' => '𞤅𞤢𞤥𞤭𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫 (𞤐𞤮𞤪𞤺𞤫𞤴𞤢𞥄)', + 'se_SE' => '𞤅𞤢𞤥𞤭𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤫 (𞤅𞤵𞤱𞤫𞤣𞤭𞤴𞤢𞥄)', + 'sg' => '𞤅𞤢𞤲𞤺𞤮𞥅𞤪𞤫', + 'sg_CF' => '𞤅𞤢𞤲𞤺𞤮𞥅𞤪𞤫 (𞤐𞤣𞤫𞤲𞤣𞤭 𞤚𞤵𞤥𞤦𞤮𞥅𞤪𞤭 𞤀𞤬𞤪𞤭𞤳𞤢𞥄)', + 'si' => '𞤅𞤭𞤲𞤸𞤢𞤤𞤢𞥄𞤪𞤫', + 'si_LK' => '𞤅𞤭𞤲𞤸𞤢𞤤𞤢𞥄𞤪𞤫 (𞤅𞤭𞤪 𞤂𞤢𞤲𞤳𞤢𞥄)', + 'sk' => '𞤅𞤤𞤮𞤾𞤢𞥄𞤳𞤪𞤫', + 'sk_SK' => '𞤅𞤤𞤮𞤾𞤢𞥄𞤳𞤪𞤫 (𞤅𞤵𞤤𞤮𞤾𞤢𞥄𞤳𞤭𞤴𞤢)', + 'sl' => '𞤅𞤤𞤮𞤾𞤫𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'sl_SI' => '𞤅𞤤𞤮𞤾𞤫𞤲𞤭𞤴𞤢𞤲𞤪𞤫 (𞤅𞤵𞤤𞤮𞤾𞤫𞤲𞤭𞤴𞤢𞥄)', + 'sn' => '𞤅𞤮𞤲𞤢𞥄𞤪𞤫', + 'sn_ZW' => '𞤅𞤮𞤲𞤢𞥄𞤪𞤫 (𞤟𞤭𞤥𞤦𞤢𞥄𞤥𞤵𞤴𞤢)', + 'so' => '𞤅𞤮𞤥𞤢𞤤𞤭𞥅𞤪𞤫', + 'so_DJ' => '𞤅𞤮𞤥𞤢𞤤𞤭𞥅𞤪𞤫 (𞤔𞤭𞤦𞤵𞥅𞤼𞤭)', + 'so_ET' => '𞤅𞤮𞤥𞤢𞤤𞤭𞥅𞤪𞤫 (𞤀𞤦𞤢𞤧𞤭𞤲𞤭𞥅)', + 'so_KE' => '𞤅𞤮𞤥𞤢𞤤𞤭𞥅𞤪𞤫 (𞤑𞤫𞤲𞤭𞤴𞤢𞥄)', + 'so_SO' => '𞤅𞤮𞤥𞤢𞤤𞤭𞥅𞤪𞤫 (𞤅𞤵𞥅𞤥𞤢𞥄𞤤𞤭)', 'sq' => '𞤀𞤤𞤦𞤢𞤲𞤭𞥅𞤪𞤫', 'sq_AL' => '𞤀𞤤𞤦𞤢𞤲𞤭𞥅𞤪𞤫 (𞤀𞤤𞤦𞤢𞤲𞤭𞤴𞤢𞥄)', 'sq_MK' => '𞤀𞤤𞤦𞤢𞤲𞤭𞥅𞤪𞤫 (𞤃𞤢𞤳𞤫𞤣𞤮𞤲𞤭𞤴𞤢𞥄 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫)', - 'sv_AX' => 'Sweedeere (𞤕𞤵𞤪𞤭𞥅𞤶𞤫 𞤀𞤤𞤢𞤲𞤣)', - 'sv_FI' => 'Sweedeere (𞤊𞤭𞤲𞤤𞤢𞤲𞤣)', - 'sv_SE' => 'Sweedeere (𞤅𞤵𞤱𞤫𞤣𞤭𞤴𞤢𞥄)', - 'ta_IN' => 'Tamil (𞤋𞤲𞤣𞤭𞤴𞤢)', - 'ta_LK' => 'Tamil (𞤅𞤭𞤪 𞤂𞤢𞤲𞤳𞤢𞥄)', - 'ta_MY' => 'Tamil (𞤃𞤢𞤤𞤫𞥅𞤧𞤭𞤴𞤢)', - 'ta_SG' => 'Tamil (𞤅𞤭𞤲𞤺𞤢𞤨𞤵𞥅𞤪)', + 'sr' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫', + 'sr_BA' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤄𞤮𞤧𞤲𞤭𞤴𞤢 & 𞤖𞤫𞤪𞤧𞤫𞤳𞤮𞤾𞤭𞤲𞤢𞥄)', + 'sr_Cyrl' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤅𞤭𞤪𞤤𞤭𞤳)', + 'sr_Cyrl_BA' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤅𞤭𞤪𞤤𞤭𞤳⹁ 𞤄𞤮𞤧𞤲𞤭𞤴𞤢 & 𞤖𞤫𞤪𞤧𞤫𞤳𞤮𞤾𞤭𞤲𞤢𞥄)', + 'sr_Cyrl_ME' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤅𞤭𞤪𞤤𞤭𞤳⹁ 𞤃𞤮𞤲𞤼𞤫𞤲𞤫𞥅𞤺𞤮𞤪𞤮)', + 'sr_Cyrl_RS' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤅𞤭𞤪𞤤𞤭𞤳⹁ 𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞥄)', + 'sr_Latn' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤂𞤢𞤼𞤫𞤲)', + 'sr_Latn_BA' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤂𞤢𞤼𞤫𞤲⹁ 𞤄𞤮𞤧𞤲𞤭𞤴𞤢 & 𞤖𞤫𞤪𞤧𞤫𞤳𞤮𞤾𞤭𞤲𞤢𞥄)', + 'sr_Latn_ME' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤂𞤢𞤼𞤫𞤲⹁ 𞤃𞤮𞤲𞤼𞤫𞤲𞤫𞥅𞤺𞤮𞤪𞤮)', + 'sr_Latn_RS' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤂𞤢𞤼𞤫𞤲⹁ 𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞥄)', + 'sr_ME' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤃𞤮𞤲𞤼𞤫𞤲𞤫𞥅𞤺𞤮𞤪𞤮)', + 'sr_RS' => '𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞤲𞤪𞤫 (𞤅𞤫𞤪𞤦𞤭𞤴𞤢𞥄)', + 'su' => '𞤅𞤵𞤲𞤣𞤢𞤲𞤭𞥅𞤪𞤫', + 'su_ID' => '𞤅𞤵𞤲𞤣𞤢𞤲𞤭𞥅𞤪𞤫 (𞤋𞤲𞤣𞤮𞤲𞤭𞥅𞤧𞤴𞤢)', + 'su_Latn' => '𞤅𞤵𞤲𞤣𞤢𞤲𞤭𞥅𞤪𞤫 (𞤂𞤢𞤼𞤫𞤲)', + 'su_Latn_ID' => '𞤅𞤵𞤲𞤣𞤢𞤲𞤭𞥅𞤪𞤫 (𞤂𞤢𞤼𞤫𞤲⹁ 𞤋𞤲𞤣𞤮𞤲𞤭𞥅𞤧𞤴𞤢)', + 'sv' => '𞤅𞤱𞤫𞤣𞤭𞤲𞤳𞤮𞥅𞤪𞤫', + 'sv_AX' => '𞤅𞤱𞤫𞤣𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤕𞤵𞤪𞤭𞥅𞤶𞤫 𞤀𞤤𞤢𞤲𞤣)', + 'sv_FI' => '𞤅𞤱𞤫𞤣𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤊𞤭𞤲𞤤𞤢𞤲𞤣)', + 'sv_SE' => '𞤅𞤱𞤫𞤣𞤭𞤲𞤳𞤮𞥅𞤪𞤫 (𞤅𞤵𞤱𞤫𞤣𞤭𞤴𞤢𞥄)', + 'sw' => '𞤅𞤵𞤱𞤢𞤸𞤭𞤤𞤭𞥅𞤪𞤫', + 'sw_CD' => '𞤅𞤵𞤱𞤢𞤸𞤭𞤤𞤭𞥅𞤪𞤫 (𞤑𞤮𞤲𞤺𞤮 - 𞤑𞤭𞤲𞤧𞤢𞤧𞤢)', + 'sw_KE' => '𞤅𞤵𞤱𞤢𞤸𞤭𞤤𞤭𞥅𞤪𞤫 (𞤑𞤫𞤲𞤭𞤴𞤢𞥄)', + 'sw_TZ' => '𞤅𞤵𞤱𞤢𞤸𞤭𞤤𞤭𞥅𞤪𞤫 (𞤚𞤢𞤲𞤧𞤢𞤲𞤭𞥅)', + 'sw_UG' => '𞤅𞤵𞤱𞤢𞤸𞤭𞤤𞤭𞥅𞤪𞤫 (𞤓𞤺𞤢𞤲𞤣𞤢𞥄)', + 'ta' => '𞤚𞤢𞤥𞤵𞤤𞤪𞤫', + 'ta_IN' => '𞤚𞤢𞤥𞤵𞤤𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', + 'ta_LK' => '𞤚𞤢𞤥𞤵𞤤𞤪𞤫 (𞤅𞤭𞤪 𞤂𞤢𞤲𞤳𞤢𞥄)', + 'ta_MY' => '𞤚𞤢𞤥𞤵𞤤𞤪𞤫 (𞤃𞤢𞤤𞤫𞥅𞤧𞤭𞤴𞤢)', + 'ta_SG' => '𞤚𞤢𞤥𞤵𞤤𞤪𞤫 (𞤅𞤭𞤲𞤺𞤢𞤨𞤵𞥅𞤪)', + 'te' => '𞤚𞤫𞤤𞤫𞤺𞤵𞥅𞤪𞤫', + 'te_IN' => '𞤚𞤫𞤤𞤫𞤺𞤵𞥅𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', + 'tg' => '𞤚𞤢𞤶𞤭𞤳𞤪𞤫', + 'tg_TJ' => '𞤚𞤢𞤶𞤭𞤳𞤪𞤫 (𞤚𞤢𞤶𞤭𞤳𞤭𞤧𞤼𞤢𞥄𞤲)', 'th' => '𞤚𞤢𞤴𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫', 'th_TH' => '𞤚𞤢𞤴𞤤𞤢𞤲𞤣𞤫𞥅𞤪𞤫 (𞤚𞤢𞥄𞤴𞤤𞤢𞤲𞤣)', + 'ti' => '𞤚𞤭𞤺𞤭𞤪𞤻𞤢𞥄𞤪𞤫', + 'ti_ER' => '𞤚𞤭𞤺𞤭𞤪𞤻𞤢𞥄𞤪𞤫 (𞤉𞤪𞤭𞥅𞤼𞤫𞤪𞤫)', + 'ti_ET' => '𞤚𞤭𞤺𞤭𞤪𞤻𞤢𞥄𞤪𞤫 (𞤀𞤦𞤢𞤧𞤭𞤲𞤭𞥅)', + 'tk' => '𞤼𞤵𞤪𞤳𞤥𞤢𞤲𞤪𞤫', + 'tk_TM' => '𞤼𞤵𞤪𞤳𞤥𞤢𞤲𞤪𞤫 (𞤚𞤵𞤪𞤳𞤵𞤥𞤫𞤲𞤭𞤧𞤼𞤢𞥄𞤲)', + 'to' => '𞤚𞤮𞤲𞤺𞤢𞤲𞤪𞤫', + 'to_TO' => '𞤚𞤮𞤲𞤺𞤢𞤲𞤪𞤫 (𞤚𞤮𞤲𞤺𞤢)', 'tr' => '𞤚𞤵𞥅𞤪𞤢𞤲𞤳𞤮𞥅𞤪𞤫', 'tr_CY' => '𞤚𞤵𞥅𞤪𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤑𞤵𞤦𞤪𞤵𞥅𞤧)', 'tr_TR' => '𞤚𞤵𞥅𞤪𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤚𞤵𞤪𞤳𞤭𞤴𞤢𞥄)', + 'tt' => '𞤚𞤢𞤼𞤢𞤪𞥇𞤪𞤫', + 'tt_RU' => '𞤚𞤢𞤼𞤢𞤪𞥇𞤪𞤫 (𞤈𞤮𞥅𞤧𞤭𞤴𞤢)', 'ug' => '𞤓𞥅𞤴𞤺𞤵𞥅𞤪𞤫', - 'ug_CN' => '𞤓𞥅𞤴𞤺𞤵𞥅𞤪𞤫 (𞤅𞤭𞥅𞤲)', - 'uk_UA' => 'Ukereneere (𞤓𞤳𞤪𞤫𞥅𞤲𞤭𞤴𞤢)', + 'ug_CN' => '𞤓𞥅𞤴𞤺𞤵𞥅𞤪𞤫 (𞤕𞤢𞤴𞤲𞤢)', + 'uk' => '𞤒𞤵𞤳𞤪𞤫𞤲𞤭𞤴𞤢𞤲𞤪𞤫', + 'uk_UA' => '𞤒𞤵𞤳𞤪𞤫𞤲𞤭𞤴𞤢𞤲𞤪𞤫 (𞤓𞤳𞤪𞤫𞥅𞤲𞤭𞤴𞤢)', 'ur' => '𞤓𞤪𞤣𞤵𞥅𞤪𞤫', 'ur_IN' => '𞤓𞤪𞤣𞤵𞥅𞤪𞤫 (𞤋𞤲𞤣𞤭𞤴𞤢)', 'ur_PK' => '𞤓𞤪𞤣𞤵𞥅𞤪𞤫 (𞤆𞤢𞤳𞤭𞤧𞤼𞤢𞥄𞤲)', @@ -445,18 +619,18 @@ return [ 'yo_BJ' => '𞤒𞤮𞥅𞤪𞤵𞤦𞤢𞥄𞤪𞤫 (𞤄𞤫𞤲𞤫𞤲)', 'yo_NG' => '𞤒𞤮𞥅𞤪𞤵𞤦𞤢𞥄𞤪𞤫 (𞤐𞤢𞤶𞤫𞤪𞤭𞤴𞤢𞥄)', 'zh' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫', - 'zh_CN' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤅𞤭𞥅𞤲)', - 'zh_HK' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺)', + 'zh_CN' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤕𞤢𞤴𞤲𞤢)', + 'zh_HK' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺)', 'zh_Hans' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤮𞤴𞤲𞤢𞥄𞤲𞤣𞤫)', - 'zh_Hans_CN' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤮𞤴𞤲𞤢𞥄𞤲𞤣𞤫⹁ 𞤅𞤭𞥅𞤲)', - 'zh_Hans_HK' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤮𞤴𞤲𞤢𞥄𞤲𞤣𞤫⹁ 𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺)', - 'zh_Hans_MO' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤮𞤴𞤲𞤢𞥄𞤲𞤣𞤫⹁ 𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', + 'zh_Hans_CN' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤮𞤴𞤲𞤢𞥄𞤲𞤣𞤫⹁ 𞤕𞤢𞤴𞤲𞤢)', + 'zh_Hans_HK' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤮𞤴𞤲𞤢𞥄𞤲𞤣𞤫⹁ 𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺)', + 'zh_Hans_MO' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤮𞤴𞤲𞤢𞥄𞤲𞤣𞤫⹁ 𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', 'zh_Hans_SG' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤮𞤴𞤲𞤢𞥄𞤲𞤣𞤫⹁ 𞤅𞤭𞤲𞤺𞤢𞤨𞤵𞥅𞤪)', 'zh_Hant' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤚𞤢𞤱𞤢𞥄𞤲𞤣𞤫)', - 'zh_Hant_HK' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤚𞤢𞤱𞤢𞥄𞤲𞤣𞤫⹁ 𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺)', - 'zh_Hant_MO' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤚𞤢𞤱𞤢𞥄𞤲𞤣𞤫⹁ 𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', + 'zh_Hant_HK' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤚𞤢𞤱𞤢𞥄𞤲𞤣𞤫⹁ 𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺)', + 'zh_Hant_MO' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤚𞤢𞤱𞤢𞥄𞤲𞤣𞤫⹁ 𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', 'zh_Hant_TW' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤚𞤢𞤱𞤢𞥄𞤲𞤣𞤫⹁ 𞤚𞤢𞤴𞤱𞤢𞥄𞤲)', - 'zh_MO' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', + 'zh_MO' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅)', 'zh_SG' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤅𞤭𞤲𞤺𞤢𞤨𞤵𞥅𞤪)', 'zh_TW' => '𞤕𞤢𞤴𞤲𞤢𞤲𞤳𞤮𞥅𞤪𞤫 (𞤚𞤢𞤴𞤱𞤢𞥄𞤲)', 'zu' => '𞥁𞤵𞤤𞤵𞥅𞤪𞤫', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fi.php index facabdc..d2072c0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fi.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tšetšeeni (Venäjä)', 'cs' => 'tšekki', 'cs_CZ' => 'tšekki (Tšekki)', + 'cv' => 'tšuvassi', + 'cv_RU' => 'tšuvassi (Venäjä)', 'cy' => 'kymri', 'cy_GB' => 'kymri (Iso-Britannia)', 'da' => 'tanska', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabialainen, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, Intia)', + 'sd_IN' => 'sindhi (Intia)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'pohjoissaame', 'se_FI' => 'pohjoissaame (Suomi)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fo.php index a5006c4..989d626 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fo.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tjetjenskt (Russland)', 'cs' => 'kekkiskt', 'cs_CZ' => 'kekkiskt (Kekkia)', + 'cv' => 'chuvash', + 'cv_RU' => 'chuvash (Russland)', 'cy' => 'walisiskt', 'cy_GB' => 'walisiskt (Stórabretland)', 'da' => 'danskt', @@ -504,6 +506,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabisk, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, India)', + 'sd_IN' => 'sindhi (India)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'norður sámiskt', 'se_FI' => 'norður sámiskt (Finnland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fr.php index 8e7c513..08a1826 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fr.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tchétchène (Russie)', 'cs' => 'tchèque', 'cs_CZ' => 'tchèque (Tchéquie)', + 'cv' => 'tchouvache', + 'cv_RU' => 'tchouvache (Russie)', 'cy' => 'gallois', 'cy_GB' => 'gallois (Royaume-Uni)', 'da' => 'danois', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persan (Afghanistan)', 'fa_IR' => 'persan (Iran)', 'ff' => 'peul', + 'ff_Adlm' => 'peul (adlam)', + 'ff_Adlm_BF' => 'peul (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'peul (adlam, Cameroun)', + 'ff_Adlm_GH' => 'peul (adlam, Ghana)', + 'ff_Adlm_GM' => 'peul (adlam, Gambie)', + 'ff_Adlm_GN' => 'peul (adlam, Guinée)', + 'ff_Adlm_GW' => 'peul (adlam, Guinée-Bissau)', + 'ff_Adlm_LR' => 'peul (adlam, Liberia)', + 'ff_Adlm_MR' => 'peul (adlam, Mauritanie)', + 'ff_Adlm_NE' => 'peul (adlam, Niger)', + 'ff_Adlm_NG' => 'peul (adlam, Nigeria)', + 'ff_Adlm_SL' => 'peul (adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'peul (adlam, Sénégal)', 'ff_CM' => 'peul (Cameroun)', 'ff_GN' => 'peul (Guinée)', 'ff_Latn' => 'peul (latin)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabe, Pakistan)', 'sd_Deva' => 'sindhi (dévanagari)', 'sd_Deva_IN' => 'sindhi (dévanagari, Inde)', + 'sd_IN' => 'sindhi (Inde)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'same du Nord', 'se_FI' => 'same du Nord (Finlande)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fr_CA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fr_CA.php index ec6a4cc..9a1e106 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fr_CA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fr_CA.php @@ -18,6 +18,8 @@ return [ 'en_UM' => 'anglais (îles mineures éloignées des États-Unis)', 'en_VG' => 'anglais (îles Vierges britanniques)', 'en_VI' => 'anglais (îles Vierges américaines)', + 'ff_Adlm_LR' => 'peul (adlam, Libéria)', + 'ff_Adlm_NG' => 'peul (adlam, Nigéria)', 'ff_Latn_LR' => 'peul (latin, Libéria)', 'ff_Latn_NG' => 'peul (latin, Nigéria)', 'fo_FO' => 'féroïen (îles Féroé)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fy.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fy.php index b62d39c..b949dad 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fy.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/fy.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Tsjetsjeensk (Ruslân)', 'cs' => 'Tsjechysk', 'cs_CZ' => 'Tsjechysk (Tsjechje)', + 'cv' => 'Tsjoevasjysk', + 'cv_RU' => 'Tsjoevasjysk (Ruslân)', 'cy' => 'Welsk', 'cy_GB' => 'Welsk (Verenigd Koninkrijk)', 'da' => 'Deensk', @@ -503,6 +505,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arabysk, Pakistan)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, India)', + 'sd_IN' => 'Sindhi (India)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Noard-Samysk', 'se_FI' => 'Noard-Samysk (Finlân)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ga.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ga.php index 57b22f8..5623726 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ga.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ga.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Seisnis (an Rúis)', 'cs' => 'Seicis', 'cs_CZ' => 'Seicis (an tSeicia)', + 'cv' => 'Suvaisis', + 'cv_RU' => 'Suvaisis (an Rúis)', 'cy' => 'Breatnais', 'cy_GB' => 'Breatnais (an Ríocht Aontaithe)', 'da' => 'Danmhairgis', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindis (Arabach, an Phacastáin)', 'sd_Deva' => 'Sindis (Déiveanágrach)', 'sd_Deva_IN' => 'Sindis (Déiveanágrach, an India)', + 'sd_IN' => 'Sindis (an India)', 'sd_PK' => 'Sindis (an Phacastáin)', 'se' => 'Sáimis an Tuaiscirt', 'se_FI' => 'Sáimis an Tuaiscirt (an Fhionlainn)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gd.php index 7e625d4..27af462 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gd.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Deideanais (An Ruis)', 'cs' => 'Seicis', 'cs_CZ' => 'Seicis (An t-Seic)', + 'cv' => 'Chuvash', + 'cv_RU' => 'Chuvash (An Ruis)', 'cy' => 'Cuimris', 'cy_GB' => 'Cuimris (An Rìoghachd Aonaichte)', 'da' => 'Danmhairgis', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arabais, Pagastàn)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, Na h-Innseachan)', + 'sd_IN' => 'Sindhi (Na h-Innseachan)', 'sd_PK' => 'Sindhi (Pagastàn)', 'se' => 'Sàmais Thuathach', 'se_FI' => 'Sàmais Thuathach (An Fhionnlann)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gl.php index 07bf945..7b33b8a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gl.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'checheno (Rusia)', 'cs' => 'checo', 'cs_CZ' => 'checo (Chequia)', + 'cv' => 'chuvaxo', + 'cv_RU' => 'chuvaxo (Rusia)', 'cy' => 'galés', 'cy_GB' => 'galés (O Reino Unido)', 'da' => 'dinamarqués', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persa (Afganistán)', 'fa_IR' => 'persa (Irán)', 'ff' => 'fula', + 'ff_Adlm' => 'fula (adlam)', + 'ff_Adlm_BF' => 'fula (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fula (adlam, Camerún)', + 'ff_Adlm_GH' => 'fula (adlam, Ghana)', + 'ff_Adlm_GM' => 'fula (adlam, Gambia)', + 'ff_Adlm_GN' => 'fula (adlam, Guinea)', + 'ff_Adlm_GW' => 'fula (adlam, A Guinea Bissau)', + 'ff_Adlm_LR' => 'fula (adlam, Liberia)', + 'ff_Adlm_MR' => 'fula (adlam, Mauritania)', + 'ff_Adlm_NE' => 'fula (adlam, Níxer)', + 'ff_Adlm_NG' => 'fula (adlam, Nixeria)', + 'ff_Adlm_SL' => 'fula (adlam, Serra Leoa)', + 'ff_Adlm_SN' => 'fula (adlam, Senegal)', 'ff_CM' => 'fula (Camerún)', 'ff_GN' => 'fula (Guinea)', 'ff_Latn' => 'fula (latino)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (árabe, Paquistán)', 'sd_Deva' => 'sindhi (devanágari)', 'sd_Deva_IN' => 'sindhi (devanágari, A India)', + 'sd_IN' => 'sindhi (A India)', 'sd_PK' => 'sindhi (Paquistán)', 'se' => 'saami setentrional', 'se_FI' => 'saami setentrional (Finlandia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gu.php index dd4c2b3..2e39818 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/gu.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ચેચન (રશિયા)', 'cs' => 'ચેક', 'cs_CZ' => 'ચેક (ચેકીયા)', + 'cv' => 'ચૂવાશ', + 'cv_RU' => 'ચૂવાશ (રશિયા)', 'cy' => 'વેલ્શ', 'cy_GB' => 'વેલ્શ (યુનાઇટેડ કિંગડમ)', 'da' => 'ડેનિશ', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ફારસી (અફઘાનિસ્તાન)', 'fa_IR' => 'ફારસી (ઈરાન)', 'ff' => 'ફુલાહ', + 'ff_Adlm' => 'ફુલાહ (એડલમ)', + 'ff_Adlm_BF' => 'ફુલાહ (એડલમ, બુર્કિના ફાસો)', + 'ff_Adlm_CM' => 'ફુલાહ (એડલમ, કૅમરૂન)', + 'ff_Adlm_GH' => 'ફુલાહ (એડલમ, ઘાના)', + 'ff_Adlm_GM' => 'ફુલાહ (એડલમ, ગેમ્બિયા)', + 'ff_Adlm_GN' => 'ફુલાહ (એડલમ, ગિની)', + 'ff_Adlm_GW' => 'ફુલાહ (એડલમ, ગિની-બિસાઉ)', + 'ff_Adlm_LR' => 'ફુલાહ (એડલમ, લાઇબેરિયા)', + 'ff_Adlm_MR' => 'ફુલાહ (એડલમ, મૌરિટાનિયા)', + 'ff_Adlm_NE' => 'ફુલાહ (એડલમ, નાઇજર)', + 'ff_Adlm_NG' => 'ફુલાહ (એડલમ, નાઇજેરિયા)', + 'ff_Adlm_SL' => 'ફુલાહ (એડલમ, સીએરા લેઓન)', + 'ff_Adlm_SN' => 'ફુલાહ (એડલમ, સેનેગલ)', 'ff_CM' => 'ફુલાહ (કૅમરૂન)', 'ff_GN' => 'ફુલાહ (ગિની)', 'ff_Latn' => 'ફુલાહ (લેટિન)', @@ -308,8 +323,8 @@ return [ 'fr_VU' => 'ફ્રેન્ચ (વાનુઆતુ)', 'fr_WF' => 'ફ્રેન્ચ (વૉલિસ અને ફ્યુચુના)', 'fr_YT' => 'ફ્રેન્ચ (મેયોટ)', - 'fy' => 'પશ્ચિમી ફ્રિસિયન', - 'fy_NL' => 'પશ્ચિમી ફ્રિસિયન (નેધરલેન્ડ્સ)', + 'fy' => 'પશ્ચિમિ ફ્રિશિયન', + 'fy_NL' => 'પશ્ચિમિ ફ્રિશિયન (નેધરલેન્ડ્સ)', 'ga' => 'આઇરિશ', 'ga_GB' => 'આઇરિશ (યુનાઇટેડ કિંગડમ)', 'ga_IE' => 'આઇરિશ (આયર્લેન્ડ)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'સિંધી (અરબી, પાકિસ્તાન)', 'sd_Deva' => 'સિંધી (દેવનાગરી)', 'sd_Deva_IN' => 'સિંધી (દેવનાગરી, ભારત)', + 'sd_IN' => 'સિંધી (ભારત)', 'sd_PK' => 'સિંધી (પાકિસ્તાન)', 'se' => 'ઉત્તરી સામી', 'se_FI' => 'ઉત્તરી સામી (ફિનલેન્ડ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ha.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ha.php index 49716b4..42cd5f9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ha.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ha.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Chechen (Rasha)', 'cs' => 'Cek', 'cs_CZ' => 'Cek (Jamhuriyar Cak)', + 'cv' => 'Chuvash', + 'cv_RU' => 'Chuvash (Rasha)', 'cy' => 'Welsh', 'cy_GB' => 'Welsh (Biritaniya)', 'da' => 'Danish', @@ -162,7 +164,7 @@ return [ 'en_MY' => 'Turanci (Malaisiya)', 'en_NA' => 'Turanci (Namibiya)', 'en_NF' => 'Turanci (Tsibirin Narfalk)', - 'en_NG' => 'Turanci (Najeriya)', + 'en_NG' => 'Turanci (Nijeriya)', 'en_NL' => 'Turanci (Holan)', 'en_NR' => 'Turanci (Nauru)', 'en_NU' => 'Turanci (Niyu)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Farisa (Afaganistan)', 'fa_IR' => 'Farisa (Iran)', 'ff' => 'Fulah', + 'ff_Adlm' => 'Fulah (Adlam)', + 'ff_Adlm_BF' => 'Fulah (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Fulah (Adlam, Kamaru)', + 'ff_Adlm_GH' => 'Fulah (Adlam, Gana)', + 'ff_Adlm_GM' => 'Fulah (Adlam, Gambiya)', + 'ff_Adlm_GN' => 'Fulah (Adlam, Gini)', + 'ff_Adlm_GW' => 'Fulah (Adlam, Gini Bisau)', + 'ff_Adlm_LR' => 'Fulah (Adlam, Laberiya)', + 'ff_Adlm_MR' => 'Fulah (Adlam, Moritaniya)', + 'ff_Adlm_NE' => 'Fulah (Adlam, Nijar)', + 'ff_Adlm_NG' => 'Fulah (Adlam, Nijeriya)', + 'ff_Adlm_SL' => 'Fulah (Adlam, Salewo)', + 'ff_Adlm_SN' => 'Fulah (Adlam, Sanigal)', 'ff_CM' => 'Fulah (Kamaru)', 'ff_GN' => 'Fulah (Gini)', 'ff_Latn' => 'Fulah (Latin)', @@ -251,7 +266,7 @@ return [ 'ff_Latn_LR' => 'Fulah (Latin, Laberiya)', 'ff_Latn_MR' => 'Fulah (Latin, Moritaniya)', 'ff_Latn_NE' => 'Fulah (Latin, Nijar)', - 'ff_Latn_NG' => 'Fulah (Latin, Najeriya)', + 'ff_Latn_NG' => 'Fulah (Latin, Nijeriya)', 'ff_Latn_SL' => 'Fulah (Latin, Salewo)', 'ff_Latn_SN' => 'Fulah (Latin, Sanigal)', 'ff_MR' => 'Fulah (Moritaniya)', @@ -324,7 +339,7 @@ return [ 'ha' => 'Hausa', 'ha_GH' => 'Hausa (Gana)', 'ha_NE' => 'Hausa (Nijar)', - 'ha_NG' => 'Hausa (Najeriya)', + 'ha_NG' => 'Hausa (Nijeriya)', 'he' => 'Ibrananci', 'he_IL' => 'Ibrananci (Israʼila)', 'hi' => 'Harshen Hindi', @@ -343,7 +358,7 @@ return [ 'id' => 'Harshen Indunusiya', 'id_ID' => 'Harshen Indunusiya (Indunusiya)', 'ig' => 'Igbo', - 'ig_NG' => 'Igbo (Najeriya)', + 'ig_NG' => 'Igbo (Nijeriya)', 'ii' => 'Sichuan Yi', 'ii_CN' => 'Sichuan Yi (Sin)', 'is' => 'Yaren mutanen Iceland', @@ -497,11 +512,14 @@ return [ 'rw_RW' => 'Kinyarwanda (Ruwanda)', 'sa' => 'Sanskrit', 'sa_IN' => 'Sanskrit (Indiya)', + 'sc' => 'Sardiniyanci', + 'sc_IT' => 'Sardiniyanci (Italiya)', 'sd' => 'Sindiyanci', 'sd_Arab' => 'Sindiyanci (Larabci)', 'sd_Arab_PK' => 'Sindiyanci (Larabci, Pakistan)', 'sd_Deva' => 'Sindiyanci (Devanagari)', 'sd_Deva_IN' => 'Sindiyanci (Devanagari, Indiya)', + 'sd_IN' => 'Sindiyanci (Indiya)', 'sd_PK' => 'Sindiyanci (Pakistan)', 'se' => 'Sami ta Arewa', 'se_FI' => 'Sami ta Arewa (Finlan)', @@ -509,6 +527,8 @@ return [ 'se_SE' => 'Sami ta Arewa (Suwedan)', 'sg' => 'Sango', 'sg_CF' => 'Sango (Jamhuriyar Afirka Ta Tsakiya)', + 'sh' => 'Kuroweshiyancin-Sabiya', + 'sh_BA' => 'Kuroweshiyancin-Sabiya (Bosniya da Harzagobina)', 'si' => 'Sinhalanci', 'si_LK' => 'Sinhalanci (Siri Lanka)', 'sk' => 'Basulke', @@ -599,7 +619,7 @@ return [ 'yi_001' => 'Yaren Yiddish (Duniya)', 'yo' => 'Yarbanci', 'yo_BJ' => 'Yarbanci (Binin)', - 'yo_NG' => 'Yarbanci (Najeriya)', + 'yo_NG' => 'Yarbanci (Nijeriya)', 'zh' => 'Harshen Sinanci', 'zh_CN' => 'Harshen Sinanci (Sin)', 'zh_HK' => 'Harshen Sinanci (Babban Yankin Mulkin Hong Kong na Ƙasar Sin)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/he.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/he.php index b2d710a..1e8a434 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/he.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/he.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'צ׳צ׳נית (רוסיה)', 'cs' => 'צ׳כית', 'cs_CZ' => 'צ׳כית (צ׳כיה)', + 'cv' => 'צ׳ובאש', + 'cv_RU' => 'צ׳ובאש (רוסיה)', 'cy' => 'וולשית', 'cy_GB' => 'וולשית (בריטניה)', 'da' => 'דנית', @@ -110,7 +112,7 @@ return [ 'en_BI' => 'אנגלית (בורונדי)', 'en_BM' => 'אנגלית (ברמודה)', 'en_BS' => 'אנגלית (איי בהאמה)', - 'en_BW' => 'אנגלית (בוצוואנה)', + 'en_BW' => 'אנגלית (בוטסואנה)', 'en_BZ' => 'אנגלית (בליז)', 'en_CA' => 'אנגלית (קנדה)', 'en_CC' => 'אנגלית (איי קוקוס [קילינג])', @@ -181,7 +183,7 @@ return [ 'en_SG' => 'אנגלית (סינגפור)', 'en_SH' => 'אנגלית (סנט הלנה)', 'en_SI' => 'אנגלית (סלובניה)', - 'en_SL' => 'אנגלית (סיירה לאונה)', + 'en_SL' => 'אנגלית (סיירה לאון)', 'en_SS' => 'אנגלית (דרום סודן)', 'en_SX' => 'אנגלית (סנט מארטן)', 'en_SZ' => 'אנגלית (אסוואטיני)', @@ -250,7 +252,7 @@ return [ 'ff_Adlm_MR' => 'פולה (אדלם, מאוריטניה)', 'ff_Adlm_NE' => 'פולה (אדלם, ניז׳ר)', 'ff_Adlm_NG' => 'פולה (אדלם, ניגריה)', - 'ff_Adlm_SL' => 'פולה (אדלם, סיירה לאונה)', + 'ff_Adlm_SL' => 'פולה (אדלם, סיירה לאון)', 'ff_Adlm_SN' => 'פולה (אדלם, סנגל)', 'ff_CM' => 'פולה (קמרון)', 'ff_GN' => 'פולה (גינאה)', @@ -265,7 +267,7 @@ return [ 'ff_Latn_MR' => 'פולה (לטיני, מאוריטניה)', 'ff_Latn_NE' => 'פולה (לטיני, ניז׳ר)', 'ff_Latn_NG' => 'פולה (לטיני, ניגריה)', - 'ff_Latn_SL' => 'פולה (לטיני, סיירה לאונה)', + 'ff_Latn_SL' => 'פולה (לטיני, סיירה לאון)', 'ff_Latn_SN' => 'פולה (לטיני, סנגל)', 'ff_MR' => 'פולה (מאוריטניה)', 'ff_SN' => 'פולה (סנגל)', @@ -424,8 +426,8 @@ return [ 'ml_IN' => 'מליאלאם (הודו)', 'mn' => 'מונגולית', 'mn_MN' => 'מונגולית (מונגוליה)', - 'mr' => 'מראטהי', - 'mr_IN' => 'מראטהי (הודו)', + 'mr' => 'מראטהית', + 'mr_IN' => 'מראטהית (הודו)', 'ms' => 'מלאית', 'ms_BN' => 'מלאית (ברוניי)', 'ms_ID' => 'מלאית (אינדונזיה)', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'סינדהית (ערבי, פקיסטן)', 'sd_Deva' => 'סינדהית (דוואנגרי)', 'sd_Deva_IN' => 'סינדהית (דוואנגרי, הודו)', + 'sd_IN' => 'סינדהית (הודו)', 'sd_PK' => 'סינדהית (פקיסטן)', 'se' => 'סמי צפונית', 'se_FI' => 'סמי צפונית (פינלנד)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hi.php index af8490e..513e097 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hi.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'चेचन (रूस)', 'cs' => 'चेक', 'cs_CZ' => 'चेक (चेकिया)', + 'cv' => 'चूवाश', + 'cv_RU' => 'चूवाश (रूस)', 'cy' => 'वेल्श', 'cy_GB' => 'वेल्श (यूनाइटेड किंगडम)', 'da' => 'डेनिश', @@ -204,33 +206,33 @@ return [ 'en_ZW' => 'अंग्रेज़ी (ज़िम्बाब्वे)', 'eo' => 'एस्पेरेंतो', 'eo_001' => 'एस्पेरेंतो (विश्व)', - 'es' => 'स्पेनी', - 'es_419' => 'स्पेनी (लैटिन अमेरिका)', - 'es_AR' => 'स्पेनी (अर्जेंटीना)', - 'es_BO' => 'स्पेनी (बोलीविया)', - 'es_BR' => 'स्पेनी (ब्राज़ील)', - 'es_BZ' => 'स्पेनी (बेलीज़)', - 'es_CL' => 'स्पेनी (चिली)', - 'es_CO' => 'स्पेनी (कोलंबिया)', - 'es_CR' => 'स्पेनी (कोस्टारिका)', - 'es_CU' => 'स्पेनी (क्यूबा)', - 'es_DO' => 'स्पेनी (डोमिनिकन गणराज्य)', - 'es_EC' => 'स्पेनी (इक्वाडोर)', - 'es_ES' => 'स्पेनी (स्पेन)', - 'es_GQ' => 'स्पेनी (इक्वेटोरियल गिनी)', - 'es_GT' => 'स्पेनी (ग्वाटेमाला)', - 'es_HN' => 'स्पेनी (होंडूरास)', - 'es_MX' => 'स्पेनी (मैक्सिको)', - 'es_NI' => 'स्पेनी (निकारागुआ)', - 'es_PA' => 'स्पेनी (पनामा)', - 'es_PE' => 'स्पेनी (पेरू)', - 'es_PH' => 'स्पेनी (फ़िलिपींस)', - 'es_PR' => 'स्पेनी (पोर्टो रिको)', - 'es_PY' => 'स्पेनी (पराग्वे)', - 'es_SV' => 'स्पेनी (अल सल्वाडोर)', - 'es_US' => 'स्पेनी (संयुक्त राज्य)', - 'es_UY' => 'स्पेनी (उरूग्वे)', - 'es_VE' => 'स्पेनी (वेनेज़ुएला)', + 'es' => 'स्पेनिश', + 'es_419' => 'स्पेनिश (लैटिन अमेरिका)', + 'es_AR' => 'स्पेनिश (अर्जेंटीना)', + 'es_BO' => 'स्पेनिश (बोलीविया)', + 'es_BR' => 'स्पेनिश (ब्राज़ील)', + 'es_BZ' => 'स्पेनिश (बेलीज़)', + 'es_CL' => 'स्पेनिश (चिली)', + 'es_CO' => 'स्पेनिश (कोलंबिया)', + 'es_CR' => 'स्पेनिश (कोस्टारिका)', + 'es_CU' => 'स्पेनिश (क्यूबा)', + 'es_DO' => 'स्पेनिश (डोमिनिकन गणराज्य)', + 'es_EC' => 'स्पेनिश (इक्वाडोर)', + 'es_ES' => 'स्पेनिश (स्पेन)', + 'es_GQ' => 'स्पेनिश (इक्वेटोरियल गिनी)', + 'es_GT' => 'स्पेनिश (ग्वाटेमाला)', + 'es_HN' => 'स्पेनिश (होंडूरास)', + 'es_MX' => 'स्पेनिश (मैक्सिको)', + 'es_NI' => 'स्पेनिश (निकारागुआ)', + 'es_PA' => 'स्पेनिश (पनामा)', + 'es_PE' => 'स्पेनिश (पेरू)', + 'es_PH' => 'स्पेनिश (फ़िलिपींस)', + 'es_PR' => 'स्पेनिश (पोर्टो रिको)', + 'es_PY' => 'स्पेनिश (पराग्वे)', + 'es_SV' => 'स्पेनिश (अल सल्वाडोर)', + 'es_US' => 'स्पेनिश (संयुक्त राज्य)', + 'es_UY' => 'स्पेनिश (उरूग्वे)', + 'es_VE' => 'स्पेनिश (वेनेज़ुएला)', 'et' => 'एस्टोनियाई', 'et_EE' => 'एस्टोनियाई (एस्टोनिया)', 'eu' => 'बास्क', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'फ़ारसी (अफ़गानिस्तान)', 'fa_IR' => 'फ़ारसी (ईरान)', 'ff' => 'फुलाह', + 'ff_Adlm' => 'फुलाह (ऐडलम)', + 'ff_Adlm_BF' => 'फुलाह (ऐडलम, बुर्किना फ़ासो)', + 'ff_Adlm_CM' => 'फुलाह (ऐडलम, कैमरून)', + 'ff_Adlm_GH' => 'फुलाह (ऐडलम, घाना)', + 'ff_Adlm_GM' => 'फुलाह (ऐडलम, गाम्बिया)', + 'ff_Adlm_GN' => 'फुलाह (ऐडलम, गिनी)', + 'ff_Adlm_GW' => 'फुलाह (ऐडलम, गिनी-बिसाउ)', + 'ff_Adlm_LR' => 'फुलाह (ऐडलम, लाइबेरिया)', + 'ff_Adlm_MR' => 'फुलाह (ऐडलम, मॉरिटानिया)', + 'ff_Adlm_NE' => 'फुलाह (ऐडलम, नाइजर)', + 'ff_Adlm_NG' => 'फुलाह (ऐडलम, नाइजीरिया)', + 'ff_Adlm_SL' => 'फुलाह (ऐडलम, सिएरा लियोन)', + 'ff_Adlm_SN' => 'फुलाह (ऐडलम, सेनेगल)', 'ff_CM' => 'फुलाह (कैमरून)', 'ff_GN' => 'फुलाह (गिनी)', 'ff_Latn' => 'फुलाह (लैटिन)', @@ -272,7 +287,7 @@ return [ 'fr_CF' => 'फ़्रेंच (मध्य अफ़्रीकी गणराज्य)', 'fr_CG' => 'फ़्रेंच (कांगो – ब्राज़ाविल)', 'fr_CH' => 'फ़्रेंच (स्विट्ज़रलैंड)', - 'fr_CI' => 'फ़्रेंच (कोट डी आइवर)', + 'fr_CI' => 'फ़्रेंच (कोत दिवुआर)', 'fr_CM' => 'फ़्रेंच (कैमरून)', 'fr_DJ' => 'फ़्रेंच (जिबूती)', 'fr_DZ' => 'फ़्रेंच (अल्जीरिया)', @@ -434,7 +449,7 @@ return [ 'nl_AW' => 'डच (अरूबा)', 'nl_BE' => 'डच (बेल्जियम)', 'nl_BQ' => 'डच (कैरिबियन नीदरलैंड)', - 'nl_CW' => 'डच (क्यूरासाओ)', + 'nl_CW' => 'डच (कुरासाओ)', 'nl_NL' => 'डच (नीदरलैंड)', 'nl_SR' => 'डच (सूरीनाम)', 'nl_SX' => 'डच (सिंट मार्टिन)', @@ -445,8 +460,8 @@ return [ 'om' => 'ओरोमो', 'om_ET' => 'ओरोमो (इथियोपिया)', 'om_KE' => 'ओरोमो (केन्या)', - 'or' => 'उड़िया', - 'or_IN' => 'उड़िया (भारत)', + 'or' => 'ओड़िया', + 'or_IN' => 'ओड़िया (भारत)', 'os' => 'ओस्सेटिक', 'os_GE' => 'ओस्सेटिक (जॉर्जिया)', 'os_RU' => 'ओस्सेटिक (रूस)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'सिंधी (अरबी, पाकिस्तान)', 'sd_Deva' => 'सिंधी (देवनागरी)', 'sd_Deva_IN' => 'सिंधी (देवनागरी, भारत)', + 'sd_IN' => 'सिंधी (भारत)', 'sd_PK' => 'सिंधी (पाकिस्तान)', 'se' => 'नॉर्दन सामी', 'se_FI' => 'नॉर्दन सामी (फ़िनलैंड)', @@ -562,7 +578,7 @@ return [ 'te' => 'तेलुगू', 'te_IN' => 'तेलुगू (भारत)', 'tg' => 'ताजिक', - 'tg_TJ' => 'ताजिक (ताज़िकिस्तान)', + 'tg_TJ' => 'ताजिक (ताजिकिस्तान)', 'th' => 'थाई', 'th_TH' => 'थाई (थाईलैंड)', 'ti' => 'तिग्रीन्या', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hi_Latn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hi_Latn.php index 2468201..585ffb6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hi_Latn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hi_Latn.php @@ -5,19 +5,63 @@ return [ 'af' => 'Afreeki', 'af_NA' => 'Afreeki (नामीबिया)', 'af_ZA' => 'Afreeki (दक्षिण अफ़्रीका)', - 'as' => 'Aasaami', - 'as_IN' => 'Aasaami (भारत)', 'bn' => 'Bangla', 'bn_BD' => 'Bangla (बांग्लादेश)', 'bn_IN' => 'Bangla (भारत)', 'bo' => 'Tibbati', 'bo_CN' => 'Tibbati (चीन)', 'bo_IN' => 'Tibbati (भारत)', + 'en_KN' => 'अंग्रेज़ी (St. Kitts & Nevis)', + 'en_LC' => 'अंग्रेज़ी (St. Lucia)', + 'en_SH' => 'अंग्रेज़ी (St. Helena)', 'en_UM' => 'अंग्रेज़ी (U.S. Outlying Islands)', + 'en_VC' => 'अंग्रेज़ी (St. Vincent & Grenadines)', 'en_VI' => 'अंग्रेज़ी (U.S. Virgin Islands)', 'fa' => 'Faarsi', 'fa_AF' => 'Faarsi (अफ़गानिस्तान)', 'fa_IR' => 'Faarsi (ईरान)', + 'ff' => 'Fulah', + 'ff_Adlm' => 'Fulah (ऐडलम)', + 'ff_Adlm_BF' => 'Fulah (ऐडलम, बुर्किना फ़ासो)', + 'ff_Adlm_CM' => 'Fulah (ऐडलम, कैमरून)', + 'ff_Adlm_GH' => 'Fulah (ऐडलम, घाना)', + 'ff_Adlm_GM' => 'Fulah (ऐडलम, गाम्बिया)', + 'ff_Adlm_GN' => 'Fulah (ऐडलम, गिनी)', + 'ff_Adlm_GW' => 'Fulah (ऐडलम, गिनी-बिसाउ)', + 'ff_Adlm_LR' => 'Fulah (ऐडलम, लाइबेरिया)', + 'ff_Adlm_MR' => 'Fulah (ऐडलम, मॉरिटानिया)', + 'ff_Adlm_NE' => 'Fulah (ऐडलम, नाइजर)', + 'ff_Adlm_NG' => 'Fulah (ऐडलम, नाइजीरिया)', + 'ff_Adlm_SL' => 'Fulah (ऐडलम, सिएरा लियोन)', + 'ff_Adlm_SN' => 'Fulah (ऐडलम, सेनेगल)', + 'ff_CM' => 'Fulah (कैमरून)', + 'ff_GN' => 'Fulah (गिनी)', + 'ff_Latn' => 'Fulah (लैटिन)', + 'ff_Latn_BF' => 'Fulah (लैटिन, बुर्किना फ़ासो)', + 'ff_Latn_CM' => 'Fulah (लैटिन, कैमरून)', + 'ff_Latn_GH' => 'Fulah (लैटिन, घाना)', + 'ff_Latn_GM' => 'Fulah (लैटिन, गाम्बिया)', + 'ff_Latn_GN' => 'Fulah (लैटिन, गिनी)', + 'ff_Latn_GW' => 'Fulah (लैटिन, गिनी-बिसाउ)', + 'ff_Latn_LR' => 'Fulah (लैटिन, लाइबेरिया)', + 'ff_Latn_MR' => 'Fulah (लैटिन, मॉरिटानिया)', + 'ff_Latn_NE' => 'Fulah (लैटिन, नाइजर)', + 'ff_Latn_NG' => 'Fulah (लैटिन, नाइजीरिया)', + 'ff_Latn_SL' => 'Fulah (लैटिन, सिएरा लियोन)', + 'ff_Latn_SN' => 'Fulah (लैटिन, सेनेगल)', + 'ff_MR' => 'Fulah (मॉरिटानिया)', + 'ff_SN' => 'Fulah (सेनेगल)', + 'fr_BL' => 'फ़्रेंच (St. Barthelemy)', + 'fr_CI' => 'फ़्रेंच (Cote d’Ivoire)', + 'fr_MF' => 'फ़्रेंच (St. Martin)', + 'fr_PM' => 'फ़्रेंच (St. Pierre & Miquelon)', + 'fr_RE' => 'फ़्रेंच (Reunion)', + 'nb' => 'Norwegian Bokmal', + 'nb_NO' => 'Norwegian Bokmal (नॉर्वे)', + 'nb_SJ' => 'Norwegian Bokmal (स्वालबार्ड और जान मायेन)', + 'nl_CW' => 'डच (Curacao)', + 'pt_ST' => 'पुर्तगाली (Sao Tome & Principe)', + 'sv_AX' => 'स्वीडिश (Aland Islands)', 'ug' => 'Uighur', 'ug_CN' => 'Uighur (चीन)', ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hr.php index 3980402..710e502 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hr.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'čečenski (Rusija)', 'cs' => 'češki', 'cs_CZ' => 'češki (Češka)', + 'cv' => 'čuvaški', + 'cv_RU' => 'čuvaški (Rusija)', 'cy' => 'velški', 'cy_GB' => 'velški (Ujedinjeno Kraljevstvo)', 'da' => 'danski', @@ -115,7 +117,7 @@ return [ 'en_CA' => 'engleski (Kanada)', 'en_CC' => 'engleski (Kokosovi [Keelingovi] otoci)', 'en_CH' => 'engleski (Švicarska)', - 'en_CK' => 'engleski (Cookovi Otoci)', + 'en_CK' => 'engleski (Cookovi otoci)', 'en_CM' => 'engleski (Kamerun)', 'en_CX' => 'engleski (Božićni otok)', 'en_CY' => 'engleski (Cipar)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'perzijski (Afganistan)', 'fa_IR' => 'perzijski (Iran)', 'ff' => 'fula', + 'ff_Adlm' => 'fula (adlam pismo)', + 'ff_Adlm_BF' => 'fula (adlam pismo, Burkina Faso)', + 'ff_Adlm_CM' => 'fula (adlam pismo, Kamerun)', + 'ff_Adlm_GH' => 'fula (adlam pismo, Gana)', + 'ff_Adlm_GM' => 'fula (adlam pismo, Gambija)', + 'ff_Adlm_GN' => 'fula (adlam pismo, Gvineja)', + 'ff_Adlm_GW' => 'fula (adlam pismo, Gvineja Bisau)', + 'ff_Adlm_LR' => 'fula (adlam pismo, Liberija)', + 'ff_Adlm_MR' => 'fula (adlam pismo, Mauretanija)', + 'ff_Adlm_NE' => 'fula (adlam pismo, Niger)', + 'ff_Adlm_NG' => 'fula (adlam pismo, Nigerija)', + 'ff_Adlm_SL' => 'fula (adlam pismo, Sijera Leone)', + 'ff_Adlm_SN' => 'fula (adlam pismo, Senegal)', 'ff_CM' => 'fula (Kamerun)', 'ff_GN' => 'fula (Gvineja)', 'ff_Latn' => 'fula (latinica)', @@ -290,7 +305,7 @@ return [ 'fr_MF' => 'francuski (Saint Martin)', 'fr_MG' => 'francuski (Madagaskar)', 'fr_ML' => 'francuski (Mali)', - 'fr_MQ' => 'francuski (Martinique)', + 'fr_MQ' => 'francuski (Martinik)', 'fr_MR' => 'francuski (Mauretanija)', 'fr_MU' => 'francuski (Mauricijus)', 'fr_NC' => 'francuski (Nova Kaledonija)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindski (arapsko pismo, Pakistan)', 'sd_Deva' => 'sindski (devangari pismo)', 'sd_Deva_IN' => 'sindski (devangari pismo, Indija)', + 'sd_IN' => 'sindski (Indija)', 'sd_PK' => 'sindski (Pakistan)', 'se' => 'sjeverni sami', 'se_FI' => 'sjeverni sami (Finska)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hu.php index da280a1..84ef556 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hu.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'csecsen (Oroszország)', 'cs' => 'cseh', 'cs_CZ' => 'cseh (Csehország)', + 'cv' => 'csuvas', + 'cv_RU' => 'csuvas (Oroszország)', 'cy' => 'walesi', 'cy_GB' => 'walesi (Egyesült Királyság)', 'da' => 'dán', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'perzsa (Afganisztán)', 'fa_IR' => 'perzsa (Irán)', 'ff' => 'fulani', + 'ff_Adlm' => 'fulani (Adlam)', + 'ff_Adlm_BF' => 'fulani (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulani (Adlam, Kamerun)', + 'ff_Adlm_GH' => 'fulani (Adlam, Ghána)', + 'ff_Adlm_GM' => 'fulani (Adlam, Gambia)', + 'ff_Adlm_GN' => 'fulani (Adlam, Guinea)', + 'ff_Adlm_GW' => 'fulani (Adlam, Bissau-Guinea)', + 'ff_Adlm_LR' => 'fulani (Adlam, Libéria)', + 'ff_Adlm_MR' => 'fulani (Adlam, Mauritánia)', + 'ff_Adlm_NE' => 'fulani (Adlam, Niger)', + 'ff_Adlm_NG' => 'fulani (Adlam, Nigéria)', + 'ff_Adlm_SL' => 'fulani (Adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'fulani (Adlam, Szenegál)', 'ff_CM' => 'fulani (Kamerun)', 'ff_GN' => 'fulani (Guinea)', 'ff_Latn' => 'fulani (Latin)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'szindhi (Arab, Pakisztán)', 'sd_Deva' => 'szindhi (Devanagári)', 'sd_Deva_IN' => 'szindhi (Devanagári, India)', + 'sd_IN' => 'szindhi (India)', 'sd_PK' => 'szindhi (Pakisztán)', 'se' => 'északi számi', 'se_FI' => 'északi számi (Finnország)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hy.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hy.php index 7d297d6..83492a2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hy.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/hy.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'չեչեներեն (Ռուսաստան)', 'cs' => 'չեխերեն', 'cs_CZ' => 'չեխերեն (Չեխիա)', + 'cv' => 'չուվաշերեն', + 'cv_RU' => 'չուվաշերեն (Ռուսաստան)', 'cy' => 'ուելսերեն', 'cy_GB' => 'ուելսերեն (Միացյալ Թագավորություն)', 'da' => 'դանիերեն', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'պարսկերեն (Աֆղանստան)', 'fa_IR' => 'պարսկերեն (Իրան)', 'ff' => 'ֆուլահ', + 'ff_Adlm' => 'ֆուլահ (ադլամ)', + 'ff_Adlm_BF' => 'ֆուլահ (ադլամ, Բուրկինա Ֆասո)', + 'ff_Adlm_CM' => 'ֆուլահ (ադլամ, Կամերուն)', + 'ff_Adlm_GH' => 'ֆուլահ (ադլամ, Գանա)', + 'ff_Adlm_GM' => 'ֆուլահ (ադլամ, Գամբիա)', + 'ff_Adlm_GN' => 'ֆուլահ (ադլամ, Գվինեա)', + 'ff_Adlm_GW' => 'ֆուլահ (ադլամ, Գվինեա-Բիսաու)', + 'ff_Adlm_LR' => 'ֆուլահ (ադլամ, Լիբերիա)', + 'ff_Adlm_MR' => 'ֆուլահ (ադլամ, Մավրիտանիա)', + 'ff_Adlm_NE' => 'ֆուլահ (ադլամ, Նիգեր)', + 'ff_Adlm_NG' => 'ֆուլահ (ադլամ, Նիգերիա)', + 'ff_Adlm_SL' => 'ֆուլահ (ադլամ, Սիեռա Լեոնե)', + 'ff_Adlm_SN' => 'ֆուլահ (ադլամ, Սենեգալ)', 'ff_CM' => 'ֆուլահ (Կամերուն)', 'ff_GN' => 'ֆուլահ (Գվինեա)', 'ff_Latn' => 'ֆուլահ (լատինական)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'սինդհի (արաբական, Պակիստան)', 'sd_Deva' => 'սինդհի (դեւանագարի)', 'sd_Deva_IN' => 'սինդհի (դեւանագարի, Հնդկաստան)', + 'sd_IN' => 'սինդհի (Հնդկաստան)', 'sd_PK' => 'սինդհի (Պակիստան)', 'se' => 'հյուսիսային սաամի', 'se_FI' => 'հյուսիսային սաամի (Ֆինլանդիա)', @@ -609,15 +625,15 @@ return [ 'zh' => 'չինարեն', 'zh_CN' => 'չինարեն (Չինաստան)', 'zh_HK' => 'չինարեն (Հոնկոնգի ՀՎՇ)', - 'zh_Hans' => 'չինարեն (պարզեցված չինական)', - 'zh_Hans_CN' => 'չինարեն (պարզեցված չինական, Չինաստան)', - 'zh_Hans_HK' => 'չինարեն (պարզեցված չինական, Հոնկոնգի ՀՎՇ)', - 'zh_Hans_MO' => 'չինարեն (պարզեցված չինական, Չինաստանի Մակաո ՀՎՇ)', - 'zh_Hans_SG' => 'չինարեն (պարզեցված չինական, Սինգապուր)', - 'zh_Hant' => 'չինարեն (ավանդական չինական)', - 'zh_Hant_HK' => 'չինարեն (ավանդական չինական, Հոնկոնգի ՀՎՇ)', - 'zh_Hant_MO' => 'չինարեն (ավանդական չինական, Չինաստանի Մակաո ՀՎՇ)', - 'zh_Hant_TW' => 'չինարեն (ավանդական չինական, Թայվան)', + 'zh_Hans' => 'չինարեն (պարզեցված)', + 'zh_Hans_CN' => 'չինարեն (պարզեցված, Չինաստան)', + 'zh_Hans_HK' => 'չինարեն (պարզեցված, Հոնկոնգի ՀՎՇ)', + 'zh_Hans_MO' => 'չինարեն (պարզեցված, Չինաստանի Մակաո ՀՎՇ)', + 'zh_Hans_SG' => 'չինարեն (պարզեցված, Սինգապուր)', + 'zh_Hant' => 'չինարեն (ավանդական)', + 'zh_Hant_HK' => 'չինարեն (ավանդական, Հոնկոնգի ՀՎՇ)', + 'zh_Hant_MO' => 'չինարեն (ավանդական, Չինաստանի Մակաո ՀՎՇ)', + 'zh_Hant_TW' => 'չինարեն (ավանդական, Թայվան)', 'zh_MO' => 'չինարեն (Չինաստանի Մակաո ՀՎՇ)', 'zh_SG' => 'չինարեն (Սինգապուր)', 'zh_TW' => 'չինարեն (Թայվան)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ia.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ia.php index 1a5605f..ff0704a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ia.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ia.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'checheno (Russia)', 'cs' => 'checo', 'cs_CZ' => 'checo (Chechia)', + 'cv' => 'chuvash', + 'cv_RU' => 'chuvash (Russia)', 'cy' => 'gallese', 'cy_GB' => 'gallese (Regno Unite)', 'da' => 'danese', @@ -504,6 +506,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabe, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, India)', + 'sd_IN' => 'sindhi (India)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'sami del nord', 'se_FI' => 'sami del nord (Finlandia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/id.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/id.php index 48561dd..c73b78d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/id.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/id.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Chechen (Rusia)', 'cs' => 'Cheska', 'cs_CZ' => 'Cheska (Ceko)', + 'cv' => 'Chuvash', + 'cv_RU' => 'Chuvash (Rusia)', 'cy' => 'Welsh', 'cy_GB' => 'Welsh (Inggris Raya)', 'da' => 'Dansk', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arab, Pakistan)', 'sd_Deva' => 'Sindhi (Dewanagari)', 'sd_Deva_IN' => 'Sindhi (Dewanagari, India)', + 'sd_IN' => 'Sindhi (India)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Sami Utara', 'se_FI' => 'Sami Utara (Finlandia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ig.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ig.php index ed34c2a..1007448 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ig.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ig.php @@ -38,6 +38,8 @@ return [ 'ar_TD' => 'Arabiikị (Chad)', 'ar_TN' => 'Arabiikị (Tunisia)', 'ar_YE' => 'Arabiikị (Yemen)', + 'as' => 'Asamisị', + 'as_IN' => 'Asamisị (India)', 'az' => 'Azerbajanị', 'az_AZ' => 'Azerbajanị (Azerbaijan)', 'az_Cyrl' => 'Azerbajanị (Mkpụrụ Okwu Cyrillic)', @@ -73,6 +75,8 @@ return [ 'ce_RU' => 'Chechen (Rụssịa)', 'cs' => 'Cheekị', 'cs_CZ' => 'Cheekị (Czechia)', + 'cv' => 'Chuvash', + 'cv_RU' => 'Chuvash (Rụssịa)', 'cy' => 'Wesh', 'cy_GB' => 'Wesh (United Kingdom)', 'da' => 'Danịsh', @@ -237,6 +241,19 @@ return [ 'fa_AF' => 'Peshianụ (Afghanistan)', 'fa_IR' => 'Peshianụ (Iran)', 'ff' => 'Fula', + 'ff_Adlm' => 'Fula (Adlam)', + 'ff_Adlm_BF' => 'Fula (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Fula (Adlam, Cameroon)', + 'ff_Adlm_GH' => 'Fula (Adlam, Ghana)', + 'ff_Adlm_GM' => 'Fula (Adlam, Gambia)', + 'ff_Adlm_GN' => 'Fula (Adlam, Guinea)', + 'ff_Adlm_GW' => 'Fula (Adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'Fula (Adlam, Liberia)', + 'ff_Adlm_MR' => 'Fula (Adlam, Mauritania)', + 'ff_Adlm_NE' => 'Fula (Adlam, Niger)', + 'ff_Adlm_NG' => 'Fula (Adlam, Naịjịrịa)', + 'ff_Adlm_SL' => 'Fula (Adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'Fula (Adlam, Senegal)', 'ff_CM' => 'Fula (Cameroon)', 'ff_GN' => 'Fula (Guinea)', 'ff_Latn' => 'Fula (Latin)', @@ -334,6 +351,8 @@ return [ 'hr_HR' => 'Kọrọtịan (Croatia)', 'hu' => 'Hụngarian', 'hu_HU' => 'Hụngarian (Hungary)', + 'hy' => 'Armenianị', + 'hy_AM' => 'Armenianị (Armenia)', 'ia' => 'Intalịgụa', 'ia_001' => 'Intalịgụa (Uwa)', 'id' => 'Indonisia', @@ -436,6 +455,8 @@ return [ 'nl_SX' => 'Dọchị (Sint Maarten)', 'nn' => 'Nọrweyịan Nynersk', 'nn_NO' => 'Nọrweyịan Nynersk (Norway)', + 'no' => 'Nọrweyịan', + 'no_NO' => 'Nọrweyịan (Norway)', 'om' => 'Ọromo', 'om_ET' => 'Ọromo (Ethiopia)', 'om_KE' => 'Ọromo (Kenya)', @@ -491,11 +512,14 @@ return [ 'rw_RW' => 'Kinyarwanda (Rwanda)', 'sa' => 'Sansịkịt', 'sa_IN' => 'Sansịkịt (India)', + 'sc' => 'Sardinian', + 'sc_IT' => 'Sardinian (Italy)', 'sd' => 'Sịndh', 'sd_Arab' => 'Sịndh (Mkpụrụ Okwu Arabic)', 'sd_Arab_PK' => 'Sịndh (Mkpụrụ Okwu Arabic, Pakistan)', 'sd_Deva' => 'Sịndh (Mkpụrụ ọkwụ Devangarị)', 'sd_Deva_IN' => 'Sịndh (Mkpụrụ ọkwụ Devangarị, India)', + 'sd_IN' => 'Sịndh (India)', 'sd_PK' => 'Sịndh (Pakistan)', 'se' => 'Nọrtan Samị', 'se_FI' => 'Nọrtan Samị (Finland)', @@ -516,6 +540,9 @@ return [ 'so_ET' => 'Somali (Ethiopia)', 'so_KE' => 'Somali (Kenya)', 'so_SO' => 'Somali (Somalia)', + 'sq' => 'Albanianị', + 'sq_AL' => 'Albanianị (Albania)', + 'sq_MK' => 'Albanianị (North Macedonia)', 'sr' => 'Sebịan', 'sr_BA' => 'Sebịan (Bosnia & Herzegovina)', 'sr_Cyrl' => 'Sebịan (Mkpụrụ Okwu Cyrillic)', @@ -528,10 +555,19 @@ return [ 'sr_Latn_RS' => 'Sebịan (Latin, Serbia)', 'sr_ME' => 'Sebịan (Montenegro)', 'sr_RS' => 'Sebịan (Serbia)', + 'su' => 'Sudanese', + 'su_ID' => 'Sudanese (Indonesia)', + 'su_Latn' => 'Sudanese (Latin)', + 'su_Latn_ID' => 'Sudanese (Latin, Indonesia)', 'sv' => 'Sụwidiishi', 'sv_AX' => 'Sụwidiishi (Agwaetiti Aland)', 'sv_FI' => 'Sụwidiishi (Finland)', 'sv_SE' => 'Sụwidiishi (Sweden)', + 'sw' => 'Swahili', + 'sw_CD' => 'Swahili (Congo - Kinshasa)', + 'sw_KE' => 'Swahili (Kenya)', + 'sw_TZ' => 'Swahili (Tanzania)', + 'sw_UG' => 'Swahili (Uganda)', 'ta' => 'Tamil', 'ta_IN' => 'Tamil (India)', 'ta_LK' => 'Tamil (Sri Lanka)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/is.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/is.php index ee331a2..9906981 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/is.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/is.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tsjetsjenska (Rússland)', 'cs' => 'tékkneska', 'cs_CZ' => 'tékkneska (Tékkland)', + 'cv' => 'sjúvas', + 'cv_RU' => 'sjúvas (Rússland)', 'cy' => 'velska', 'cy_GB' => 'velska (Bretland)', 'da' => 'danska', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persneska (Afganistan)', 'fa_IR' => 'persneska (Íran)', 'ff' => 'fúla', + 'ff_Adlm' => 'fúla (adlam)', + 'ff_Adlm_BF' => 'fúla (adlam, Búrkína Fasó)', + 'ff_Adlm_CM' => 'fúla (adlam, Kamerún)', + 'ff_Adlm_GH' => 'fúla (adlam, Gana)', + 'ff_Adlm_GM' => 'fúla (adlam, Gambía)', + 'ff_Adlm_GN' => 'fúla (adlam, Gínea)', + 'ff_Adlm_GW' => 'fúla (adlam, Gínea-Bissá)', + 'ff_Adlm_LR' => 'fúla (adlam, Líbería)', + 'ff_Adlm_MR' => 'fúla (adlam, Máritanía)', + 'ff_Adlm_NE' => 'fúla (adlam, Níger)', + 'ff_Adlm_NG' => 'fúla (adlam, Nígería)', + 'ff_Adlm_SL' => 'fúla (adlam, Síerra Leóne)', + 'ff_Adlm_SN' => 'fúla (adlam, Senegal)', 'ff_CM' => 'fúla (Kamerún)', 'ff_GN' => 'fúla (Gínea)', 'ff_Latn' => 'fúla (latneskt)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindí (arabískt, Pakistan)', 'sd_Deva' => 'sindí (devanagari)', 'sd_Deva_IN' => 'sindí (devanagari, Indland)', + 'sd_IN' => 'sindí (Indland)', 'sd_PK' => 'sindí (Pakistan)', 'se' => 'norðursamíska', 'se_FI' => 'norðursamíska (Finnland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/it.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/it.php index dae5e76..b6558cf 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/it.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/it.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ceceno (Russia)', 'cs' => 'ceco', 'cs_CZ' => 'ceco (Cechia)', + 'cv' => 'ciuvascio', + 'cv_RU' => 'ciuvascio (Russia)', 'cy' => 'gallese', 'cy_GB' => 'gallese (Regno Unito)', 'da' => 'danese', @@ -184,7 +186,7 @@ return [ 'en_SL' => 'inglese (Sierra Leone)', 'en_SS' => 'inglese (Sud Sudan)', 'en_SX' => 'inglese (Sint Maarten)', - 'en_SZ' => 'inglese (Swaziland)', + 'en_SZ' => 'inglese (eSwatini)', 'en_TC' => 'inglese (Isole Turks e Caicos)', 'en_TK' => 'inglese (Tokelau)', 'en_TO' => 'inglese (Tonga)', @@ -192,7 +194,7 @@ return [ 'en_TV' => 'inglese (Tuvalu)', 'en_TZ' => 'inglese (Tanzania)', 'en_UG' => 'inglese (Uganda)', - 'en_UM' => 'inglese (Altre isole americane del Pacifico)', + 'en_UM' => 'inglese (Isole Minori Esterne degli Stati Uniti)', 'en_US' => 'inglese (Stati Uniti)', 'en_VC' => 'inglese (Saint Vincent e Grenadine)', 'en_VG' => 'inglese (Isole Vergini Britanniche)', @@ -222,7 +224,7 @@ return [ 'es_HN' => 'spagnolo (Honduras)', 'es_MX' => 'spagnolo (Messico)', 'es_NI' => 'spagnolo (Nicaragua)', - 'es_PA' => 'spagnolo (Panamá)', + 'es_PA' => 'spagnolo (Panama)', 'es_PE' => 'spagnolo (Perù)', 'es_PH' => 'spagnolo (Filippine)', 'es_PR' => 'spagnolo (Portorico)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persiano (Afghanistan)', 'fa_IR' => 'persiano (Iran)', 'ff' => 'fulah', + 'ff_Adlm' => 'fulah (adlam)', + 'ff_Adlm_BF' => 'fulah (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulah (adlam, Camerun)', + 'ff_Adlm_GH' => 'fulah (adlam, Ghana)', + 'ff_Adlm_GM' => 'fulah (adlam, Gambia)', + 'ff_Adlm_GN' => 'fulah (adlam, Guinea)', + 'ff_Adlm_GW' => 'fulah (adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'fulah (adlam, Liberia)', + 'ff_Adlm_MR' => 'fulah (adlam, Mauritania)', + 'ff_Adlm_NE' => 'fulah (adlam, Niger)', + 'ff_Adlm_NG' => 'fulah (adlam, Nigeria)', + 'ff_Adlm_SL' => 'fulah (adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'fulah (adlam, Senegal)', 'ff_CM' => 'fulah (Camerun)', 'ff_GN' => 'fulah (Guinea)', 'ff_Latn' => 'fulah (latino)', @@ -278,7 +293,7 @@ return [ 'fr_DZ' => 'francese (Algeria)', 'fr_FR' => 'francese (Francia)', 'fr_GA' => 'francese (Gabon)', - 'fr_GF' => 'francese (Guyana francese)', + 'fr_GF' => 'francese (Guyana Francese)', 'fr_GN' => 'francese (Guinea)', 'fr_GP' => 'francese (Guadalupa)', 'fr_GQ' => 'francese (Guinea Equatoriale)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabo, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, India)', + 'sd_IN' => 'sindhi (India)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'sami del nord', 'se_FI' => 'sami del nord (Finlandia)', @@ -563,8 +579,8 @@ return [ 'te_IN' => 'telugu (India)', 'tg' => 'tagico', 'tg_TJ' => 'tagico (Tagikistan)', - 'th' => 'thai', - 'th_TH' => 'thai (Thailandia)', + 'th' => 'thailandese', + 'th_TH' => 'thailandese (Thailandia)', 'ti' => 'tigrino', 'ti_ER' => 'tigrino (Eritrea)', 'ti_ET' => 'tigrino (Etiopia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ja.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ja.php index 2f8ac95..0cf80c1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ja.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ja.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'チェチェン語 (ロシア)', 'cs' => 'チェコ語', 'cs_CZ' => 'チェコ語 (チェコ)', + 'cv' => 'チュヴァシ語', + 'cv_RU' => 'チュヴァシ語 (ロシア)', 'cy' => 'ウェールズ語', 'cy_GB' => 'ウェールズ語 (イギリス)', 'da' => 'デンマーク語', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ペルシア語 (アフガニスタン)', 'fa_IR' => 'ペルシア語 (イラン)', 'ff' => 'フラ語', + 'ff_Adlm' => 'フラ語 (アドラム文字)', + 'ff_Adlm_BF' => 'フラ語 (アドラム文字、ブルキナファソ)', + 'ff_Adlm_CM' => 'フラ語 (アドラム文字、カメルーン)', + 'ff_Adlm_GH' => 'フラ語 (アドラム文字、ガーナ)', + 'ff_Adlm_GM' => 'フラ語 (アドラム文字、ガンビア)', + 'ff_Adlm_GN' => 'フラ語 (アドラム文字、ギニア)', + 'ff_Adlm_GW' => 'フラ語 (アドラム文字、ギニアビサウ)', + 'ff_Adlm_LR' => 'フラ語 (アドラム文字、リベリア)', + 'ff_Adlm_MR' => 'フラ語 (アドラム文字、モーリタニア)', + 'ff_Adlm_NE' => 'フラ語 (アドラム文字、ニジェール)', + 'ff_Adlm_NG' => 'フラ語 (アドラム文字、ナイジェリア)', + 'ff_Adlm_SL' => 'フラ語 (アドラム文字、シエラレオネ)', + 'ff_Adlm_SN' => 'フラ語 (アドラム文字、セネガル)', 'ff_CM' => 'フラ語 (カメルーン)', 'ff_GN' => 'フラ語 (ギニア)', 'ff_Latn' => 'フラ語 (ラテン文字)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'シンド語 (アラビア文字、パキスタン)', 'sd_Deva' => 'シンド語 (デーバナーガリー文字)', 'sd_Deva_IN' => 'シンド語 (デーバナーガリー文字、インド)', + 'sd_IN' => 'シンド語 (インド)', 'sd_PK' => 'シンド語 (パキスタン)', 'se' => '北サーミ語', 'se_FI' => '北サーミ語 (フィンランド)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/jv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/jv.php index 1d6bdda..94efc94 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/jv.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/jv.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Chechen (Rusia)', 'cs' => 'Ceska', 'cs_CZ' => 'Ceska (Céko)', + 'cv' => 'Khuvash', + 'cv_RU' => 'Khuvash (Rusia)', 'cy' => 'Welsh', 'cy_GB' => 'Welsh (Karajan Manunggal)', 'da' => 'Dansk', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Persia (Afganistan)', 'fa_IR' => 'Persia (Iran)', 'ff' => 'Fulah', + 'ff_Adlm' => 'Fulah (Adlam)', + 'ff_Adlm_BF' => 'Fulah (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Fulah (Adlam, Kamerun)', + 'ff_Adlm_GH' => 'Fulah (Adlam, Ghana)', + 'ff_Adlm_GM' => 'Fulah (Adlam, Gambia)', + 'ff_Adlm_GN' => 'Fulah (Adlam, Guinea)', + 'ff_Adlm_GW' => 'Fulah (Adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'Fulah (Adlam, Libèria)', + 'ff_Adlm_MR' => 'Fulah (Adlam, Mauritania)', + 'ff_Adlm_NE' => 'Fulah (Adlam, Nigér)', + 'ff_Adlm_NG' => 'Fulah (Adlam, Nigéria)', + 'ff_Adlm_SL' => 'Fulah (Adlam, Siéra Léoné)', + 'ff_Adlm_SN' => 'Fulah (Adlam, Sénégal)', 'ff_CM' => 'Fulah (Kamerun)', 'ff_GN' => 'Fulah (Guinea)', 'ff_Latn' => 'Fulah (Latin)', @@ -497,11 +512,14 @@ return [ 'rw_RW' => 'Kinyarwanda (Rwanda)', 'sa' => 'Sanskerta', 'sa_IN' => 'Sanskerta (Indhia)', + 'sc' => 'Sardinian', + 'sc_IT' => 'Sardinian (Itali)', 'sd' => 'Sindhi', 'sd_Arab' => 'Sindhi (hija’iyah)', 'sd_Arab_PK' => 'Sindhi (hija’iyah, Pakistan)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, Indhia)', + 'sd_IN' => 'Sindhi (Indhia)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Sami Sisih Lor', 'se_FI' => 'Sami Sisih Lor (Finlan)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ka.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ka.php index f32a011..2b1e932 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ka.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ka.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ჩეჩნური (რუსეთი)', 'cs' => 'ჩეხური', 'cs_CZ' => 'ჩეხური (ჩეხეთი)', + 'cv' => 'ჩუვაშური', + 'cv_RU' => 'ჩუვაშური (რუსეთი)', 'cy' => 'უელსური', 'cy_GB' => 'უელსური (გაერთიანებული სამეფო)', 'da' => 'დანიური', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'სპარსული (ავღანეთი)', 'fa_IR' => 'სპარსული (ირანი)', 'ff' => 'ფულა', + 'ff_Adlm' => 'ფულა (ადლამი)', + 'ff_Adlm_BF' => 'ფულა (ადლამი, ბურკინა-ფასო)', + 'ff_Adlm_CM' => 'ფულა (ადლამი, კამერუნი)', + 'ff_Adlm_GH' => 'ფულა (ადლამი, განა)', + 'ff_Adlm_GM' => 'ფულა (ადლამი, გამბია)', + 'ff_Adlm_GN' => 'ფულა (ადლამი, გვინეა)', + 'ff_Adlm_GW' => 'ფულა (ადლამი, გვინეა-ბისაუ)', + 'ff_Adlm_LR' => 'ფულა (ადლამი, ლიბერია)', + 'ff_Adlm_MR' => 'ფულა (ადლამი, მავრიტანია)', + 'ff_Adlm_NE' => 'ფულა (ადლამი, ნიგერი)', + 'ff_Adlm_NG' => 'ფულა (ადლამი, ნიგერია)', + 'ff_Adlm_SL' => 'ფულა (ადლამი, სიერა-ლეონე)', + 'ff_Adlm_SN' => 'ფულა (ადლამი, სენეგალი)', 'ff_CM' => 'ფულა (კამერუნი)', 'ff_GN' => 'ფულა (გვინეა)', 'ff_Latn' => 'ფულა (ლათინური)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'სინდჰური (არაბული, პაკისტანი)', 'sd_Deva' => 'სინდჰური (დევანაგარი)', 'sd_Deva_IN' => 'სინდჰური (დევანაგარი, ინდოეთი)', + 'sd_IN' => 'სინდჰური (ინდოეთი)', 'sd_PK' => 'სინდჰური (პაკისტანი)', 'se' => 'ჩრდილოეთ საამური', 'se_FI' => 'ჩრდილოეთ საამური (ფინეთი)', @@ -563,8 +579,8 @@ return [ 'te_IN' => 'ტელუგუ (ინდოეთი)', 'tg' => 'ტაჯიკური', 'tg_TJ' => 'ტაჯიკური (ტაჯიკეთი)', - 'th' => 'ტაი', - 'th_TH' => 'ტაი (ტაილანდი)', + 'th' => 'ტაილანდური', + 'th_TH' => 'ტაილანდური (ტაილანდი)', 'ti' => 'ტიგრინია', 'ti_ER' => 'ტიგრინია (ერიტრეა)', 'ti_ET' => 'ტიგრინია (ეთიოპია)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/kk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/kk.php index b1cfdc4..c5f01ee 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/kk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/kk.php @@ -4,13 +4,13 @@ return [ 'Names' => [ 'af' => 'африкаанс тілі', 'af_NA' => 'африкаанс тілі (Намибия)', - 'af_ZA' => 'африкаанс тілі (Оңтүстік Африка Республикасы)', + 'af_ZA' => 'африкаанс тілі (Оңтүстік Африка)', 'ak' => 'акан тілі', 'ak_GH' => 'акан тілі (Гана)', 'am' => 'амхар тілі', 'am_ET' => 'амхар тілі (Эфиопия)', 'ar' => 'араб тілі', - 'ar_001' => 'араб тілі (Әлем)', + 'ar_001' => 'араб тілі (әлем)', 'ar_AE' => 'араб тілі (Біріккен Араб Әмірліктері)', 'ar_BH' => 'араб тілі (Бахрейн)', 'ar_DJ' => 'араб тілі (Джибути)', @@ -75,13 +75,15 @@ return [ 'ce_RU' => 'шешен тілі (Ресей)', 'cs' => 'чех тілі', 'cs_CZ' => 'чех тілі (Чехия)', + 'cv' => 'чуваш тілі', + 'cv_RU' => 'чуваш тілі (Ресей)', 'cy' => 'валлий тілі', 'cy_GB' => 'валлий тілі (Ұлыбритания)', 'da' => 'дат тілі', 'da_DK' => 'дат тілі (Дания)', 'da_GL' => 'дат тілі (Гренландия)', 'de' => 'неміс тілі', - 'de_AT' => 'неміс тілі (Австрия)', + 'de_AT' => 'неміс тілі (Аустрия)', 'de_BE' => 'неміс тілі (Бельгия)', 'de_CH' => 'неміс тілі (Швейцария)', 'de_DE' => 'неміс тілі (Германия)', @@ -97,14 +99,14 @@ return [ 'el_CY' => 'грек тілі (Кипр)', 'el_GR' => 'грек тілі (Грекия)', 'en' => 'ағылшын тілі', - 'en_001' => 'ағылшын тілі (Әлем)', + 'en_001' => 'ағылшын тілі (әлем)', 'en_150' => 'ағылшын тілі (Еуропа)', 'en_AE' => 'ағылшын тілі (Біріккен Араб Әмірліктері)', 'en_AG' => 'ағылшын тілі (Антигуа және Барбуда)', 'en_AI' => 'ағылшын тілі (Ангилья)', 'en_AS' => 'ағылшын тілі (Америкалық Самоа)', - 'en_AT' => 'ағылшын тілі (Австрия)', - 'en_AU' => 'ағылшын тілі (Австралия)', + 'en_AT' => 'ағылшын тілі (Аустрия)', + 'en_AU' => 'ағылшын тілі (Аустралия)', 'en_BB' => 'ағылшын тілі (Барбадос)', 'en_BE' => 'ағылшын тілі (Бельгия)', 'en_BI' => 'ағылшын тілі (Бурунди)', @@ -184,7 +186,7 @@ return [ 'en_SL' => 'ағылшын тілі (Сьерра-Леоне)', 'en_SS' => 'ағылшын тілі (Оңтүстік Судан)', 'en_SX' => 'ағылшын тілі (Синт-Мартен)', - 'en_SZ' => 'ағылшын тілі (Свазиленд)', + 'en_SZ' => 'ағылшын тілі (Эсватини)', 'en_TC' => 'ағылшын тілі (Теркс және Кайкос аралдары)', 'en_TK' => 'ағылшын тілі (Токелау)', 'en_TO' => 'ағылшын тілі (Тонга)', @@ -199,11 +201,11 @@ return [ 'en_VI' => 'ағылшын тілі (АҚШ-тың Виргин аралдары)', 'en_VU' => 'ағылшын тілі (Вануату)', 'en_WS' => 'ағылшын тілі (Самоа)', - 'en_ZA' => 'ағылшын тілі (Оңтүстік Африка Республикасы)', + 'en_ZA' => 'ағылшын тілі (Оңтүстік Африка)', 'en_ZM' => 'ағылшын тілі (Замбия)', 'en_ZW' => 'ағылшын тілі (Зимбабве)', 'eo' => 'эсперанто тілі', - 'eo_001' => 'эсперанто тілі (Әлем)', + 'eo_001' => 'эсперанто тілі (әлем)', 'es' => 'испан тілі', 'es_419' => 'испан тілі (Латын Америкасы)', 'es_AR' => 'испан тілі (Аргентина)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'парсы тілі (Ауғанстан)', 'fa_IR' => 'парсы тілі (Иран)', 'ff' => 'фула тілі', + 'ff_Adlm' => 'фула тілі (адлам жазуы)', + 'ff_Adlm_BF' => 'фула тілі (адлам жазуы, Буркина-Фасо)', + 'ff_Adlm_CM' => 'фула тілі (адлам жазуы, Камерун)', + 'ff_Adlm_GH' => 'фула тілі (адлам жазуы, Гана)', + 'ff_Adlm_GM' => 'фула тілі (адлам жазуы, Гамбия)', + 'ff_Adlm_GN' => 'фула тілі (адлам жазуы, Гвинея)', + 'ff_Adlm_GW' => 'фула тілі (адлам жазуы, Гвинея-Бисау)', + 'ff_Adlm_LR' => 'фула тілі (адлам жазуы, Либерия)', + 'ff_Adlm_MR' => 'фула тілі (адлам жазуы, Мавритания)', + 'ff_Adlm_NE' => 'фула тілі (адлам жазуы, Нигер)', + 'ff_Adlm_NG' => 'фула тілі (адлам жазуы, Нигерия)', + 'ff_Adlm_SL' => 'фула тілі (адлам жазуы, Сьерра-Леоне)', + 'ff_Adlm_SN' => 'фула тілі (адлам жазуы, Сенегал)', 'ff_CM' => 'фула тілі (Камерун)', 'ff_GN' => 'фула тілі (Гвинея)', 'ff_Latn' => 'фула тілі (латын жазуы)', @@ -339,7 +354,7 @@ return [ 'hy' => 'армян тілі', 'hy_AM' => 'армян тілі (Армения)', 'ia' => 'интерлингва тілі', - 'ia_001' => 'интерлингва тілі (Әлем)', + 'ia_001' => 'интерлингва тілі (әлем)', 'id' => 'индонезия тілі', 'id_ID' => 'индонезия тілі (Индонезия)', 'ig' => 'игбо тілі', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'синдхи тілі (араб жазуы, Пәкістан)', 'sd_Deva' => 'синдхи тілі (деванагари жазуы)', 'sd_Deva_IN' => 'синдхи тілі (деванагари жазуы, Үндістан)', + 'sd_IN' => 'синдхи тілі (Үндістан)', 'sd_PK' => 'синдхи тілі (Пәкістан)', 'se' => 'солтүстік саам тілі', 'se_FI' => 'солтүстік саам тілі (Финляндия)', @@ -598,28 +614,28 @@ return [ 'wo' => 'волоф тілі', 'wo_SN' => 'волоф тілі (Сенегал)', 'xh' => 'кхоса тілі', - 'xh_ZA' => 'кхоса тілі (Оңтүстік Африка Республикасы)', + 'xh_ZA' => 'кхоса тілі (Оңтүстік Африка)', 'yi' => 'идиш тілі', - 'yi_001' => 'идиш тілі (Әлем)', + 'yi_001' => 'идиш тілі (әлем)', 'yo' => 'йоруба тілі', 'yo_BJ' => 'йоруба тілі (Бенин)', 'yo_NG' => 'йоруба тілі (Нигерия)', 'zh' => 'қытай тілі', 'zh_CN' => 'қытай тілі (Қытай)', 'zh_HK' => 'қытай тілі (Сянган АӘА)', - 'zh_Hans' => 'қытай тілі (жеңілдетілген қытай иероглифы)', - 'zh_Hans_CN' => 'қытай тілі (жеңілдетілген қытай иероглифы, Қытай)', - 'zh_Hans_HK' => 'қытай тілі (жеңілдетілген қытай иероглифы, Сянган АӘА)', - 'zh_Hans_MO' => 'қытай тілі (жеңілдетілген қытай иероглифы, Макао АӘА)', - 'zh_Hans_SG' => 'қытай тілі (жеңілдетілген қытай иероглифы, Сингапур)', - 'zh_Hant' => 'қытай тілі (дәстүрлі қытай иероглифы)', - 'zh_Hant_HK' => 'қытай тілі (дәстүрлі қытай иероглифы, Сянган АӘА)', - 'zh_Hant_MO' => 'қытай тілі (дәстүрлі қытай иероглифы, Макао АӘА)', - 'zh_Hant_TW' => 'қытай тілі (дәстүрлі қытай иероглифы, Тайвань)', + 'zh_Hans' => 'қытай тілі (жеңілдетілген жазу)', + 'zh_Hans_CN' => 'қытай тілі (жеңілдетілген жазу, Қытай)', + 'zh_Hans_HK' => 'қытай тілі (жеңілдетілген жазу, Сянган АӘА)', + 'zh_Hans_MO' => 'қытай тілі (жеңілдетілген жазу, Макао АӘА)', + 'zh_Hans_SG' => 'қытай тілі (жеңілдетілген жазу, Сингапур)', + 'zh_Hant' => 'қытай тілі (дәстүрлі жазу)', + 'zh_Hant_HK' => 'қытай тілі (дәстүрлі жазу, Сянган АӘА)', + 'zh_Hant_MO' => 'қытай тілі (дәстүрлі жазу, Макао АӘА)', + 'zh_Hant_TW' => 'қытай тілі (дәстүрлі жазу, Тайвань)', 'zh_MO' => 'қытай тілі (Макао АӘА)', 'zh_SG' => 'қытай тілі (Сингапур)', 'zh_TW' => 'қытай тілі (Тайвань)', 'zu' => 'зулу тілі', - 'zu_ZA' => 'зулу тілі (Оңтүстік Африка Республикасы)', + 'zu_ZA' => 'зулу тілі (Оңтүстік Африка)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/km.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/km.php index bde969b..781fd06 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/km.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/km.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ឈីឆេន (រុស្ស៊ី)', 'cs' => 'ឆែក', 'cs_CZ' => 'ឆែក (ឆែក)', + 'cv' => 'ឈូវ៉ាស', + 'cv_RU' => 'ឈូវ៉ាស (រុស្ស៊ី)', 'cy' => 'វេល', 'cy_GB' => 'វេល (ចក្រភព​អង់គ្លេស)', 'da' => 'ដាណឺម៉ាក', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ភឺសៀន (អាហ្វហ្កានីស្ថាន)', 'fa_IR' => 'ភឺសៀន (អ៊ីរ៉ង់)', 'ff' => 'ហ្វ៊ូឡា', + 'ff_Adlm' => 'ហ្វ៊ូឡា (អាតឡាម)', + 'ff_Adlm_BF' => 'ហ្វ៊ូឡា (អាតឡាម, បួគីណាហ្វាសូ)', + 'ff_Adlm_CM' => 'ហ្វ៊ូឡា (អាតឡាម, កាមេរូន)', + 'ff_Adlm_GH' => 'ហ្វ៊ូឡា (អាតឡាម, ហ្គាណា)', + 'ff_Adlm_GM' => 'ហ្វ៊ូឡា (អាតឡាម, ហ្គំប៊ី)', + 'ff_Adlm_GN' => 'ហ្វ៊ូឡា (អាតឡាម, ហ្គីណេ)', + 'ff_Adlm_GW' => 'ហ្វ៊ូឡា (អាតឡាម, ហ្គីណេប៊ីស្សូ)', + 'ff_Adlm_LR' => 'ហ្វ៊ូឡា (អាតឡាម, លីបេរីយ៉ា)', + 'ff_Adlm_MR' => 'ហ្វ៊ូឡា (អាតឡាម, ម៉ូរីតានី)', + 'ff_Adlm_NE' => 'ហ្វ៊ូឡា (អាតឡាម, នីហ្សេ)', + 'ff_Adlm_NG' => 'ហ្វ៊ូឡា (អាតឡាម, នីហ្សេរីយ៉ា)', + 'ff_Adlm_SL' => 'ហ្វ៊ូឡា (អាតឡាម, សៀរ៉ាឡេអូន)', + 'ff_Adlm_SN' => 'ហ្វ៊ូឡា (អាតឡាម, សេណេហ្គាល់)', 'ff_CM' => 'ហ្វ៊ូឡា (កាមេរូន)', 'ff_GN' => 'ហ្វ៊ូឡា (ហ្គីណេ)', 'ff_Latn' => 'ហ្វ៊ូឡា (ឡាតាំង)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'ស៊ីនឌី (អារ៉ាប់, ប៉ាគីស្ថាន)', 'sd_Deva' => 'ស៊ីនឌី (ដាវ៉ាន់ណាការិ)', 'sd_Deva_IN' => 'ស៊ីនឌី (ដាវ៉ាន់ណាការិ, ឥណ្ឌា)', + 'sd_IN' => 'ស៊ីនឌី (ឥណ្ឌា)', 'sd_PK' => 'ស៊ីនឌី (ប៉ាគីស្ថាន)', 'se' => 'សាមីខាងជើង', 'se_FI' => 'សាមីខាងជើង (ហ្វាំងឡង់)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/kn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/kn.php index d4869b8..951f3db 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/kn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/kn.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ಚಚೆನ್ (ರಷ್ಯಾ)', 'cs' => 'ಜೆಕ್', 'cs_CZ' => 'ಜೆಕ್ (ಝೆಕಿಯಾ)', + 'cv' => 'ಚುವಾಶ್', + 'cv_RU' => 'ಚುವಾಶ್ (ರಷ್ಯಾ)', 'cy' => 'ವೆಲ್ಶ್', 'cy_GB' => 'ವೆಲ್ಶ್ (ಯುನೈಟೆಡ್ ಕಿಂಗ್‌ಡಮ್)', 'da' => 'ಡ್ಯಾನಿಶ್', @@ -184,7 +186,7 @@ return [ 'en_SL' => 'ಇಂಗ್ಲಿಷ್ (ಸಿಯೆರ್ರಾ ಲಿಯೋನ್)', 'en_SS' => 'ಇಂಗ್ಲಿಷ್ (ದಕ್ಷಿಣ ಸುಡಾನ್)', 'en_SX' => 'ಇಂಗ್ಲಿಷ್ (ಸಿಂಟ್ ಮಾರ್ಟೆನ್)', - 'en_SZ' => 'ಇಂಗ್ಲಿಷ್ (ಸ್ವಾತಿನಿ)', + 'en_SZ' => 'ಇಂಗ್ಲಿಷ್ (ಎಸ್ವಾಟಿನಿ)', 'en_TC' => 'ಇಂಗ್ಲಿಷ್ (ಟರ್ಕ್ಸ್ ಮತ್ತು ಕೈಕೋಸ್ ದ್ವೀಪಗಳು)', 'en_TK' => 'ಇಂಗ್ಲಿಷ್ (ಟೊಕೆಲಾವ್)', 'en_TO' => 'ಇಂಗ್ಲಿಷ್ (ಟೊಂಗಾ)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ಪರ್ಶಿಯನ್ (ಅಫಘಾನಿಸ್ಥಾನ)', 'fa_IR' => 'ಪರ್ಶಿಯನ್ (ಇರಾನ್)', 'ff' => 'ಫುಲಾ', + 'ff_Adlm' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್)', + 'ff_Adlm_BF' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಬುರ್ಕಿನಾ ಫಾಸೊ)', + 'ff_Adlm_CM' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಕ್ಯಾಮರೂನ್)', + 'ff_Adlm_GH' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಘಾನಾ)', + 'ff_Adlm_GM' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಗ್ಯಾಂಬಿಯಾ)', + 'ff_Adlm_GN' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಗಿನಿ)', + 'ff_Adlm_GW' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಗಿನಿ-ಬಿಸ್ಸಾವ್)', + 'ff_Adlm_LR' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಲಿಬೇರಿಯಾ)', + 'ff_Adlm_MR' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಮಾರಿಟೇನಿಯಾ)', + 'ff_Adlm_NE' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ನೈಜರ್)', + 'ff_Adlm_NG' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ನೈಜೀರಿಯಾ)', + 'ff_Adlm_SL' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಸಿಯೆರ್ರಾ ಲಿಯೋನ್)', + 'ff_Adlm_SN' => 'ಫುಲಾ (ಆ್ಯಡ್ಲಮ್, ಸೆನೆಗಲ್)', 'ff_CM' => 'ಫುಲಾ (ಕ್ಯಾಮರೂನ್)', 'ff_GN' => 'ಫುಲಾ (ಗಿನಿ)', 'ff_Latn' => 'ಫುಲಾ (ಲ್ಯಾಟಿನ್)', @@ -474,7 +489,7 @@ return [ 'pt_MZ' => 'ಪೋರ್ಚುಗೀಸ್ (ಮೊಜಾಂಬಿಕ್)', 'pt_PT' => 'ಪೋರ್ಚುಗೀಸ್ (ಪೋರ್ಚುಗಲ್)', 'pt_ST' => 'ಪೋರ್ಚುಗೀಸ್ (ಸಾವೋ ಟೋಮ್ ಮತ್ತು ಪ್ರಿನ್ಸಿಪಿ)', - 'pt_TL' => 'ಪೋರ್ಚುಗೀಸ್ (ಪೂರ್ವ ತಿಮೋರ್)', + 'pt_TL' => 'ಪೋರ್ಚುಗೀಸ್ (ಟಿಮೋರ್ ಲೆಸ್ಟೆ)', 'qu' => 'ಕ್ವೆಚುವಾ', 'qu_BO' => 'ಕ್ವೆಚುವಾ (ಬೊಲಿವಿಯಾ)', 'qu_EC' => 'ಕ್ವೆಚುವಾ (ಈಕ್ವೆಡಾರ್)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'ಸಿಂಧಿ (ಅರೇಬಿಕ್, ಪಾಕಿಸ್ತಾನ)', 'sd_Deva' => 'ಸಿಂಧಿ (ದೇವನಾಗರಿ)', 'sd_Deva_IN' => 'ಸಿಂಧಿ (ದೇವನಾಗರಿ, ಭಾರತ)', + 'sd_IN' => 'ಸಿಂಧಿ (ಭಾರತ)', 'sd_PK' => 'ಸಿಂಧಿ (ಪಾಕಿಸ್ತಾನ)', 'se' => 'ಉತ್ತರ ಸಾಮಿ', 'se_FI' => 'ಉತ್ತರ ಸಾಮಿ (ಫಿನ್‌ಲ್ಯಾಂಡ್)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ko.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ko.php index e7daded..4cf0562 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ko.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ko.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => '체첸어(러시아)', 'cs' => '체코어', 'cs_CZ' => '체코어(체코)', + 'cv' => '추바시어', + 'cv_RU' => '추바시어(러시아)', 'cy' => '웨일스어', 'cy_GB' => '웨일스어(영국)', 'da' => '덴마크어', @@ -239,6 +241,19 @@ return [ 'fa_AF' => '페르시아어(아프가니스탄)', 'fa_IR' => '페르시아어(이란)', 'ff' => '풀라어', + 'ff_Adlm' => '풀라어(아들람 문자)', + 'ff_Adlm_BF' => '풀라어(아들람 문자, 부르키나파소)', + 'ff_Adlm_CM' => '풀라어(아들람 문자, 카메룬)', + 'ff_Adlm_GH' => '풀라어(아들람 문자, 가나)', + 'ff_Adlm_GM' => '풀라어(아들람 문자, 감비아)', + 'ff_Adlm_GN' => '풀라어(아들람 문자, 기니)', + 'ff_Adlm_GW' => '풀라어(아들람 문자, 기니비사우)', + 'ff_Adlm_LR' => '풀라어(아들람 문자, 라이베리아)', + 'ff_Adlm_MR' => '풀라어(아들람 문자, 모리타니)', + 'ff_Adlm_NE' => '풀라어(아들람 문자, 니제르)', + 'ff_Adlm_NG' => '풀라어(아들람 문자, 나이지리아)', + 'ff_Adlm_SL' => '풀라어(아들람 문자, 시에라리온)', + 'ff_Adlm_SN' => '풀라어(아들람 문자, 세네갈)', 'ff_CM' => '풀라어(카메룬)', 'ff_GN' => '풀라어(기니)', 'ff_Latn' => '풀라어(로마자)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => '신디어(아랍 문자, 파키스탄)', 'sd_Deva' => '신디어(데바나가리 문자)', 'sd_Deva_IN' => '신디어(데바나가리 문자, 인도)', + 'sd_IN' => '신디어(인도)', 'sd_PK' => '신디어(파키스탄)', 'se' => '북부 사미어', 'se_FI' => '북부 사미어(핀란드)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ks.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ks.php index 830ab5f..601f51b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ks.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ks.php @@ -4,7 +4,7 @@ return [ 'Names' => [ 'af' => 'اَفریٖکانز', 'af_NA' => 'اَفریٖکانز (نامِبِیا)', - 'af_ZA' => 'اَفریٖکانز (جَنوٗبی اَفریٖکا)', + 'af_ZA' => 'اَفریٖکانز (جنوبی افریقہ)', 'ak' => 'اَکان', 'ak_GH' => 'اَکان (گانا)', 'am' => 'اَمہاری', @@ -15,11 +15,12 @@ return [ 'ar_BH' => 'عربی (بحریٖن)', 'ar_DJ' => 'عربی (جِبوٗتی)', 'ar_DZ' => 'عربی (اؠلجیرِیا)', - 'ar_EG' => 'عربی (مِسٔر)', + 'ar_EG' => 'عربی (مصر)', 'ar_EH' => 'عربی (مشرِقی سَہارا)', 'ar_ER' => 'عربی (اِرٕٹِیا)', - 'ar_IL' => 'عربی (اِسرایٖل)', + 'ar_IL' => 'عربی (اسرا ییل)', 'ar_IQ' => 'عربی (ایٖراق)', + 'ar_JO' => 'عربی (جورڈن)', 'ar_KM' => 'عربی (کَمورَس)', 'ar_KW' => 'عربی (کُویت)', 'ar_LB' => 'عربی (لؠبنان)', @@ -27,11 +28,12 @@ return [ 'ar_MA' => 'عربی (موروکو)', 'ar_MR' => 'عربی (مارٕٹانِیا)', 'ar_OM' => 'عربی (اومان)', - 'ar_PS' => 'عربی (فَلَستیٖن)', + 'ar_PS' => 'عربی (فلسطینی علاقٕہ)', 'ar_QA' => 'عربی (قَطِر)', - 'ar_SA' => 'عربی (سوٗدی عربِیہ)', + 'ar_SA' => 'عربی (سعودی عرب)', 'ar_SD' => 'عربی (سوٗڈان)', 'ar_SO' => 'عربی (سومالِیا)', + 'ar_SS' => 'عربی (جنوبی سوڈان)', 'ar_SY' => 'عربی (شام)', 'ar_TD' => 'عربی (چاڑ)', 'ar_TN' => 'عربی (ٹونیشِیا)', @@ -39,11 +41,11 @@ return [ 'as' => 'اسٲمۍ', 'as_IN' => 'اسٲمۍ (ہِندوستان)', 'az' => 'اَزَربیجانی', - 'az_AZ' => 'اَزَربیجانی (آزَرباجان)', + 'az_AZ' => 'اَزَربیجانی (آذربائیجان)', 'az_Cyrl' => 'اَزَربیجانی (سَیرِلِک)', - 'az_Cyrl_AZ' => 'اَزَربیجانی (سَیرِلِک, آزَرباجان)', + 'az_Cyrl_AZ' => 'اَزَربیجانی (سَیرِلِک, آذربائیجان)', 'az_Latn' => 'اَزَربیجانی (لاطیٖنی)', - 'az_Latn_AZ' => 'اَزَربیجانی (لاطیٖنی, آزَرباجان)', + 'az_Latn_AZ' => 'اَزَربیجانی (لاطیٖنی, آذربائیجان)', 'be' => 'بیلَروٗشیَن', 'be_BY' => 'بیلَروٗشیَن (بیلاروٗس)', 'bg' => 'بینا', @@ -65,21 +67,23 @@ return [ 'bs_Latn' => 'بوسنِیَن (لاطیٖنی)', 'bs_Latn_BA' => 'بوسنِیَن (لاطیٖنی, بوسنِیا تہٕ ہَرزِگووِنا)', 'ca' => 'کَتلان', - 'ca_AD' => 'کَتلان (اؠنڑورا)', + 'ca_AD' => 'کَتلان (اینڈورا)', 'ca_ES' => 'کَتلان (سٕپین)', 'ca_FR' => 'کَتلان (فرانس)', 'ca_IT' => 'کَتلان (اِٹلی)', 'ce' => 'چیچَن', 'ce_RU' => 'چیچَن (روٗس)', 'cs' => 'چیک', - 'cs_CZ' => 'چیک (چیک جَموٗرِیَت)', + 'cs_CZ' => 'چیک (چیکیا)', + 'cv' => 'چُواش', + 'cv_RU' => 'چُواش (روٗس)', 'cy' => 'ویلش', - 'cy_GB' => 'ویلش (یُنایٹِڑ کِنگڈَم)', + 'cy_GB' => 'ویلش (متحدہ مملِکت)', 'da' => 'ڈینِش', 'da_DK' => 'ڈینِش (ڈینمارٕک)', - 'da_GL' => 'ڈینِش (گریٖنلینڑ)', + 'da_GL' => 'ڈینِش (گرین لینڈ)', 'de' => 'جٔرمَن', - 'de_AT' => 'جٔرمَن (آسٹِیا)', + 'de_AT' => 'جٔرمَن (آسٹریا)', 'de_BE' => 'جٔرمَن (بیلجِیَم)', 'de_CH' => 'جٔرمَن (سُوِزَرلینڑ)', 'de_DE' => 'جٔرمَن (جرمٔنی)', @@ -92,7 +96,7 @@ return [ 'ee_GH' => 'ایٖو (گانا)', 'ee_TG' => 'ایٖو (ٹوگو)', 'el' => 'یوٗنٲنی', - 'el_CY' => 'یوٗنٲنی (سایفرس)', + 'el_CY' => 'یوٗنٲنی (سائپرس)', 'el_GR' => 'یوٗنٲنی (گریٖس)', 'en' => 'اَنگیٖزۍ', 'en_001' => 'اَنگیٖزۍ (دُنیا)', @@ -101,32 +105,33 @@ return [ 'en_AG' => 'اَنگیٖزۍ (اؠنٹِگُوا تہٕ باربوڑا)', 'en_AI' => 'اَنگیٖزۍ (انگوئیلا)', 'en_AS' => 'اَنگیٖزۍ (اَمریٖکَن سَموا)', - 'en_AT' => 'اَنگیٖزۍ (آسٹِیا)', + 'en_AT' => 'اَنگیٖزۍ (آسٹریا)', 'en_AU' => 'اَنگیٖزۍ (آسٹریلِیا)', - 'en_BB' => 'اَنگیٖزۍ (باربیڈاس)', + 'en_BB' => 'اَنگیٖزۍ (باربیڈوس)', 'en_BE' => 'اَنگیٖزۍ (بیلجِیَم)', 'en_BI' => 'اَنگیٖزۍ (بورَنڈِ)', - 'en_BM' => 'اَنگیٖزۍ (بٔرمیوڈا)', + 'en_BM' => 'اَنگیٖزۍ (برمودا)', 'en_BS' => 'اَنگیٖزۍ (بَہامَس)', 'en_BW' => 'اَنگیٖزۍ (بوتَسوانا)', - 'en_BZ' => 'اَنگیٖزۍ (بیلِج)', - 'en_CA' => 'اَنگیٖزۍ (کینَڑا)', - 'en_CC' => 'اَنگیٖزۍ (کوکَس کیٖلِنگ جٔزیٖرٕ)', + 'en_BZ' => 'اَنگیٖزۍ (بیلز)', + 'en_CA' => 'اَنگیٖزۍ (کینیڈا)', + 'en_CC' => 'اَنگیٖزۍ (کوکَس [کیٖلِنگ] جٔزیٖرٕ)', 'en_CH' => 'اَنگیٖزۍ (سُوِزَرلینڑ)', 'en_CK' => 'اَنگیٖزۍ (کُک جٔزیٖرٕ)', 'en_CM' => 'اَنگیٖزۍ (کیمِروٗن)', 'en_CX' => 'اَنگیٖزۍ (کرِسمَس جٔزیٖرٕ)', - 'en_CY' => 'اَنگیٖزۍ (سایفرس)', + 'en_CY' => 'اَنگیٖزۍ (سائپرس)', 'en_DE' => 'اَنگیٖزۍ (جرمٔنی)', 'en_DK' => 'اَنگیٖزۍ (ڈینمارٕک)', 'en_DM' => 'اَنگیٖزۍ (ڈومِنِکا)', 'en_ER' => 'اَنگیٖزۍ (اِرٕٹِیا)', - 'en_FI' => 'اَنگیٖزۍ (فِنلینڑ)', + 'en_FI' => 'اَنگیٖزۍ (فِن لینڈ)', 'en_FJ' => 'اَنگیٖزۍ (فِجی)', 'en_FK' => 'اَنگیٖزۍ (فٕلاکلینڑ جٔزیٖرٕ)', - 'en_GB' => 'اَنگیٖزۍ (یُنایٹِڑ کِنگڈَم)', - 'en_GD' => 'اَنگیٖزۍ (گرنیڑا)', - 'en_GG' => 'اَنگیٖزۍ (گیوَنَرسے)', + 'en_FM' => 'اَنگیٖزۍ (مائیکرونیشیا)', + 'en_GB' => 'اَنگیٖزۍ (متحدہ مملِکت)', + 'en_GD' => 'اَنگیٖزۍ (گرینیڈا)', + 'en_GG' => 'اَنگیٖزۍ (گورنسے)', 'en_GH' => 'اَنگیٖزۍ (گانا)', 'en_GI' => 'اَنگیٖزۍ (جِبرالٹَر)', 'en_GM' => 'اَنگیٖزۍ (گَمبِیا)', @@ -134,7 +139,7 @@ return [ 'en_GY' => 'اَنگیٖزۍ (گُیانا)', 'en_HK' => 'اَنگیٖزۍ (ہانگ کانگ ایس اے آر چیٖن)', 'en_IE' => 'اَنگیٖزۍ (اَیَرلینڑ)', - 'en_IL' => 'اَنگیٖزۍ (اِسرایٖل)', + 'en_IL' => 'اَنگیٖزۍ (اسرا ییل)', 'en_IM' => 'اَنگیٖزۍ (آیِل آف مین)', 'en_IN' => 'اَنگیٖزۍ (ہِندوستان)', 'en_IO' => 'اَنگیٖزۍ (برطانوی بحرِ ہِندۍ علاقہٕ)', @@ -147,7 +152,7 @@ return [ 'en_LC' => 'اَنگیٖزۍ (سینٹ لوٗسِیا)', 'en_LR' => 'اَنگیٖزۍ (لایبیرِیا)', 'en_LS' => 'اَنگیٖزۍ (لیسوتھو)', - 'en_MG' => 'اَنگیٖزۍ (میڑاگاسکار)', + 'en_MG' => 'اَنگیٖزۍ (میڈاگاسکار)', 'en_MH' => 'اَنگیٖزۍ (مارشَل جٔزیٖرٕ)', 'en_MO' => 'اَنگیٖزۍ (مَکاوو ایس اے آر چیٖن)', 'en_MP' => 'اَنگیٖزۍ (شُمٲلی مارِیانا جٔزیٖرٕ)', @@ -163,9 +168,9 @@ return [ 'en_NL' => 'اَنگیٖزۍ (نیٖدَرلینڑ)', 'en_NR' => 'اَنگیٖزۍ (نارووٗ)', 'en_NU' => 'اَنگیٖزۍ (نیوٗ)', - 'en_NZ' => 'اَنگیٖزۍ (نیوٗزِلینڑ)', + 'en_NZ' => 'اَنگیٖزۍ (نیوزی لینڈ)', 'en_PG' => 'اَنگیٖزۍ (پاپُوا نیوٗ گیٖنی)', - 'en_PH' => 'اَنگیٖزۍ (فِلِپِینس)', + 'en_PH' => 'اَنگیٖزۍ (فلپائن)', 'en_PK' => 'اَنگیٖزۍ (پاکِستان)', 'en_PN' => 'اَنگیٖزۍ (پِٹکیرٕنۍ جٔزیٖرٕ)', 'en_PR' => 'اَنگیٖزۍ (پٔرٹو رِکو)', @@ -174,14 +179,16 @@ return [ 'en_SB' => 'اَنگیٖزۍ (سولامان جٔزیٖرٕ)', 'en_SC' => 'اَنگیٖزۍ (سیشَلِس)', 'en_SD' => 'اَنگیٖزۍ (سوٗڈان)', - 'en_SE' => 'اَنگیٖزۍ (سُوِڈَن)', + 'en_SE' => 'اَنگیٖزۍ (سویڈن)', 'en_SG' => 'اَنگیٖزۍ (سِنگاپوٗر)', 'en_SH' => 'اَنگیٖزۍ (سینٹ ہؠلِنا)', 'en_SI' => 'اَنگیٖزۍ (سَلووینِیا)', - 'en_SL' => 'اَنگیٖزۍ (سیٖرالیوون)', - 'en_SZ' => 'اَنگیٖزۍ (سُوزِلینڑ)', - 'en_TC' => 'اَنگیٖزۍ (تُرُک تہٕ کیکوس جٔزیٖرٕ)', - 'en_TK' => 'اَنگیٖزۍ (توکیلاو)', + 'en_SL' => 'اَنگیٖزۍ (سیرا لیون)', + 'en_SS' => 'اَنگیٖزۍ (جنوبی سوڈان)', + 'en_SX' => 'اَنگیٖزۍ (سِنٹ مارٹِن)', + 'en_SZ' => 'اَنگیٖزۍ (ایسواتنی)', + 'en_TC' => 'اَنگیٖزۍ (تُرکس تٕہ کیکو جزیرٕ)', + 'en_TK' => 'اَنگیٖزۍ (ٹوکلو)', 'en_TO' => 'اَنگیٖزۍ (ٹونگا)', 'en_TT' => 'اَنگیٖزۍ (ٹرنِنداد تہٕ ٹوبیگو)', 'en_TV' => 'اَنگیٖزۍ (توٗوالوٗ)', @@ -193,36 +200,36 @@ return [ 'en_VG' => 'اَنگیٖزۍ (بَرطانوی ؤرجِن جٔزیٖرٕ)', 'en_VI' => 'اَنگیٖزۍ (یوٗ ایس ؤرجِن جٔزیٖرٕ)', 'en_VU' => 'اَنگیٖزۍ (وانوٗتوٗ)', - 'en_WS' => 'اَنگیٖزۍ (سیمووا)', - 'en_ZA' => 'اَنگیٖزۍ (جَنوٗبی اَفریٖکا)', - 'en_ZM' => 'اَنگیٖزۍ (جامبِیا)', + 'en_WS' => 'اَنگیٖزۍ (سامو)', + 'en_ZA' => 'اَنگیٖزۍ (جنوبی افریقہ)', + 'en_ZM' => 'اَنگیٖزۍ (زیمبیا)', 'en_ZW' => 'اَنگیٖزۍ (زِمبابے)', 'eo' => 'ایسپَرینٹو', 'eo_001' => 'ایسپَرینٹو (دُنیا)', 'es' => 'ہسپانوی', - 'es_419' => 'ہسپانوی (لاطیٖنی اَمریٖکا تہٕ کیرَبیٖن)', + 'es_419' => 'ہسپانوی (لاطیٖنی اَمریٖکا)', 'es_AR' => 'ہسپانوی (أرجَنٹینا)', 'es_BO' => 'ہسپانوی (بولِوِیا)', 'es_BR' => 'ہسپانوی (برازِل)', - 'es_BZ' => 'ہسپانوی (بیلِج)', + 'es_BZ' => 'ہسپانوی (بیلز)', 'es_CL' => 'ہسپانوی (چِلی)', 'es_CO' => 'ہسپانوی (کولَمبِیا)', - 'es_CR' => 'ہسپانوی (کوسٹا رِکا)', + 'es_CR' => 'ہسپانوی (کوسٹا ریکا)', 'es_CU' => 'ہسپانوی (کیوٗبا)', 'es_DO' => 'ہسپانوی (ڈومِنِکَن جموٗرِیَت)', 'es_EC' => 'ہسپانوی (اِکواڑور)', 'es_ES' => 'ہسپانوی (سٕپین)', 'es_GQ' => 'ہسپانوی (اِکوِٹورِیَل گِنی)', - 'es_GT' => 'ہسپانوی (گوتیدالا)', - 'es_HN' => 'ہسپانوی (ہانڈوٗرِس)', + 'es_GT' => 'ہسپانوی (گواٹمالا)', + 'es_HN' => 'ہسپانوی (ہونڈورس)', 'es_MX' => 'ہسپانوی (مؠکسِکو)', 'es_NI' => 'ہسپانوی (ناکاراگُوا)', 'es_PA' => 'ہسپانوی (پَناما)', 'es_PE' => 'ہسپانوی (پیٖروٗ)', - 'es_PH' => 'ہسپانوی (فِلِپِینس)', + 'es_PH' => 'ہسپانوی (فلپائن)', 'es_PR' => 'ہسپانوی (پٔرٹو رِکو)', 'es_PY' => 'ہسپانوی (پَراگُے)', - 'es_SV' => 'ہسپانوی (اؠل سَلواڑور)', + 'es_SV' => 'ہسپانوی (ایل سلویڈر)', 'es_US' => 'ہسپانوی (یوٗنایٹِڑ سِٹیٹِس)', 'es_UY' => 'ہسپانوی (یوٗروگے)', 'es_VE' => 'ہسپانوی (وینازوٗلا)', @@ -247,26 +254,27 @@ return [ 'ff_Latn_MR' => 'فُلاہ (لاطیٖنی, مارٕٹانِیا)', 'ff_Latn_NE' => 'فُلاہ (لاطیٖنی, نایجَر)', 'ff_Latn_NG' => 'فُلاہ (لاطیٖنی, نایجیرِیا)', - 'ff_Latn_SL' => 'فُلاہ (لاطیٖنی, سیٖرالیوون)', + 'ff_Latn_SL' => 'فُلاہ (لاطیٖنی, سیرا لیون)', 'ff_Latn_SN' => 'فُلاہ (لاطیٖنی, سینیگَل)', 'ff_MR' => 'فُلاہ (مارٕٹانِیا)', 'ff_SN' => 'فُلاہ (سینیگَل)', 'fi' => 'فِنِش', - 'fi_FI' => 'فِنِش (فِنلینڑ)', + 'fi_FI' => 'فِنِش (فِن لینڈ)', 'fo' => 'فَروس', 'fo_DK' => 'فَروس (ڈینمارٕک)', + 'fo_FO' => 'فَروس (فارو جزیرہ)', 'fr' => 'فرانسیسی', 'fr_BE' => 'فرانسیسی (بیلجِیَم)', 'fr_BF' => 'فرانسیسی (بُرکِنا فیسو)', 'fr_BI' => 'فرانسیسی (بورَنڈِ)', 'fr_BJ' => 'فرانسیسی (بِنِن)', 'fr_BL' => 'فرانسیسی (سینٹ بارتَھیلمی)', - 'fr_CA' => 'فرانسیسی (کینَڑا)', + 'fr_CA' => 'فرانسیسی (کینیڈا)', 'fr_CD' => 'فرانسیسی (کونگو کِنشاسا)', 'fr_CF' => 'فرانسیسی (مرکٔزی اَفریٖکی جموٗریَت)', 'fr_CG' => 'فرانسیسی (کونگو بٔرزاوِلی)', 'fr_CH' => 'فرانسیسی (سُوِزَرلینڑ)', - 'fr_CI' => 'فرانسیسی (اَیوٕری کوسٹ)', + 'fr_CI' => 'فرانسیسی (کوٹ ڈلوائر)', 'fr_CM' => 'فرانسیسی (کیمِروٗن)', 'fr_DJ' => 'فرانسیسی (جِبوٗتی)', 'fr_DZ' => 'فرانسیسی (اؠلجیرِیا)', @@ -274,15 +282,15 @@ return [ 'fr_GA' => 'فرانسیسی (گیبان)', 'fr_GF' => 'فرانسیسی (فرانسِسی گِانا)', 'fr_GN' => 'فرانسیسی (گِنی)', - 'fr_GP' => 'فرانسیسی (گَواڑیلوپ)', + 'fr_GP' => 'فرانسیسی (گواڈلوپ)', 'fr_GQ' => 'فرانسیسی (اِکوِٹورِیَل گِنی)', - 'fr_HT' => 'فرانسیسی (ہایتی)', + 'fr_HT' => 'فرانسیسی (ہیتی)', 'fr_KM' => 'فرانسیسی (کَمورَس)', 'fr_LU' => 'فرانسیسی (لَکسَمبٔرٕگ)', 'fr_MA' => 'فرانسیسی (موروکو)', 'fr_MC' => 'فرانسیسی (مونیکو)', 'fr_MF' => 'فرانسیسی (سینٹ مارٹِن)', - 'fr_MG' => 'فرانسیسی (میڑاگاسکار)', + 'fr_MG' => 'فرانسیسی (میڈاگاسکار)', 'fr_ML' => 'فرانسیسی (مالی)', 'fr_MQ' => 'فرانسیسی (مارٹِنِک)', 'fr_MR' => 'فرانسیسی (مارٕٹانِیا)', @@ -305,10 +313,10 @@ return [ 'fy' => 'مغربی فرِشیَن', 'fy_NL' => 'مغربی فرِشیَن (نیٖدَرلینڑ)', 'ga' => 'اَیرِش', - 'ga_GB' => 'اَیرِش (یُنایٹِڑ کِنگڈَم)', + 'ga_GB' => 'اَیرِش (متحدہ مملِکت)', 'ga_IE' => 'اَیرِش (اَیَرلینڑ)', 'gd' => 'سکوٹِش گیےلِک', - 'gd_GB' => 'سکوٹِش گیےلِک (یُنایٹِڑ کِنگڈَم)', + 'gd_GB' => 'سکوٹِش گیےلِک (متحدہ مملِکت)', 'gl' => 'گیلِشِیَن', 'gl_ES' => 'گیلِشِیَن (سٕپین)', 'gu' => 'گُجرٲتی', @@ -320,7 +328,7 @@ return [ 'ha_NE' => 'ہاوسا (نایجَر)', 'ha_NG' => 'ہاوسا (نایجیرِیا)', 'he' => 'عبرٲنۍ', - 'he_IL' => 'عبرٲنۍ (اِسرایٖل)', + 'he_IL' => 'عبرٲنۍ (اسرا ییل)', 'hi' => 'ہِندی', 'hi_IN' => 'ہِندی (ہِندوستان)', 'hi_Latn' => 'ہِندی (لاطیٖنی)', @@ -335,7 +343,7 @@ return [ 'ia' => 'اِنٹَرلِنگوا', 'ia_001' => 'اِنٹَرلِنگوا (دُنیا)', 'id' => 'اِنڈونیشیا', - 'id_ID' => 'اِنڈونیشیا (اِنڑونیشِیا)', + 'id_ID' => 'اِنڈونیشیا (انڈونیشیا)', 'ig' => 'اِگبو', 'ig_NG' => 'اِگبو (نایجیرِیا)', 'ii' => 'سِچوان یٖی', @@ -350,15 +358,15 @@ return [ 'ja' => 'جاپٲنۍ', 'ja_JP' => 'جاپٲنۍ (جاپان)', 'jv' => 'جَوَنیٖز', - 'jv_ID' => 'جَوَنیٖز (اِنڑونیشِیا)', + 'jv_ID' => 'جَوَنیٖز (انڈونیشیا)', 'ka' => 'جارجِیَن', 'ka_GE' => 'جارجِیَن (جارجِیا)', 'ki' => 'کِکُیوٗ', 'ki_KE' => 'کِکُیوٗ (کِنیا)', 'kk' => 'کازَخ', - 'kk_KZ' => 'کازَخ (کَزاکِستان)', + 'kk_KZ' => 'کازَخ (قازقستان)', 'kl' => 'کَلالِسُت', - 'kl_GL' => 'کَلالِسُت (گریٖنلینڑ)', + 'kl_GL' => 'کَلالِسُت (گرین لینڈ)', 'km' => 'خَمیر', 'km_KH' => 'خَمیر (کَمبوڑِیا)', 'kn' => 'کَنَڑ', @@ -367,17 +375,17 @@ return [ 'ko_KP' => 'کوریَن (شُمٲلی کورِیا)', 'ko_KR' => 'کوریَن (جنوٗبی کورِیا)', 'ks' => 'کٲشُر', - 'ks_Arab' => 'کٲشُر (اَربی)', - 'ks_Arab_IN' => 'کٲشُر (اَربی, ہِندوستان)', + 'ks_Arab' => 'کٲشُر (عربی)', + 'ks_Arab_IN' => 'کٲشُر (عربی, ہِندوستان)', 'ks_Deva' => 'کٲشُر (دیوناگری)', 'ks_Deva_IN' => 'کٲشُر (دیوناگری, ہِندوستان)', 'ks_IN' => 'کٲشُر (ہِندوستان)', 'ku' => 'کُردِش', 'ku_TR' => 'کُردِش (تُرکی)', 'kw' => 'کورنِش', - 'kw_GB' => 'کورنِش (یُنایٹِڑ کِنگڈَم)', + 'kw_GB' => 'کورنِش (متحدہ مملِکت)', 'ky' => 'کِرگِز', - 'ky_KG' => 'کِرگِز (کِرگِستان)', + 'ky_KG' => 'کِرگِز (کرغزستان)', 'lb' => 'لُکھزیمبورگِش', 'lb_LU' => 'لُکھزیمبورگِش (لَکسَمبٔرٕگ)', 'lg' => 'گاندا', @@ -396,10 +404,11 @@ return [ 'lv' => 'لَتوِیَن', 'lv_LV' => 'لَتوِیَن (لیٹوِیا)', 'mg' => 'مَلاگَسی', - 'mg_MG' => 'مَلاگَسی (میڑاگاسکار)', + 'mg_MG' => 'مَلاگَسی (میڈاگاسکار)', 'mi' => 'ماوری', - 'mi_NZ' => 'ماوری (نیوٗزِلینڑ)', + 'mi_NZ' => 'ماوری (نیوزی لینڈ)', 'mk' => 'میکَڈونیَن', + 'mk_MK' => 'میکَڈونیَن (شُمالی میسڈونیا)', 'ml' => 'مٔلیالَم', 'ml_IN' => 'مٔلیالَم (ہِندوستان)', 'mn' => 'مَنگولی', @@ -407,14 +416,14 @@ return [ 'mr' => 'مَرٲٹھۍ', 'mr_IN' => 'مَرٲٹھۍ (ہِندوستان)', 'ms' => 'مَلَے', - 'ms_BN' => 'مَلَے (بُرنٔے)', - 'ms_ID' => 'مَلَے (اِنڑونیشِیا)', + 'ms_BN' => 'مَلَے (برونے)', + 'ms_ID' => 'مَلَے (انڈونیشیا)', 'ms_MY' => 'مَلَے (مَلیشِیا)', 'ms_SG' => 'مَلَے (سِنگاپوٗر)', 'mt' => 'مَلتیٖس', 'mt_MT' => 'مَلتیٖس (مالٹا)', 'my' => 'بٔمیٖز', - 'my_MM' => 'بٔمیٖز (مَیَنما بٔرما)', + 'my_MM' => 'بٔمیٖز (میانمار [برما])', 'nb' => 'ناروییَن بوکمال', 'nb_NO' => 'ناروییَن بوکمال (ناروے)', 'nb_SJ' => 'ناروییَن بوکمال (سَوالبریڑ تہٕ جان ماییڑ)', @@ -426,9 +435,11 @@ return [ 'nl' => 'ڈَچ', 'nl_AW' => 'ڈَچ (اَروٗبا)', 'nl_BE' => 'ڈَچ (بیلجِیَم)', - 'nl_BQ' => 'ڈَچ (برطانوی قُطبہِ جَنوٗبی علاقہٕ)', + 'nl_BQ' => 'ڈَچ (کیریبین نیدرلینڈس)', + 'nl_CW' => 'ڈَچ (کیوراکو)', 'nl_NL' => 'ڈَچ (نیٖدَرلینڑ)', 'nl_SR' => 'ڈَچ (سُرِنام)', + 'nl_SX' => 'ڈَچ (سِنٹ مارٹِن)', 'nn' => 'ناروییَن نَے نورسک', 'nn_NO' => 'ناروییَن نَے نورسک (ناروے)', 'no' => 'ناروییَن', @@ -442,14 +453,14 @@ return [ 'os_GE' => 'اۆسیٹِک (جارجِیا)', 'os_RU' => 'اۆسیٹِک (روٗس)', 'pa' => 'پَنجٲبۍ', - 'pa_Arab' => 'پَنجٲبۍ (اَربی)', - 'pa_Arab_PK' => 'پَنجٲبۍ (اَربی, پاکِستان)', + 'pa_Arab' => 'پَنجٲبۍ (عربی)', + 'pa_Arab_PK' => 'پَنجٲبۍ (عربی, پاکِستان)', 'pa_Guru' => 'پَنجٲبۍ (گُجرٲتۍ)', 'pa_Guru_IN' => 'پَنجٲبۍ (گُجرٲتۍ, ہِندوستان)', 'pa_IN' => 'پَنجٲبۍ (ہِندوستان)', 'pa_PK' => 'پَنجٲبۍ (پاکِستان)', 'pl' => 'پالِش', - 'pl_PL' => 'پالِش (پولینڑ)', + 'pl_PL' => 'پالِش (پولینڈ)', 'ps' => 'پَشتوٗ', 'ps_AF' => 'پَشتوٗ (اَفغانَستان)', 'ps_PK' => 'پَشتوٗ (پاکِستان)', @@ -465,7 +476,7 @@ return [ 'pt_MZ' => 'پُرتَگیٖز (موزَمبِک)', 'pt_PT' => 'پُرتَگیٖز (پُرتِگال)', 'pt_ST' => 'پُرتَگیٖز (ساو توم تہٕ پرنسِپی)', - 'pt_TL' => 'پُرتَگیٖز (مَشرِقی تایمور)', + 'pt_TL' => 'پُرتَگیٖز (تیمور-لیسٹ)', 'qu' => 'کُویشُوا', 'qu_BO' => 'کُویشُوا (بولِوِیا)', 'qu_EC' => 'کُویشُوا (اِکواڑور)', @@ -475,13 +486,13 @@ return [ 'rn' => 'رُندی', 'rn_BI' => 'رُندی (بورَنڈِ)', 'ro' => 'رومٲنی', - 'ro_MD' => 'رومٲنی (مولڑاوِیا)', + 'ro_MD' => 'رومٲنی (مولڈووا)', 'ro_RO' => 'رومٲنی (رومانِیا)', 'ru' => 'روٗسی', 'ru_BY' => 'روٗسی (بیلاروٗس)', - 'ru_KG' => 'روٗسی (کِرگِستان)', - 'ru_KZ' => 'روٗسی (کَزاکِستان)', - 'ru_MD' => 'روٗسی (مولڑاوِیا)', + 'ru_KG' => 'روٗسی (کرغزستان)', + 'ru_KZ' => 'روٗسی (قازقستان)', + 'ru_MD' => 'روٗسی (مولڈووا)', 'ru_RU' => 'روٗسی (روٗس)', 'ru_UA' => 'روٗسی (یوٗرِکین)', 'rw' => 'کِنیاوِندا', @@ -491,21 +502,22 @@ return [ 'sc' => 'سراڈیٖنی', 'sc_IT' => 'سراڈیٖنی (اِٹلی)', 'sd' => 'سِندی', - 'sd_Arab' => 'سِندی (اَربی)', - 'sd_Arab_PK' => 'سِندی (اَربی, پاکِستان)', + 'sd_Arab' => 'سِندی (عربی)', + 'sd_Arab_PK' => 'سِندی (عربی, پاکِستان)', 'sd_Deva' => 'سِندی (دیوناگری)', 'sd_Deva_IN' => 'سِندی (دیوناگری, ہِندوستان)', + 'sd_IN' => 'سِندی (ہِندوستان)', 'sd_PK' => 'سِندی (پاکِستان)', 'se' => 'شُمٲلی سَمی', - 'se_FI' => 'شُمٲلی سَمی (فِنلینڑ)', + 'se_FI' => 'شُمٲلی سَمی (فِن لینڈ)', 'se_NO' => 'شُمٲلی سَمی (ناروے)', - 'se_SE' => 'شُمٲلی سَمی (سُوِڈَن)', + 'se_SE' => 'شُمٲلی سَمی (سویڈن)', 'sg' => 'سَنگو', 'sg_CF' => 'سَنگو (مرکٔزی اَفریٖکی جموٗریَت)', 'sh' => 'سیربو کروشِیَن', 'sh_BA' => 'سیربو کروشِیَن (بوسنِیا تہٕ ہَرزِگووِنا)', 'si' => 'سِنہالا', - 'si_LK' => 'سِنہالا (سِریٖلَنکا)', + 'si_LK' => 'سِنہالا (سری لنکا)', 'sk' => 'سلووَک', 'sk_SK' => 'سلووَک (سَلوواکِیا)', 'sl' => 'سلووینیَن', @@ -518,7 +530,8 @@ return [ 'so_KE' => 'سومٲلی (کِنیا)', 'so_SO' => 'سومٲلی (سومالِیا)', 'sq' => 'البانِیَن', - 'sq_AL' => 'البانِیَن (اؠلبانِیا)', + 'sq_AL' => 'البانِیَن (البانیا)', + 'sq_MK' => 'البانِیَن (شُمالی میسڈونیا)', 'sr' => 'سٔربِیَن', 'sr_BA' => 'سٔربِیَن (بوسنِیا تہٕ ہَرزِگووِنا)', 'sr_Cyrl' => 'سٔربِیَن (سَیرِلِک)', @@ -532,13 +545,13 @@ return [ 'sr_ME' => 'سٔربِیَن (موٹونیگِریو)', 'sr_RS' => 'سٔربِیَن (سَربِیا)', 'su' => 'سَنڈَنیٖز', - 'su_ID' => 'سَنڈَنیٖز (اِنڑونیشِیا)', + 'su_ID' => 'سَنڈَنیٖز (انڈونیشیا)', 'su_Latn' => 'سَنڈَنیٖز (لاطیٖنی)', - 'su_Latn_ID' => 'سَنڈَنیٖز (لاطیٖنی, اِنڑونیشِیا)', + 'su_Latn_ID' => 'سَنڈَنیٖز (لاطیٖنی, انڈونیشیا)', 'sv' => 'سویٖڈِش', 'sv_AX' => 'سویٖڈِش (ایلینڑ جٔزیٖرٕ)', - 'sv_FI' => 'سویٖڈِش (فِنلینڑ)', - 'sv_SE' => 'سویٖڈِش (سُوِڈَن)', + 'sv_FI' => 'سویٖڈِش (فِن لینڈ)', + 'sv_SE' => 'سویٖڈِش (سویڈن)', 'sw' => 'سواہِلی', 'sw_CD' => 'سواہِلی (کونگو کِنشاسا)', 'sw_KE' => 'سواہِلی (کِنیا)', @@ -546,7 +559,7 @@ return [ 'sw_UG' => 'سواہِلی (یوٗگانڑا)', 'ta' => 'تَمِل', 'ta_IN' => 'تَمِل (ہِندوستان)', - 'ta_LK' => 'تَمِل (سِریٖلَنکا)', + 'ta_LK' => 'تَمِل (سری لنکا)', 'ta_MY' => 'تَمِل (مَلیشِیا)', 'ta_SG' => 'تَمِل (سِنگاپوٗر)', 'te' => 'تیلگوٗ', @@ -554,18 +567,18 @@ return [ 'tg' => 'تاجِک', 'tg_TJ' => 'تاجِک (تاجکِستان)', 'th' => 'تھاے', - 'th_TH' => 'تھاے (تھایلینڑ)', + 'th_TH' => 'تھاے (تھائی لینڈ)', 'ti' => 'ٹِگرِنیا', 'ti_ER' => 'ٹِگرِنیا (اِرٕٹِیا)', 'ti_ET' => 'ٹِگرِنیا (اِتھوپِیا)', 'tk' => 'تُرکمین', - 'tk_TM' => 'تُرکمین (تُرمِنِستان)', + 'tk_TM' => 'تُرکمین (تُرکمنستان)', 'tl' => 'تَماشیک', - 'tl_PH' => 'تَماشیک (فِلِپِینس)', + 'tl_PH' => 'تَماشیک (فلپائن)', 'to' => 'ٹونگا', 'to_TO' => 'ٹونگا (ٹونگا)', 'tr' => 'تُرکِش', - 'tr_CY' => 'تُرکِش (سایفرس)', + 'tr_CY' => 'تُرکِش (سائپرس)', 'tr_TR' => 'تُرکِش (تُرکی)', 'tt' => 'تَتار', 'tt_RU' => 'تَتار (روٗس)', @@ -576,19 +589,19 @@ return [ 'ur_PK' => 'اُردوٗ (پاکِستان)', 'uz' => 'اُزبیک', 'uz_AF' => 'اُزبیک (اَفغانَستان)', - 'uz_Arab' => 'اُزبیک (اَربی)', - 'uz_Arab_AF' => 'اُزبیک (اَربی, اَفغانَستان)', + 'uz_Arab' => 'اُزبیک (عربی)', + 'uz_Arab_AF' => 'اُزبیک (عربی, اَفغانَستان)', 'uz_Cyrl' => 'اُزبیک (سَیرِلِک)', 'uz_Cyrl_UZ' => 'اُزبیک (سَیرِلِک, اُزبِکِستان)', 'uz_Latn' => 'اُزبیک (لاطیٖنی)', 'uz_Latn_UZ' => 'اُزبیک (لاطیٖنی, اُزبِکِستان)', 'uz_UZ' => 'اُزبیک (اُزبِکِستان)', 'vi' => 'وِیَتنَمیٖز', - 'vi_VN' => 'وِیَتنَمیٖز (ویٹِنام)', + 'vi_VN' => 'وِیَتنَمیٖز (ویتنام)', 'wo' => 'وولوف', 'wo_SN' => 'وولوف (سینیگَل)', 'xh' => 'کھوسا', - 'xh_ZA' => 'کھوسا (جَنوٗبی اَفریٖکا)', + 'xh_ZA' => 'کھوسا (جنوبی افریقہ)', 'yi' => 'یِدِش', 'yi_001' => 'یِدِش (دُنیا)', 'yo' => 'یورُبا', @@ -610,6 +623,6 @@ return [ 'zh_SG' => 'چیٖنی ﴿ترجمع اِشارٕ: خاص طور، مینڈارن چیٖنی۔﴾ (سِنگاپوٗر)', 'zh_TW' => 'چیٖنی ﴿ترجمع اِشارٕ: خاص طور، مینڈارن چیٖنی۔﴾ (تایوان)', 'zu' => 'زُلوٗ', - 'zu_ZA' => 'زُلوٗ (جَنوٗبی اَفریٖکا)', + 'zu_ZA' => 'زُلوٗ (جنوبی افریقہ)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ks_Deva.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ks_Deva.php index 57d4d12..305339b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ks_Deva.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ks_Deva.php @@ -2,14 +2,14 @@ return [ 'Names' => [ - 'as_IN' => 'اسٲمۍ (भारत)', + 'as_IN' => 'اسٲمۍ (हिंदोस्तान)', 'az_Cyrl' => 'اَزَربیجانی (सिरिलिक)', - 'az_Cyrl_AZ' => 'اَزَربیجانی (सिरिलिक, آزَرباجان)', + 'az_Cyrl_AZ' => 'اَزَربیجانی (सिरिलिक, آذربائیجان)', 'az_Latn' => 'اَزَربیجانی (लातिनी)', - 'az_Latn_AZ' => 'اَزَربیجانی (लातिनी, آزَرباجان)', - 'bn_IN' => 'بَنگٲلۍ (भारत)', + 'az_Latn_AZ' => 'اَزَربیجانی (लातिनी, آذربائیجان)', + 'bn_IN' => 'بَنگٲلۍ (हिंदोस्तान)', 'bo_CN' => 'تِبتی (चीन)', - 'bo_IN' => 'تِبتی (भारत)', + 'bo_IN' => 'تِبتی (हिंदोस्तान)', 'br_FR' => 'بریٹَن (फ्रांस)', 'bs_Cyrl' => 'بوسنِیَن (सिरिलिक)', 'bs_Cyrl_BA' => 'بوسنِیَن (सिरिलिक, بوسنِیا تہٕ ہَرزِگووِنا)', @@ -18,9 +18,10 @@ return [ 'ca_FR' => 'کَتلان (फ्रांस)', 'ca_IT' => 'کَتلان (इटली)', 'ce_RU' => 'چیچَن (रूस)', + 'cv_RU' => 'چُواش (रूस)', 'cy_GB' => 'ویلش (मुतहीद बादशाहत)', 'de' => 'जर्मन', - 'de_AT' => 'जर्मन (آسٹِیا)', + 'de_AT' => 'जर्मन (آسٹریا)', 'de_BE' => 'जर्मन (بیلجِیَم)', 'de_CH' => 'जर्मन (سُوِزَرلینڑ)', 'de_DE' => 'जर्मन (जर्मन)', @@ -34,32 +35,33 @@ return [ 'en_AG' => 'अंगरिज़ी (اؠنٹِگُوا تہٕ باربوڑا)', 'en_AI' => 'अंगरिज़ी (انگوئیلا)', 'en_AS' => 'अंगरिज़ी (اَمریٖکَن سَموا)', - 'en_AT' => 'अंगरिज़ी (آسٹِیا)', + 'en_AT' => 'अंगरिज़ी (آسٹریا)', 'en_AU' => 'अंगरिज़ी (آسٹریلِیا)', - 'en_BB' => 'अंगरिज़ी (باربیڈاس)', + 'en_BB' => 'अंगरिज़ी (باربیڈوس)', 'en_BE' => 'अंगरिज़ी (بیلجِیَم)', 'en_BI' => 'अंगरिज़ी (بورَنڈِ)', - 'en_BM' => 'अंगरिज़ी (بٔرمیوڈا)', + 'en_BM' => 'अंगरिज़ी (برمودا)', 'en_BS' => 'अंगरिज़ी (بَہامَس)', 'en_BW' => 'अंगरिज़ी (بوتَسوانا)', - 'en_BZ' => 'अंगरिज़ी (بیلِج)', - 'en_CA' => 'अंगरिज़ी (کینَڑا)', - 'en_CC' => 'अंगरिज़ी (کوکَس کیٖلِنگ جٔزیٖرٕ)', + 'en_BZ' => 'अंगरिज़ी (بیلز)', + 'en_CA' => 'अंगरिज़ी (کینیڈا)', + 'en_CC' => 'अंगरिज़ी (کوکَس [کیٖلِنگ] جٔزیٖرٕ)', 'en_CH' => 'अंगरिज़ी (سُوِزَرلینڑ)', 'en_CK' => 'अंगरिज़ी (کُک جٔزیٖرٕ)', 'en_CM' => 'अंगरिज़ी (کیمِروٗن)', 'en_CX' => 'अंगरिज़ी (کرِسمَس جٔزیٖرٕ)', - 'en_CY' => 'अंगरिज़ी (سایفرس)', + 'en_CY' => 'अंगरिज़ी (سائپرس)', 'en_DE' => 'अंगरिज़ी (जर्मन)', 'en_DK' => 'अंगरिज़ी (ڈینمارٕک)', 'en_DM' => 'अंगरिज़ी (ڈومِنِکا)', 'en_ER' => 'अंगरिज़ी (اِرٕٹِیا)', - 'en_FI' => 'अंगरिज़ी (فِنلینڑ)', + 'en_FI' => 'अंगरिज़ी (فِن لینڈ)', 'en_FJ' => 'अंगरिज़ी (فِجی)', 'en_FK' => 'अंगरिज़ी (فٕلاکلینڑ جٔزیٖرٕ)', + 'en_FM' => 'अंगरिज़ी (مائیکرونیشیا)', 'en_GB' => 'अंगरिज़ी (मुतहीद बादशाहत)', - 'en_GD' => 'अंगरिज़ी (گرنیڑا)', - 'en_GG' => 'अंगरिज़ी (گیوَنَرسے)', + 'en_GD' => 'अंगरिज़ी (گرینیڈا)', + 'en_GG' => 'अंगरिज़ी (گورنسے)', 'en_GH' => 'अंगरिज़ी (گانا)', 'en_GI' => 'अंगरिज़ी (جِبرالٹَر)', 'en_GM' => 'अंगरिज़ी (گَمبِیا)', @@ -67,9 +69,9 @@ return [ 'en_GY' => 'अंगरिज़ी (گُیانا)', 'en_HK' => 'अंगरिज़ी (ہانگ کانگ ایس اے آر چیٖن)', 'en_IE' => 'अंगरिज़ी (اَیَرلینڑ)', - 'en_IL' => 'अंगरिज़ी (اِسرایٖل)', + 'en_IL' => 'अंगरिज़ी (اسرا ییل)', 'en_IM' => 'अंगरिज़ी (آیِل آف مین)', - 'en_IN' => 'अंगरिज़ी (भारत)', + 'en_IN' => 'अंगरिज़ी (हिंदोस्तान)', 'en_IO' => 'अंगरिज़ी (برطانوی بحرِ ہِندۍ علاقہٕ)', 'en_JE' => 'अंगरिज़ी (جٔرسی)', 'en_JM' => 'अंगरिज़ी (جَمایکا)', @@ -80,7 +82,7 @@ return [ 'en_LC' => 'अंगरिज़ी (سینٹ لوٗسِیا)', 'en_LR' => 'अंगरिज़ी (لایبیرِیا)', 'en_LS' => 'अंगरिज़ी (لیسوتھو)', - 'en_MG' => 'अंगरिज़ी (میڑاگاسکار)', + 'en_MG' => 'अंगरिज़ी (میڈاگاسکار)', 'en_MH' => 'अंगरिज़ी (مارشَل جٔزیٖرٕ)', 'en_MO' => 'अंगरिज़ी (مَکاوو ایس اے آر چیٖن)', 'en_MP' => 'अंगरिज़ी (شُمٲلی مارِیانا جٔزیٖرٕ)', @@ -96,9 +98,9 @@ return [ 'en_NL' => 'अंगरिज़ी (نیٖدَرلینڑ)', 'en_NR' => 'अंगरिज़ी (نارووٗ)', 'en_NU' => 'अंगरिज़ी (نیوٗ)', - 'en_NZ' => 'अंगरिज़ी (نیوٗزِلینڑ)', + 'en_NZ' => 'अंगरिज़ी (نیوزی لینڈ)', 'en_PG' => 'अंगरिज़ी (پاپُوا نیوٗ گیٖنی)', - 'en_PH' => 'अंगरिज़ी (فِلِپِینس)', + 'en_PH' => 'अंगरिज़ी (فلپائن)', 'en_PK' => 'अंगरिज़ी (پاکِستان)', 'en_PN' => 'अंगरिज़ी (پِٹکیرٕنۍ جٔزیٖرٕ)', 'en_PR' => 'अंगरिज़ी (پٔرٹو رِکو)', @@ -107,14 +109,16 @@ return [ 'en_SB' => 'अंगरिज़ी (سولامان جٔزیٖرٕ)', 'en_SC' => 'अंगरिज़ी (سیشَلِس)', 'en_SD' => 'अंगरिज़ी (سوٗڈان)', - 'en_SE' => 'अंगरिज़ी (سُوِڈَن)', + 'en_SE' => 'अंगरिज़ी (سویڈن)', 'en_SG' => 'अंगरिज़ी (سِنگاپوٗر)', 'en_SH' => 'अंगरिज़ी (سینٹ ہؠلِنا)', 'en_SI' => 'अंगरिज़ी (سَلووینِیا)', - 'en_SL' => 'अंगरिज़ी (سیٖرالیوون)', - 'en_SZ' => 'अंगरिज़ी (سُوزِلینڑ)', - 'en_TC' => 'अंगरिज़ी (تُرُک تہٕ کیکوس جٔزیٖرٕ)', - 'en_TK' => 'अंगरिज़ी (توکیلاو)', + 'en_SL' => 'अंगरिज़ी (سیرا لیون)', + 'en_SS' => 'अंगरिज़ी (جنوبی سوڈان)', + 'en_SX' => 'अंगरिज़ी (سِنٹ مارٹِن)', + 'en_SZ' => 'अंगरिज़ी (ایسواتنی)', + 'en_TC' => 'अंगरिज़ी (تُرکس تٕہ کیکو جزیرٕ)', + 'en_TK' => 'अंगरिज़ी (ٹوکلو)', 'en_TO' => 'अंगरिज़ी (ٹونگا)', 'en_TT' => 'अंगरिज़ी (ٹرنِنداد تہٕ ٹوبیگو)', 'en_TV' => 'अंगरिज़ी (توٗوالوٗ)', @@ -126,34 +130,34 @@ return [ 'en_VG' => 'अंगरिज़ी (بَرطانوی ؤرجِن جٔزیٖرٕ)', 'en_VI' => 'अंगरिज़ी (یوٗ ایس ؤرجِن جٔزیٖرٕ)', 'en_VU' => 'अंगरिज़ी (وانوٗتوٗ)', - 'en_WS' => 'अंगरिज़ी (سیمووا)', - 'en_ZA' => 'अंगरिज़ी (جَنوٗبی اَفریٖکا)', - 'en_ZM' => 'अंगरिज़ी (جامبِیا)', + 'en_WS' => 'अंगरिज़ी (سامو)', + 'en_ZA' => 'अंगरिज़ी (جنوبی افریقہ)', + 'en_ZM' => 'अंगरिज़ी (زیمبیا)', 'en_ZW' => 'अंगरिज़ी (زِمبابے)', 'es' => 'हसपानवी', - 'es_419' => 'हसपानवी (لاطیٖنی اَمریٖکا تہٕ کیرَبیٖن)', + 'es_419' => 'हसपानवी (لاطیٖنی اَمریٖکا)', 'es_AR' => 'हसपानवी (أرجَنٹینا)', 'es_BO' => 'हसपानवी (بولِوِیا)', 'es_BR' => 'हसपानवी (ब्राज़ील)', - 'es_BZ' => 'हसपानवी (بیلِج)', + 'es_BZ' => 'हसपानवी (بیلز)', 'es_CL' => 'हसपानवी (چِلی)', 'es_CO' => 'हसपानवी (کولَمبِیا)', - 'es_CR' => 'हसपानवी (کوسٹا رِکا)', + 'es_CR' => 'हसपानवी (کوسٹا ریکا)', 'es_CU' => 'हसपानवी (کیوٗبا)', 'es_DO' => 'हसपानवी (ڈومِنِکَن جموٗرِیَت)', 'es_EC' => 'हसपानवी (اِکواڑور)', 'es_ES' => 'हसपानवी (سٕپین)', 'es_GQ' => 'हसपानवी (اِکوِٹورِیَل گِنی)', - 'es_GT' => 'हसपानवी (گوتیدالا)', - 'es_HN' => 'हसपानवी (ہانڈوٗرِس)', + 'es_GT' => 'हसपानवी (گواٹمالا)', + 'es_HN' => 'हसपानवी (ہونڈورس)', 'es_MX' => 'हसपानवी (مؠکسِکو)', 'es_NI' => 'हसपानवी (ناکاراگُوا)', 'es_PA' => 'हसपानवी (پَناما)', 'es_PE' => 'हसपानवी (پیٖروٗ)', - 'es_PH' => 'हसपानवी (فِلِپِینس)', + 'es_PH' => 'हसपानवी (فلپائن)', 'es_PR' => 'हसपानवी (پٔرٹو رِکو)', 'es_PY' => 'हसपानवी (پَراگُے)', - 'es_SV' => 'हसपानवी (اؠل سَلواڑور)', + 'es_SV' => 'हसपानवी (ایل سلویڈر)', 'es_US' => 'हसपानवी (मूतहीद रियासत)', 'es_UY' => 'हसपानवी (یوٗروگے)', 'es_VE' => 'हसपानवी (وینازوٗلا)', @@ -168,7 +172,7 @@ return [ 'ff_Latn_MR' => 'فُلاہ (लातिनी, مارٕٹانِیا)', 'ff_Latn_NE' => 'فُلاہ (लातिनी, نایجَر)', 'ff_Latn_NG' => 'فُلاہ (लातिनी, نایجیرِیا)', - 'ff_Latn_SL' => 'فُلاہ (लातिनी, سیٖرالیوون)', + 'ff_Latn_SL' => 'فُلاہ (लातिनी, سیرا لیون)', 'ff_Latn_SN' => 'فُلاہ (लातिनी, سینیگَل)', 'fr' => 'फ्रांसीसी', 'fr_BE' => 'फ्रांसीसी (بیلجِیَم)', @@ -176,12 +180,12 @@ return [ 'fr_BI' => 'फ्रांसीसी (بورَنڈِ)', 'fr_BJ' => 'फ्रांसीसी (بِنِن)', 'fr_BL' => 'फ्रांसीसी (سینٹ بارتَھیلمی)', - 'fr_CA' => 'फ्रांसीसी (کینَڑا)', + 'fr_CA' => 'फ्रांसीसी (کینیڈا)', 'fr_CD' => 'फ्रांसीसी (کونگو کِنشاسا)', 'fr_CF' => 'फ्रांसीसी (مرکٔزی اَفریٖکی جموٗریَت)', 'fr_CG' => 'फ्रांसीसी (کونگو بٔرزاوِلی)', 'fr_CH' => 'फ्रांसीसी (سُوِزَرلینڑ)', - 'fr_CI' => 'फ्रांसीसी (اَیوٕری کوسٹ)', + 'fr_CI' => 'फ्रांसीसी (کوٹ ڈلوائر)', 'fr_CM' => 'फ्रांसीसी (کیمِروٗن)', 'fr_DJ' => 'फ्रांसीसी (جِبوٗتی)', 'fr_DZ' => 'फ्रांसीसी (اؠلجیرِیا)', @@ -189,15 +193,15 @@ return [ 'fr_GA' => 'फ्रांसीसी (گیبان)', 'fr_GF' => 'फ्रांसीसी (فرانسِسی گِانا)', 'fr_GN' => 'फ्रांसीसी (گِنی)', - 'fr_GP' => 'फ्रांसीसी (گَواڑیلوپ)', + 'fr_GP' => 'फ्रांसीसी (گواڈلوپ)', 'fr_GQ' => 'फ्रांसीसी (اِکوِٹورِیَل گِنی)', - 'fr_HT' => 'फ्रांसीसी (ہایتی)', + 'fr_HT' => 'फ्रांसीसी (ہیتی)', 'fr_KM' => 'फ्रांसीसी (کَمورَس)', 'fr_LU' => 'फ्रांसीसी (لَکسَمبٔرٕگ)', 'fr_MA' => 'फ्रांसीसी (موروکو)', 'fr_MC' => 'फ्रांसीसी (مونیکو)', 'fr_MF' => 'फ्रांसीसी (سینٹ مارٹِن)', - 'fr_MG' => 'फ्रांसीसी (میڑاگاسکار)', + 'fr_MG' => 'फ्रांसीसी (میڈاگاسکار)', 'fr_ML' => 'फ्रांसीसी (مالی)', 'fr_MQ' => 'फ्रांसीसी (مارٹِنِک)', 'fr_MR' => 'फ्रांसीसी (مارٕٹانِیا)', @@ -219,10 +223,10 @@ return [ 'fr_YT' => 'फ्रांसीसी (مَییٹ)', 'ga_GB' => 'اَیرِش (मुतहीद बादशाहत)', 'gd_GB' => 'سکوٹِش گیےلِک (मुतहीद बादशाहत)', - 'gu_IN' => 'گُجرٲتی (भारत)', - 'hi_IN' => 'ہِندی (भारत)', + 'gu_IN' => 'گُجرٲتی (हिंदोस्तान)', + 'hi_IN' => 'ہِندی (हिंदोस्तान)', 'hi_Latn' => 'ہِندی (लातिनी)', - 'hi_Latn_IN' => 'ہِندی (लातिनी, भारत)', + 'hi_Latn_IN' => 'ہِندی (लातिनी, हिंदोस्तान)', 'ii_CN' => 'سِچوان یٖی (चीन)', 'it' => 'इतालवी', 'it_CH' => 'इतालवी (سُوِزَرلینڑ)', @@ -231,23 +235,23 @@ return [ 'it_VA' => 'इतालवी (ویٹِکَن سِٹی)', 'ja' => 'जापानी', 'ja_JP' => 'जापानी (जापान)', - 'kn_IN' => 'کَنَڑ (भारत)', + 'kn_IN' => 'کَنَڑ (हिंदोस्तान)', 'ks' => 'कॉशुर', 'ks_Arab' => 'कॉशुर (अरबी)', - 'ks_Arab_IN' => 'कॉशुर (अरबी, भारत)', + 'ks_Arab_IN' => 'कॉशुर (अरबी, हिंदोस्तान)', 'ks_Deva' => 'कॉशुर (देवनागरी)', - 'ks_Deva_IN' => 'कॉशुर (देवनागरी, भारत)', - 'ks_IN' => 'कॉशुर (भारत)', + 'ks_Deva_IN' => 'कॉशुर (देवनागरी, हिंदोस्तान)', + 'ks_IN' => 'कॉशुर (हिंदोस्तान)', 'kw_GB' => 'کورنِش (मुतहीद बादशाहत)', - 'ml_IN' => 'مٔلیالَم (भारत)', - 'mr_IN' => 'مَرٲٹھۍ (भारत)', - 'ne_IN' => 'نیپٲلۍ (भारत)', - 'or_IN' => 'اۆرِیا (भारत)', + 'ml_IN' => 'مٔلیالَم (हिंदोस्तान)', + 'mr_IN' => 'مَرٲٹھۍ (हिंदोस्तान)', + 'ne_IN' => 'نیپٲلۍ (हिंदोस्तान)', + 'or_IN' => 'اۆرِیا (हिंदोस्तान)', 'os_RU' => 'اۆسیٹِک (रूस)', 'pa_Arab' => 'پَنجٲبۍ (अरबी)', 'pa_Arab_PK' => 'پَنجٲبۍ (अरबी, پاکِستان)', - 'pa_Guru_IN' => 'پَنجٲبۍ (گُجرٲتۍ, भारत)', - 'pa_IN' => 'پَنجٲبۍ (भारत)', + 'pa_Guru_IN' => 'پَنجٲبۍ (گُجرٲتۍ, हिंदोस्तान)', + 'pa_IN' => 'پَنجٲبۍ (हिंदोस्तान)', 'pt' => 'पुरतउगाली', 'pt_AO' => 'पुरतउगाली (انگولا)', 'pt_BR' => 'पुरतउगाली (ब्राज़ील)', @@ -260,20 +264,21 @@ return [ 'pt_MZ' => 'पुरतउगाली (موزَمبِک)', 'pt_PT' => 'पुरतउगाली (پُرتِگال)', 'pt_ST' => 'पुरतउगाली (ساو توم تہٕ پرنسِپی)', - 'pt_TL' => 'पुरतउगाली (مَشرِقی تایمور)', + 'pt_TL' => 'पुरतउगाली (تیمور-لیسٹ)', 'ru' => 'रूसी', 'ru_BY' => 'रूसी (بیلاروٗس)', - 'ru_KG' => 'रूसी (کِرگِستان)', - 'ru_KZ' => 'रूसी (کَزاکِستان)', - 'ru_MD' => 'रूसी (مولڑاوِیا)', + 'ru_KG' => 'रूसी (کرغزستان)', + 'ru_KZ' => 'रूसी (قازقستان)', + 'ru_MD' => 'रूसी (مولڈووا)', 'ru_RU' => 'रूसी (रूस)', 'ru_UA' => 'रूसी (یوٗرِکین)', - 'sa_IN' => 'سَنسکرٕت (भारत)', + 'sa_IN' => 'سَنسکرٕت (हिंदोस्तान)', 'sc_IT' => 'سراڈیٖنی (इटली)', 'sd_Arab' => 'سِندی (अरबी)', 'sd_Arab_PK' => 'سِندی (अरबी, پاکِستان)', 'sd_Deva' => 'سِندی (देवनागरी)', - 'sd_Deva_IN' => 'سِندی (देवनागरी, भारत)', + 'sd_Deva_IN' => 'سِندی (देवनागरी, हिंदोस्तान)', + 'sd_IN' => 'سِندی (हिंदोस्तान)', 'sr_Cyrl' => 'سٔربِیَن (सिरिलिक)', 'sr_Cyrl_BA' => 'سٔربِیَن (सिरिलिक, بوسنِیا تہٕ ہَرزِگووِنا)', 'sr_Cyrl_ME' => 'سٔربِیَن (सिरिलिक, موٹونیگِریو)', @@ -283,11 +288,11 @@ return [ 'sr_Latn_ME' => 'سٔربِیَن (लातिनी, موٹونیگِریو)', 'sr_Latn_RS' => 'سٔربِیَن (लातिनी, سَربِیا)', 'su_Latn' => 'سَنڈَنیٖز (लातिनी)', - 'su_Latn_ID' => 'سَنڈَنیٖز (लातिनी, اِنڑونیشِیا)', - 'ta_IN' => 'تَمِل (भारत)', - 'te_IN' => 'تیلگوٗ (भारत)', + 'su_Latn_ID' => 'سَنڈَنیٖز (लातिनी, انڈونیشیا)', + 'ta_IN' => 'تَمِل (हिंदोस्तान)', + 'te_IN' => 'تیلگوٗ (हिंदोस्तान)', 'tt_RU' => 'تَتار (रूस)', - 'ur_IN' => 'اُردوٗ (भारत)', + 'ur_IN' => 'اُردوٗ (हिंदोस्तान)', 'uz_Arab' => 'اُزبیک (अरबी)', 'uz_Arab_AF' => 'اُزبیک (अरबी, اَفغانَستان)', 'uz_Cyrl' => 'اُزبیک (सिरिलिक)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ku.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ku.php index eae8128..22ed8e8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ku.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ku.php @@ -73,6 +73,8 @@ return [ 'ce_RU' => 'çeçenî (Rûsya)', 'cs' => 'çekî', 'cs_CZ' => 'çekî (Çekya)', + 'cv' => 'çuvaşî', + 'cv_RU' => 'çuvaşî (Rûsya)', 'cy' => 'weylsî', 'cy_GB' => 'weylsî (Keyaniya Yekbûyî)', 'da' => 'danmarkî', @@ -470,6 +472,7 @@ return [ 'sd_Arab_PK' => 'sindhî (erebî, Pakistan)', 'sd_Deva' => 'sindhî (devanagarî)', 'sd_Deva_IN' => 'sindhî (devanagarî, Hindistan)', + 'sd_IN' => 'sindhî (Hindistan)', 'sd_PK' => 'sindhî (Pakistan)', 'se' => 'samiya bakur', 'se_FI' => 'samiya bakur (Fînlenda)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ky.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ky.php index 2e67a41..a1d4081 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ky.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ky.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чеченче (Россия)', 'cs' => 'чехче', 'cs_CZ' => 'чехче (Чехия)', + 'cv' => 'чувашча', + 'cv_RU' => 'чувашча (Россия)', 'cy' => 'уелшче', 'cy_GB' => 'уелшче (Улуу Британия)', 'da' => 'датча', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'фарсча (Афганистан)', 'fa_IR' => 'фарсча (Иран)', 'ff' => 'фулача', + 'ff_Adlm' => 'фулача (Адлам [жазуу])', + 'ff_Adlm_BF' => 'фулача (Адлам [жазуу], Буркина-Фасо)', + 'ff_Adlm_CM' => 'фулача (Адлам [жазуу], Камерун)', + 'ff_Adlm_GH' => 'фулача (Адлам [жазуу], Гана)', + 'ff_Adlm_GM' => 'фулача (Адлам [жазуу], Гамбия)', + 'ff_Adlm_GN' => 'фулача (Адлам [жазуу], Гвинея)', + 'ff_Adlm_GW' => 'фулача (Адлам [жазуу], Гвинея-Бисау)', + 'ff_Adlm_LR' => 'фулача (Адлам [жазуу], Либерия)', + 'ff_Adlm_MR' => 'фулача (Адлам [жазуу], Мавритания)', + 'ff_Adlm_NE' => 'фулача (Адлам [жазуу], Нигер)', + 'ff_Adlm_NG' => 'фулача (Адлам [жазуу], Нигерия)', + 'ff_Adlm_SL' => 'фулача (Адлам [жазуу], Сьерра-Леоне)', + 'ff_Adlm_SN' => 'фулача (Адлам [жазуу], Сенегал)', 'ff_CM' => 'фулача (Камерун)', 'ff_GN' => 'фулача (Гвинея)', 'ff_Latn' => 'фулача (Латын)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'синдхиче (Араб, Пакистан)', 'sd_Deva' => 'синдхиче (Деванагари)', 'sd_Deva_IN' => 'синдхиче (Деванагари, Индия)', + 'sd_IN' => 'синдхиче (Индия)', 'sd_PK' => 'синдхиче (Пакистан)', 'se' => 'түндүк саамиче', 'se_FI' => 'түндүк саамиче (Финляндия)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lb.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lb.php index 7926159..f4b7920 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lb.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lb.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Tschetschenesch (Russland)', 'cs' => 'Tschechesch', 'cs_CZ' => 'Tschechesch (Tschechien)', + 'cv' => 'Tschuwaschesch', + 'cv_RU' => 'Tschuwaschesch (Russland)', 'cy' => 'Walisesch', 'cy_GB' => 'Walisesch (Groussbritannien)', 'da' => 'Dänesch', @@ -504,6 +506,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arabesch, Pakistan)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, Indien)', + 'sd_IN' => 'Sindhi (Indien)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Nordsamesch', 'se_FI' => 'Nordsamesch (Finnland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lo.php index 72f9b02..ece914e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lo.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ຊີເຄນ (ຣັດເຊຍ)', 'cs' => 'ເຊກ', 'cs_CZ' => 'ເຊກ (ເຊັກເຊຍ)', + 'cv' => 'ຊູວາຊ', + 'cv_RU' => 'ຊູວາຊ (ຣັດເຊຍ)', 'cy' => 'ເວວ', 'cy_GB' => 'ເວວ (ສະຫະລາດຊະອະນາຈັກ)', 'da' => 'ແດນິຊ', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ເປີຊຽນ (ອາຟການິດສະຖານ)', 'fa_IR' => 'ເປີຊຽນ (ອີຣານ)', 'ff' => 'ຟູລາ', + 'ff_Adlm' => 'ຟູລາ (ແອດລາມ)', + 'ff_Adlm_BF' => 'ຟູລາ (ແອດລາມ, ເບີກິນາ ຟາໂຊ)', + 'ff_Adlm_CM' => 'ຟູລາ (ແອດລາມ, ຄາເມຣູນ)', + 'ff_Adlm_GH' => 'ຟູລາ (ແອດລາມ, ການາ)', + 'ff_Adlm_GM' => 'ຟູລາ (ແອດລາມ, ສາທາລະນະລັດແກມເບຍ)', + 'ff_Adlm_GN' => 'ຟູລາ (ແອດລາມ, ກິນີ)', + 'ff_Adlm_GW' => 'ຟູລາ (ແອດລາມ, ກິນີ-ບິສເຊົາ)', + 'ff_Adlm_LR' => 'ຟູລາ (ແອດລາມ, ລິເບີເຣຍ)', + 'ff_Adlm_MR' => 'ຟູລາ (ແອດລາມ, ມົວຣິເທເນຍ)', + 'ff_Adlm_NE' => 'ຟູລາ (ແອດລາມ, ນິເຈີ)', + 'ff_Adlm_NG' => 'ຟູລາ (ແອດລາມ, ໄນຈີເຣຍ)', + 'ff_Adlm_SL' => 'ຟູລາ (ແອດລາມ, ເຊຍຣາ ລີໂອນ)', + 'ff_Adlm_SN' => 'ຟູລາ (ແອດລາມ, ເຊນີໂກລ)', 'ff_CM' => 'ຟູລາ (ຄາເມຣູນ)', 'ff_GN' => 'ຟູລາ (ກິນີ)', 'ff_Latn' => 'ຟູລາ (ລາຕິນ)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'ສິນທິ (ອາຣາບິກ, ປາກິດສະຖານ)', 'sd_Deva' => 'ສິນທິ (ດີວານາກາຣີ)', 'sd_Deva_IN' => 'ສິນທິ (ດີວານາກາຣີ, ອິນເດຍ)', + 'sd_IN' => 'ສິນທິ (ອິນເດຍ)', 'sd_PK' => 'ສິນທິ (ປາກິດສະຖານ)', 'se' => 'ຊາມິເໜືອ', 'se_FI' => 'ຊາມິເໜືອ (ຟິນແລນ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lt.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lt.php index 097f5fa..bb9b84c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lt.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lt.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'čečėnų (Rusija)', 'cs' => 'čekų', 'cs_CZ' => 'čekų (Čekija)', + 'cv' => 'čiuvašų', + 'cv_RU' => 'čiuvašų (Rusija)', 'cy' => 'valų', 'cy_GB' => 'valų (Jungtinė Karalystė)', 'da' => 'danų', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persų (Afganistanas)', 'fa_IR' => 'persų (Iranas)', 'ff' => 'fulahų', + 'ff_Adlm' => 'fulahų (ADLAM)', + 'ff_Adlm_BF' => 'fulahų (ADLAM, Burkina Fasas)', + 'ff_Adlm_CM' => 'fulahų (ADLAM, Kamerūnas)', + 'ff_Adlm_GH' => 'fulahų (ADLAM, Gana)', + 'ff_Adlm_GM' => 'fulahų (ADLAM, Gambija)', + 'ff_Adlm_GN' => 'fulahų (ADLAM, Gvinėja)', + 'ff_Adlm_GW' => 'fulahų (ADLAM, Bisau Gvinėja)', + 'ff_Adlm_LR' => 'fulahų (ADLAM, Liberija)', + 'ff_Adlm_MR' => 'fulahų (ADLAM, Mauritanija)', + 'ff_Adlm_NE' => 'fulahų (ADLAM, Nigeris)', + 'ff_Adlm_NG' => 'fulahų (ADLAM, Nigerija)', + 'ff_Adlm_SL' => 'fulahų (ADLAM, Siera Leonė)', + 'ff_Adlm_SN' => 'fulahų (ADLAM, Senegalas)', 'ff_CM' => 'fulahų (Kamerūnas)', 'ff_GN' => 'fulahų (Gvinėja)', 'ff_Latn' => 'fulahų (lotynų)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindų (arabų, Pakistanas)', 'sd_Deva' => 'sindų (devanagari)', 'sd_Deva_IN' => 'sindų (devanagari, Indija)', + 'sd_IN' => 'sindų (Indija)', 'sd_PK' => 'sindų (Pakistanas)', 'se' => 'šiaurės samių', 'se_FI' => 'šiaurės samių (Suomija)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lv.php index 1f29dde..ea361af 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lv.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/lv.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'čečenu (Krievija)', 'cs' => 'čehu', 'cs_CZ' => 'čehu (Čehija)', + 'cv' => 'čuvašu', + 'cv_RU' => 'čuvašu (Krievija)', 'cy' => 'velsiešu', 'cy_GB' => 'velsiešu (Apvienotā Karaliste)', 'da' => 'dāņu', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persiešu (Afganistāna)', 'fa_IR' => 'persiešu (Irāna)', 'ff' => 'fulu', + 'ff_Adlm' => 'fulu (adlama)', + 'ff_Adlm_BF' => 'fulu (adlama, Burkinafaso)', + 'ff_Adlm_CM' => 'fulu (adlama, Kamerūna)', + 'ff_Adlm_GH' => 'fulu (adlama, Gana)', + 'ff_Adlm_GM' => 'fulu (adlama, Gambija)', + 'ff_Adlm_GN' => 'fulu (adlama, Gvineja)', + 'ff_Adlm_GW' => 'fulu (adlama, Gvineja-Bisava)', + 'ff_Adlm_LR' => 'fulu (adlama, Libērija)', + 'ff_Adlm_MR' => 'fulu (adlama, Mauritānija)', + 'ff_Adlm_NE' => 'fulu (adlama, Nigēra)', + 'ff_Adlm_NG' => 'fulu (adlama, Nigērija)', + 'ff_Adlm_SL' => 'fulu (adlama, Sjerraleone)', + 'ff_Adlm_SN' => 'fulu (adlama, Senegāla)', 'ff_CM' => 'fulu (Kamerūna)', 'ff_GN' => 'fulu (Gvineja)', 'ff_Latn' => 'fulu (latīņu)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhu (arābu, Pakistāna)', 'sd_Deva' => 'sindhu (dēvanāgari)', 'sd_Deva_IN' => 'sindhu (dēvanāgari, Indija)', + 'sd_IN' => 'sindhu (Indija)', 'sd_PK' => 'sindhu (Pakistāna)', 'se' => 'ziemeļsāmu', 'se_FI' => 'ziemeļsāmu (Somija)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/meta.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/meta.php index eab91d3..ffc237b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/meta.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/meta.php @@ -75,593 +75,596 @@ return [ 70 => 'ce_RU', 71 => 'cs', 72 => 'cs_CZ', - 73 => 'cy', - 74 => 'cy_GB', - 75 => 'da', - 76 => 'da_DK', - 77 => 'da_GL', - 78 => 'de', - 79 => 'de_AT', - 80 => 'de_BE', - 81 => 'de_CH', - 82 => 'de_DE', - 83 => 'de_IT', - 84 => 'de_LI', - 85 => 'de_LU', - 86 => 'dz', - 87 => 'dz_BT', - 88 => 'ee', - 89 => 'ee_GH', - 90 => 'ee_TG', - 91 => 'el', - 92 => 'el_CY', - 93 => 'el_GR', - 94 => 'en', - 95 => 'en_001', - 96 => 'en_150', - 97 => 'en_AE', - 98 => 'en_AG', - 99 => 'en_AI', - 100 => 'en_AS', - 101 => 'en_AT', - 102 => 'en_AU', - 103 => 'en_BB', - 104 => 'en_BE', - 105 => 'en_BI', - 106 => 'en_BM', - 107 => 'en_BS', - 108 => 'en_BW', - 109 => 'en_BZ', - 110 => 'en_CA', - 111 => 'en_CC', - 112 => 'en_CH', - 113 => 'en_CK', - 114 => 'en_CM', - 115 => 'en_CX', - 116 => 'en_CY', - 117 => 'en_DE', - 118 => 'en_DG', - 119 => 'en_DK', - 120 => 'en_DM', - 121 => 'en_ER', - 122 => 'en_FI', - 123 => 'en_FJ', - 124 => 'en_FK', - 125 => 'en_FM', - 126 => 'en_GB', - 127 => 'en_GD', - 128 => 'en_GG', - 129 => 'en_GH', - 130 => 'en_GI', - 131 => 'en_GM', - 132 => 'en_GU', - 133 => 'en_GY', - 134 => 'en_HK', - 135 => 'en_IE', - 136 => 'en_IL', - 137 => 'en_IM', - 138 => 'en_IN', - 139 => 'en_IO', - 140 => 'en_JE', - 141 => 'en_JM', - 142 => 'en_KE', - 143 => 'en_KI', - 144 => 'en_KN', - 145 => 'en_KY', - 146 => 'en_LC', - 147 => 'en_LR', - 148 => 'en_LS', - 149 => 'en_MG', - 150 => 'en_MH', - 151 => 'en_MO', - 152 => 'en_MP', - 153 => 'en_MS', - 154 => 'en_MT', - 155 => 'en_MU', - 156 => 'en_MV', - 157 => 'en_MW', - 158 => 'en_MY', - 159 => 'en_NA', - 160 => 'en_NF', - 161 => 'en_NG', - 162 => 'en_NH', - 163 => 'en_NL', - 164 => 'en_NR', - 165 => 'en_NU', - 166 => 'en_NZ', - 167 => 'en_PG', - 168 => 'en_PH', - 169 => 'en_PK', - 170 => 'en_PN', - 171 => 'en_PR', - 172 => 'en_PW', - 173 => 'en_RH', - 174 => 'en_RW', - 175 => 'en_SB', - 176 => 'en_SC', - 177 => 'en_SD', - 178 => 'en_SE', - 179 => 'en_SG', - 180 => 'en_SH', - 181 => 'en_SI', - 182 => 'en_SL', - 183 => 'en_SS', - 184 => 'en_SX', - 185 => 'en_SZ', - 186 => 'en_TC', - 187 => 'en_TK', - 188 => 'en_TO', - 189 => 'en_TT', - 190 => 'en_TV', - 191 => 'en_TZ', - 192 => 'en_UG', - 193 => 'en_UM', - 194 => 'en_US', - 195 => 'en_US_POSIX', - 196 => 'en_VC', - 197 => 'en_VG', - 198 => 'en_VI', - 199 => 'en_VU', - 200 => 'en_WS', - 201 => 'en_ZA', - 202 => 'en_ZM', - 203 => 'en_ZW', - 204 => 'eo', - 205 => 'eo_001', - 206 => 'es', - 207 => 'es_419', - 208 => 'es_AR', - 209 => 'es_BO', - 210 => 'es_BR', - 211 => 'es_BZ', - 212 => 'es_CL', - 213 => 'es_CO', - 214 => 'es_CR', - 215 => 'es_CU', - 216 => 'es_DO', - 217 => 'es_EA', - 218 => 'es_EC', - 219 => 'es_ES', - 220 => 'es_GQ', - 221 => 'es_GT', - 222 => 'es_HN', - 223 => 'es_IC', - 224 => 'es_MX', - 225 => 'es_NI', - 226 => 'es_PA', - 227 => 'es_PE', - 228 => 'es_PH', - 229 => 'es_PR', - 230 => 'es_PY', - 231 => 'es_SV', - 232 => 'es_US', - 233 => 'es_UY', - 234 => 'es_VE', - 235 => 'et', - 236 => 'et_EE', - 237 => 'eu', - 238 => 'eu_ES', - 239 => 'fa', - 240 => 'fa_AF', - 241 => 'fa_IR', - 242 => 'ff', - 243 => 'ff_Adlm', - 244 => 'ff_Adlm_BF', - 245 => 'ff_Adlm_CM', - 246 => 'ff_Adlm_GH', - 247 => 'ff_Adlm_GM', - 248 => 'ff_Adlm_GN', - 249 => 'ff_Adlm_GW', - 250 => 'ff_Adlm_LR', - 251 => 'ff_Adlm_MR', - 252 => 'ff_Adlm_NE', - 253 => 'ff_Adlm_NG', - 254 => 'ff_Adlm_SL', - 255 => 'ff_Adlm_SN', - 256 => 'ff_CM', - 257 => 'ff_GN', - 258 => 'ff_Latn', - 259 => 'ff_Latn_BF', - 260 => 'ff_Latn_CM', - 261 => 'ff_Latn_GH', - 262 => 'ff_Latn_GM', - 263 => 'ff_Latn_GN', - 264 => 'ff_Latn_GW', - 265 => 'ff_Latn_LR', - 266 => 'ff_Latn_MR', - 267 => 'ff_Latn_NE', - 268 => 'ff_Latn_NG', - 269 => 'ff_Latn_SL', - 270 => 'ff_Latn_SN', - 271 => 'ff_MR', - 272 => 'ff_SN', - 273 => 'fi', - 274 => 'fi_FI', - 275 => 'fo', - 276 => 'fo_DK', - 277 => 'fo_FO', - 278 => 'fr', - 279 => 'fr_BE', - 280 => 'fr_BF', - 281 => 'fr_BI', - 282 => 'fr_BJ', - 283 => 'fr_BL', - 284 => 'fr_CA', - 285 => 'fr_CD', - 286 => 'fr_CF', - 287 => 'fr_CG', - 288 => 'fr_CH', - 289 => 'fr_CI', - 290 => 'fr_CM', - 291 => 'fr_DJ', - 292 => 'fr_DZ', - 293 => 'fr_FR', - 294 => 'fr_GA', - 295 => 'fr_GF', - 296 => 'fr_GN', - 297 => 'fr_GP', - 298 => 'fr_GQ', - 299 => 'fr_HT', - 300 => 'fr_KM', - 301 => 'fr_LU', - 302 => 'fr_MA', - 303 => 'fr_MC', - 304 => 'fr_MF', - 305 => 'fr_MG', - 306 => 'fr_ML', - 307 => 'fr_MQ', - 308 => 'fr_MR', - 309 => 'fr_MU', - 310 => 'fr_NC', - 311 => 'fr_NE', - 312 => 'fr_PF', - 313 => 'fr_PM', - 314 => 'fr_RE', - 315 => 'fr_RW', - 316 => 'fr_SC', - 317 => 'fr_SN', - 318 => 'fr_SY', - 319 => 'fr_TD', - 320 => 'fr_TG', - 321 => 'fr_TN', - 322 => 'fr_VU', - 323 => 'fr_WF', - 324 => 'fr_YT', - 325 => 'fy', - 326 => 'fy_NL', - 327 => 'ga', - 328 => 'ga_GB', - 329 => 'ga_IE', - 330 => 'gd', - 331 => 'gd_GB', - 332 => 'gl', - 333 => 'gl_ES', - 334 => 'gu', - 335 => 'gu_IN', - 336 => 'gv', - 337 => 'gv_IM', - 338 => 'ha', - 339 => 'ha_GH', - 340 => 'ha_NE', - 341 => 'ha_NG', - 342 => 'he', - 343 => 'he_IL', - 344 => 'hi', - 345 => 'hi_IN', - 346 => 'hi_Latn', - 347 => 'hi_Latn_IN', - 348 => 'hr', - 349 => 'hr_BA', - 350 => 'hr_HR', - 351 => 'hu', - 352 => 'hu_HU', - 353 => 'hy', - 354 => 'hy_AM', - 355 => 'ia', - 356 => 'ia_001', - 357 => 'id', - 358 => 'id_ID', - 359 => 'ig', - 360 => 'ig_NG', - 361 => 'ii', - 362 => 'ii_CN', - 363 => 'in', - 364 => 'in_ID', - 365 => 'is', - 366 => 'is_IS', - 367 => 'it', - 368 => 'it_CH', - 369 => 'it_IT', - 370 => 'it_SM', - 371 => 'it_VA', - 372 => 'iw', - 373 => 'iw_IL', - 374 => 'ja', - 375 => 'ja_JP', - 376 => 'ja_JP_TRADITIONAL', - 377 => 'jv', - 378 => 'jv_ID', - 379 => 'ka', - 380 => 'ka_GE', - 381 => 'ki', - 382 => 'ki_KE', - 383 => 'kk', - 384 => 'kk_KZ', - 385 => 'kl', - 386 => 'kl_GL', - 387 => 'km', - 388 => 'km_KH', - 389 => 'kn', - 390 => 'kn_IN', - 391 => 'ko', - 392 => 'ko_KP', - 393 => 'ko_KR', - 394 => 'ks', - 395 => 'ks_Arab', - 396 => 'ks_Arab_IN', - 397 => 'ks_Deva', - 398 => 'ks_Deva_IN', - 399 => 'ks_IN', - 400 => 'ku', - 401 => 'ku_TR', - 402 => 'kw', - 403 => 'kw_GB', - 404 => 'ky', - 405 => 'ky_KG', - 406 => 'lb', - 407 => 'lb_LU', - 408 => 'lg', - 409 => 'lg_UG', - 410 => 'ln', - 411 => 'ln_AO', - 412 => 'ln_CD', - 413 => 'ln_CF', - 414 => 'ln_CG', - 415 => 'lo', - 416 => 'lo_LA', - 417 => 'lt', - 418 => 'lt_LT', - 419 => 'lu', - 420 => 'lu_CD', - 421 => 'lv', - 422 => 'lv_LV', - 423 => 'mg', - 424 => 'mg_MG', - 425 => 'mi', - 426 => 'mi_NZ', - 427 => 'mk', - 428 => 'mk_MK', - 429 => 'ml', - 430 => 'ml_IN', - 431 => 'mn', - 432 => 'mn_MN', - 433 => 'mo', - 434 => 'mr', - 435 => 'mr_IN', - 436 => 'ms', - 437 => 'ms_BN', - 438 => 'ms_ID', - 439 => 'ms_MY', - 440 => 'ms_SG', - 441 => 'mt', - 442 => 'mt_MT', - 443 => 'my', - 444 => 'my_MM', - 445 => 'nb', - 446 => 'nb_NO', - 447 => 'nb_SJ', - 448 => 'nd', - 449 => 'nd_ZW', - 450 => 'ne', - 451 => 'ne_IN', - 452 => 'ne_NP', - 453 => 'nl', - 454 => 'nl_AW', - 455 => 'nl_BE', - 456 => 'nl_BQ', - 457 => 'nl_CW', - 458 => 'nl_NL', - 459 => 'nl_SR', - 460 => 'nl_SX', - 461 => 'nn', - 462 => 'nn_NO', - 463 => 'no', - 464 => 'no_NO', - 465 => 'no_NO_NY', - 466 => 'om', - 467 => 'om_ET', - 468 => 'om_KE', - 469 => 'or', - 470 => 'or_IN', - 471 => 'os', - 472 => 'os_GE', - 473 => 'os_RU', - 474 => 'pa', - 475 => 'pa_Arab', - 476 => 'pa_Arab_PK', - 477 => 'pa_Guru', - 478 => 'pa_Guru_IN', - 479 => 'pa_IN', - 480 => 'pa_PK', - 481 => 'pl', - 482 => 'pl_PL', - 483 => 'ps', - 484 => 'ps_AF', - 485 => 'ps_PK', - 486 => 'pt', - 487 => 'pt_AO', - 488 => 'pt_BR', - 489 => 'pt_CH', - 490 => 'pt_CV', - 491 => 'pt_GQ', - 492 => 'pt_GW', - 493 => 'pt_LU', - 494 => 'pt_MO', - 495 => 'pt_MZ', - 496 => 'pt_PT', - 497 => 'pt_ST', - 498 => 'pt_TL', - 499 => 'qu', - 500 => 'qu_BO', - 501 => 'qu_EC', - 502 => 'qu_PE', - 503 => 'rm', - 504 => 'rm_CH', - 505 => 'rn', - 506 => 'rn_BI', - 507 => 'ro', - 508 => 'ro_MD', - 509 => 'ro_RO', - 510 => 'ru', - 511 => 'ru_BY', - 512 => 'ru_KG', - 513 => 'ru_KZ', - 514 => 'ru_MD', - 515 => 'ru_RU', - 516 => 'ru_UA', - 517 => 'rw', - 518 => 'rw_RW', - 519 => 'sa', - 520 => 'sa_IN', - 521 => 'sc', - 522 => 'sc_IT', - 523 => 'sd', - 524 => 'sd_Arab', - 525 => 'sd_Arab_PK', - 526 => 'sd_Deva', - 527 => 'sd_Deva_IN', - 528 => 'sd_PK', - 529 => 'se', - 530 => 'se_FI', - 531 => 'se_NO', - 532 => 'se_SE', - 533 => 'sg', - 534 => 'sg_CF', - 535 => 'sh', - 536 => 'sh_BA', - 537 => 'sh_CS', - 538 => 'sh_YU', - 539 => 'si', - 540 => 'si_LK', - 541 => 'sk', - 542 => 'sk_SK', - 543 => 'sl', - 544 => 'sl_SI', - 545 => 'sn', - 546 => 'sn_ZW', - 547 => 'so', - 548 => 'so_DJ', - 549 => 'so_ET', - 550 => 'so_KE', - 551 => 'so_SO', - 552 => 'sq', - 553 => 'sq_AL', - 554 => 'sq_MK', - 555 => 'sq_XK', - 556 => 'sr', - 557 => 'sr_BA', - 558 => 'sr_CS', - 559 => 'sr_Cyrl', - 560 => 'sr_Cyrl_BA', - 561 => 'sr_Cyrl_CS', - 562 => 'sr_Cyrl_ME', - 563 => 'sr_Cyrl_RS', - 564 => 'sr_Cyrl_XK', - 565 => 'sr_Cyrl_YU', - 566 => 'sr_Latn', - 567 => 'sr_Latn_BA', - 568 => 'sr_Latn_CS', - 569 => 'sr_Latn_ME', - 570 => 'sr_Latn_RS', - 571 => 'sr_Latn_XK', - 572 => 'sr_Latn_YU', - 573 => 'sr_ME', - 574 => 'sr_RS', - 575 => 'sr_XK', - 576 => 'sr_YU', - 577 => 'su', - 578 => 'su_ID', - 579 => 'su_Latn', - 580 => 'su_Latn_ID', - 581 => 'sv', - 582 => 'sv_AX', - 583 => 'sv_FI', - 584 => 'sv_SE', - 585 => 'sw', - 586 => 'sw_CD', - 587 => 'sw_KE', - 588 => 'sw_TZ', - 589 => 'sw_UG', - 590 => 'ta', - 591 => 'ta_IN', - 592 => 'ta_LK', - 593 => 'ta_MY', - 594 => 'ta_SG', - 595 => 'te', - 596 => 'te_IN', - 597 => 'tg', - 598 => 'tg_TJ', - 599 => 'th', - 600 => 'th_TH', - 601 => 'th_TH_TRADITIONAL', - 602 => 'ti', - 603 => 'ti_ER', - 604 => 'ti_ET', - 605 => 'tk', - 606 => 'tk_TM', - 607 => 'tl', - 608 => 'tl_PH', - 609 => 'to', - 610 => 'to_TO', - 611 => 'tr', - 612 => 'tr_CY', - 613 => 'tr_TR', - 614 => 'tt', - 615 => 'tt_RU', - 616 => 'ug', - 617 => 'ug_CN', - 618 => 'uk', - 619 => 'uk_UA', - 620 => 'ur', - 621 => 'ur_IN', - 622 => 'ur_PK', - 623 => 'uz', - 624 => 'uz_AF', - 625 => 'uz_Arab', - 626 => 'uz_Arab_AF', - 627 => 'uz_Cyrl', - 628 => 'uz_Cyrl_UZ', - 629 => 'uz_Latn', - 630 => 'uz_Latn_UZ', - 631 => 'uz_UZ', - 632 => 'vi', - 633 => 'vi_VN', - 634 => 'wo', - 635 => 'wo_SN', - 636 => 'xh', - 637 => 'xh_ZA', - 638 => 'yi', - 639 => 'yi_001', - 640 => 'yo', - 641 => 'yo_BJ', - 642 => 'yo_NG', - 643 => 'zh', - 644 => 'zh_CN', - 645 => 'zh_HK', - 646 => 'zh_Hans', - 647 => 'zh_Hans_CN', - 648 => 'zh_Hans_HK', - 649 => 'zh_Hans_MO', - 650 => 'zh_Hans_SG', - 651 => 'zh_Hant', - 652 => 'zh_Hant_HK', - 653 => 'zh_Hant_MO', - 654 => 'zh_Hant_TW', - 655 => 'zh_MO', - 656 => 'zh_SG', - 657 => 'zh_TW', - 658 => 'zu', - 659 => 'zu_ZA', + 73 => 'cv', + 74 => 'cv_RU', + 75 => 'cy', + 76 => 'cy_GB', + 77 => 'da', + 78 => 'da_DK', + 79 => 'da_GL', + 80 => 'de', + 81 => 'de_AT', + 82 => 'de_BE', + 83 => 'de_CH', + 84 => 'de_DE', + 85 => 'de_IT', + 86 => 'de_LI', + 87 => 'de_LU', + 88 => 'dz', + 89 => 'dz_BT', + 90 => 'ee', + 91 => 'ee_GH', + 92 => 'ee_TG', + 93 => 'el', + 94 => 'el_CY', + 95 => 'el_GR', + 96 => 'en', + 97 => 'en_001', + 98 => 'en_150', + 99 => 'en_AE', + 100 => 'en_AG', + 101 => 'en_AI', + 102 => 'en_AS', + 103 => 'en_AT', + 104 => 'en_AU', + 105 => 'en_BB', + 106 => 'en_BE', + 107 => 'en_BI', + 108 => 'en_BM', + 109 => 'en_BS', + 110 => 'en_BW', + 111 => 'en_BZ', + 112 => 'en_CA', + 113 => 'en_CC', + 114 => 'en_CH', + 115 => 'en_CK', + 116 => 'en_CM', + 117 => 'en_CX', + 118 => 'en_CY', + 119 => 'en_DE', + 120 => 'en_DG', + 121 => 'en_DK', + 122 => 'en_DM', + 123 => 'en_ER', + 124 => 'en_FI', + 125 => 'en_FJ', + 126 => 'en_FK', + 127 => 'en_FM', + 128 => 'en_GB', + 129 => 'en_GD', + 130 => 'en_GG', + 131 => 'en_GH', + 132 => 'en_GI', + 133 => 'en_GM', + 134 => 'en_GU', + 135 => 'en_GY', + 136 => 'en_HK', + 137 => 'en_IE', + 138 => 'en_IL', + 139 => 'en_IM', + 140 => 'en_IN', + 141 => 'en_IO', + 142 => 'en_JE', + 143 => 'en_JM', + 144 => 'en_KE', + 145 => 'en_KI', + 146 => 'en_KN', + 147 => 'en_KY', + 148 => 'en_LC', + 149 => 'en_LR', + 150 => 'en_LS', + 151 => 'en_MG', + 152 => 'en_MH', + 153 => 'en_MO', + 154 => 'en_MP', + 155 => 'en_MS', + 156 => 'en_MT', + 157 => 'en_MU', + 158 => 'en_MV', + 159 => 'en_MW', + 160 => 'en_MY', + 161 => 'en_NA', + 162 => 'en_NF', + 163 => 'en_NG', + 164 => 'en_NH', + 165 => 'en_NL', + 166 => 'en_NR', + 167 => 'en_NU', + 168 => 'en_NZ', + 169 => 'en_PG', + 170 => 'en_PH', + 171 => 'en_PK', + 172 => 'en_PN', + 173 => 'en_PR', + 174 => 'en_PW', + 175 => 'en_RH', + 176 => 'en_RW', + 177 => 'en_SB', + 178 => 'en_SC', + 179 => 'en_SD', + 180 => 'en_SE', + 181 => 'en_SG', + 182 => 'en_SH', + 183 => 'en_SI', + 184 => 'en_SL', + 185 => 'en_SS', + 186 => 'en_SX', + 187 => 'en_SZ', + 188 => 'en_TC', + 189 => 'en_TK', + 190 => 'en_TO', + 191 => 'en_TT', + 192 => 'en_TV', + 193 => 'en_TZ', + 194 => 'en_UG', + 195 => 'en_UM', + 196 => 'en_US', + 197 => 'en_US_POSIX', + 198 => 'en_VC', + 199 => 'en_VG', + 200 => 'en_VI', + 201 => 'en_VU', + 202 => 'en_WS', + 203 => 'en_ZA', + 204 => 'en_ZM', + 205 => 'en_ZW', + 206 => 'eo', + 207 => 'eo_001', + 208 => 'es', + 209 => 'es_419', + 210 => 'es_AR', + 211 => 'es_BO', + 212 => 'es_BR', + 213 => 'es_BZ', + 214 => 'es_CL', + 215 => 'es_CO', + 216 => 'es_CR', + 217 => 'es_CU', + 218 => 'es_DO', + 219 => 'es_EA', + 220 => 'es_EC', + 221 => 'es_ES', + 222 => 'es_GQ', + 223 => 'es_GT', + 224 => 'es_HN', + 225 => 'es_IC', + 226 => 'es_MX', + 227 => 'es_NI', + 228 => 'es_PA', + 229 => 'es_PE', + 230 => 'es_PH', + 231 => 'es_PR', + 232 => 'es_PY', + 233 => 'es_SV', + 234 => 'es_US', + 235 => 'es_UY', + 236 => 'es_VE', + 237 => 'et', + 238 => 'et_EE', + 239 => 'eu', + 240 => 'eu_ES', + 241 => 'fa', + 242 => 'fa_AF', + 243 => 'fa_IR', + 244 => 'ff', + 245 => 'ff_Adlm', + 246 => 'ff_Adlm_BF', + 247 => 'ff_Adlm_CM', + 248 => 'ff_Adlm_GH', + 249 => 'ff_Adlm_GM', + 250 => 'ff_Adlm_GN', + 251 => 'ff_Adlm_GW', + 252 => 'ff_Adlm_LR', + 253 => 'ff_Adlm_MR', + 254 => 'ff_Adlm_NE', + 255 => 'ff_Adlm_NG', + 256 => 'ff_Adlm_SL', + 257 => 'ff_Adlm_SN', + 258 => 'ff_CM', + 259 => 'ff_GN', + 260 => 'ff_Latn', + 261 => 'ff_Latn_BF', + 262 => 'ff_Latn_CM', + 263 => 'ff_Latn_GH', + 264 => 'ff_Latn_GM', + 265 => 'ff_Latn_GN', + 266 => 'ff_Latn_GW', + 267 => 'ff_Latn_LR', + 268 => 'ff_Latn_MR', + 269 => 'ff_Latn_NE', + 270 => 'ff_Latn_NG', + 271 => 'ff_Latn_SL', + 272 => 'ff_Latn_SN', + 273 => 'ff_MR', + 274 => 'ff_SN', + 275 => 'fi', + 276 => 'fi_FI', + 277 => 'fo', + 278 => 'fo_DK', + 279 => 'fo_FO', + 280 => 'fr', + 281 => 'fr_BE', + 282 => 'fr_BF', + 283 => 'fr_BI', + 284 => 'fr_BJ', + 285 => 'fr_BL', + 286 => 'fr_CA', + 287 => 'fr_CD', + 288 => 'fr_CF', + 289 => 'fr_CG', + 290 => 'fr_CH', + 291 => 'fr_CI', + 292 => 'fr_CM', + 293 => 'fr_DJ', + 294 => 'fr_DZ', + 295 => 'fr_FR', + 296 => 'fr_GA', + 297 => 'fr_GF', + 298 => 'fr_GN', + 299 => 'fr_GP', + 300 => 'fr_GQ', + 301 => 'fr_HT', + 302 => 'fr_KM', + 303 => 'fr_LU', + 304 => 'fr_MA', + 305 => 'fr_MC', + 306 => 'fr_MF', + 307 => 'fr_MG', + 308 => 'fr_ML', + 309 => 'fr_MQ', + 310 => 'fr_MR', + 311 => 'fr_MU', + 312 => 'fr_NC', + 313 => 'fr_NE', + 314 => 'fr_PF', + 315 => 'fr_PM', + 316 => 'fr_RE', + 317 => 'fr_RW', + 318 => 'fr_SC', + 319 => 'fr_SN', + 320 => 'fr_SY', + 321 => 'fr_TD', + 322 => 'fr_TG', + 323 => 'fr_TN', + 324 => 'fr_VU', + 325 => 'fr_WF', + 326 => 'fr_YT', + 327 => 'fy', + 328 => 'fy_NL', + 329 => 'ga', + 330 => 'ga_GB', + 331 => 'ga_IE', + 332 => 'gd', + 333 => 'gd_GB', + 334 => 'gl', + 335 => 'gl_ES', + 336 => 'gu', + 337 => 'gu_IN', + 338 => 'gv', + 339 => 'gv_IM', + 340 => 'ha', + 341 => 'ha_GH', + 342 => 'ha_NE', + 343 => 'ha_NG', + 344 => 'he', + 345 => 'he_IL', + 346 => 'hi', + 347 => 'hi_IN', + 348 => 'hi_Latn', + 349 => 'hi_Latn_IN', + 350 => 'hr', + 351 => 'hr_BA', + 352 => 'hr_HR', + 353 => 'hu', + 354 => 'hu_HU', + 355 => 'hy', + 356 => 'hy_AM', + 357 => 'ia', + 358 => 'ia_001', + 359 => 'id', + 360 => 'id_ID', + 361 => 'ig', + 362 => 'ig_NG', + 363 => 'ii', + 364 => 'ii_CN', + 365 => 'in', + 366 => 'in_ID', + 367 => 'is', + 368 => 'is_IS', + 369 => 'it', + 370 => 'it_CH', + 371 => 'it_IT', + 372 => 'it_SM', + 373 => 'it_VA', + 374 => 'iw', + 375 => 'iw_IL', + 376 => 'ja', + 377 => 'ja_JP', + 378 => 'ja_JP_TRADITIONAL', + 379 => 'jv', + 380 => 'jv_ID', + 381 => 'ka', + 382 => 'ka_GE', + 383 => 'ki', + 384 => 'ki_KE', + 385 => 'kk', + 386 => 'kk_KZ', + 387 => 'kl', + 388 => 'kl_GL', + 389 => 'km', + 390 => 'km_KH', + 391 => 'kn', + 392 => 'kn_IN', + 393 => 'ko', + 394 => 'ko_KP', + 395 => 'ko_KR', + 396 => 'ks', + 397 => 'ks_Arab', + 398 => 'ks_Arab_IN', + 399 => 'ks_Deva', + 400 => 'ks_Deva_IN', + 401 => 'ks_IN', + 402 => 'ku', + 403 => 'ku_TR', + 404 => 'kw', + 405 => 'kw_GB', + 406 => 'ky', + 407 => 'ky_KG', + 408 => 'lb', + 409 => 'lb_LU', + 410 => 'lg', + 411 => 'lg_UG', + 412 => 'ln', + 413 => 'ln_AO', + 414 => 'ln_CD', + 415 => 'ln_CF', + 416 => 'ln_CG', + 417 => 'lo', + 418 => 'lo_LA', + 419 => 'lt', + 420 => 'lt_LT', + 421 => 'lu', + 422 => 'lu_CD', + 423 => 'lv', + 424 => 'lv_LV', + 425 => 'mg', + 426 => 'mg_MG', + 427 => 'mi', + 428 => 'mi_NZ', + 429 => 'mk', + 430 => 'mk_MK', + 431 => 'ml', + 432 => 'ml_IN', + 433 => 'mn', + 434 => 'mn_MN', + 435 => 'mo', + 436 => 'mr', + 437 => 'mr_IN', + 438 => 'ms', + 439 => 'ms_BN', + 440 => 'ms_ID', + 441 => 'ms_MY', + 442 => 'ms_SG', + 443 => 'mt', + 444 => 'mt_MT', + 445 => 'my', + 446 => 'my_MM', + 447 => 'nb', + 448 => 'nb_NO', + 449 => 'nb_SJ', + 450 => 'nd', + 451 => 'nd_ZW', + 452 => 'ne', + 453 => 'ne_IN', + 454 => 'ne_NP', + 455 => 'nl', + 456 => 'nl_AW', + 457 => 'nl_BE', + 458 => 'nl_BQ', + 459 => 'nl_CW', + 460 => 'nl_NL', + 461 => 'nl_SR', + 462 => 'nl_SX', + 463 => 'nn', + 464 => 'nn_NO', + 465 => 'no', + 466 => 'no_NO', + 467 => 'no_NO_NY', + 468 => 'om', + 469 => 'om_ET', + 470 => 'om_KE', + 471 => 'or', + 472 => 'or_IN', + 473 => 'os', + 474 => 'os_GE', + 475 => 'os_RU', + 476 => 'pa', + 477 => 'pa_Arab', + 478 => 'pa_Arab_PK', + 479 => 'pa_Guru', + 480 => 'pa_Guru_IN', + 481 => 'pa_IN', + 482 => 'pa_PK', + 483 => 'pl', + 484 => 'pl_PL', + 485 => 'ps', + 486 => 'ps_AF', + 487 => 'ps_PK', + 488 => 'pt', + 489 => 'pt_AO', + 490 => 'pt_BR', + 491 => 'pt_CH', + 492 => 'pt_CV', + 493 => 'pt_GQ', + 494 => 'pt_GW', + 495 => 'pt_LU', + 496 => 'pt_MO', + 497 => 'pt_MZ', + 498 => 'pt_PT', + 499 => 'pt_ST', + 500 => 'pt_TL', + 501 => 'qu', + 502 => 'qu_BO', + 503 => 'qu_EC', + 504 => 'qu_PE', + 505 => 'rm', + 506 => 'rm_CH', + 507 => 'rn', + 508 => 'rn_BI', + 509 => 'ro', + 510 => 'ro_MD', + 511 => 'ro_RO', + 512 => 'ru', + 513 => 'ru_BY', + 514 => 'ru_KG', + 515 => 'ru_KZ', + 516 => 'ru_MD', + 517 => 'ru_RU', + 518 => 'ru_UA', + 519 => 'rw', + 520 => 'rw_RW', + 521 => 'sa', + 522 => 'sa_IN', + 523 => 'sc', + 524 => 'sc_IT', + 525 => 'sd', + 526 => 'sd_Arab', + 527 => 'sd_Arab_PK', + 528 => 'sd_Deva', + 529 => 'sd_Deva_IN', + 530 => 'sd_IN', + 531 => 'sd_PK', + 532 => 'se', + 533 => 'se_FI', + 534 => 'se_NO', + 535 => 'se_SE', + 536 => 'sg', + 537 => 'sg_CF', + 538 => 'sh', + 539 => 'sh_BA', + 540 => 'sh_CS', + 541 => 'sh_YU', + 542 => 'si', + 543 => 'si_LK', + 544 => 'sk', + 545 => 'sk_SK', + 546 => 'sl', + 547 => 'sl_SI', + 548 => 'sn', + 549 => 'sn_ZW', + 550 => 'so', + 551 => 'so_DJ', + 552 => 'so_ET', + 553 => 'so_KE', + 554 => 'so_SO', + 555 => 'sq', + 556 => 'sq_AL', + 557 => 'sq_MK', + 558 => 'sq_XK', + 559 => 'sr', + 560 => 'sr_BA', + 561 => 'sr_CS', + 562 => 'sr_Cyrl', + 563 => 'sr_Cyrl_BA', + 564 => 'sr_Cyrl_CS', + 565 => 'sr_Cyrl_ME', + 566 => 'sr_Cyrl_RS', + 567 => 'sr_Cyrl_XK', + 568 => 'sr_Cyrl_YU', + 569 => 'sr_Latn', + 570 => 'sr_Latn_BA', + 571 => 'sr_Latn_CS', + 572 => 'sr_Latn_ME', + 573 => 'sr_Latn_RS', + 574 => 'sr_Latn_XK', + 575 => 'sr_Latn_YU', + 576 => 'sr_ME', + 577 => 'sr_RS', + 578 => 'sr_XK', + 579 => 'sr_YU', + 580 => 'su', + 581 => 'su_ID', + 582 => 'su_Latn', + 583 => 'su_Latn_ID', + 584 => 'sv', + 585 => 'sv_AX', + 586 => 'sv_FI', + 587 => 'sv_SE', + 588 => 'sw', + 589 => 'sw_CD', + 590 => 'sw_KE', + 591 => 'sw_TZ', + 592 => 'sw_UG', + 593 => 'ta', + 594 => 'ta_IN', + 595 => 'ta_LK', + 596 => 'ta_MY', + 597 => 'ta_SG', + 598 => 'te', + 599 => 'te_IN', + 600 => 'tg', + 601 => 'tg_TJ', + 602 => 'th', + 603 => 'th_TH', + 604 => 'th_TH_TRADITIONAL', + 605 => 'ti', + 606 => 'ti_ER', + 607 => 'ti_ET', + 608 => 'tk', + 609 => 'tk_TM', + 610 => 'tl', + 611 => 'tl_PH', + 612 => 'to', + 613 => 'to_TO', + 614 => 'tr', + 615 => 'tr_CY', + 616 => 'tr_TR', + 617 => 'tt', + 618 => 'tt_RU', + 619 => 'ug', + 620 => 'ug_CN', + 621 => 'uk', + 622 => 'uk_UA', + 623 => 'ur', + 624 => 'ur_IN', + 625 => 'ur_PK', + 626 => 'uz', + 627 => 'uz_AF', + 628 => 'uz_Arab', + 629 => 'uz_Arab_AF', + 630 => 'uz_Cyrl', + 631 => 'uz_Cyrl_UZ', + 632 => 'uz_Latn', + 633 => 'uz_Latn_UZ', + 634 => 'uz_UZ', + 635 => 'vi', + 636 => 'vi_VN', + 637 => 'wo', + 638 => 'wo_SN', + 639 => 'xh', + 640 => 'xh_ZA', + 641 => 'yi', + 642 => 'yi_001', + 643 => 'yo', + 644 => 'yo_BJ', + 645 => 'yo_NG', + 646 => 'zh', + 647 => 'zh_CN', + 648 => 'zh_HK', + 649 => 'zh_Hans', + 650 => 'zh_Hans_CN', + 651 => 'zh_Hans_HK', + 652 => 'zh_Hans_MO', + 653 => 'zh_Hans_SG', + 654 => 'zh_Hant', + 655 => 'zh_Hant_HK', + 656 => 'zh_Hant_MO', + 657 => 'zh_Hant_TW', + 658 => 'zh_MO', + 659 => 'zh_SG', + 660 => 'zh_TW', + 661 => 'zu', + 662 => 'zu_ZA', ], 'Aliases' => [ 'az_AZ' => 'az_Latn_AZ', @@ -682,6 +685,7 @@ return [ 'no_NO_NY' => 'nn_NO', 'pa_IN' => 'pa_Guru_IN', 'pa_PK' => 'pa_Arab_PK', + 'sd_IN' => 'sd_Deva_IN', 'sd_PK' => 'sd_Arab_PK', 'sh' => 'sr_Latn', 'sh_BA' => 'sr_Latn_BA', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mi.php index 025b8d1..751e361 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mi.php @@ -2,34 +2,477 @@ return [ 'Names' => [ + 'af' => 'Awherikāna', + 'af_NA' => 'Awherikāna (Namīpia)', + 'af_ZA' => 'Awherikāna (Āwherika ki te Tonga)', + 'ak' => 'Ākana', + 'ak_GH' => 'Ākana (Kāna)', + 'am' => 'Amahereka', + 'am_ET' => 'Amahereka (Etiopia)', + 'ar' => 'Ārapi', + 'ar_001' => 'Ārapi (te ao)', + 'ar_DJ' => 'Ārapi (Tipūti)', + 'ar_DZ' => 'Ārapi (Aratiria)', + 'ar_EG' => 'Ārapi (Īhipa)', + 'ar_EH' => 'Ārapi (Hahāra ki te Tonga)', + 'ar_ER' => 'Ārapi (Eritēria)', + 'ar_KM' => 'Ārapi (Komoro)', + 'ar_LY' => 'Ārapi (Rīpia)', + 'ar_MA' => 'Ārapi (Moroko)', + 'ar_MR' => 'Ārapi (Mauritānia)', + 'ar_SD' => 'Ārapi (Hūtāne)', + 'ar_SO' => 'Ārapi (Hūmārie)', + 'ar_SS' => 'Ārapi (Hūtāne ki te Tonga)', + 'ar_TD' => 'Ārapi (Kāta)', + 'ar_TN' => 'Ārapi (Tūnihia)', + 'as' => 'Āhamēhi', + 'as_IN' => 'Āhamēhi (Inia)', + 'az' => 'Ahapahāna', + 'az_Cyrl' => 'Ahapahāna (Hīririki)', + 'az_Latn' => 'Ahapahāna (Rātina)', + 'be' => 'Perarūhiana', + 'bg' => 'Pukēriana', + 'bm' => 'Pāpara', + 'bm_ML' => 'Pāpara (Māri)', + 'bn' => 'Pāngara', + 'bn_IN' => 'Pāngara (Inia)', + 'bo' => 'Tipete', + 'bo_CN' => 'Tipete (Haina)', + 'bo_IN' => 'Tipete (Inia)', + 'br' => 'Peretana', + 'br_FR' => 'Peretana (Wīwī)', + 'bs' => 'Pōngiana', + 'bs_Cyrl' => 'Pōngiana (Hīririki)', + 'bs_Latn' => 'Pōngiana (Rātina)', + 'ca' => 'Katarana', + 'ca_FR' => 'Katarana (Wīwī)', + 'ca_IT' => 'Katarana (Itāria)', + 'ce' => 'Tietiene', + 'ce_RU' => 'Tietiene (Rūhia)', + 'cs' => 'Tiekerowākiana', + 'cv' => 'Tiuwhā', + 'cv_RU' => 'Tiuwhā (Rūhia)', + 'cy' => 'Werehi', + 'cy_GB' => 'Werehi (Te Hononga o Piritene)', + 'da' => 'Teina', + 'da_DK' => 'Teina (Tenemāka)', + 'da_GL' => 'Teina (Kirīrangi)', 'de' => 'Tiamana', - 'de_DE' => 'Tiamana (Tiamana)', + 'de_AT' => 'Tiamana (Ateria)', + 'de_BE' => 'Tiamana (Paratiamu)', + 'de_CH' => 'Tiamana (Huiterangi)', + 'de_DE' => 'Tiamana (Tiamani)', 'de_IT' => 'Tiamana (Itāria)', + 'de_LI' => 'Tiamana (Rīkeneteina)', + 'de_LU' => 'Tiamana (Rakimipēki)', + 'dz' => 'Tonoka', + 'ee' => 'Ewe', + 'ee_GH' => 'Ewe (Kāna)', + 'ee_TG' => 'Ewe (Toko)', + 'el' => 'Kiriki', 'en' => 'Ingarihi', - 'en_DE' => 'Ingarihi (Tiamana)', - 'en_GB' => 'Ingarihi (Hononga o Piritene)', + 'en_001' => 'Ingarihi (te ao)', + 'en_150' => 'Ingarihi (Ūropi)', + 'en_AG' => 'Ingarihi (Anatikua me Pāpura)', + 'en_AI' => 'Ingarihi (Ākuira)', + 'en_AT' => 'Ingarihi (Ateria)', + 'en_BB' => 'Ingarihi (Pāpetō)', + 'en_BE' => 'Ingarihi (Paratiamu)', + 'en_BI' => 'Ingarihi (Puruniti)', + 'en_BM' => 'Ingarihi (Pemiuta)', + 'en_BS' => 'Ingarihi (Pahāma)', + 'en_BW' => 'Ingarihi (Poriwana)', + 'en_BZ' => 'Ingarihi (Perīhi)', + 'en_CA' => 'Ingarihi (Kānata)', + 'en_CH' => 'Ingarihi (Huiterangi)', + 'en_CM' => 'Ingarihi (Kamarūna)', + 'en_DE' => 'Ingarihi (Tiamani)', + 'en_DK' => 'Ingarihi (Tenemāka)', + 'en_DM' => 'Ingarihi (Tominika)', + 'en_ER' => 'Ingarihi (Eritēria)', + 'en_FI' => 'Ingarihi (Whinirana)', + 'en_FK' => 'Ingarihi (Motu Whākarangi)', + 'en_GB' => 'Ingarihi (Te Hononga o Piritene)', + 'en_GD' => 'Ingarihi (Kerenāta)', + 'en_GG' => 'Ingarihi (Kēni)', + 'en_GH' => 'Ingarihi (Kāna)', + 'en_GM' => 'Ingarihi (Te Kamopia)', + 'en_GY' => 'Ingarihi (Kaiana)', + 'en_IE' => 'Ingarihi (Aerana)', + 'en_IM' => 'Ingarihi (Motu Tangata)', 'en_IN' => 'Ingarihi (Inia)', + 'en_IO' => 'Ingarihi (Te Rohe o te Moana Īniana Piritihi)', + 'en_JE' => 'Ingarihi (Tiehe)', + 'en_JM' => 'Ingarihi (Hemeika)', + 'en_KE' => 'Ingarihi (Kēnia)', + 'en_KN' => 'Ingarihi (Hato Kiti me Newhi)', + 'en_KY' => 'Ingarihi (Ngā Motu Keimana)', + 'en_LC' => 'Ingarihi (Hato Ruhia)', + 'en_LR' => 'Ingarihi (Raipiri)', + 'en_LS' => 'Ingarihi (Teroto)', + 'en_MG' => 'Ingarihi (Marakāhia)', + 'en_MS' => 'Ingarihi (Monoterā)', + 'en_MU' => 'Ingarihi (Mōrihi)', + 'en_MW' => 'Ingarihi (Marāwi)', + 'en_NA' => 'Ingarihi (Namīpia)', + 'en_NG' => 'Ingarihi (Ngāitiria)', + 'en_NL' => 'Ingarihi (Hōrana)', 'en_NZ' => 'Ingarihi (Aotearoa)', + 'en_PR' => 'Ingarihi (Pōta Riko)', + 'en_RW' => 'Ingarihi (Rāwana)', + 'en_SC' => 'Ingarihi (Heihere)', + 'en_SD' => 'Ingarihi (Hūtāne)', + 'en_SE' => 'Ingarihi (Huītene)', + 'en_SH' => 'Ingarihi (Hato Harīna)', + 'en_SL' => 'Ingarihi (Te Araone)', + 'en_SS' => 'Ingarihi (Hūtāne ki te Tonga)', + 'en_SX' => 'Ingarihi (Hiti Mātene)', + 'en_SZ' => 'Ingarihi (Ewatini)', + 'en_TC' => 'Ingarihi (Tāke me ngā Motu o Keiko)', + 'en_TT' => 'Ingarihi (Tinitātā me Topēko)', + 'en_TZ' => 'Ingarihi (Tānahia)', + 'en_UG' => 'Ingarihi (Ukāna)', 'en_US' => 'Ingarihi (Hononga o Amerika)', - 'es' => 'Paniora', - 'es_BR' => 'Paniora (Parahi)', - 'es_US' => 'Paniora (Hononga o Amerika)', + 'en_VC' => 'Ingarihi (Hato Wetene me Keretīni)', + 'en_VG' => 'Ingarihi (Ngā Motu o Tātāhou Piritene)', + 'en_VI' => 'Ingarihi (Ngā Motu o Tātāhou Amerika)', + 'en_ZA' => 'Ingarihi (Āwherika ki te Tonga)', + 'en_ZM' => 'Ingarihi (Tāmipia)', + 'en_ZW' => 'Ingarihi (Timuwawe)', + 'eo' => 'Eheperāto', + 'eo_001' => 'Eheperāto (te ao)', + 'es' => 'Pāniora', + 'es_419' => 'Pāniora (Amerika Rātini)', + 'es_AR' => 'Pāniora (Āketina)', + 'es_BO' => 'Pāniora (Poriwia)', + 'es_BR' => 'Pāniora (Parīhi)', + 'es_BZ' => 'Pāniora (Perīhi)', + 'es_CL' => 'Pāniora (Hiri)', + 'es_CO' => 'Pāniora (Koromōpia)', + 'es_CR' => 'Pāniora (Kota Rīka)', + 'es_CU' => 'Pāniora (Kiupa)', + 'es_DO' => 'Pāniora (Te Whenua Tominika)', + 'es_EC' => 'Pāniora (Ekuatoa)', + 'es_GQ' => 'Pāniora (Kini Ekuatoria)', + 'es_GT' => 'Pāniora (Kuatamāra)', + 'es_HN' => 'Pāniora (Honūra)', + 'es_MX' => 'Pāniora (Mēhiko)', + 'es_NI' => 'Pāniora (Nikarakua)', + 'es_PA' => 'Pāniora (Panama)', + 'es_PE' => 'Pāniora (Peru)', + 'es_PR' => 'Pāniora (Pōta Riko)', + 'es_PY' => 'Pāniora (Parakai)', + 'es_SV' => 'Pāniora (Ere Hāwhatō)', + 'es_US' => 'Pāniora (Hononga o Amerika)', + 'es_UY' => 'Pāniora (Urukoi)', + 'es_VE' => 'Pāniora (Wenehūera)', + 'et' => 'Ehetōniana', + 'et_EE' => 'Ehetōniana (Etōnia)', + 'eu' => 'Pāka', + 'fa' => 'Pāhiana', + 'ff' => 'Wharā', + 'ff_Adlm' => 'Wharā (Arāma)', + 'ff_Adlm_BF' => 'Wharā (Arāma, Pēkina Waho)', + 'ff_Adlm_CM' => 'Wharā (Arāma, Kamarūna)', + 'ff_Adlm_GH' => 'Wharā (Arāma, Kāna)', + 'ff_Adlm_GM' => 'Wharā (Arāma, Te Kamopia)', + 'ff_Adlm_GN' => 'Wharā (Arāma, Kini)', + 'ff_Adlm_GW' => 'Wharā (Arāma, Kini-Pihao)', + 'ff_Adlm_LR' => 'Wharā (Arāma, Raipiri)', + 'ff_Adlm_MR' => 'Wharā (Arāma, Mauritānia)', + 'ff_Adlm_NE' => 'Wharā (Arāma, Ngāika)', + 'ff_Adlm_NG' => 'Wharā (Arāma, Ngāitiria)', + 'ff_Adlm_SL' => 'Wharā (Arāma, Te Araone)', + 'ff_Adlm_SN' => 'Wharā (Arāma, Henekara)', + 'ff_CM' => 'Wharā (Kamarūna)', + 'ff_GN' => 'Wharā (Kini)', + 'ff_Latn' => 'Wharā (Rātina)', + 'ff_Latn_BF' => 'Wharā (Rātina, Pēkina Waho)', + 'ff_Latn_CM' => 'Wharā (Rātina, Kamarūna)', + 'ff_Latn_GH' => 'Wharā (Rātina, Kāna)', + 'ff_Latn_GM' => 'Wharā (Rātina, Te Kamopia)', + 'ff_Latn_GN' => 'Wharā (Rātina, Kini)', + 'ff_Latn_GW' => 'Wharā (Rātina, Kini-Pihao)', + 'ff_Latn_LR' => 'Wharā (Rātina, Raipiri)', + 'ff_Latn_MR' => 'Wharā (Rātina, Mauritānia)', + 'ff_Latn_NE' => 'Wharā (Rātina, Ngāika)', + 'ff_Latn_NG' => 'Wharā (Rātina, Ngāitiria)', + 'ff_Latn_SL' => 'Wharā (Rātina, Te Araone)', + 'ff_Latn_SN' => 'Wharā (Rātina, Henekara)', + 'ff_MR' => 'Wharā (Mauritānia)', + 'ff_SN' => 'Wharā (Henekara)', + 'fi' => 'Whinirānia', + 'fi_FI' => 'Whinirānia (Whinirana)', + 'fo' => 'Wharoīhi', + 'fo_DK' => 'Wharoīhi (Tenemāka)', + 'fo_FO' => 'Wharoīhi (Motu Wharo)', 'fr' => 'Wīwī', + 'fr_BE' => 'Wīwī (Paratiamu)', + 'fr_BF' => 'Wīwī (Pēkina Waho)', + 'fr_BI' => 'Wīwī (Puruniti)', + 'fr_BJ' => 'Wīwī (Penīna)', + 'fr_BL' => 'Wīwī (Hato Pāteremi)', + 'fr_CA' => 'Wīwī (Kānata)', + 'fr_CD' => 'Wīwī (Kōngo - Kingihāha)', + 'fr_CF' => 'Wīwī (Te Puku o Āwherika)', + 'fr_CG' => 'Wīwī (Kōngo - Parāwhe)', + 'fr_CH' => 'Wīwī (Huiterangi)', + 'fr_CI' => 'Wīwī (Te Tai Rei)', + 'fr_CM' => 'Wīwī (Kamarūna)', + 'fr_DJ' => 'Wīwī (Tipūti)', + 'fr_DZ' => 'Wīwī (Aratiria)', 'fr_FR' => 'Wīwī (Wīwī)', - 'it' => 'Ītariana', - 'it_IT' => 'Ītariana (Itāria)', + 'fr_GA' => 'Wīwī (Kāpona)', + 'fr_GF' => 'Wīwī (Kaiana Wīwī)', + 'fr_GN' => 'Wīwī (Kini)', + 'fr_GP' => 'Wīwī (Kuatarū)', + 'fr_GQ' => 'Wīwī (Kini Ekuatoria)', + 'fr_HT' => 'Wīwī (Haiti)', + 'fr_KM' => 'Wīwī (Komoro)', + 'fr_LU' => 'Wīwī (Rakimipēki)', + 'fr_MA' => 'Wīwī (Moroko)', + 'fr_MC' => 'Wīwī (Manako)', + 'fr_MF' => 'Wīwī (Hato Mātene)', + 'fr_MG' => 'Wīwī (Marakāhia)', + 'fr_ML' => 'Wīwī (Māri)', + 'fr_MQ' => 'Wīwī (Māteniki)', + 'fr_MR' => 'Wīwī (Mauritānia)', + 'fr_MU' => 'Wīwī (Mōrihi)', + 'fr_NE' => 'Wīwī (Ngāika)', + 'fr_PM' => 'Wīwī (Hato Piere & Mikarona)', + 'fr_RE' => 'Wīwī (Rēnio)', + 'fr_RW' => 'Wīwī (Rāwana)', + 'fr_SC' => 'Wīwī (Heihere)', + 'fr_SN' => 'Wīwī (Henekara)', + 'fr_TD' => 'Wīwī (Kāta)', + 'fr_TG' => 'Wīwī (Toko)', + 'fr_TN' => 'Wīwī (Tūnihia)', + 'fr_YT' => 'Wīwī (Maio)', + 'fy' => 'Whirīhiana ki te Uru', + 'fy_NL' => 'Whirīhiana ki te Uru (Hōrana)', + 'ga' => 'Airihi', + 'ga_GB' => 'Airihi (Te Hononga o Piritene)', + 'ga_IE' => 'Airihi (Aerana)', + 'gd' => 'Kotimana Keiriki', + 'gd_GB' => 'Kotimana Keiriki (Te Hononga o Piritene)', + 'gl' => 'Karīhia', + 'gu' => 'Kutarāti', + 'gu_IN' => 'Kutarāti (Inia)', + 'gv' => 'Manaki', + 'gv_IM' => 'Manaki (Motu Tangata)', + 'ha' => 'Hauha', + 'ha_GH' => 'Hauha (Kāna)', + 'ha_NE' => 'Hauha (Ngāika)', + 'ha_NG' => 'Hauha (Ngāitiria)', + 'he' => 'Hīperu', + 'hi' => 'Hīni', + 'hi_IN' => 'Hīni (Inia)', + 'hi_Latn' => 'Hīni (Rātina)', + 'hi_Latn_IN' => 'Hīni (Rātina, Inia)', + 'hr' => 'Koroātiana', + 'hu' => 'Hanakariana', + 'hy' => 'Āmeiniana', + 'ia' => 'Inarīngua', + 'ia_001' => 'Inarīngua (te ao)', + 'id' => 'Initonīhiana', + 'ig' => 'Ingo', + 'ig_NG' => 'Ingo (Ngāitiria)', + 'ii' => 'Hīhuana Eī', + 'ii_CN' => 'Hīhuana Eī (Haina)', + 'is' => 'Tiorangiana', + 'is_IS' => 'Tiorangiana (Tiorangi)', + 'it' => 'Itāriana', + 'it_CH' => 'Itāriana (Huiterangi)', + 'it_IT' => 'Itāriana (Itāria)', 'ja' => 'Hapanihi', 'ja_JP' => 'Hapanihi (Hapani)', - 'mi' => 'te reo Māori', - 'mi_NZ' => 'te reo Māori (Aotearoa)', + 'jv' => 'Hāwhanihi', + 'ka' => 'Hōriana', + 'ki' => 'Kikiu', + 'ki_KE' => 'Kikiu (Kēnia)', + 'kk' => 'Kahāka', + 'kl' => 'Karārihutu', + 'kl_GL' => 'Karārihutu (Kirīrangi)', + 'km' => 'Kimei', + 'kn' => 'Kanara', + 'kn_IN' => 'Kanara (Inia)', + 'ko' => 'Kōreana', + 'ks' => 'Kahimiri', + 'ks_Arab' => 'Kahimiri (Arapika)', + 'ks_Arab_IN' => 'Kahimiri (Arapika, Inia)', + 'ks_Deva' => 'Kahimiri (Tewhangāngari)', + 'ks_Deva_IN' => 'Kahimiri (Tewhangāngari, Inia)', + 'ks_IN' => 'Kahimiri (Inia)', + 'ku' => 'Kūrihi', + 'kw' => 'Kōnihi', + 'kw_GB' => 'Kōnihi (Te Hononga o Piritene)', + 'ky' => 'Kēkete', + 'lb' => 'Rakimipēkihi', + 'lb_LU' => 'Rakimipēkihi (Rakimipēki)', + 'lg' => 'Kanāta', + 'lg_UG' => 'Kanāta (Ukāna)', + 'ln' => 'Ringarā', + 'ln_AO' => 'Ringarā (Anakora)', + 'ln_CD' => 'Ringarā (Kōngo - Kingihāha)', + 'ln_CF' => 'Ringarā (Te Puku o Āwherika)', + 'ln_CG' => 'Ringarā (Kōngo - Parāwhe)', + 'lo' => 'Rao', + 'lt' => 'Rihuainiana', + 'lt_LT' => 'Rihuainiana (Rituānia)', + 'lu' => 'Rupa Katanga', + 'lu_CD' => 'Rupa Katanga (Kōngo - Kingihāha)', + 'lv' => 'Rātiana', + 'lv_LV' => 'Rātiana (Ratawia)', + 'mg' => 'Marakāhi', + 'mg_MG' => 'Marakāhi (Marakāhia)', + 'mi' => 'Māori', + 'mi_NZ' => 'Māori (Aotearoa)', + 'mk' => 'Makatōniana', + 'mk_MK' => 'Makatōniana (Makerōnia ki te Raki)', + 'ml' => 'Mareiarama', + 'ml_IN' => 'Mareiarama (Inia)', + 'mn' => 'Mongōriana', + 'mr' => 'Marati', + 'mr_IN' => 'Marati (Inia)', + 'ms' => 'Marei', + 'mt' => 'Mōtīhi', + 'my' => 'Pūmīhī', + 'nb' => 'Pakamō Nōwītiana', + 'nb_NO' => 'Pakamō Nōwītiana (Nōwei)', + 'nb_SJ' => 'Pakamō Nōwītiana (Heopāra me Ia Maiana)', + 'nd' => 'Enetepēra ki te Raki', + 'nd_ZW' => 'Enetepēra ki te Raki (Timuwawe)', + 'ne' => 'Nepari', + 'ne_IN' => 'Nepari (Inia)', + 'nl' => 'Tati', + 'nl_AW' => 'Tati (Arūpa)', + 'nl_BE' => 'Tati (Paratiamu)', + 'nl_BQ' => 'Tati (Karepeana Hōrana)', + 'nl_CW' => 'Tati (Kurahao)', + 'nl_NL' => 'Tati (Hōrana)', + 'nl_SR' => 'Tati (Hurināme)', + 'nl_SX' => 'Tati (Hiti Mātene)', + 'nn' => 'Nīnōka Nōwītiana', + 'nn_NO' => 'Nīnōka Nōwītiana (Nōwei)', + 'no' => 'Nōwītiana', + 'no_NO' => 'Nōwītiana (Nōwei)', + 'om' => 'Ōromo', + 'om_ET' => 'Ōromo (Etiopia)', + 'om_KE' => 'Ōromo (Kēnia)', + 'or' => 'Ōtia', + 'or_IN' => 'Ōtia (Inia)', + 'os' => 'Ōtītiki', + 'os_RU' => 'Ōtītiki (Rūhia)', + 'pa' => 'Punutapi', + 'pa_Arab' => 'Punutapi (Arapika)', + 'pa_Guru' => 'Punutapi (Kūmuki)', + 'pa_Guru_IN' => 'Punutapi (Kūmuki, Inia)', + 'pa_IN' => 'Punutapi (Inia)', + 'pl' => 'Pōrīhi', + 'ps' => 'Pātio', 'pt' => 'Pōtukīhi', - 'pt_BR' => 'Pōtukīhi (Parahi)', + 'pt_AO' => 'Pōtukīhi (Anakora)', + 'pt_BR' => 'Pōtukīhi (Parīhi)', + 'pt_CH' => 'Pōtukīhi (Huiterangi)', + 'pt_CV' => 'Pōtukīhi (Te Kūrae Matomato)', + 'pt_GQ' => 'Pōtukīhi (Kini Ekuatoria)', + 'pt_GW' => 'Pōtukīhi (Kini-Pihao)', + 'pt_LU' => 'Pōtukīhi (Rakimipēki)', + 'pt_MZ' => 'Pōtukīhi (Mohapiki)', + 'pt_ST' => 'Pōtukīhi (Hao Tomei me Pirinipei)', + 'qu' => 'Kētua', + 'qu_BO' => 'Kētua (Poriwia)', + 'qu_EC' => 'Kētua (Ekuatoa)', + 'qu_PE' => 'Kētua (Peru)', + 'rm' => 'Romānihi', + 'rm_CH' => 'Romānihi (Huiterangi)', + 'rn' => 'Rūniti', + 'rn_BI' => 'Rūniti (Puruniti)', + 'ro' => 'Romēniana', 'ru' => 'Ruhiana', 'ru_RU' => 'Ruhiana (Rūhia)', + 'rw' => 'Kiniawāna', + 'rw_RW' => 'Kiniawāna (Rāwana)', + 'sa' => 'Hanahiti', + 'sa_IN' => 'Hanahiti (Inia)', + 'sc' => 'Hātīriana', + 'sc_IT' => 'Hātīriana (Itāria)', + 'sd' => 'Hiniti', + 'sd_Arab' => 'Hiniti (Arapika)', + 'sd_Deva' => 'Hiniti (Tewhangāngari)', + 'sd_Deva_IN' => 'Hiniti (Tewhangāngari, Inia)', + 'sd_IN' => 'Hiniti (Inia)', + 'se' => 'Hami ki te Raki', + 'se_FI' => 'Hami ki te Raki (Whinirana)', + 'se_NO' => 'Hami ki te Raki (Nōwei)', + 'se_SE' => 'Hami ki te Raki (Huītene)', + 'sg' => 'Hāngo', + 'sg_CF' => 'Hāngo (Te Puku o Āwherika)', + 'si' => 'Hinihāra', + 'sk' => 'Horowākia', + 'sl' => 'Horowēniana', + 'sn' => 'Hōna', + 'sn_ZW' => 'Hōna (Timuwawe)', + 'so' => 'Hamāri', + 'so_DJ' => 'Hamāri (Tipūti)', + 'so_ET' => 'Hamāri (Etiopia)', + 'so_KE' => 'Hamāri (Kēnia)', + 'so_SO' => 'Hamāri (Hūmārie)', + 'sq' => 'Arapeiniana', + 'sq_MK' => 'Arapeiniana (Makerōnia ki te Raki)', + 'sr' => 'Hēpiana', + 'sr_Cyrl' => 'Hēpiana (Hīririki)', + 'sr_Latn' => 'Hēpiana (Rātina)', + 'su' => 'Hunanīhi', + 'su_Latn' => 'Hunanīhi (Rātina)', + 'sv' => 'Huīteneana', + 'sv_AX' => 'Huīteneana (Motu Ōrana)', + 'sv_FI' => 'Huīteneana (Whinirana)', + 'sv_SE' => 'Huīteneana (Huītene)', + 'sw' => 'Wāhīri', + 'sw_CD' => 'Wāhīri (Kōngo - Kingihāha)', + 'sw_KE' => 'Wāhīri (Kēnia)', + 'sw_TZ' => 'Wāhīri (Tānahia)', + 'sw_UG' => 'Wāhīri (Ukāna)', + 'ta' => 'Tamira', + 'ta_IN' => 'Tamira (Inia)', + 'te' => 'Teruku', + 'te_IN' => 'Teruku (Inia)', + 'tg' => 'Tāhiki', + 'th' => 'Tai', + 'ti' => 'Tekirina', + 'ti_ER' => 'Tekirina (Eritēria)', + 'ti_ET' => 'Tekirina (Etiopia)', + 'tk' => 'Tākamana', + 'to' => 'Tonga', + 'tr' => 'Tākei', + 'tt' => 'Tatā', + 'tt_RU' => 'Tatā (Rūhia)', + 'ug' => 'Wīkura', + 'ug_CN' => 'Wīkura (Haina)', + 'uk' => 'Ukarainiana', + 'ur' => 'Ūru', + 'ur_IN' => 'Ūru (Inia)', + 'uz' => 'Ūpeke', + 'uz_Arab' => 'Ūpeke (Arapika)', + 'uz_Cyrl' => 'Ūpeke (Hīririki)', + 'uz_Latn' => 'Ūpeke (Rātina)', + 'vi' => 'Witināmiana', + 'wo' => 'Warawhe', + 'wo_SN' => 'Warawhe (Henekara)', + 'xh' => 'Tōha', + 'xh_ZA' => 'Tōha (Āwherika ki te Tonga)', + 'yi' => 'Irihi', + 'yi_001' => 'Irihi (te ao)', + 'yo' => 'Ōrūpa', + 'yo_BJ' => 'Ōrūpa (Penīna)', + 'yo_NG' => 'Ōrūpa (Ngāitiria)', 'zh' => 'Hainamana', 'zh_CN' => 'Hainamana (Haina)', 'zh_Hans' => 'Hainamana (Māmā)', 'zh_Hans_CN' => 'Hainamana (Māmā, Haina)', - 'zh_Hant' => 'Hainamana (Tukuiho)', + 'zh_Hant' => 'Hainamana (Tuku iho)', + 'zu' => 'Tūru', + 'zu_ZA' => 'Tūru (Āwherika ki te Tonga)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mk.php index 9d7fd3b..a7d4b36 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mk.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чеченски (Русија)', 'cs' => 'чешки', 'cs_CZ' => 'чешки (Чешка)', + 'cv' => 'чувашки', + 'cv_RU' => 'чувашки (Русија)', 'cy' => 'велшки', 'cy_GB' => 'велшки (Обединето Кралство)', 'da' => 'дански', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'персиски (Авганистан)', 'fa_IR' => 'персиски (Иран)', 'ff' => 'фула', + 'ff_Adlm' => 'фула (адламско)', + 'ff_Adlm_BF' => 'фула (адламско, Буркина Фасо)', + 'ff_Adlm_CM' => 'фула (адламско, Камерун)', + 'ff_Adlm_GH' => 'фула (адламско, Гана)', + 'ff_Adlm_GM' => 'фула (адламско, Гамбија)', + 'ff_Adlm_GN' => 'фула (адламско, Гвинеја)', + 'ff_Adlm_GW' => 'фула (адламско, Гвинеја Бисао)', + 'ff_Adlm_LR' => 'фула (адламско, Либерија)', + 'ff_Adlm_MR' => 'фула (адламско, Мавританија)', + 'ff_Adlm_NE' => 'фула (адламско, Нигер)', + 'ff_Adlm_NG' => 'фула (адламско, Нигерија)', + 'ff_Adlm_SL' => 'фула (адламско, Сиера Леоне)', + 'ff_Adlm_SN' => 'фула (адламско, Сенегал)', 'ff_CM' => 'фула (Камерун)', 'ff_GN' => 'фула (Гвинеја)', 'ff_Latn' => 'фула (латинично писмо)', @@ -297,7 +312,7 @@ return [ 'fr_NE' => 'француски (Нигер)', 'fr_PF' => 'француски (Француска Полинезија)', 'fr_PM' => 'француски (Сент Пјер и Микелан)', - 'fr_RE' => 'француски (Реунион)', + 'fr_RE' => 'француски (Рејунион)', 'fr_RW' => 'француски (Руанда)', 'fr_SC' => 'француски (Сејшели)', 'fr_SN' => 'француски (Сенегал)', @@ -466,7 +481,7 @@ return [ 'pt_AO' => 'португалски (Ангола)', 'pt_BR' => 'португалски (Бразил)', 'pt_CH' => 'португалски (Швајцарија)', - 'pt_CV' => 'португалски (Зелен ’Рт)', + 'pt_CV' => 'португалски (Кабо Верде)', 'pt_GQ' => 'португалски (Екваторска Гвинеја)', 'pt_GW' => 'португалски (Гвинеја Бисао)', 'pt_LU' => 'португалски (Луксембург)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'синди (арапско писмо, Пакистан)', 'sd_Deva' => 'синди (деванагари)', 'sd_Deva_IN' => 'синди (деванагари, Индија)', + 'sd_IN' => 'синди (Индија)', 'sd_PK' => 'синди (Пакистан)', 'se' => 'северен сами', 'se_FI' => 'северен сами (Финска)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ml.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ml.php index 20706fc..5572970 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ml.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ml.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ചെചൻ (റഷ്യ)', 'cs' => 'ചെക്ക്', 'cs_CZ' => 'ചെക്ക് (ചെക്കിയ)', + 'cv' => 'ചുവാഷ്', + 'cv_RU' => 'ചുവാഷ് (റഷ്യ)', 'cy' => 'വെൽഷ്', 'cy_GB' => 'വെൽഷ് (യുണൈറ്റഡ് കിംഗ്ഡം)', 'da' => 'ഡാനിഷ്', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'പേർഷ്യൻ (അഫ്‌ഗാനിസ്ഥാൻ)', 'fa_IR' => 'പേർഷ്യൻ (ഇറാൻ)', 'ff' => 'ഫുല', + 'ff_Adlm' => 'ഫുല (അദ്‌ലാം)', + 'ff_Adlm_BF' => 'ഫുല (അദ്‌ലാം, ബർക്കിന ഫാസോ)', + 'ff_Adlm_CM' => 'ഫുല (അദ്‌ലാം, കാമറൂൺ)', + 'ff_Adlm_GH' => 'ഫുല (അദ്‌ലാം, ഘാന)', + 'ff_Adlm_GM' => 'ഫുല (അദ്‌ലാം, ഗാംബിയ)', + 'ff_Adlm_GN' => 'ഫുല (അദ്‌ലാം, ഗിനിയ)', + 'ff_Adlm_GW' => 'ഫുല (അദ്‌ലാം, ഗിനിയ-ബിസൗ)', + 'ff_Adlm_LR' => 'ഫുല (അദ്‌ലാം, ലൈബീരിയ)', + 'ff_Adlm_MR' => 'ഫുല (അദ്‌ലാം, മൗറിറ്റാനിയ)', + 'ff_Adlm_NE' => 'ഫുല (അദ്‌ലാം, നൈജർ)', + 'ff_Adlm_NG' => 'ഫുല (അദ്‌ലാം, നൈജീരിയ)', + 'ff_Adlm_SL' => 'ഫുല (അദ്‌ലാം, സിയെറ ലിയോൺ)', + 'ff_Adlm_SN' => 'ഫുല (അദ്‌ലാം, സെനഗൽ)', 'ff_CM' => 'ഫുല (കാമറൂൺ)', 'ff_GN' => 'ഫുല (ഗിനിയ)', 'ff_Latn' => 'ഫുല (ലാറ്റിൻ)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'സിന്ധി (അറബിക്, പാക്കിസ്ഥാൻ)', 'sd_Deva' => 'സിന്ധി (ദേവനാഗരി)', 'sd_Deva_IN' => 'സിന്ധി (ദേവനാഗരി, ഇന്ത്യ)', + 'sd_IN' => 'സിന്ധി (ഇന്ത്യ)', 'sd_PK' => 'സിന്ധി (പാക്കിസ്ഥാൻ)', 'se' => 'വടക്കൻ സമി', 'se_FI' => 'വടക്കൻ സമി (ഫിൻലാൻഡ്)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mn.php index 205f745..7b1fab5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mn.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чечень (Орос)', 'cs' => 'чех', 'cs_CZ' => 'чех (Чех)', + 'cv' => 'чуваш', + 'cv_RU' => 'чуваш (Орос)', 'cy' => 'уэльс', 'cy_GB' => 'уэльс (Их Британи)', 'da' => 'дани', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'перс (Афганистан)', 'fa_IR' => 'перс (Иран)', 'ff' => 'фула', + 'ff_Adlm' => 'фула (Адлам бичиг)', + 'ff_Adlm_BF' => 'фула (Адлам бичиг, Буркина Фасо)', + 'ff_Adlm_CM' => 'фула (Адлам бичиг, Камерун)', + 'ff_Adlm_GH' => 'фула (Адлам бичиг, Гана)', + 'ff_Adlm_GM' => 'фула (Адлам бичиг, Гамби)', + 'ff_Adlm_GN' => 'фула (Адлам бичиг, Гвиней)', + 'ff_Adlm_GW' => 'фула (Адлам бичиг, Гвиней-Бисау)', + 'ff_Adlm_LR' => 'фула (Адлам бичиг, Либери)', + 'ff_Adlm_MR' => 'фула (Адлам бичиг, Мавритани)', + 'ff_Adlm_NE' => 'фула (Адлам бичиг, Нигер)', + 'ff_Adlm_NG' => 'фула (Адлам бичиг, Нигери)', + 'ff_Adlm_SL' => 'фула (Адлам бичиг, Сьерра-Леоне)', + 'ff_Adlm_SN' => 'фула (Адлам бичиг, Сенегал)', 'ff_CM' => 'фула (Камерун)', 'ff_GN' => 'фула (Гвиней)', 'ff_Latn' => 'фула (латин)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'синдхи (араб, Пакистан)', 'sd_Deva' => 'синдхи (деванагари)', 'sd_Deva_IN' => 'синдхи (деванагари, Энэтхэг)', + 'sd_IN' => 'синдхи (Энэтхэг)', 'sd_PK' => 'синдхи (Пакистан)', 'se' => 'хойд сами', 'se_FI' => 'хойд сами (Финлянд)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mr.php index b08ad87..da29f31 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mr.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'चेचेन (रशिया)', 'cs' => 'झेक', 'cs_CZ' => 'झेक (झेकिया)', + 'cv' => 'चूवाश', + 'cv_RU' => 'चूवाश (रशिया)', 'cy' => 'वेल्श', 'cy_GB' => 'वेल्श (युनायटेड किंगडम)', 'da' => 'डॅनिश', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'फारसी (अफगाणिस्तान)', 'fa_IR' => 'फारसी (इराण)', 'ff' => 'फुलाह', + 'ff_Adlm' => 'फुलाह (अदलम)', + 'ff_Adlm_BF' => 'फुलाह (अदलम, बुर्किना फासो)', + 'ff_Adlm_CM' => 'फुलाह (अदलम, कॅमेरून)', + 'ff_Adlm_GH' => 'फुलाह (अदलम, घाना)', + 'ff_Adlm_GM' => 'फुलाह (अदलम, गाम्बिया)', + 'ff_Adlm_GN' => 'फुलाह (अदलम, गिनी)', + 'ff_Adlm_GW' => 'फुलाह (अदलम, गिनी-बिसाउ)', + 'ff_Adlm_LR' => 'फुलाह (अदलम, लायबेरिया)', + 'ff_Adlm_MR' => 'फुलाह (अदलम, मॉरिटानिया)', + 'ff_Adlm_NE' => 'फुलाह (अदलम, नाइजर)', + 'ff_Adlm_NG' => 'फुलाह (अदलम, नायजेरिया)', + 'ff_Adlm_SL' => 'फुलाह (अदलम, सिएरा लिओन)', + 'ff_Adlm_SN' => 'फुलाह (अदलम, सेनेगल)', 'ff_CM' => 'फुलाह (कॅमेरून)', 'ff_GN' => 'फुलाह (गिनी)', 'ff_Latn' => 'फुलाह (लॅटिन)', @@ -272,7 +287,7 @@ return [ 'fr_CF' => 'फ्रेंच (केंद्रीय अफ्रिकी प्रजासत्ताक)', 'fr_CG' => 'फ्रेंच (काँगो - ब्राझाविले)', 'fr_CH' => 'फ्रेंच (स्वित्झर्लंड)', - 'fr_CI' => 'फ्रेंच (Côte d’Ivoire)', + 'fr_CI' => 'फ्रेंच (कोत द’ईवोआर)', 'fr_CM' => 'फ्रेंच (कॅमेरून)', 'fr_DJ' => 'फ्रेंच (जिबौटी)', 'fr_DZ' => 'फ्रेंच (अल्जीरिया)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'सिंधी (अरबी, पाकिस्तान)', 'sd_Deva' => 'सिंधी (देवनागरी)', 'sd_Deva_IN' => 'सिंधी (देवनागरी, भारत)', + 'sd_IN' => 'सिंधी (भारत)', 'sd_PK' => 'सिंधी (पाकिस्तान)', 'se' => 'उत्तरी सामी', 'se_FI' => 'उत्तरी सामी (फिनलंड)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ms.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ms.php index 8cbf8ad..11c78f9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ms.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ms.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Chechen (Rusia)', 'cs' => 'Czech', 'cs_CZ' => 'Czech (Czechia)', + 'cv' => 'Chuvash', + 'cv_RU' => 'Chuvash (Rusia)', 'cy' => 'Wales', 'cy_GB' => 'Wales (United Kingdom)', 'da' => 'Denmark', @@ -184,7 +186,7 @@ return [ 'en_SL' => 'Inggeris (Sierra Leone)', 'en_SS' => 'Inggeris (Sudan Selatan)', 'en_SX' => 'Inggeris (Sint Maarten)', - 'en_SZ' => 'Inggeris (Swaziland)', + 'en_SZ' => 'Inggeris (Eswatini)', 'en_TC' => 'Inggeris (Kepulauan Turks dan Caicos)', 'en_TK' => 'Inggeris (Tokelau)', 'en_TO' => 'Inggeris (Tonga)', @@ -435,9 +437,9 @@ return [ 'mt_MT' => 'Malta (Malta)', 'my' => 'Burma', 'my_MM' => 'Burma (Myanmar [Burma])', - 'nb' => 'Bokmål Norway', - 'nb_NO' => 'Bokmål Norway (Norway)', - 'nb_SJ' => 'Bokmål Norway (Svalbard dan Jan Mayen)', + 'nb' => 'Bokmal Norway', + 'nb_NO' => 'Bokmal Norway (Norway)', + 'nb_SJ' => 'Bokmal Norway (Svalbard dan Jan Mayen)', 'nd' => 'Ndebele Utara', 'nd_ZW' => 'Ndebele Utara (Zimbabwe)', 'ne' => 'Nepal', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arab, Pakistan)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, India)', + 'sd_IN' => 'Sindhi (India)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Sami Utara', 'se_FI' => 'Sami Utara (Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mt.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mt.php index 9279c26..f3ff123 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mt.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/mt.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Chechen (ir-Russja)', 'cs' => 'Ċek', 'cs_CZ' => 'Ċek (ir-Repubblika Ċeka)', + 'cv' => 'Chuvash', + 'cv_RU' => 'Chuvash (ir-Russja)', 'cy' => 'Welsh', 'cy_GB' => 'Welsh (ir-Renju Unit)', 'da' => 'Daniż', @@ -498,6 +500,7 @@ return [ 'sd' => 'Sindhi', 'sd_Arab' => 'Sindhi (Għarbi)', 'sd_Arab_PK' => 'Sindhi (Għarbi, il-Pakistan)', + 'sd_IN' => 'Sindhi (l-Indja)', 'sd_PK' => 'Sindhi (il-Pakistan)', 'se' => 'Sami tat-Tramuntana', 'se_FI' => 'Sami tat-Tramuntana (il-Finlandja)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/my.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/my.php index ea41be3..b54d377 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/my.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/my.php @@ -2,9 +2,9 @@ return [ 'Names' => [ - 'af' => 'တောင်အာဖရိက', - 'af_NA' => 'တောင်အာဖရိက (နမီးဘီးယား)', - 'af_ZA' => 'တောင်အာဖရိက (တောင်အာဖရိက)', + 'af' => 'အာဖရိကန်', + 'af_NA' => 'အာဖရိကန် (နမီးဘီးယား)', + 'af_ZA' => 'အာဖရိကန် (တောင်အာဖရိက)', 'ak' => 'အာကန်', 'ak_GH' => 'အာကန် (ဂါနာ)', 'am' => 'အမ်ဟာရစ်ခ်', @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ချက်ချန်း (ရုရှား)', 'cs' => 'ချက်', 'cs_CZ' => 'ချက် (ချက်ကီယား)', + 'cv' => 'ချူဗက်ရှ်', + 'cv_RU' => 'ချူဗက်ရှ် (ရုရှား)', 'cy' => 'ဝေလ', 'cy_GB' => 'ဝေလ (ယူနိုက်တက်ကင်းဒမ်း)', 'da' => 'ဒိန်းမတ်', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ပါရှန် (အာဖဂန်နစ္စတန်)', 'fa_IR' => 'ပါရှန် (အီရန်)', 'ff' => 'ဖူလာ', + 'ff_Adlm' => 'ဖူလာ (အက်ဒ်လမ်)', + 'ff_Adlm_BF' => 'ဖူလာ (အက်ဒ်လမ်/ ဘာကီးနား ဖားဆို)', + 'ff_Adlm_CM' => 'ဖူလာ (အက်ဒ်လမ်/ ကင်မရွန်း)', + 'ff_Adlm_GH' => 'ဖူလာ (အက်ဒ်လမ်/ ဂါနာ)', + 'ff_Adlm_GM' => 'ဖူလာ (အက်ဒ်လမ်/ ဂမ်ဘီရာ)', + 'ff_Adlm_GN' => 'ဖူလာ (အက်ဒ်လမ်/ ဂီနီ)', + 'ff_Adlm_GW' => 'ဖူလာ (အက်ဒ်လမ်/ ဂီနီ-ဘီစော)', + 'ff_Adlm_LR' => 'ဖူလာ (အက်ဒ်လမ်/ လိုက်ဘေးရီးယား)', + 'ff_Adlm_MR' => 'ဖူလာ (အက်ဒ်လမ်/ မော်ရီတေးနီးယား)', + 'ff_Adlm_NE' => 'ဖူလာ (အက်ဒ်လမ်/ နိုင်ဂျာ)', + 'ff_Adlm_NG' => 'ဖူလာ (အက်ဒ်လမ်/ နိုင်ဂျီးရီးယား)', + 'ff_Adlm_SL' => 'ဖူလာ (အက်ဒ်လမ်/ ဆီယာရာ လီယွန်း)', + 'ff_Adlm_SN' => 'ဖူလာ (အက်ဒ်လမ်/ ဆီနီဂေါ)', 'ff_CM' => 'ဖူလာ (ကင်မရွန်း)', 'ff_GN' => 'ဖူလာ (ဂီနီ)', 'ff_Latn' => 'ဖူလာ (လက်တင်)', @@ -325,8 +340,8 @@ return [ 'ha_GH' => 'ဟာဥစာ (ဂါနာ)', 'ha_NE' => 'ဟာဥစာ (နိုင်ဂျာ)', 'ha_NG' => 'ဟာဥစာ (နိုင်ဂျီးရီးယား)', - 'he' => 'ဟီးဘရူး', - 'he_IL' => 'ဟီးဘရူး (အစ္စရေး)', + 'he' => 'ဟီဘရူး', + 'he_IL' => 'ဟီဘရူး (အစ္စရေး)', 'hi' => 'ဟိန်ဒူ', 'hi_IN' => 'ဟိန်ဒူ (အိန္ဒိယ)', 'hi_Latn' => 'ဟိန်ဒူ (လက်တင်)', @@ -440,8 +455,8 @@ return [ 'nl_SX' => 'ဒတ်ခ်ျ (စင့်မာတင်)', 'nn' => 'နော်ဝေ နီးနောစ်', 'nn_NO' => 'နော်ဝေ နီးနောစ် (နော်ဝေ)', - 'no' => 'နော်ဝေး', - 'no_NO' => 'နော်ဝေး (နော်ဝေ)', + 'no' => 'နော်ဝေ', + 'no_NO' => 'နော်ဝေ (နော်ဝေ)', 'om' => 'အိုရိုမို', 'om_ET' => 'အိုရိုမို (အီသီယိုးပီးယား)', 'om_KE' => 'အိုရိုမို (ကင်ညာ)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'စင်ဒီ (အာရေဗျ/ ပါကစ္စတန်)', 'sd_Deva' => 'စင်ဒီ (ဒီဗနာဂရီ)', 'sd_Deva_IN' => 'စင်ဒီ (ဒီဗနာဂရီ/ အိန္ဒိယ)', + 'sd_IN' => 'စင်ဒီ (အိန္ဒိယ)', 'sd_PK' => 'စင်ဒီ (ပါကစ္စတန်)', 'se' => 'မြောက် ဆာမိ', 'se_FI' => 'မြောက် ဆာမိ (ဖင်လန်)', @@ -597,8 +613,8 @@ return [ 'wo_SN' => 'ဝူလိုဖ် (ဆီနီဂေါ)', 'xh' => 'ဇိုစာ', 'xh_ZA' => 'ဇိုစာ (တောင်အာဖရိက)', - 'yi' => 'ဂျူး', - 'yi_001' => 'ဂျူး (ကမ္ဘာ)', + 'yi' => 'ရဟူဒီ', + 'yi_001' => 'ရဟူဒီ (ကမ္ဘာ)', 'yo' => 'ယိုရူဘာ', 'yo_BJ' => 'ယိုရူဘာ (ဘီနင်)', 'yo_NG' => 'ယိုရူဘာ (နိုင်ဂျီးရီးယား)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ne.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ne.php index d5b6862..ca68c94 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ne.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ne.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'चेचेन (रूस)', 'cs' => 'चेक', 'cs_CZ' => 'चेक (चेकिया)', + 'cv' => 'चुभास', + 'cv_RU' => 'चुभास (रूस)', 'cy' => 'वेल्श', 'cy_GB' => 'वेल्श (संयुक्त अधिराज्य)', 'da' => 'डेनिस', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'फारसी (अफगानिस्तान)', 'fa_IR' => 'फारसी (इरान)', 'ff' => 'फुलाह', + 'ff_Adlm' => 'फुलाह (एडलाम)', + 'ff_Adlm_BF' => 'फुलाह (एडलाम, बुर्किना फासो)', + 'ff_Adlm_CM' => 'फुलाह (एडलाम, क्यामरून)', + 'ff_Adlm_GH' => 'फुलाह (एडलाम, घाना)', + 'ff_Adlm_GM' => 'फुलाह (एडलाम, गाम्विया)', + 'ff_Adlm_GN' => 'फुलाह (एडलाम, गिनी)', + 'ff_Adlm_GW' => 'फुलाह (एडलाम, गिनी-बिसाउ)', + 'ff_Adlm_LR' => 'फुलाह (एडलाम, लाइबेरिया)', + 'ff_Adlm_MR' => 'फुलाह (एडलाम, माउरिटानिया)', + 'ff_Adlm_NE' => 'फुलाह (एडलाम, नाइजर)', + 'ff_Adlm_NG' => 'फुलाह (एडलाम, नाइजेरिया)', + 'ff_Adlm_SL' => 'फुलाह (एडलाम, सिएर्रा लिओन)', + 'ff_Adlm_SN' => 'फुलाह (एडलाम, सेनेगल)', 'ff_CM' => 'फुलाह (क्यामरून)', 'ff_GN' => 'फुलाह (गिनी)', 'ff_Latn' => 'फुलाह (ल्याटिन)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'सिन्धी (अरबी, पाकिस्तान)', 'sd_Deva' => 'सिन्धी (देवानागरी)', 'sd_Deva_IN' => 'सिन्धी (देवानागरी, भारत)', + 'sd_IN' => 'सिन्धी (भारत)', 'sd_PK' => 'सिन्धी (पाकिस्तान)', 'se' => 'उत्तरी सामी', 'se_FI' => 'उत्तरी सामी (फिनल्याण्ड)', @@ -610,10 +626,10 @@ return [ 'zh_Hans_HK' => 'चिनियाँ (सरलिकृत चिनियाँ, हङकङ चिनियाँ विशेष प्रशासनिक क्षेत्र)', 'zh_Hans_MO' => 'चिनियाँ (सरलिकृत चिनियाँ, मकाउ चिनियाँ विशेष प्रशासनिक क्षेत्र)', 'zh_Hans_SG' => 'चिनियाँ (सरलिकृत चिनियाँ, सिङ्गापुर)', - 'zh_Hant' => 'चिनियाँ (परम्परागत चिनियाँ)', - 'zh_Hant_HK' => 'चिनियाँ (परम्परागत चिनियाँ, हङकङ चिनियाँ विशेष प्रशासनिक क्षेत्र)', - 'zh_Hant_MO' => 'चिनियाँ (परम्परागत चिनियाँ, मकाउ चिनियाँ विशेष प्रशासनिक क्षेत्र)', - 'zh_Hant_TW' => 'चिनियाँ (परम्परागत चिनियाँ, ताइवान)', + 'zh_Hant' => 'चिनियाँ (परम्परागत)', + 'zh_Hant_HK' => 'चिनियाँ (परम्परागत, हङकङ चिनियाँ विशेष प्रशासनिक क्षेत्र)', + 'zh_Hant_MO' => 'चिनियाँ (परम्परागत, मकाउ चिनियाँ विशेष प्रशासनिक क्षेत्र)', + 'zh_Hant_TW' => 'चिनियाँ (परम्परागत, ताइवान)', 'zh_MO' => 'चिनियाँ (मकाउ चिनियाँ विशेष प्रशासनिक क्षेत्र)', 'zh_SG' => 'चिनियाँ (सिङ्गापुर)', 'zh_TW' => 'चिनियाँ (ताइवान)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/nl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/nl.php index 6bcd939..ae0c620 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/nl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/nl.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Tsjetsjeens (Rusland)', 'cs' => 'Tsjechisch', 'cs_CZ' => 'Tsjechisch (Tsjechië)', + 'cv' => 'Tsjoevasjisch', + 'cv_RU' => 'Tsjoevasjisch (Rusland)', 'cy' => 'Welsh', 'cy_GB' => 'Welsh (Verenigd Koninkrijk)', 'da' => 'Deens', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindhi (Arabisch, Pakistan)', 'sd_Deva' => 'Sindhi (Devanagari)', 'sd_Deva_IN' => 'Sindhi (Devanagari, India)', + 'sd_IN' => 'Sindhi (India)', 'sd_PK' => 'Sindhi (Pakistan)', 'se' => 'Noord-Samisch', 'se_FI' => 'Noord-Samisch (Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/nn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/nn.php index 4ae16a0..e026000 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/nn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/nn.php @@ -4,6 +4,7 @@ return [ 'Names' => [ 'be' => 'kviterussisk', 'be_BY' => 'kviterussisk (Kviterussland)', + 'cv' => 'tsjuvansk', 'gv' => 'manx', 'kl' => 'grønlandsk [kalaallisut]', 'mg' => 'madagassisk', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/no.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/no.php index 5ffbbaa..6d590e6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/no.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/no.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tsjetsjensk (Russland)', 'cs' => 'tsjekkisk', 'cs_CZ' => 'tsjekkisk (Tsjekkia)', + 'cv' => 'tsjuvasjisk', + 'cv_RU' => 'tsjuvasjisk (Russland)', 'cy' => 'walisisk', 'cy_GB' => 'walisisk (Storbritannia)', 'da' => 'dansk', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persisk (Afghanistan)', 'fa_IR' => 'persisk (Iran)', 'ff' => 'fulfulde', + 'ff_Adlm' => 'fulfulde (adlam)', + 'ff_Adlm_BF' => 'fulfulde (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulfulde (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fulfulde (adlam, Ghana)', + 'ff_Adlm_GM' => 'fulfulde (adlam, Gambia)', + 'ff_Adlm_GN' => 'fulfulde (adlam, Guinea)', + 'ff_Adlm_GW' => 'fulfulde (adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'fulfulde (adlam, Liberia)', + 'ff_Adlm_MR' => 'fulfulde (adlam, Mauritania)', + 'ff_Adlm_NE' => 'fulfulde (adlam, Niger)', + 'ff_Adlm_NG' => 'fulfulde (adlam, Nigeria)', + 'ff_Adlm_SL' => 'fulfulde (adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'fulfulde (adlam, Senegal)', 'ff_CM' => 'fulfulde (Kamerun)', 'ff_GN' => 'fulfulde (Guinea)', 'ff_Latn' => 'fulfulde (latinsk)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabisk, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, India)', + 'sd_IN' => 'sindhi (India)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'nordsamisk', 'se_FI' => 'nordsamisk (Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/or.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/or.php index 074cff0..4d25f99 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/or.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/or.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ଚେଚନ୍ (ରୁଷିଆ)', 'cs' => 'ଚେକ୍', 'cs_CZ' => 'ଚେକ୍ (ଚେଚିଆ)', + 'cv' => 'ଚୁଭାଶ୍', + 'cv_RU' => 'ଚୁଭାଶ୍ (ରୁଷିଆ)', 'cy' => 'ୱେଲ୍ସ', 'cy_GB' => 'ୱେଲ୍ସ (ଯୁକ୍ତରାଜ୍ୟ)', 'da' => 'ଡାନ୍ନିସ୍', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ପର୍ସିଆନ୍ (ଆଫଗାନିସ୍ତାନ୍)', 'fa_IR' => 'ପର୍ସିଆନ୍ (ଇରାନ)', 'ff' => 'ଫୁଲାହ', + 'ff_Adlm' => 'ଫୁଲାହ (ଆଡଲମ୍)', + 'ff_Adlm_BF' => 'ଫୁଲାହ (ଆଡଲମ୍, ବୁର୍କିନା ଫାସୋ)', + 'ff_Adlm_CM' => 'ଫୁଲାହ (ଆଡଲମ୍, କାମେରୁନ୍)', + 'ff_Adlm_GH' => 'ଫୁଲାହ (ଆଡଲମ୍, ଘାନା)', + 'ff_Adlm_GM' => 'ଫୁଲାହ (ଆଡଲମ୍, ଗାମ୍ବିଆ)', + 'ff_Adlm_GN' => 'ଫୁଲାହ (ଆଡଲମ୍, ଗୁଇନିଆ)', + 'ff_Adlm_GW' => 'ଫୁଲାହ (ଆଡଲମ୍, ଗୁଇନିଆ-ବିସାଉ)', + 'ff_Adlm_LR' => 'ଫୁଲାହ (ଆଡଲମ୍, ଲାଇବେରିଆ)', + 'ff_Adlm_MR' => 'ଫୁଲାହ (ଆଡଲମ୍, ମୌରିଟାନିଆ)', + 'ff_Adlm_NE' => 'ଫୁଲାହ (ଆଡଲମ୍, ନାଇଜର)', + 'ff_Adlm_NG' => 'ଫୁଲାହ (ଆଡଲମ୍, ନାଇଜେରିଆ)', + 'ff_Adlm_SL' => 'ଫୁଲାହ (ଆଡଲମ୍, ସିଏରା ଲିଓନ)', + 'ff_Adlm_SN' => 'ଫୁଲାହ (ଆଡଲମ୍, ସେନେଗାଲ୍)', 'ff_CM' => 'ଫୁଲାହ (କାମେରୁନ୍)', 'ff_GN' => 'ଫୁଲାହ (ଗୁଇନିଆ)', 'ff_Latn' => 'ଫୁଲାହ (ଲାଟିନ୍)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'ସିନ୍ଧୀ (ଆରବିକ୍, ପାକିସ୍ତାନ)', 'sd_Deva' => 'ସିନ୍ଧୀ (ଦେବନଗରୀ)', 'sd_Deva_IN' => 'ସିନ୍ଧୀ (ଦେବନଗରୀ, ଭାରତ)', + 'sd_IN' => 'ସିନ୍ଧୀ (ଭାରତ)', 'sd_PK' => 'ସିନ୍ଧୀ (ପାକିସ୍ତାନ)', 'se' => 'ଉତ୍ତର ସାମି', 'se_FI' => 'ଉତ୍ତର ସାମି (ଫିନଲ୍ୟାଣ୍ଡ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/os.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/os.php index 37d0647..d962bad 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/os.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/os.php @@ -18,6 +18,8 @@ return [ 'ce' => 'цӕцӕйнаг', 'ce_RU' => 'цӕцӕйнаг (Уӕрӕсе)', 'cs' => 'чехаг', + 'cv' => 'чувашаг', + 'cv_RU' => 'чувашаг (Уӕрӕсе)', 'da' => 'даниаг', 'de' => 'немыцаг', 'de_DE' => 'немыцаг (Герман)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pa.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pa.php index b1c092c..4b5163d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pa.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pa.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'ਚੇਚਨ (ਰੂਸ)', 'cs' => 'ਚੈੱਕ', 'cs_CZ' => 'ਚੈੱਕ (ਚੈਕੀਆ)', + 'cv' => 'ਚੁਵਾਸ਼', + 'cv_RU' => 'ਚੁਵਾਸ਼ (ਰੂਸ)', 'cy' => 'ਵੈਲਸ਼', 'cy_GB' => 'ਵੈਲਸ਼ (ਯੂਨਾਈਟਡ ਕਿੰਗਡਮ)', 'da' => 'ਡੈਨਿਸ਼', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'ਫ਼ਾਰਸੀ (ਅਫ਼ਗਾਨਿਸਤਾਨ)', 'fa_IR' => 'ਫ਼ਾਰਸੀ (ਈਰਾਨ)', 'ff' => 'ਫੁਲਾਹ', + 'ff_Adlm' => 'ਫੁਲਾਹ (ਅਦਲਾਮ)', + 'ff_Adlm_BF' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਬੁਰਕੀਨਾ ਫ਼ਾਸੋ)', + 'ff_Adlm_CM' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਕੈਮਰੂਨ)', + 'ff_Adlm_GH' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਘਾਨਾ)', + 'ff_Adlm_GM' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਗੈਂਬੀਆ)', + 'ff_Adlm_GN' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਗਿਨੀ)', + 'ff_Adlm_GW' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਗਿਨੀ-ਬਿਸਾਉ)', + 'ff_Adlm_LR' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਲਾਈਬੀਰੀਆ)', + 'ff_Adlm_MR' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਮੋਰਿਟਾਨੀਆ)', + 'ff_Adlm_NE' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਨਾਈਜਰ)', + 'ff_Adlm_NG' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਨਾਈਜੀਰੀਆ)', + 'ff_Adlm_SL' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਸਿਏਰਾ ਲਿਓਨ)', + 'ff_Adlm_SN' => 'ਫੁਲਾਹ (ਅਦਲਾਮ, ਸੇਨੇਗਲ)', 'ff_CM' => 'ਫੁਲਾਹ (ਕੈਮਰੂਨ)', 'ff_GN' => 'ਫੁਲਾਹ (ਗਿਨੀ)', 'ff_Latn' => 'ਫੁਲਾਹ (ਲਾਤੀਨੀ)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'ਸਿੰਧੀ (ਅਰਬੀ, ਪਾਕਿਸਤਾਨ)', 'sd_Deva' => 'ਸਿੰਧੀ (ਦੇਵਨਾਗਰੀ)', 'sd_Deva_IN' => 'ਸਿੰਧੀ (ਦੇਵਨਾਗਰੀ, ਭਾਰਤ)', + 'sd_IN' => 'ਸਿੰਧੀ (ਭਾਰਤ)', 'sd_PK' => 'ਸਿੰਧੀ (ਪਾਕਿਸਤਾਨ)', 'se' => 'ਉੱਤਰੀ ਸਾਮੀ', 'se_FI' => 'ਉੱਤਰੀ ਸਾਮੀ (ਫਿਨਲੈਂਡ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pl.php index 960818b..eadac78 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pl.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'czeczeński (Rosja)', 'cs' => 'czeski', 'cs_CZ' => 'czeski (Czechy)', + 'cv' => 'czuwaski', + 'cv_RU' => 'czuwaski (Rosja)', 'cy' => 'walijski', 'cy_GB' => 'walijski (Wielka Brytania)', 'da' => 'duński', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'perski (Afganistan)', 'fa_IR' => 'perski (Iran)', 'ff' => 'fulani', + 'ff_Adlm' => 'fulani (adlam)', + 'ff_Adlm_BF' => 'fulani (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulani (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fulani (adlam, Ghana)', + 'ff_Adlm_GM' => 'fulani (adlam, Gambia)', + 'ff_Adlm_GN' => 'fulani (adlam, Gwinea)', + 'ff_Adlm_GW' => 'fulani (adlam, Gwinea Bissau)', + 'ff_Adlm_LR' => 'fulani (adlam, Liberia)', + 'ff_Adlm_MR' => 'fulani (adlam, Mauretania)', + 'ff_Adlm_NE' => 'fulani (adlam, Niger)', + 'ff_Adlm_NG' => 'fulani (adlam, Nigeria)', + 'ff_Adlm_SL' => 'fulani (adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'fulani (adlam, Senegal)', 'ff_CM' => 'fulani (Kamerun)', 'ff_GN' => 'fulani (Gwinea)', 'ff_Latn' => 'fulani (łacińskie)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabskie, Pakistan)', 'sd_Deva' => 'sindhi (dewanagari)', 'sd_Deva_IN' => 'sindhi (dewanagari, Indie)', + 'sd_IN' => 'sindhi (Indie)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'północnolapoński', 'se_FI' => 'północnolapoński (Finlandia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ps.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ps.php index 4b2a435..13fa043 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ps.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ps.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'چيچني (روسیه)', 'cs' => 'چېکي', 'cs_CZ' => 'چېکي (چکیا)', + 'cv' => 'چوواشي', + 'cv_RU' => 'چوواشي (روسیه)', 'cy' => 'ويلشي', 'cy_GB' => 'ويلشي (برتانیه)', 'da' => 'ډنمارکي', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'فارسي (افغانستان)', 'fa_IR' => 'فارسي (ايران)', 'ff' => 'فولاح', + 'ff_Adlm' => 'فولاح (اډلام)', + 'ff_Adlm_BF' => 'فولاح (اډلام, بورکینا فاسو)', + 'ff_Adlm_CM' => 'فولاح (اډلام, کامرون)', + 'ff_Adlm_GH' => 'فولاح (اډلام, ګانا)', + 'ff_Adlm_GM' => 'فولاح (اډلام, ګامبیا)', + 'ff_Adlm_GN' => 'فولاح (اډلام, ګینه)', + 'ff_Adlm_GW' => 'فولاح (اډلام, ګینه بیسو)', + 'ff_Adlm_LR' => 'فولاح (اډلام, لايبيريا)', + 'ff_Adlm_MR' => 'فولاح (اډلام, موریتانیا)', + 'ff_Adlm_NE' => 'فولاح (اډلام, نايجير)', + 'ff_Adlm_NG' => 'فولاح (اډلام, نایجیریا)', + 'ff_Adlm_SL' => 'فولاح (اډلام, سییرا لیون)', + 'ff_Adlm_SN' => 'فولاح (اډلام, سينيګال)', 'ff_CM' => 'فولاح (کامرون)', 'ff_GN' => 'فولاح (ګینه)', 'ff_Latn' => 'فولاح (لاتين/لاتيني)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'سندهي (عربي, پاکستان)', 'sd_Deva' => 'سندهي (دیواناګري)', 'sd_Deva_IN' => 'سندهي (دیواناګري, هند)', + 'sd_IN' => 'سندهي (هند)', 'sd_PK' => 'سندهي (پاکستان)', 'se' => 'شمالي سامي', 'se_FI' => 'شمالي سامي (فنلینډ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pt.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pt.php index 5be15ba..6e42423 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pt.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pt.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'checheno (Rússia)', 'cs' => 'tcheco', 'cs_CZ' => 'tcheco (Tchéquia)', + 'cv' => 'tchuvache', + 'cv_RU' => 'tchuvache (Rússia)', 'cy' => 'galês', 'cy_GB' => 'galês (Reino Unido)', 'da' => 'dinamarquês', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persa (Afeganistão)', 'fa_IR' => 'persa (Irã)', 'ff' => 'fula', + 'ff_Adlm' => 'fula (adlam)', + 'ff_Adlm_BF' => 'fula (adlam, Burquina Faso)', + 'ff_Adlm_CM' => 'fula (adlam, Camarões)', + 'ff_Adlm_GH' => 'fula (adlam, Gana)', + 'ff_Adlm_GM' => 'fula (adlam, Gâmbia)', + 'ff_Adlm_GN' => 'fula (adlam, Guiné)', + 'ff_Adlm_GW' => 'fula (adlam, Guiné-Bissau)', + 'ff_Adlm_LR' => 'fula (adlam, Libéria)', + 'ff_Adlm_MR' => 'fula (adlam, Mauritânia)', + 'ff_Adlm_NE' => 'fula (adlam, Níger)', + 'ff_Adlm_NG' => 'fula (adlam, Nigéria)', + 'ff_Adlm_SL' => 'fula (adlam, Serra Leoa)', + 'ff_Adlm_SN' => 'fula (adlam, Senegal)', 'ff_CM' => 'fula (Camarões)', 'ff_GN' => 'fula (Guiné)', 'ff_Latn' => 'fula (latim)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindi (árabe, Paquistão)', 'sd_Deva' => 'sindi (devanágari)', 'sd_Deva_IN' => 'sindi (devanágari, Índia)', + 'sd_IN' => 'sindi (Índia)', 'sd_PK' => 'sindi (Paquistão)', 'se' => 'sami setentrional', 'se_FI' => 'sami setentrional (Finlândia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pt_PT.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pt_PT.php index f8c9699..f8cf287 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pt_PT.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/pt_PT.php @@ -16,6 +16,8 @@ return [ 'bn_IN' => 'bengalês (Índia)', 'cs' => 'checo', 'cs_CZ' => 'checo (Chéquia)', + 'cv' => 'chuvash', + 'cv_RU' => 'chuvash (Rússia)', 'da_GL' => 'dinamarquês (Gronelândia)', 'de_LI' => 'alemão (Listenstaine)', 'en_BS' => 'inglês (Baamas)', @@ -51,6 +53,7 @@ return [ 'fr_CI' => 'francês (Côte d’Ivoire [Costa do Marfim])', 'fr_DJ' => 'francês (Jibuti)', 'fr_MC' => 'francês (Mónaco)', + 'fr_MF' => 'francês (São Martinho [Saint-Martin])', 'fr_MG' => 'francês (Madagáscar)', 'fr_MU' => 'francês (Maurícia)', 'fr_NC' => 'francês (Nova Caledónia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/qu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/qu.php index 6ce230e..0c14470 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/qu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/qu.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Checheno Simi (Rusia)', 'cs' => 'Checo Simi', 'cs_CZ' => 'Checo Simi (Chequia)', + 'cv' => 'Chuvash Simi', + 'cv_RU' => 'Chuvash Simi (Rusia)', 'cy' => 'Gales Simi', 'cy_GB' => 'Gales Simi (Reino Unido)', 'da' => 'Danes Simi', @@ -184,7 +186,7 @@ return [ 'en_SL' => 'Ingles Simi (Sierra Leona)', 'en_SS' => 'Ingles Simi (Sudán del Sur)', 'en_SX' => 'Ingles Simi (Sint Maarten)', - 'en_SZ' => 'Ingles Simi (Suazilandia)', + 'en_SZ' => 'Ingles Simi (Esuatini)', 'en_TC' => 'Ingles Simi (Islas Turcas y Caicos)', 'en_TK' => 'Ingles Simi (Tokelau)', 'en_TO' => 'Ingles Simi (Tonga)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Persa Simi (Afganistán)', 'fa_IR' => 'Persa Simi (Irán)', 'ff' => 'Fulah Simi', + 'ff_Adlm' => 'Fulah Simi (Adlam Simi)', + 'ff_Adlm_BF' => 'Fulah Simi (Adlam Simi, Burkina Faso)', + 'ff_Adlm_CM' => 'Fulah Simi (Adlam Simi, Camerún)', + 'ff_Adlm_GH' => 'Fulah Simi (Adlam Simi, Ghana)', + 'ff_Adlm_GM' => 'Fulah Simi (Adlam Simi, Gambia)', + 'ff_Adlm_GN' => 'Fulah Simi (Adlam Simi, Guinea)', + 'ff_Adlm_GW' => 'Fulah Simi (Adlam Simi, Guinea-Bisáu)', + 'ff_Adlm_LR' => 'Fulah Simi (Adlam Simi, Liberia)', + 'ff_Adlm_MR' => 'Fulah Simi (Adlam Simi, Mauritania)', + 'ff_Adlm_NE' => 'Fulah Simi (Adlam Simi, Níger)', + 'ff_Adlm_NG' => 'Fulah Simi (Adlam Simi, Nigeria)', + 'ff_Adlm_SL' => 'Fulah Simi (Adlam Simi, Sierra Leona)', + 'ff_Adlm_SN' => 'Fulah Simi (Adlam Simi, Senegal)', 'ff_CM' => 'Fulah Simi (Camerún)', 'ff_GN' => 'Fulah Simi (Guinea)', 'ff_Latn' => 'Fulah Simi (Latin Simi)', @@ -497,11 +512,14 @@ return [ 'rw_RW' => 'Kinyarwanda Simi (Ruanda)', 'sa' => 'Sanscrito Simi', 'sa_IN' => 'Sanscrito Simi (India)', + 'sc' => 'Sardinian Simi', + 'sc_IT' => 'Sardinian Simi (Italia)', 'sd' => 'Sindhi Simi', 'sd_Arab' => 'Sindhi Simi (Arabe Simi)', 'sd_Arab_PK' => 'Sindhi Simi (Arabe Simi, Pakistán)', 'sd_Deva' => 'Sindhi Simi (Devanagari)', 'sd_Deva_IN' => 'Sindhi Simi (Devanagari, India)', + 'sd_IN' => 'Sindhi Simi (India)', 'sd_PK' => 'Sindhi Simi (Pakistán)', 'se' => 'Chincha Sami Simi', 'se_FI' => 'Chincha Sami Simi (Finlandia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/rm.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/rm.php index 86a985a..c6cc0e2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/rm.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/rm.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tschetschen (Russia)', 'cs' => 'tschec', 'cs_CZ' => 'tschec (Tschechia)', + 'cv' => 'tschuvasch', + 'cv_RU' => 'tschuvasch (Russia)', 'cy' => 'kimric', 'cy_GB' => 'kimric (Reginavel Unì)', 'da' => 'danais', @@ -504,6 +506,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arab, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, India)', + 'sd_IN' => 'sindhi (India)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'sami dal nord', 'se_FI' => 'sami dal nord (Finlanda)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ro.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ro.php index 7ed88cf..22365d9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ro.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ro.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'cecenă (Rusia)', 'cs' => 'cehă', 'cs_CZ' => 'cehă (Cehia)', + 'cv' => 'ciuvașă', + 'cv_RU' => 'ciuvașă (Rusia)', 'cy' => 'galeză', 'cy_GB' => 'galeză (Regatul Unit)', 'da' => 'daneză', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persană (Afganistan)', 'fa_IR' => 'persană (Iran)', 'ff' => 'fulah', + 'ff_Adlm' => 'fulah (adlam)', + 'ff_Adlm_BF' => 'fulah (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulah (adlam, Camerun)', + 'ff_Adlm_GH' => 'fulah (adlam, Ghana)', + 'ff_Adlm_GM' => 'fulah (adlam, Gambia)', + 'ff_Adlm_GN' => 'fulah (adlam, Guineea)', + 'ff_Adlm_GW' => 'fulah (adlam, Guineea-Bissau)', + 'ff_Adlm_LR' => 'fulah (adlam, Liberia)', + 'ff_Adlm_MR' => 'fulah (adlam, Mauritania)', + 'ff_Adlm_NE' => 'fulah (adlam, Niger)', + 'ff_Adlm_NG' => 'fulah (adlam, Nigeria)', + 'ff_Adlm_SL' => 'fulah (adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'fulah (adlam, Senegal)', 'ff_CM' => 'fulah (Camerun)', 'ff_GN' => 'fulah (Guineea)', 'ff_Latn' => 'fulah (latină)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabă, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, India)', + 'sd_IN' => 'sindhi (India)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'sami de nord', 'se_FI' => 'sami de nord (Finlanda)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ru.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ru.php index 27f0362..a4674bf 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ru.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ru.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чеченский (Россия)', 'cs' => 'чешский', 'cs_CZ' => 'чешский (Чехия)', + 'cv' => 'чувашский', + 'cv_RU' => 'чувашский (Россия)', 'cy' => 'валлийский', 'cy_GB' => 'валлийский (Великобритания)', 'da' => 'датский', @@ -115,7 +117,7 @@ return [ 'en_CA' => 'английский (Канада)', 'en_CC' => 'английский (Кокосовые о-ва)', 'en_CH' => 'английский (Швейцария)', - 'en_CK' => 'английский (Острова Кука)', + 'en_CK' => 'английский (о-ва Кука)', 'en_CM' => 'английский (Камерун)', 'en_CX' => 'английский (о-в Рождества)', 'en_CY' => 'английский (Кипр)', @@ -146,12 +148,12 @@ return [ 'en_KE' => 'английский (Кения)', 'en_KI' => 'английский (Кирибати)', 'en_KN' => 'английский (Сент-Китс и Невис)', - 'en_KY' => 'английский (Острова Кайман)', + 'en_KY' => 'английский (о-ва Кайман)', 'en_LC' => 'английский (Сент-Люсия)', 'en_LR' => 'английский (Либерия)', 'en_LS' => 'английский (Лесото)', 'en_MG' => 'английский (Мадагаскар)', - 'en_MH' => 'английский (Маршалловы Острова)', + 'en_MH' => 'английский (Маршалловы о-ва)', 'en_MO' => 'английский (Макао [САР])', 'en_MP' => 'английский (Северные Марианские о-ва)', 'en_MS' => 'английский (Монтсеррат)', @@ -174,8 +176,8 @@ return [ 'en_PR' => 'английский (Пуэрто-Рико)', 'en_PW' => 'английский (Палау)', 'en_RW' => 'английский (Руанда)', - 'en_SB' => 'английский (Соломоновы Острова)', - 'en_SC' => 'английский (Сейшельские Острова)', + 'en_SB' => 'английский (Соломоновы о-ва)', + 'en_SC' => 'английский (Сейшельские о-ва)', 'en_SD' => 'английский (Судан)', 'en_SE' => 'английский (Швеция)', 'en_SG' => 'английский (Сингапур)', @@ -185,7 +187,7 @@ return [ 'en_SS' => 'английский (Южный Судан)', 'en_SX' => 'английский (Синт-Мартен)', 'en_SZ' => 'английский (Эсватини)', - 'en_TC' => 'английский (о-ва Тёркс и Кайкос)', + 'en_TC' => 'английский (Тёркс и Кайкос)', 'en_TK' => 'английский (Токелау)', 'en_TO' => 'английский (Тонга)', 'en_TT' => 'английский (Тринидад и Тобаго)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'персидский (Афганистан)', 'fa_IR' => 'персидский (Иран)', 'ff' => 'фулах', + 'ff_Adlm' => 'фулах (адлам)', + 'ff_Adlm_BF' => 'фулах (адлам, Буркина-Фасо)', + 'ff_Adlm_CM' => 'фулах (адлам, Камерун)', + 'ff_Adlm_GH' => 'фулах (адлам, Гана)', + 'ff_Adlm_GM' => 'фулах (адлам, Гамбия)', + 'ff_Adlm_GN' => 'фулах (адлам, Гвинея)', + 'ff_Adlm_GW' => 'фулах (адлам, Гвинея-Бисау)', + 'ff_Adlm_LR' => 'фулах (адлам, Либерия)', + 'ff_Adlm_MR' => 'фулах (адлам, Мавритания)', + 'ff_Adlm_NE' => 'фулах (адлам, Нигер)', + 'ff_Adlm_NG' => 'фулах (адлам, Нигерия)', + 'ff_Adlm_SL' => 'фулах (адлам, Сьерра-Леоне)', + 'ff_Adlm_SN' => 'фулах (адлам, Сенегал)', 'ff_CM' => 'фулах (Камерун)', 'ff_GN' => 'фулах (Гвинея)', 'ff_Latn' => 'фулах (латиница)', @@ -299,7 +314,7 @@ return [ 'fr_PM' => 'французский (Сен-Пьер и Микелон)', 'fr_RE' => 'французский (Реюньон)', 'fr_RW' => 'французский (Руанда)', - 'fr_SC' => 'французский (Сейшельские Острова)', + 'fr_SC' => 'французский (Сейшельские о-ва)', 'fr_SN' => 'французский (Сенегал)', 'fr_SY' => 'французский (Сирия)', 'fr_TD' => 'французский (Чад)', @@ -414,7 +429,7 @@ return [ 'mr' => 'маратхи', 'mr_IN' => 'маратхи (Индия)', 'ms' => 'малайский', - 'ms_BN' => 'малайский (Бруней-Даруссалам)', + 'ms_BN' => 'малайский (Бруней)', 'ms_ID' => 'малайский (Индонезия)', 'ms_MY' => 'малайский (Малайзия)', 'ms_SG' => 'малайский (Сингапур)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'синдхи (арабица, Пакистан)', 'sd_Deva' => 'синдхи (деванагари)', 'sd_Deva_IN' => 'синдхи (деванагари, Индия)', + 'sd_IN' => 'синдхи (Индия)', 'sd_PK' => 'синдхи (Пакистан)', 'se' => 'северносаамский', 'se_FI' => 'северносаамский (Финляндия)', @@ -609,15 +625,15 @@ return [ 'zh' => 'китайский', 'zh_CN' => 'китайский (Китай)', 'zh_HK' => 'китайский (Гонконг [САР])', - 'zh_Hans' => 'китайский (упрощенная китайская)', - 'zh_Hans_CN' => 'китайский (упрощенная китайская, Китай)', - 'zh_Hans_HK' => 'китайский (упрощенная китайская, Гонконг [САР])', - 'zh_Hans_MO' => 'китайский (упрощенная китайская, Макао [САР])', - 'zh_Hans_SG' => 'китайский (упрощенная китайская, Сингапур)', - 'zh_Hant' => 'китайский (традиционная китайская)', - 'zh_Hant_HK' => 'китайский (традиционная китайская, Гонконг [САР])', - 'zh_Hant_MO' => 'китайский (традиционная китайская, Макао [САР])', - 'zh_Hant_TW' => 'китайский (традиционная китайская, Тайвань)', + 'zh_Hans' => 'китайский (упрощенная)', + 'zh_Hans_CN' => 'китайский (упрощенная, Китай)', + 'zh_Hans_HK' => 'китайский (упрощенная, Гонконг [САР])', + 'zh_Hans_MO' => 'китайский (упрощенная, Макао [САР])', + 'zh_Hans_SG' => 'китайский (упрощенная, Сингапур)', + 'zh_Hant' => 'китайский (традиционная)', + 'zh_Hant_HK' => 'китайский (традиционная, Гонконг [САР])', + 'zh_Hant_MO' => 'китайский (традиционная, Макао [САР])', + 'zh_Hant_TW' => 'китайский (традиционная, Тайвань)', 'zh_MO' => 'китайский (Макао [САР])', 'zh_SG' => 'китайский (Сингапур)', 'zh_TW' => 'китайский (Тайвань)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sc.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sc.php index c110349..327a353 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sc.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sc.php @@ -58,8 +58,8 @@ return [ 'bo' => 'tibetanu', 'bo_CN' => 'tibetanu (Tzina)', 'bo_IN' => 'tibetanu (Ìndia)', - 'br' => 'brètonu', - 'br_FR' => 'brètonu (Frantza)', + 'br' => 'brètone', + 'br_FR' => 'brètone (Frantza)', 'bs' => 'bosnìacu', 'bs_BA' => 'bosnìacu (Bòsnia e Erzegòvina)', 'bs_Cyrl' => 'bosnìacu (tzirìllicu)', @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'cecenu (Rùssia)', 'cs' => 'tzecu', 'cs_CZ' => 'tzecu (Tzèchia)', + 'cv' => 'ciuvàsciu', + 'cv_RU' => 'ciuvàsciu (Rùssia)', 'cy' => 'gallesu', 'cy_GB' => 'gallesu (Regnu Unidu)', 'da' => 'danesu', @@ -321,8 +323,8 @@ return [ 'fr_VU' => 'frantzesu (Vanuatu)', 'fr_WF' => 'frantzesu (Wallis e Futuna)', 'fr_YT' => 'frantzesu (Mayotte)', - 'fy' => 'frìsonu otzidentale', - 'fy_NL' => 'frìsonu otzidentale (Paisos Bassos)', + 'fy' => 'frisone otzidentale', + 'fy_NL' => 'frisone otzidentale (Paisos Bassos)', 'ga' => 'irlandesu', 'ga_GB' => 'irlandesu (Regnu Unidu)', 'ga_IE' => 'irlandesu (Irlanda)', @@ -374,8 +376,8 @@ return [ 'ka_GE' => 'georgianu (Geòrgia)', 'ki' => 'kikuyu', 'ki_KE' => 'kikuyu (Kènya)', - 'kk' => 'kazaku', - 'kk_KZ' => 'kazaku (Kazàkistan)', + 'kk' => 'kazacu', + 'kk_KZ' => 'kazacu (Kazàkistan)', 'kl' => 'groenlandesu', 'kl_GL' => 'groenlandesu (Groenlàndia)', 'km' => 'khmer', @@ -395,8 +397,8 @@ return [ 'ku_TR' => 'curdu (Turchia)', 'kw' => 'còrnicu', 'kw_GB' => 'còrnicu (Regnu Unidu)', - 'ky' => 'kirghisu', - 'ky_KG' => 'kirghisu (Kirghìzistan)', + 'ky' => 'chirghisu', + 'ky_KG' => 'chirghisu (Kirghìzistan)', 'lb' => 'lussemburghesu', 'lb_LU' => 'lussemburghesu (Lussemburgu)', 'lg' => 'ganda', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (àrabu, Pàkistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, Ìndia)', + 'sd_IN' => 'sindhi (Ìndia)', 'sd_PK' => 'sindhi (Pàkistan)', 'se' => 'sami setentrionale', 'se_FI' => 'sami setentrionale (Finlàndia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sd.php index 871af89..921a92f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sd.php @@ -61,11 +61,11 @@ return [ 'br' => 'بريٽن', 'br_FR' => 'بريٽن (فرانس)', 'bs' => 'بوسنيائي', - 'bs_BA' => 'بوسنيائي (بوسنيا ۽ ھرزيگوينا)', + 'bs_BA' => 'بوسنيائي (بوسنيا ۽ هرزوگووينا)', 'bs_Cyrl' => 'بوسنيائي (سيريلي)', - 'bs_Cyrl_BA' => 'بوسنيائي (سيريلي, بوسنيا ۽ ھرزيگوينا)', + 'bs_Cyrl_BA' => 'بوسنيائي (سيريلي, بوسنيا ۽ هرزوگووينا)', 'bs_Latn' => 'بوسنيائي (لاطيني)', - 'bs_Latn_BA' => 'بوسنيائي (لاطيني, بوسنيا ۽ ھرزيگوينا)', + 'bs_Latn_BA' => 'بوسنيائي (لاطيني, بوسنيا ۽ هرزوگووينا)', 'ca' => 'ڪيٽالان', 'ca_AD' => 'ڪيٽالان (اندورا)', 'ca_ES' => 'ڪيٽالان (اسپين)', @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'چیچن (روس)', 'cs' => 'چيڪ', 'cs_CZ' => 'چيڪ (چيڪيا)', + 'cv' => 'چو واش', + 'cv_RU' => 'چو واش (روس)', 'cy' => 'ويلش', 'cy_GB' => 'ويلش (برطانيہ)', 'da' => 'ڊينش', @@ -100,7 +102,7 @@ return [ 'en_001' => 'انگريزي (دنيا)', 'en_150' => 'انگريزي (يورپ)', 'en_AE' => 'انگريزي (متحده عرب امارات)', - 'en_AG' => 'انگريزي (انٽيگا ۽ باربوڊا)', + 'en_AG' => 'انگريزي (انٽيگا ۽ باربد)', 'en_AI' => 'انگريزي (انگويلا)', 'en_AS' => 'انگريزي (آمريڪي ساموا)', 'en_AT' => 'انگريزي (آسٽريا)', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'فارسي (افغانستان)', 'fa_IR' => 'فارسي (ايران)', 'ff' => 'فلاهه', + 'ff_Adlm' => 'فلاهه (ايڊلام)', + 'ff_Adlm_BF' => 'فلاهه (ايڊلام, برڪينا فاسو)', + 'ff_Adlm_CM' => 'فلاهه (ايڊلام, ڪيمرون)', + 'ff_Adlm_GH' => 'فلاهه (ايڊلام, گهانا)', + 'ff_Adlm_GM' => 'فلاهه (ايڊلام, گيمبيا)', + 'ff_Adlm_GN' => 'فلاهه (ايڊلام, گني)', + 'ff_Adlm_GW' => 'فلاهه (ايڊلام, گني بسائو)', + 'ff_Adlm_LR' => 'فلاهه (ايڊلام, لائبیریا)', + 'ff_Adlm_MR' => 'فلاهه (ايڊلام, موريتانيا)', + 'ff_Adlm_NE' => 'فلاهه (ايڊلام, نائيجر)', + 'ff_Adlm_NG' => 'فلاهه (ايڊلام, نائيجيريا)', + 'ff_Adlm_SL' => 'فلاهه (ايڊلام, سيرا ليون)', + 'ff_Adlm_SN' => 'فلاهه (ايڊلام, سينيگال)', 'ff_CM' => 'فلاهه (ڪيمرون)', 'ff_GN' => 'فلاهه (گني)', 'ff_Latn' => 'فلاهه (لاطيني)', @@ -272,7 +287,7 @@ return [ 'fr_CF' => 'فرانسيسي (وچ آفريقي جمهوريه)', 'fr_CG' => 'فرانسيسي (ڪانگو - برازاویل)', 'fr_CH' => 'فرانسيسي (سوئزرلينڊ)', - 'fr_CI' => 'فرانسيسي (ڪوٽ ڊي وار)', + 'fr_CI' => 'فرانسيسي (ڪوٽي ويرا)', 'fr_CM' => 'فرانسيسي (ڪيمرون)', 'fr_DJ' => 'فرانسيسي (ڊجبيوتي)', 'fr_DZ' => 'فرانسيسي (الجيريا)', @@ -332,7 +347,7 @@ return [ 'hi_Latn' => 'هندي (لاطيني)', 'hi_Latn_IN' => 'هندي (لاطيني, ڀارت)', 'hr' => 'ڪروشيائي', - 'hr_BA' => 'ڪروشيائي (بوسنيا ۽ ھرزيگوينا)', + 'hr_BA' => 'ڪروشيائي (بوسنيا ۽ هرزوگووينا)', 'hr_HR' => 'ڪروشيائي (ڪروئيشيا)', 'hu' => 'هنگري', 'hu_HU' => 'هنگري (هنگري)', @@ -440,6 +455,8 @@ return [ 'nl_SX' => 'ڊچ (سنٽ مارٽن)', 'nn' => 'نارويائي نيوناسڪ', 'nn_NO' => 'نارويائي نيوناسڪ (ناروي)', + 'no' => 'نارويجيائي', + 'no_NO' => 'نارويجيائي (ناروي)', 'om' => 'اورومو', 'om_ET' => 'اورومو (ايٿوپيا)', 'om_KE' => 'اورومو (ڪينيا)', @@ -502,6 +519,7 @@ return [ 'sd_Arab_PK' => 'سنڌي (عربي, پاڪستان)', 'sd_Deva' => 'سنڌي (ديوناگري)', 'sd_Deva_IN' => 'سنڌي (ديوناگري, ڀارت)', + 'sd_IN' => 'سنڌي (ڀارت)', 'sd_PK' => 'سنڌي (پاڪستان)', 'se' => 'اتر سامي', 'se_FI' => 'اتر سامي (فن لينڊ)', @@ -526,13 +544,13 @@ return [ 'sq_AL' => 'الباني (البانيا)', 'sq_MK' => 'الباني (اتر مقدونيا)', 'sr' => 'سربيائي', - 'sr_BA' => 'سربيائي (بوسنيا ۽ ھرزيگوينا)', + 'sr_BA' => 'سربيائي (بوسنيا ۽ هرزوگووينا)', 'sr_Cyrl' => 'سربيائي (سيريلي)', - 'sr_Cyrl_BA' => 'سربيائي (سيريلي, بوسنيا ۽ ھرزيگوينا)', + 'sr_Cyrl_BA' => 'سربيائي (سيريلي, بوسنيا ۽ هرزوگووينا)', 'sr_Cyrl_ME' => 'سربيائي (سيريلي, مونٽي نيگرو)', 'sr_Cyrl_RS' => 'سربيائي (سيريلي, سربيا)', 'sr_Latn' => 'سربيائي (لاطيني)', - 'sr_Latn_BA' => 'سربيائي (لاطيني, بوسنيا ۽ ھرزيگوينا)', + 'sr_Latn_BA' => 'سربيائي (لاطيني, بوسنيا ۽ هرزوگووينا)', 'sr_Latn_ME' => 'سربيائي (لاطيني, مونٽي نيگرو)', 'sr_Latn_RS' => 'سربيائي (لاطيني, سربيا)', 'sr_ME' => 'سربيائي (مونٽي نيگرو)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sd_Deva.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sd_Deva.php index 67b2b7a..91ed562 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sd_Deva.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sd_Deva.php @@ -12,12 +12,13 @@ return [ 'bo_IN' => 'تبيتائي (भारत)', 'br_FR' => 'بريٽن (फ़्रांस)', 'bs_Cyrl' => 'بوسنيائي (सिरिलिक)', - 'bs_Cyrl_BA' => 'بوسنيائي (सिरिलिक, بوسنيا ۽ ھرزيگوينا)', + 'bs_Cyrl_BA' => 'بوسنيائي (सिरिलिक, بوسنيا ۽ هرزوگووينا)', 'bs_Latn' => 'بوسنيائي (लैटिन)', - 'bs_Latn_BA' => 'بوسنيائي (लैटिन, بوسنيا ۽ ھرزيگوينا)', + 'bs_Latn_BA' => 'بوسنيائي (लैटिन, بوسنيا ۽ هرزوگووينا)', 'ca_FR' => 'ڪيٽالان (फ़्रांस)', 'ca_IT' => 'ڪيٽالان (इटली)', 'ce_RU' => 'چیچن (रशिया)', + 'cv_RU' => 'چو واش (रशिया)', 'cy_GB' => 'ويلش (बरतानी)', 'de' => 'जर्मन', 'de_AT' => 'जर्मन (آسٽريا)', @@ -31,7 +32,7 @@ return [ 'en_001' => 'अंगरेज़ी (دنيا)', 'en_150' => 'अंगरेज़ी (يورپ)', 'en_AE' => 'अंगरेज़ी (متحده عرب امارات)', - 'en_AG' => 'अंगरेज़ी (انٽيگا ۽ باربوڊا)', + 'en_AG' => 'अंगरेज़ी (انٽيگا ۽ باربد)', 'en_AI' => 'अंगरेज़ी (انگويلا)', 'en_AS' => 'अंगरेज़ी (آمريڪي ساموا)', 'en_AT' => 'अंगरेज़ी (آسٽريا)', @@ -100,7 +101,7 @@ return [ 'en_NZ' => 'अंगरेज़ी (نيو زيلينڊ)', 'en_PG' => 'अंगरेज़ी (پاپوا نیو گني)', 'en_PH' => 'अंगरेज़ी (فلپائن)', - 'en_PK' => 'अंगरेज़ी (پاڪستان)', + 'en_PK' => 'अंगरेज़ी (पाकिस्तान)', 'en_PN' => 'अंगरेज़ी (پٽڪئرن ٻيٽ)', 'en_PR' => 'अंगरेज़ी (پيوئرٽو ريڪو)', 'en_PW' => 'अंगरेज़ी (پلائو)', @@ -184,7 +185,7 @@ return [ 'fr_CF' => 'फ्रेंच (وچ آفريقي جمهوريه)', 'fr_CG' => 'फ्रेंच (ڪانگو - برازاویل)', 'fr_CH' => 'फ्रेंच (سوئزرلينڊ)', - 'fr_CI' => 'फ्रेंच (ڪوٽ ڊي وار)', + 'fr_CI' => 'फ्रेंच (ڪوٽي ويرا)', 'fr_CM' => 'फ्रेंच (ڪيمرون)', 'fr_DJ' => 'फ्रेंच (ڊجبيوتي)', 'fr_DZ' => 'फ्रेंच (الجيريا)', @@ -247,9 +248,11 @@ return [ 'or_IN' => 'اوڊيا (भारत)', 'os_RU' => 'اوسيٽڪ (रशिया)', 'pa_Arab' => 'پنجابي (अरबी)', - 'pa_Arab_PK' => 'پنجابي (अरबी, پاڪستان)', + 'pa_Arab_PK' => 'پنجابي (अरबी, पाकिस्तान)', 'pa_Guru_IN' => 'پنجابي (گرمکي, भारत)', 'pa_IN' => 'پنجابي (भारत)', + 'pa_PK' => 'پنجابي (पाकिस्तान)', + 'ps_PK' => 'پشتو (पाकिस्तान)', 'pt' => 'पुर्तगाली', 'pt_AO' => 'पुर्तगाली (انگولا)', 'pt_BR' => 'पुर्तगाली (ब्राज़ील)', @@ -274,16 +277,17 @@ return [ 'sc_IT' => 'سارڊيني (इटली)', 'sd' => 'सिन्धी', 'sd_Arab' => 'सिन्धी (अरबी)', - 'sd_Arab_PK' => 'सिन्धी (अरबी, پاڪستان)', + 'sd_Arab_PK' => 'सिन्धी (अरबी, पाकिस्तान)', 'sd_Deva' => 'सिन्धी (देवनागिरी)', 'sd_Deva_IN' => 'सिन्धी (देवनागिरी, भारत)', - 'sd_PK' => 'सिन्धी (پاڪستان)', + 'sd_IN' => 'सिन्धी (भारत)', + 'sd_PK' => 'सिन्धी (पाकिस्तान)', 'sr_Cyrl' => 'سربيائي (सिरिलिक)', - 'sr_Cyrl_BA' => 'سربيائي (सिरिलिक, بوسنيا ۽ ھرزيگوينا)', + 'sr_Cyrl_BA' => 'سربيائي (सिरिलिक, بوسنيا ۽ هرزوگووينا)', 'sr_Cyrl_ME' => 'سربيائي (सिरिलिक, مونٽي نيگرو)', 'sr_Cyrl_RS' => 'سربيائي (सिरिलिक, سربيا)', 'sr_Latn' => 'سربيائي (लैटिन)', - 'sr_Latn_BA' => 'سربيائي (लैटिन, بوسنيا ۽ ھرزيگوينا)', + 'sr_Latn_BA' => 'سربيائي (लैटिन, بوسنيا ۽ هرزوگووينا)', 'sr_Latn_ME' => 'سربيائي (लैटिन, مونٽي نيگرو)', 'sr_Latn_RS' => 'سربيائي (लैटिन, سربيا)', 'su_Latn' => 'سوڊاني (लैटिन)', @@ -293,6 +297,7 @@ return [ 'tt_RU' => 'تاتار (रशिया)', 'ug_CN' => 'يوغور (चीन)', 'ur_IN' => 'اردو (भारत)', + 'ur_PK' => 'اردو (पाकिस्तान)', 'uz_Arab' => 'ازبڪ (अरबी)', 'uz_Arab_AF' => 'ازبڪ (अरबी, افغانستان)', 'uz_Cyrl' => 'ازبڪ (सिरिलिक)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/si.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/si.php index 1543d1b..e8d00a1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/si.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/si.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'චෙච්නියානු (රුසියාව)', 'cs' => 'චෙක්', 'cs_CZ' => 'චෙක් (චෙචියාව)', + 'cv' => 'චවේෂ්', + 'cv_RU' => 'චවේෂ් (රුසියාව)', 'cy' => 'වෙල්ෂ්', 'cy_GB' => 'වෙල්ෂ් (එක්සත් රාජධානිය)', 'da' => 'ඩැනිශ්', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'පර්සියානු (ඇෆ්ගනිස්ථානය)', 'fa_IR' => 'පර්සියානු (ඉරානය)', 'ff' => 'ෆුලාහ්', + 'ff_Adlm' => 'ෆුලාහ් (ඇඩ්ලම්)', + 'ff_Adlm_BF' => 'ෆුලාහ් (ඇඩ්ලම්, බර්කිනා ෆාසෝ)', + 'ff_Adlm_CM' => 'ෆුලාහ් (ඇඩ්ලම්, කැමරූන්)', + 'ff_Adlm_GH' => 'ෆුලාහ් (ඇඩ්ලම්, ඝානාව)', + 'ff_Adlm_GM' => 'ෆුලාහ් (ඇඩ්ලම්, ගැම්බියාව)', + 'ff_Adlm_GN' => 'ෆුලාහ් (ඇඩ්ලම්, ගිණියාව)', + 'ff_Adlm_GW' => 'ෆුලාහ් (ඇඩ්ලම්, ගිනි බිසව්)', + 'ff_Adlm_LR' => 'ෆුලාහ් (ඇඩ්ලම්, ලයිබීරියාව)', + 'ff_Adlm_MR' => 'ෆුලාහ් (ඇඩ්ලම්, මොරිටේනියාව)', + 'ff_Adlm_NE' => 'ෆුලාහ් (ඇඩ්ලම්, නයිජර්)', + 'ff_Adlm_NG' => 'ෆුලාහ් (ඇඩ්ලම්, නයිජීරියාව)', + 'ff_Adlm_SL' => 'ෆුලාහ් (ඇඩ්ලම්, සියරාලියෝන්)', + 'ff_Adlm_SN' => 'ෆුලාහ් (ඇඩ්ලම්, සෙනගාලය)', 'ff_CM' => 'ෆුලාහ් (කැමරූන්)', 'ff_GN' => 'ෆුලාහ් (ගිණියාව)', 'ff_Latn' => 'ෆුලාහ් (ලතින්)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'සින්ධි (අරාබි, පාකිස්තානය)', 'sd_Deva' => 'සින්ධි (දේවනාගරී)', 'sd_Deva_IN' => 'සින්ධි (දේවනාගරී, ඉන්දියාව)', + 'sd_IN' => 'සින්ධි (ඉන්දියාව)', 'sd_PK' => 'සින්ධි (පාකිස්තානය)', 'se' => 'උතුරු සාමි', 'se_FI' => 'උතුරු සාමි (ෆින්ලන්තය)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sk.php index b97b553..acb480b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sk.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'čečenčina (Rusko)', 'cs' => 'čeština', 'cs_CZ' => 'čeština (Česko)', + 'cv' => 'čuvaština', + 'cv_RU' => 'čuvaština (Rusko)', 'cy' => 'waleština', 'cy_GB' => 'waleština (Spojené kráľovstvo)', 'da' => 'dánčina', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'perzština (Afganistan)', 'fa_IR' => 'perzština (Irán)', 'ff' => 'fulbčina', + 'ff_Adlm' => 'fulbčina (adlam)', + 'ff_Adlm_BF' => 'fulbčina (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulbčina (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fulbčina (adlam, Ghana)', + 'ff_Adlm_GM' => 'fulbčina (adlam, Gambia)', + 'ff_Adlm_GN' => 'fulbčina (adlam, Guinea)', + 'ff_Adlm_GW' => 'fulbčina (adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'fulbčina (adlam, Libéria)', + 'ff_Adlm_MR' => 'fulbčina (adlam, Mauritánia)', + 'ff_Adlm_NE' => 'fulbčina (adlam, Niger)', + 'ff_Adlm_NG' => 'fulbčina (adlam, Nigéria)', + 'ff_Adlm_SL' => 'fulbčina (adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'fulbčina (adlam, Senegal)', 'ff_CM' => 'fulbčina (Kamerun)', 'ff_GN' => 'fulbčina (Guinea)', 'ff_Latn' => 'fulbčina (latinka)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhčina (arabské, Pakistan)', 'sd_Deva' => 'sindhčina (dévanágarí)', 'sd_Deva_IN' => 'sindhčina (dévanágarí, India)', + 'sd_IN' => 'sindhčina (India)', 'sd_PK' => 'sindhčina (Pakistan)', 'se' => 'saamčina [severná]', 'se_FI' => 'saamčina [severná] (Fínsko)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sl.php index 28bb928..a9e4c4d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sl.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'čečenščina (Rusija)', 'cs' => 'češčina', 'cs_CZ' => 'češčina (Češka)', + 'cv' => 'čuvaščina', + 'cv_RU' => 'čuvaščina (Rusija)', 'cy' => 'valižanščina', 'cy_GB' => 'valižanščina (Združeno kraljestvo)', 'da' => 'danščina', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'perzijščina (Afganistan)', 'fa_IR' => 'perzijščina (Iran)', 'ff' => 'fulščina', + 'ff_Adlm' => 'fulščina (adlamski)', + 'ff_Adlm_BF' => 'fulščina (adlamski, Burkina Faso)', + 'ff_Adlm_CM' => 'fulščina (adlamski, Kamerun)', + 'ff_Adlm_GH' => 'fulščina (adlamski, Gana)', + 'ff_Adlm_GM' => 'fulščina (adlamski, Gambija)', + 'ff_Adlm_GN' => 'fulščina (adlamski, Gvineja)', + 'ff_Adlm_GW' => 'fulščina (adlamski, Gvineja Bissau)', + 'ff_Adlm_LR' => 'fulščina (adlamski, Liberija)', + 'ff_Adlm_MR' => 'fulščina (adlamski, Mavretanija)', + 'ff_Adlm_NE' => 'fulščina (adlamski, Niger)', + 'ff_Adlm_NG' => 'fulščina (adlamski, Nigerija)', + 'ff_Adlm_SL' => 'fulščina (adlamski, Sierra Leone)', + 'ff_Adlm_SN' => 'fulščina (adlamski, Senegal)', 'ff_CM' => 'fulščina (Kamerun)', 'ff_GN' => 'fulščina (Gvineja)', 'ff_Latn' => 'fulščina (latinica)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindščina (arabski, Pakistan)', 'sd_Deva' => 'sindščina (devanagarščica)', 'sd_Deva_IN' => 'sindščina (devanagarščica, Indija)', + 'sd_IN' => 'sindščina (Indija)', 'sd_PK' => 'sindščina (Pakistan)', 'se' => 'severna samijščina', 'se_FI' => 'severna samijščina (Finska)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/so.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/so.php index eae8bd8..f0f622e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/so.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/so.php @@ -7,8 +7,8 @@ return [ 'af_ZA' => 'Afrikaanka (Koonfur Afrika)', 'ak' => 'Akan', 'ak_GH' => 'Akan (Gaana)', - 'am' => 'Axmaari', - 'am_ET' => 'Axmaari (Itoobiya)', + 'am' => 'Axmaar', + 'am_ET' => 'Axmaar (Itoobiya)', 'ar' => 'Carabi', 'ar_001' => 'Carabi (Dunida)', 'ar_AE' => 'Carabi (Midawga Imaaraatka Carabta)', @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Jejen (Ruush)', 'cs' => 'Jeeg', 'cs_CZ' => 'Jeeg (Jekiya)', + 'cv' => 'Chuvash', + 'cv_RU' => 'Chuvash (Ruush)', 'cy' => 'Welsh', 'cy_GB' => 'Welsh (Boqortooyada Midowday)', 'da' => 'Dhaanish', @@ -510,11 +512,14 @@ return [ 'rw_RW' => 'Ruwaandha (Ruwanda)', 'sa' => 'Sanskrit', 'sa_IN' => 'Sanskrit (Hindiya)', + 'sc' => 'Sardinian', + 'sc_IT' => 'Sardinian (Talyaani)', 'sd' => 'Siindhi', 'sd_Arab' => 'Siindhi (Carabi)', 'sd_Arab_PK' => 'Siindhi (Carabi, Bakistaan)', 'sd_Deva' => 'Siindhi (Dhefangaari)', 'sd_Deva_IN' => 'Siindhi (Dhefangaari, Hindiya)', + 'sd_IN' => 'Siindhi (Hindiya)', 'sd_PK' => 'Siindhi (Bakistaan)', 'se' => 'Sami Waqooyi', 'se_FI' => 'Sami Waqooyi (Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sq.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sq.php index 89da515..d34de1a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sq.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sq.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'çeçenisht (Rusi)', 'cs' => 'çekisht', 'cs_CZ' => 'çekisht (Çeki)', + 'cv' => 'çuvashisht', + 'cv_RU' => 'çuvashisht (Rusi)', 'cy' => 'uellsisht', 'cy_GB' => 'uellsisht (Mbretëria e Bashkuar)', 'da' => 'danisht', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persisht (Afganistan)', 'fa_IR' => 'persisht (Iran)', 'ff' => 'fulaisht', + 'ff_Adlm' => 'fulaisht (adlam)', + 'ff_Adlm_BF' => 'fulaisht (adlam, Burkina-Faso)', + 'ff_Adlm_CM' => 'fulaisht (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fulaisht (adlam, Ganë)', + 'ff_Adlm_GM' => 'fulaisht (adlam, Gambi)', + 'ff_Adlm_GN' => 'fulaisht (adlam, Guine)', + 'ff_Adlm_GW' => 'fulaisht (adlam, Guine-Bisau)', + 'ff_Adlm_LR' => 'fulaisht (adlam, Liberi)', + 'ff_Adlm_MR' => 'fulaisht (adlam, Mauritani)', + 'ff_Adlm_NE' => 'fulaisht (adlam, Niger)', + 'ff_Adlm_NG' => 'fulaisht (adlam, Nigeri)', + 'ff_Adlm_SL' => 'fulaisht (adlam, Sierra-Leone)', + 'ff_Adlm_SN' => 'fulaisht (adlam, Senegal)', 'ff_CM' => 'fulaisht (Kamerun)', 'ff_GN' => 'fulaisht (Guine)', 'ff_Latn' => 'fulaisht (latin)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindisht (arabik, Pakistan)', 'sd_Deva' => 'sindisht (devanagar)', 'sd_Deva_IN' => 'sindisht (devanagar, Indi)', + 'sd_IN' => 'sindisht (Indi)', 'sd_PK' => 'sindisht (Pakistan)', 'se' => 'samishte veriore', 'se_FI' => 'samishte veriore (Finlandë)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr.php index b302995..21cf588 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чеченски (Русија)', 'cs' => 'чешки', 'cs_CZ' => 'чешки (Чешка)', + 'cv' => 'чувашки', + 'cv_RU' => 'чувашки (Русија)', 'cy' => 'велшки', 'cy_GB' => 'велшки (Уједињено Краљевство)', 'da' => 'дански', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'персијски (Авганистан)', 'fa_IR' => 'персијски (Иран)', 'ff' => 'фула', + 'ff_Adlm' => 'фула (адлам)', + 'ff_Adlm_BF' => 'фула (адлам, Буркина Фасо)', + 'ff_Adlm_CM' => 'фула (адлам, Камерун)', + 'ff_Adlm_GH' => 'фула (адлам, Гана)', + 'ff_Adlm_GM' => 'фула (адлам, Гамбија)', + 'ff_Adlm_GN' => 'фула (адлам, Гвинеја)', + 'ff_Adlm_GW' => 'фула (адлам, Гвинеја-Бисао)', + 'ff_Adlm_LR' => 'фула (адлам, Либерија)', + 'ff_Adlm_MR' => 'фула (адлам, Мауританија)', + 'ff_Adlm_NE' => 'фула (адлам, Нигер)', + 'ff_Adlm_NG' => 'фула (адлам, Нигерија)', + 'ff_Adlm_SL' => 'фула (адлам, Сијера Леоне)', + 'ff_Adlm_SN' => 'фула (адлам, Сенегал)', 'ff_CM' => 'фула (Камерун)', 'ff_GN' => 'фула (Гвинеја)', 'ff_Latn' => 'фула (латиница)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'синди (арапско писмо, Пакистан)', 'sd_Deva' => 'синди (деванагари)', 'sd_Deva_IN' => 'синди (деванагари, Индија)', + 'sd_IN' => 'синди (Индија)', 'sd_PK' => 'синди (Пакистан)', 'se' => 'северни сами', 'se_FI' => 'северни сами (Финска)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_BA.php index 9f29ea0..2a0e8bf 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_BA.php @@ -3,6 +3,7 @@ return [ 'Names' => [ 'ar_001' => 'арапски (свијет)', + 'ar_KM' => 'арапски (Комори)', 'ar_PS' => 'арапски (палестинске територије)', 'be' => 'бјелоруски', 'be_BY' => 'бјелоруски (Бјелорусија)', @@ -23,49 +24,41 @@ return [ 'en_001' => 'енглески (свијет)', 'en_CC' => 'енглески (Кокосова [Килинг] острва)', 'en_DE' => 'енглески (Њемачка)', + 'en_FK' => 'енглески (Фокландска острва)', 'en_GU' => 'енглески (Гвам)', 'en_HK' => 'енглески (Хонгконг [САО Кине])', - 'en_KN' => 'енглески (Свети Китс и Невис)', - 'en_MO' => 'енглески (САР Макао)', 'en_MP' => 'енглески (Сјеверна Маријанска острва)', 'en_NF' => 'енглески (острво Норфок)', 'en_NU' => 'енглески (Нијуе)', 'en_UM' => 'енглески (Спољна острва САД)', 'en_VC' => 'енглески (Свети Винсент и Гренадини)', - 'en_VG' => 'енглески (Британска Дјевичанска Острва)', - 'en_VI' => 'енглески (Америчка Дјевичанска Острва)', + 'en_VG' => 'енглески (Британска Дјевичанска острва)', + 'en_VI' => 'енглески (Америчка Дјевичанска острва)', 'eo_001' => 'есперанто (свијет)', - 'fr_CG' => 'француски (Конго)', - 'fr_PM' => 'француски (Свети Пјер и Микелон)', + 'ff_Adlm_GW' => 'фула (адлам, Гвинеја Бисао)', + 'ff_Latn_GW' => 'фула (латиница, Гвинеја Бисао)', + 'fo_FO' => 'фарски (Фарска острва)', + 'fr_BL' => 'француски (Сен Бартелеми)', + 'fr_KM' => 'француски (Комори)', 'fr_RE' => 'француски (Реунион)', 'ia_001' => 'интерлингва (свијет)', 'ko_KP' => 'корејски (Сјеверна Кореја)', - 'ln_CG' => 'лингала (Конго)', - 'lo' => 'лаошки', - 'lo_LA' => 'лаошки (Лаос)', 'mk_MK' => 'македонски (Сјеверна Македонија)', + 'ms_BN' => 'малајски (Брунеји)', + 'my_MM' => 'бурмански (Мјанмар [Бурма])', 'nd' => 'сјеверни ндебеле', 'nd_ZW' => 'сјеверни ндебеле (Зимбабве)', - 'pt_CV' => 'португалски (Кабо Верде)', - 'pt_MO' => 'португалски (САР Макао)', + 'pt_GW' => 'португалски (Гвинеја Бисао)', 'ru_BY' => 'руски (Бјелорусија)', 'se' => 'сјеверни сами', 'se_FI' => 'сјеверни сами (Финска)', 'se_NO' => 'сјеверни сами (Норвешка)', 'se_SE' => 'сјеверни сами (Шведска)', - 'si' => 'синхалски', - 'si_LK' => 'синхалски (Шри Ланка)', 'sq_MK' => 'албански (Сјеверна Македонија)', - 'xh' => 'исикоса', - 'xh_ZA' => 'исикоса (Јужноафричка Република)', + 'sv_AX' => 'шведски (Оландска острва)', 'yi_001' => 'јидиш (свијет)', 'zh_HK' => 'кинески (Хонгконг [САО Кине])', 'zh_Hans_HK' => 'кинески (поједностављено кинеско писмо, Хонгконг [САО Кине])', - 'zh_Hans_MO' => 'кинески (поједностављено кинеско писмо, САР Макао)', 'zh_Hant_HK' => 'кинески (традиционално кинеско писмо, Хонгконг [САО Кине])', - 'zh_Hant_MO' => 'кинески (традиционално кинеско писмо, САР Макао)', - 'zh_MO' => 'кинески (САР Макао)', - 'zu' => 'исизулу', - 'zu_ZA' => 'исизулу (Јужноафричка Република)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_ME.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_ME.php index 6ade0aa..60af9bd 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_ME.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_ME.php @@ -18,6 +18,19 @@ return [ 'en_VG' => 'енглески (Британска Дјевичанска Острва)', 'en_VI' => 'енглески (Америчка Дјевичанска Острва)', 'ff' => 'фулах', + 'ff_Adlm' => 'фулах (адлам)', + 'ff_Adlm_BF' => 'фулах (адлам, Буркина Фасо)', + 'ff_Adlm_CM' => 'фулах (адлам, Камерун)', + 'ff_Adlm_GH' => 'фулах (адлам, Гана)', + 'ff_Adlm_GM' => 'фулах (адлам, Гамбија)', + 'ff_Adlm_GN' => 'фулах (адлам, Гвинеја)', + 'ff_Adlm_GW' => 'фулах (адлам, Гвинеја-Бисао)', + 'ff_Adlm_LR' => 'фулах (адлам, Либерија)', + 'ff_Adlm_MR' => 'фулах (адлам, Мауританија)', + 'ff_Adlm_NE' => 'фулах (адлам, Нигер)', + 'ff_Adlm_NG' => 'фулах (адлам, Нигерија)', + 'ff_Adlm_SL' => 'фулах (адлам, Сијера Леоне)', + 'ff_Adlm_SN' => 'фулах (адлам, Сенегал)', 'ff_CM' => 'фулах (Камерун)', 'ff_GN' => 'фулах (Гвинеја)', 'ff_Latn' => 'фулах (латиница)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_XK.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_XK.php index 68dc810..4c4e79e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_XK.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_XK.php @@ -14,6 +14,19 @@ return [ 'en_UM' => 'енглески (Мања удаљена острва САД)', 'en_VC' => 'енглески (Свети Винсент и Гренадини)', 'ff' => 'фулах', + 'ff_Adlm' => 'фулах (адлам)', + 'ff_Adlm_BF' => 'фулах (адлам, Буркина Фасо)', + 'ff_Adlm_CM' => 'фулах (адлам, Камерун)', + 'ff_Adlm_GH' => 'фулах (адлам, Гана)', + 'ff_Adlm_GM' => 'фулах (адлам, Гамбија)', + 'ff_Adlm_GN' => 'фулах (адлам, Гвинеја)', + 'ff_Adlm_GW' => 'фулах (адлам, Гвинеја-Бисао)', + 'ff_Adlm_LR' => 'фулах (адлам, Либерија)', + 'ff_Adlm_MR' => 'фулах (адлам, Мауританија)', + 'ff_Adlm_NE' => 'фулах (адлам, Нигер)', + 'ff_Adlm_NG' => 'фулах (адлам, Нигерија)', + 'ff_Adlm_SL' => 'фулах (адлам, Сијера Леоне)', + 'ff_Adlm_SN' => 'фулах (адлам, Сенегал)', 'ff_CM' => 'фулах (Камерун)', 'ff_GN' => 'фулах (Гвинеја)', 'ff_Latn' => 'фулах (латиница)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn.php index b958d4e..1d9855c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'čečenski (Rusija)', 'cs' => 'češki', 'cs_CZ' => 'češki (Češka)', + 'cv' => 'čuvaški', + 'cv_RU' => 'čuvaški (Rusija)', 'cy' => 'velški', 'cy_GB' => 'velški (Ujedinjeno Kraljevstvo)', 'da' => 'danski', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'persijski (Avganistan)', 'fa_IR' => 'persijski (Iran)', 'ff' => 'fula', + 'ff_Adlm' => 'fula (adlam)', + 'ff_Adlm_BF' => 'fula (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fula (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fula (adlam, Gana)', + 'ff_Adlm_GM' => 'fula (adlam, Gambija)', + 'ff_Adlm_GN' => 'fula (adlam, Gvineja)', + 'ff_Adlm_GW' => 'fula (adlam, Gvineja-Bisao)', + 'ff_Adlm_LR' => 'fula (adlam, Liberija)', + 'ff_Adlm_MR' => 'fula (adlam, Mauritanija)', + 'ff_Adlm_NE' => 'fula (adlam, Niger)', + 'ff_Adlm_NG' => 'fula (adlam, Nigerija)', + 'ff_Adlm_SL' => 'fula (adlam, Sijera Leone)', + 'ff_Adlm_SN' => 'fula (adlam, Senegal)', 'ff_CM' => 'fula (Kamerun)', 'ff_GN' => 'fula (Gvineja)', 'ff_Latn' => 'fula (latinica)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindi (arapsko pismo, Pakistan)', 'sd_Deva' => 'sindi (devanagari)', 'sd_Deva_IN' => 'sindi (devanagari, Indija)', + 'sd_IN' => 'sindi (Indija)', 'sd_PK' => 'sindi (Pakistan)', 'se' => 'severni sami', 'se_FI' => 'severni sami (Finska)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_BA.php index 0a91c25..384210e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_BA.php @@ -3,6 +3,7 @@ return [ 'Names' => [ 'ar_001' => 'arapski (svijet)', + 'ar_KM' => 'arapski (Komori)', 'ar_PS' => 'arapski (palestinske teritorije)', 'be' => 'bjeloruski', 'be_BY' => 'bjeloruski (Bjelorusija)', @@ -23,49 +24,41 @@ return [ 'en_001' => 'engleski (svijet)', 'en_CC' => 'engleski (Kokosova [Kiling] ostrva)', 'en_DE' => 'engleski (Njemačka)', + 'en_FK' => 'engleski (Foklandska ostrva)', 'en_GU' => 'engleski (Gvam)', 'en_HK' => 'engleski (Hongkong [SAO Kine])', - 'en_KN' => 'engleski (Sveti Kits i Nevis)', - 'en_MO' => 'engleski (SAR Makao)', 'en_MP' => 'engleski (Sjeverna Marijanska ostrva)', 'en_NF' => 'engleski (ostrvo Norfok)', 'en_NU' => 'engleski (Nijue)', 'en_UM' => 'engleski (Spoljna ostrva SAD)', 'en_VC' => 'engleski (Sveti Vinsent i Grenadini)', - 'en_VG' => 'engleski (Britanska Djevičanska Ostrva)', - 'en_VI' => 'engleski (Američka Djevičanska Ostrva)', + 'en_VG' => 'engleski (Britanska Djevičanska ostrva)', + 'en_VI' => 'engleski (Američka Djevičanska ostrva)', 'eo_001' => 'esperanto (svijet)', - 'fr_CG' => 'francuski (Kongo)', - 'fr_PM' => 'francuski (Sveti Pjer i Mikelon)', + 'ff_Adlm_GW' => 'fula (adlam, Gvineja Bisao)', + 'ff_Latn_GW' => 'fula (latinica, Gvineja Bisao)', + 'fo_FO' => 'farski (Farska ostrva)', + 'fr_BL' => 'francuski (Sen Bartelemi)', + 'fr_KM' => 'francuski (Komori)', 'fr_RE' => 'francuski (Reunion)', 'ia_001' => 'interlingva (svijet)', 'ko_KP' => 'korejski (Sjeverna Koreja)', - 'ln_CG' => 'lingala (Kongo)', - 'lo' => 'laoški', - 'lo_LA' => 'laoški (Laos)', 'mk_MK' => 'makedonski (Sjeverna Makedonija)', + 'ms_BN' => 'malajski (Bruneji)', + 'my_MM' => 'burmanski (Mjanmar [Burma])', 'nd' => 'sjeverni ndebele', 'nd_ZW' => 'sjeverni ndebele (Zimbabve)', - 'pt_CV' => 'portugalski (Kabo Verde)', - 'pt_MO' => 'portugalski (SAR Makao)', + 'pt_GW' => 'portugalski (Gvineja Bisao)', 'ru_BY' => 'ruski (Bjelorusija)', 'se' => 'sjeverni sami', 'se_FI' => 'sjeverni sami (Finska)', 'se_NO' => 'sjeverni sami (Norveška)', 'se_SE' => 'sjeverni sami (Švedska)', - 'si' => 'sinhalski', - 'si_LK' => 'sinhalski (Šri Lanka)', 'sq_MK' => 'albanski (Sjeverna Makedonija)', - 'xh' => 'isikosa', - 'xh_ZA' => 'isikosa (Južnoafrička Republika)', + 'sv_AX' => 'švedski (Olandska ostrva)', 'yi_001' => 'jidiš (svijet)', 'zh_HK' => 'kineski (Hongkong [SAO Kine])', 'zh_Hans_HK' => 'kineski (pojednostavljeno kinesko pismo, Hongkong [SAO Kine])', - 'zh_Hans_MO' => 'kineski (pojednostavljeno kinesko pismo, SAR Makao)', 'zh_Hant_HK' => 'kineski (tradicionalno kinesko pismo, Hongkong [SAO Kine])', - 'zh_Hant_MO' => 'kineski (tradicionalno kinesko pismo, SAR Makao)', - 'zh_MO' => 'kineski (SAR Makao)', - 'zu' => 'isizulu', - 'zu_ZA' => 'isizulu (Južnoafrička Republika)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_ME.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_ME.php index 9b079a4..ab3dbb6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_ME.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_ME.php @@ -18,6 +18,19 @@ return [ 'en_VG' => 'engleski (Britanska Djevičanska Ostrva)', 'en_VI' => 'engleski (Američka Djevičanska Ostrva)', 'ff' => 'fulah', + 'ff_Adlm' => 'fulah (adlam)', + 'ff_Adlm_BF' => 'fulah (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulah (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fulah (adlam, Gana)', + 'ff_Adlm_GM' => 'fulah (adlam, Gambija)', + 'ff_Adlm_GN' => 'fulah (adlam, Gvineja)', + 'ff_Adlm_GW' => 'fulah (adlam, Gvineja-Bisao)', + 'ff_Adlm_LR' => 'fulah (adlam, Liberija)', + 'ff_Adlm_MR' => 'fulah (adlam, Mauritanija)', + 'ff_Adlm_NE' => 'fulah (adlam, Niger)', + 'ff_Adlm_NG' => 'fulah (adlam, Nigerija)', + 'ff_Adlm_SL' => 'fulah (adlam, Sijera Leone)', + 'ff_Adlm_SN' => 'fulah (adlam, Senegal)', 'ff_CM' => 'fulah (Kamerun)', 'ff_GN' => 'fulah (Gvineja)', 'ff_Latn' => 'fulah (latinica)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_XK.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_XK.php index 39bf48a..765cba4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_XK.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sr_Latn_XK.php @@ -14,6 +14,19 @@ return [ 'en_UM' => 'engleski (Manja udaljena ostrva SAD)', 'en_VC' => 'engleski (Sveti Vinsent i Grenadini)', 'ff' => 'fulah', + 'ff_Adlm' => 'fulah (adlam)', + 'ff_Adlm_BF' => 'fulah (adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'fulah (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fulah (adlam, Gana)', + 'ff_Adlm_GM' => 'fulah (adlam, Gambija)', + 'ff_Adlm_GN' => 'fulah (adlam, Gvineja)', + 'ff_Adlm_GW' => 'fulah (adlam, Gvineja-Bisao)', + 'ff_Adlm_LR' => 'fulah (adlam, Liberija)', + 'ff_Adlm_MR' => 'fulah (adlam, Mauritanija)', + 'ff_Adlm_NE' => 'fulah (adlam, Niger)', + 'ff_Adlm_NG' => 'fulah (adlam, Nigerija)', + 'ff_Adlm_SL' => 'fulah (adlam, Sijera Leone)', + 'ff_Adlm_SN' => 'fulah (adlam, Senegal)', 'ff_CM' => 'fulah (Kamerun)', 'ff_GN' => 'fulah (Gvineja)', 'ff_Latn' => 'fulah (latinica)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/su.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/su.php index d4604a5..1cb09ab 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/su.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/su.php @@ -24,7 +24,9 @@ return [ 'ru' => 'Rusia', 'ru_RU' => 'Rusia (Rusia)', 'su' => 'Basa Sunda', + 'su_ID' => 'Basa Sunda (Indonesia)', 'su_Latn' => 'Basa Sunda (Latin)', + 'su_Latn_ID' => 'Basa Sunda (Latin, Indonesia)', 'zh' => 'Tiongkok', 'zh_CN' => 'Tiongkok (Tiongkok)', 'zh_Hans' => 'Tiongkok (Sederhana)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sv.php index fb0603e..a06e0c8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sv.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sv.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'tjetjenska (Ryssland)', 'cs' => 'tjeckiska', 'cs_CZ' => 'tjeckiska (Tjeckien)', + 'cv' => 'tjuvasjiska', + 'cv_RU' => 'tjuvasjiska (Ryssland)', 'cy' => 'walesiska', 'cy_GB' => 'walesiska (Storbritannien)', 'da' => 'danska', @@ -184,7 +186,7 @@ return [ 'en_SL' => 'engelska (Sierra Leone)', 'en_SS' => 'engelska (Sydsudan)', 'en_SX' => 'engelska (Sint Maarten)', - 'en_SZ' => 'engelska (Swaziland)', + 'en_SZ' => 'engelska (Eswatini)', 'en_TC' => 'engelska (Turks- och Caicosöarna)', 'en_TK' => 'engelska (Tokelauöarna)', 'en_TO' => 'engelska (Tonga)', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arabiska, Pakistan)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, Indien)', + 'sd_IN' => 'sindhi (Indien)', 'sd_PK' => 'sindhi (Pakistan)', 'se' => 'nordsamiska', 'se_FI' => 'nordsamiska (Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw.php index 6e539dd..11f2d92 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Kichechenia (Urusi)', 'cs' => 'Kicheki', 'cs_CZ' => 'Kicheki (Chechia)', + 'cv' => 'Kichuvash', + 'cv_RU' => 'Kichuvash (Urusi)', 'cy' => 'Kiwelisi', 'cy_GB' => 'Kiwelisi (Ufalme wa Muungano)', 'da' => 'Kidenmaki', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Kiajemi (Afghanistan)', 'fa_IR' => 'Kiajemi (Iran)', 'ff' => 'Kifulani', + 'ff_Adlm' => 'Kifulani (Kiadlamu)', + 'ff_Adlm_BF' => 'Kifulani (Kiadlamu, Bukinafaso)', + 'ff_Adlm_CM' => 'Kifulani (Kiadlamu, Kameruni)', + 'ff_Adlm_GH' => 'Kifulani (Kiadlamu, Ghana)', + 'ff_Adlm_GM' => 'Kifulani (Kiadlamu, Gambia)', + 'ff_Adlm_GN' => 'Kifulani (Kiadlamu, Gine)', + 'ff_Adlm_GW' => 'Kifulani (Kiadlamu, Ginebisau)', + 'ff_Adlm_LR' => 'Kifulani (Kiadlamu, Liberia)', + 'ff_Adlm_MR' => 'Kifulani (Kiadlamu, Moritania)', + 'ff_Adlm_NE' => 'Kifulani (Kiadlamu, Niger)', + 'ff_Adlm_NG' => 'Kifulani (Kiadlamu, Nigeria)', + 'ff_Adlm_SL' => 'Kifulani (Kiadlamu, Siera Leoni)', + 'ff_Adlm_SN' => 'Kifulani (Kiadlamu, Senegali)', 'ff_CM' => 'Kifulani (Kameruni)', 'ff_GN' => 'Kifulani (Gine)', 'ff_Latn' => 'Kifulani (Kilatini)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Kisindhi (Kiarabu, Pakistani)', 'sd_Deva' => 'Kisindhi (Kidevanagari)', 'sd_Deva_IN' => 'Kisindhi (Kidevanagari, India)', + 'sd_IN' => 'Kisindhi (India)', 'sd_PK' => 'Kisindhi (Pakistani)', 'se' => 'Kisami cha Kaskazini', 'se_FI' => 'Kisami cha Kaskazini (Ufini)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw_CD.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw_CD.php index 7da1f0f..3e036f7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw_CD.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw_CD.php @@ -25,6 +25,8 @@ return [ 'en_SD' => 'Kiingereza (Sudani)', 'es_PR' => 'Kihispania (Puetoriko)', 'fa_AF' => 'Kiajemi (Afuganistani)', + 'ff_Adlm_NE' => 'Kifulani (Kiadlamu, Nijeri)', + 'ff_Adlm_NG' => 'Kifulani (Kiadlamu, Nijeria)', 'ff_Latn_NE' => 'Kifulani (Kilatini, Nijeri)', 'ff_Latn_NG' => 'Kifulani (Kilatini, Nijeria)', 'fr_BJ' => 'Kifaransa (Benini)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw_KE.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw_KE.php index fb8ec43..80d3722 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw_KE.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/sw_KE.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'ar_001' => 'Kiarabu (dunia)', 'ar_JO' => 'Kiarabu (Yordani)', 'ar_LB' => 'Kiarabu (Lebanoni)', 'ar_MA' => 'Kiarabu (Moroko)', @@ -10,34 +11,82 @@ return [ 'ar_QA' => 'Kiarabu (Katari)', 'ar_SY' => 'Kiarabu (Shamu)', 'ar_TD' => 'Kiarabu (Chadi)', - 'as' => 'Kiasamisi', - 'as_IN' => 'Kiasamisi (India)', - 'az_AZ' => 'Kiazerbaijani (Azabajani)', - 'az_Cyrl_AZ' => 'Kiazerbaijani (Kisiriliki, Azabajani)', - 'az_Latn_AZ' => 'Kiazerbaijani (Kilatini, Azabajani)', + 'az' => 'Kiazabaijani', + 'az_AZ' => 'Kiazabaijani (Azabajani)', + 'az_Cyrl' => 'Kiazabaijani (Kikrili)', + 'az_Cyrl_AZ' => 'Kiazabaijani (Kikrili, Azabajani)', + 'az_Latn' => 'Kiazabaijani (Kilatini)', + 'az_Latn_AZ' => 'Kiazabaijani (Kilatini, Azabajani)', 'be_BY' => 'Kibelarusi (Belarusi)', - 'da_GL' => 'Kidenmaki (Grinilandi)', + 'bn' => 'Kibangla', + 'bn_BD' => 'Kibangla (Bangladeshi)', + 'bn_IN' => 'Kibangla (India)', + 'bs_Cyrl' => 'Kibosnia (Kikrili)', + 'bs_Cyrl_BA' => 'Kibosnia (Kikrili, Bosnia na Hezegovina)', + 'ce' => 'Kichechen', + 'ce_RU' => 'Kichechen (Urusi)', + 'cy' => 'Kiwels', + 'cy_GB' => 'Kiwels (Ufalme wa Muungano)', 'de_LI' => 'Kijerumani (Lishenteni)', 'de_LU' => 'Kijerumani (Lasembagi)', 'dz_BT' => 'Kizongkha (Bhutani)', + 'en_001' => 'Kiingereza (dunia)', + 'en_AG' => 'Kiingereza (Antigua na Babuda)', 'en_AI' => 'Kiingereza (Anguila)', + 'en_BB' => 'Kiingereza (Babados)', + 'en_BS' => 'Kiingereza (Bahamas)', 'en_CC' => 'Kiingereza (Visiwa vya Kokos [Keeling])', 'en_GU' => 'Kiingereza (Guami)', 'en_IO' => 'Kiingereza (Himaya ya Uingereza katika Bahari Hindi)', - 'en_KY' => 'Kiingereza (Visiwa vya Kaimani)', 'en_LS' => 'Kiingereza (Lesotho)', 'en_MS' => 'Kiingereza (Montserati)', 'en_PG' => 'Kiingereza (Papua Guinea Mpya)', - 'en_PR' => 'Kiingereza (Puetoriko)', + 'en_PR' => 'Kiingereza (Pwetoriko)', 'en_SG' => 'Kiingereza (Singapuri)', 'en_VG' => 'Kiingereza (Visiwa vya Virgin vya Uingereza)', 'en_VI' => 'Kiingereza (Visiwa vya Virgin vya Marekani)', + 'eo_001' => 'Kiesperanto (dunia)', 'es_EC' => 'Kihispania (Ekwado)', - 'es_PR' => 'Kihispania (Puetoriko)', + 'es_GT' => 'Kihispania (Gwatemala)', + 'es_PR' => 'Kihispania (Pwetoriko)', 'es_PY' => 'Kihispania (Paragwai)', + 'es_SV' => 'Kihispania (Elsalvado)', 'es_UY' => 'Kihispania (Urugwai)', 'fa_AF' => 'Kiajemi (Afghanistani)', - 'ff_Latn_NE' => 'Kifulani (Kilatini, Nijeri)', + 'ff' => 'Kifula', + 'ff_Adlm' => 'Kifula (Kiadlamu)', + 'ff_Adlm_BF' => 'Kifula (Kiadlamu, Bukinafaso)', + 'ff_Adlm_CM' => 'Kifula (Kiadlamu, Kameruni)', + 'ff_Adlm_GH' => 'Kifula (Kiadlamu, Ghana)', + 'ff_Adlm_GM' => 'Kifula (Kiadlamu, Gambia)', + 'ff_Adlm_GN' => 'Kifula (Kiadlamu, Gine)', + 'ff_Adlm_GW' => 'Kifula (Kiadlamu, Ginebisau)', + 'ff_Adlm_LR' => 'Kifula (Kiadlamu, Liberia)', + 'ff_Adlm_MR' => 'Kifula (Kiadlamu, Moritania)', + 'ff_Adlm_NE' => 'Kifula (Kiadlamu, Nijeri)', + 'ff_Adlm_NG' => 'Kifula (Kiadlamu, Nigeria)', + 'ff_Adlm_SL' => 'Kifula (Kiadlamu, Siera Leoni)', + 'ff_Adlm_SN' => 'Kifula (Kiadlamu, Senegali)', + 'ff_CM' => 'Kifula (Kameruni)', + 'ff_GN' => 'Kifula (Gine)', + 'ff_Latn' => 'Kifula (Kilatini)', + 'ff_Latn_BF' => 'Kifula (Kilatini, Bukinafaso)', + 'ff_Latn_CM' => 'Kifula (Kilatini, Kameruni)', + 'ff_Latn_GH' => 'Kifula (Kilatini, Ghana)', + 'ff_Latn_GM' => 'Kifula (Kilatini, Gambia)', + 'ff_Latn_GN' => 'Kifula (Kilatini, Gine)', + 'ff_Latn_GW' => 'Kifula (Kilatini, Ginebisau)', + 'ff_Latn_LR' => 'Kifula (Kilatini, Liberia)', + 'ff_Latn_MR' => 'Kifula (Kilatini, Moritania)', + 'ff_Latn_NE' => 'Kifula (Kilatini, Nijeri)', + 'ff_Latn_NG' => 'Kifula (Kilatini, Nigeria)', + 'ff_Latn_SL' => 'Kifula (Kilatini, Siera Leoni)', + 'ff_Latn_SN' => 'Kifula (Kilatini, Senegali)', + 'ff_MR' => 'Kifula (Moritania)', + 'ff_SN' => 'Kifula (Senegali)', + 'fo' => 'Kifaro', + 'fo_DK' => 'Kifaro (Denmaki)', + 'fo_FO' => 'Kifaro (Visiwa vya Faroe)', 'fr_BJ' => 'Kifaransa (Benini)', 'fr_CD' => 'Kifaransa (Kongo - Kinshasa)', 'fr_GA' => 'Kifaransa (Gaboni)', @@ -45,23 +94,38 @@ return [ 'fr_LU' => 'Kifaransa (Lasembagi)', 'fr_MA' => 'Kifaransa (Moroko)', 'fr_MC' => 'Kifaransa (Monako)', - 'fr_MQ' => 'Kifaransa (Martiniki)', 'fr_NC' => 'Kifaransa (Nyukaledonia)', 'fr_NE' => 'Kifaransa (Nijeri)', 'fr_PF' => 'Kifaransa (Polinesia ya Ufaransa)', + 'fr_PM' => 'Kifaransa (St. Pierre na Miquelon)', 'fr_SY' => 'Kifaransa (Shamu)', 'fr_TD' => 'Kifaransa (Chadi)', 'fr_YT' => 'Kifaransa (Mayote)', + 'fy' => 'Kifrisi cha Magharibi', + 'fy_NL' => 'Kifrisi cha Magharibi (Uholanzi)', + 'gv' => 'Kimaniksi', + 'gv_IM' => 'Kimaniksi (Kisiwa cha Man)', 'ha_NE' => 'Kihausa (Nijeri)', - 'hr_HR' => 'Kikorasia (Kroashia)', - 'hy' => 'Kiamenia', - 'hy_AM' => 'Kiamenia (Armenia)', + 'hr' => 'Kikroeshia', + 'hr_BA' => 'Kikroeshia (Bosnia na Hezegovina)', + 'hr_HR' => 'Kikroeshia (Kroashia)', + 'ia' => 'Lugha ya kimataifa', + 'ia_001' => 'Lugha ya kimataifa (dunia)', + 'ig' => 'Kiibo', + 'ig_NG' => 'Kiibo (Nigeria)', + 'ii' => 'Kiiyi cha Sichuan', + 'ii_CN' => 'Kiiyi cha Sichuan (Uchina)', + 'is' => 'Kiaisilandi', + 'is_IS' => 'Kiaisilandi (Aisilandi)', 'it_VA' => 'Kiitaliano (Mji wa Vatikani)', - 'kl_GL' => 'Kikalaallisut (Grinilandi)', - 'km' => 'Kikhmeri', - 'km_KH' => 'Kikhmeri (Kambodia)', - 'kn' => 'Kikanada', - 'kn_IN' => 'Kikanada (India)', + 'kk' => 'Kikazaki', + 'kk_KZ' => 'Kikazaki (Kazakistani)', + 'km' => 'Kikhema', + 'km_KH' => 'Kikhema (Kambodia)', + 'kw' => 'Kikoni', + 'kw_GB' => 'Kikoni (Ufalme wa Muungano)', + 'ky' => 'Kikirigizi', + 'ky_KG' => 'Kikirigizi (Kirigizistani)', 'lb_LU' => 'Kilasembagi (Lasembagi)', 'ln_CD' => 'Kilingala (Kongo - Kinshasa)', 'lo_LA' => 'Kilaosi (Laosi)', @@ -69,11 +133,14 @@ return [ 'lv_LV' => 'Kilatvia (Lativia)', 'mk' => 'Kimasedonia', 'mk_MK' => 'Kimasedonia (Masedonia)', + 'ml' => 'Kimalayalam', + 'ml_IN' => 'Kimalayalam (India)', 'ms_SG' => 'Kimalei (Singapuri)', - 'my_MM' => 'Kiburma (Myama [Burma])', + 'my' => 'Kibama', + 'my_MM' => 'Kibama (Myama [Burma])', 'nb_NO' => 'Kinorwe cha Bokmal (Norwe)', 'ne_NP' => 'Kinepali (Nepali)', - 'nl_SR' => 'Kiholanzi (Surinamu)', + 'nl_CW' => 'Kiholanzi (Kurakao)', 'nn_NO' => 'Kinorwe cha Nynorsk (Norwe)', 'no_NO' => 'Kinorwe (Norwe)', 'or' => 'Kiodia', @@ -84,21 +151,46 @@ return [ 'pt_LU' => 'Kireno (Lasembagi)', 'pt_ST' => 'Kireno (Sao Tome na Prinsipe)', 'qu_EC' => 'Kikechua (Ekwado)', + 'rm' => 'Kirumi', + 'rm_CH' => 'Kirumi (Uswisi)', 'ru_BY' => 'Kirusi (Belarusi)', 'ru_UA' => 'Kirusi (Ukreni)', + 'sc' => 'Kisadini', + 'sc_IT' => 'Kisadini (Italia)', 'se_NO' => 'Kisami cha Kaskazini (Norwe)', 'sq_MK' => 'Kialbania (Masedonia)', + 'sr_Cyrl' => 'Kiserbia (Kikrili)', + 'sr_Cyrl_BA' => 'Kiserbia (Kikrili, Bosnia na Hezegovina)', + 'sr_Cyrl_ME' => 'Kiserbia (Kikrili, Montenegro)', + 'sr_Cyrl_RS' => 'Kiserbia (Kikrili, Serbia)', + 'su' => 'Kisundani', + 'su_ID' => 'Kisundani (Indonesia)', + 'su_Latn' => 'Kisundani (Kilatini)', + 'su_Latn_ID' => 'Kisundani (Kilatini, Indonesia)', 'sw_CD' => 'Kiswahili (Kongo - Kinshasa)', 'ta_SG' => 'Kitamili (Singapuri)', 'th_TH' => 'Kithai (Thailandi)', 'tk_TM' => 'Kiturukimeni (Turukimenstani)', 'ug' => 'Kiuiguri', 'ug_CN' => 'Kiuiguri (Uchina)', - 'uk_UA' => 'Kiukraini (Ukreni)', + 'uk' => 'Kiukreni', + 'uk_UA' => 'Kiukreni (Ukreni)', 'uz_AF' => 'Kiuzbeki (Afghanistani)', 'uz_Arab_AF' => 'Kiuzbeki (Kiarabu, Afghanistani)', + 'uz_Cyrl' => 'Kiuzbeki (Kikrili)', + 'uz_Cyrl_UZ' => 'Kiuzbeki (Kikrili, Uzibekistani)', + 'wo' => 'Kiwolof', + 'wo_SN' => 'Kiwolof (Senegali)', + 'xh' => 'Kikhosa', + 'xh_ZA' => 'Kikhosa (Afrika Kusini)', + 'yi' => 'Kiyidi', + 'yi_001' => 'Kiyidi (dunia)', 'yo_BJ' => 'Kiyoruba (Benini)', - 'zh_Hans_SG' => 'Kichina (Rahisi, Singapuri)', + 'zh_Hans' => 'Kichina (Kilichorahisishwa)', + 'zh_Hans_CN' => 'Kichina (Kilichorahisishwa, Uchina)', + 'zh_Hans_HK' => 'Kichina (Kilichorahisishwa, Hong Kong SAR China)', + 'zh_Hans_MO' => 'Kichina (Kilichorahisishwa, Makau SAR China)', + 'zh_Hans_SG' => 'Kichina (Kilichorahisishwa, Singapuri)', 'zh_Hant_TW' => 'Kichina (Cha jadi, Taiwani)', 'zh_SG' => 'Kichina (Singapuri)', 'zh_TW' => 'Kichina (Taiwani)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ta.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ta.php index 74334f6..f97a2b5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ta.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ta.php @@ -30,7 +30,7 @@ return [ 'ar_OM' => 'அரபிக் (ஓமன்)', 'ar_PS' => 'அரபிக் (பாலஸ்தீனிய பிரதேசங்கள்)', 'ar_QA' => 'அரபிக் (கத்தார்)', - 'ar_SA' => 'அரபிக் (சவூதி அரேபியா)', + 'ar_SA' => 'அரபிக் (சவுதி அரேபியா)', 'ar_SD' => 'அரபிக் (சூடான்)', 'ar_SO' => 'அரபிக் (சோமாலியா)', 'ar_SS' => 'அரபிக் (தெற்கு சூடான்)', @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'செச்சென் (ரஷ்யா)', 'cs' => 'செக்', 'cs_CZ' => 'செக் (செசியா)', + 'cv' => 'சுவாஷ்', + 'cv_RU' => 'சுவாஷ் (ரஷ்யா)', 'cy' => 'வேல்ஷ்', 'cy_GB' => 'வேல்ஷ் (யுனைடெட் கிங்டம்)', 'da' => 'டேனிஷ்', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'பெர்ஷியன் (ஆஃப்கானிஸ்தான்)', 'fa_IR' => 'பெர்ஷியன் (ஈரான்)', 'ff' => 'ஃபுலா', + 'ff_Adlm' => 'ஃபுலா (அட்லாம்)', + 'ff_Adlm_BF' => 'ஃபுலா (அட்லாம், புர்கினா ஃபாஸோ)', + 'ff_Adlm_CM' => 'ஃபுலா (அட்லாம், கேமரூன்)', + 'ff_Adlm_GH' => 'ஃபுலா (அட்லாம், கானா)', + 'ff_Adlm_GM' => 'ஃபுலா (அட்லாம், காம்பியா)', + 'ff_Adlm_GN' => 'ஃபுலா (அட்லாம், கினியா)', + 'ff_Adlm_GW' => 'ஃபுலா (அட்லாம், கினியா-பிஸ்ஸாவ்)', + 'ff_Adlm_LR' => 'ஃபுலா (அட்லாம், லைபீரியா)', + 'ff_Adlm_MR' => 'ஃபுலா (அட்லாம், மௌரிடானியா)', + 'ff_Adlm_NE' => 'ஃபுலா (அட்லாம், நைஜர்)', + 'ff_Adlm_NG' => 'ஃபுலா (அட்லாம், நைஜீரியா)', + 'ff_Adlm_SL' => 'ஃபுலா (அட்லாம், சியாரா லியோன்)', + 'ff_Adlm_SN' => 'ஃபுலா (அட்லாம், செனெகல்)', 'ff_CM' => 'ஃபுலா (கேமரூன்)', 'ff_GN' => 'ஃபுலா (கினியா)', 'ff_Latn' => 'ஃபுலா (லத்தின்)', @@ -462,19 +477,19 @@ return [ 'ps' => 'பஷ்தோ', 'ps_AF' => 'பஷ்தோ (ஆஃப்கானிஸ்தான்)', 'ps_PK' => 'பஷ்தோ (பாகிஸ்தான்)', - 'pt' => 'போர்ச்சுக்கீஸ்', - 'pt_AO' => 'போர்ச்சுக்கீஸ் (அங்கோலா)', - 'pt_BR' => 'போர்ச்சுக்கீஸ் (பிரேசில்)', - 'pt_CH' => 'போர்ச்சுக்கீஸ் (ஸ்விட்சர்லாந்து)', - 'pt_CV' => 'போர்ச்சுக்கீஸ் (கேப் வெர்டே)', - 'pt_GQ' => 'போர்ச்சுக்கீஸ் (ஈக்வடோரியல் கினியா)', - 'pt_GW' => 'போர்ச்சுக்கீஸ் (கினியா-பிஸ்ஸாவ்)', - 'pt_LU' => 'போர்ச்சுக்கீஸ் (லக்ஸ்சம்பர்க்)', - 'pt_MO' => 'போர்ச்சுக்கீஸ் (மகாவ் எஸ்ஏஆர் சீனா)', - 'pt_MZ' => 'போர்ச்சுக்கீஸ் (மொசாம்பிக்)', - 'pt_PT' => 'போர்ச்சுக்கீஸ் (போர்ச்சுக்கல்)', - 'pt_ST' => 'போர்ச்சுக்கீஸ் (சாவ் தோம் & ப்ரின்சிபி)', - 'pt_TL' => 'போர்ச்சுக்கீஸ் (திமோர்-லெஸ்தே)', + 'pt' => 'போர்ச்சுகீஸ்', + 'pt_AO' => 'போர்ச்சுகீஸ் (அங்கோலா)', + 'pt_BR' => 'போர்ச்சுகீஸ் (பிரேசில்)', + 'pt_CH' => 'போர்ச்சுகீஸ் (ஸ்விட்சர்லாந்து)', + 'pt_CV' => 'போர்ச்சுகீஸ் (கேப் வெர்டே)', + 'pt_GQ' => 'போர்ச்சுகீஸ் (ஈக்வடோரியல் கினியா)', + 'pt_GW' => 'போர்ச்சுகீஸ் (கினியா-பிஸ்ஸாவ்)', + 'pt_LU' => 'போர்ச்சுகீஸ் (லக்ஸ்சம்பர்க்)', + 'pt_MO' => 'போர்ச்சுகீஸ் (மகாவ் எஸ்ஏஆர் சீனா)', + 'pt_MZ' => 'போர்ச்சுகீஸ் (மொசாம்பிக்)', + 'pt_PT' => 'போர்ச்சுகீஸ் (போர்ச்சுக்கல்)', + 'pt_ST' => 'போர்ச்சுகீஸ் (சாவ் தோம் & ப்ரின்சிபி)', + 'pt_TL' => 'போர்ச்சுகீஸ் (திமோர்-லெஸ்தே)', 'qu' => 'க்வெச்சுவா', 'qu_BO' => 'க்வெச்சுவா (பொலிவியா)', 'qu_EC' => 'க்வெச்சுவா (ஈக்வடார்)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'சிந்தி (அரபிக், பாகிஸ்தான்)', 'sd_Deva' => 'சிந்தி (தேவநாகரி)', 'sd_Deva_IN' => 'சிந்தி (தேவநாகரி, இந்தியா)', + 'sd_IN' => 'சிந்தி (இந்தியா)', 'sd_PK' => 'சிந்தி (பாகிஸ்தான்)', 'se' => 'வடக்கு சமி', 'se_FI' => 'வடக்கு சமி (பின்லாந்து)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/te.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/te.php index 2ef9730..6b3afb9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/te.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/te.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'చెచెన్ (రష్యా)', 'cs' => 'చెక్', 'cs_CZ' => 'చెక్ (చెకియా)', + 'cv' => 'చువాష్', + 'cv_RU' => 'చువాష్ (రష్యా)', 'cy' => 'వెల్ష్', 'cy_GB' => 'వెల్ష్ (యునైటెడ్ కింగ్‌డమ్)', 'da' => 'డానిష్', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'పర్షియన్ (ఆఫ్ఘనిస్తాన్)', 'fa_IR' => 'పర్షియన్ (ఇరాన్)', 'ff' => 'ఫ్యుల', + 'ff_Adlm' => 'ఫ్యుల (అద్లామ్)', + 'ff_Adlm_BF' => 'ఫ్యుల (అద్లామ్, బుర్కినా ఫాసో)', + 'ff_Adlm_CM' => 'ఫ్యుల (అద్లామ్, కామెరూన్)', + 'ff_Adlm_GH' => 'ఫ్యుల (అద్లామ్, ఘనా)', + 'ff_Adlm_GM' => 'ఫ్యుల (అద్లామ్, గాంబియా)', + 'ff_Adlm_GN' => 'ఫ్యుల (అద్లామ్, గినియా)', + 'ff_Adlm_GW' => 'ఫ్యుల (అద్లామ్, గినియా-బిస్సావ్)', + 'ff_Adlm_LR' => 'ఫ్యుల (అద్లామ్, లైబీరియా)', + 'ff_Adlm_MR' => 'ఫ్యుల (అద్లామ్, మౌరిటేనియా)', + 'ff_Adlm_NE' => 'ఫ్యుల (అద్లామ్, నైజర్)', + 'ff_Adlm_NG' => 'ఫ్యుల (అద్లామ్, నైజీరియా)', + 'ff_Adlm_SL' => 'ఫ్యుల (అద్లామ్, సియెర్రా లియాన్)', + 'ff_Adlm_SN' => 'ఫ్యుల (అద్లామ్, సెనెగల్)', 'ff_CM' => 'ఫ్యుల (కామెరూన్)', 'ff_GN' => 'ఫ్యుల (గినియా)', 'ff_Latn' => 'ఫ్యుల (లాటిన్)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'సింధీ (అరబిక్, పాకిస్తాన్)', 'sd_Deva' => 'సింధీ (దేవనాగరి)', 'sd_Deva_IN' => 'సింధీ (దేవనాగరి, భారతదేశం)', + 'sd_IN' => 'సింధీ (భారతదేశం)', 'sd_PK' => 'సింధీ (పాకిస్తాన్)', 'se' => 'ఉత్తర సామి', 'se_FI' => 'ఉత్తర సామి (ఫిన్లాండ్)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tg.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tg.php index 4b35a55..a7518b5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tg.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tg.php @@ -84,110 +84,110 @@ return [ 'el' => 'юнонӣ', 'el_CY' => 'юнонӣ (Кипр)', 'el_GR' => 'юнонӣ (Юнон)', - 'en' => 'англисӣ', - 'en_AE' => 'англисӣ (Аморатҳои Муттаҳидаи Араб)', - 'en_AG' => 'англисӣ (Антигуа ва Барбуда)', - 'en_AI' => 'англисӣ (Ангилия)', - 'en_AS' => 'англисӣ (Самоаи Америка)', - 'en_AT' => 'англисӣ (Австрия)', - 'en_AU' => 'англисӣ (Австралия)', - 'en_BB' => 'англисӣ (Барбадос)', - 'en_BE' => 'англисӣ (Белгия)', - 'en_BI' => 'англисӣ (Бурунди)', - 'en_BM' => 'англисӣ (Бермуда)', - 'en_BS' => 'англисӣ (Багам)', - 'en_BW' => 'англисӣ (Ботсвана)', - 'en_BZ' => 'англисӣ (Белиз)', - 'en_CA' => 'англисӣ (Канада)', - 'en_CC' => 'англисӣ (Ҷазираҳои Кокос [Килинг])', - 'en_CH' => 'англисӣ (Швейтсария)', - 'en_CK' => 'англисӣ (Ҷазираҳои Кук)', - 'en_CM' => 'англисӣ (Камерун)', - 'en_CX' => 'англисӣ (Ҷазираи Крисмас)', - 'en_CY' => 'англисӣ (Кипр)', - 'en_DE' => 'англисӣ (Германия)', - 'en_DK' => 'англисӣ (Дания)', - 'en_DM' => 'англисӣ (Доминика)', - 'en_ER' => 'англисӣ (Эритрея)', - 'en_FI' => 'англисӣ (Финляндия)', - 'en_FJ' => 'англисӣ (Фиҷи)', - 'en_FK' => 'англисӣ (Ҷазираҳои Фолкленд)', - 'en_FM' => 'англисӣ (Штатҳои Федеративии Микронезия)', - 'en_GB' => 'англисӣ (Шоҳигарии Муттаҳида)', - 'en_GD' => 'англисӣ (Гренада)', - 'en_GG' => 'англисӣ (Гернси)', - 'en_GH' => 'англисӣ (Гана)', - 'en_GI' => 'англисӣ (Гибралтар)', - 'en_GM' => 'англисӣ (Гамбия)', - 'en_GU' => 'англисӣ (Гуам)', - 'en_GY' => 'англисӣ (Гайана)', - 'en_HK' => 'англисӣ (Ҳонконг [МММ])', - 'en_IE' => 'англисӣ (Ирландия)', - 'en_IL' => 'англисӣ (Исроил)', - 'en_IM' => 'англисӣ (Ҷазираи Мэн)', - 'en_IN' => 'англисӣ (Ҳиндустон)', - 'en_IO' => 'англисӣ (Қаламрави Британия дар уқёнуси Ҳинд)', - 'en_JE' => 'англисӣ (Ҷерси)', - 'en_JM' => 'англисӣ (Ямайка)', - 'en_KE' => 'англисӣ (Кения)', - 'en_KI' => 'англисӣ (Кирибати)', - 'en_KN' => 'англисӣ (Сент-Китс ва Невис)', - 'en_KY' => 'англисӣ (Ҷазираҳои Кайман)', - 'en_LC' => 'англисӣ (Сент-Люсия)', - 'en_LR' => 'англисӣ (Либерия)', - 'en_LS' => 'англисӣ (Лесото)', - 'en_MG' => 'англисӣ (Мадагаскар)', - 'en_MH' => 'англисӣ (Ҷазираҳои Маршалл)', - 'en_MO' => 'англисӣ (Макао [МММ])', - 'en_MP' => 'англисӣ (Ҷазираҳои Марианаи Шимолӣ)', - 'en_MS' => 'англисӣ (Монтсеррат)', - 'en_MT' => 'англисӣ (Малта)', - 'en_MU' => 'англисӣ (Маврикий)', - 'en_MV' => 'англисӣ (Малдив)', - 'en_MW' => 'англисӣ (Малави)', - 'en_MY' => 'англисӣ (Малайзия)', - 'en_NA' => 'англисӣ (Намибия)', - 'en_NF' => 'англисӣ (Ҷазираи Норфолк)', - 'en_NG' => 'англисӣ (Нигерия)', - 'en_NL' => 'англисӣ (Нидерландия)', - 'en_NR' => 'англисӣ (Науру)', - 'en_NU' => 'англисӣ (Ниуэ)', - 'en_NZ' => 'англисӣ (Зеландияи Нав)', - 'en_PG' => 'англисӣ (Папуа Гвинеяи Нав)', - 'en_PH' => 'англисӣ (Филиппин)', - 'en_PK' => 'англисӣ (Покистон)', - 'en_PN' => 'англисӣ (Ҷазираҳои Питкейрн)', - 'en_PR' => 'англисӣ (Пуэрто-Рико)', - 'en_PW' => 'англисӣ (Палау)', - 'en_RW' => 'англисӣ (Руанда)', - 'en_SB' => 'англисӣ (Ҷазираҳои Соломон)', - 'en_SC' => 'англисӣ (Сейшел)', - 'en_SD' => 'англисӣ (Судон)', - 'en_SE' => 'англисӣ (Шветсия)', - 'en_SG' => 'англисӣ (Сингапур)', - 'en_SH' => 'англисӣ (Сент Елена)', - 'en_SI' => 'англисӣ (Словения)', - 'en_SL' => 'англисӣ (Сиерра-Леоне)', - 'en_SS' => 'англисӣ (Судони Ҷанубӣ)', - 'en_SX' => 'англисӣ (Синт-Маартен)', - 'en_SZ' => 'англисӣ (Свазиленд)', - 'en_TC' => 'англисӣ (Ҷазираҳои Теркс ва Кайкос)', - 'en_TK' => 'англисӣ (Токелау)', - 'en_TO' => 'англисӣ (Тонга)', - 'en_TT' => 'англисӣ (Тринидад ва Тобаго)', - 'en_TV' => 'англисӣ (Тувалу)', - 'en_TZ' => 'англисӣ (Танзания)', - 'en_UG' => 'англисӣ (Уганда)', - 'en_UM' => 'англисӣ (Ҷазираҳои Хурди Дурдасти ИМА)', - 'en_US' => 'англисӣ (Иёлоти Муттаҳида)', - 'en_VC' => 'англисӣ (Сент-Винсент ва Гренадина)', - 'en_VG' => 'англисӣ (Ҷазираҳои Виргини Британия)', - 'en_VI' => 'англисӣ (Ҷазираҳои Виргини ИМА)', - 'en_VU' => 'англисӣ (Вануату)', - 'en_WS' => 'англисӣ (Самоа)', - 'en_ZA' => 'англисӣ (Африкаи Ҷанубӣ)', - 'en_ZM' => 'англисӣ (Замбия)', - 'en_ZW' => 'англисӣ (Зимбабве)', + 'en' => 'Англисӣ', + 'en_AE' => 'Англисӣ (Аморатҳои Муттаҳидаи Араб)', + 'en_AG' => 'Англисӣ (Антигуа ва Барбуда)', + 'en_AI' => 'Англисӣ (Ангилия)', + 'en_AS' => 'Англисӣ (Самоаи Америка)', + 'en_AT' => 'Англисӣ (Австрия)', + 'en_AU' => 'Англисӣ (Австралия)', + 'en_BB' => 'Англисӣ (Барбадос)', + 'en_BE' => 'Англисӣ (Белгия)', + 'en_BI' => 'Англисӣ (Бурунди)', + 'en_BM' => 'Англисӣ (Бермуда)', + 'en_BS' => 'Англисӣ (Багам)', + 'en_BW' => 'Англисӣ (Ботсвана)', + 'en_BZ' => 'Англисӣ (Белиз)', + 'en_CA' => 'Англисӣ (Канада)', + 'en_CC' => 'Англисӣ (Ҷазираҳои Кокос [Килинг])', + 'en_CH' => 'Англисӣ (Швейтсария)', + 'en_CK' => 'Англисӣ (Ҷазираҳои Кук)', + 'en_CM' => 'Англисӣ (Камерун)', + 'en_CX' => 'Англисӣ (Ҷазираи Крисмас)', + 'en_CY' => 'Англисӣ (Кипр)', + 'en_DE' => 'Англисӣ (Германия)', + 'en_DK' => 'Англисӣ (Дания)', + 'en_DM' => 'Англисӣ (Доминика)', + 'en_ER' => 'Англисӣ (Эритрея)', + 'en_FI' => 'Англисӣ (Финляндия)', + 'en_FJ' => 'Англисӣ (Фиҷи)', + 'en_FK' => 'Англисӣ (Ҷазираҳои Фолкленд)', + 'en_FM' => 'Англисӣ (Штатҳои Федеративии Микронезия)', + 'en_GB' => 'Англисӣ (Шоҳигарии Муттаҳида)', + 'en_GD' => 'Англисӣ (Гренада)', + 'en_GG' => 'Англисӣ (Гернси)', + 'en_GH' => 'Англисӣ (Гана)', + 'en_GI' => 'Англисӣ (Гибралтар)', + 'en_GM' => 'Англисӣ (Гамбия)', + 'en_GU' => 'Англисӣ (Гуам)', + 'en_GY' => 'Англисӣ (Гайана)', + 'en_HK' => 'Англисӣ (Ҳонконг [МММ])', + 'en_IE' => 'Англисӣ (Ирландия)', + 'en_IL' => 'Англисӣ (Исроил)', + 'en_IM' => 'Англисӣ (Ҷазираи Мэн)', + 'en_IN' => 'Англисӣ (Ҳиндустон)', + 'en_IO' => 'Англисӣ (Қаламрави Британия дар уқёнуси Ҳинд)', + 'en_JE' => 'Англисӣ (Ҷерси)', + 'en_JM' => 'Англисӣ (Ямайка)', + 'en_KE' => 'Англисӣ (Кения)', + 'en_KI' => 'Англисӣ (Кирибати)', + 'en_KN' => 'Англисӣ (Сент-Китс ва Невис)', + 'en_KY' => 'Англисӣ (Ҷазираҳои Кайман)', + 'en_LC' => 'Англисӣ (Сент-Люсия)', + 'en_LR' => 'Англисӣ (Либерия)', + 'en_LS' => 'Англисӣ (Лесото)', + 'en_MG' => 'Англисӣ (Мадагаскар)', + 'en_MH' => 'Англисӣ (Ҷазираҳои Маршалл)', + 'en_MO' => 'Англисӣ (Макао [МММ])', + 'en_MP' => 'Англисӣ (Ҷазираҳои Марианаи Шимолӣ)', + 'en_MS' => 'Англисӣ (Монтсеррат)', + 'en_MT' => 'Англисӣ (Малта)', + 'en_MU' => 'Англисӣ (Маврикий)', + 'en_MV' => 'Англисӣ (Малдив)', + 'en_MW' => 'Англисӣ (Малави)', + 'en_MY' => 'Англисӣ (Малайзия)', + 'en_NA' => 'Англисӣ (Намибия)', + 'en_NF' => 'Англисӣ (Ҷазираи Норфолк)', + 'en_NG' => 'Англисӣ (Нигерия)', + 'en_NL' => 'Англисӣ (Нидерландия)', + 'en_NR' => 'Англисӣ (Науру)', + 'en_NU' => 'Англисӣ (Ниуэ)', + 'en_NZ' => 'Англисӣ (Зеландияи Нав)', + 'en_PG' => 'Англисӣ (Папуа Гвинеяи Нав)', + 'en_PH' => 'Англисӣ (Филиппин)', + 'en_PK' => 'Англисӣ (Покистон)', + 'en_PN' => 'Англисӣ (Ҷазираҳои Питкейрн)', + 'en_PR' => 'Англисӣ (Пуэрто-Рико)', + 'en_PW' => 'Англисӣ (Палау)', + 'en_RW' => 'Англисӣ (Руанда)', + 'en_SB' => 'Англисӣ (Ҷазираҳои Соломон)', + 'en_SC' => 'Англисӣ (Сейшел)', + 'en_SD' => 'Англисӣ (Судон)', + 'en_SE' => 'Англисӣ (Шветсия)', + 'en_SG' => 'Англисӣ (Сингапур)', + 'en_SH' => 'Англисӣ (Сент Елена)', + 'en_SI' => 'Англисӣ (Словения)', + 'en_SL' => 'Англисӣ (Сиерра-Леоне)', + 'en_SS' => 'Англисӣ (Судони Ҷанубӣ)', + 'en_SX' => 'Англисӣ (Синт-Маартен)', + 'en_SZ' => 'Англисӣ (Свазиленд)', + 'en_TC' => 'Англисӣ (Ҷазираҳои Теркс ва Кайкос)', + 'en_TK' => 'Англисӣ (Токелау)', + 'en_TO' => 'Англисӣ (Тонга)', + 'en_TT' => 'Англисӣ (Тринидад ва Тобаго)', + 'en_TV' => 'Англисӣ (Тувалу)', + 'en_TZ' => 'Англисӣ (Танзания)', + 'en_UG' => 'Англисӣ (Уганда)', + 'en_UM' => 'Англисӣ (Ҷазираҳои Хурди Дурдасти ИМА)', + 'en_US' => 'Англисӣ (Иёлоти Муттаҳида)', + 'en_VC' => 'Англисӣ (Сент-Винсент ва Гренадина)', + 'en_VG' => 'Англисӣ (Ҷазираҳои Виргини Британия)', + 'en_VI' => 'Англисӣ (Ҷазираҳои Виргини ИМА)', + 'en_VU' => 'Англисӣ (Вануату)', + 'en_WS' => 'Англисӣ (Самоа)', + 'en_ZA' => 'Англисӣ (Африкаи Ҷанубӣ)', + 'en_ZM' => 'Англисӣ (Замбия)', + 'en_ZW' => 'Англисӣ (Зимбабве)', 'eo' => 'эсперанто', 'es' => 'испанӣ', 'es_AR' => 'испанӣ (Аргентина)', @@ -443,6 +443,7 @@ return [ 'sd' => 'синдӣ', 'sd_Arab' => 'синдӣ (Арабӣ)', 'sd_Arab_PK' => 'синдӣ (Арабӣ, Покистон)', + 'sd_IN' => 'синдӣ (Ҳиндустон)', 'sd_PK' => 'синдӣ (Покистон)', 'se' => 'самии шимолӣ', 'se_FI' => 'самии шимолӣ (Финляндия)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/th.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/th.php index 7ba2be3..9740d4b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/th.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/th.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'เชเชน (รัสเซีย)', 'cs' => 'เช็ก', 'cs_CZ' => 'เช็ก (เช็ก)', + 'cv' => 'ชูวัช', + 'cv_RU' => 'ชูวัช (รัสเซีย)', 'cy' => 'เวลส์', 'cy_GB' => 'เวลส์ (สหราชอาณาจักร)', 'da' => 'เดนมาร์ก', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'เปอร์เซีย (อัฟกานิสถาน)', 'fa_IR' => 'เปอร์เซีย (อิหร่าน)', 'ff' => 'ฟูลาห์', + 'ff_Adlm' => 'ฟูลาห์ (อัดลัม)', + 'ff_Adlm_BF' => 'ฟูลาห์ (อัดลัม, บูร์กินาฟาโซ)', + 'ff_Adlm_CM' => 'ฟูลาห์ (อัดลัม, แคเมอรูน)', + 'ff_Adlm_GH' => 'ฟูลาห์ (อัดลัม, กานา)', + 'ff_Adlm_GM' => 'ฟูลาห์ (อัดลัม, แกมเบีย)', + 'ff_Adlm_GN' => 'ฟูลาห์ (อัดลัม, กินี)', + 'ff_Adlm_GW' => 'ฟูลาห์ (อัดลัม, กินี-บิสเซา)', + 'ff_Adlm_LR' => 'ฟูลาห์ (อัดลัม, ไลบีเรีย)', + 'ff_Adlm_MR' => 'ฟูลาห์ (อัดลัม, มอริเตเนีย)', + 'ff_Adlm_NE' => 'ฟูลาห์ (อัดลัม, ไนเจอร์)', + 'ff_Adlm_NG' => 'ฟูลาห์ (อัดลัม, ไนจีเรีย)', + 'ff_Adlm_SL' => 'ฟูลาห์ (อัดลัม, เซียร์ราลีโอน)', + 'ff_Adlm_SN' => 'ฟูลาห์ (อัดลัม, เซเนกัล)', 'ff_CM' => 'ฟูลาห์ (แคเมอรูน)', 'ff_GN' => 'ฟูลาห์ (กินี)', 'ff_Latn' => 'ฟูลาห์ (ละติน)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'สินธิ (อาหรับ, ปากีสถาน)', 'sd_Deva' => 'สินธิ (เทวนาครี)', 'sd_Deva_IN' => 'สินธิ (เทวนาครี, อินเดีย)', + 'sd_IN' => 'สินธิ (อินเดีย)', 'sd_PK' => 'สินธิ (ปากีสถาน)', 'se' => 'ซามิเหนือ', 'se_FI' => 'ซามิเหนือ (ฟินแลนด์)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ti.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ti.php index ebe3679..4f113da 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ti.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ti.php @@ -71,6 +71,8 @@ return [ 'ce_RU' => 'ቸቸንይና (ሩስያ)', 'cs' => 'ቸክኛ', 'cs_CZ' => 'ቸክኛ (ቸክያ)', + 'cv' => 'ቹቫሽኛ', + 'cv_RU' => 'ቹቫሽኛ (ሩስያ)', 'cy' => 'ዌልስኛ', 'cy_GB' => 'ዌልስኛ (ብሪጣንያ)', 'da' => 'ዳኒሽ', @@ -149,7 +151,7 @@ return [ 'en_MG' => 'እንግሊዝኛ (ማዳጋስካር)', 'en_MH' => 'እንግሊዝኛ (ደሴታት ማርሻል)', 'en_MO' => 'እንግሊዝኛ (ፍሉይ ምምሕዳራዊ ዞባ ማካው [ቻይና])', - 'en_MP' => 'እንግሊዝኛ (ደሴታት ሰሜናዊ ማርያና)', + 'en_MP' => 'እንግሊዝኛ (ሰሜናዊ ደሴታት ማርያና)', 'en_MS' => 'እንግሊዝኛ (ሞንትሰራት)', 'en_MT' => 'እንግሊዝኛ (ማልታ)', 'en_MU' => 'እንግሊዝኛ (ማውሪሸስ)', @@ -291,7 +293,7 @@ return [ 'fr_MU' => 'ፈረንሳይኛ (ማውሪሸስ)', 'fr_NC' => 'ፈረንሳይኛ (ኒው ካለዶንያ)', 'fr_NE' => 'ፈረንሳይኛ (ኒጀር)', - 'fr_PF' => 'ፈረንሳይኛ (ፈረንሳይ ፖሊነዥያ)', + 'fr_PF' => 'ፈረንሳይኛ (ፈረንሳዊት ፖሊነዥያ)', 'fr_PM' => 'ፈረንሳይኛ (ቅዱስ ፕየርን ሚከሎንን)', 'fr_RE' => 'ፈረንሳይኛ (ርዩንየን)', 'fr_RW' => 'ፈረንሳይኛ (ርዋንዳ)', @@ -417,8 +419,8 @@ return [ 'nb' => 'ኖርወያዊ ቦክማል', 'nb_NO' => 'ኖርወያዊ ቦክማል (ኖርወይ)', 'nb_SJ' => 'ኖርወያዊ ቦክማል (ስቫልባርድን ጃን ማየንን)', - 'nd' => 'ሰሜን ንደበለ', - 'nd_ZW' => 'ሰሜን ንደበለ (ዚምባብዌ)', + 'nd' => 'ሰሜን ኤንደበለ', + 'nd_ZW' => 'ሰሜን ኤንደበለ (ዚምባብዌ)', 'ne' => 'ኔፓሊ', 'ne_IN' => 'ኔፓሊ (ህንዲ)', 'ne_NP' => 'ኔፓሊ (ኔፓል)', @@ -485,7 +487,10 @@ return [ 'rw_RW' => 'ኪንያርዋንዳ (ርዋንዳ)', 'sa' => 'ሳንስክሪት', 'sa_IN' => 'ሳንስክሪት (ህንዲ)', + 'sc' => 'ሳርዲንኛ', + 'sc_IT' => 'ሳርዲንኛ (ኢጣልያ)', 'sd' => 'ሲንድሂ', + 'sd_IN' => 'ሲንድሂ (ህንዲ)', 'sd_PK' => 'ሲንድሂ (ፓኪስታን)', 'se' => 'ሰሜናዊ ሳሚ', 'se_FI' => 'ሰሜናዊ ሳሚ (ፊንላንድ)', @@ -511,14 +516,14 @@ return [ 'sq' => 'ኣልባንኛ', 'sq_AL' => 'ኣልባንኛ (ኣልባንያ)', 'sq_MK' => 'ኣልባንኛ (ሰሜን መቄዶንያ)', - 'sr' => 'ሰርብኛ', - 'sr_BA' => 'ሰርብኛ (ቦዝንያን ሄርዘጎቪናን)', - 'sr_Latn' => 'ሰርብኛ (ላቲን)', - 'sr_Latn_BA' => 'ሰርብኛ (ላቲን፣ ቦዝንያን ሄርዘጎቪናን)', - 'sr_Latn_ME' => 'ሰርብኛ (ላቲን፣ ሞንተኔግሮ)', - 'sr_Latn_RS' => 'ሰርብኛ (ላቲን፣ ሰርብያ)', - 'sr_ME' => 'ሰርብኛ (ሞንተኔግሮ)', - 'sr_RS' => 'ሰርብኛ (ሰርብያ)', + 'sr' => 'ቃንቃ ሰርቢያ', + 'sr_BA' => 'ቃንቃ ሰርቢያ (ቦዝንያን ሄርዘጎቪናን)', + 'sr_Latn' => 'ቃንቃ ሰርቢያ (ላቲን)', + 'sr_Latn_BA' => 'ቃንቃ ሰርቢያ (ላቲን፣ ቦዝንያን ሄርዘጎቪናን)', + 'sr_Latn_ME' => 'ቃንቃ ሰርቢያ (ላቲን፣ ሞንተኔግሮ)', + 'sr_Latn_RS' => 'ቃንቃ ሰርቢያ (ላቲን፣ ሰርብያ)', + 'sr_ME' => 'ቃንቃ ሰርቢያ (ሞንተኔግሮ)', + 'sr_RS' => 'ቃንቃ ሰርቢያ (ሰርብያ)', 'su' => 'ሱንዳንኛ', 'su_ID' => 'ሱንዳንኛ (ኢንዶነዥያ)', 'su_Latn' => 'ሱንዳንኛ (ላቲን)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ti_ER.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ti_ER.php new file mode 100644 index 0000000..e2ea15c --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ti_ER.php @@ -0,0 +1,14 @@ + [ + 'sr' => 'ሰርብኛ', + 'sr_BA' => 'ሰርብኛ (ቦዝንያን ሄርዘጎቪናን)', + 'sr_Latn' => 'ሰርብኛ (ላቲን)', + 'sr_Latn_BA' => 'ሰርብኛ (ላቲን፣ ቦዝንያን ሄርዘጎቪናን)', + 'sr_Latn_ME' => 'ሰርብኛ (ላቲን፣ ሞንተኔግሮ)', + 'sr_Latn_RS' => 'ሰርብኛ (ላቲን፣ ሰርብያ)', + 'sr_ME' => 'ሰርብኛ (ሞንተኔግሮ)', + 'sr_RS' => 'ሰርብኛ (ሰርብያ)', + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tk.php index 64e0a9c..c791fc3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tk.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'çeçen dili (Russiýa)', 'cs' => 'çeh dili', 'cs_CZ' => 'çeh dili (Çehiýa)', + 'cv' => 'çuwaş dili', + 'cv_RU' => 'çuwaş dili (Russiýa)', 'cy' => 'walliý dili', 'cy_GB' => 'walliý dili (Birleşen Patyşalyk)', 'da' => 'daniýa dili', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'pars dili (Owganystan)', 'fa_IR' => 'pars dili (Eýran)', 'ff' => 'fula dili', + 'ff_Adlm' => 'fula dili (Adlam)', + 'ff_Adlm_BF' => 'fula dili (Adlam, Burkina-Faso)', + 'ff_Adlm_CM' => 'fula dili (Adlam, Kamerun)', + 'ff_Adlm_GH' => 'fula dili (Adlam, Gana)', + 'ff_Adlm_GM' => 'fula dili (Adlam, Gambiýa)', + 'ff_Adlm_GN' => 'fula dili (Adlam, Gwineýa)', + 'ff_Adlm_GW' => 'fula dili (Adlam, Gwineýa-Bisau)', + 'ff_Adlm_LR' => 'fula dili (Adlam, Liberiýa)', + 'ff_Adlm_MR' => 'fula dili (Adlam, Mawritaniýa)', + 'ff_Adlm_NE' => 'fula dili (Adlam, Niger)', + 'ff_Adlm_NG' => 'fula dili (Adlam, Nigeriýa)', + 'ff_Adlm_SL' => 'fula dili (Adlam, Sýerra-Leone)', + 'ff_Adlm_SN' => 'fula dili (Adlam, Senegal)', 'ff_CM' => 'fula dili (Kamerun)', 'ff_GN' => 'fula dili (Gwineýa)', 'ff_Latn' => 'fula dili (Latyn elipbiýi)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi dili (Arap elipbiýi, Pakistan)', 'sd_Deva' => 'sindhi dili (Dewanagari elipbiýi)', 'sd_Deva_IN' => 'sindhi dili (Dewanagari elipbiýi, Hindistan)', + 'sd_IN' => 'sindhi dili (Hindistan)', 'sd_PK' => 'sindhi dili (Pakistan)', 'se' => 'demirgazyk saam dili', 'se_FI' => 'demirgazyk saam dili (Finlýandiýa)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/to.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/to.php index 7b37da3..fc8b171 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/to.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/to.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'lea fakasese (Lūsia)', 'cs' => 'lea fakaseki', 'cs_CZ' => 'lea fakaseki (Sēkia)', + 'cv' => 'lea fakasuvasa', + 'cv_RU' => 'lea fakasuvasa (Lūsia)', 'cy' => 'lea fakauēlesi', 'cy_GB' => 'lea fakauēlesi (Pilitānia)', 'da' => 'lea fakatenimaʻake', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'lea fakapēsia (ʻAfikānisitani)', 'fa_IR' => 'lea fakapēsia (ʻIlaani)', 'ff' => 'lea fakafulā', + 'ff_Adlm' => 'lea fakafulā (tohinima fakaʻatilami)', + 'ff_Adlm_BF' => 'lea fakafulā (tohinima fakaʻatilami, Pekano Faso)', + 'ff_Adlm_CM' => 'lea fakafulā (tohinima fakaʻatilami, Kameluni)', + 'ff_Adlm_GH' => 'lea fakafulā (tohinima fakaʻatilami, Kana)', + 'ff_Adlm_GM' => 'lea fakafulā (tohinima fakaʻatilami, Kamipia)', + 'ff_Adlm_GN' => 'lea fakafulā (tohinima fakaʻatilami, Kini)', + 'ff_Adlm_GW' => 'lea fakafulā (tohinima fakaʻatilami, Kini-Pisau)', + 'ff_Adlm_LR' => 'lea fakafulā (tohinima fakaʻatilami, Laipelia)', + 'ff_Adlm_MR' => 'lea fakafulā (tohinima fakaʻatilami, Maulitenia)', + 'ff_Adlm_NE' => 'lea fakafulā (tohinima fakaʻatilami, Nisia)', + 'ff_Adlm_NG' => 'lea fakafulā (tohinima fakaʻatilami, Naisilia)', + 'ff_Adlm_SL' => 'lea fakafulā (tohinima fakaʻatilami, Siela Leone)', + 'ff_Adlm_SN' => 'lea fakafulā (tohinima fakaʻatilami, Senekalo)', 'ff_CM' => 'lea fakafulā (Kameluni)', 'ff_GN' => 'lea fakafulā (Kini)', 'ff_Latn' => 'lea fakafulā (tohinima fakalatina)', @@ -445,8 +460,8 @@ return [ 'om' => 'lea fakaʻolomo', 'om_ET' => 'lea fakaʻolomo (ʻĪtiōpia)', 'om_KE' => 'lea fakaʻolomo (Keniā)', - 'or' => 'lea faka-ʻotia', - 'or_IN' => 'lea faka-ʻotia (ʻInitia)', + 'or' => 'lea fakaʻotia', + 'or_IN' => 'lea fakaʻotia (ʻInitia)', 'os' => 'lea fakaʻosetiki', 'os_GE' => 'lea fakaʻosetiki (Seōsia)', 'os_RU' => 'lea fakaʻosetiki (Lūsia)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'lea fakasīniti (tohinima fakaʻalepea, Pākisitani)', 'sd_Deva' => 'lea fakasīniti (tohinima fakaʻinitia-tevanākalī)', 'sd_Deva_IN' => 'lea fakasīniti (tohinima fakaʻinitia-tevanākalī, ʻInitia)', + 'sd_IN' => 'lea fakasīniti (ʻInitia)', 'sd_PK' => 'lea fakasīniti (Pākisitani)', 'se' => 'lea fakasami-tokelau', 'se_FI' => 'lea fakasami-tokelau (Finilani)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tr.php index b0a6a5d..73e9ab4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tr.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Çeçence (Rusya)', 'cs' => 'Çekçe', 'cs_CZ' => 'Çekçe (Çekya)', + 'cv' => 'Çuvaşça', + 'cv_RU' => 'Çuvaşça (Rusya)', 'cy' => 'Galce', 'cy_GB' => 'Galce (Birleşik Krallık)', 'da' => 'Danca', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Farsça (Afganistan)', 'fa_IR' => 'Farsça (İran)', 'ff' => 'Fula dili', + 'ff_Adlm' => 'Fula dili (Adlam)', + 'ff_Adlm_BF' => 'Fula dili (Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Fula dili (Adlam, Kamerun)', + 'ff_Adlm_GH' => 'Fula dili (Adlam, Gana)', + 'ff_Adlm_GM' => 'Fula dili (Adlam, Gambiya)', + 'ff_Adlm_GN' => 'Fula dili (Adlam, Gine)', + 'ff_Adlm_GW' => 'Fula dili (Adlam, Gine-Bissau)', + 'ff_Adlm_LR' => 'Fula dili (Adlam, Liberya)', + 'ff_Adlm_MR' => 'Fula dili (Adlam, Moritanya)', + 'ff_Adlm_NE' => 'Fula dili (Adlam, Nijer)', + 'ff_Adlm_NG' => 'Fula dili (Adlam, Nijerya)', + 'ff_Adlm_SL' => 'Fula dili (Adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'Fula dili (Adlam, Senegal)', 'ff_CM' => 'Fula dili (Kamerun)', 'ff_GN' => 'Fula dili (Gine)', 'ff_Latn' => 'Fula dili (Latin)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Sindhi dili (Arap, Pakistan)', 'sd_Deva' => 'Sindhi dili (Devanagari)', 'sd_Deva_IN' => 'Sindhi dili (Devanagari, Hindistan)', + 'sd_IN' => 'Sindhi dili (Hindistan)', 'sd_PK' => 'Sindhi dili (Pakistan)', 'se' => 'Kuzey Laponcası', 'se_FI' => 'Kuzey Laponcası (Finlandiya)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tt.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tt.php index 71a3e4e..0c19bb2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tt.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/tt.php @@ -435,6 +435,7 @@ return [ 'sd' => 'синдһи', 'sd_Arab' => 'синдһи (гарәп)', 'sd_Arab_PK' => 'синдһи (гарәп, Пакистан)', + 'sd_IN' => 'синдһи (Индия)', 'sd_PK' => 'синдһи (Пакистан)', 'se' => 'төньяк саам', 'se_FI' => 'төньяк саам (Финляндия)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ug.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ug.php index b7917ac..2d2ea10 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ug.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ug.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'چېچىنچە (رۇسىيە)', 'cs' => 'چېخچە', 'cs_CZ' => 'چېخچە (چېخ جۇمھۇرىيىتى)', + 'cv' => 'چۇۋاشچە', + 'cv_RU' => 'چۇۋاشچە (رۇسىيە)', 'cy' => 'ۋېلشچە', 'cy_GB' => 'ۋېلشچە (بىرلەشمە پادىشاھلىق)', 'da' => 'دانىشچە', @@ -504,6 +506,7 @@ return [ 'sd_Arab_PK' => 'سىندىچە (ئەرەب، پاكىستان)', 'sd_Deva' => 'سىندىچە (دېۋاناگارى)', 'sd_Deva_IN' => 'سىندىچە (دېۋاناگارى، ھىندىستان)', + 'sd_IN' => 'سىندىچە (ھىندىستان)', 'sd_PK' => 'سىندىچە (پاكىستان)', 'se' => 'شىمالىي سامىچە', 'se_FI' => 'شىمالىي سامىچە (فىنلاندىيە)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uk.php index 84dead1..15052f2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uk.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чеченська (Росія)', 'cs' => 'чеська', 'cs_CZ' => 'чеська (Чехія)', + 'cv' => 'чуваська', + 'cv_RU' => 'чуваська (Росія)', 'cy' => 'валлійська', 'cy_GB' => 'валлійська (Велика Британія)', 'da' => 'данська', @@ -487,7 +489,7 @@ return [ 'pt_MZ' => 'португальська (Мозамбік)', 'pt_PT' => 'португальська (Португалія)', 'pt_ST' => 'португальська (Сан-Томе і Принсіпі)', - 'pt_TL' => 'португальська (Тімор-Лешті)', + 'pt_TL' => 'португальська (Тимор-Лешті)', 'qu' => 'кечуа', 'qu_BO' => 'кечуа (Болівія)', 'qu_EC' => 'кечуа (Еквадор)', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'синдхі (арабиця, Пакистан)', 'sd_Deva' => 'синдхі (деванагарі)', 'sd_Deva_IN' => 'синдхі (деванагарі, Індія)', + 'sd_IN' => 'синдхі (Індія)', 'sd_PK' => 'синдхі (Пакистан)', 'se' => 'північносаамська', 'se_FI' => 'північносаамська (Фінляндія)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ur.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ur.php index 381b7da..d5f5b9c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ur.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/ur.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'چیچن (روس)', 'cs' => 'چیک', 'cs_CZ' => 'چیک (چیکیا)', + 'cv' => 'چوواش', + 'cv_RU' => 'چوواش (روس)', 'cy' => 'ویلش', 'cy_GB' => 'ویلش (سلطنت متحدہ)', 'da' => 'ڈینش', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'فارسی (افغانستان)', 'fa_IR' => 'فارسی (ایران)', 'ff' => 'فولہ', + 'ff_Adlm' => 'فولہ (ایڈلم)', + 'ff_Adlm_BF' => 'فولہ (ایڈلم،برکینا فاسو)', + 'ff_Adlm_CM' => 'فولہ (ایڈلم،کیمرون)', + 'ff_Adlm_GH' => 'فولہ (ایڈلم،گھانا)', + 'ff_Adlm_GM' => 'فولہ (ایڈلم،گیمبیا)', + 'ff_Adlm_GN' => 'فولہ (ایڈلم،گنی)', + 'ff_Adlm_GW' => 'فولہ (ایڈلم،گنی بساؤ)', + 'ff_Adlm_LR' => 'فولہ (ایڈلم،لائبیریا)', + 'ff_Adlm_MR' => 'فولہ (ایڈلم،موریطانیہ)', + 'ff_Adlm_NE' => 'فولہ (ایڈلم،نائجر)', + 'ff_Adlm_NG' => 'فولہ (ایڈلم،نائجیریا)', + 'ff_Adlm_SL' => 'فولہ (ایڈلم،سیرالیون)', + 'ff_Adlm_SN' => 'فولہ (ایڈلم،سینیگل)', 'ff_CM' => 'فولہ (کیمرون)', 'ff_GN' => 'فولہ (گنی)', 'ff_Latn' => 'فولہ (لاطینی)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'سندھی (عربی،پاکستان)', 'sd_Deva' => 'سندھی (دیوناگری)', 'sd_Deva_IN' => 'سندھی (دیوناگری،بھارت)', + 'sd_IN' => 'سندھی (بھارت)', 'sd_PK' => 'سندھی (پاکستان)', 'se' => 'شمالی سامی', 'se_FI' => 'شمالی سامی (فن لینڈ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uz.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uz.php index 34472c9..b9d940c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uz.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uz.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'chechen (Rossiya)', 'cs' => 'chex', 'cs_CZ' => 'chex (Chexiya)', + 'cv' => 'chuvash', + 'cv_RU' => 'chuvash (Rossiya)', 'cy' => 'valliy', 'cy_GB' => 'valliy (Buyuk Britaniya)', 'da' => 'dan', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'fors (Afgʻoniston)', 'fa_IR' => 'fors (Eron)', 'ff' => 'fula', + 'ff_Adlm' => 'fula (adlam)', + 'ff_Adlm_BF' => 'fula (adlam, Burkina-Faso)', + 'ff_Adlm_CM' => 'fula (adlam, Kamerun)', + 'ff_Adlm_GH' => 'fula (adlam, Gana)', + 'ff_Adlm_GM' => 'fula (adlam, Gambiya)', + 'ff_Adlm_GN' => 'fula (adlam, Gvineya)', + 'ff_Adlm_GW' => 'fula (adlam, Gvineya-Bisau)', + 'ff_Adlm_LR' => 'fula (adlam, Liberiya)', + 'ff_Adlm_MR' => 'fula (adlam, Mavritaniya)', + 'ff_Adlm_NE' => 'fula (adlam, Niger)', + 'ff_Adlm_NG' => 'fula (adlam, Nigeriya)', + 'ff_Adlm_SL' => 'fula (adlam, Syerra-Leone)', + 'ff_Adlm_SN' => 'fula (adlam, Senegal)', 'ff_CM' => 'fula (Kamerun)', 'ff_GN' => 'fula (Gvineya)', 'ff_Latn' => 'fula (lotin)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'sindhi (arab, Pokiston)', 'sd_Deva' => 'sindhi (devanagari)', 'sd_Deva_IN' => 'sindhi (devanagari, Hindiston)', + 'sd_IN' => 'sindhi (Hindiston)', 'sd_PK' => 'sindhi (Pokiston)', 'se' => 'shimoliy saam', 'se_FI' => 'shimoliy saam (Finlandiya)', @@ -605,15 +621,15 @@ return [ 'zh' => 'xitoy', 'zh_CN' => 'xitoy (Xitoy)', 'zh_HK' => 'xitoy (Gonkong [Xitoy MMH])', - 'zh_Hans' => 'xitoy (soddalashgan xitoy)', - 'zh_Hans_CN' => 'xitoy (soddalashgan xitoy, Xitoy)', - 'zh_Hans_HK' => 'xitoy (soddalashgan xitoy, Gonkong [Xitoy MMH])', - 'zh_Hans_MO' => 'xitoy (soddalashgan xitoy, Makao [Xitoy MMH])', - 'zh_Hans_SG' => 'xitoy (soddalashgan xitoy, Singapur)', - 'zh_Hant' => 'xitoy (an’anaviy xitoy)', - 'zh_Hant_HK' => 'xitoy (an’anaviy xitoy, Gonkong [Xitoy MMH])', - 'zh_Hant_MO' => 'xitoy (an’anaviy xitoy, Makao [Xitoy MMH])', - 'zh_Hant_TW' => 'xitoy (an’anaviy xitoy, Tayvan)', + 'zh_Hans' => 'xitoy (soddalashgan)', + 'zh_Hans_CN' => 'xitoy (soddalashgan, Xitoy)', + 'zh_Hans_HK' => 'xitoy (soddalashgan, Gonkong [Xitoy MMH])', + 'zh_Hans_MO' => 'xitoy (soddalashgan, Makao [Xitoy MMH])', + 'zh_Hans_SG' => 'xitoy (soddalashgan, Singapur)', + 'zh_Hant' => 'xitoy (anʼanaviy)', + 'zh_Hant_HK' => 'xitoy (anʼanaviy, Gonkong [Xitoy MMH])', + 'zh_Hant_MO' => 'xitoy (anʼanaviy, Makao [Xitoy MMH])', + 'zh_Hant_TW' => 'xitoy (anʼanaviy, Tayvan)', 'zh_MO' => 'xitoy (Makao [Xitoy MMH])', 'zh_SG' => 'xitoy (Singapur)', 'zh_TW' => 'xitoy (Tayvan)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uz_Cyrl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uz_Cyrl.php index 7b350bc..dc1a8d8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uz_Cyrl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/uz_Cyrl.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'чечен тили (Россия)', 'cs' => 'чехча', 'cs_CZ' => 'чехча (Чехия)', + 'cv' => 'чуваш тили', + 'cv_RU' => 'чуваш тили (Россия)', 'cy' => 'уэлсча', 'cy_GB' => 'уэлсча (Буюк Британия)', 'da' => 'датча', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'форсий (Афғонистон)', 'fa_IR' => 'форсий (Эрон)', 'ff' => 'фулаҳ', + 'ff_Adlm' => 'фулаҳ (adlam)', + 'ff_Adlm_BF' => 'фулаҳ (adlam, Буркина-Фасо)', + 'ff_Adlm_CM' => 'фулаҳ (adlam, Камерун)', + 'ff_Adlm_GH' => 'фулаҳ (adlam, Гана)', + 'ff_Adlm_GM' => 'фулаҳ (adlam, Гамбия)', + 'ff_Adlm_GN' => 'фулаҳ (adlam, Гвинея)', + 'ff_Adlm_GW' => 'фулаҳ (adlam, Гвинея-Бисау)', + 'ff_Adlm_LR' => 'фулаҳ (adlam, Либерия)', + 'ff_Adlm_MR' => 'фулаҳ (adlam, Мавритания)', + 'ff_Adlm_NE' => 'фулаҳ (adlam, Нигер)', + 'ff_Adlm_NG' => 'фулаҳ (adlam, Нигерия)', + 'ff_Adlm_SL' => 'фулаҳ (adlam, Сьерра-Леоне)', + 'ff_Adlm_SN' => 'фулаҳ (adlam, Сенегал)', 'ff_CM' => 'фулаҳ (Камерун)', 'ff_GN' => 'фулаҳ (Гвинея)', 'ff_Latn' => 'фулаҳ (Лотин)', @@ -500,6 +515,7 @@ return [ 'sd_Arab_PK' => 'синдҳи (Араб, Покистон)', 'sd_Deva' => 'синдҳи (Девангари)', 'sd_Deva_IN' => 'синдҳи (Девангари, Ҳиндистон)', + 'sd_IN' => 'синдҳи (Ҳиндистон)', 'sd_PK' => 'синдҳи (Покистон)', 'se' => 'шимолий саамча', 'se_FI' => 'шимолий саамча (Финляндия)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/vi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/vi.php index 19a44fb..606466e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/vi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/vi.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Tiếng Chechen (Nga)', 'cs' => 'Tiếng Séc', 'cs_CZ' => 'Tiếng Séc (Séc)', + 'cv' => 'Tiếng Chuvash', + 'cv_RU' => 'Tiếng Chuvash (Nga)', 'cy' => 'Tiếng Wales', 'cy_GB' => 'Tiếng Wales (Vương quốc Anh)', 'da' => 'Tiếng Đan Mạch', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Tiếng Ba Tư (Afghanistan)', 'fa_IR' => 'Tiếng Ba Tư (Iran)', 'ff' => 'Tiếng Fulah', + 'ff_Adlm' => 'Tiếng Fulah (Chữ Adlam)', + 'ff_Adlm_BF' => 'Tiếng Fulah (Chữ Adlam, Burkina Faso)', + 'ff_Adlm_CM' => 'Tiếng Fulah (Chữ Adlam, Cameroon)', + 'ff_Adlm_GH' => 'Tiếng Fulah (Chữ Adlam, Ghana)', + 'ff_Adlm_GM' => 'Tiếng Fulah (Chữ Adlam, Gambia)', + 'ff_Adlm_GN' => 'Tiếng Fulah (Chữ Adlam, Guinea)', + 'ff_Adlm_GW' => 'Tiếng Fulah (Chữ Adlam, Guinea-Bissau)', + 'ff_Adlm_LR' => 'Tiếng Fulah (Chữ Adlam, Liberia)', + 'ff_Adlm_MR' => 'Tiếng Fulah (Chữ Adlam, Mauritania)', + 'ff_Adlm_NE' => 'Tiếng Fulah (Chữ Adlam, Niger)', + 'ff_Adlm_NG' => 'Tiếng Fulah (Chữ Adlam, Nigeria)', + 'ff_Adlm_SL' => 'Tiếng Fulah (Chữ Adlam, Sierra Leone)', + 'ff_Adlm_SN' => 'Tiếng Fulah (Chữ Adlam, Senegal)', 'ff_CM' => 'Tiếng Fulah (Cameroon)', 'ff_GN' => 'Tiếng Fulah (Guinea)', 'ff_Latn' => 'Tiếng Fulah (Chữ La tinh)', @@ -504,6 +519,7 @@ return [ 'sd_Arab_PK' => 'Tiếng Sindhi (Chữ Ả Rập, Pakistan)', 'sd_Deva' => 'Tiếng Sindhi (Chữ Devanagari)', 'sd_Deva_IN' => 'Tiếng Sindhi (Chữ Devanagari, Ấn Độ)', + 'sd_IN' => 'Tiếng Sindhi (Ấn Độ)', 'sd_PK' => 'Tiếng Sindhi (Pakistan)', 'se' => 'Tiếng Sami Miền Bắc', 'se_FI' => 'Tiếng Sami Miền Bắc (Phần Lan)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/wo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/wo.php index c9aad5f..7f84233 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/wo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/wo.php @@ -441,6 +441,7 @@ return [ 'sd' => 'Sindi', 'sd_Arab' => 'Sindi (Araab)', 'sd_Arab_PK' => 'Sindi (Araab, Pakistaŋ)', + 'sd_IN' => 'Sindi (End)', 'sd_PK' => 'Sindi (Pakistaŋ)', 'se' => 'Penku Sami', 'se_FI' => 'Penku Sami (Finlànd)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/xh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/xh.php index 77a6319..60d6cdf 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/xh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/xh.php @@ -2,7 +2,298 @@ return [ 'Names' => [ - 'xh' => 'isiXhosa', - 'xh_ZA' => 'isiXhosa (eMzantsi Afrika)', + 'af' => 'isiBhulu', + 'af_NA' => 'isiBhulu (ENamibia)', + 'af_ZA' => 'isiBhulu (EMzantsi Afrika)', + 'ar' => 'Isi-Arabhu', + 'ar_001' => 'Isi-Arabhu (ihlabathi)', + 'ar_AE' => 'Isi-Arabhu (E-United Arab Emirates)', + 'ar_BH' => 'Isi-Arabhu (EBahrain)', + 'ar_DJ' => 'Isi-Arabhu (EDjibouti)', + 'ar_DZ' => 'Isi-Arabhu (E-Algeria)', + 'ar_EG' => 'Isi-Arabhu (IYiputa)', + 'ar_EH' => 'Isi-Arabhu (EWestern Sahara)', + 'ar_ER' => 'Isi-Arabhu (E-Eritrea)', + 'ar_IL' => 'Isi-Arabhu (E-Israel)', + 'ar_IQ' => 'Isi-Arabhu (E-Iraq)', + 'ar_JO' => 'Isi-Arabhu (EJordan)', + 'ar_KM' => 'Isi-Arabhu (EComoros)', + 'ar_KW' => 'Isi-Arabhu (EKuwait)', + 'ar_LB' => 'Isi-Arabhu (ELebanon)', + 'ar_LY' => 'Isi-Arabhu (ELibya)', + 'ar_MA' => 'Isi-Arabhu (EMorocco)', + 'ar_MR' => 'Isi-Arabhu (EMauritania)', + 'ar_OM' => 'Isi-Arabhu (E-Oman)', + 'ar_PS' => 'Isi-Arabhu (IPalestinian Territories)', + 'ar_QA' => 'Isi-Arabhu (EQatar)', + 'ar_SA' => 'Isi-Arabhu (ESaudi Arabia)', + 'ar_SD' => 'Isi-Arabhu (ESudan)', + 'ar_SO' => 'Isi-Arabhu (ESomalia)', + 'ar_SS' => 'Isi-Arabhu (ESouth Sudan)', + 'ar_SY' => 'Isi-Arabhu (ESiriya)', + 'ar_TD' => 'Isi-Arabhu (EChad)', + 'ar_TN' => 'Isi-Arabhu (ETunisia)', + 'ar_YE' => 'Isi-Arabhu (EYemen)', + 'bn' => 'IsiBangla', + 'bn_BD' => 'IsiBangla (EBangladesh)', + 'bn_IN' => 'IsiBangla (E-Indiya)', + 'de' => 'IsiJamani', + 'de_AT' => 'IsiJamani (E-Austria)', + 'de_BE' => 'IsiJamani (EBelgium)', + 'de_CH' => 'IsiJamani (ESwitzerland)', + 'de_DE' => 'IsiJamani (EJamani)', + 'de_IT' => 'IsiJamani (E-Italy)', + 'de_LI' => 'IsiJamani (ELiechtenstein)', + 'de_LU' => 'IsiJamani (ELuxembourg)', + 'en' => 'IsiNgesi', + 'en_001' => 'IsiNgesi (ihlabathi)', + 'en_150' => 'IsiNgesi (EYurophu)', + 'en_AE' => 'IsiNgesi (E-United Arab Emirates)', + 'en_AG' => 'IsiNgesi (E-Antigua & Barbuda)', + 'en_AI' => 'IsiNgesi (E-Anguilla)', + 'en_AS' => 'IsiNgesi (E-American Samoa)', + 'en_AT' => 'IsiNgesi (E-Austria)', + 'en_AU' => 'IsiNgesi (E-Australia)', + 'en_BB' => 'IsiNgesi (EBarbados)', + 'en_BE' => 'IsiNgesi (EBelgium)', + 'en_BI' => 'IsiNgesi (EBurundi)', + 'en_BM' => 'IsiNgesi (EBermuda)', + 'en_BS' => 'IsiNgesi (EBahamas)', + 'en_BW' => 'IsiNgesi (EBotswana)', + 'en_BZ' => 'IsiNgesi (EBelize)', + 'en_CA' => 'IsiNgesi (EKhanada)', + 'en_CC' => 'IsiNgesi (ECocos [Keeling] Islands)', + 'en_CH' => 'IsiNgesi (ESwitzerland)', + 'en_CK' => 'IsiNgesi (ECook Islands)', + 'en_CM' => 'IsiNgesi (ECameroon)', + 'en_CX' => 'IsiNgesi (EChristmas Island)', + 'en_CY' => 'IsiNgesi (ECyprus)', + 'en_DE' => 'IsiNgesi (EJamani)', + 'en_DK' => 'IsiNgesi (EDenmark)', + 'en_DM' => 'IsiNgesi (EDominica)', + 'en_ER' => 'IsiNgesi (E-Eritrea)', + 'en_FI' => 'IsiNgesi (EFinland)', + 'en_FJ' => 'IsiNgesi (EFiji)', + 'en_FK' => 'IsiNgesi (EFalkland Islands)', + 'en_FM' => 'IsiNgesi (EMicronesia)', + 'en_GB' => 'IsiNgesi (E-United Kingdom)', + 'en_GD' => 'IsiNgesi (EGrenada)', + 'en_GG' => 'IsiNgesi (EGuernsey)', + 'en_GH' => 'IsiNgesi (EGhana)', + 'en_GI' => 'IsiNgesi (EGibraltar)', + 'en_GM' => 'IsiNgesi (EGambia)', + 'en_GU' => 'IsiNgesi (EGuam)', + 'en_GY' => 'IsiNgesi (EGuyana)', + 'en_HK' => 'IsiNgesi (EHong Kong SAR China)', + 'en_IE' => 'IsiNgesi (E-Ireland)', + 'en_IL' => 'IsiNgesi (E-Israel)', + 'en_IM' => 'IsiNgesi (E-Isle of Man)', + 'en_IN' => 'IsiNgesi (E-Indiya)', + 'en_IO' => 'IsiNgesi (EBritish Indian Ocean Territory)', + 'en_JE' => 'IsiNgesi (EJersey)', + 'en_JM' => 'IsiNgesi (EJamaica)', + 'en_KE' => 'IsiNgesi (EKenya)', + 'en_KI' => 'IsiNgesi (EKiribati)', + 'en_KN' => 'IsiNgesi (ESt. Kitts & Nevis)', + 'en_KY' => 'IsiNgesi (ECayman Islands)', + 'en_LC' => 'IsiNgesi (ESt. Lucia)', + 'en_LR' => 'IsiNgesi (ELiberia)', + 'en_LS' => 'IsiNgesi (ELesotho)', + 'en_MG' => 'IsiNgesi (EMadagascar)', + 'en_MH' => 'IsiNgesi (EMarshall Islands)', + 'en_MO' => 'IsiNgesi (EMacao SAR China)', + 'en_MP' => 'IsiNgesi (ENorthern Mariana Islands)', + 'en_MS' => 'IsiNgesi (EMontserrat)', + 'en_MT' => 'IsiNgesi (EMalta)', + 'en_MU' => 'IsiNgesi (EMauritius)', + 'en_MV' => 'IsiNgesi (EMaldives)', + 'en_MW' => 'IsiNgesi (EMalawi)', + 'en_MY' => 'IsiNgesi (EMalaysia)', + 'en_NA' => 'IsiNgesi (ENamibia)', + 'en_NF' => 'IsiNgesi (ENorfolk Island)', + 'en_NG' => 'IsiNgesi (ENigeria)', + 'en_NL' => 'IsiNgesi (ENetherlands)', + 'en_NR' => 'IsiNgesi (ENauru)', + 'en_NU' => 'IsiNgesi (ENiue)', + 'en_NZ' => 'IsiNgesi (ENew Zealand)', + 'en_PG' => 'IsiNgesi (EPapua New Guinea)', + 'en_PH' => 'IsiNgesi (EPhilippines)', + 'en_PK' => 'IsiNgesi (EPakistan)', + 'en_PN' => 'IsiNgesi (EPitcairn Islands)', + 'en_PR' => 'IsiNgesi (EPuerto Rico)', + 'en_PW' => 'IsiNgesi (EPalau)', + 'en_RW' => 'IsiNgesi (ERwanda)', + 'en_SB' => 'IsiNgesi (ESolomon Islands)', + 'en_SC' => 'IsiNgesi (ESeychelles)', + 'en_SD' => 'IsiNgesi (ESudan)', + 'en_SE' => 'IsiNgesi (ESweden)', + 'en_SG' => 'IsiNgesi (ESingapore)', + 'en_SH' => 'IsiNgesi (ESt. Helena)', + 'en_SI' => 'IsiNgesi (ESlovenia)', + 'en_SL' => 'IsiNgesi (ESierra Leone)', + 'en_SS' => 'IsiNgesi (ESouth Sudan)', + 'en_SX' => 'IsiNgesi (ESint Maarten)', + 'en_SZ' => 'IsiNgesi (ESwatini)', + 'en_TC' => 'IsiNgesi (ETurks & Caicos Islands)', + 'en_TK' => 'IsiNgesi (ETokelau)', + 'en_TO' => 'IsiNgesi (ETonga)', + 'en_TT' => 'IsiNgesi (ETrinidad & Tobago)', + 'en_TV' => 'IsiNgesi (ETuvalu)', + 'en_TZ' => 'IsiNgesi (ETanzania)', + 'en_UG' => 'IsiNgesi (E-Uganda)', + 'en_UM' => 'IsiNgesi (I-U.S. Outlying Islands)', + 'en_US' => 'IsiNgesi (EMelika)', + 'en_VC' => 'IsiNgesi (ESt. Vincent & Grenadines)', + 'en_VG' => 'IsiNgesi (EBritish Virgin Islands)', + 'en_VI' => 'IsiNgesi (E-U.S. Virgin Islands)', + 'en_VU' => 'IsiNgesi (EVanuatu)', + 'en_WS' => 'IsiNgesi (ESamoa)', + 'en_ZA' => 'IsiNgesi (EMzantsi Afrika)', + 'en_ZM' => 'IsiNgesi (EZambia)', + 'en_ZW' => 'IsiNgesi (EZimbabwe)', + 'es' => 'Isi-Spanish', + 'es_419' => 'Isi-Spanish (ILatin America)', + 'es_AR' => 'Isi-Spanish (E-Argentina)', + 'es_BO' => 'Isi-Spanish (EBolivia)', + 'es_BR' => 'Isi-Spanish (EBrazil)', + 'es_BZ' => 'Isi-Spanish (EBelize)', + 'es_CL' => 'Isi-Spanish (EChile)', + 'es_CO' => 'Isi-Spanish (EColombia)', + 'es_CR' => 'Isi-Spanish (ECosta Rica)', + 'es_CU' => 'Isi-Spanish (ECuba)', + 'es_DO' => 'Isi-Spanish (EDominican Republic)', + 'es_EC' => 'Isi-Spanish (EEcuador)', + 'es_ES' => 'Isi-Spanish (ESpain)', + 'es_GQ' => 'Isi-Spanish (E-Equatorial Guinea)', + 'es_GT' => 'Isi-Spanish (EGuatemala)', + 'es_HN' => 'Isi-Spanish (EHonduras)', + 'es_MX' => 'Isi-Spanish (EMexico)', + 'es_NI' => 'Isi-Spanish (ENicaragua)', + 'es_PA' => 'Isi-Spanish (EPanama)', + 'es_PE' => 'Isi-Spanish (EPeru)', + 'es_PH' => 'Isi-Spanish (EPhilippines)', + 'es_PR' => 'Isi-Spanish (EPuerto Rico)', + 'es_PY' => 'Isi-Spanish (EParaguay)', + 'es_SV' => 'Isi-Spanish (E-El Salvador)', + 'es_US' => 'Isi-Spanish (EMelika)', + 'es_UY' => 'Isi-Spanish (E-Uruguay)', + 'es_VE' => 'Isi-Spanish (EVenezuela)', + 'fr' => 'IsiFrentshi', + 'fr_BE' => 'IsiFrentshi (EBelgium)', + 'fr_BF' => 'IsiFrentshi (EBurkina Faso)', + 'fr_BI' => 'IsiFrentshi (EBurundi)', + 'fr_BJ' => 'IsiFrentshi (EBenin)', + 'fr_BL' => 'IsiFrentshi (ESt. Barthélemy)', + 'fr_CA' => 'IsiFrentshi (EKhanada)', + 'fr_CD' => 'IsiFrentshi (ECongo -Kinshasa)', + 'fr_CF' => 'IsiFrentshi (ECentral African Republic)', + 'fr_CG' => 'IsiFrentshi (ECongo - Brazzaville)', + 'fr_CH' => 'IsiFrentshi (ESwitzerland)', + 'fr_CI' => 'IsiFrentshi (ECôte d’Ivoire)', + 'fr_CM' => 'IsiFrentshi (ECameroon)', + 'fr_DJ' => 'IsiFrentshi (EDjibouti)', + 'fr_DZ' => 'IsiFrentshi (E-Algeria)', + 'fr_FR' => 'IsiFrentshi (EFrance)', + 'fr_GA' => 'IsiFrentshi (EGabon)', + 'fr_GF' => 'IsiFrentshi (EFrench Guiana)', + 'fr_GN' => 'IsiFrentshi (EGuinea)', + 'fr_GP' => 'IsiFrentshi (EGuadeloupe)', + 'fr_GQ' => 'IsiFrentshi (E-Equatorial Guinea)', + 'fr_HT' => 'IsiFrentshi (EHaiti)', + 'fr_KM' => 'IsiFrentshi (EComoros)', + 'fr_LU' => 'IsiFrentshi (ELuxembourg)', + 'fr_MA' => 'IsiFrentshi (EMorocco)', + 'fr_MC' => 'IsiFrentshi (EMonaco)', + 'fr_MF' => 'IsiFrentshi (ESt. Martin)', + 'fr_MG' => 'IsiFrentshi (EMadagascar)', + 'fr_ML' => 'IsiFrentshi (EMali)', + 'fr_MQ' => 'IsiFrentshi (EMartinique)', + 'fr_MR' => 'IsiFrentshi (EMauritania)', + 'fr_MU' => 'IsiFrentshi (EMauritius)', + 'fr_NC' => 'IsiFrentshi (ENew Caledonia)', + 'fr_NE' => 'IsiFrentshi (ENiger)', + 'fr_PF' => 'IsiFrentshi (EFrench Polynesia)', + 'fr_PM' => 'IsiFrentshi (ESt. Pierre & Miquelon)', + 'fr_RE' => 'IsiFrentshi (ERéunion)', + 'fr_RW' => 'IsiFrentshi (ERwanda)', + 'fr_SC' => 'IsiFrentshi (ESeychelles)', + 'fr_SN' => 'IsiFrentshi (ESenegal)', + 'fr_SY' => 'IsiFrentshi (ESiriya)', + 'fr_TD' => 'IsiFrentshi (EChad)', + 'fr_TG' => 'IsiFrentshi (ETogo)', + 'fr_TN' => 'IsiFrentshi (ETunisia)', + 'fr_VU' => 'IsiFrentshi (EVanuatu)', + 'fr_WF' => 'IsiFrentshi (EWallis & Futuna)', + 'fr_YT' => 'IsiFrentshi (EMayotte)', + 'hi' => 'IsiHindi', + 'hi_IN' => 'IsiHindi (E-Indiya)', + 'hi_Latn' => 'IsiHindi (IsiLatin)', + 'hi_Latn_IN' => 'IsiHindi (IsiLatin, E-Indiya)', + 'id' => 'Isi-Indonesia', + 'id_ID' => 'Isi-Indonesia (E-Indonesia)', + 'it' => 'IsiTaliyane', + 'it_CH' => 'IsiTaliyane (ESwitzerland)', + 'it_IT' => 'IsiTaliyane (E-Italy)', + 'it_SM' => 'IsiTaliyane (ESan Marino)', + 'it_VA' => 'IsiTaliyane (EVatican City)', + 'ja' => 'IsiJapan', + 'ja_JP' => 'IsiJapan (EJapan)', + 'ko' => 'Isi-Korean', + 'ko_KP' => 'Isi-Korean (EMntla Korea)', + 'ko_KR' => 'Isi-Korean (EMzantsi Korea)', + 'nl' => 'IsiDatshi', + 'nl_AW' => 'IsiDatshi (E-Aruba)', + 'nl_BE' => 'IsiDatshi (EBelgium)', + 'nl_BQ' => 'IsiDatshi (ECaribbean Netherlands)', + 'nl_CW' => 'IsiDatshi (ECuraçao)', + 'nl_NL' => 'IsiDatshi (ENetherlands)', + 'nl_SR' => 'IsiDatshi (ESuriname)', + 'nl_SX' => 'IsiDatshi (ESint Maarten)', + 'pl' => 'Isi-Polish', + 'pl_PL' => 'Isi-Polish (EPoland)', + 'pt' => 'IsiPhuthukezi', + 'pt_AO' => 'IsiPhuthukezi (E-Angola)', + 'pt_BR' => 'IsiPhuthukezi (EBrazil)', + 'pt_CH' => 'IsiPhuthukezi (ESwitzerland)', + 'pt_CV' => 'IsiPhuthukezi (ECape Verde)', + 'pt_GQ' => 'IsiPhuthukezi (E-Equatorial Guinea)', + 'pt_GW' => 'IsiPhuthukezi (EGuinea-Bissau)', + 'pt_LU' => 'IsiPhuthukezi (ELuxembourg)', + 'pt_MO' => 'IsiPhuthukezi (EMacao SAR China)', + 'pt_MZ' => 'IsiPhuthukezi (EMozambique)', + 'pt_PT' => 'IsiPhuthukezi (EPortugal)', + 'pt_ST' => 'IsiPhuthukezi (ESão Tomé & Príncipe)', + 'pt_TL' => 'IsiPhuthukezi (ETimor-Leste)', + 'ru' => 'Isi-Russian', + 'ru_BY' => 'Isi-Russian (EBelarus)', + 'ru_KG' => 'Isi-Russian (EKyrgyzstan)', + 'ru_KZ' => 'Isi-Russian (EKazakhstan)', + 'ru_MD' => 'Isi-Russian (EMoldova)', + 'ru_RU' => 'Isi-Russian (ERashiya)', + 'ru_UA' => 'Isi-Russian (E-Ukraine)', + 'th' => 'Isi-Thai', + 'th_TH' => 'Isi-Thai (EThailand)', + 'tr' => 'Isi-Turkish', + 'tr_CY' => 'Isi-Turkish (ECyprus)', + 'tr_TR' => 'Isi-Turkish (ETurkey)', + 'xh' => 'IsiXhosa', + 'xh_ZA' => 'IsiXhosa (EMzantsi Afrika)', + 'zh' => 'IsiMandarin', + 'zh_CN' => 'IsiMandarin (ETshayina)', + 'zh_HK' => 'IsiMandarin (EHong Kong SAR China)', + 'zh_Hans' => 'IsiMandarin (IsiHans)', + 'zh_Hans_CN' => 'IsiMandarin (IsiHans, ETshayina)', + 'zh_Hans_HK' => 'IsiMandarin (IsiHans, EHong Kong SAR China)', + 'zh_Hans_MO' => 'IsiMandarin (IsiHans, EMacao SAR China)', + 'zh_Hans_SG' => 'IsiMandarin (IsiHans, ESingapore)', + 'zh_Hant' => 'IsiMandarin (IsiHant)', + 'zh_Hant_HK' => 'IsiMandarin (IsiHant, EHong Kong SAR China)', + 'zh_Hant_MO' => 'IsiMandarin (IsiHant, EMacao SAR China)', + 'zh_Hant_TW' => 'IsiMandarin (IsiHant, ETaiwan)', + 'zh_MO' => 'IsiMandarin (EMacao SAR China)', + 'zh_SG' => 'IsiMandarin (ESingapore)', + 'zh_TW' => 'IsiMandarin (ETaiwan)', + 'zu' => 'isiZulu', + 'zu_ZA' => 'isiZulu (EMzantsi Afrika)', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yi.php index 793b7e5..2862d3f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yi.php @@ -358,6 +358,7 @@ return [ 'sd_Arab_PK' => 'סינדהי (אַראַביש, פּאַקיסטאַן)', 'sd_Deva' => 'סינדהי (דעוואַנאַגאַרי)', 'sd_Deva_IN' => 'סינדהי (דעוואַנאַגאַרי, אינדיע)', + 'sd_IN' => 'סינדהי (אינדיע)', 'sd_PK' => 'סינדהי (פּאַקיסטאַן)', 'se' => 'נארדסאַמיש', 'se_FI' => 'נארדסאַמיש (פֿינלאַנד)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yo.php index f7a560d..2e42168 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yo.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'Èdè Chechen (Rọṣia)', 'cs' => 'Èdè Seeki', 'cs_CZ' => 'Èdè Seeki (Ṣẹ́ẹ́kì)', + 'cv' => 'Èdè Shufasi', + 'cv_RU' => 'Èdè Shufasi (Rọṣia)', 'cy' => 'Èdè Welshi', 'cy_GB' => 'Èdè Welshi (Gẹ̀ẹ́sì)', 'da' => 'Èdè Ilẹ̀ Denmark', @@ -239,6 +241,19 @@ return [ 'fa_AF' => 'Èdè Pasia (Àfùgànístánì)', 'fa_IR' => 'Èdè Pasia (Irani)', 'ff' => 'Èdè Fúlàní', + 'ff_Adlm' => 'Èdè Fúlàní (Èdè Adam)', + 'ff_Adlm_BF' => 'Èdè Fúlàní (Èdè Adam, Bùùkíná Fasò)', + 'ff_Adlm_CM' => 'Èdè Fúlàní (Èdè Adam, Kamerúúnì)', + 'ff_Adlm_GH' => 'Èdè Fúlàní (Èdè Adam, Gana)', + 'ff_Adlm_GM' => 'Èdè Fúlàní (Èdè Adam, Gambia)', + 'ff_Adlm_GN' => 'Èdè Fúlàní (Èdè Adam, Gene)', + 'ff_Adlm_GW' => 'Èdè Fúlàní (Èdè Adam, Gene-Busau)', + 'ff_Adlm_LR' => 'Èdè Fúlàní (Èdè Adam, Laberia)', + 'ff_Adlm_MR' => 'Èdè Fúlàní (Èdè Adam, Maritania)', + 'ff_Adlm_NE' => 'Èdè Fúlàní (Èdè Adam, Nàìjá)', + 'ff_Adlm_NG' => 'Èdè Fúlàní (Èdè Adam, Nàìjíríà)', + 'ff_Adlm_SL' => 'Èdè Fúlàní (Èdè Adam, Siria looni)', + 'ff_Adlm_SN' => 'Èdè Fúlàní (Èdè Adam, Sẹnẹga)', 'ff_CM' => 'Èdè Fúlàní (Kamerúúnì)', 'ff_GN' => 'Èdè Fúlàní (Gene)', 'ff_Latn' => 'Èdè Fúlàní (Èdè Látìn)', @@ -497,11 +512,14 @@ return [ 'rw_RW' => 'Èdè Ruwanda (Ruwanda)', 'sa' => 'Èdè awon ara Indo', 'sa_IN' => 'Èdè awon ara Indo (India)', + 'sc' => 'Èdè Sadini', + 'sc_IT' => 'Èdè Sadini (Itáli)', 'sd' => 'Èdè Sindhi', 'sd_Arab' => 'Èdè Sindhi (èdè Lárúbáwá)', 'sd_Arab_PK' => 'Èdè Sindhi (èdè Lárúbáwá, Pakisitan)', 'sd_Deva' => 'Èdè Sindhi (Dẹfanagárì)', 'sd_Deva_IN' => 'Èdè Sindhi (Dẹfanagárì, India)', + 'sd_IN' => 'Èdè Sindhi (India)', 'sd_PK' => 'Èdè Sindhi (Pakisitan)', 'se' => 'Apáàríwá Sami', 'se_FI' => 'Apáàríwá Sami (Filandi)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yo_BJ.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yo_BJ.php index 4aee46e..8caac6e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yo_BJ.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/yo_BJ.php @@ -23,6 +23,7 @@ return [ 'bs_Latn_BA' => 'Èdè Bosnia (Èdè Látìn, Bɔ̀síníà àti Ɛtisɛgófínà)', 'ce_RU' => 'Èdè Chechen (Rɔshia)', 'cs_CZ' => 'Èdè Seeki (Shɛ́ɛ́kì)', + 'cv_RU' => 'Èdè Shufasi (Rɔshia)', 'cy_GB' => 'Èdè Welshi (Gɛ̀ɛ́sì)', 'da' => 'Èdè Ilɛ̀ Denmark', 'da_DK' => 'Èdè Ilɛ̀ Denmark (Dɛ́mákì)', @@ -163,6 +164,7 @@ return [ 'es_US' => 'Èdè Sípáníìshì (Amɛrikà)', 'es_UY' => 'Èdè Sípáníìshì (Nruguayi)', 'es_VE' => 'Èdè Sípáníìshì (Fɛnɛshuɛla)', + 'ff_Adlm_SN' => 'Èdè Fúlàní (Èdè Adam, Sɛnɛga)', 'ff_Latn_SN' => 'Èdè Fúlàní (Èdè Látìn, Sɛnɛga)', 'ff_SN' => 'Èdè Fúlàní (Sɛnɛga)', 'fo_DK' => 'Èdè Faroesi (Dɛ́mákì)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh.php index 8a087af..d9f658d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => '车臣语(俄罗斯)', 'cs' => '捷克语', 'cs_CZ' => '捷克语(捷克)', + 'cv' => '楚瓦什语', + 'cv_RU' => '楚瓦什语(俄罗斯)', 'cy' => '威尔士语', 'cy_GB' => '威尔士语(英国)', 'da' => '丹麦语', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => '信德语(阿拉伯文,巴基斯坦)', 'sd_Deva' => '信德语(天城文)', 'sd_Deva_IN' => '信德语(天城文,印度)', + 'sd_IN' => '信德语(印度)', 'sd_PK' => '信德语(巴基斯坦)', 'se' => '北方萨米语', 'se_FI' => '北方萨米语(芬兰)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh_Hant.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh_Hant.php index d0505bc..eb92848 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh_Hant.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh_Hant.php @@ -42,8 +42,8 @@ return [ 'as_IN' => '阿薩姆文(印度)', 'az' => '亞塞拜然文', 'az_AZ' => '亞塞拜然文(亞塞拜然)', - 'az_Cyrl' => '亞塞拜然文(斯拉夫文)', - 'az_Cyrl_AZ' => '亞塞拜然文(斯拉夫文,亞塞拜然)', + 'az_Cyrl' => '亞塞拜然文(西里爾文字)', + 'az_Cyrl_AZ' => '亞塞拜然文(西里爾文字,亞塞拜然)', 'az_Latn' => '亞塞拜然文(拉丁文)', 'az_Latn_AZ' => '亞塞拜然文(拉丁文,亞塞拜然)', 'be' => '白俄羅斯文', @@ -62,8 +62,8 @@ return [ 'br_FR' => '布列塔尼文(法國)', 'bs' => '波士尼亞文', 'bs_BA' => '波士尼亞文(波士尼亞與赫塞哥維納)', - 'bs_Cyrl' => '波士尼亞文(斯拉夫文)', - 'bs_Cyrl_BA' => '波士尼亞文(斯拉夫文,波士尼亞與赫塞哥維納)', + 'bs_Cyrl' => '波士尼亞文(西里爾文字)', + 'bs_Cyrl_BA' => '波士尼亞文(西里爾文字,波士尼亞與赫塞哥維納)', 'bs_Latn' => '波士尼亞文(拉丁文)', 'bs_Latn_BA' => '波士尼亞文(拉丁文,波士尼亞與赫塞哥維納)', 'ca' => '加泰蘭文', @@ -75,6 +75,8 @@ return [ 'ce_RU' => '車臣文(俄羅斯)', 'cs' => '捷克文', 'cs_CZ' => '捷克文(捷克)', + 'cv' => '楚瓦什文', + 'cv_RU' => '楚瓦什文(俄羅斯)', 'cy' => '威爾斯文', 'cy_GB' => '威爾斯文(英國)', 'da' => '丹麥文', @@ -386,8 +388,8 @@ return [ 'ko_KP' => '韓文(北韓)', 'ko_KR' => '韓文(南韓)', 'ks' => '喀什米爾文', - 'ks_Arab' => '喀什米爾文(阿拉伯文)', - 'ks_Arab_IN' => '喀什米爾文(阿拉伯文,印度)', + 'ks_Arab' => '喀什米爾文(阿拉伯字母)', + 'ks_Arab_IN' => '喀什米爾文(阿拉伯字母,印度)', 'ks_Deva' => '喀什米爾文(天城文)', 'ks_Deva_IN' => '喀什米爾文(天城文,印度)', 'ks_IN' => '喀什米爾文(印度)', @@ -464,8 +466,8 @@ return [ 'os_GE' => '奧塞提文(喬治亞)', 'os_RU' => '奧塞提文(俄羅斯)', 'pa' => '旁遮普文', - 'pa_Arab' => '旁遮普文(阿拉伯文)', - 'pa_Arab_PK' => '旁遮普文(阿拉伯文,巴基斯坦)', + 'pa_Arab' => '旁遮普文(阿拉伯字母)', + 'pa_Arab_PK' => '旁遮普文(阿拉伯字母,巴基斯坦)', 'pa_Guru' => '旁遮普文(古魯穆奇文)', 'pa_Guru_IN' => '旁遮普文(古魯穆奇文,印度)', 'pa_IN' => '旁遮普文(印度)', @@ -513,10 +515,11 @@ return [ 'sc' => '撒丁文', 'sc_IT' => '撒丁文(義大利)', 'sd' => '信德文', - 'sd_Arab' => '信德文(阿拉伯文)', - 'sd_Arab_PK' => '信德文(阿拉伯文,巴基斯坦)', + 'sd_Arab' => '信德文(阿拉伯字母)', + 'sd_Arab_PK' => '信德文(阿拉伯字母,巴基斯坦)', 'sd_Deva' => '信德文(天城文)', 'sd_Deva_IN' => '信德文(天城文,印度)', + 'sd_IN' => '信德文(印度)', 'sd_PK' => '信德文(巴基斯坦)', 'se' => '北薩米文', 'se_FI' => '北薩米文(芬蘭)', @@ -544,10 +547,10 @@ return [ 'sq_MK' => '阿爾巴尼亞文(北馬其頓)', 'sr' => '塞爾維亞文', 'sr_BA' => '塞爾維亞文(波士尼亞與赫塞哥維納)', - 'sr_Cyrl' => '塞爾維亞文(斯拉夫文)', - 'sr_Cyrl_BA' => '塞爾維亞文(斯拉夫文,波士尼亞與赫塞哥維納)', - 'sr_Cyrl_ME' => '塞爾維亞文(斯拉夫文,蒙特內哥羅)', - 'sr_Cyrl_RS' => '塞爾維亞文(斯拉夫文,塞爾維亞)', + 'sr_Cyrl' => '塞爾維亞文(西里爾文字)', + 'sr_Cyrl_BA' => '塞爾維亞文(西里爾文字,波士尼亞與赫塞哥維納)', + 'sr_Cyrl_ME' => '塞爾維亞文(西里爾文字,蒙特內哥羅)', + 'sr_Cyrl_RS' => '塞爾維亞文(西里爾文字,塞爾維亞)', 'sr_Latn' => '塞爾維亞文(拉丁文)', 'sr_Latn_BA' => '塞爾維亞文(拉丁文,波士尼亞與赫塞哥維納)', 'sr_Latn_ME' => '塞爾維亞文(拉丁文,蒙特內哥羅)', @@ -601,10 +604,10 @@ return [ 'ur_PK' => '烏都文(巴基斯坦)', 'uz' => '烏茲別克文', 'uz_AF' => '烏茲別克文(阿富汗)', - 'uz_Arab' => '烏茲別克文(阿拉伯文)', - 'uz_Arab_AF' => '烏茲別克文(阿拉伯文,阿富汗)', - 'uz_Cyrl' => '烏茲別克文(斯拉夫文)', - 'uz_Cyrl_UZ' => '烏茲別克文(斯拉夫文,烏茲別克)', + 'uz_Arab' => '烏茲別克文(阿拉伯字母)', + 'uz_Arab_AF' => '烏茲別克文(阿拉伯字母,阿富汗)', + 'uz_Cyrl' => '烏茲別克文(西里爾文字)', + 'uz_Cyrl_UZ' => '烏茲別克文(西里爾文字,烏茲別克)', 'uz_Latn' => '烏茲別克文(拉丁文)', 'uz_Latn_UZ' => '烏茲別克文(拉丁文,烏茲別克)', 'uz_UZ' => '烏茲別克文(烏茲別克)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh_Hant_HK.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh_Hant_HK.php index 647ac12..6e137ae 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh_Hant_HK.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zh_Hant_HK.php @@ -65,7 +65,7 @@ return [ 'en_MW' => '英文(馬拉維)', 'en_NG' => '英文(尼日利亞)', 'en_NR' => '英文(瑙魯)', - 'en_PG' => '英文(巴布亞新幾內亞)', + 'en_PG' => '英文(巴布亞新畿內亞)', 'en_PN' => '英文(皮特凱恩島)', 'en_RW' => '英文(盧旺達)', 'en_SB' => '英文(所羅門群島)', @@ -144,11 +144,12 @@ return [ 'hr' => '克羅地亞文', 'hr_BA' => '克羅地亞文(波斯尼亞和黑塞哥維那)', 'hr_HR' => '克羅地亞文(克羅地亞)', - 'ig_NG' => '伊布文(尼日利亞)', + 'ig' => '伊博文', + 'ig_NG' => '伊博文(尼日利亞)', 'it' => '意大利文', 'it_CH' => '意大利文(瑞士)', 'it_IT' => '意大利文(意大利)', - 'it_SM' => '意大利文(聖馬利諾)', + 'it_SM' => '意大利文(聖馬力諾)', 'it_VA' => '意大利文(梵蒂岡)', 'ka' => '格魯吉亞文', 'ka_GE' => '格魯吉亞文(格魯吉亞)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zu.php index 42e0b28..14a51ba 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/locales/zu.php @@ -75,6 +75,8 @@ return [ 'ce_RU' => 'isi-Chechen (i-Russia)', 'cs' => 'isi-Czech', 'cs_CZ' => 'isi-Czech (i-Czechia)', + 'cv' => 'isi-Chuvash', + 'cv_RU' => 'isi-Chuvash (i-Russia)', 'cy' => 'isi-Welsh', 'cy_GB' => 'isi-Welsh (i-United Kingdom)', 'da' => 'isi-Danish', @@ -517,6 +519,7 @@ return [ 'sd_Arab_PK' => 'isi-Sindhi (isi-Arabic, i-Pakistan)', 'sd_Deva' => 'isi-Sindhi (isi-Devanagari)', 'sd_Deva_IN' => 'isi-Sindhi (isi-Devanagari, i-India)', + 'sd_IN' => 'isi-Sindhi (i-India)', 'sd_PK' => 'isi-Sindhi (i-Pakistan)', 'se' => 'isi-Northern Sami', 'se_FI' => 'isi-Northern Sami (i-Finland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/bn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/bn.php index 8df2886..97040e1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/bn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/bn.php @@ -6,7 +6,7 @@ return [ 'AE' => 'সংযুক্ত আরব আমিরাত', 'AF' => 'আফগানিস্তান', 'AG' => 'অ্যান্টিগুয়া ও বারবুডা', - 'AI' => 'এ্যাঙ্গুইলা', + 'AI' => 'অ্যাঙ্গুইলা', 'AL' => 'আলবেনিয়া', 'AM' => 'আর্মেনিয়া', 'AO' => 'অ্যাঙ্গোলা', @@ -16,18 +16,18 @@ return [ 'AT' => 'অস্ট্রিয়া', 'AU' => 'অস্ট্রেলিয়া', 'AW' => 'আরুবা', - 'AX' => 'আলান্ড দ্বীপপুঞ্জ', + 'AX' => 'অলান্ড দ্বীপপুঞ্জ', 'AZ' => 'আজারবাইজান', 'BA' => 'বসনিয়া ও হার্জেগোভিনা', - 'BB' => 'বারবাদোস', + 'BB' => 'বার্বাডোজ', 'BD' => 'বাংলাদেশ', 'BE' => 'বেলজিয়াম', 'BF' => 'বুরকিনা ফাসো', 'BG' => 'বুলগেরিয়া', - 'BH' => 'বাহরাইন', + 'BH' => 'বাহারিন', 'BI' => 'বুরুন্ডি', 'BJ' => 'বেনিন', - 'BL' => 'সেন্ট বারথেলিমি', + 'BL' => 'সেন্ট বার্থেলেমি', 'BM' => 'বারমুডা', 'BN' => 'ব্রুনেই', 'BO' => 'বলিভিয়া', @@ -45,7 +45,7 @@ return [ 'CF' => 'মধ্য আফ্রিকার প্রজাতন্ত্র', 'CG' => 'কঙ্গো - ব্রাজাভিল', 'CH' => 'সুইজারল্যান্ড', - 'CI' => 'কোত দিভোয়ার', + 'CI' => 'কোট ডি‘আইভোর', 'CK' => 'কুক দ্বীপপুঞ্জ', 'CL' => 'চিলি', 'CM' => 'ক্যামেরুন', @@ -53,11 +53,11 @@ return [ 'CO' => 'কলম্বিয়া', 'CR' => 'কোস্টারিকা', 'CU' => 'কিউবা', - 'CV' => 'কেপভার্দে', + 'CV' => 'কেপ ভার্দে', 'CW' => 'কুরাসাও', 'CX' => 'ক্রিসমাস দ্বীপ', 'CY' => 'সাইপ্রাস', - 'CZ' => 'চেচিয়া', + 'CZ' => 'চেকিয়া', 'DE' => 'জার্মানি', 'DJ' => 'জিবুতি', 'DK' => 'ডেনমার্ক', @@ -75,14 +75,14 @@ return [ 'FJ' => 'ফিজি', 'FK' => 'ফকল্যান্ড দ্বীপপুঞ্জ', 'FM' => 'মাইক্রোনেশিয়া', - 'FO' => 'ফ্যারও দ্বীপপুঞ্জ', + 'FO' => 'ফ্যারো দ্বীপপুঞ্জ', 'FR' => 'ফ্রান্স', 'GA' => 'গ্যাবন', 'GB' => 'যুক্তরাজ্য', 'GD' => 'গ্রেনাডা', 'GE' => 'জর্জিয়া', 'GF' => 'ফরাসী গায়ানা', - 'GG' => 'গুয়ার্নসি', + 'GG' => 'গার্নসি', 'GH' => 'ঘানা', 'GI' => 'জিব্রাল্টার', 'GL' => 'গ্রীনল্যান্ড', @@ -136,7 +136,7 @@ return [ 'LS' => 'লেসোথো', 'LT' => 'লিথুয়ানিয়া', 'LU' => 'লাক্সেমবার্গ', - 'LV' => 'লাত্ভিয়া', + 'LV' => 'লাটভিয়া', 'LY' => 'লিবিয়া', 'MA' => 'মোরক্কো', 'MC' => 'মোনাকো', @@ -149,7 +149,7 @@ return [ 'ML' => 'মালি', 'MM' => 'মায়ানমার (বার্মা)', 'MN' => 'মঙ্গোলিয়া', - 'MO' => 'ম্যাকাও এসএআর চীনা চীনা (ম্যাকাও এসএআর চীনা) চীনা (ঐতিহ্যবাহী, ম্যাকাও এসএআর চীনা) অঞ্চল: ম্যাকাও এসএআর চীন', + 'MO' => 'ম্যাকাও এসএআর চীন', 'MP' => 'উত্তরাঞ্চলীয় মারিয়ানা দ্বীপপুঞ্জ', 'MQ' => 'মার্টিনিক', 'MR' => 'মরিতানিয়া', @@ -184,7 +184,7 @@ return [ 'PM' => 'সেন্ট পিয়ের ও মিকুয়েলন', 'PN' => 'পিটকেয়ার্ন দ্বীপপুঞ্জ', 'PR' => 'পুয়ের্তো রিকো', - 'PS' => 'প্যালেস্টাইনের অঞ্চলসমূহ', + 'PS' => 'প্যালেস্টাইন ভূখণ্ড', 'PT' => 'পর্তুগাল', 'PW' => 'পালাউ', 'PY' => 'প্যারাগুয়ে', @@ -241,7 +241,7 @@ return [ 'VC' => 'সেন্ট ভিনসেন্ট ও গ্রেনাডিনস', 'VE' => 'ভেনেজুয়েলা', 'VG' => 'ব্রিটিশ ভার্জিন দ্বীপপুঞ্জ', - 'VI' => 'মার্কিন যুক্তরাষ্ট্রের ভার্জিন দ্বীপপুঞ্জ', + 'VI' => 'মার্কিন যুক্তরাষ্ট্রীয় ভার্জিন দ্বীপপুঞ্জ', 'VN' => 'ভিয়েতনাম', 'VU' => 'ভানুয়াটু', 'WF' => 'ওয়ালিস ও ফুটুনা', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/bn_IN.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/bn_IN.php index a297bc5..922ef68 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/bn_IN.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/bn_IN.php @@ -2,6 +2,6 @@ return [ 'Names' => [ - 'UM' => 'মার্কিন যুক্তরাষ্ট্রের পার্শ্ববর্তী দ্বীপপুঞ্জ', + 'UM' => 'মার্কিন যুক্তরাষ্ট্রের দূরবর্তী দ্বীপপুঞ্জ', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ca.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ca.php index a944f70..93e6b11 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ca.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ca.php @@ -16,7 +16,7 @@ return [ 'AT' => 'Àustria', 'AU' => 'Austràlia', 'AW' => 'Aruba', - 'AX' => 'Illes Aland', + 'AX' => 'Illes Åland', 'AZ' => 'Azerbaidjan', 'BA' => 'Bòsnia i Hercegovina', 'BB' => 'Barbados', @@ -31,7 +31,7 @@ return [ 'BM' => 'Bermudes', 'BN' => 'Brunei', 'BO' => 'Bolívia', - 'BQ' => 'Antilles Neerlandeses', + 'BQ' => 'Carib Neerlandès', 'BR' => 'Brasil', 'BS' => 'Bahames', 'BT' => 'Bhutan', @@ -117,7 +117,7 @@ return [ 'JO' => 'Jordània', 'JP' => 'Japó', 'KE' => 'Kenya', - 'KG' => 'Kirguizistan', + 'KG' => 'Kirguizstan', 'KH' => 'Cambodja', 'KI' => 'Kiribati', 'KM' => 'Comores', @@ -150,7 +150,7 @@ return [ 'MM' => 'Myanmar (Birmània)', 'MN' => 'Mongòlia', 'MO' => 'Macau (RAE Xina)', - 'MP' => 'Illes Mariannes del Nord', + 'MP' => 'Illes Mariannes Septentrionals', 'MQ' => 'Martinica', 'MR' => 'Mauritània', 'MS' => 'Montserrat', @@ -214,7 +214,7 @@ return [ 'SV' => 'El Salvador', 'SX' => 'Sint Maarten', 'SY' => 'Síria', - 'SZ' => 'eSwatini', + 'SZ' => 'Eswatini', 'TC' => 'Illes Turks i Caicos', 'TD' => 'Txad', 'TF' => 'Territoris Australs Francesos', @@ -222,7 +222,7 @@ return [ 'TH' => 'Tailàndia', 'TJ' => 'Tadjikistan', 'TK' => 'Tokelau', - 'TL' => 'Timor Oriental', + 'TL' => 'Timor-Leste', 'TM' => 'Turkmenistan', 'TN' => 'Tunísia', 'TO' => 'Tonga', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/cv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/cv.php new file mode 100644 index 0000000..c6d54c8 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/cv.php @@ -0,0 +1,255 @@ + [ + 'AD' => 'Андорра', + 'AE' => 'Арапсен Пӗрлешӳллӗ Эмирачӗ', + 'AF' => 'Афганистан', + 'AG' => 'Антигуа тата Барбуда', + 'AI' => 'Ангилья', + 'AL' => 'Албани', + 'AM' => 'Армени', + 'AO' => 'Ангола', + 'AQ' => 'Антарктида', + 'AR' => 'Аргентина', + 'AS' => 'Америка Самоа', + 'AT' => 'Австри', + 'AU' => 'Австрали', + 'AW' => 'Аруба', + 'AX' => 'Аланди утравӗсем', + 'AZ' => 'Азербайджан', + 'BA' => 'Боснипе Герцеговина', + 'BB' => 'Барбадос', + 'BD' => 'Бангладеш', + 'BE' => 'Бельги', + 'BF' => 'Буркина-Фасо', + 'BG' => 'Болгари', + 'BH' => 'Бахрейн', + 'BI' => 'Бурунди', + 'BJ' => 'Бенин', + 'BL' => 'Сен-Бартелеми', + 'BM' => 'Бермуд утравӗсем', + 'BN' => 'Бруней-Даруссалам', + 'BO' => 'Боливи', + 'BQ' => 'Бонэйр, Синт-Эстатиус тата Саба', + 'BR' => 'Бразили', + 'BS' => 'Пахам утравӗсем', + 'BT' => 'Бутан', + 'BV' => 'Буве утравӗ', + 'BW' => 'Ботсвана', + 'BY' => 'Беларуҫ', + 'BZ' => 'Белиз', + 'CA' => 'Канада', + 'CC' => 'Кокос утравӗсем', + 'CD' => 'Конго - Киншаса', + 'CF' => 'Тӗп Африка Республики', + 'CG' => 'Конго - Браззавиль', + 'CH' => 'Швейцари', + 'CI' => 'Кот-д’Ивуар', + 'CK' => 'Кук утравӗсем', + 'CL' => 'Чили', + 'CM' => 'Камерун', + 'CN' => 'Китай', + 'CO' => 'Колумби', + 'CR' => 'Коста-Рика', + 'CU' => 'Куба', + 'CV' => 'Кабо-Верде', + 'CW' => 'Кюрасао', + 'CX' => 'Раштав утравӗ', + 'CY' => 'Кипр', + 'CZ' => 'Чехи', + 'DE' => 'Германи', + 'DJ' => 'Джибути', + 'DK' => 'Дани', + 'DM' => 'Доминика', + 'DO' => 'Доминикан Республики', + 'DZ' => 'Алжир', + 'EC' => 'Эквадор', + 'EE' => 'Эстони', + 'EG' => 'Египет', + 'EH' => 'Анӑҫ Сахара', + 'ER' => 'Эритрей', + 'ES' => 'Испани', + 'ET' => 'Эфиопи', + 'FI' => 'Финлянди', + 'FJ' => 'Фиджи', + 'FK' => 'Фолкленд утравӗсем', + 'FM' => 'Микронези', + 'FO' => 'Фарер утравӗсем', + 'FR' => 'Франци', + 'GA' => 'Габон', + 'GB' => 'Аслӑ Британи', + 'GD' => 'Гренада', + 'GE' => 'Грузи', + 'GF' => 'Франци Гвиана', + 'GG' => 'Гернси', + 'GH' => 'Гана', + 'GI' => 'Гибралтар', + 'GL' => 'Гренланди', + 'GM' => 'Гамби', + 'GN' => 'Гвиней', + 'GP' => 'Гваделупа', + 'GQ' => 'Экваториаллӑ Гвиней', + 'GR' => 'Греци', + 'GS' => 'Кӑнтӑр Георги тата Сандвичев утравӗсем', + 'GT' => 'Гватемала', + 'GU' => 'Гуам', + 'GW' => 'Гвиней-Бисау', + 'GY' => 'Гайана', + 'HK' => 'Гонконг (САР)', + 'HM' => 'Херд тата Макдональд утравӗ', + 'HN' => 'Гондурас', + 'HR' => 'Хорвати', + 'HT' => 'Гаити', + 'HU' => 'Венгри', + 'ID' => 'Индонези', + 'IE' => 'Ирланди', + 'IL' => 'Израиль', + 'IM' => 'Мэн утравӗ', + 'IN' => 'Инди', + 'IO' => 'Британин территори Инди океанӗре', + 'IQ' => 'Ирак', + 'IR' => 'Иран', + 'IS' => 'Исланди', + 'IT' => 'Итали', + 'JE' => 'Джерси', + 'JM' => 'Ямайка', + 'JO' => 'Иордани', + 'JP' => 'Япони', + 'KE' => 'Кени', + 'KG' => 'Киргизи', + 'KH' => 'Камбоджа', + 'KI' => 'Кирибати', + 'KM' => 'Комор утравӗсем', + 'KN' => 'Сент-Китс тата Невис', + 'KP' => 'КХДР', + 'KR' => 'Корей Республики', + 'KW' => 'Кувейт', + 'KY' => 'Кайман утравӗсем', + 'KZ' => 'Казахстан', + 'LA' => 'Лаос', + 'LB' => 'Ливан', + 'LC' => 'Сент-Люсия', + 'LI' => 'Лихтенштейн', + 'LK' => 'Шри-Ланка', + 'LR' => 'Либери', + 'LS' => 'Лесото', + 'LT' => 'Литва', + 'LU' => 'Люксембург', + 'LV' => 'Латви', + 'LY' => 'Ливи', + 'MA' => 'Марокко', + 'MC' => 'Монако', + 'MD' => 'Молдова', + 'ME' => 'Черногори', + 'MF' => 'Сен-Мартен', + 'MG' => 'Мадагаскар', + 'MH' => 'Маршаллов утравӗсем', + 'MK' => 'Ҫурҫӗр Македони', + 'ML' => 'Мали', + 'MM' => 'Мьянма (Бирма)', + 'MN' => 'Монголи', + 'MO' => 'Макао (САР)', + 'MP' => 'Ҫурҫӗр Мариан утравӗсем', + 'MQ' => 'Мартиника', + 'MR' => 'Мавритани', + 'MS' => 'Монтсеррат', + 'MT' => 'Мальта', + 'MU' => 'Маврики', + 'MV' => 'Мальдивсем', + 'MW' => 'Малави', + 'MX' => 'Мексика', + 'MY' => 'Малайзи', + 'MZ' => 'Мозамбик', + 'NA' => 'Намиби', + 'NC' => 'Ҫӗнӗ Каледони', + 'NE' => 'Нигер', + 'NF' => 'Норфолк утравӗ', + 'NG' => 'Нигери', + 'NI' => 'Никарагуа', + 'NL' => 'Нидерланд', + 'NO' => 'Норвеги', + 'NP' => 'Непал', + 'NR' => 'Науру', + 'NU' => 'Ниуэ', + 'NZ' => 'Ҫӗнӗ Зеланди', + 'OM' => 'Оман', + 'PA' => 'Панама', + 'PE' => 'Перу', + 'PF' => 'Франци Полинези', + 'PG' => 'Папуа — Ҫӗнӗ Гвиней', + 'PH' => 'Филиппинсем', + 'PK' => 'Пакистан', + 'PL' => 'Польша', + 'PM' => 'Сен-Пьер & Микелон', + 'PN' => 'Питкэрн утравӗсем', + 'PR' => 'Пуэрто-Рико', + 'PS' => 'Палестинӑн территорийӗсем', + 'PT' => 'Португали', + 'PW' => 'Палау', + 'PY' => 'Парагвай', + 'QA' => 'Катар', + 'RE' => 'Реюньон', + 'RO' => 'Румыни', + 'RS' => 'Серби', + 'RU' => 'Раҫҫей', + 'RW' => 'Руанда', + 'SA' => 'Сауд Аравийӗ', + 'SB' => 'Соломон утравӗсем', + 'SC' => 'Сейшел утравӗсем', + 'SD' => 'Судан', + 'SE' => 'Швеци', + 'SG' => 'Сингапур', + 'SH' => 'Сӑваплӑ Елена утравӗ', + 'SI' => 'Словени', + 'SJ' => 'Шпицберген тата Ян-Майен', + 'SK' => 'Словаки', + 'SL' => 'Сьерра-Леоне', + 'SM' => 'Сан-Марино', + 'SN' => 'Сенегал', + 'SO' => 'Сомали', + 'SR' => 'Суринам', + 'SS' => 'Кӑнтӑр Судан', + 'ST' => 'Сан-Томе тата Принсипи', + 'SV' => 'Сальвадор', + 'SX' => 'Синт-Мартен', + 'SY' => 'Сири', + 'SZ' => 'Эсватини', + 'TC' => 'Тёркс тата Кайкос утравӗсем', + 'TD' => 'Чад', + 'TF' => 'Франци Кӑнтӑр территорийӗсем', + 'TG' => 'Того', + 'TH' => 'Таиланд', + 'TJ' => 'Таджикистан', + 'TK' => 'Токелау', + 'TL' => 'Хӗвелтухӑҫ Тимор', + 'TM' => 'Туркменистан', + 'TN' => 'Тунис', + 'TO' => 'Тонга', + 'TR' => 'Турци', + 'TT' => 'Тринидад тата Тобаго', + 'TV' => 'Тувалу', + 'TW' => 'Тайвань', + 'TZ' => 'Танзани', + 'UA' => 'Украина', + 'UG' => 'Уганда', + 'UM' => 'Тулашӗнчи утравӗсем (АПШ)', + 'US' => 'Пӗрлешӗннӗ Штатсем', + 'UY' => 'Уругвай', + 'UZ' => 'Узбекистан', + 'VA' => 'Ватикан', + 'VC' => 'Сент-Винсент тата Гренадины', + 'VE' => 'Венесуэла', + 'VG' => 'Британин Виргини утравӗсем', + 'VI' => 'Виргини утравӗсем (АПШ)', + 'VN' => 'Вьетнам', + 'VU' => 'Вануату', + 'WF' => 'Уоллис тата Футуна', + 'WS' => 'Самоа', + 'YE' => 'Йемен', + 'YT' => 'Майотта', + 'ZA' => 'Кӑнтӑр Африка Республики', + 'ZM' => 'Замби', + 'ZW' => 'Зимбабве', + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/da.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/da.php index 020cb8d..dec48fd 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/da.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/da.php @@ -37,7 +37,7 @@ return [ 'BT' => 'Bhutan', 'BV' => 'Bouvetøen', 'BW' => 'Botswana', - 'BY' => 'Hviderusland', + 'BY' => 'Belarus', 'BZ' => 'Belize', 'CA' => 'Canada', 'CC' => 'Cocosøerne', @@ -167,7 +167,7 @@ return [ 'NF' => 'Norfolk Island', 'NG' => 'Nigeria', 'NI' => 'Nicaragua', - 'NL' => 'Holland', + 'NL' => 'Nederlandene', 'NO' => 'Norge', 'NP' => 'Nepal', 'NR' => 'Nauru', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/de_CH.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/de_CH.php index 85f2fe0..1e3fb15 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/de_CH.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/de_CH.php @@ -5,7 +5,6 @@ return [ 'BN' => 'Brunei', 'BW' => 'Botswana', 'CV' => 'Kapverden', - 'GB' => 'Grossbritannien', 'SB' => 'Salomon-Inseln', 'TL' => 'Osttimor', 'ZW' => 'Zimbabwe', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/el.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/el.php index 0d74e03..b064ed7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/el.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/el.php @@ -167,7 +167,7 @@ return [ 'NF' => 'Νήσος Νόρφολκ', 'NG' => 'Νιγηρία', 'NI' => 'Νικαράγουα', - 'NL' => 'Ολλανδία', + 'NL' => 'Κάτω Χώρες', 'NO' => 'Νορβηγία', 'NP' => 'Νεπάλ', 'NR' => 'Ναουρού', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_001.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_001.php index 62985fc..24c9184 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_001.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_001.php @@ -2,7 +2,14 @@ return [ 'Names' => [ + 'BL' => 'St Barthélemy', + 'KN' => 'St Kitts & Nevis', + 'LC' => 'St Lucia', + 'MF' => 'St Martin', + 'PM' => 'St Pierre & Miquelon', + 'SH' => 'St Helena', 'UM' => 'US Outlying Islands', + 'VC' => 'St Vincent & the Grenadines', 'VI' => 'US Virgin Islands', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_AU.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_AU.php index 600dac9..2942a13 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_AU.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_AU.php @@ -2,5 +2,10 @@ return [ 'Names' => [ + 'BL' => 'St. Barthélemy', + 'KN' => 'St. Kitts & Nevis', + 'LC' => 'St. Lucia', + 'MF' => 'St. Martin', + 'VC' => 'St. Vincent & Grenadines', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_CA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_CA.php index c81d12c..5cf36ae 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_CA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_CA.php @@ -11,12 +11,15 @@ return [ 'LC' => 'Saint Lucia', 'MF' => 'Saint Martin', 'PM' => 'Saint-Pierre-et-Miquelon', + 'PS' => 'Palestinian territories', 'SH' => 'Saint Helena', 'SJ' => 'Svalbard and Jan Mayen', 'ST' => 'São Tomé and Príncipe', 'TC' => 'Turks and Caicos Islands', 'TT' => 'Trinidad and Tobago', + 'UM' => 'US Outlying Islands', 'VC' => 'Saint Vincent and the Grenadines', + 'VI' => 'US Virgin Islands', 'WF' => 'Wallis and Futuna', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_GB.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_GB.php deleted file mode 100644 index 60ef222..0000000 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/en_GB.php +++ /dev/null @@ -1,13 +0,0 @@ - [ - 'BL' => 'St Barthélemy', - 'KN' => 'St Kitts & Nevis', - 'LC' => 'St Lucia', - 'MF' => 'St Martin', - 'PM' => 'St Pierre & Miquelon', - 'SH' => 'St Helena', - 'VC' => 'St Vincent & the Grenadines', - ], -]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ff_Adlm.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ff_Adlm.php index b20bb67..6a25cf8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ff_Adlm.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ff_Adlm.php @@ -32,7 +32,7 @@ return [ 'BN' => '𞤄𞤵𞤪𞤲𞤢𞥄𞤴', 'BO' => '𞤄𞤮𞤤𞤭𞥅𞤾𞤭𞤴𞤢𞥄', 'BQ' => '𞤑𞤢𞤪𞤦𞤭𞤴𞤢𞥄 𞤖𞤮𞤤𞤢𞤲𞤣𞤭𞤴𞤢𞥄', - 'BR' => '𞤄𞤪𞤢𞥄𞥁𞤭𞤤', + 'BR' => '𞤄𞤪𞤢𞤧𞤭𞤤', 'BS' => '𞤄𞤢𞤸𞤢𞤥𞤢𞥄𞤧', 'BT' => '𞤄𞤵𞥅𞤼𞤢𞥄𞤲', 'BV' => '𞤅𞤵𞤪𞤭𞥅𞤪𞤫 𞤄𞤵𞥅𞤾𞤫𞥅', @@ -49,7 +49,7 @@ return [ 'CK' => '𞤕𞤵𞤪𞤭𞥅𞤶𞤫 𞤑𞤵𞥅𞤳', 'CL' => '𞤕𞤭𞤤𞤫𞥊𞥅', 'CM' => '𞤑𞤢𞤥𞤢𞤪𞤵𞥅𞤲', - 'CN' => '𞤅𞤭𞥅𞤲', + 'CN' => '𞤕𞤢𞤴𞤲𞤢', 'CO' => '𞤑𞤮𞤤𞤮𞤥𞤦𞤭𞤴𞤢𞥄', 'CR' => '𞤑𞤮𞤧𞤼𞤢 𞤈𞤭𞤳𞤢𞥄', 'CU' => '𞤑𞤵𞥅𞤦𞤢𞥄', @@ -96,7 +96,7 @@ return [ 'GU' => '𞤘𞤵𞤱𞤢𞥄𞤥', 'GW' => '𞤘𞤭𞤲𞤫-𞤄𞤭𞤧𞤢𞤱𞤮𞥅', 'GY' => '𞤘𞤢𞤴𞤢𞤲𞤢𞥄', - 'HK' => '𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺', + 'HK' => '𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤖𞤮𞤲𞤺 𞤑𞤮𞤲𞤺', 'HM' => '𞤕𞤵𞤪𞤭𞥅𞤶𞤫 𞤖𞤭𞤪𞤣𞤭 & 𞤃𞤢𞤳𞤣𞤮𞤲𞤢𞤤', 'HN' => '𞤖𞤮𞤲𞤣𞤭𞤪𞤢𞥄𞤧', 'HR' => '𞤑𞤵𞤪𞤱𞤢𞥄𞤧𞤭𞤴𞤢', @@ -149,7 +149,7 @@ return [ 'ML' => '𞤃𞤢𞥄𞤤𞤭', 'MM' => '𞤃𞤭𞤴𞤢𞤥𞤢𞥄𞤪 (𞤄𞤵𞥅𞤪𞤥𞤢)', 'MN' => '𞤃𞤮𞤲𞤺𞤮𞤤𞤭𞤴𞤢', - 'MO' => '𞤖𞤂𞤀 𞤅𞤭𞥅𞤲 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅', + 'MO' => '𞤖𞤂𞤀 𞤕𞤢𞤴𞤲𞤢 𞤫 𞤃𞤢𞤳𞤢𞤱𞤮𞥅', 'MP' => '𞤕𞤵𞤪𞤭𞥅𞤶𞤫 𞤃𞤢𞤪𞤭𞤴𞤢𞥄𞤲𞤢 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤭', 'MQ' => '𞤃𞤢𞤪𞤼𞤭𞤲𞤭𞤳𞤢𞥄', 'MR' => '𞤃𞤮𞤪𞤼𞤢𞤲𞤭𞥅', @@ -235,7 +235,7 @@ return [ 'UG' => '𞤓𞤺𞤢𞤲𞤣𞤢𞥄', 'UM' => '𞤕𞤵𞤪𞤭𞥅𞤶𞤫 𞤁𞤢𞥄𞤴𞤭𞥅𞤯𞤫 𞤁𞤂𞤀', 'US' => '𞤁𞤫𞤲𞤼𞤢𞤤 𞤂𞤢𞤪𞤫', - 'UY' => '𞤓𞤪𞤵𞤺𞤵𞤱𞤢𞥄𞤴', + 'UY' => '𞤒𞤵𞤪𞤺𞤮𞤴', 'UZ' => '𞤓𞥁𞤦𞤫𞤳𞤭𞤧𞤼𞤢𞥄𞤲', 'VA' => '𞤜𞤢𞤼𞤭𞤳𞤢𞥄𞤲', 'VC' => '𞤅𞤼. 𞤜𞤭𞤲𞤧𞤢𞤲 & 𞤘𞤭𞤪𞤲𞤢𞤣𞤭𞥅𞤲', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ha.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ha.php index 685934e..fe2d4ca 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ha.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ha.php @@ -165,7 +165,7 @@ return [ 'NC' => 'Kaledoniya Sabuwa', 'NE' => 'Nijar', 'NF' => 'Tsibirin Narfalk', - 'NG' => 'Najeriya', + 'NG' => 'Nijeriya', 'NI' => 'Nikaraguwa', 'NL' => 'Holan', 'NO' => 'Norwe', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/he.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/he.php index 9d035ea..97871fa 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/he.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/he.php @@ -36,7 +36,7 @@ return [ 'BS' => 'איי בהאמה', 'BT' => 'בהוטן', 'BV' => 'האי בובה', - 'BW' => 'בוצוואנה', + 'BW' => 'בוטסואנה', 'BY' => 'בלארוס', 'BZ' => 'בליז', 'CA' => 'קנדה', @@ -204,7 +204,7 @@ return [ 'SI' => 'סלובניה', 'SJ' => 'סבאלברד ויאן מאיין', 'SK' => 'סלובקיה', - 'SL' => 'סיירה לאונה', + 'SL' => 'סיירה לאון', 'SM' => 'סן מרינו', 'SN' => 'סנגל', 'SO' => 'סומליה', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hi.php index f560a8f..ba9a1c2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hi.php @@ -45,7 +45,7 @@ return [ 'CF' => 'मध्य अफ़्रीकी गणराज्य', 'CG' => 'कांगो – ब्राज़ाविल', 'CH' => 'स्विट्ज़रलैंड', - 'CI' => 'कोट डी आइवर', + 'CI' => 'कोत दिवुआर', 'CK' => 'कुक द्वीपसमूह', 'CL' => 'चिली', 'CM' => 'कैमरून', @@ -54,7 +54,7 @@ return [ 'CR' => 'कोस्टारिका', 'CU' => 'क्यूबा', 'CV' => 'केप वर्ड', - 'CW' => 'क्यूरासाओ', + 'CW' => 'कुरासाओ', 'CX' => 'क्रिसमस द्वीप', 'CY' => 'साइप्रस', 'CZ' => 'चेकिया', @@ -220,7 +220,7 @@ return [ 'TF' => 'फ़्रांसीसी दक्षिणी क्षेत्र', 'TG' => 'टोगो', 'TH' => 'थाईलैंड', - 'TJ' => 'ताज़िकिस्तान', + 'TJ' => 'ताजिकिस्तान', 'TK' => 'तोकेलाउ', 'TL' => 'तिमोर-लेस्त', 'TM' => 'तुर्कमेनिस्तान', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hi_Latn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hi_Latn.php index 3ba499f..4362b73 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hi_Latn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hi_Latn.php @@ -2,7 +2,19 @@ return [ 'Names' => [ + 'AX' => 'Aland Islands', + 'BL' => 'St. Barthelemy', + 'CI' => 'Cote d’Ivoire', + 'CW' => 'Curacao', + 'KN' => 'St. Kitts & Nevis', + 'LC' => 'St. Lucia', + 'MF' => 'St. Martin', + 'PM' => 'St. Pierre & Miquelon', + 'RE' => 'Reunion', + 'SH' => 'St. Helena', + 'ST' => 'Sao Tome & Principe', 'UM' => 'U.S. Outlying Islands', + 'VC' => 'St. Vincent & Grenadines', 'VI' => 'U.S. Virgin Islands', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hr.php index 7885652..4cf4d41 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/hr.php @@ -46,7 +46,7 @@ return [ 'CG' => 'Kongo - Brazzaville', 'CH' => 'Švicarska', 'CI' => 'Obala Bjelokosti', - 'CK' => 'Cookovi Otoci', + 'CK' => 'Cookovi otoci', 'CL' => 'Čile', 'CM' => 'Kamerun', 'CN' => 'Kina', @@ -151,7 +151,7 @@ return [ 'MN' => 'Mongolija', 'MO' => 'PUP Makao Kina', 'MP' => 'Sjevernomarijanski otoci', - 'MQ' => 'Martinique', + 'MQ' => 'Martinik', 'MR' => 'Mauretanija', 'MS' => 'Montserrat', 'MT' => 'Malta', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/it.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/it.php index 1d957bb..fd31bb9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/it.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/it.php @@ -81,7 +81,7 @@ return [ 'GB' => 'Regno Unito', 'GD' => 'Grenada', 'GE' => 'Georgia', - 'GF' => 'Guyana francese', + 'GF' => 'Guyana Francese', 'GG' => 'Guernsey', 'GH' => 'Ghana', 'GI' => 'Gibilterra', @@ -91,7 +91,7 @@ return [ 'GP' => 'Guadalupa', 'GQ' => 'Guinea Equatoriale', 'GR' => 'Grecia', - 'GS' => 'Georgia del Sud e Sandwich australi', + 'GS' => 'Georgia del Sud e Sandwich Australi', 'GT' => 'Guatemala', 'GU' => 'Guam', 'GW' => 'Guinea-Bissau', @@ -174,7 +174,7 @@ return [ 'NU' => 'Niue', 'NZ' => 'Nuova Zelanda', 'OM' => 'Oman', - 'PA' => 'Panamá', + 'PA' => 'Panama', 'PE' => 'Perù', 'PF' => 'Polinesia francese', 'PG' => 'Papua Nuova Guinea', @@ -214,7 +214,7 @@ return [ 'SV' => 'El Salvador', 'SX' => 'Sint Maarten', 'SY' => 'Siria', - 'SZ' => 'Swaziland', + 'SZ' => 'eSwatini', 'TC' => 'Isole Turks e Caicos', 'TD' => 'Ciad', 'TF' => 'Terre australi francesi', @@ -233,7 +233,7 @@ return [ 'TZ' => 'Tanzania', 'UA' => 'Ucraina', 'UG' => 'Uganda', - 'UM' => 'Altre isole americane del Pacifico', + 'UM' => 'Isole Minori Esterne degli Stati Uniti', 'US' => 'Stati Uniti', 'UY' => 'Uruguay', 'UZ' => 'Uzbekistan', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/iw.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/iw.php index 9d035ea..97871fa 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/iw.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/iw.php @@ -36,7 +36,7 @@ return [ 'BS' => 'איי בהאמה', 'BT' => 'בהוטן', 'BV' => 'האי בובה', - 'BW' => 'בוצוואנה', + 'BW' => 'בוטסואנה', 'BY' => 'בלארוס', 'BZ' => 'בליז', 'CA' => 'קנדה', @@ -204,7 +204,7 @@ return [ 'SI' => 'סלובניה', 'SJ' => 'סבאלברד ויאן מאיין', 'SK' => 'סלובקיה', - 'SL' => 'סיירה לאונה', + 'SL' => 'סיירה לאון', 'SM' => 'סן מרינו', 'SN' => 'סנגל', 'SO' => 'סומליה', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/kk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/kk.php index 4f320e4..13d48fc 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/kk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/kk.php @@ -13,8 +13,8 @@ return [ 'AQ' => 'Антарктида', 'AR' => 'Аргентина', 'AS' => 'Америкалық Самоа', - 'AT' => 'Австрия', - 'AU' => 'Австралия', + 'AT' => 'Аустрия', + 'AU' => 'Аустралия', 'AW' => 'Аруба', 'AX' => 'Аланд аралдары', 'AZ' => 'Әзірбайжан', @@ -214,7 +214,7 @@ return [ 'SV' => 'Сальвадор', 'SX' => 'Синт-Мартен', 'SY' => 'Сирия', - 'SZ' => 'Свазиленд', + 'SZ' => 'Эсватини', 'TC' => 'Теркс және Кайкос аралдары', 'TD' => 'Чад', 'TF' => 'Францияның оңтүстік аймақтары', @@ -248,7 +248,7 @@ return [ 'WS' => 'Самоа', 'YE' => 'Йемен', 'YT' => 'Майотта', - 'ZA' => 'Оңтүстік Африка Республикасы', + 'ZA' => 'Оңтүстік Африка', 'ZM' => 'Замбия', 'ZW' => 'Зимбабве', ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/kn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/kn.php index b545c11..a7e2eba 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/kn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/kn.php @@ -214,7 +214,7 @@ return [ 'SV' => 'ಎಲ್ ಸಾಲ್ವೇಡಾರ್', 'SX' => 'ಸಿಂಟ್ ಮಾರ್ಟೆನ್', 'SY' => 'ಸಿರಿಯಾ', - 'SZ' => 'ಸ್ವಾತಿನಿ', + 'SZ' => 'ಎಸ್ವಾಟಿನಿ', 'TC' => 'ಟರ್ಕ್ಸ್ ಮತ್ತು ಕೈಕೋಸ್ ದ್ವೀಪಗಳು', 'TD' => 'ಚಾದ್', 'TF' => 'ಫ್ರೆಂಚ್ ದಕ್ಷಿಣ ಪ್ರದೇಶಗಳು', @@ -222,7 +222,7 @@ return [ 'TH' => 'ಥೈಲ್ಯಾಂಡ್', 'TJ' => 'ತಜಿಕಿಸ್ತಾನ್', 'TK' => 'ಟೊಕೆಲಾವ್', - 'TL' => 'ಪೂರ್ವ ತಿಮೋರ್', + 'TL' => 'ಟಿಮೋರ್ ಲೆಸ್ಟೆ', 'TM' => 'ತುರ್ಕಮೆನಿಸ್ತಾನ್', 'TN' => 'ಟುನೀಶಿಯ', 'TO' => 'ಟೊಂಗಾ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ko.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ko.php index 6f61f23..205eed9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ko.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ko.php @@ -217,7 +217,7 @@ return [ 'SZ' => '에스와티니', 'TC' => '터크스 케이커스 제도', 'TD' => '차드', - 'TF' => '프랑스 남부 지방', + 'TF' => '프랑스령 남방 지역', 'TG' => '토고', 'TH' => '태국', 'TJ' => '타지키스탄', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ks.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ks.php index fad5799..921b46e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ks.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ks.php @@ -2,24 +2,24 @@ return [ 'Names' => [ - 'AD' => 'اؠنڑورا', + 'AD' => 'اینڈورا', 'AE' => 'مُتحدہ عرَب امارات', 'AF' => 'اَفغانَستان', 'AG' => 'اؠنٹِگُوا تہٕ باربوڑا', 'AI' => 'انگوئیلا', - 'AL' => 'اؠلبانِیا', + 'AL' => 'البانیا', 'AM' => 'اَرمانِیا', 'AO' => 'انگولا', 'AQ' => 'اینٹارٹِکا', 'AR' => 'أرجَنٹینا', 'AS' => 'اَمریٖکَن سَموا', - 'AT' => 'آسٹِیا', + 'AT' => 'آسٹریا', 'AU' => 'آسٹریلِیا', 'AW' => 'اَروٗبا', 'AX' => 'ایلینڑ جٔزیٖرٕ', - 'AZ' => 'آزَرباجان', + 'AZ' => 'آذربائیجان', 'BA' => 'بوسنِیا تہٕ ہَرزِگووِنا', - 'BB' => 'باربیڈاس', + 'BB' => 'باربیڈوس', 'BD' => 'بَنگلادیش', 'BE' => 'بیلجِیَم', 'BF' => 'بُرکِنا فیسو', @@ -28,35 +28,36 @@ return [ 'BI' => 'بورَنڈِ', 'BJ' => 'بِنِن', 'BL' => 'سینٹ بارتَھیلمی', - 'BM' => 'بٔرمیوڈا', - 'BN' => 'بُرنٔے', + 'BM' => 'برمودا', + 'BN' => 'برونے', 'BO' => 'بولِوِیا', - 'BQ' => 'برطانوی قُطبہِ جَنوٗبی علاقہٕ', + 'BQ' => 'کیریبین نیدرلینڈس', 'BR' => 'برازِل', 'BS' => 'بَہامَس', 'BT' => 'بوٗٹان', 'BV' => 'بووَٹ جٔزیٖرٕ', 'BW' => 'بوتَسوانا', 'BY' => 'بیلاروٗس', - 'BZ' => 'بیلِج', - 'CA' => 'کینَڑا', - 'CC' => 'کوکَس کیٖلِنگ جٔزیٖرٕ', + 'BZ' => 'بیلز', + 'CA' => 'کینیڈا', + 'CC' => 'کوکَس (کیٖلِنگ) جٔزیٖرٕ', 'CD' => 'کونگو کِنشاسا', 'CF' => 'مرکٔزی اَفریٖکی جموٗریَت', 'CG' => 'کونگو بٔرزاوِلی', 'CH' => 'سُوِزَرلینڑ', - 'CI' => 'اَیوٕری کوسٹ', + 'CI' => 'کوٹ ڈلوائر', 'CK' => 'کُک جٔزیٖرٕ', 'CL' => 'چِلی', 'CM' => 'کیمِروٗن', 'CN' => 'چیٖن', 'CO' => 'کولَمبِیا', - 'CR' => 'کوسٹا رِکا', + 'CR' => 'کوسٹا ریکا', 'CU' => 'کیوٗبا', 'CV' => 'کیپ ؤرڑی', + 'CW' => 'کیوراکو', 'CX' => 'کرِسمَس جٔزیٖرٕ', - 'CY' => 'سایفرس', - 'CZ' => 'چیک جَموٗرِیَت', + 'CY' => 'سائپرس', + 'CZ' => 'چیکیا', 'DE' => 'جرمٔنی', 'DJ' => 'جِبوٗتی', 'DK' => 'ڈینمارٕک', @@ -65,43 +66,45 @@ return [ 'DZ' => 'اؠلجیرِیا', 'EC' => 'اِکواڑور', 'EE' => 'ایسٹونِیا', - 'EG' => 'مِسٔر', + 'EG' => 'مصر', 'EH' => 'مشرِقی سَہارا', 'ER' => 'اِرٕٹِیا', 'ES' => 'سٕپین', 'ET' => 'اِتھوپِیا', - 'FI' => 'فِنلینڑ', + 'FI' => 'فِن لینڈ', 'FJ' => 'فِجی', 'FK' => 'فٕلاکلینڑ جٔزیٖرٕ', + 'FM' => 'مائیکرونیشیا', + 'FO' => 'فارو جزیرہ', 'FR' => 'فرانس', 'GA' => 'گیبان', - 'GB' => 'یُنایٹِڑ کِنگڈَم', - 'GD' => 'گرنیڑا', + 'GB' => 'متحدہ مملِکت', + 'GD' => 'گرینیڈا', 'GE' => 'جارجِیا', 'GF' => 'فرانسِسی گِانا', - 'GG' => 'گیوَنَرسے', + 'GG' => 'گورنسے', 'GH' => 'گانا', 'GI' => 'جِبرالٹَر', - 'GL' => 'گریٖنلینڑ', + 'GL' => 'گرین لینڈ', 'GM' => 'گَمبِیا', 'GN' => 'گِنی', - 'GP' => 'گَواڑیلوپ', + 'GP' => 'گواڈلوپ', 'GQ' => 'اِکوِٹورِیَل گِنی', 'GR' => 'گریٖس', 'GS' => 'جنوٗبی جارجِیا تہٕ جنوٗبی سینڑوٕچ جٔزیٖرٕ', - 'GT' => 'گوتیدالا', + 'GT' => 'گواٹمالا', 'GU' => 'گُوام', 'GW' => 'گیٖنی بِساو', 'GY' => 'گُیانا', 'HK' => 'ہانگ کانگ ایس اے آر چیٖن', - 'HM' => 'ہَرٕڑ جٔزیٖرٕ تہٕ مؠکڈونالڑٕ جٔزیٖرٕ', - 'HN' => 'ہانڈوٗرِس', + 'HM' => 'ہَرٕڑ تہٕ مؠکڈونالڑٕ جٔزیٖرٕ', + 'HN' => 'ہونڈورس', 'HR' => 'کروشِیا', - 'HT' => 'ہایتی', + 'HT' => 'ہیتی', 'HU' => 'ہَنگری', - 'ID' => 'اِنڑونیشِیا', + 'ID' => 'انڈونیشیا', 'IE' => 'اَیَرلینڑ', - 'IL' => 'اِسرایٖل', + 'IL' => 'اسرا ییل', 'IM' => 'آیِل آف مین', 'IN' => 'ہِندوستان', 'IO' => 'برطانوی بحرِ ہِندۍ علاقہٕ', @@ -111,9 +114,10 @@ return [ 'IT' => 'اِٹلی', 'JE' => 'جٔرسی', 'JM' => 'جَمایکا', + 'JO' => 'جورڈن', 'JP' => 'جاپان', 'KE' => 'کِنیا', - 'KG' => 'کِرگِستان', + 'KG' => 'کرغزستان', 'KH' => 'کَمبوڑِیا', 'KI' => 'کِرٕباتی', 'KM' => 'کَمورَس', @@ -122,12 +126,12 @@ return [ 'KR' => 'جنوٗبی کورِیا', 'KW' => 'کُویت', 'KY' => 'کیمَن جٔزیٖرٕ', - 'KZ' => 'کَزاکِستان', + 'KZ' => 'قازقستان', 'LA' => 'لاس', 'LB' => 'لؠبنان', 'LC' => 'سینٹ لوٗسِیا', 'LI' => 'لِکٹیسٹیٖن', - 'LK' => 'سِریٖلَنکا', + 'LK' => 'سری لنکا', 'LR' => 'لایبیرِیا', 'LS' => 'لیسوتھو', 'LT' => 'لِتھُوانِیا', @@ -136,13 +140,14 @@ return [ 'LY' => 'لِبیا', 'MA' => 'موروکو', 'MC' => 'مونیکو', - 'MD' => 'مولڑاوِیا', + 'MD' => 'مولڈووا', 'ME' => 'موٹونیگِریو', 'MF' => 'سینٹ مارٹِن', - 'MG' => 'میڑاگاسکار', + 'MG' => 'میڈاگاسکار', 'MH' => 'مارشَل جٔزیٖرٕ', + 'MK' => 'شُمالی میسڈونیا', 'ML' => 'مالی', - 'MM' => 'مَیَنما بٔرما', + 'MM' => 'میانمار (برما)', 'MN' => 'مَنگولِیا', 'MO' => 'مَکاوو ایس اے آر چیٖن', 'MP' => 'شُمٲلی مارِیانا جٔزیٖرٕ', @@ -167,19 +172,19 @@ return [ 'NP' => 'نیپال', 'NR' => 'نارووٗ', 'NU' => 'نیوٗ', - 'NZ' => 'نیوٗزِلینڑ', + 'NZ' => 'نیوزی لینڈ', 'OM' => 'اومان', 'PA' => 'پَناما', 'PE' => 'پیٖروٗ', 'PF' => 'فرانسی پولِنیشِیا', 'PG' => 'پاپُوا نیوٗ گیٖنی', - 'PH' => 'فِلِپِینس', + 'PH' => 'فلپائن', 'PK' => 'پاکِستان', - 'PL' => 'پولینڑ', + 'PL' => 'پولینڈ', 'PM' => 'سینٹ پیٖری تہٕ موکیلِیَن', 'PN' => 'پِٹکیرٕنۍ جٔزیٖرٕ', 'PR' => 'پٔرٹو رِکو', - 'PS' => 'فَلَستیٖن', + 'PS' => 'فلسطینی علاقٕہ', 'PT' => 'پُرتِگال', 'PW' => 'پَلاو', 'PY' => 'پَراگُے', @@ -189,34 +194,36 @@ return [ 'RS' => 'سَربِیا', 'RU' => 'روٗس', 'RW' => 'روٗوانڈا', - 'SA' => 'سوٗدی عربِیہ', + 'SA' => 'سعودی عرب', 'SB' => 'سولامان جٔزیٖرٕ', 'SC' => 'سیشَلِس', 'SD' => 'سوٗڈان', - 'SE' => 'سُوِڈَن', + 'SE' => 'سویڈن', 'SG' => 'سِنگاپوٗر', 'SH' => 'سینٹ ہؠلِنا', 'SI' => 'سَلووینِیا', 'SJ' => 'سَوالبریڑ تہٕ جان ماییڑ', 'SK' => 'سَلوواکِیا', - 'SL' => 'سیٖرالیوون', + 'SL' => 'سیرا لیون', 'SM' => 'سین میرِنو', 'SN' => 'سینیگَل', 'SO' => 'سومالِیا', 'SR' => 'سُرِنام', + 'SS' => 'جنوبی سوڈان', 'ST' => 'ساو توم تہٕ پرنسِپی', - 'SV' => 'اؠل سَلواڑور', + 'SV' => 'ایل سلویڈر', + 'SX' => 'سِنٹ مارٹِن', 'SY' => 'شام', - 'SZ' => 'سُوزِلینڑ', - 'TC' => 'تُرُک تہٕ کیکوس جٔزیٖرٕ', + 'SZ' => 'ایسواتنی', + 'TC' => 'تُرکس تٕہ کیکو جزیرٕ', 'TD' => 'چاڑ', 'TF' => 'فرانسِسی جَنوٗبی عَلاقہٕ', 'TG' => 'ٹوگو', - 'TH' => 'تھایلینڑ', + 'TH' => 'تھائی لینڈ', 'TJ' => 'تاجکِستان', - 'TK' => 'توکیلاو', - 'TL' => 'مَشرِقی تایمور', - 'TM' => 'تُرمِنِستان', + 'TK' => 'ٹوکلو', + 'TL' => 'تیمور-لیسٹ', + 'TM' => 'تُرکمنستان', 'TN' => 'ٹونیشِیا', 'TO' => 'ٹونگا', 'TR' => 'تُرکی', @@ -235,14 +242,14 @@ return [ 'VE' => 'وینازوٗلا', 'VG' => 'بَرطانوی ؤرجِن جٔزیٖرٕ', 'VI' => 'یوٗ ایس ؤرجِن جٔزیٖرٕ', - 'VN' => 'ویٹِنام', + 'VN' => 'ویتنام', 'VU' => 'وانوٗتوٗ', 'WF' => 'والِس تہٕ فیوٗچوٗنا', - 'WS' => 'سیمووا', + 'WS' => 'سامو', 'YE' => 'یَمَن', 'YT' => 'مَییٹ', - 'ZA' => 'جَنوٗبی اَفریٖکا', - 'ZM' => 'جامبِیا', + 'ZA' => 'جنوبی افریقہ', + 'ZM' => 'زیمبیا', 'ZW' => 'زِمبابے', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ks_Deva.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ks_Deva.php index 61f99b8..663fe2b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ks_Deva.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ks_Deva.php @@ -7,7 +7,7 @@ return [ 'DE' => 'जर्मन', 'FR' => 'फ्रांस', 'GB' => 'मुतहीद बादशाहत', - 'IN' => 'भारत', + 'IN' => 'हिंदोस्तान', 'IT' => 'इटली', 'JP' => 'जापान', 'RU' => 'रूस', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mi.php index 9890920..6f6cc82 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mi.php @@ -2,17 +2,154 @@ return [ 'Names' => [ - 'BR' => 'Parahi', + 'AG' => 'Anatikua me Pāpura', + 'AI' => 'Ākuira', + 'AO' => 'Anakora', + 'AR' => 'Āketina', + 'AT' => 'Ateria', + 'AW' => 'Arūpa', + 'AX' => 'Motu Ōrana', + 'BB' => 'Pāpetō', + 'BE' => 'Paratiamu', + 'BF' => 'Pēkina Waho', + 'BI' => 'Puruniti', + 'BJ' => 'Penīna', + 'BL' => 'Hato Pāteremi', + 'BM' => 'Pemiuta', + 'BO' => 'Poriwia', + 'BQ' => 'Karepeana Hōrana', + 'BR' => 'Parīhi', + 'BS' => 'Pahāma', + 'BV' => 'Motu Pūwei', + 'BW' => 'Poriwana', + 'BZ' => 'Perīhi', + 'CA' => 'Kānata', + 'CD' => 'Kōngo - Kingihāha', + 'CF' => 'Te Puku o Āwherika', + 'CG' => 'Kōngo - Parāwhe', + 'CH' => 'Huiterangi', + 'CI' => 'Te Tai Rei', + 'CL' => 'Hiri', + 'CM' => 'Kamarūna', 'CN' => 'Haina', - 'DE' => 'Tiamana', + 'CO' => 'Koromōpia', + 'CR' => 'Kota Rīka', + 'CU' => 'Kiupa', + 'CV' => 'Te Kūrae Matomato', + 'CW' => 'Kurahao', + 'DE' => 'Tiamani', + 'DJ' => 'Tipūti', + 'DK' => 'Tenemāka', + 'DM' => 'Tominika', + 'DO' => 'Te Whenua Tominika', + 'DZ' => 'Aratiria', + 'EC' => 'Ekuatoa', + 'EE' => 'Etōnia', + 'EG' => 'Īhipa', + 'EH' => 'Hahāra ki te Tonga', + 'ER' => 'Eritēria', + 'ET' => 'Etiopia', + 'FI' => 'Whinirana', + 'FK' => 'Motu Whākarangi', + 'FO' => 'Motu Wharo', 'FR' => 'Wīwī', - 'GB' => 'Hononga o Piritene', + 'GA' => 'Kāpona', + 'GB' => 'Te Hononga o Piritene', + 'GD' => 'Kerenāta', + 'GF' => 'Kaiana Wīwī', + 'GG' => 'Kēni', + 'GH' => 'Kāna', + 'GL' => 'Kirīrangi', + 'GM' => 'Te Kamopia', + 'GN' => 'Kini', + 'GP' => 'Kuatarū', + 'GQ' => 'Kini Ekuatoria', + 'GS' => 'Hōria ki te Tonga me Motu Hanuwiti ki te Tonga', + 'GT' => 'Kuatamāra', + 'GW' => 'Kini-Pihao', + 'GY' => 'Kaiana', + 'HN' => 'Honūra', + 'HT' => 'Haiti', + 'IE' => 'Aerana', + 'IM' => 'Motu Tangata', 'IN' => 'Inia', + 'IO' => 'Te Rohe o te Moana Īniana Piritihi', + 'IS' => 'Tiorangi', 'IT' => 'Itāria', + 'JE' => 'Tiehe', + 'JM' => 'Hemeika', 'JP' => 'Hapani', + 'KE' => 'Kēnia', + 'KM' => 'Komoro', + 'KN' => 'Hato Kiti me Newhi', + 'KY' => 'Ngā Motu Keimana', + 'LC' => 'Hato Ruhia', + 'LI' => 'Rīkeneteina', + 'LR' => 'Raipiri', + 'LS' => 'Teroto', + 'LT' => 'Rituānia', + 'LU' => 'Rakimipēki', + 'LV' => 'Ratawia', + 'LY' => 'Rīpia', + 'MA' => 'Moroko', + 'MC' => 'Manako', + 'MF' => 'Hato Mātene', + 'MG' => 'Marakāhia', 'MK' => 'Makerōnia ki te Raki', + 'ML' => 'Māri', + 'MQ' => 'Māteniki', + 'MR' => 'Mauritānia', + 'MS' => 'Monoterā', + 'MU' => 'Mōrihi', + 'MW' => 'Marāwi', + 'MX' => 'Mēhiko', + 'MZ' => 'Mohapiki', + 'NA' => 'Namīpia', + 'NE' => 'Ngāika', + 'NG' => 'Ngāitiria', + 'NI' => 'Nikarakua', + 'NL' => 'Hōrana', + 'NO' => 'Nōwei', 'NZ' => 'Aotearoa', + 'PA' => 'Panama', + 'PE' => 'Peru', + 'PM' => 'Hato Piere & Mikarona', + 'PR' => 'Pōta Riko', + 'PY' => 'Parakai', + 'RE' => 'Rēnio', 'RU' => 'Rūhia', + 'RW' => 'Rāwana', + 'SC' => 'Heihere', + 'SD' => 'Hūtāne', + 'SE' => 'Huītene', + 'SH' => 'Hato Harīna', + 'SJ' => 'Heopāra me Ia Maiana', + 'SL' => 'Te Araone', + 'SN' => 'Henekara', + 'SO' => 'Hūmārie', + 'SR' => 'Hurināme', + 'SS' => 'Hūtāne ki te Tonga', + 'ST' => 'Hao Tomei me Pirinipei', + 'SV' => 'Ere Hāwhatō', + 'SX' => 'Hiti Mātene', + 'SZ' => 'Ewatini', + 'TC' => 'Tāke me ngā Motu o Keiko', + 'TD' => 'Kāta', + 'TF' => 'Ngā Rohe o Wīwī ki te Tonga', + 'TG' => 'Toko', + 'TN' => 'Tūnihia', + 'TT' => 'Tinitātā me Topēko', + 'TZ' => 'Tānahia', + 'UG' => 'Ukāna', 'US' => 'Hononga o Amerika', + 'UY' => 'Urukoi', + 'VC' => 'Hato Wetene me Keretīni', + 'VE' => 'Wenehūera', + 'VG' => 'Ngā Motu o Tātāhou Piritene', + 'VI' => 'Ngā Motu o Tātāhou Amerika', + 'YT' => 'Maio', + 'ZA' => 'Āwherika ki te Tonga', + 'ZM' => 'Tāmipia', + 'ZW' => 'Timuwawe', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mk.php index 092be6e..bd84d27 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mk.php @@ -53,7 +53,7 @@ return [ 'CO' => 'Колумбија', 'CR' => 'Костарика', 'CU' => 'Куба', - 'CV' => 'Зелен ’Рт', + 'CV' => 'Кабо Верде', 'CW' => 'Курасао', 'CX' => 'Божиќен Остров', 'CY' => 'Кипар', @@ -189,7 +189,7 @@ return [ 'PW' => 'Палау', 'PY' => 'Парагвај', 'QA' => 'Катар', - 'RE' => 'Реунион', + 'RE' => 'Рејунион', 'RO' => 'Романија', 'RS' => 'Србија', 'RU' => 'Русија', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mr.php index b346f5e..5c17ef3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/mr.php @@ -45,7 +45,7 @@ return [ 'CF' => 'केंद्रीय अफ्रिकी प्रजासत्ताक', 'CG' => 'काँगो - ब्राझाविले', 'CH' => 'स्वित्झर्लंड', - 'CI' => 'Côte d’Ivoire', + 'CI' => 'कोत द’ईवोआर', 'CK' => 'कुक बेटे', 'CL' => 'चिली', 'CM' => 'कॅमेरून', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ms.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ms.php index af8ca22..6b2f309 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ms.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ms.php @@ -214,7 +214,7 @@ return [ 'SV' => 'El Salvador', 'SX' => 'Sint Maarten', 'SY' => 'Syria', - 'SZ' => 'Swaziland', + 'SZ' => 'Eswatini', 'TC' => 'Kepulauan Turks dan Caicos', 'TD' => 'Chad', 'TF' => 'Wilayah Selatan Perancis', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/nn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/nn.php index 7b35cf2..925a02b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/nn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/nn.php @@ -4,7 +4,6 @@ return [ 'Names' => [ 'AE' => 'Dei sameinte arabiske emirata', 'AT' => 'Austerrike', - 'BL' => 'Saint Barthélemy', 'BY' => 'Kviterussland', 'CC' => 'Kokosøyane', 'CD' => 'Kongo-Kinshasa', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/pt_PT.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/pt_PT.php index 3052565..3db7edc 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/pt_PT.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/pt_PT.php @@ -33,6 +33,7 @@ return [ 'LK' => 'Sri Lanca', 'LV' => 'Letónia', 'MC' => 'Mónaco', + 'MF' => 'São Martinho (Saint-Martin)', 'MG' => 'Madagáscar', 'MK' => 'Macedónia do Norte', 'MS' => 'Monserrate', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/qu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/qu.php index 8765d2f..9cc5f3e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/qu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/qu.php @@ -214,7 +214,7 @@ return [ 'SV' => 'El Salvador', 'SX' => 'Sint Maarten', 'SY' => 'Siria', - 'SZ' => 'Suazilandia', + 'SZ' => 'Esuatini', 'TC' => 'Islas Turcas y Caicos', 'TD' => 'Chad', 'TF' => 'Territorios Australes Franceses', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ru.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ru.php index 4b2f6a7..75aa265 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ru.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ru.php @@ -29,7 +29,7 @@ return [ 'BJ' => 'Бенин', 'BL' => 'Сен-Бартелеми', 'BM' => 'Бермудские о-ва', - 'BN' => 'Бруней-Даруссалам', + 'BN' => 'Бруней', 'BO' => 'Боливия', 'BQ' => 'Бонэйр, Синт-Эстатиус и Саба', 'BR' => 'Бразилия', @@ -46,7 +46,7 @@ return [ 'CG' => 'Конго - Браззавиль', 'CH' => 'Швейцария', 'CI' => 'Кот-д’Ивуар', - 'CK' => 'Острова Кука', + 'CK' => 'о-ва Кука', 'CL' => 'Чили', 'CM' => 'Камерун', 'CN' => 'Китай', @@ -125,7 +125,7 @@ return [ 'KP' => 'КНДР', 'KR' => 'Республика Корея', 'KW' => 'Кувейт', - 'KY' => 'Острова Кайман', + 'KY' => 'о-ва Кайман', 'KZ' => 'Казахстан', 'LA' => 'Лаос', 'LB' => 'Ливан', @@ -144,7 +144,7 @@ return [ 'ME' => 'Черногория', 'MF' => 'Сен-Мартен', 'MG' => 'Мадагаскар', - 'MH' => 'Маршалловы Острова', + 'MH' => 'Маршалловы о-ва', 'MK' => 'Северная Македония', 'ML' => 'Мали', 'MM' => 'Мьянма (Бирма)', @@ -195,8 +195,8 @@ return [ 'RU' => 'Россия', 'RW' => 'Руанда', 'SA' => 'Саудовская Аравия', - 'SB' => 'Соломоновы Острова', - 'SC' => 'Сейшельские Острова', + 'SB' => 'Соломоновы о-ва', + 'SC' => 'Сейшельские о-ва', 'SD' => 'Судан', 'SE' => 'Швеция', 'SG' => 'Сингапур', @@ -215,7 +215,7 @@ return [ 'SX' => 'Синт-Мартен', 'SY' => 'Сирия', 'SZ' => 'Эсватини', - 'TC' => 'о-ва Тёркс и Кайкос', + 'TC' => 'Тёркс и Кайкос', 'TD' => 'Чад', 'TF' => 'Французские Южные территории', 'TG' => 'Того', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sd.php index 94c9f17..6569d4e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sd.php @@ -5,7 +5,7 @@ return [ 'AD' => 'اندورا', 'AE' => 'متحده عرب امارات', 'AF' => 'افغانستان', - 'AG' => 'انٽيگا ۽ باربوڊا', + 'AG' => 'انٽيگا ۽ باربد', 'AI' => 'انگويلا', 'AL' => 'البانيا', 'AM' => 'ارمینیا', @@ -18,7 +18,7 @@ return [ 'AW' => 'عروبا', 'AX' => 'الند ٻيٽ', 'AZ' => 'آذربائيجان', - 'BA' => 'بوسنيا ۽ ھرزيگوينا', + 'BA' => 'بوسنيا ۽ هرزوگووينا', 'BB' => 'باربڊوس', 'BD' => 'بنگلاديش', 'BE' => 'بيلجيم', @@ -45,7 +45,7 @@ return [ 'CF' => 'وچ آفريقي جمهوريه', 'CG' => 'ڪانگو - برازاویل', 'CH' => 'سوئزرلينڊ', - 'CI' => 'ڪوٽ ڊي وار', + 'CI' => 'ڪوٽي ويرا', 'CK' => 'ڪوڪ ٻيٽ', 'CL' => 'چلي', 'CM' => 'ڪيمرون', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sd_Deva.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sd_Deva.php index a95561d..e0745ed 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sd_Deva.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sd_Deva.php @@ -10,6 +10,7 @@ return [ 'IN' => 'भारत', 'IT' => 'इटली', 'JP' => 'जापान', + 'PK' => 'पाकिस्तान', 'RU' => 'रशिया', 'US' => 'अमेरिका', ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sh_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sh_BA.php index c421930..59fb9dd 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sh_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sh_BA.php @@ -2,29 +2,34 @@ return [ 'Names' => [ + 'AX' => 'Olandska ostrva', + 'BL' => 'Sen Bartelemi', + 'BN' => 'Bruneji', + 'BV' => 'ostrvo Buve', 'BY' => 'Bjelorusija', 'CC' => 'Kokosova (Kiling) ostrva', - 'CG' => 'Kongo', - 'CV' => 'Kabo Verde', 'CZ' => 'Češka Republika', 'DE' => 'Njemačka', + 'FK' => 'Foklandska ostrva', + 'FO' => 'Farska ostrva', 'GS' => 'Južna Džordžija i Južna Sendvička ostrva', 'GU' => 'Gvam', + 'GW' => 'Gvineja Bisao', 'HK' => 'Hongkong (SAO Kine)', 'HM' => 'ostrvo Herd i ostrva Makdonald', - 'KN' => 'Sveti Kits i Nevis', + 'KM' => 'Komori', 'KP' => 'Sjeverna Koreja', 'MK' => 'Sjeverna Makedonija', - 'MO' => 'SAR Makao', + 'MM' => 'Mjanmar (Burma)', 'MP' => 'Sjeverna Marijanska ostrva', 'NF' => 'ostrvo Norfok', 'NU' => 'Nijue', - 'PM' => 'Sveti Pjer i Mikelon', 'PS' => 'palestinske teritorije', 'RE' => 'Reunion', + 'TF' => 'Francuske južne teritorije', 'UM' => 'Spoljna ostrva SAD', 'VC' => 'Sveti Vinsent i Grenadini', - 'VG' => 'Britanska Djevičanska Ostrva', - 'VI' => 'Američka Djevičanska Ostrva', + 'VG' => 'Britanska Djevičanska ostrva', + 'VI' => 'Američka Djevičanska ostrva', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_BA.php index cb92ae3..ba8ae9b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_BA.php @@ -2,29 +2,34 @@ return [ 'Names' => [ + 'AX' => 'Оландска острва', + 'BL' => 'Сен Бартелеми', + 'BN' => 'Брунеји', + 'BV' => 'острво Буве', 'BY' => 'Бјелорусија', 'CC' => 'Кокосова (Килинг) острва', - 'CG' => 'Конго', - 'CV' => 'Кабо Верде', 'CZ' => 'Чешка Република', 'DE' => 'Њемачка', + 'FK' => 'Фокландска острва', + 'FO' => 'Фарска острва', 'GS' => 'Јужна Џорџија и Јужна Сендвичка острва', 'GU' => 'Гвам', + 'GW' => 'Гвинеја Бисао', 'HK' => 'Хонгконг (САО Кине)', 'HM' => 'острво Херд и острва Макдоналд', - 'KN' => 'Свети Китс и Невис', + 'KM' => 'Комори', 'KP' => 'Сјеверна Кореја', 'MK' => 'Сјеверна Македонија', - 'MO' => 'САР Макао', + 'MM' => 'Мјанмар (Бурма)', 'MP' => 'Сјеверна Маријанска острва', 'NF' => 'острво Норфок', 'NU' => 'Нијуе', - 'PM' => 'Свети Пјер и Микелон', 'PS' => 'палестинске територије', 'RE' => 'Реунион', + 'TF' => 'Француске јужне територије', 'UM' => 'Спољна острва САД', 'VC' => 'Свети Винсент и Гренадини', - 'VG' => 'Британска Дјевичанска Острва', - 'VI' => 'Америчка Дјевичанска Острва', + 'VG' => 'Британска Дјевичанска острва', + 'VI' => 'Америчка Дјевичанска острва', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_Cyrl_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_Cyrl_BA.php index cb92ae3..ba8ae9b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_Cyrl_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_Cyrl_BA.php @@ -2,29 +2,34 @@ return [ 'Names' => [ + 'AX' => 'Оландска острва', + 'BL' => 'Сен Бартелеми', + 'BN' => 'Брунеји', + 'BV' => 'острво Буве', 'BY' => 'Бјелорусија', 'CC' => 'Кокосова (Килинг) острва', - 'CG' => 'Конго', - 'CV' => 'Кабо Верде', 'CZ' => 'Чешка Република', 'DE' => 'Њемачка', + 'FK' => 'Фокландска острва', + 'FO' => 'Фарска острва', 'GS' => 'Јужна Џорџија и Јужна Сендвичка острва', 'GU' => 'Гвам', + 'GW' => 'Гвинеја Бисао', 'HK' => 'Хонгконг (САО Кине)', 'HM' => 'острво Херд и острва Макдоналд', - 'KN' => 'Свети Китс и Невис', + 'KM' => 'Комори', 'KP' => 'Сјеверна Кореја', 'MK' => 'Сјеверна Македонија', - 'MO' => 'САР Макао', + 'MM' => 'Мјанмар (Бурма)', 'MP' => 'Сјеверна Маријанска острва', 'NF' => 'острво Норфок', 'NU' => 'Нијуе', - 'PM' => 'Свети Пјер и Микелон', 'PS' => 'палестинске територије', 'RE' => 'Реунион', + 'TF' => 'Француске јужне територије', 'UM' => 'Спољна острва САД', 'VC' => 'Свети Винсент и Гренадини', - 'VG' => 'Британска Дјевичанска Острва', - 'VI' => 'Америчка Дјевичанска Острва', + 'VG' => 'Британска Дјевичанска острва', + 'VI' => 'Америчка Дјевичанска острва', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_Latn_BA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_Latn_BA.php index c421930..59fb9dd 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_Latn_BA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sr_Latn_BA.php @@ -2,29 +2,34 @@ return [ 'Names' => [ + 'AX' => 'Olandska ostrva', + 'BL' => 'Sen Bartelemi', + 'BN' => 'Bruneji', + 'BV' => 'ostrvo Buve', 'BY' => 'Bjelorusija', 'CC' => 'Kokosova (Kiling) ostrva', - 'CG' => 'Kongo', - 'CV' => 'Kabo Verde', 'CZ' => 'Češka Republika', 'DE' => 'Njemačka', + 'FK' => 'Foklandska ostrva', + 'FO' => 'Farska ostrva', 'GS' => 'Južna Džordžija i Južna Sendvička ostrva', 'GU' => 'Gvam', + 'GW' => 'Gvineja Bisao', 'HK' => 'Hongkong (SAO Kine)', 'HM' => 'ostrvo Herd i ostrva Makdonald', - 'KN' => 'Sveti Kits i Nevis', + 'KM' => 'Komori', 'KP' => 'Sjeverna Koreja', 'MK' => 'Sjeverna Makedonija', - 'MO' => 'SAR Makao', + 'MM' => 'Mjanmar (Burma)', 'MP' => 'Sjeverna Marijanska ostrva', 'NF' => 'ostrvo Norfok', 'NU' => 'Nijue', - 'PM' => 'Sveti Pjer i Mikelon', 'PS' => 'palestinske teritorije', 'RE' => 'Reunion', + 'TF' => 'Francuske južne teritorije', 'UM' => 'Spoljna ostrva SAD', 'VC' => 'Sveti Vinsent i Grenadini', - 'VG' => 'Britanska Djevičanska Ostrva', - 'VI' => 'Američka Djevičanska Ostrva', + 'VG' => 'Britanska Djevičanska ostrva', + 'VI' => 'Američka Djevičanska ostrva', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/su.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/su.php index 5639eed..0d4c00a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/su.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/su.php @@ -7,6 +7,7 @@ return [ 'DE' => 'Jérman', 'FR' => 'Prancis', 'GB' => 'Britania Raya', + 'ID' => 'Indonesia', 'IN' => 'India', 'IT' => 'Italia', 'JP' => 'Jepang', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sv.php index 9bbce0e..d1d4742 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sv.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sv.php @@ -214,7 +214,7 @@ return [ 'SV' => 'El Salvador', 'SX' => 'Sint Maarten', 'SY' => 'Syrien', - 'SZ' => 'Swaziland', + 'SZ' => 'Eswatini', 'TC' => 'Turks- och Caicosöarna', 'TD' => 'Tchad', 'TF' => 'Franska sydterritorierna', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sw_KE.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sw_KE.php index 26953f9..1e92143 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sw_KE.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/sw_KE.php @@ -3,25 +3,28 @@ return [ 'Names' => [ 'AF' => 'Afghanistani', + 'AG' => 'Antigua na Babuda', 'AI' => 'Anguila', 'AQ' => 'Antaktika', 'AZ' => 'Azabajani', + 'BB' => 'Babados', 'BJ' => 'Benini', + 'BS' => 'Bahamas', 'BT' => 'Bhutani', 'BY' => 'Belarusi', 'CC' => 'Visiwa vya Kokos (Keeling)', 'CD' => 'Kongo - Kinshasa', 'CV' => 'Kepuvede', + 'CW' => 'Kurakao', 'EC' => 'Ekwado', 'GA' => 'Gaboni', - 'GL' => 'Grinilandi', 'GP' => 'Gwadelupe', - 'GS' => 'Visiwa vya Jojia ya Kusini na Sandwich ya Kusini', + 'GS' => 'Visiwa vya Jojia Kusini na Sandwich Kusini', + 'GT' => 'Gwatemala', 'GU' => 'Guami', 'HR' => 'Kroashia', 'IO' => 'Himaya ya Uingereza katika Bahari Hindi', 'JO' => 'Yordani', - 'KY' => 'Visiwa vya Kaimani', 'LA' => 'Laosi', 'LB' => 'Lebanoni', 'LI' => 'Lishenteni', @@ -32,7 +35,6 @@ return [ 'MC' => 'Monako', 'MK' => 'Masedonia', 'MM' => 'Myama (Burma)', - 'MQ' => 'Martiniki', 'MS' => 'Montserati', 'NC' => 'Nyukaledonia', 'NE' => 'Nijeri', @@ -42,13 +44,14 @@ return [ 'PF' => 'Polinesia ya Ufaransa', 'PG' => 'Papua Guinea Mpya', 'PL' => 'Polandi', - 'PR' => 'Puetoriko', + 'PM' => 'St. Pierre na Miquelon', + 'PR' => 'Pwetoriko', 'PS' => 'Himaya za Palestina', 'PY' => 'Paragwai', 'QA' => 'Katari', 'SG' => 'Singapuri', - 'SR' => 'Surinamu', 'ST' => 'Sao Tome na Prinsipe', + 'SV' => 'Elsalvado', 'SY' => 'Shamu', 'TD' => 'Chadi', 'TH' => 'Thailandi', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ta.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ta.php index 1f901ed..329f237 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ta.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ta.php @@ -194,7 +194,7 @@ return [ 'RS' => 'செர்பியா', 'RU' => 'ரஷ்யா', 'RW' => 'ருவாண்டா', - 'SA' => 'சவூதி அரேபியா', + 'SA' => 'சவுதி அரேபியா', 'SB' => 'சாலமன் தீவுகள்', 'SC' => 'சீஷெல்ஸ்', 'SD' => 'சூடான்', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ti.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ti.php index cc5223a..124340f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ti.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/ti.php @@ -150,7 +150,7 @@ return [ 'MM' => 'ሚያንማር (በርማ)', 'MN' => 'ሞንጎልያ', 'MO' => 'ፍሉይ ምምሕዳራዊ ዞባ ማካው (ቻይና)', - 'MP' => 'ደሴታት ሰሜናዊ ማርያና', + 'MP' => 'ሰሜናዊ ደሴታት ማርያና', 'MQ' => 'ማርቲኒክ', 'MR' => 'ማውሪታንያ', 'MS' => 'ሞንትሰራት', @@ -176,7 +176,7 @@ return [ 'OM' => 'ዖማን', 'PA' => 'ፓናማ', 'PE' => 'ፔሩ', - 'PF' => 'ፈረንሳይ ፖሊነዥያ', + 'PF' => 'ፈረንሳዊት ፖሊነዥያ', 'PG' => 'ፓፕዋ ኒው ጊኒ', 'PH' => 'ፊሊፒንስ', 'PK' => 'ፓኪስታን', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/uk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/uk.php index 9fb5c5f..c344594 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/uk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/uk.php @@ -222,7 +222,7 @@ return [ 'TH' => 'Таїланд', 'TJ' => 'Таджикистан', 'TK' => 'Токелау', - 'TL' => 'Тімор-Лешті', + 'TL' => 'Тимор-Лешті', 'TM' => 'Туркменістан', 'TN' => 'Туніс', 'TO' => 'Тонга', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/xh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/xh.php index 32a7bd1..06e0ae3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/xh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/xh.php @@ -2,7 +2,254 @@ return [ 'Names' => [ - 'MK' => 'uMntla Macedonia', - 'ZA' => 'eMzantsi Afrika', + 'AD' => 'E-Andorra', + 'AE' => 'E-United Arab Emirates', + 'AF' => 'E-Afghanistan', + 'AG' => 'E-Antigua & Barbuda', + 'AI' => 'E-Anguilla', + 'AL' => 'E-Albania', + 'AM' => 'E-Armenia', + 'AO' => 'E-Angola', + 'AQ' => 'E-Antarctica', + 'AR' => 'E-Argentina', + 'AS' => 'E-American Samoa', + 'AT' => 'E-Austria', + 'AU' => 'E-Australia', + 'AW' => 'E-Aruba', + 'AX' => 'E-Åland Islands', + 'AZ' => 'E-Azerbaijan', + 'BA' => 'EBosnia & Herzegovina', + 'BB' => 'EBarbados', + 'BD' => 'EBangladesh', + 'BE' => 'EBelgium', + 'BF' => 'EBurkina Faso', + 'BG' => 'EBulgaria', + 'BH' => 'EBahrain', + 'BI' => 'EBurundi', + 'BJ' => 'EBenin', + 'BL' => 'ESt. Barthélemy', + 'BM' => 'EBermuda', + 'BN' => 'eBrunei', + 'BO' => 'EBolivia', + 'BQ' => 'ECaribbean Netherlands', + 'BR' => 'EBrazil', + 'BS' => 'EBahamas', + 'BT' => 'EBhutan', + 'BV' => 'EBouvet Island', + 'BW' => 'EBotswana', + 'BY' => 'EBelarus', + 'BZ' => 'EBelize', + 'CA' => 'EKhanada', + 'CC' => 'ECocos (Keeling) Islands', + 'CD' => 'ECongo -Kinshasa', + 'CF' => 'ECentral African Republic', + 'CG' => 'ECongo - Brazzaville', + 'CH' => 'ESwitzerland', + 'CI' => 'ECôte d’Ivoire', + 'CK' => 'ECook Islands', + 'CL' => 'EChile', + 'CM' => 'ECameroon', + 'CN' => 'ETshayina', + 'CO' => 'EColombia', + 'CR' => 'ECosta Rica', + 'CU' => 'ECuba', + 'CV' => 'ECape Verde', + 'CW' => 'ECuraçao', + 'CX' => 'EChristmas Island', + 'CY' => 'ECyprus', + 'CZ' => 'ECzechia', + 'DE' => 'EJamani', + 'DJ' => 'EDjibouti', + 'DK' => 'EDenmark', + 'DM' => 'EDominica', + 'DO' => 'EDominican Republic', + 'DZ' => 'E-Algeria', + 'EC' => 'EEcuador', + 'EE' => 'E-Estonia', + 'EG' => 'IYiputa', + 'EH' => 'EWestern Sahara', + 'ER' => 'E-Eritrea', + 'ES' => 'ESpain', + 'ET' => 'E-Ethiopia', + 'FI' => 'EFinland', + 'FJ' => 'EFiji', + 'FK' => 'EFalkland Islands', + 'FM' => 'EMicronesia', + 'FO' => 'EFaroe Islands', + 'FR' => 'EFrance', + 'GA' => 'EGabon', + 'GB' => 'E-United Kingdom', + 'GD' => 'EGrenada', + 'GE' => 'EGeorgia', + 'GF' => 'EFrench Guiana', + 'GG' => 'EGuernsey', + 'GH' => 'EGhana', + 'GI' => 'EGibraltar', + 'GL' => 'EGreenland', + 'GM' => 'EGambia', + 'GN' => 'EGuinea', + 'GP' => 'EGuadeloupe', + 'GQ' => 'E-Equatorial Guinea', + 'GR' => 'EGreece', + 'GS' => 'ESouth Georgia & South Sandwich Islands', + 'GT' => 'EGuatemala', + 'GU' => 'EGuam', + 'GW' => 'EGuinea-Bissau', + 'GY' => 'EGuyana', + 'HK' => 'EHong Kong SAR China', + 'HM' => 'EHeard & McDonald Islands', + 'HN' => 'EHonduras', + 'HR' => 'ECroatia', + 'HT' => 'EHaiti', + 'HU' => 'EHungary', + 'ID' => 'E-Indonesia', + 'IE' => 'E-Ireland', + 'IL' => 'E-Israel', + 'IM' => 'E-Isle of Man', + 'IN' => 'E-Indiya', + 'IO' => 'EBritish Indian Ocean Territory', + 'IQ' => 'E-Iraq', + 'IR' => 'E-Iran', + 'IS' => 'E-Iceland', + 'IT' => 'E-Italy', + 'JE' => 'EJersey', + 'JM' => 'EJamaica', + 'JO' => 'EJordan', + 'JP' => 'EJapan', + 'KE' => 'EKenya', + 'KG' => 'EKyrgyzstan', + 'KH' => 'ECambodia', + 'KI' => 'EKiribati', + 'KM' => 'EComoros', + 'KN' => 'ESt. Kitts & Nevis', + 'KP' => 'EMntla Korea', + 'KR' => 'EMzantsi Korea', + 'KW' => 'EKuwait', + 'KY' => 'ECayman Islands', + 'KZ' => 'EKazakhstan', + 'LA' => 'ELaos', + 'LB' => 'ELebanon', + 'LC' => 'ESt. Lucia', + 'LI' => 'ELiechtenstein', + 'LK' => 'ESri Lanka', + 'LR' => 'ELiberia', + 'LS' => 'ELesotho', + 'LT' => 'ELithuania', + 'LU' => 'ELuxembourg', + 'LV' => 'ELatvia', + 'LY' => 'ELibya', + 'MA' => 'EMorocco', + 'MC' => 'EMonaco', + 'MD' => 'EMoldova', + 'ME' => 'EMontenegro', + 'MF' => 'ESt. Martin', + 'MG' => 'EMadagascar', + 'MH' => 'EMarshall Islands', + 'MK' => 'EMntla Macedonia', + 'ML' => 'EMali', + 'MM' => 'EMyanmar (Burma)', + 'MN' => 'EMongolia', + 'MO' => 'EMacao SAR China', + 'MP' => 'ENorthern Mariana Islands', + 'MQ' => 'EMartinique', + 'MR' => 'EMauritania', + 'MS' => 'EMontserrat', + 'MT' => 'EMalta', + 'MU' => 'EMauritius', + 'MV' => 'EMaldives', + 'MW' => 'EMalawi', + 'MX' => 'EMexico', + 'MY' => 'EMalaysia', + 'MZ' => 'EMozambique', + 'NA' => 'ENamibia', + 'NC' => 'ENew Caledonia', + 'NE' => 'ENiger', + 'NF' => 'ENorfolk Island', + 'NG' => 'ENigeria', + 'NI' => 'ENicaragua', + 'NL' => 'ENetherlands', + 'NO' => 'ENorway', + 'NP' => 'ENepal', + 'NR' => 'ENauru', + 'NU' => 'ENiue', + 'NZ' => 'ENew Zealand', + 'OM' => 'E-Oman', + 'PA' => 'EPanama', + 'PE' => 'EPeru', + 'PF' => 'EFrench Polynesia', + 'PG' => 'EPapua New Guinea', + 'PH' => 'EPhilippines', + 'PK' => 'EPakistan', + 'PL' => 'EPoland', + 'PM' => 'ESt. Pierre & Miquelon', + 'PN' => 'EPitcairn Islands', + 'PR' => 'EPuerto Rico', + 'PS' => 'IPalestinian Territories', + 'PT' => 'EPortugal', + 'PW' => 'EPalau', + 'PY' => 'EParaguay', + 'QA' => 'EQatar', + 'RE' => 'ERéunion', + 'RO' => 'ERomania', + 'RS' => 'ESerbia', + 'RU' => 'ERashiya', + 'RW' => 'ERwanda', + 'SA' => 'ESaudi Arabia', + 'SB' => 'ESolomon Islands', + 'SC' => 'ESeychelles', + 'SD' => 'ESudan', + 'SE' => 'ESweden', + 'SG' => 'ESingapore', + 'SH' => 'ESt. Helena', + 'SI' => 'ESlovenia', + 'SJ' => 'ESvalbard & Jan Mayen', + 'SK' => 'ESlovakia', + 'SL' => 'ESierra Leone', + 'SM' => 'ESan Marino', + 'SN' => 'ESenegal', + 'SO' => 'ESomalia', + 'SR' => 'ESuriname', + 'SS' => 'ESouth Sudan', + 'ST' => 'ESão Tomé & Príncipe', + 'SV' => 'E-El Salvador', + 'SX' => 'ESint Maarten', + 'SY' => 'ESiriya', + 'SZ' => 'ESwatini', + 'TC' => 'ETurks & Caicos Islands', + 'TD' => 'EChad', + 'TF' => 'EFrench Southern Territories', + 'TG' => 'ETogo', + 'TH' => 'EThailand', + 'TJ' => 'ETajikistan', + 'TK' => 'ETokelau', + 'TL' => 'ETimor-Leste', + 'TM' => 'ETurkmenistan', + 'TN' => 'ETunisia', + 'TO' => 'ETonga', + 'TR' => 'ETurkey', + 'TT' => 'ETrinidad & Tobago', + 'TV' => 'ETuvalu', + 'TW' => 'ETaiwan', + 'TZ' => 'ETanzania', + 'UA' => 'E-Ukraine', + 'UG' => 'E-Uganda', + 'UM' => 'I-U.S. Outlying Islands', + 'US' => 'EMelika', + 'UY' => 'E-Uruguay', + 'UZ' => 'E-Uzbekistan', + 'VA' => 'EVatican City', + 'VC' => 'ESt. Vincent & Grenadines', + 'VE' => 'EVenezuela', + 'VG' => 'EBritish Virgin Islands', + 'VI' => 'E-U.S. Virgin Islands', + 'VN' => 'EVietnam', + 'VU' => 'EVanuatu', + 'WF' => 'EWallis & Futuna', + 'WS' => 'ESamoa', + 'YE' => 'EYemen', + 'YT' => 'EMayotte', + 'ZA' => 'EMzantsi Afrika', + 'ZM' => 'EZambia', + 'ZW' => 'EZimbabwe', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/zh_HK.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/zh_HK.php index 898053b..b7fb728 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/zh_HK.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/zh_HK.php @@ -59,7 +59,7 @@ return [ 'NG' => '尼日利亞', 'NR' => '瑙魯', 'PF' => '法屬波利尼西亞', - 'PG' => '巴布亞新幾內亞', + 'PG' => '巴布亞新畿內亞', 'PN' => '皮特凱恩島', 'PS' => '巴勒斯坦領土', 'QA' => '卡塔爾', @@ -70,6 +70,7 @@ return [ 'SI' => '斯洛文尼亞', 'SJ' => '斯瓦爾巴特群島及揚馬延島', 'SL' => '塞拉利昂', + 'SM' => '聖馬力諾', 'SO' => '索馬里', 'SR' => '蘇里南', 'ST' => '聖多美和普林西比', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/zh_Hant_HK.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/zh_Hant_HK.php index 898053b..b7fb728 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/zh_Hant_HK.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/regions/zh_Hant_HK.php @@ -59,7 +59,7 @@ return [ 'NG' => '尼日利亞', 'NR' => '瑙魯', 'PF' => '法屬波利尼西亞', - 'PG' => '巴布亞新幾內亞', + 'PG' => '巴布亞新畿內亞', 'PN' => '皮特凱恩島', 'PS' => '巴勒斯坦領土', 'QA' => '卡塔爾', @@ -70,6 +70,7 @@ return [ 'SI' => '斯洛文尼亞', 'SJ' => '斯瓦爾巴特群島及揚馬延島', 'SL' => '塞拉利昂', + 'SM' => '聖馬力諾', 'SO' => '索馬里', 'SR' => '蘇里南', 'ST' => '聖多美和普林西比', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/af.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/af.php index 9ca09a3..00b7ebc 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/af.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/af.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Arab' => 'Arabies', + 'Aran' => 'Nastaliq', 'Armn' => 'Armeens', 'Beng' => 'Bengaals', 'Bopo' => 'Bopomofo', 'Brai' => 'Braille', + 'Cakm' => 'Chakma', + 'Cans' => 'Verenigde Kanadese Inheemse Lettergreepskrif', + 'Cher' => 'Cherokee', 'Cyrl' => 'Sirillies', 'Deva' => 'Devanagari', 'Ethi' => 'Etiopies', @@ -32,14 +37,23 @@ return [ 'Latn' => 'Latyn', 'Mlym' => 'Malabaars', 'Mong' => 'Mongools', + 'Mtei' => 'Meitei-Majek', 'Mymr' => 'Mianmar', + 'Nkoo' => 'N’Ko', + 'Olck' => 'Ol Chiki', 'Orya' => 'Oriya', + 'Rohg' => 'Hanifi', 'Sinh' => 'Sinhala', + 'Sund' => 'Soendanees', + 'Syrc' => 'Siries', 'Taml' => 'Tamil', 'Telu' => 'Teloegoe', + 'Tfng' => 'Tifinagh', 'Thaa' => 'Thaana', 'Thai' => 'Thai', 'Tibt' => 'Tibettaans', + 'Vaii' => 'Vai', + 'Yiii' => 'Yi', 'Zmth' => 'Wiskundige notasie', 'Zsye' => 'Emoji', 'Zsym' => 'Simbole', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/am.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/am.php index 406a4b4..35ee513 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/am.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/am.php @@ -2,23 +2,32 @@ return [ 'Names' => [ + 'Adlm' => 'አድላም', 'Arab' => 'ዓረብኛ', + 'Aran' => 'ናስታሊክ', 'Armn' => 'አርሜንያዊ', 'Beng' => 'ቤንጋሊ', 'Bopo' => 'ቦፖሞፎ', 'Brai' => 'ብሬይል', + 'Buhd' => 'ቡሂድ', + 'Cakm' => 'ቻክማ', 'Cans' => 'የተዋሐዱ የካናዳ ጥንታዊ ምልክቶች', 'Cher' => 'ቼሮኪ', + 'Copt' => 'ኮፕቲክ', + 'Cprt' => 'ሲፕሪኦት', 'Cyrl' => 'ሲይሪልክ', 'Deva' => 'ደቫንጋሪ', + 'Dsrt' => 'ዴዘረት', 'Ethi' => 'ኢትዮፒክ', 'Geor' => 'ጆርጂያዊ', + 'Goth' => 'ጐቲክ', 'Grek' => 'ግሪክ', 'Gujr' => 'ጉጃራቲ', 'Guru' => 'ጉርሙኪ', 'Hanb' => 'ሃንብ', 'Hang' => 'ሐንጉል', 'Hani' => 'ሃን', + 'Hano' => 'ሀኑኦ', 'Hans' => 'ቀለል ያለ', 'Hant' => 'ባህላዊ', 'Hebr' => 'እብራይስጥ', @@ -33,16 +42,37 @@ return [ 'Laoo' => 'ላኦ', 'Latn' => 'ላቲን', 'Limb' => 'ሊምቡ', + 'Lina' => 'ሊኒያር ኤ', + 'Linb' => 'ሊኒያር ቢ', 'Mlym' => 'ማላያልም', 'Mong' => 'ሞንጎሊያኛ', + 'Mtei' => 'ሜቴ ማይክ', 'Mymr' => 'ምያንማር', + 'Nkoo' => 'ንኮ', + 'Ogam' => 'ኦግሀም', + 'Olck' => 'ኦይ ቺኪ', 'Orya' => 'ኦሪያ', + 'Osma' => 'ኦስማኒያ', + 'Rohg' => 'ሃኒፊ', + 'Runr' => 'ሩኒክ', + 'Shaw' => 'የሻቪያ ፊደል', 'Sinh' => 'ሲንሃላ', + 'Sund' => 'ሱዳናዊ', + 'Syrc' => 'ሲሪክ', + 'Tagb' => 'ትአግባንዋ', + 'Tale' => 'ታኢ ለ', + 'Talu' => 'አዲስ ታኢ ሉ', 'Taml' => 'ታሚል', 'Telu' => 'ተሉጉ', + 'Tfng' => 'ቲፊናግህ', + 'Tglg' => 'ታጋሎግ', 'Thaa' => 'ታና', 'Thai' => 'ታይ', 'Tibt' => 'ቲቤታን', + 'Ugar' => 'ኡጋሪቲክ', + 'Vaii' => 'ቫይ', + 'Yiii' => 'ዪ', + 'Zinh' => 'የተወረሰ', 'Zmth' => 'የሂሳብ መግለጫ', 'Zsye' => 'ኢሞጂ', 'Zsym' => 'ምልክቶች', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ar.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ar.php index dba88c3..85620cc 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ar.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ar.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'أدلم', 'Arab' => 'العربية', 'Aran' => 'نستعليق', 'Armn' => 'الأرمينية', @@ -14,6 +15,7 @@ return [ 'Brai' => 'البرايل', 'Bugi' => 'البجينيز', 'Buhd' => 'البهيدية', + 'Cakm' => 'شاكما', 'Cans' => 'مقاطع كندية أصلية موحدة', 'Cari' => 'الكارية', 'Cham' => 'التشامية', @@ -89,6 +91,7 @@ return [ 'Phnx' => 'الفينيقية', 'Plrd' => 'الصوتيات الجماء', 'Qaag' => 'زوجيي', + 'Rohg' => 'الحنيفي', 'Roro' => 'رنجورنجو', 'Runr' => 'الروني', 'Sara' => 'الساراتي', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/as.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/as.php index 593ad0f..659cc91 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/as.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/as.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'এডলাম', 'Arab' => 'আৰবী', + 'Aran' => 'নাষ্টালিক', 'Armn' => 'আৰ্মেনীয়', 'Beng' => 'বাংলা', 'Bopo' => 'বোপোমোফো', 'Brai' => 'ব্ৰেইল', + 'Cakm' => 'চাকমা', + 'Cans' => 'ইউনিফাইড কানাডিয়ান এব’ৰিজিনেল ছিলেবিকছ', + 'Cher' => 'চেৰ’কী', 'Cyrl' => 'চিৰিলিক', 'Deva' => 'দেৱনাগৰী', 'Ethi' => 'ইথিঅ’পিক', @@ -32,14 +37,23 @@ return [ 'Latn' => 'লেটিন', 'Mlym' => 'মালায়ালম', 'Mong' => 'মঙ্গোলিয়', + 'Mtei' => 'মেইতেই মায়েক', 'Mymr' => 'ম্যানমাৰ', + 'Nkoo' => 'এন্‍ক’', + 'Olck' => 'অ’ল চিকি', 'Orya' => 'ওড়িয়া', + 'Rohg' => 'হানিফি', 'Sinh' => 'সিংহলী', + 'Sund' => 'ছাণ্ডানিজ', + 'Syrc' => 'ছিৰিয়াক', 'Taml' => 'তামিল', 'Telu' => 'তেলুগু', + 'Tfng' => 'টিফিনাঘ', 'Thaa' => 'থানা', 'Thai' => 'থাই', 'Tibt' => 'তিব্বতী', + 'Vaii' => 'ভাই', + 'Yiii' => 'য়ি', 'Zmth' => 'গাণিতিক চিহ্ন', 'Zsye' => 'ইম’জি', 'Zsym' => 'প্ৰতীক', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/az.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/az.php index e1d4d10..d273460 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/az.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/az.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'ərəb', + 'Aran' => 'aran', 'Armi' => 'armi', 'Armn' => 'erməni', 'Avst' => 'avestan', @@ -15,7 +17,7 @@ return [ 'Brai' => 'brayl', 'Bugi' => 'buqin', 'Buhd' => 'buhid', - 'Cakm' => 'kakm', + 'Cakm' => 'çakma', 'Cans' => 'birləşmiş kanada yerli yazısı', 'Cari' => 'kariyan', 'Cham' => 'çam', @@ -94,6 +96,7 @@ return [ 'Plrd' => 'polard fonetik', 'Prti' => 'prti', 'Rjng' => 'recəng', + 'Rohg' => 'hanifi', 'Roro' => 'ronqoronqo', 'Runr' => 'runik', 'Samr' => 'samaritan', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/be.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/be.php index 9bd1dc3..bedfb94 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/be.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/be.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'адлам', 'Arab' => 'арабскае', + 'Aran' => 'насталік', 'Armn' => 'армянскае', 'Beng' => 'бенгальскае', 'Bopo' => 'бапамофа', 'Brai' => 'шрыфт Брайля', + 'Cakm' => 'чакма', + 'Cans' => 'складавае пісьмо канадскіх абарыгенаў', + 'Cher' => 'чэрокі', 'Cyrl' => 'кірыліца', 'Deva' => 'дэванагары', 'Ethi' => 'эфіопскае', @@ -32,14 +37,23 @@ return [ 'Latn' => 'лацініца', 'Mlym' => 'малаялам', 'Mong' => 'старамангольскае', + 'Mtei' => 'маніпуры', 'Mymr' => 'бірманскае', + 'Nkoo' => 'нко', + 'Olck' => 'ол-чыкі', 'Orya' => 'орыя', + 'Rohg' => 'ханіфі', 'Sinh' => 'сінгальскае', + 'Sund' => 'сунданскае', + 'Syrc' => 'сірыйскае', 'Taml' => 'тамільскае', 'Telu' => 'тэлугу', + 'Tfng' => 'тыфінаг', 'Thaa' => 'тана', 'Thai' => 'тайскае', 'Tibt' => 'тыбецкае', + 'Vaii' => 'вайскае', + 'Yiii' => 'йі', 'Zmth' => 'матэматычныя знакі', 'Zsye' => 'эмодзі', 'Zsym' => 'сімвалы', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bg.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bg.php index 17f5abe..05ff501 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bg.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bg.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'адлам', 'Arab' => 'арабска', + 'Aran' => 'aранска', 'Armi' => 'Арамейска', 'Armn' => 'арменска', 'Avst' => 'Авестанска', @@ -15,11 +17,11 @@ return [ 'Brai' => 'брайлова', 'Bugi' => 'Бугинска', 'Buhd' => 'Бухид', - 'Cakm' => 'Чакма', - 'Cans' => 'Унифицирани символи на канадски аборигени', + 'Cakm' => 'чакма', + 'Cans' => 'унифицирани символи на канадски аборигени', 'Cari' => 'Карийска', 'Cham' => 'Хамитска', - 'Cher' => 'Чероки', + 'Cher' => 'чероки', 'Cirt' => 'Кирт', 'Copt' => 'Коптска', 'Cprt' => 'Кипърска', @@ -78,7 +80,7 @@ return [ 'Mlym' => 'малаялам', 'Mong' => 'монголска', 'Moon' => 'Мун', - 'Mtei' => 'Манипури', + 'Mtei' => 'манипури', 'Mymr' => 'бирманска', 'Nkoo' => 'Н’Ко', 'Ogam' => 'Огамическа', @@ -91,15 +93,16 @@ return [ 'Phlv' => 'Пахлавска', 'Phnx' => 'Финикийска', 'Plrd' => 'Писменост Полард', + 'Rohg' => 'харифи', 'Roro' => 'Ронго-ронго', 'Runr' => 'Руническа', 'Samr' => 'Самаританска', 'Sara' => 'Сарати', 'Saur' => 'Саураштра', 'Sinh' => 'синхалска', - 'Sund' => 'Сунданска', + 'Sund' => 'сунданска', 'Sylo' => 'Силоти Нагри', - 'Syrc' => 'Сирийска', + 'Syrc' => 'сирийска', 'Syre' => 'Сирийска естрангело', 'Syrj' => 'Западна сирийска', 'Syrn' => 'Източна сирийска', @@ -108,12 +111,13 @@ return [ 'Talu' => 'Нова Тай Ле', 'Taml' => 'тамилска', 'Telu' => 'телугу', + 'Tfng' => 'тифинаг', 'Tglg' => 'Тагалог', 'Thaa' => 'таана', 'Thai' => 'тайска', 'Tibt' => 'тибетска', 'Ugar' => 'Угаритска', - 'Vaii' => 'Вайска', + 'Vaii' => 'вайска', 'Visp' => 'Видима реч', 'Xpeo' => 'Староперсийска', 'Xsux' => 'Шумеро-акадски клинопис', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bn.php index 029d34b..0382b91 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bn.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'আদলাম', 'Arab' => 'আরবি', + 'Aran' => 'নাস্তালিক', 'Armi' => 'আরমি', 'Armn' => 'আর্মেনীয়', 'Avst' => 'আভেসতান', @@ -16,7 +18,7 @@ return [ 'Bugi' => 'বুগি', 'Buhd' => 'বুহিড', 'Cakm' => 'চাকমা', - 'Cans' => 'সংযুক্ত কানাডিয়ান অ্যাব্রোজিনিয়ান সিলেবিক্স', + 'Cans' => 'সংযুক্ত কানাডিয়ান অ্যাবোরিজিনাল সিলেবিক্স', 'Cari' => 'ক্যারিয়ান', 'Cham' => 'চ্যাম', 'Cher' => 'চেরোকি', @@ -25,7 +27,7 @@ return [ 'Cprt' => 'সাইপ্রোয়েট', 'Cyrl' => 'সিরিলিক', 'Cyrs' => 'প্রাচীন চার্চ স্লাভোনিক সিরিলিক', - 'Deva' => 'দেবনাগরি', + 'Deva' => 'দেবনগরি', 'Dsrt' => 'দেসেরাত', 'Egyd' => 'মিশরীয় ডেমোটিক', 'Egyh' => 'মিশরীয় হায়রেটিক', @@ -38,7 +40,7 @@ return [ 'Grek' => 'গ্রিক', 'Gujr' => 'গুজরাটি', 'Guru' => 'গুরুমুখি', - 'Hanb' => 'হ্যানবি', + 'Hanb' => 'হ্যান-বোপোমোফো', 'Hang' => 'হাঙ্গুল', 'Hani' => 'হ্যান', 'Hano' => 'হ্যানুনু', @@ -57,7 +59,7 @@ return [ 'Kali' => 'কায়াহ লি', 'Kana' => 'কাটাকানা', 'Khar' => 'খরোষ্ঠী', - 'Khmr' => 'খেমের', + 'Khmr' => 'খমের', 'Knda' => 'কানাড়া', 'Kore' => 'কোরিয়ান', 'Kthi' => 'কাইথি', @@ -81,7 +83,7 @@ return [ 'Moon' => 'মুন', 'Mtei' => 'মেইটেই মায়েক', 'Mymr' => 'মায়ানমার', - 'Nkoo' => 'এনকো', + 'Nkoo' => 'এন’কো', 'Ogam' => 'ওঘাম', 'Olck' => 'ওল চিকি', 'Orkh' => 'অর্খোন', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'পোলার্ড ধ্বনিক', 'Prti' => 'পার্থিয়ন', 'Rjng' => 'রেজ্যাঙ্গ', + 'Rohg' => 'হানিফি', 'Roro' => 'রোঙ্গোরোঙ্গো', 'Runr' => 'রুনিক', 'Samr' => 'সমেরিটন', @@ -104,7 +107,7 @@ return [ 'Sgnw' => 'চিহ্ন লিখন', 'Shaw' => 'সাভিয়ান', 'Sinh' => 'সিংহলি', - 'Sund' => 'সান্দানিজ', + 'Sund' => 'সুন্দানিজ', 'Sylo' => 'সিলেটি নাগরি', 'Syrc' => 'সিরিয়াক', 'Syre' => 'এস্ট্রেঙ্গেলো সিরিয়াক', @@ -127,11 +130,11 @@ return [ 'Visp' => 'দৃশ্যমান ভাষা', 'Xpeo' => 'প্রাচীন ফার্সি', 'Xsux' => 'সুমের-আক্কাদীয় কীলকরূপ', - 'Yiii' => 'উই', + 'Yiii' => 'ই', 'Zinh' => 'কাই', 'Zmth' => 'গাণিতিক চিহ্ন', 'Zsye' => 'ইমোজি', - 'Zsym' => 'প্রতীকগুলি', + 'Zsym' => 'প্রতীক', 'Zxxx' => 'অলিখিত', 'Zyyy' => 'সাধারন', ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bs.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bs.php index d4b7f89..d3bb881 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bs.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bs.php @@ -24,7 +24,7 @@ return [ 'Bugi' => 'buginsko pismo', 'Buhd' => 'buhidsko pismo', 'Cakm' => 'čakmansko pismo', - 'Cans' => 'Ujedinjeni kanadski aboridžinski slogovi', + 'Cans' => 'ujedinjeni kanadski aboridžinski slogovi', 'Cari' => 'karijsko pismo', 'Cham' => 'čamsko pismo', 'Cher' => 'čeroki pismo', @@ -39,7 +39,7 @@ return [ 'Diak' => 'dives akuru pismo', 'Dogr' => 'dogra pismo', 'Dsrt' => 'dezeret pismo', - 'Dupl' => 'Duploaje stenografija', + 'Dupl' => 'duploaje stenografija', 'Egyd' => 'egipatsko narodno pismo', 'Egyh' => 'egipatsko hijeratsko pismo', 'Egyp' => 'egipatski hijeroglifi', @@ -78,6 +78,7 @@ return [ 'Jurc' => 'jurchen pismo', 'Kali' => 'kajah li pismo', 'Kana' => 'pismo katakana', + 'Kawi' => 'kavi pismo', 'Khar' => 'karošti pismo', 'Khmr' => 'kmersko pismo', 'Khoj' => 'khojki pismo', @@ -117,6 +118,7 @@ return [ 'Mtei' => 'meitei majek pismo', 'Mult' => 'multani pismo', 'Mymr' => 'mijanmarsko pismo', + 'Nagm' => 'nag mundari pismo', 'Nand' => 'nandinagari pismo', 'Narb' => 'staro sjevernoarapsko pismo', 'Nbat' => 'nabatejsko pismo', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bs_Cyrl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bs_Cyrl.php index 44b82f2..dadb051 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bs_Cyrl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/bs_Cyrl.php @@ -2,17 +2,24 @@ return [ 'Names' => [ + 'Adlm' => 'адламанско писмо', + 'Aghb' => 'бијело албанско писмо', + 'Ahom' => 'ахом писмо', 'Arab' => 'арапско писмо', + 'Aran' => 'насталик писмо', 'Armi' => 'империјско арамејско писмо', 'Armn' => 'јерменско писмо', 'Avst' => 'авестанско писмо', 'Bali' => 'балијско писмо', + 'Bamu' => 'бамум писмо', + 'Bass' => 'баса вах писмо', 'Batk' => 'батак писмо', 'Beng' => 'бенгалско писмо', + 'Bhks' => 'баиксуки писмо', 'Blis' => 'блисимболично писмо', 'Bopo' => 'бопомофо писмо', 'Brah' => 'браманско писмо', - 'Brai' => 'Брајево писмо', + 'Brai' => 'брајево писмо', 'Bugi' => 'бугинско писмо', 'Buhd' => 'бухидско писмо', 'Cakm' => 'чакманско писмо', @@ -20,21 +27,31 @@ return [ 'Cari' => 'каријско писмо', 'Cham' => 'чамско писмо', 'Cher' => 'Чероки', + 'Chrs' => 'чорамсианско писмо', 'Cirt' => 'цирт писмо', 'Copt' => 'коптичко писмо', + 'Cpmn' => 'кипро-миноанско писмо', 'Cprt' => 'кипарско писмо', 'Cyrl' => 'ћирилица', - 'Cyrs' => 'Старословенска црквена ћирилица', + 'Cyrs' => 'старословенска црквена ћирилица', 'Deva' => 'деванагари', + 'Diak' => 'дивес акуру писмо', + 'Dogr' => 'догра писмо', 'Dsrt' => 'Дезерет', + 'Dupl' => 'дуплојанska stenografija', 'Egyd' => 'египатско народно писмо', 'Egyh' => 'египатско хијератско писмо', 'Egyp' => 'египатски хијероглифи', + 'Elba' => 'елбасан писмо', + 'Elym' => 'елимаик писмо', 'Ethi' => 'етиопско писмо', 'Geok' => 'грузијско кхутсури писмо', 'Geor' => 'грузијско писмо', 'Glag' => 'глагољица', - 'Goth' => 'Готика', + 'Gong' => 'гуњала гонди писмо', + 'Gonm' => 'масарам гонди писмо', + 'Goth' => 'готика', + 'Gran' => 'гранта писмо', 'Grek' => 'грчко писмо', 'Gujr' => 'гуџарати', 'Guru' => 'гурмуки писмо', @@ -44,9 +61,12 @@ return [ 'Hano' => 'хануно', 'Hans' => 'поједностављени', 'Hant' => 'традиционални', + 'Hatr' => 'хатран писмо', 'Hebr' => 'хебрејско писмо', 'Hira' => 'хирагана', + 'Hluw' => 'анатолијски хијероглифи', 'Hmng' => 'пахав хмонг писмо', + 'Hmnp' => 'нјакенг пауче хмонг писмо', 'Hrkt' => 'јапанско слоговно писмо', 'Hung' => 'старомађарско писмо', 'Inds' => 'индушко писмо', @@ -56,8 +76,11 @@ return [ 'Jpan' => 'јапанско писмо', 'Kali' => 'кајах-ли писмо', 'Kana' => 'катакана', + 'Kawi' => 'кави писмо', 'Khar' => 'карошти писмо', 'Khmr' => 'кмерско писмо', + 'Khoj' => 'којки писмо', + 'Kits' => 'китан мала слова', 'Knda' => 'канада писмо', 'Kore' => 'корејско писмо', 'Kthi' => 'каити', @@ -70,63 +93,104 @@ return [ 'Limb' => 'лимбу писмо', 'Lina' => 'линеарно А писмо', 'Linb' => 'линеарно Б писмо', + 'Lisu' => 'фрасер писмо', 'Lyci' => 'лисијско писмо', 'Lydi' => 'лидијско писмо', + 'Mahj' => 'махајани писмо', + 'Maka' => 'макасар писмо', 'Mand' => 'мандеанско писмо', 'Mani' => 'манихејско писмо', + 'Marc' => 'марчен писмо', 'Maya' => 'мајански хијероглифи', + 'Medf' => 'медефаидрин писмо', + 'Mend' => 'менде писмо', + 'Merc' => 'меоитиц курзив', 'Mero' => 'мероитик писмо', 'Mlym' => 'малајалам писмо', + 'Modi' => 'моди писмо', 'Mong' => 'монголско писмо', 'Moon' => 'месечево писмо', + 'Mroo' => 'мро писмо', 'Mtei' => 'меитеи мајек писмо', + 'Mult' => 'мултани писмо', 'Mymr' => 'мијанмарско писмо', + 'Nagm' => 'наг мундари писмо', + 'Nand' => 'нандинагари писмо', + 'Narb' => 'старо сјеверно арапско писмо', + 'Nbat' => 'набатаен писмо', + 'Newa' => 'нева писмо', 'Nkoo' => 'н’ко писмо', + 'Nshu' => 'нушу писмо', 'Ogam' => 'огамско писмо', 'Olck' => 'ол чики писмо', 'Orkh' => 'орконско писмо', 'Orya' => 'одија писмо', + 'Osge' => 'осаге писмо', 'Osma' => 'осмањанско писмо', + 'Ougr' => 'старо ујгур писмо', + 'Palm' => 'палмѕрене писмо', + 'Pauc' => 'пау цин хау писмо', 'Perm' => 'старо пермикско писмо', 'Phag' => 'пагс-па писмо', 'Phli' => 'писани пахлави', 'Phlp' => 'псалтер пахлави', 'Phlv' => 'пахлави писмо', - 'Phnx' => 'Феничанско писмо', + 'Phnx' => 'феничанско писмо', 'Plrd' => 'поралд фонетско писмо', 'Prti' => 'писани партиан', + 'Qaag' => 'завгји писмо', 'Rjng' => 'рејанг писмо', + 'Rohg' => 'ханифи писмо', 'Roro' => 'ронгоронго писмо', 'Runr' => 'рунско писмо', 'Samr' => 'самаританско писмо', 'Sara' => 'сарати писмо', + 'Sarb' => 'старо јужно арапско писмо', 'Saur' => 'саураштра писмо', 'Sgnw' => 'знаковно писмо', 'Shaw' => 'шавијанско писмо', + 'Shrd' => 'шарада писмо', + 'Sidd' => 'сидхам писмо', + 'Sind' => 'кудавади писмо', 'Sinh' => 'синхалско писмо', + 'Sogd' => 'согдиан писмо', + 'Sogo' => 'старо согдиан писмо', + 'Sora' => 'сора сомпенг писмо', + 'Soyo' => 'сојомбо писмо', + 'Sund' => 'сунданесе писмо', 'Sylo' => 'силоти нагри писмо', 'Syrc' => 'сиријско писмо', 'Syre' => 'сиријско естрангело писмо', 'Syrj' => 'западносиријско писмо', 'Syrn' => 'писмо источне Сирије', 'Tagb' => 'тагбанва писмо', + 'Takr' => 'такри писмо', 'Tale' => 'таи ле писмо', 'Talu' => 'нови таи луе', 'Taml' => 'тамилско писмо', + 'Tang' => 'тангут писмо', 'Tavt' => 'таи виет писмо', 'Telu' => 'телугу писмо', 'Teng' => 'тенгвар писмо', 'Tfng' => 'тифинаг писмо', - 'Tglg' => 'Тагалог', + 'Tglg' => 'тагалог', 'Thaa' => 'тана писмо', 'Thai' => 'тајландско писмо', 'Tibt' => 'тибетанско писмо', + 'Tirh' => 'тирхута писмо', + 'Tnsa' => 'тангса писмо', + 'Toto' => 'тото писмо', 'Ugar' => 'угаритско писмо', 'Vaii' => 'ваи писмо', 'Visp' => 'видљиви говор', + 'Vith' => 'виткуки писмо', + 'Wara' => 'варанг кшити писмо', + 'Wcho' => 'ванчо', 'Xpeo' => 'староперсијско писмо', 'Xsux' => 'сумерско-акадско кунеиформ писмо', + 'Yezi' => 'језиди писмо', 'Yiii' => 'ји писмо', + 'Zanb' => 'занабазар клинасто писмо', 'Zinh' => 'наследно писмо', 'Zmth' => 'математичка нотација', 'Zsye' => 'емоџи', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ca.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ca.php index ec6951a..eb2c4e2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ca.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ca.php @@ -7,7 +7,7 @@ return [ 'Aghb' => 'albanès caucàsic', 'Ahom' => 'ahom', 'Arab' => 'àrab', - 'Aran' => 'nastaliq', + 'Aran' => 'nasta’liq', 'Armi' => 'arameu imperial', 'Armn' => 'armeni', 'Avst' => 'avèstic', @@ -24,7 +24,7 @@ return [ 'Bugi' => 'buginès', 'Buhd' => 'buhid', 'Cakm' => 'chakma', - 'Cans' => 'síl·labes dels aborígens canadencs unificats', + 'Cans' => 'sil·labari aborigen canadenc unificat', 'Cari' => 'carià', 'Cham' => 'cham', 'Cher' => 'cherokee', @@ -101,7 +101,7 @@ return [ 'Mong' => 'mongol', 'Moon' => 'moon', 'Mroo' => 'mro', - 'Mtei' => 'manipurí', + 'Mtei' => 'manipuri', 'Mult' => 'multani', 'Mymr' => 'birmà', 'Narb' => 'antic nord-aràbic', @@ -128,6 +128,7 @@ return [ 'Prti' => 'parthià inscripcional', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Roro' => 'rongo-rongo', 'Runr' => 'rúnic', 'Samr' => 'samarità', @@ -156,7 +157,7 @@ return [ 'Tavt' => 'tai viet', 'Telu' => 'telugu', 'Teng' => 'tengwar', - 'Tfng' => 'tifinagh', + 'Tfng' => 'tifinag', 'Tglg' => 'tagàlog', 'Thaa' => 'thaana', 'Thai' => 'tailandès', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cs.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cs.php index 508f14d..c33e2ba 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cs.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cs.php @@ -2,10 +2,11 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Afak' => 'afaka', 'Aghb' => 'kavkazskoalbánské', 'Arab' => 'arabské', - 'Aran' => 'nastaliq', + 'Aran' => 'nastalik', 'Armi' => 'aramejské (imperiální)', 'Armn' => 'arménské', 'Avst' => 'avestánské', @@ -122,6 +123,7 @@ return [ 'Prti' => 'parthské klínové', 'Qaag' => 'zawgyi', 'Rjng' => 'redžanské', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo', 'Runr' => 'runové', 'Samr' => 'samařské', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cv.php new file mode 100644 index 0000000..d54ee80 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cv.php @@ -0,0 +1,14 @@ + [ + 'Arab' => 'арап', + 'Cyrl' => 'кириллица', + 'Hans' => 'ҫӑмӑллатнӑн китай', + 'Hant' => 'традициллӗн китай', + 'Jpan' => 'япони', + 'Kore' => 'корей', + 'Latn' => 'латин', + 'Zxxx' => 'ҫырусӑр', + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cy.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cy.php index d4af66b..0194fd4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cy.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/cy.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Arab' => 'Arabaidd', + 'Aran' => 'Nastaliq', 'Armn' => 'Armenaidd', 'Beng' => 'Bangla', 'Bopo' => 'Bopomofo', 'Brai' => 'Braille', + 'Cakm' => 'Chakma', + 'Cans' => 'Meysydd Llafur Cynfrodorol Unedig Canada', + 'Cher' => 'Cherokee', 'Cyrl' => 'Cyrilig', 'Deva' => 'Devanagari', 'Ethi' => 'Ethiopig', @@ -32,14 +37,23 @@ return [ 'Latn' => 'Lladin', 'Mlym' => 'Malayalamaidd', 'Mong' => 'Mongolaidd', + 'Mtei' => 'Meitei Mayek', 'Mymr' => 'Myanmaraidd', + 'Nkoo' => 'N’Ko', + 'Olck' => 'Ol Chiki', 'Orya' => 'Orïaidd', + 'Rohg' => 'Hanifi', 'Sinh' => 'Sinhanaidd', + 'Sund' => 'Swndaneg', + 'Syrc' => 'Syrieg', 'Taml' => 'Tamilaidd', 'Telu' => 'Telugu', + 'Tfng' => 'Tifinagh', 'Thaa' => 'Thaana', 'Thai' => 'Tai', 'Tibt' => 'Tibetaidd', + 'Vaii' => 'Vai', + 'Yiii' => 'Yi', 'Zmth' => 'Nodiant Mathemategol', 'Zsye' => 'Emoji', 'Zsym' => 'Symbolau', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/da.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/da.php index f70cb03..e595290 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/da.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/da.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Afak' => 'afaka', 'Arab' => 'arabisk', 'Aran' => 'nastaliq', @@ -19,7 +20,7 @@ return [ 'Brai' => 'punktskrift', 'Bugi' => 'buginesisk', 'Buhd' => 'buhid', - 'Cakm' => 'cakm', + 'Cakm' => 'chakma', 'Cans' => 'oprindelige canadiske symboler', 'Cari' => 'kariansk', 'Cham' => 'cham', @@ -117,6 +118,7 @@ return [ 'Prti' => 'prti', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Roro' => 'rongo-rongo', 'Runr' => 'runer', 'Samr' => 'samaritansk', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/de.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/de.php index 9f90713..80be5ba 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/de.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/de.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Afak' => 'Afaka', 'Aghb' => 'Kaukasisch-Albanisch', 'Arab' => 'Arabisch', @@ -95,7 +96,7 @@ return [ 'Mong' => 'Mongolisch', 'Moon' => 'Moon', 'Mroo' => 'Mro', - 'Mtei' => 'Meitei Mayek', + 'Mtei' => 'Meitei-Mayek', 'Mymr' => 'Birmanisch', 'Narb' => 'Altnordarabisch', 'Nbat' => 'Nabatäisch', @@ -119,6 +120,7 @@ return [ 'Prti' => 'Parthisch', 'Qaag' => 'Zawgyi', 'Rjng' => 'Rejang', + 'Rohg' => 'Hanifi Rohingya', 'Roro' => 'Rongorongo', 'Runr' => 'Runenschrift', 'Samr' => 'Samaritanisch', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/el.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/el.php index da48e87..e8b7b2c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/el.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/el.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'Άντλαμ', 'Arab' => 'Αραβικό', 'Aran' => 'Νασταλίκ', 'Armi' => 'Αυτοκρατορικό Αραμαϊκό', @@ -97,6 +98,7 @@ return [ 'Plrd' => 'Φωνητικό Πόλαρντ', 'Prti' => 'Επιγραφικό Παρθιάν', 'Rjng' => 'Ρετζάνγκ', + 'Rohg' => 'Χανίφι', 'Roro' => 'Ρονγκορόνγκο', 'Runr' => 'Ρουνίκ', 'Samr' => 'Σαμαριτικό', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/en_CA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/en_CA.php new file mode 100644 index 0000000..58f266a --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/en_CA.php @@ -0,0 +1,10 @@ + [ + 'Zmth' => 'mathematical notation', + 'Zsye' => 'emoji', + 'Zsym' => 'symbols', + 'Zxxx' => 'unwritten', + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es.php index 93d24f6..914781b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'ádlam', 'Arab' => 'árabe', 'Aran' => 'nastaliq', 'Armn' => 'armenio', @@ -15,10 +16,11 @@ return [ 'Brai' => 'braille', 'Bugi' => 'buginés', 'Buhd' => 'buhid', + 'Cakm' => 'chakma', 'Cans' => 'silabarios aborígenes canadienses unificados', 'Cari' => 'cario', 'Cham' => 'cham', - 'Cher' => 'cherokee', + 'Cher' => 'cheroqui', 'Cirt' => 'cirth', 'Copt' => 'copto', 'Cprt' => 'chipriota', @@ -76,11 +78,11 @@ return [ 'Mlym' => 'malayálam', 'Mong' => 'mongol', 'Moon' => 'moon', - 'Mtei' => 'manipuri', + 'Mtei' => 'meitei', 'Mymr' => 'birmano', 'Nkoo' => 'n’ko', 'Ogam' => 'ogham', - 'Olck' => 'ol ciki', + 'Olck' => 'ol chiki', 'Orkh' => 'orkhon', 'Orya' => 'oriya', 'Osma' => 'osmaniya', @@ -90,6 +92,7 @@ return [ 'Plrd' => 'Pollard Miao', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Roro' => 'rongo-rongo', 'Runr' => 'rúnico', 'Sara' => 'sarati', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_419.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_419.php index 840a104..f7276e4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_419.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_419.php @@ -7,6 +7,7 @@ return [ 'Laoo' => 'lao', 'Latn' => 'latín', 'Mlym' => 'malabar', - 'Olck' => 'ol chiki', + 'Mtei' => 'manipuri', + 'Syrc' => 'siríaco', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_MX.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_MX.php deleted file mode 100644 index 81c0c91..0000000 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_MX.php +++ /dev/null @@ -1,7 +0,0 @@ - [ - 'Mlym' => 'malayálam', - ], -]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_US.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_US.php index 5f013f9..57e9e0f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_US.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/es_US.php @@ -2,6 +2,8 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Hrkt' => 'silabarios del japonés', + 'Rohg' => 'hanafí', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/et.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/et.php index 64f828b..2e710d8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/et.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/et.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlami', 'Afak' => 'afaka', 'Aghb' => 'albaani', 'Ahom' => 'ahomi', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/eu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/eu.php index 9e488c3..12892ca 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/eu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/eu.php @@ -69,6 +69,7 @@ return [ 'Jpan' => 'japoniarra', 'Kali' => 'kayah li', 'Kana' => 'katakana', + 'Kawi' => 'kawi', 'Khar' => 'kharoshthi', 'Khmr' => 'khemerarra', 'Khoj' => 'khojkiera', @@ -102,6 +103,7 @@ return [ 'Mtei' => 'meitei mayekera', 'Mult' => 'multaniera', 'Mymr' => 'birmaniarra', + 'Nagm' => 'nag mundariera', 'Nand' => 'nandinagariera', 'Narb' => 'iparraldeko arabiera zaharra', 'Nbat' => 'nabatera', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/fa.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/fa.php index ab102b8..437575c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/fa.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/fa.php @@ -2,8 +2,10 @@ return [ 'Names' => [ + 'Adlm' => 'آدلام', 'Aghb' => 'آلبانیایی قفقازی', 'Arab' => 'عربی', + 'Aran' => 'آران', 'Armi' => 'آرامی هخامنشی', 'Armn' => 'ارمنی', 'Avst' => 'اوستایی', @@ -17,9 +19,10 @@ return [ 'Bugi' => 'بوگیایی', 'Buhd' => 'بوهید', 'Cakm' => 'چاکمایی', + 'Cans' => 'زبان‌های سیلابی بومی‌های متحد کانادایی', 'Cari' => 'کاری', 'Cham' => 'چمی', - 'Cher' => 'چروکیایی', + 'Cher' => 'چروکی', 'Cirt' => 'کرت', 'Copt' => 'قبطی', 'Cprt' => 'قبرسی', @@ -80,7 +83,9 @@ return [ 'Mymr' => 'میانمار', 'Narb' => 'عربی شمالی باستان', 'Nbat' => 'نبطی', + 'Nkoo' => 'اِن کو', 'Ogam' => 'اوگامی', + 'Olck' => 'اول چیکی', 'Orkh' => 'اورخونی', 'Orya' => 'اودیه', 'Palm' => 'پالمیرایی', @@ -91,6 +96,7 @@ return [ 'Phnx' => 'فنیقی', 'Prti' => 'پارتی کتیبه‌ای', 'Rjng' => 'رجنگی', + 'Rohg' => 'حنیفی', 'Runr' => 'رونی', 'Samr' => 'سامری', 'Sara' => 'ساراتی', @@ -98,6 +104,7 @@ return [ 'Saur' => 'سوراشترایی', 'Shaw' => 'شاوی', 'Sinh' => 'سینهالی', + 'Sund' => 'سوندانی', 'Sylo' => 'سیلوتی نگاری', 'Syrc' => 'سریانی', 'Syre' => 'سریانی سطرنجیلی', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ff_Adlm.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ff_Adlm.php index ec70455..61aad49 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ff_Adlm.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ff_Adlm.php @@ -3,13 +3,180 @@ return [ 'Names' => [ 'Adlm' => '𞤀𞤁𞤂𞤢𞤃', + 'Aghb' => '𞤀𞤹𞤦𞤢𞤲𞤭𞤴𞤢', + 'Ahom' => '𞤀𞤸𞤮𞤥', 'Arab' => '𞤀𞥄𞤪𞤢𞤦𞤵', + 'Aran' => '𞤐𞤢𞤧𞤼𞤢𞤤𞤭𞤹', + 'Armi' => '𞤀𞤪𞤢𞤥𞤭𞤴𞤢 𞤉𞤥𞤨𞤫𞤪𞤭𞤴𞤢𞤤', + 'Armn' => '𞤀𞤪𞤥𞤫𞤲𞤭𞤴𞤢𞤲', + 'Avst' => '𞤀𞤾𞤫𞤧𞤼𞤢𞤲', + 'Bali' => '𞤄𞤢𞤤𞤭𞤲𞤭𞥅𞤧', + 'Bamu' => '𞤄𞤢𞤥𞤵', + 'Bass' => '𞤄𞤢𞤧𞤢𞥄 𞤜𞤢𞥄', + 'Batk' => '𞤄𞤢𞤼𞤢𞤳', + 'Beng' => '𞤄𞤫𞤲𞤺𞤢𞤤𞤭', + 'Bhks' => '𞤄𞤢𞤴𞤳𞤵𞤧𞤵𞤳𞤭', + 'Bopo' => '𞤄𞤮𞤨𞤮𞤥𞤮𞤬𞤮', + 'Brah' => '𞤄𞤪𞤢𞤸𞤢𞤥𞤭', + 'Brai' => '𞤄𞤢𞤪𞤢𞤭𞥅𞤤𞤵', + 'Bugi' => '𞤄𞤵𞤺𞤭𞤲𞤭𞤴𞤢', + 'Buhd' => '𞤄𞤵𞤸𞤭𞤣', + 'Cakm' => '𞤕𞤢𞤳𞤥𞤢', + 'Cans' => '𞤑𞤢𞤱𞤪𞤢𞤤 𞤅𞤭𞤺𞤢𞤲𞤯𞤫 𞤚𞤢𞥄𞤳𞤢𞤲𞤶𞤫 𞤑𞤢𞤲𞤢𞤣𞤢𞥄', + 'Cari' => '𞤑𞤢𞤪𞤭𞤴𞤢𞤲', + 'Cham' => '𞤕𞤢𞥄𞤥', + 'Cher' => '𞤕𞤫𞤪𞤮𞤳𞤭𞥅', + 'Chrs' => '𞤑𞤮𞤪𞤢𞥄𞤧𞤥𞤭𞤴𞤢', + 'Copt' => '𞤑𞤭𞤦𞤯𞤭𞤲𞤳𞤮', + 'Cpmn' => '𞤅𞤭𞥅𞤨𞤪𞤮 𞤃𞤭𞤲𞤮𞤴𞤢', + 'Cprt' => '𞤑𞤵𞤦𞤭𞤪𞤧𞤵', 'Cyrl' => '𞤅𞤭𞤪𞤤𞤭𞤳', + 'Deva' => '𞤁𞤫𞤾𞤢𞤲𞤢𞤺𞤢𞤪𞤭', + 'Diak' => '𞤁𞤭𞤾𞤫𞥅𞤧 𞤀𞤳𞤵𞤪𞤵', + 'Dogr' => '𞤁𞤮𞤺𞤪𞤢', + 'Dsrt' => '𞤁𞤫𞤧𞤫𞤪𞤫𞤼', + 'Dupl' => '𞤁𞤵𞤨𞤤𞤮𞤴𞤢𞤲 𞤅𞤮𞥅𞤪𞤼𞤤𞤢𞤲𞤣', + 'Egyp' => '𞤖𞤭𞤪𞤮𞤺𞤭𞤪𞤬𞤵 𞤃𞤭𞤧𞤭𞤪𞤢', + 'Elba' => '𞤉𞤤𞤦𞤢𞤧𞤢𞤲', + 'Elym' => '𞤉𞤤𞤴𞤥𞤢𞤴𞤳', + 'Ethi' => '𞤖𞤢𞤦𞤢𞤧𞤭𞤲𞤳𞤮', + 'Geor' => '𞤔𞤮𞤪𞤶𞤭𞤴𞤢𞤲', + 'Glag' => '𞤘𞤭𞤤𞤢𞤺𞤮𞤤𞤭𞤼𞤭𞤳', + 'Gong' => '𞤘𞤵𞤲𞤶𞤢𞤤𞤢 𞤘𞤮𞤲𞤣𞤭', + 'Gonm' => '𞤃𞤢𞤧𞤢𞤪𞤢𞤲 𞤘𞤮𞤲𞤣𞤭', + 'Goth' => '𞤘𞤵𞥅𞤼𞤭𞤲𞤳𞤮', + 'Gran' => '𞤘𞤢𞤪𞤢𞤲𞤼𞤢', + 'Grek' => '𞤘𞤭𞤪𞤧𞤢', + 'Gujr' => '𞤘𞤵𞤶𞤢𞤪𞤢𞤼𞤭𞥅', + 'Guru' => '𞤘𞤵𞤪𞤥𞤵𞤿𞤭', + 'Hanb' => '𞤖𞤢𞥄𞤲 𞤫 𞤄𞤮𞤨𞤮𞤥𞤮𞤬𞤮', + 'Hang' => '𞤖𞤢𞤲𞤺𞤵𞥅𞤤', + 'Hani' => '𞤖𞤢𞥄𞤲', + 'Hano' => '𞤖𞤢𞤲𞤵𞥅𞤲𞤮', 'Hans' => '𞤖𞤮𞤴𞤲𞤢𞥄𞤲𞤣𞤫', 'Hant' => '𞤚𞤢𞤱𞤢𞥄𞤲𞤣𞤫', - 'Jpan' => '𞤐𞤭𞤨𞤮𞤲𞤶𞤭', - 'Kore' => '𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞤲𞤶𞤭', + 'Hatr' => '𞤖𞤢𞤼𞤢𞤪𞤢𞤲', + 'Hebr' => '𞤖𞤢𞤦𞤵𞤪𞤢', + 'Hira' => '𞤖𞤭𞤪𞤢𞤺𞤢𞤲𞤢', + 'Hluw' => '𞤖𞤭𞤪𞤮𞤺𞤭𞤪𞤬𞤵 𞤀𞤲𞤢𞤼𞤮𞤤𞤭𞤴𞤢', + 'Hmng' => '𞤆𞤢𞤸𞤢𞤱 𞤖𞤢𞤥𞤮𞤲𞤺', + 'Hmnp' => '𞤙𞤭𞤢𞤳𞤫𞤲𞤺 𞤆𞤵𞤢𞤧𞤵𞥅 𞤖𞤥𞤮𞤲𞤺', + 'Hrkt' => '𞤅𞤭𞤺𞤢𞤲𞤯𞤫 𞤐𞤭𞤨𞤮𞤲𞤶𞤫', + 'Hung' => '𞤑𞤭𞤯𞥆𞤭 𞤖𞤢𞤲𞤺𞤢𞤪𞤭𞤴𞤢𞥄', + 'Ital' => '𞤑𞤭𞤯𞤭 𞤋𞤼𞤢𞤤𞤭𞤳', + 'Jamo' => '𞤔𞤢𞤥𞤮', + 'Java' => '𞤟𞤢𞤾𞤢𞥄', + 'Jpan' => '𞤐𞤭𞤨𞤮𞤲', + 'Kali' => '𞤑𞤢𞤴𞤢 𞤂𞤭', + 'Kana' => '𞤑𞤢𞤼𞤢𞤳𞤢𞤲𞤢', + 'Kawi' => '𞤑𞤢𞤱𞤭', + 'Khar' => '𞤑𞤢𞤪𞤮𞥃𞤢𞤼𞤭', + 'Khmr' => '𞤑𞤵𞤥𞤫𞥅𞤪', + 'Khoj' => '𞤑𞤮𞤶𞤳𞤭', + 'Kits' => '𞤄𞤭𞤲𞤳𞤮𞤴 𞤑𞤭𞤼𞤢𞤲', + 'Knda' => '𞤑𞤢𞤲𞥆𞤢𞤣𞤢', + 'Kore' => '𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞤲', + 'Kthi' => '𞤑𞤢𞤭𞤼𞤭', + 'Lana' => '𞤂𞤢𞤲𞥆𞤢', + 'Laoo' => '𞤂𞤢𞤱𞤮𞥅', 'Latn' => '𞤂𞤢𞤼𞤫𞤲', + 'Lepc' => '𞤂𞤫𞤨𞤷𞤢', + 'Limb' => '𞤂𞤭𞤥𞤦𞤵', + 'Lina' => '𞤊𞤮𞤷𞥆𞤭𞥅𞤲𞤺𞤮𞤤 𞤀', + 'Linb' => '𞤊𞤮𞤷𞥆𞤭𞥅𞤲𞤺𞤮𞤤 𞤄', + 'Lisu' => '𞤂𞤭𞤧𞤵', + 'Lyci' => '𞤂𞤭𞥅𞤧𞤭𞤴𞤢𞤲', + 'Lydi' => '𞤂𞤭𞤣𞤭𞤴𞤢𞤲', + 'Mahj' => '𞤃𞤢𞤸𞤢𞤶𞤢𞤲𞤭𞥅', + 'Maka' => '𞤃𞤢𞤳𞤢𞤧𞤢𞤪', + 'Mand' => '𞤃𞤢𞤲𞤣𞤫𞥅𞤲', + 'Mani' => '𞤃𞤢𞤲𞤭𞤳𞤭𞤴𞤫𞤲', + 'Marc' => '𞤃𞤢𞤪𞤷𞤫𞤲', + 'Medf' => '𞤃𞤢𞤣𞤬𞤫𞤣𞤭𞤪𞤭𞥅𞤲', + 'Mend' => '𞤃𞤫𞤲𞤣𞤫', + 'Merc' => '𞤃𞤫𞤪𞤱𞤫𞤼𞤭𞤳 𞤅𞤢𞤪𞤰𞤵𞤯𞤭', + 'Mero' => '𞤃𞤫𞤪𞤱𞤫𞤼𞤭𞤳', + 'Mlym' => '𞤃𞤢𞤤𞤢𞤴𞤢𞤤𞤢𞤥', + 'Modi' => '𞤃𞤮𞤣𞤭', + 'Mong' => '𞤃𞤮𞤲𞤺𞤮𞤤𞤭𞤴𞤢𞤲', + 'Mroo' => '𞤃𞤮𞤪𞤮𞥅', + 'Mtei' => '𞤃𞤫𞤼𞤭 𞤃𞤢𞤴𞤫𞤳', + 'Mult' => '𞤃𞤵𞤤𞤼𞤢𞤲𞤭', + 'Mymr' => '𞤃𞤭𞤴𞤢𞤥𞤢𞥄𞤪', + 'Nagm' => '𞤐𞤢𞤺 𞤃𞤵𞤲𞤣𞤢𞤪𞤭', + 'Nand' => '𞤐𞤢𞤲𞤣𞤭𞤲𞤢𞤺𞤢𞤪𞤭', + 'Narb' => '𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫𞤲𞤳𞤮 𞤀𞥄𞤪𞤢𞤦𞤵 𞤑𞤭𞤯𞤭', + 'Nbat' => '𞤐𞤢𞤦𞤢𞤼𞤭𞤴𞤢𞤲', + 'Newa' => '𞤐𞤭𞤱𞤢', + 'Nkoo' => '𞤐𞤳𞤮𞥅', + 'Nshu' => '𞤐𞤵𞥅𞤧𞤵', + 'Ogam' => '𞤌𞥅𞤺𞤢𞤥𞤵', + 'Olck' => '𞤌𞤭-𞤕𞤭𞤳𞤭', + 'Orkh' => '𞤌𞤪𞤳𞤮𞥅𞤲', + 'Orya' => '𞤌𞤪𞤭𞤴𞤢', + 'Osge' => '𞤌𞤧𞤢𞥄𞤶', + 'Osma' => '𞤌𞤧𞤥𞤢𞤲𞤭𞤴𞤢', + 'Ougr' => '𞤏𞤭𞤺𞤵𞥅𞤪 𞤑𞤭𞤯𞥆𞤵𞤲', + 'Palm' => '𞤆𞤢𞤤𞤥𞤫𞤪𞤫𞥅𞤲', + 'Pauc' => '𞤆𞤢𞤱 𞤅𞤭𞥅𞤲 𞤖𞤢𞥄𞤱', + 'Perm' => '𞤆𞤫𞤪𞤥𞤭𞤳 𞤑𞤭𞤯𞥆𞤵𞤲', + 'Phag' => '𞤊𞤢𞤺𞤧 𞤆𞤢', + 'Phli' => '𞤄𞤭𞤲𞤣𞤭 𞤆𞤢𞤤𞤢𞤾𞤭', + 'Phlp' => '𞤅𞤮𞤤𞤼𞤮𞥅 𞤆𞤢𞤤𞤢𞤾𞤭', + 'Phnx' => '𞤊𞤭𞤲𞤭𞤳𞤭𞤴𞤢𞤲𞤳𞤮', + 'Plrd' => '𞤖𞤭𞤼𞤮𞤲𞤳𞤮 𞤆𞤮𞤤𞥆𞤢𞤪𞤣', + 'Prti' => '𞤄𞤭𞤲𞤣𞤭 𞤆𞤢𞤪𞤧𞤭𞤴𞤢𞤲', + 'Qaag' => '𞤟𞤢𞤱𞤺𞤭𞥅𞤴𞤵', + 'Rjng' => '𞤈𞤭𞤶𞤢𞤲𞤺', + 'Rohg' => '𞤖𞤢𞤲𞤭𞤬𞤭', + 'Runr' => '𞤈𞤵𞤲𞤭𞥅𞤳', + 'Samr' => '𞤅𞤢𞤥𞤢𞤪𞤭𞤼𞤢𞤲', + 'Sarb' => '𞤙𞤢𞥄𞤥𞤲𞤢𞥄𞤲𞤺𞤫𞤲𞤳𞤮 𞤀𞥄𞤪𞤢𞤦𞤵 𞤑𞤭𞤯𞤭', + 'Saur' => '𞤅𞤢𞤵𞤪𞤢𞥃𞤼𞤪𞤢', + 'Sgnw' => '𞤄𞤭𞤲𞤣𞤭 𞤊𞤭𞤲𞤣𞤫', + 'Shaw' => '𞤅𞤢𞤬𞤭𞤴𞤢𞥄𞤲', + 'Shrd' => '𞤡𞤢𞤪𞤢𞤣𞤢', + 'Sidd' => '𞤅𞤭𞤣𞥆𞤢𞥄𞤥', + 'Sind' => '𞤑𞤵𞤣𞤢𞤱𞤢𞤣𞤭', + 'Sinh' => '𞤅𞤭𞤲𞤸𞤢𞤤𞤢', + 'Sogd' => '𞤅𞤮𞤺𞤮𞤣𞤭𞤴𞤢𞤲', + 'Sogo' => '𞤅𞤮𞤺𞤮𞤣𞤭𞤴𞤢𞤲 𞤑𞤭𞤯𞥆𞤵𞤲', + 'Sora' => '𞤅𞤢𞤪𞤢 𞤅𞤮𞤥𞤨𞤢𞤲𞤺', + 'Soyo' => '𞤅𞤮𞤴𞤮𞤥𞤦𞤮', + 'Sund' => '𞤅𞤵𞤲𞤣𞤢𞤲𞤭', + 'Sylo' => '𞤅𞤴𞤤𞤮𞤼𞤭𞥅 𞤐𞤢𞤺𞤪𞤭', + 'Syrc' => '𞤅𞤭𞥅𞤪𞤴𞤢𞤳', + 'Tagb' => '𞤚𞤢𞤺𞤦𞤢𞤲𞤱𞤢', + 'Takr' => '𞤚𞤢𞤳𞤪𞤭', + 'Tale' => '𞤚𞤢𞥄𞤴 𞤂𞤭𞥅', + 'Talu' => '𞤚𞤢𞥄𞤴 𞤂𞤵𞤫 𞤑𞤫𞤧𞤮', + 'Taml' => '𞤚𞤢𞤥𞤭𞤤', + 'Tang' => '𞤚𞤢𞤲𞤺𞤵𞤼', + 'Tavt' => '𞤚𞤢𞥄𞤴 𞤜𞤭𞤫𞥅𞤼', + 'Telu' => '𞤚𞤫𞤤𞤵𞤺𞤵', + 'Tfng' => '𞤚𞤭𞤬𞤭𞤲𞤢𞥄𞤺', + 'Tglg' => '𞤚𞤢𞤺𞤢𞤤𞤮𞤺', + 'Thaa' => '𞤡𞤢𞥄𞤲𞤢', + 'Thai' => '𞤚𞤢𞤱𞤤𞤢𞤲𞤣', + 'Tibt' => '𞤚𞤭𞤦𞤫𞤼𞤢𞤲', + 'Tirh' => '𞤚𞤭𞤪𞤸𞤵𞤼𞤢', + 'Tnsa' => '𞤚𞤢𞤲𞤺𞤧𞤢', + 'Toto' => '𞤚𞤮𞤼𞤮', + 'Ugar' => '𞤓𞤺𞤢𞤪𞤭𞤼𞤭𞤳', + 'Vaii' => '𞤜𞤢𞥄𞤴', + 'Vith' => '𞤜𞤭𞤼𞤳𞤵𞤹𞤭', + 'Wara' => '𞤜𞤢𞤪𞤢𞤲𞤺 𞤑𞤭𞥃𞤼𞤭', + 'Wcho' => '𞤏𞤢𞤲𞤷𞤮𞥅', + 'Xpeo' => '𞤊𞤢𞥄𞤪𞤭𞤧𞤭𞤴𞤢𞤲𞤳𞤮 𞤑𞤭𞤯𞥆𞤵𞤲', + 'Xsux' => '𞤅𞤵𞤥𞤫𞤪𞤮 𞤀𞤳𞥆𞤢𞤣𞤭𞤴𞤢𞤲 𞤑𞤵𞤲𞤫𞤬𞤮𞤪𞤥', + 'Yezi' => '𞤒𞤢𞤶𞤭𞤣𞤭𞥅𞤴𞤵', + 'Yiii' => '𞤒𞤭𞥅', + 'Zanb' => '𞤟𞤢𞤲𞤢𞤦𞤢𞥁𞤢𞥄𞤪 𞤁𞤭𞤲𞤺𞤫𞤪𞤫', + 'Zinh' => '𞤁𞤮𞤲𞤣𞤭', + 'Zmth' => '𞤍𞤵𞤪𞥆𞤢𞥄𞤲𞤺𞤮 𞤂𞤭𞤥𞤭𞤲𞤳𞤮', + 'Zsye' => '𞤐𞤺𞤮𞤼𞥆𞤭', + 'Zsym' => '𞤋𞤥𞥆𞤮𞤪𞤫', 'Zxxx' => '𞤀𞤧𞤱𞤭𞤲𞤣𞤢𞥄𞤯𞤵𞤲', + 'Zyyy' => '𞤑𞤢𞤬𞤵', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/fr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/fr.php index 19e4bb9..00b6a39 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/fr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/fr.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'arabe', 'Aran' => 'nastaliq', 'Armi' => 'araméen impérial', @@ -87,7 +88,7 @@ return [ 'Nand' => 'nandinagari', 'Nkoo' => 'n’ko', 'Ogam' => 'ogam', - 'Olck' => 'ol tchiki', + 'Olck' => 'ol-chiki', 'Orkh' => 'orkhon', 'Orya' => 'odia', 'Osma' => 'osmanais', @@ -101,6 +102,7 @@ return [ 'Prti' => 'parthe des inscriptions', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo', 'Runr' => 'runique', 'Samr' => 'samaritain', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ga.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ga.php index a1dc834..a873b7b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ga.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ga.php @@ -6,6 +6,7 @@ return [ 'Aghb' => 'Albánach Cugasach', 'Ahom' => 'Ahom', 'Arab' => 'Arabach', + 'Aran' => 'Nastaliq', 'Armi' => 'Aramach Impiriúil', 'Armn' => 'Airméanach', 'Avst' => 'Aivéisteach', @@ -16,6 +17,7 @@ return [ 'Brai' => 'Braille', 'Bugi' => 'Buigineach', 'Buhd' => 'Buthaideach', + 'Cakm' => 'Seácmais', 'Cans' => 'Siollach Bundúchasach Ceanadach Aontaithe', 'Cher' => 'Seiricíoch', 'Copt' => 'Coptach', @@ -67,18 +69,21 @@ return [ 'Mend' => 'Meindeach', 'Mlym' => 'Mailéalamach', 'Mong' => 'Mongólach', + 'Mtei' => 'Meitei Mayek', 'Mult' => 'Multani', 'Mymr' => 'Maenmarach', 'Narb' => 'Sean-Arabach Thuaidh', 'Newa' => 'Newa', 'Nkoo' => 'N-cóis', 'Ogam' => 'Ogham', + 'Olck' => 'Ol Chiki', 'Orya' => 'Oiríseach', 'Osge' => 'Ósáis', 'Perm' => 'Sean-Pheirmeach', 'Phnx' => 'Féiníceach', 'Plrd' => 'Pollard Foghrach', 'Prti' => 'Pairtiach Inscríbhinniúil', + 'Rohg' => 'Hanifi', 'Runr' => 'Rúnach', 'Samr' => 'Samárach', 'Sarb' => 'Sean-Arabach Theas', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gd.php index 609fed4..48a1725 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gd.php @@ -74,6 +74,7 @@ return [ 'Jurc' => 'Jurchen', 'Kali' => 'Kayah Li', 'Kana' => 'Katakana', + 'Kawi' => 'Kawi', 'Khar' => 'Kharoshthi', 'Khmr' => 'Cmèar', 'Khoj' => 'Khojki', @@ -112,6 +113,7 @@ return [ 'Mtei' => 'Meitei Mayek', 'Mult' => 'Multani', 'Mymr' => 'Miànmar', + 'Nagm' => 'Nag Mundari', 'Nand' => 'Nandinagari', 'Narb' => 'Seann-Arabach Thuathach', 'Nbat' => 'Nabataean', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gl.php index 93d42dc..9ecb445 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gl.php @@ -2,12 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'árabe', + 'Aran' => 'nastaliq', 'Armn' => 'armenio', 'Beng' => 'bengalí', 'Bopo' => 'bopomofo', 'Brai' => 'braille', - 'Cans' => 'Silabario aborixe canadiano unificado', + 'Cakm' => 'chakma', + 'Cans' => 'silabario aborixe canadense unificado', + 'Cher' => 'cherokee', 'Cyrl' => 'cirílico', 'Deva' => 'devanágari', 'Ethi' => 'etíope', @@ -33,14 +37,23 @@ return [ 'Latn' => 'latino', 'Mlym' => 'malabar', 'Mong' => 'mongol', + 'Mtei' => 'meitei mayek', 'Mymr' => 'birmano', + 'Nkoo' => 'n’ko', + 'Olck' => 'ol chiki', 'Orya' => 'odiá', + 'Rohg' => 'hanifi', 'Sinh' => 'cingalés', + 'Sund' => 'sundanés', + 'Syrc' => 'siríaco', 'Taml' => 'támil', 'Telu' => 'telugu', + 'Tfng' => 'tifinagh', 'Thaa' => 'thaana', 'Thai' => 'tailandés', 'Tibt' => 'tibetano', + 'Vaii' => 'vai', + 'Yiii' => 'yi', 'Zmth' => 'notación matemática', 'Zsye' => 'emojis', 'Zsym' => 'símbolos', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gu.php index 46d3732..d65952f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/gu.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'એડલમ', 'Arab' => 'અરબી', + 'Aran' => 'નસ્તાલીક', 'Armi' => 'ઇમ્પિરિયલ આર્મનિક', 'Armn' => 'અર્મેનિયન', 'Avst' => 'અવેસ્તન', @@ -95,6 +97,7 @@ return [ 'Plrd' => 'પોલાર્ડ ફોનેટિક', 'Prti' => 'ઇન્સ્ક્રિપ્શનલ પાર્થિયન', 'Rjng' => 'રીજાંગ', + 'Rohg' => 'હનીફી', 'Roro' => 'રોંગોરોંગો', 'Runr' => 'રૂનિક', 'Samr' => 'સમરિટાન', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ha.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ha.php index 8c7cc81..aff4675 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ha.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ha.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Arab' => 'Larabci', + 'Aran' => 'Rubutun Nastaliq', 'Armn' => 'Armeniyawa', 'Beng' => 'Bangla', 'Bopo' => 'Bopomofo', 'Brai' => 'Rubutun Makafi', + 'Cakm' => 'Chakma', + 'Cans' => 'Haɗaɗɗun Gaɓoɓin ʼYan Asali na Kanada', + 'Cher' => 'Cherokee', 'Cyrl' => 'Cyrillic', 'Deva' => 'Devanagari', 'Ethi' => 'Ethiopic', @@ -31,14 +36,23 @@ return [ 'Latn' => 'Latin', 'Mlym' => 'Yaren Malayalam', 'Mong' => 'Na kasar Mongolia', + 'Mtei' => 'Meitei Mayek', 'Mymr' => 'Ƙasar Myanmar', + 'Nkoo' => 'N’Ko', + 'Olck' => 'Ol Chiki', 'Orya' => 'Yaren Odia', + 'Rohg' => 'Hanifi', 'Sinh' => 'Yaren Sinhala', + 'Sund' => 'Sudananci', + 'Syrc' => 'Siriyanci', 'Taml' => 'Yaren Tamil', 'Telu' => 'Yaren Telugu', + 'Tfng' => 'Tifinagh', 'Thaa' => 'Yaren Thaana', 'Thai' => 'Thai', 'Tibt' => 'Yaren Tibet', + 'Vaii' => 'Vai', + 'Yiii' => 'Yi', 'Zmth' => 'Alamar Lissafi', 'Zsye' => 'Alama ta hoto', 'Zsym' => 'Alamomi', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ha_NE.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ha_NE.php new file mode 100644 index 0000000..69fa947 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ha_NE.php @@ -0,0 +1,7 @@ + [ + 'Cans' => 'Haɗaɗɗun Gaɓoɓin Ƴan Asali na Kanada', + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/he.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/he.php index d0c2d17..37452b8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/he.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/he.php @@ -22,10 +22,10 @@ return [ 'Bugi' => 'בוגינזי', 'Buhd' => 'בוהיד', 'Cakm' => 'צ׳אקמה', - 'Cans' => 'סילביקה קדומה מאוחדת של קנדה', + 'Cans' => 'כתב הברתי קנדי ילידי מאוחד', 'Cari' => 'קריאן', 'Cham' => 'צ׳אם', - 'Cher' => 'צ׳ירוקי', + 'Cher' => 'צ׳רוקי', 'Chrs' => 'כורזמיאן', 'Copt' => 'קופטי', 'Cpmn' => 'ציפרו-מינואן', @@ -145,7 +145,7 @@ return [ 'Sogo' => 'סוגדית עתיקה', 'Sora' => 'סורה סומפנג', 'Soyo' => 'סויומבו', - 'Sund' => 'סונדאנית', + 'Sund' => 'סונדאני', 'Sylo' => 'סילוטי נגרי', 'Syrc' => 'סורי', 'Syrj' => 'סורי מערבי', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hi.php index 1122792..0db3109 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hi.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'ऐडलम', 'Arab' => 'अरबी', 'Aran' => 'नस्तालीक़', 'Armi' => 'इम्पिरियल आर्मेनिक', @@ -17,7 +18,7 @@ return [ 'Bugi' => 'बगिनीस', 'Buhd' => 'बुहिद', 'Cakm' => 'चकमा', - 'Cans' => 'युनिफाइड कैनेडियन एबोरिजनल सिलेबिक्स', + 'Cans' => 'यूनिफ़ाइड कैनेडियन एबोरिजनल सिलेबिक्स', 'Cari' => 'करैन', 'Cham' => 'चाम', 'Cher' => 'चेरोकी', @@ -85,9 +86,9 @@ return [ 'Mymr' => 'म्यांमार', 'Nkoo' => 'एन्‘को', 'Ogam' => 'ओगम', - 'Olck' => 'ऑल चिकी', + 'Olck' => 'ओल चिकी', 'Orkh' => 'ओरखोन', - 'Orya' => 'उड़िया', + 'Orya' => 'ओड़िया', 'Osma' => 'ओस्मान्या', 'Perm' => 'ओल्ड परमिक', 'Phag' => 'फाग्स-पा', @@ -99,6 +100,7 @@ return [ 'Prti' => 'इंस्क्रिपश्नल पार्थियन', 'Qaag' => 'ज़ौजी', 'Rjng' => 'रीजांग', + 'Rohg' => 'हनिफ़ि', 'Roro' => 'रोन्गोरोन्गो', 'Runr' => 'रूनिक', 'Samr' => 'समरिटन', @@ -109,7 +111,7 @@ return [ 'Sinh' => 'सिंहली', 'Sund' => 'सूडानी', 'Sylo' => 'सिलोती नागरी', - 'Syrc' => 'सिरियेक', + 'Syrc' => 'सिरिएक', 'Syre' => 'एस्त्रेन्जेलो सिरिएक', 'Syrj' => 'पश्चिम सिरिएक', 'Syrn' => 'पूर्व सिरिएक', @@ -120,7 +122,7 @@ return [ 'Tavt' => 'ताई विएत', 'Telu' => 'तेलुगू', 'Teng' => 'तेन्गवार', - 'Tfng' => 'तिफिनाघ', + 'Tfng' => 'तिफ़िनाघ', 'Tglg' => 'टैगालोग', 'Thaa' => 'थाना', 'Thai' => 'थाई', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hi_Latn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hi_Latn.php index b7fb8cb..21136e5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hi_Latn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hi_Latn.php @@ -5,6 +5,7 @@ return [ 'Bali' => 'Baali', 'Beng' => 'Bangla', 'Inds' => 'Sindhu', + 'Mymr' => 'Burmese', 'Orya' => 'Odia', 'Talu' => 'Naya Tai Lue', ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hr.php index d867df7..65b3a6c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hr.php @@ -2,9 +2,10 @@ return [ 'Names' => [ + 'Adlm' => 'adlam pismo', 'Afak' => 'afaka pismo', 'Arab' => 'arapsko pismo', - 'Aran' => 'nastaliq', + 'Aran' => 'nastaliq pismo', 'Armi' => 'aramejsko pismo', 'Armn' => 'armensko pismo', 'Avst' => 'avestansko pismo', @@ -19,7 +20,7 @@ return [ 'Brai' => 'brajica', 'Bugi' => 'buginsko pismo', 'Buhd' => 'buhid pismo', - 'Cakm' => 'chakma pismo', + 'Cakm' => 'čakmansko pismo', 'Cans' => 'unificirani kanadski aboriđinski slogovi', 'Cari' => 'karijsko pismo', 'Cham' => 'čamsko pismo', @@ -116,6 +117,7 @@ return [ 'Prti' => 'pisani parthian', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang pismo', + 'Rohg' => 'hanifi pismo', 'Roro' => 'rongorongo pismo', 'Runr' => 'runsko pismo', 'Samr' => 'samaritansko pismo', @@ -143,7 +145,7 @@ return [ 'Tavt' => 'tai viet pismo', 'Telu' => 'teluško pismo', 'Teng' => 'tengwar pismo', - 'Tfng' => 'tifinar', + 'Tfng' => 'tifinagh pismo', 'Tglg' => 'tagalog pismo', 'Thaa' => 'thaana pismo', 'Thai' => 'tajsko pismo', @@ -156,7 +158,7 @@ return [ 'Wole' => 'woleai pismo', 'Xpeo' => 'staro perzijsko pismo', 'Xsux' => 'sumersko-akadsko cuneiform pismo', - 'Yiii' => 'Yi pismo', + 'Yiii' => 'yi pismo', 'Zinh' => 'nasljedno pismo', 'Zmth' => 'matematičko znakovlje', 'Zsye' => 'emotikoni', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hu.php index bdfc6d9..7134f66 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hu.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Arab' => 'Arab', 'Aran' => 'Nasztalik', 'Armi' => 'Birodalmi arámi', @@ -97,6 +98,7 @@ return [ 'Prti' => 'Feliratos parthian', 'Qaag' => 'Zawgyi', 'Rjng' => 'Redzsang', + 'Rohg' => 'Hanifi', 'Roro' => 'Rongorongo', 'Runr' => 'Runikus', 'Samr' => 'Szamaritán', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hy.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hy.php index 755857c..07e1753 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hy.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/hy.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'ադլամ', 'Arab' => 'արաբական', + 'Aran' => 'նաստալիք', 'Armn' => 'հայկական', 'Beng' => 'բենգալական', 'Bopo' => 'բոպոմոֆո', - 'Brai' => 'բրայլի', + 'Brai' => 'Բրայլ', + 'Cakm' => 'չակմա', + 'Cans' => 'կանադական միասնական վանկագիր', + 'Cher' => 'չերոկի', 'Cyrl' => 'կյուրեղագիր', 'Deva' => 'դեւանագարի', 'Ethi' => 'եթովպական', @@ -17,8 +22,8 @@ return [ 'Hanb' => 'հանբ', 'Hang' => 'հանգըլ', 'Hani' => 'չինական', - 'Hans' => 'պարզեցված չինական', - 'Hant' => 'ավանդական չինական', + 'Hans' => 'պարզեցված', + 'Hant' => 'ավանդական', 'Hebr' => 'եբրայական', 'Hira' => 'հիրագանա', 'Hrkt' => 'ճապոնական վանկագիր', @@ -32,16 +37,25 @@ return [ 'Latn' => 'լատինական', 'Mlym' => 'մալայալամ', 'Mong' => 'մոնղոլական', + 'Mtei' => 'մանիպուրի', 'Mymr' => 'մյանմարական', + 'Nkoo' => 'նկո', + 'Olck' => 'օլ չիկի', 'Orya' => 'օրիյա', + 'Rohg' => 'հանիֆի', 'Sinh' => 'սինհալական', + 'Sund' => 'սունդանական', + 'Syrc' => 'ասորական', 'Taml' => 'թամիլական', 'Telu' => 'թելուգու', + 'Tfng' => 'տիֆինաղ', 'Thaa' => 'թաանա', 'Thai' => 'թայական', 'Tibt' => 'տիբեթական', + 'Vaii' => 'վայական', + 'Yiii' => 'ի', 'Zmth' => 'մաթեմատիկական նշաններ', - 'Zsye' => 'էմոձի', + 'Zsye' => 'էմոջի', 'Zsym' => 'նշաններ', 'Zxxx' => 'չգրված', 'Zyyy' => 'ընդհանուր', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ig.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ig.php index 0e160a6..7d8ac4c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ig.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ig.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Arab' => 'Mkpụrụ Okwu Arabic', + 'Aran' => 'Nastalik', 'Armn' => 'Mkpụrụ ọkwụ Armenịan', 'Beng' => 'Mkpụrụ ọkwụ Bangla', 'Bopo' => 'Mkpụrụ ọkwụ Bopomofo', 'Brai' => 'Braịlle', + 'Cakm' => 'Chakma', + 'Cans' => 'Unified Canadian Aboriginal Syllabics', + 'Cher' => 'Cherọkee', 'Cyrl' => 'Mkpụrụ Okwu Cyrillic', 'Deva' => 'Mkpụrụ ọkwụ Devangarị', 'Ethi' => 'Mkpụrụ ọkwụ Etọpịa', @@ -32,13 +37,22 @@ return [ 'Latn' => 'Latin', 'Mlym' => 'Malayala', 'Mong' => 'Mọngọlịan', + 'Mtei' => 'Meitei Mayek', 'Mymr' => 'Myanmar', + 'Nkoo' => 'Nkoọ', + 'Olck' => 'Ochiki', 'Orya' => 'Ọdịa', + 'Rohg' => 'Hanifi', 'Sinh' => 'Sinhala', + 'Sund' => 'Sundanisị', + 'Syrc' => 'Syriak', 'Taml' => 'Tamịl', 'Telu' => 'Telụgụ', + 'Tfng' => 'Tifinag', 'Thaa' => 'Taa', 'Tibt' => 'Tịbeta', + 'Vaii' => 'Vai', + 'Yiii' => 'Yị', 'Zmth' => 'Mkpụrụ ọkwụ Mgbakọ', 'Zsye' => 'Emojị', 'Zsym' => 'Akara', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/is.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/is.php index 3a9a393..917f7d5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/is.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/is.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'arabískt', + 'Aran' => 'nastaliq', 'Armn' => 'armenskt', 'Bali' => 'balinesíska', 'Batk' => 'batakíska', @@ -10,6 +12,9 @@ return [ 'Bopo' => 'bopomofo', 'Brah' => 'brahmíska', 'Brai' => 'blindraletur', + 'Cakm' => 'chakma', + 'Cans' => 'samræmt kanadískt samstöfuletur frumbyggja', + 'Cher' => 'cherokí', 'Copt' => 'koptíska', 'Cyrl' => 'kyrillískt', 'Deva' => 'devanagari', @@ -38,16 +43,23 @@ return [ 'Mand' => 'mandaíska', 'Mlym' => 'malalajam', 'Mong' => 'mongólskt', + 'Mtei' => 'meitei mayek', 'Mymr' => 'mjanmarskt', 'Nkoo' => 'n-kó', + 'Olck' => 'ol chiki', 'Orya' => 'oriya', + 'Rohg' => 'hanifi', 'Sinh' => 'sinhala', 'Sund' => 'sundanesíska', + 'Syrc' => 'syriakíska', 'Taml' => 'tamílskt', 'Telu' => 'telúgú', + 'Tfng' => 'tifinagh', 'Thaa' => 'thaana', 'Thai' => 'taílenskt', 'Tibt' => 'tíbeskt', + 'Vaii' => 'vai', + 'Yiii' => 'yí', 'Zmth' => 'stærðfræðitákn', 'Zsye' => 'emoji-tákn', 'Zsym' => 'tákn', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/it.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/it.php index 1d41610..5e7df16 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/it.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/it.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Afak' => 'afaka', 'Aghb' => 'albanese caucasico', 'Arab' => 'arabo', @@ -21,7 +22,7 @@ return [ 'Bugi' => 'buginese', 'Buhd' => 'buhid', 'Cakm' => 'chakma', - 'Cans' => 'simboli aborigeni canadesi unificati', + 'Cans' => 'sillabario aborigeno canadese unificato', 'Cari' => 'carian', 'Cham' => 'cham', 'Cher' => 'cherokee', @@ -118,6 +119,7 @@ return [ 'Prti' => 'partico delle iscrizioni', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo', 'Runr' => 'runico', 'Samr' => 'samaritano', @@ -132,7 +134,7 @@ return [ 'Sora' => 'sora sompeng', 'Sund' => 'sundanese', 'Sylo' => 'syloti nagri', - 'Syrc' => 'siriano', + 'Syrc' => 'siriaco', 'Syre' => 'siriaco estrangelo', 'Syrj' => 'siriaco occidentale', 'Syrn' => 'siriaco orientale', @@ -152,7 +154,7 @@ return [ 'Tibt' => 'tibetano', 'Tirh' => 'tirhuta', 'Ugar' => 'ugarita', - 'Vaii' => 'vaii', + 'Vaii' => 'vai', 'Visp' => 'alfabeto visivo', 'Wara' => 'varang kshiti', 'Wole' => 'woleai', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/iw.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/iw.php index d0c2d17..37452b8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/iw.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/iw.php @@ -22,10 +22,10 @@ return [ 'Bugi' => 'בוגינזי', 'Buhd' => 'בוהיד', 'Cakm' => 'צ׳אקמה', - 'Cans' => 'סילביקה קדומה מאוחדת של קנדה', + 'Cans' => 'כתב הברתי קנדי ילידי מאוחד', 'Cari' => 'קריאן', 'Cham' => 'צ׳אם', - 'Cher' => 'צ׳ירוקי', + 'Cher' => 'צ׳רוקי', 'Chrs' => 'כורזמיאן', 'Copt' => 'קופטי', 'Cpmn' => 'ציפרו-מינואן', @@ -145,7 +145,7 @@ return [ 'Sogo' => 'סוגדית עתיקה', 'Sora' => 'סורה סומפנג', 'Soyo' => 'סויומבו', - 'Sund' => 'סונדאנית', + 'Sund' => 'סונדאני', 'Sylo' => 'סילוטי נגרי', 'Syrc' => 'סורי', 'Syrj' => 'סורי מערבי', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ja.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ja.php index 13be0df..e183816 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ja.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ja.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'アドラム文字', 'Afak' => 'アファカ文字', 'Aghb' => 'カフカス・アルバニア文字', 'Arab' => 'アラビア文字', @@ -121,6 +122,7 @@ return [ 'Plrd' => 'ポラード音声記号', 'Prti' => '碑文パルティア文字', 'Rjng' => 'ルジャン文字', + 'Rohg' => 'ロヒンギャ文字', 'Roro' => 'ロンゴロンゴ文字', 'Runr' => 'ルーン文字', 'Samr' => 'サマリア文字', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/jv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/jv.php index a7afde5..c91a3bb 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/jv.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/jv.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Arab' => 'hija’iyah', + 'Aran' => 'Nastalik', 'Armn' => 'Armenia', 'Beng' => 'Bangla', 'Bopo' => 'Bopomofo', 'Brai' => 'Braille', + 'Cakm' => 'Chakma', + 'Cans' => 'Wanda Manunggal Aborigin Kanada', + 'Cher' => 'Sherokee', 'Cyrl' => 'Sirilik', 'Deva' => 'Devanagari', 'Ethi' => 'Ethiopik', @@ -31,14 +36,23 @@ return [ 'Latn' => 'Latin', 'Mlym' => 'Malayalam', 'Mong' => 'Mongolia', + 'Mtei' => 'Meitei Mayek', 'Mymr' => 'Myanmar', + 'Nkoo' => 'N’Ko', + 'Olck' => 'Ol Chiki', 'Orya' => 'Odia', + 'Rohg' => 'Hanifi', 'Sinh' => 'Sinhala', + 'Sund' => 'Sunda', + 'Syrc' => 'Siriak', 'Taml' => 'Tamil', 'Telu' => 'Telugu', + 'Tfng' => 'Tifinak', 'Thaa' => 'Thaana', 'Thai' => 'Thailand', 'Tibt' => 'Tibetan', + 'Vaii' => 'Vai', + 'Yiii' => 'Yi', 'Zmth' => 'Notasi Matematika', 'Zsye' => 'Emoji', 'Zsym' => 'Simbol', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ka.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ka.php index 3203492..ba7b90c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ka.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ka.php @@ -2,8 +2,10 @@ return [ 'Names' => [ + 'Adlm' => 'ადლამი', 'Afak' => 'აფაკა', 'Arab' => 'არაბული', + 'Aran' => 'ნასტალიქი', 'Armi' => 'იმპერიული არამეული', 'Armn' => 'სომხური', 'Avst' => 'ავესტური', @@ -18,6 +20,7 @@ return [ 'Brai' => 'ბრაილი', 'Buhd' => 'ბუჰიდი', 'Cakm' => 'ჩაკმა', + 'Cans' => 'გაერთიანებული კანადური სილაბური', 'Cari' => 'კარიული', 'Cham' => 'ჩამი', 'Cher' => 'ჩეროკი', @@ -84,6 +87,7 @@ return [ 'Mlym' => 'მალაიალამური', 'Mong' => 'მონღოლური', 'Mroo' => 'მრო', + 'Mtei' => 'მანიპური', 'Mymr' => 'მიანმური', 'Narb' => 'ძველი ჩრდილოეთ-არაბული', 'Nbat' => 'ნაბატეური', @@ -103,6 +107,7 @@ return [ 'Phnx' => 'ფინიკიური', 'Prti' => 'მონუმენტური პართული', 'Rjng' => 'რეჯანგი', + 'Rohg' => 'ჰანიფი', 'Roro' => 'რონგორონგო', 'Runr' => 'რუნული', 'Samr' => 'სამარიული', @@ -131,7 +136,7 @@ return [ 'Teng' => 'ტენგვარი', 'Tfng' => 'ტიფინაღი', 'Thaa' => 'თაანა', - 'Thai' => 'ტაი', + 'Thai' => 'ტაილანდური', 'Tibt' => 'ტიბეტური', 'Tirh' => 'ტირჰუტა', 'Ugar' => 'უგარითული', @@ -141,6 +146,7 @@ return [ 'Wole' => 'ვოლეაი', 'Xpeo' => 'ძველი სპარსული', 'Xsux' => 'შუმერულ-აქადური ლურსმნული', + 'Yiii' => 'ი', 'Zinh' => 'გადაღებული', 'Zmth' => 'მათემატიკური ნოტაცია', 'Zsye' => 'Emoji', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/kk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/kk.php index b2b88c5..3b5c422 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/kk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/kk.php @@ -2,44 +2,177 @@ return [ 'Names' => [ + 'Adlm' => 'адлам жазуы', + 'Aghb' => 'агван жазуы', + 'Ahom' => 'ахом жазуы', 'Arab' => 'араб жазуы', + 'Aran' => 'насталик жазуы', + 'Armi' => 'арамей жазуы', 'Armn' => 'армян жазуы', + 'Avst' => 'авеста жазуы', + 'Bali' => 'балий жазуы', + 'Bamu' => 'бамум жазуы', + 'Bass' => 'басса жазуы', + 'Batk' => 'батак жазуы', 'Beng' => 'бенгал жазуы', + 'Bhks' => 'бхайксуки жазуы', 'Bopo' => 'бопомофо жазуы', + 'Brah' => 'брахми жазуы', 'Brai' => 'Брайль жазуы', + 'Bugi' => 'бугий жазуы', + 'Buhd' => 'бухид жазуы', + 'Cakm' => 'чакма жазуы', + 'Cans' => 'канадалық буын жүйелі жазу', + 'Cari' => 'карий жазуы', + 'Cham' => 'чам жазуы', + 'Cher' => 'чероки жазуы', + 'Chrs' => 'хорезм жазуы', + 'Copt' => 'копт жазуы', + 'Cpmn' => 'кипр-миной жазуы', + 'Cprt' => 'кипр жазуы', 'Cyrl' => 'кирилл жазуы', 'Deva' => 'деванагари жазуы', + 'Diak' => 'дивехи акуру жазуы', + 'Dogr' => 'догри жазуы', + 'Dsrt' => 'дезерет жазуы', + 'Dupl' => 'дюплойе жазуы', + 'Egyp' => 'мысыр жазуы', + 'Elba' => 'эльбасан жазуы', + 'Elym' => 'элимай жазуы', 'Ethi' => 'эфиопиялық жазу', 'Geor' => 'грузин жазуы', + 'Glag' => 'глаголица', + 'Gong' => 'гунджала гонди жазуы', + 'Gonm' => 'масарам гонди жазуы', + 'Goth' => 'гот жазуы', + 'Gran' => 'грантха жазуы', 'Grek' => 'грек жазуы', 'Gujr' => 'гуджарати жазуы', 'Guru' => 'гурмукхи жазуы', 'Hanb' => 'ханб жазуы', 'Hang' => 'хангыл жазуы', 'Hani' => 'қытай жазуы', - 'Hans' => 'жеңілдетілген қытай иероглифы', - 'Hant' => 'дәстүрлі қытай иероглифы', + 'Hano' => 'хануну жазуы', + 'Hans' => 'жеңілдетілген жазу', + 'Hant' => 'дәстүрлі жазу', + 'Hatr' => 'хатра жазуы', 'Hebr' => 'иврит жазуы', 'Hira' => 'хирагана жазуы', + 'Hluw' => 'Анадолы иероглифтері', + 'Hmng' => 'пахау жазуы', + 'Hmnp' => 'ньиакенг пуачуэ хмонг жазуы', 'Hrkt' => 'хирагана немесе катакана', + 'Hung' => 'мажар рунасы', + 'Ital' => 'ескі италия жазуы', 'Jamo' => 'джамо жазуы', + 'Java' => 'ява жазуы', 'Jpan' => 'жапон жазуы', + 'Kali' => 'кая-ли жазуы', 'Kana' => 'катакана жазуы', + 'Kawi' => 'кави жазуы', + 'Khar' => 'кхароштхи жазуы', 'Khmr' => 'кхмер жазуы', + 'Khoj' => 'ходжики жазуы', + 'Kits' => 'шағын кидан жазуы', 'Knda' => 'каннада жазуы', 'Kore' => 'корей жазуы', + 'Kthi' => 'кайтхи жазуы', + 'Lana' => 'ланна жазуы', 'Laoo' => 'лаос жазуы', 'Latn' => 'латын жазуы', + 'Lepc' => 'лепча жазуы', + 'Limb' => 'лимбу жазуы', + 'Lina' => 'A линиялық жазуы', + 'Linb' => 'B линиялық жазуы', + 'Lisu' => 'фрейзер жазуы', + 'Lyci' => 'ликий жазуы', + 'Lydi' => 'лидий жазуы', + 'Mahj' => 'махаджани жазуы', + 'Maka' => 'макасар жазуы', + 'Mand' => 'мандей жазуы', + 'Mani' => 'манихей жазуы', + 'Marc' => 'марчен жазуы', + 'Medf' => 'обэри окаимэ жазуы', + 'Mend' => 'кикакуи жазуы', + 'Merc' => 'мероит курсив жазуы', + 'Mero' => 'мероит жазуы', 'Mlym' => 'малаялам жазуы', + 'Modi' => 'моди жазуы', 'Mong' => 'моңғол жазуы', + 'Mroo' => 'мро жазуы', + 'Mtei' => 'мейтей жазуы', + 'Mult' => 'мултани жазуы', 'Mymr' => 'мьянма жазуы', + 'Nagm' => 'наг мундари жазуы', + 'Nand' => 'нандинагари жазуы', + 'Narb' => 'көне солтүстік араб жазуы', + 'Nbat' => 'набатей жазуы', + 'Newa' => 'ньюа жазуы', + 'Nkoo' => 'нко жазуы', + 'Nshu' => 'нюй-шу жазуы', + 'Ogam' => 'огам жазуы', + 'Olck' => 'ол-чики жазуы', + 'Orkh' => 'көне түркі жазбалары', 'Orya' => 'ория жазуы', + 'Osge' => 'осейдж жазуы', + 'Osma' => 'исмания жазуы', + 'Ougr' => 'көне ұйғыр жазуы', + 'Palm' => 'палмир жазуы', + 'Pauc' => 'пау син хау жазуы', + 'Perm' => 'көне перм жазуы', + 'Phag' => 'тибет-моңғол жазуы', + 'Phli' => 'жазба пехлеви', + 'Phlp' => 'забур пехлеви жазуы', + 'Phnx' => 'финикия жазуы', + 'Plrd' => 'поллард фонетикалық жазуы', + 'Prti' => 'жазба парфия', + 'Qaag' => 'зоджи жазуы', + 'Rjng' => 'реджанг жазуы', + 'Rohg' => 'ханифи жазуы', + 'Runr' => 'руна', + 'Samr' => 'самария жазуы', + 'Sarb' => 'оңтүстік араб жазуы', + 'Saur' => 'саураштра жазуы', + 'Sgnw' => 'жазу', + 'Shaw' => 'шоу жазуы', + 'Shrd' => 'шарада жазуы', + 'Sidd' => 'сиддхам жазуы', + 'Sind' => 'кхудавади жазуы', 'Sinh' => 'сингаль жазуы', + 'Sogd' => 'соғды жазуы', + 'Sogo' => 'көне соғды жазуы', + 'Sora' => 'соранг сомпенг жазуы', + 'Soyo' => 'соёмбо жазуы', + 'Sund' => 'сунд жазуы', + 'Sylo' => 'силхет нагари жазуы', + 'Syrc' => 'сирия жазуы', + 'Tagb' => 'тагбанва жазуы', + 'Takr' => 'такри жазуы', + 'Tale' => 'лы жазуы', + 'Talu' => 'жаңа лы жазуы', 'Taml' => 'тамиль жазуы', + 'Tang' => 'танғұт жазуы', + 'Tavt' => 'тай вьет жазуы', 'Telu' => 'телугу жазуы', + 'Tfng' => 'тифинаг жазуы', + 'Tglg' => 'байбайин жазуы', 'Thaa' => 'тана жазуы', 'Thai' => 'тай жазуы', 'Tibt' => 'тибет жазуы', + 'Tirh' => 'тирхута жазуы', + 'Tnsa' => 'тангса жазуы', + 'Toto' => 'тото жазуы', + 'Ugar' => 'угарит жазуы', + 'Vaii' => 'ваи жазуы', + 'Vith' => 'виткути жазуы', + 'Wara' => 'варанг кшити жазуы', + 'Wcho' => 'ванчо жазуы', + 'Xpeo' => 'көне парсы жазуы', + 'Xsux' => 'шумер-аккад сына жазуы', + 'Yezi' => 'езид жазуы', + 'Yiii' => 'и жазуы', + 'Zanb' => 'занабазар шаршы жазуы', + 'Zinh' => 'мұра етілген', 'Zmth' => 'математикалық жазу', 'Zsye' => 'эмодзи', 'Zsym' => 'таңбалар', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/km.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/km.php index dbae456..863a66c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/km.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/km.php @@ -2,15 +2,39 @@ return [ 'Names' => [ + 'Adlm' => 'អាតឡាម', + 'Aghb' => 'អាល់បានីកៅកាស៊ី', + 'Ahom' => 'អាហូម', 'Arab' => 'អារ៉ាប់', + 'Aran' => 'អារ៉ាន', + 'Armi' => 'អារ៉ាម៉ាអ៊ីមភើរៀល', 'Armn' => 'អាមេនី', + 'Avst' => 'អាវេស្ថាន', + 'Bali' => 'បាលី', + 'Bamu' => 'បាមុន', + 'Bass' => 'បាសាវ៉ះ', + 'Batk' => 'បាតាក', 'Beng' => 'បង់ក្លាដែស', + 'Bhks' => 'ប៉ៃស៊ូគី', 'Bopo' => 'បូផូម៉ូហ្វូ', + 'Brah' => 'ប្រាមិ', 'Brai' => 'អក្សរ​សម្រាប់មនុស្ស​ពិការ​ភ្នែក', + 'Bugi' => 'ប៊ូគីនេ', + 'Buhd' => 'ប៊ូហ៊ីដ', + 'Cakm' => 'ចាក់ម៉ា', + 'Cans' => 'ព្យាង្គអាបូរីជីន​កាណាដារួម', + 'Cari' => 'ខារី', + 'Cham' => 'ចាម', + 'Cher' => 'ឆេរ៉ូគី', + 'Chrs' => 'ខូរ៉ាស្មី', + 'Copt' => 'ខូប្ទ', + 'Cpmn' => 'ស៊ីប្រូមីណូ', + 'Cprt' => 'ស៊ីប', 'Cyrl' => 'ស៊ីរីលីក', 'Deva' => 'ដាវ៉ាន់ណាការិ', 'Ethi' => 'អេត្យូពី', 'Geor' => 'ហ្សកហ្ស៊ី', + 'Gong' => 'គុនចាឡាកុនឌិ', 'Grek' => 'ក្រិច', 'Gujr' => 'គូចារ៉ាទី', 'Guru' => 'កុមុយឃី', @@ -21,25 +45,52 @@ return [ 'Hant' => 'អក្សរ​ចិន​ពេញ', 'Hebr' => 'អ៊ីស្រាអែល', 'Hira' => 'ហ៊ីរ៉ាកាណា', + 'Hmnp' => 'នីយ៉ាកេងពួជឺម៉ុង', 'Hrkt' => 'សញ្ញាសំឡេងភាសាជប៉ុន', 'Jamo' => 'ចាម៉ូ', + 'Java' => 'ជ្វា', 'Jpan' => 'ជប៉ុន', + 'Kali' => 'កាយ៉ាលី', 'Kana' => 'កាតាកាណា', 'Khmr' => 'ខ្មែរ', 'Knda' => 'ខាណាដា', 'Kore' => 'កូរ៉េ', + 'Lana' => 'ឡាណា', 'Laoo' => 'ឡាវ', 'Latn' => 'ឡាតាំង', + 'Lepc' => 'ឡេបចា', + 'Limb' => 'លីបប៊ូ', + 'Lisu' => 'ហ្វ្រាសឺ', + 'Mand' => 'ម៉ានដា', 'Mlym' => 'ម៉ាឡាយ៉ាឡាម', 'Mong' => 'ម៉ុងហ្គោលី', + 'Mtei' => 'ម៉ីតីម៉ាយ៉ែក', 'Mymr' => 'ភូមា', + 'Newa' => 'ណេវ៉ា', + 'Nkoo' => 'នកូ', + 'Olck' => 'អូលឈិគិ', 'Orya' => 'អូឌៀ', + 'Osge' => 'អូស្គ', + 'Plrd' => 'ផូឡាដ', + 'Rohg' => 'ហានីហ្វ៊ី', + 'Saur' => 'សៅរ៉ាសត្រា', 'Sinh' => 'ស៊ីនហាឡា', + 'Sund' => 'ស៊ូដង់', + 'Sylo' => 'ស៊ីឡូ', + 'Syrc' => 'ស៊ីរីអែក', + 'Tale' => 'តៃឡេ', + 'Talu' => 'តៃឡឺថ្មី', 'Taml' => 'តាមីល', + 'Tavt' => 'តៃវៀត', 'Telu' => 'តេលុគុ', + 'Tfng' => 'ទីហ្វ៊ីណាហ្វ', 'Thaa' => 'ថាណា', 'Thai' => 'ថៃ', 'Tibt' => 'ទីបេ', + 'Vaii' => 'វ៉ៃ', + 'Wcho' => 'វ៉ាន់ឆូ', + 'Yiii' => 'យី', + 'Zinh' => 'ស្នងកេរ្តិ៍', 'Zmth' => 'និមិត្តសញ្ញាគណិតវិទ្យា', 'Zsye' => 'សញ្ញាអារម្មណ៍', 'Zsym' => 'និមិត្តសញ្ញា', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/kn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/kn.php index 5a0297b..ab99f5e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/kn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/kn.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'ಆ್ಯಡ್ಲಮ್', 'Arab' => 'ಅರೇಬಿಕ್', + 'Aran' => 'ನಸ್ಟಾಲಿಕ್', 'Armi' => 'ಇಂಪೀರಿಯಲ್ ಅರೆಮಾಯಿಕ್', 'Armn' => 'ಅರ್ಮೇನಿಯನ್', 'Avst' => 'ಅವೆಸ್ತಾನ್', @@ -15,8 +17,8 @@ return [ 'Brai' => 'ಬ್ರೈಲ್', 'Bugi' => 'ಬಗಿನೀಸ್', 'Buhd' => 'ಬುಹಿದ್', - 'Cakm' => 'ಕಾಕಂ', - 'Cans' => 'ಯುನಿಟೆಡ್ ಕೆನೆಡಿಯನ್ ಅಬೊರಿಜಿನಲ್ ಸಿಲ್ಯಾಬಿಕ್ಸ್', + 'Cakm' => 'ಚಕ್ಮಾ', + 'Cans' => 'ಯುನಿಫೈಯ್ಡ್ ಕೆನೆಡಿಯನ್ ಅಬೊರಿಜಿನಲ್ ಸಿಲ್ಯಾಬಿಕ್ಸ್', 'Cari' => 'ಕರೇನ್', 'Cham' => 'ಚಾಮ್', 'Cher' => 'ಚೆರೋಕೀ', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'ಪೊಲ್ಲಾರ್ಡ್ ಫೊನೆಟಿಕ್', 'Prti' => 'ಇನ್ಸ್‌ಕ್ರಿಪ್ಶನಲ್ ಪಾರ್ಥಿಯನ್', 'Rjng' => 'ರೆಜಾಂಗ್', + 'Rohg' => 'ಹನೀಫಿ', 'Roro' => 'ರೋಂಗೋರೋಂಗೋ', 'Runr' => 'ರೂನಿಕ್', 'Samr' => 'ಸಮಾರಿಟನ್', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ko.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ko.php index dd9a01a..c62af1e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ko.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ko.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => '아들람 문자', 'Afak' => '아파카 문자', 'Aghb' => '코카시안 알바니아 문자', 'Arab' => '아랍 문자', @@ -21,7 +22,7 @@ return [ 'Bugi' => '부기 문자', 'Buhd' => '부히드 문자', 'Cakm' => '차크마 문자', - 'Cans' => '통합 캐나다 토착어', + 'Cans' => '통합 캐나다 원주민 음절문자', 'Cari' => '카리 문자', 'Cham' => '칸 고어', 'Cher' => '체로키 문자', @@ -120,6 +121,7 @@ return [ 'Prti' => '명문 파라티아 문자', 'Qaag' => '저지 문자', 'Rjng' => '레장 문자', + 'Rohg' => '하니피 문자', 'Roro' => '롱고롱고', 'Runr' => '룬 문자', 'Samr' => '사마리아 문자', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ks.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ks.php index 780eee0..a18683b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ks.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ks.php @@ -2,7 +2,7 @@ return [ 'Names' => [ - 'Arab' => 'اَربی', + 'Arab' => 'عربی', 'Aran' => 'نستعلیق', 'Armn' => 'اَرمانیَن', 'Avst' => 'اَویستَن', @@ -50,7 +50,7 @@ return [ 'Inds' => 'اِنڈَس', 'Ital' => 'اولڈ اِٹیلِک', 'Java' => 'جاوَنیٖز', - 'Jpan' => 'جیپَنیٖز', + 'Jpan' => 'جاپٲنی', 'Kali' => 'کایا لی', 'Kana' => 'کَتاکانا', 'Khar' => 'خَروشتھی', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ky.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ky.php index be088f8..201a4bb 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ky.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ky.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Адлам (жазуу)', 'Arab' => 'Араб', + 'Aran' => 'Насталик (Араб жазуусу)', 'Armn' => 'Армян', 'Beng' => 'Бенгал', 'Bopo' => 'Бопомофо', 'Brai' => 'Брейл', + 'Cakm' => 'Чакма (жазуу)', + 'Cans' => 'канадалык муун жазуусу', + 'Cher' => 'чероки (жазуу)', 'Cyrl' => 'Кирилл', 'Deva' => 'Деванагари', 'Ethi' => 'Эфиоп', @@ -32,14 +37,23 @@ return [ 'Latn' => 'Латын', 'Mlym' => 'Малайалам', 'Mong' => 'Монгол', + 'Mtei' => 'мейтей-маек (жазуу)', 'Mymr' => 'Мйанмар', + 'Nkoo' => 'нко (жазуу)', + 'Olck' => 'Ол-чики (жазуу)', 'Orya' => 'Орийа', + 'Rohg' => 'Ханифи (жазуу)', 'Sinh' => 'Сингала', + 'Sund' => 'сундан жазуусу', + 'Syrc' => 'сириялык жазуу', 'Taml' => 'Тамил', 'Telu' => 'Телу', + 'Tfng' => 'Тифинаг (жазуу)', 'Thaa' => 'Таана', 'Thai' => 'Тай', 'Tibt' => 'Тибет', + 'Vaii' => 'Ваи (жазуу)', + 'Yiii' => 'Йи (жазуу)', 'Zmth' => 'Математикалык маани', 'Zsye' => 'Быйтыкча', 'Zsym' => 'Белгилер', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lo.php index 087568c..929b2d6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lo.php @@ -2,8 +2,10 @@ return [ 'Names' => [ + 'Adlm' => 'ແອດລາມ', 'Afak' => 'ອັບຟາກາ', 'Arab' => 'ອາຣາບິກ', + 'Aran' => 'ນາສຕໍລິກ (ຄຳໃບ້ການແປ: ລະຫັດພິເສດກຳນົດຮູບແບບຕົວໜັງສືອາຣັບ.)', 'Armi' => 'ອິມພີຮຽນ ອາເມອິກ', 'Armn' => 'ອາເມນຽນ', 'Avst' => 'ອະເວສຕະ', @@ -114,6 +116,7 @@ return [ 'Plrd' => 'ສັດຕະສາດພໍຮລາ', 'Prti' => 'ພາຮ໌ເທຍອິນສຄຮິປຊັນແນລ', 'Rjng' => 'ເຮຈັງ', + 'Rohg' => 'ຮານິຟີ', 'Roro' => 'ຮອງໂກຮອງໂກ', 'Runr' => 'ຮູນິກ', 'Samr' => 'ຊາມາເລຍ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lt.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lt.php index 72d0596..b6407a4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lt.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lt.php @@ -2,9 +2,11 @@ return [ 'Names' => [ + 'Adlm' => 'ADLAM', 'Afak' => 'Afaka', 'Aghb' => 'Kaukazo Albanijos', 'Arab' => 'arabų', + 'Aran' => 'Nastalik', 'Armi' => 'imperinė aramaikų', 'Armn' => 'armėnų', 'Avst' => 'avestano', @@ -120,6 +122,7 @@ return [ 'Plrd' => 'polard fonetinė', 'Prti' => 'rašytiniai partų', 'Rjng' => 'rejang', + 'Rohg' => 'Hanifi', 'Roro' => 'rongorongo', 'Runr' => 'runų', 'Samr' => 'samariečių', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lv.php index 97e9a86..eb91ccc 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lv.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/lv.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'adlama', 'Arab' => 'arābu', + 'Aran' => 'nastaliku', 'Armi' => 'aramiešu', 'Armn' => 'armēņu', 'Bali' => 'baliešu', @@ -10,6 +12,8 @@ return [ 'Bopo' => 'bopomofo', 'Brah' => 'brahmi', 'Brai' => 'Braila raksts', + 'Cakm' => 'čakmu', + 'Cans' => 'vienotā Kanādas aborigēnu zilbju rakstība', 'Cher' => 'irokēzu', 'Copt' => 'koptu', 'Cyrl' => 'kirilica', @@ -50,11 +54,15 @@ return [ 'Mlym' => 'malajalu', 'Mong' => 'mongoļu', 'Moon' => 'Mūna raksts', + 'Mtei' => 'meitei-majeku', 'Mymr' => 'birmiešu', + 'Nkoo' => 'nko', 'Ogam' => 'ogamiskais raksts', + 'Olck' => 'olčiki', 'Orya' => 'oriju', 'Osma' => 'osmaņu turku', 'Phnx' => 'feniķiešu', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo', 'Runr' => 'rūnu raksts', 'Samr' => 'samariešu', @@ -65,10 +73,12 @@ return [ 'Syrn' => 'austrumsīriešu', 'Taml' => 'tamilu', 'Telu' => 'telugu', + 'Tfng' => 'tifinagu', 'Tglg' => 'tagalu', 'Thaa' => 'tāna', 'Thai' => 'taju', 'Tibt' => 'tibetiešu', + 'Vaii' => 'vaju', 'Xpeo' => 'senperiešu', 'Xsux' => 'šumeru-akadiešu ķīļraksts', 'Yiii' => 'ji', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mi.php index e4d2240..743a904 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mi.php @@ -2,11 +2,62 @@ return [ 'Names' => [ + 'Adlm' => 'Arāma', 'Arab' => 'Arapika', + 'Aran' => 'Natārika', + 'Armn' => 'Āmeiniana', + 'Beng' => 'Pāngara', + 'Bopo' => 'Papamawha', + 'Brai' => 'Tuhi Matapō', + 'Cakm' => 'Tiakamā', + 'Cans' => 'Ngā Tohu o te reo o ngā iwi Taketake o Kānata kua paiheretia', + 'Cher' => 'Terokī', 'Cyrl' => 'Hīririki', + 'Deva' => 'Tewhangāngari', + 'Ethi' => 'Etiopika', + 'Geor' => 'Hōriana', + 'Grek' => 'Kiriki', + 'Gujr' => 'Kutarāti', + 'Guru' => 'Kūmuki', + 'Hanb' => 'Hana me te Papamawha', + 'Hang' => 'Hāngū', + 'Hani' => 'Hana', 'Hans' => 'Māmā', - 'Hant' => 'Tukuiho', + 'Hant' => 'Tuku iho', + 'Hebr' => 'Hīperu', + 'Hira' => 'Hirakana', + 'Hrkt' => 'Tohu Hapanihi', + 'Jamo' => 'Hamo', + 'Jpan' => 'Hapanihi', + 'Kana' => 'Katakana', + 'Khmr' => 'Kimei', + 'Knda' => 'Kanara', + 'Kore' => 'Kōreana', + 'Laoo' => 'Rao', 'Latn' => 'Rātina', + 'Mlym' => 'Maramara', + 'Mong' => 'Mongōriana', + 'Mtei' => 'Meitei Maeke', + 'Mymr' => 'Mienemā', + 'Nkoo' => 'Unukō', + 'Olck' => 'Ōtiki', + 'Orya' => 'Otia', + 'Rohg' => 'Hāniwhi', + 'Sinh' => 'Hināra', + 'Sund' => 'Hunanihi', + 'Syrc' => 'Hīriaka', + 'Taml' => 'Tamiera', + 'Telu' => 'Teruku', + 'Tfng' => 'Tiwhinā', + 'Thaa' => 'Tāna', + 'Thai' => 'Tai', + 'Tibt' => 'Tipete', + 'Vaii' => 'Wai', + 'Yiii' => 'Ei', + 'Zmth' => 'Reo Tohu Pāngarau', + 'Zsye' => 'Emohi', + 'Zsym' => 'Tohu', 'Zxxx' => 'Tuhikore', + 'Zyyy' => 'Komona', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mk.php index 7a5da18..eb51603 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mk.php @@ -2,9 +2,11 @@ return [ 'Names' => [ + 'Adlm' => 'адламско', 'Afak' => 'афака', 'Aghb' => 'кавкаскоалбански', 'Arab' => 'арапско писмо', + 'Aran' => 'насталик', 'Armi' => 'царскоарамејски', 'Armn' => 'ерменско писмо', 'Avst' => 'авестанско', @@ -120,6 +122,7 @@ return [ 'Plrd' => 'Полардово', 'Prti' => 'натписно партиско', 'Rjng' => 'реџаншко', + 'Rohg' => 'ханифи', 'Roro' => 'ронгоронго', 'Runr' => 'рунско', 'Samr' => 'самарјанско', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ml.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ml.php index aedf760..543e720 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ml.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ml.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'അദ്‌ലാം', 'Arab' => 'അറബിക്', + 'Aran' => 'നസ്‌റ്റാലിക്', 'Armi' => 'അർമി', 'Armn' => 'അർമേനിയൻ', 'Avst' => 'അവെസ്ഥൻ', @@ -15,7 +17,7 @@ return [ 'Brai' => 'ബ്രെയ്‌ലി', 'Bugi' => 'ബുഗിനീസ്', 'Buhd' => 'ബുഹിഡ്', - 'Cakm' => 'ചകം', + 'Cakm' => 'ചക്മ', 'Cans' => 'ഏകീകൃത കനേഡിയൻ ഗോത്രലിപി', 'Cari' => 'ചരിയൻ', 'Cham' => 'ഛം', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'പൊള്ളാർഡ് ശബ്ദലിപി', 'Prti' => 'പൃതി', 'Rjng' => 'റെജാംഗ്', + 'Rohg' => 'ഹനിഫി', 'Roro' => 'റൊംഗോറൊംഗോ', 'Runr' => 'റുണിക്', 'Samr' => 'സമരിയ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mn.php index 7211008..0d03130 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mn.php @@ -2,44 +2,177 @@ return [ 'Names' => [ + 'Adlm' => 'Адлам бичиг', + 'Aghb' => 'Кавказийн албани', + 'Ahom' => 'Ахом', 'Arab' => 'араб', + 'Aran' => 'Насталик бичиг', + 'Armi' => 'Арамайк', 'Armn' => 'армени', + 'Avst' => 'Авестан', + 'Bali' => 'Бали', + 'Bamu' => 'Баму', + 'Bass' => 'Басс', + 'Batk' => 'Батк', 'Beng' => 'бенгал', + 'Bhks' => 'Байксуки', 'Bopo' => 'вопомофо', + 'Brah' => 'Брахми', 'Brai' => 'брайл', + 'Bugi' => 'Бугинез', + 'Buhd' => 'Бухид', + 'Cakm' => 'Чакма бичиг', + 'Cans' => 'Канадын уугуул иргэдийн тэмдэгт бичиг', + 'Cari' => 'Кари', + 'Cham' => 'Чам', + 'Cher' => 'Чероки бичиг', + 'Chrs' => 'Корасми', + 'Copt' => 'Коптик', + 'Cpmn' => 'Кипр-Миноан', + 'Cprt' => 'Киприот', 'Cyrl' => 'кирилл', 'Deva' => 'деванагари', + 'Diak' => 'Диак', + 'Dogr' => 'Догра', + 'Dsrt' => 'Дезерет', + 'Dupl' => 'Дуплоян', + 'Egyp' => 'Египетийн дүрс бичиг', + 'Elba' => 'Элбасан', + 'Elym' => 'Элимайк', 'Ethi' => 'этиоп', 'Geor' => 'гүрж', + 'Glag' => 'Глаголитик', + 'Gong' => 'Гонг', + 'Gonm' => 'Масарам Гонди', + 'Goth' => 'Готик', + 'Gran' => 'Гранта', 'Grek' => 'грек', 'Gujr' => 'гужарати', 'Guru' => 'гүрмүх', 'Hanb' => 'Бопомофотой ханз', 'Hang' => 'хангыль', 'Hani' => 'ханз', + 'Hano' => 'Хануноо', 'Hans' => 'хялбаршуулсан', 'Hant' => 'уламжлалт', + 'Hatr' => 'Хатран', 'Hebr' => 'еврей', 'Hira' => 'хирагана', + 'Hluw' => 'Анатолийн дүрс бичиг', + 'Hmng' => 'Пахав Хмонг', + 'Hmnp' => 'Хмнп', 'Hrkt' => 'япон хэлний үеийн цагаан толгой', + 'Hung' => 'Хуучин Унгар', + 'Ital' => 'Хуучин итали', 'Jamo' => 'жамо', + 'Java' => 'Жава', 'Jpan' => 'япон', + 'Kali' => 'Кали', 'Kana' => 'катакана', + 'Kawi' => 'Кави', + 'Khar' => 'Карошти', 'Khmr' => 'кхмер', + 'Khoj' => 'Кожки', + 'Kits' => 'Китан бага бичвэр', 'Knda' => 'каннада', 'Kore' => 'солонгос', + 'Kthi' => 'Кайти', + 'Lana' => 'Лана', 'Laoo' => 'лаос', 'Latn' => 'латин', + 'Lepc' => 'Лепк', + 'Limb' => 'Лимб', + 'Lina' => 'Зураасан A', + 'Linb' => 'Зураасан B', + 'Lisu' => 'Лису', + 'Lyci' => 'Лиси', + 'Lydi' => 'Лиди', + 'Mahj' => 'Махажани', + 'Maka' => 'Макасар', + 'Mand' => 'Манд', + 'Mani' => 'Манич', + 'Marc' => 'Марк', + 'Medf' => 'Медефайдрин', + 'Mend' => 'Менди', + 'Merc' => 'Меройтик Курсив', + 'Mero' => 'Меройтик', 'Mlym' => 'малаялам', + 'Modi' => 'Моди', 'Mong' => 'монгол бичиг', + 'Mroo' => 'Мру', + 'Mtei' => 'Мейтей маек бичиг', + 'Mult' => 'Мултани', 'Mymr' => 'мьянмар', + 'Nagm' => 'Наг Мундари', + 'Nand' => 'Нандинагари', + 'Narb' => 'Хуучин Хойд Араб бичиг', + 'Nbat' => 'Набата', + 'Newa' => 'Нева', + 'Nkoo' => 'Нко бичиг', + 'Nshu' => 'Нүшү', + 'Ogam' => 'Огам', + 'Olck' => 'Ол чики бичиг', + 'Orkh' => 'Орхон', 'Orya' => 'ория', + 'Osge' => 'Осге', + 'Osma' => 'Османи', + 'Ougr' => 'Хуучин уйгар', + 'Palm' => 'Палмирен', + 'Pauc' => 'Пай Чин Хау', + 'Perm' => 'Хуучин Пермик', + 'Phag' => 'Фагс-па', + 'Phli' => 'Пахлави', + 'Phlp' => 'Псалтер Пахлави', + 'Phnx' => 'Финик', + 'Plrd' => 'Пирд', + 'Prti' => 'Партиан', + 'Qaag' => 'Каак', + 'Rjng' => 'Режанг', + 'Rohg' => 'Ханафи бичиг', + 'Runr' => 'Руни', + 'Samr' => 'Самаритан', + 'Sarb' => 'Хуучин Өмнөд Араб', + 'Saur' => 'Саураштра', + 'Sgnw' => 'Тэмдэгт бичиг', + 'Shaw' => 'Шави', + 'Shrd' => 'Шарада', + 'Sidd' => 'Сиддхам', + 'Sind' => 'Кудавади', 'Sinh' => 'синхала', + 'Sogd' => 'Согди', + 'Sogo' => 'Хуучин согди', + 'Sora' => 'Сора сомпенг', + 'Soyo' => 'Соёмбо', + 'Sund' => 'Сундан бичиг', + 'Sylo' => 'Сило', + 'Syrc' => 'Сирийк бичиг', + 'Tagb' => 'Тагбанва', + 'Takr' => 'Такри', + 'Tale' => 'Тале', + 'Talu' => 'Талу', 'Taml' => 'тамил', + 'Tang' => 'Тангут', + 'Tavt' => 'Тай Вьетнам', 'Telu' => 'тэлүгү', + 'Tfng' => 'Тифинаг бичиг', + 'Tglg' => 'Тагалог', 'Thaa' => 'тана', 'Thai' => 'тай', 'Tibt' => 'төвд', + 'Tirh' => 'Тирхута', + 'Tnsa' => 'Тангса', + 'Toto' => 'Тото', + 'Ugar' => 'Угаритик', + 'Vaii' => 'Ваи бичиг', + 'Vith' => 'Виткуки', + 'Wara' => 'Варанг Кшити', + 'Wcho' => 'Ванчу', + 'Xpeo' => 'Хуучин перс', + 'Xsux' => 'Сумеро-Аккадиан шаантаг бичиг', + 'Yezi' => 'Езиди', + 'Yiii' => 'И бичиг', + 'Zanb' => 'Занабазарын дөрвөлжин бичиг', + 'Zinh' => 'Зинх', 'Zmth' => 'математик тооллын систем', 'Zsye' => 'эможи', 'Zsym' => 'тэмдэг', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mo.php index 6279b82..aa0974c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mo.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Aghb' => 'albaneză caucaziană', 'Ahom' => 'ahom', 'Arab' => 'arabă', @@ -10,7 +11,9 @@ return [ 'Armn' => 'armeană', 'Avst' => 'avestică', 'Bali' => 'balineză', + 'Bamu' => 'bamum', 'Bass' => 'bassa vah', + 'Batk' => 'batak', 'Beng' => 'bengaleză', 'Bhks' => 'bhaiksuki', 'Bopo' => 'bopomofo', @@ -18,8 +21,11 @@ return [ 'Brai' => 'braille', 'Bugi' => 'bugineză', 'Buhd' => 'buhidă', + 'Cakm' => 'chakma', 'Cans' => 'silabică aborigenă canadiană unificată', 'Cari' => 'cariană', + 'Cham' => 'cham', + 'Cher' => 'cherokee', 'Chrs' => 'khorezmiană', 'Copt' => 'coptă', 'Cpmn' => 'cipro-minoană', @@ -40,6 +46,7 @@ return [ 'Geok' => 'georgiană bisericească', 'Geor' => 'georgiană', 'Glag' => 'glagolitică', + 'Gong' => 'gunjala gondi', 'Gonm' => 'masaram gondi', 'Goth' => 'gotică', 'Gran' => 'grantha', @@ -57,6 +64,7 @@ return [ 'Hira' => 'hiragana', 'Hluw' => 'hieroglife anatoliene', 'Hmng' => 'pahawh hmong', + 'Hmnp' => 'nyiakeng puachue hmong', 'Hrkt' => 'silabică japoneză', 'Hung' => 'maghiară veche', 'Inds' => 'indus', @@ -64,7 +72,9 @@ return [ 'Jamo' => 'jamo', 'Java' => 'javaneză', 'Jpan' => 'japoneză', + 'Kali' => 'kayah li', 'Kana' => 'katakana', + 'Kawi' => 'kawi', 'Khar' => 'kharosthi', 'Khmr' => 'khmeră', 'Khoj' => 'khojki', @@ -72,16 +82,21 @@ return [ 'Knda' => 'kannada', 'Kore' => 'coreeană', 'Kthi' => 'kaithi', + 'Lana' => 'lanna', 'Laoo' => 'laoțiană', 'Latf' => 'latină Fraktur', 'Latg' => 'latină gaelică', 'Latn' => 'latină', + 'Lepc' => 'lepcha', + 'Limb' => 'limbu', 'Lina' => 'lineară A', 'Linb' => 'lineară B', + 'Lisu' => 'fraser', 'Lyci' => 'liciană', 'Lydi' => 'lidiană', 'Mahj' => 'mahajani', 'Maka' => 'makasar', + 'Mand' => 'mandeană', 'Mani' => 'maniheeană', 'Marc' => 'marchen', 'Maya' => 'hieroglife maya', @@ -96,14 +111,18 @@ return [ 'Mtei' => 'meitei mayek', 'Mult' => 'multani', 'Mymr' => 'birmană', + 'Nagm' => 'nag mundari', 'Nand' => 'nandinagari', 'Narb' => 'arabă veche din nord', 'Nbat' => 'nabateeană', + 'Newa' => 'newa', + 'Nkoo' => 'n’ko', 'Nshu' => 'nüshu', 'Ogam' => 'ogham', 'Olck' => 'ol chiki', 'Orkh' => 'orhon', 'Orya' => 'oriya', + 'Osge' => 'osage', 'Osma' => 'osmanya', 'Ougr' => 'uigură veche', 'Palm' => 'palmirenă', @@ -113,12 +132,15 @@ return [ 'Phli' => 'pahlavi pentru inscripții', 'Phlp' => 'pahlavi pentru psaltire', 'Phnx' => 'feniciană', + 'Plrd' => 'pollardă fonetică', 'Prti' => 'partă pentru inscripții', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Runr' => 'runică', 'Samr' => 'samariteană', 'Sarb' => 'arabă veche din sud', + 'Saur' => 'saurashtra', 'Sgnw' => 'scrierea simbolică', 'Shaw' => 'savă', 'Shrd' => 'sharadă', @@ -129,15 +151,20 @@ return [ 'Sogo' => 'sogdiană veche', 'Sora' => 'sora sompeng', 'Soyo' => 'soyombo', + 'Sund' => 'sundaneză', + 'Sylo' => 'syloti nagri', 'Syrc' => 'siriacă', 'Syrj' => 'siriacă occidentală', 'Syrn' => 'siriacă orientală', 'Tagb' => 'tagbanwa', 'Takr' => 'takri', + 'Tale' => 'tai le', + 'Talu' => 'tai le nouă', 'Taml' => 'tamilă', 'Tang' => 'tangut', + 'Tavt' => 'tai viet', 'Telu' => 'telugu', - 'Tfng' => 'berberă', + 'Tfng' => 'tifinagh', 'Tglg' => 'tagalog', 'Thaa' => 'thaana', 'Thai' => 'thailandeză', @@ -146,11 +173,14 @@ return [ 'Tnsa' => 'tangsa', 'Toto' => 'toto', 'Ugar' => 'ugaritică', + 'Vaii' => 'vai', 'Vith' => 'vithkuqi', 'Wara' => 'varang kshiti', + 'Wcho' => 'wancho', 'Xpeo' => 'persană veche', 'Xsux' => 'cuneiformă sumero-akkadiană', 'Yezi' => 'yazidită', + 'Yiii' => 'yi', 'Zanb' => 'Piața Zanabazar', 'Zinh' => 'moștenită', 'Zmth' => 'notație matematică', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mr.php index 9c7d560..e1b6b7e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/mr.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'अदलम', 'Arab' => 'अरबी', + 'Aran' => 'नस्तालीक', 'Armi' => 'इम्पिरियल आर्मेनिक', 'Armn' => 'अर्मेनियन', 'Avst' => 'अवेस्तान', @@ -16,7 +18,7 @@ return [ 'Bugi' => 'बूगी', 'Buhd' => 'बुहिद', 'Cakm' => 'चकमा', - 'Cans' => 'यूनिफाइड कॅनेडियन अ‍ॅबोरिदनल सिलॅबिक्स', + 'Cans' => 'यूनिफाइड कॅनेडियन अ‍ॅबोरिजनल सिलॅबिक्स', 'Cari' => 'कॅरियन', 'Cham' => 'चाम', 'Cher' => 'चेरोकी', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'पोलार्ड फोनेटिक', 'Prti' => 'इन्स्क्रिप्शनल पर्थियन', 'Rjng' => 'रीजांग', + 'Rohg' => 'हनीफी', 'Roro' => 'रोन्गोरोन्गो', 'Runr' => 'रूनिक', 'Samr' => 'समरिटान', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/my.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/my.php index 299dde4..c092380 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/my.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/my.php @@ -2,12 +2,17 @@ return [ 'Names' => [ + 'Adlm' => 'အက်ဒ်လမ်', 'Arab' => 'အာရေဗျ', + 'Aran' => 'နက်စ်တာလိခ်', 'Armn' => 'အာမေးနီးယား', 'Beng' => 'ဘင်္ဂါလီ', 'Bopo' => 'ဘိုပို', 'Brah' => 'ဗွဟ်မမီ', 'Brai' => 'ဘရေ', + 'Cakm' => 'ချပ်ခ်မာ', + 'Cans' => 'ကင်န်စ်', + 'Cher' => 'ချာရိုကီး', 'Cyrl' => 'စစ်ရိလစ်', 'Deva' => 'ဒီဗနာဂရီ', 'Ethi' => 'အီသီယိုးပီးယား', @@ -35,16 +40,24 @@ return [ 'Latn' => 'လက်တင်', 'Mlym' => 'မလေယာလမ်', 'Mong' => 'မွန်ဂိုလီးယား', + 'Mtei' => 'မေတဲမာယက်', 'Mymr' => 'မြန်မာ', + 'Nkoo' => 'အွန်ကို', + 'Olck' => 'အိုလ်ချီကီ', 'Orya' => 'အိုရာ', + 'Rohg' => 'ဟာနီဖီ', 'Sinh' => 'ဆင်ဟာလ', + 'Sund' => 'ဆူဒန်', + 'Syrc' => 'ဆီရီရက်ခ်', 'Tale' => 'တိုင်လီ', 'Taml' => 'တမီးလ်', 'Telu' => 'တီလု', + 'Tfng' => 'တီဖီနော', 'Tglg' => 'တဂလော့ဂ်', 'Thaa' => 'သာအ်', 'Thai' => 'ထိုင်း', 'Tibt' => 'တိဘက်', + 'Vaii' => 'ဗိုင်း', 'Visp' => 'မြင်နိုင်သော စကား', 'Xpeo' => 'ပါရှန် အဟောင်း', 'Yiii' => 'ရီ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ne.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ne.php index 787b8d2..32a5069 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ne.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ne.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'एडलाम', 'Arab' => 'अरबी', + 'Aran' => 'नास्टालिक', 'Armi' => 'आर्मी', 'Armn' => 'आर्मेनियाली', 'Avst' => 'आभेस्टान', @@ -16,6 +18,7 @@ return [ 'Bugi' => 'बुगिनिज', 'Buhd' => 'बुहिद', 'Cakm' => 'काक्म्', + 'Cans' => 'एकीकृत क्यानेडाली आदिवादीको सिलाबिक्स', 'Cari' => 'कारियन', 'Cham' => 'चाम', 'Cher' => 'चेरोकी', @@ -41,7 +44,7 @@ return [ 'Hani' => 'हान', 'Hano' => 'हानुनु', 'Hans' => 'सरलिकृत चिनियाँ', - 'Hant' => 'परम्परागत चिनियाँ', + 'Hant' => 'परम्परागत', 'Hebr' => 'हिब्रु', 'Hira' => 'हिरागना', 'Hmng' => 'पहावह हमोङ्ग', @@ -92,6 +95,7 @@ return [ 'Plrd' => 'पोल्लार्ड फोनेटिक', 'Prti' => 'पिआरटी', 'Rjng' => 'रेजाङ', + 'Rohg' => 'हानिफी', 'Roro' => 'रोङ्गोरोङ्गो', 'Runr' => 'रूनिक', 'Samr' => 'समारिटन', @@ -100,6 +104,7 @@ return [ 'Sgnw' => 'साइनराइटिङ', 'Shaw' => 'शाभियन', 'Sinh' => 'सिन्हाला', + 'Sund' => 'सुन्डानेली', 'Sylo' => 'स्ल्योटी नाग्री', 'Syrc' => 'सिरियाक', 'Syre' => 'इस्ट्रेनजेलो सिरियाक', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/nl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/nl.php index 1aeddbd..5b51040 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/nl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/nl.php @@ -78,6 +78,7 @@ return [ 'Jurc' => 'Jurchen', 'Kali' => 'Kayah Li', 'Kana' => 'Katakana', + 'Kawi' => 'Kawi-taal', 'Khar' => 'Kharoshthi', 'Khmr' => 'Khmer', 'Khoj' => 'Khojki', @@ -117,6 +118,7 @@ return [ 'Mtei' => 'Meitei', 'Mult' => 'Multani', 'Mymr' => 'Birmaans', + 'Nagm' => 'Nag Mundari', 'Nand' => 'Nandinagari', 'Narb' => 'Oud Noord-Arabisch', 'Nbat' => 'Nabateaans', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/no.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/no.php index 61485fd..b020b0a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/no.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/no.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Afak' => 'afaka', 'Aghb' => 'kaukasus-albansk', 'Ahom' => 'ahom', @@ -125,6 +126,7 @@ return [ 'Prti' => 'inskripsjonsparthisk', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo', 'Runr' => 'runer', 'Samr' => 'samaritansk', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/no_NO.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/no_NO.php index 61485fd..b020b0a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/no_NO.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/no_NO.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Afak' => 'afaka', 'Aghb' => 'kaukasus-albansk', 'Ahom' => 'ahom', @@ -125,6 +126,7 @@ return [ 'Prti' => 'inskripsjonsparthisk', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo', 'Runr' => 'runer', 'Samr' => 'samaritansk', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/or.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/or.php index 0c5128f..2bdb676 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/or.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/or.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'ଆଡଲମ୍', 'Arab' => 'ଆରବିକ୍', + 'Aran' => 'ଆରାନ', 'Armi' => 'ଇମ୍ପେରିଆଲ୍ ଆରମିକ୍', 'Armn' => 'ଆର୍ମେନୀୟ', 'Avst' => 'ଆବେସ୍ଥାନ୍', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'ପୋଲାର୍ଡ ଫୋନେଟିକ୍', 'Prti' => 'ଇନସ୍କ୍ରୀପସାନଲ୍ ପାର୍ଥିଆନ୍', 'Rjng' => 'ରେଜାଙ୍ଗ', + 'Rohg' => 'ରୋହଗ', 'Roro' => 'ରୋଙ୍ଗୋରୋଙ୍ଗୋ', 'Runr' => 'ରନିକ୍', 'Samr' => 'ସମୌରିଟନ୍', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pa.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pa.php index 15472b4..7103794 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pa.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pa.php @@ -2,12 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'ਅਦਲਾਮ', 'Arab' => 'ਅਰਬੀ', 'Aran' => 'ਨਸਤਾਲੀਕ', 'Armn' => 'ਅਰਮੀਨੀਆਈ', 'Beng' => 'ਬੰਗਾਲੀ', 'Bopo' => 'ਬੋਪੋਮੋਫੋ', 'Brai' => 'ਬਰੇਲ', + 'Cakm' => 'ਚਕਮਾ', + 'Cans' => 'ਯੂਨੀਫਾਈਡ ਕੈਨੇਡੀਅਨ ਐਬੋਰਿਜਿਨਲ ਸਿਲੇਬਿਕਸ', + 'Cher' => 'ਚੈਰੋਕੀ', 'Cyrl' => 'ਸਿਰਿਲਿਕ', 'Deva' => 'ਦੇਵਨਾਗਰੀ', 'Ethi' => 'ਇਥੀਓਪਿਕ', @@ -33,14 +37,23 @@ return [ 'Latn' => 'ਲਾਤੀਨੀ', 'Mlym' => 'ਮਲਿਆਲਮ', 'Mong' => 'ਮੰਗੋਲੀਅਨ', + 'Mtei' => 'ਮਿਤੇਈ ਮਾਏਕ', 'Mymr' => 'ਮਿਆਂਮਾਰ', + 'Nkoo' => 'ਐਨ’ਕੋ', + 'Olck' => 'ਓਲ ਚੀਕੀ', 'Orya' => 'ਉੜੀਆ', + 'Rohg' => 'ਹਨੀਫੀ', 'Sinh' => 'ਸਿੰਹਾਲਾ', + 'Sund' => 'ਸੂੰਡਾਨੀ', + 'Syrc' => 'ਸੀਰੀਆਈ', 'Taml' => 'ਤਮਿਲ', 'Telu' => 'ਤੇਲਗੂ', + 'Tfng' => 'ਟਿਫੀਨਾਘ', 'Thaa' => 'ਥਾਨਾ', 'Thai' => 'ਥਾਈ', 'Tibt' => 'ਤਿੱਬਤੀ', + 'Vaii' => 'ਵਾਈ', + 'Yiii' => 'ਯੀ', 'Zmth' => 'ਗਣਿਤ ਚਿੰਨ੍ਹ-ਲਿਪੀ', 'Zsye' => 'ਇਮੋਜੀ', 'Zsym' => 'ਚਿੰਨ੍ਹ', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pl.php index 5a39121..43a6f3a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pl.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'arabskie', 'Aran' => 'nastaliq', 'Armi' => 'armi', @@ -21,7 +22,7 @@ return [ 'Cans' => 'zunifikowane symbole kanadyjskich autochtonów', 'Cari' => 'karyjskie', 'Cham' => 'czamskie', - 'Cher' => 'czirokeski', + 'Cher' => 'czirokeskie', 'Cirt' => 'cirth', 'Copt' => 'koptyjskie', 'Cprt' => 'cypryjskie', @@ -85,7 +86,7 @@ return [ 'Mymr' => 'birmańskie', 'Nkoo' => 'n’ko', 'Ogam' => 'ogham', - 'Olck' => 'ol chiki', + 'Olck' => 'ol ciki', 'Orkh' => 'orchońskie', 'Orya' => 'orija', 'Osma' => 'osmanya', @@ -99,6 +100,7 @@ return [ 'Prti' => 'partyjski inskrypcyjny', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo', 'Runr' => 'runiczne', 'Samr' => 'samarytański', @@ -109,7 +111,7 @@ return [ 'Sinh' => 'syngaleskie', 'Sund' => 'sundajskie', 'Sylo' => 'syloti nagri', - 'Syrc' => 'syryjski', + 'Syrc' => 'syryjskie', 'Syre' => 'syriacki estrangelo', 'Syrj' => 'syryjski (odmiana zachodnia)', 'Syrn' => 'syryjski (odmiana wschodnia)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ps.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ps.php index efb532b..f080798 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ps.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ps.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'اډلام', 'Arab' => 'عربي', + 'Aran' => 'نستعلیق', 'Armn' => 'ارمانیایي', 'Beng' => 'بنګله', 'Bopo' => 'بوپوموفو', 'Brai' => 'بریلي', + 'Cakm' => 'چکما', + 'Cans' => 'متحد کاناډایی ابوریجینل سلیبکس', + 'Cher' => 'چیروکي', 'Cyrl' => 'سیریلیک', 'Deva' => 'دیواناګري', 'Ethi' => 'ایتوپي', @@ -32,14 +37,23 @@ return [ 'Latn' => 'لاتين/لاتيني', 'Mlym' => 'مالایالم', 'Mong' => 'منګولیایي', + 'Mtei' => 'میټي مایک', 'Mymr' => 'میانمار', + 'Nkoo' => 'ناکو', + 'Olck' => 'اول چکی۔', 'Orya' => 'اوديا', + 'Rohg' => 'حنفی', 'Sinh' => 'سنهالا', + 'Sund' => 'سنڈانی', + 'Syrc' => 'سریانی', 'Taml' => 'تامل', 'Telu' => 'تیلیګو', + 'Tfng' => 'ٹیفناګ', 'Thaa' => 'تهانا', 'Thai' => 'تایلنډي', 'Tibt' => 'تبتي', + 'Vaii' => 'وای', + 'Yiii' => 'یی', 'Zmth' => 'د ریاضیاتو نوټیشن', 'Zsye' => 'ایموجي', 'Zsym' => 'سمبولونه', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pt.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pt.php index c6a9ed1..4f4d749 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pt.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pt.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'árabe', 'Aran' => 'nastaliq', 'Armi' => 'armi', @@ -101,6 +102,7 @@ return [ 'Prti' => 'prti', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo', 'Runr' => 'rúnico', 'Samr' => 'samaritano', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pt_PT.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pt_PT.php index 6b5f004..4ce8a9d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pt_PT.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/pt_PT.php @@ -5,6 +5,8 @@ return [ 'Aran' => 'nasta’liq', 'Armn' => 'arménio', 'Beng' => 'bengalês', + 'Cakm' => 'chakma', + 'Cans' => 'escrita silábica unificada dos aborígenes canadianos', 'Egyd' => 'egípcio demótico', 'Egyh' => 'egípcio hierático', 'Ethi' => 'etíope', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/qu.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/qu.php index 78afd2a..e7a7db5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/qu.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/qu.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam Simi', 'Arab' => 'Arabe Simi', + 'Aran' => 'Nastaliq qillqa', 'Armn' => 'Armenio Simi', 'Beng' => 'Bangla Simi', 'Bopo' => 'Bopomofo Simi', 'Brai' => 'Braile', + 'Cakm' => 'Chakma Simi', + 'Cans' => 'Silabeo aborigen Simi (Canadiense unificado)', + 'Cher' => 'Cherokee Simi', 'Cyrl' => 'Cirilico', 'Deva' => 'Devanagari', 'Ethi' => 'Etiope', @@ -32,14 +37,23 @@ return [ 'Latn' => 'Latin Simi', 'Mlym' => 'Malayalam Simi', 'Mong' => 'Mongol Simi', + 'Mtei' => 'Meitei Mayek Simi', 'Mymr' => 'Myanmar', + 'Nkoo' => 'N’Ko Simi', + 'Olck' => 'Ol Chiki Simi', 'Orya' => 'Odia Simi', + 'Rohg' => 'Hanifi Simi', 'Sinh' => 'Cingales Simi', + 'Sund' => 'Sundanese Simi', + 'Syrc' => 'Sirio Simi', 'Taml' => 'Tamil Simi', 'Telu' => 'Tegulu Simi', + 'Tfng' => 'Tifinagh Simi', 'Thaa' => 'Thaana Simi', 'Thai' => 'Tailandes Simi', 'Tibt' => 'Tibetano Simi', + 'Vaii' => 'Vai Simi', + 'Yiii' => 'Yi Simi', 'Zmth' => 'Matimatica Willay', 'Zsye' => 'Emoji', 'Zsym' => 'Unanchakuna', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ro.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ro.php index 6279b82..aa0974c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ro.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ro.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Aghb' => 'albaneză caucaziană', 'Ahom' => 'ahom', 'Arab' => 'arabă', @@ -10,7 +11,9 @@ return [ 'Armn' => 'armeană', 'Avst' => 'avestică', 'Bali' => 'balineză', + 'Bamu' => 'bamum', 'Bass' => 'bassa vah', + 'Batk' => 'batak', 'Beng' => 'bengaleză', 'Bhks' => 'bhaiksuki', 'Bopo' => 'bopomofo', @@ -18,8 +21,11 @@ return [ 'Brai' => 'braille', 'Bugi' => 'bugineză', 'Buhd' => 'buhidă', + 'Cakm' => 'chakma', 'Cans' => 'silabică aborigenă canadiană unificată', 'Cari' => 'cariană', + 'Cham' => 'cham', + 'Cher' => 'cherokee', 'Chrs' => 'khorezmiană', 'Copt' => 'coptă', 'Cpmn' => 'cipro-minoană', @@ -40,6 +46,7 @@ return [ 'Geok' => 'georgiană bisericească', 'Geor' => 'georgiană', 'Glag' => 'glagolitică', + 'Gong' => 'gunjala gondi', 'Gonm' => 'masaram gondi', 'Goth' => 'gotică', 'Gran' => 'grantha', @@ -57,6 +64,7 @@ return [ 'Hira' => 'hiragana', 'Hluw' => 'hieroglife anatoliene', 'Hmng' => 'pahawh hmong', + 'Hmnp' => 'nyiakeng puachue hmong', 'Hrkt' => 'silabică japoneză', 'Hung' => 'maghiară veche', 'Inds' => 'indus', @@ -64,7 +72,9 @@ return [ 'Jamo' => 'jamo', 'Java' => 'javaneză', 'Jpan' => 'japoneză', + 'Kali' => 'kayah li', 'Kana' => 'katakana', + 'Kawi' => 'kawi', 'Khar' => 'kharosthi', 'Khmr' => 'khmeră', 'Khoj' => 'khojki', @@ -72,16 +82,21 @@ return [ 'Knda' => 'kannada', 'Kore' => 'coreeană', 'Kthi' => 'kaithi', + 'Lana' => 'lanna', 'Laoo' => 'laoțiană', 'Latf' => 'latină Fraktur', 'Latg' => 'latină gaelică', 'Latn' => 'latină', + 'Lepc' => 'lepcha', + 'Limb' => 'limbu', 'Lina' => 'lineară A', 'Linb' => 'lineară B', + 'Lisu' => 'fraser', 'Lyci' => 'liciană', 'Lydi' => 'lidiană', 'Mahj' => 'mahajani', 'Maka' => 'makasar', + 'Mand' => 'mandeană', 'Mani' => 'maniheeană', 'Marc' => 'marchen', 'Maya' => 'hieroglife maya', @@ -96,14 +111,18 @@ return [ 'Mtei' => 'meitei mayek', 'Mult' => 'multani', 'Mymr' => 'birmană', + 'Nagm' => 'nag mundari', 'Nand' => 'nandinagari', 'Narb' => 'arabă veche din nord', 'Nbat' => 'nabateeană', + 'Newa' => 'newa', + 'Nkoo' => 'n’ko', 'Nshu' => 'nüshu', 'Ogam' => 'ogham', 'Olck' => 'ol chiki', 'Orkh' => 'orhon', 'Orya' => 'oriya', + 'Osge' => 'osage', 'Osma' => 'osmanya', 'Ougr' => 'uigură veche', 'Palm' => 'palmirenă', @@ -113,12 +132,15 @@ return [ 'Phli' => 'pahlavi pentru inscripții', 'Phlp' => 'pahlavi pentru psaltire', 'Phnx' => 'feniciană', + 'Plrd' => 'pollardă fonetică', 'Prti' => 'partă pentru inscripții', 'Qaag' => 'zawgyi', 'Rjng' => 'rejang', + 'Rohg' => 'hanifi', 'Runr' => 'runică', 'Samr' => 'samariteană', 'Sarb' => 'arabă veche din sud', + 'Saur' => 'saurashtra', 'Sgnw' => 'scrierea simbolică', 'Shaw' => 'savă', 'Shrd' => 'sharadă', @@ -129,15 +151,20 @@ return [ 'Sogo' => 'sogdiană veche', 'Sora' => 'sora sompeng', 'Soyo' => 'soyombo', + 'Sund' => 'sundaneză', + 'Sylo' => 'syloti nagri', 'Syrc' => 'siriacă', 'Syrj' => 'siriacă occidentală', 'Syrn' => 'siriacă orientală', 'Tagb' => 'tagbanwa', 'Takr' => 'takri', + 'Tale' => 'tai le', + 'Talu' => 'tai le nouă', 'Taml' => 'tamilă', 'Tang' => 'tangut', + 'Tavt' => 'tai viet', 'Telu' => 'telugu', - 'Tfng' => 'berberă', + 'Tfng' => 'tifinagh', 'Tglg' => 'tagalog', 'Thaa' => 'thaana', 'Thai' => 'thailandeză', @@ -146,11 +173,14 @@ return [ 'Tnsa' => 'tangsa', 'Toto' => 'toto', 'Ugar' => 'ugaritică', + 'Vaii' => 'vai', 'Vith' => 'vithkuqi', 'Wara' => 'varang kshiti', + 'Wcho' => 'wancho', 'Xpeo' => 'persană veche', 'Xsux' => 'cuneiformă sumero-akkadiană', 'Yezi' => 'yazidită', + 'Yiii' => 'yi', 'Zanb' => 'Piața Zanabazar', 'Zinh' => 'moștenită', 'Zmth' => 'notație matematică', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ru.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ru.php index 151b83e..5e9b263 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ru.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ru.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'адлам', 'Afak' => 'афака', 'Arab' => 'арабица', 'Aran' => 'насталик', @@ -48,8 +49,8 @@ return [ 'Hang' => 'хангыль', 'Hani' => 'китайская', 'Hano' => 'хануну', - 'Hans' => 'упрощенная китайская', - 'Hant' => 'традиционная китайская', + 'Hans' => 'упрощенная', + 'Hant' => 'традиционная', 'Hebr' => 'еврейская', 'Hira' => 'хирагана', 'Hluw' => 'лувийские иероглифы', @@ -117,6 +118,7 @@ return [ 'Prti' => 'парфянская', 'Qaag' => 'зоджи', 'Rjng' => 'реджангская', + 'Rohg' => 'ханифи', 'Roro' => 'ронго-ронго', 'Runr' => 'руническая', 'Samr' => 'самаритянская', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sc.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sc.php index 76265a6..4fb3e72 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sc.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sc.php @@ -69,6 +69,7 @@ return [ 'Jpan' => 'giaponesu', 'Kali' => 'kayah li', 'Kana' => 'katakana', + 'Kawi' => 'kawi', 'Khar' => 'kharoshthi', 'Khmr' => 'khmer', 'Khoj' => 'khojki', @@ -102,6 +103,7 @@ return [ 'Mtei' => 'meitei mayek', 'Mult' => 'multani', 'Mymr' => 'birmanu', + 'Nagm' => 'nag mundari', 'Nand' => 'nandinagari', 'Narb' => 'àrabu setentrionale antigu', 'Nbat' => 'nabateu', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sd.php index 2bb686f..b612fd9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sd.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'ايڊلام', 'Arab' => 'عربي', + 'Aran' => 'نستعلیق', 'Armn' => 'عرماني', 'Beng' => 'بنگلا', 'Bopo' => 'بوپوموفو', 'Brai' => 'بريلي', + 'Cakm' => 'چڪما', + 'Cans' => 'يونيفائيڊ ڪينيڊيئن ابارجيني سليبڪس', + 'Cher' => 'چيروڪي', 'Cyrl' => 'سيريلي', 'Deva' => 'ديوناگري', 'Ethi' => 'ايٿوپيائي', @@ -34,17 +39,26 @@ return [ 'Latn' => 'لاطيني', 'Mlym' => 'ملايالم', 'Mong' => 'منگولي', + 'Mtei' => 'ميئيٽي مائيڪ', 'Mult' => 'ملتاني', 'Mymr' => 'ميانمر', + 'Nkoo' => 'نڪو', + 'Olck' => 'اول چڪي', 'Orya' => 'اوڊيا', + 'Rohg' => 'ھنيفي', 'Sarb' => 'قديم ڏاکڻي عربي', 'Sinh' => 'سنهالا', + 'Sund' => 'سوڊاني', + 'Syrc' => 'شامي', 'Taml' => 'تامل', 'Telu' => 'تلگو', + 'Tfng' => 'ٽفيناگ', 'Thaa' => 'ٿانا', 'Thai' => 'ٿائي', 'Tibt' => 'تبيتن', + 'Vaii' => 'وائي', 'Xpeo' => 'قديم فارسي', + 'Yiii' => 'يي', 'Zmth' => 'رياضي جون نشانيون', 'Zsye' => 'ايموجي', 'Zsym' => 'نشانيون', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sh.php index babec50..0ba26aa 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sh.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'arapsko pismo', + 'Aran' => 'nastalik', 'Armi' => 'imperijsko aramejsko pismo', 'Armn' => 'jermensko pismo', 'Avst' => 'avestansko pismo', @@ -15,11 +17,11 @@ return [ 'Brai' => 'brajevo pismo', 'Bugi' => 'buginsko pismo', 'Buhd' => 'buhidsko pismo', - 'Cakm' => 'čakmansko pismo', + 'Cakm' => 'čakma', 'Cans' => 'ujedinjeni kanadski aboridžinski silabici', 'Cari' => 'karijsko pismo', 'Cham' => 'čamsko pismo', - 'Cher' => 'Čeroki', + 'Cher' => 'čeroki', 'Cirt' => 'cirt pismo', 'Copt' => 'koptičko pismo', 'Cprt' => 'kiparsko pismo', @@ -79,11 +81,11 @@ return [ 'Mlym' => 'malajalamsko pismo', 'Mong' => 'mongolsko pismo', 'Moon' => 'mesečevo pismo', - 'Mtei' => 'meitei majek pismo', + 'Mtei' => 'meitei majek', 'Mymr' => 'mijanmarsko pismo', - 'Nkoo' => 'n’ko pismo', + 'Nkoo' => 'nko', 'Ogam' => 'ogamsko pismo', - 'Olck' => 'ol čiki pismo', + 'Olck' => 'ol čiki', 'Orkh' => 'orkonsko pismo', 'Orya' => 'orijansko pismo', 'Osma' => 'osmanjansko pismo', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'porald fonetsko pismo', 'Prti' => 'pisani partian', 'Rjng' => 'rejang pismo', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo pismo', 'Runr' => 'runsko pismo', 'Samr' => 'samaritansko pismo', @@ -117,17 +120,17 @@ return [ 'Tavt' => 'tai viet pismo', 'Telu' => 'telugu pismo', 'Teng' => 'tengvar pismo', - 'Tfng' => 'tifinag pismo', + 'Tfng' => 'tifinag', 'Tglg' => 'Tagalog', 'Thaa' => 'tana pismo', 'Thai' => 'tajlandsko pismo', 'Tibt' => 'tibetansko pismo', 'Ugar' => 'ugaritsko pismo', - 'Vaii' => 'vai pismo', + 'Vaii' => 'vai', 'Visp' => 'vidljivi govor', 'Xpeo' => 'staropersijsko pismo', 'Xsux' => 'sumersko-akadsko kuneiform pismo', - 'Yiii' => 'ji pismo', + 'Yiii' => 'ji', 'Zinh' => 'nasledno pismo', 'Zmth' => 'matematička notacija', 'Zsye' => 'emodži', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/si.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/si.php index a55df14..06e709f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/si.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/si.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'ඇඩ්ලම්', 'Arab' => 'අරාබි', + 'Aran' => 'නස්ටාලික්', 'Armn' => 'ආර්මේනියානු', 'Beng' => 'බෙංගාලි', 'Bopo' => 'බොපොමොෆෝ', 'Brai' => 'බ්‍රේල්', + 'Cakm' => 'චක්මා', + 'Cans' => 'ඒකාබද්ධ කැනේඩියානු ආදිවාසී විෂය නිර්දේශ', + 'Cher' => 'චෙරෝකී', 'Cyrl' => 'සිරිලික්', 'Deva' => 'දේවනාගරී', 'Ethi' => 'ඉතියෝපියානු', @@ -32,14 +37,23 @@ return [ 'Latn' => 'ලතින්', 'Mlym' => 'මලයාලම්', 'Mong' => 'මොන්ගෝලියානු', + 'Mtei' => 'මෙයිටෙයි මයක්', 'Mymr' => 'මියන්මාර', + 'Nkoo' => 'එන්‘කෝ', + 'Olck' => 'ඔල් චිකි', 'Orya' => 'ඔරියා', + 'Rohg' => 'හනිෆි', 'Sinh' => 'සිංහල', + 'Sund' => 'සන්ඩනීස්', + 'Syrc' => 'සිරියැක්', 'Taml' => 'දෙමළ', 'Telu' => 'තෙළිඟු', + 'Tfng' => 'ටිෆිනාග්', 'Thaa' => 'තාන', 'Thai' => 'තායි', 'Tibt' => 'ටි‍බෙට්', + 'Vaii' => 'වායි', + 'Yiii' => 'යී', 'Zmth' => 'ගණිතමය සංකේත', 'Zsye' => 'ඉමොජි', 'Zsym' => 'සංකේත', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sk.php index 03a67b7..1b3237c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sk.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'arabské', 'Aran' => 'nastaliq', 'Armn' => 'arménske', @@ -9,6 +10,9 @@ return [ 'Beng' => 'bengálske', 'Bopo' => 'bopomofo', 'Brai' => 'braillovo', + 'Cakm' => 'čakma', + 'Cans' => 'zjednotené kanadské domorodé slabiky', + 'Cher' => 'čerokézčina', 'Cyrl' => 'cyrilika', 'Deva' => 'dévanágarí', 'Egyp' => 'egyptské hieroglyfy', @@ -42,17 +46,24 @@ return [ 'Mong' => 'mongolské', 'Mtei' => 'mejtej majek (manipurské)', 'Mymr' => 'barmské', + 'Nkoo' => 'bambarčina', 'Olck' => 'santálske (ol chiki)', 'Orya' => 'uríjske', 'Osma' => 'osmanský', 'Qaag' => 'zawgyi', + 'Rohg' => 'hanifi', 'Runr' => 'Runové písmo', 'Sinh' => 'sinhálske', + 'Sund' => 'sundčina', + 'Syrc' => 'sýrčina', 'Taml' => 'tamilské', 'Telu' => 'telugské', + 'Tfng' => 'tifinagh', 'Thaa' => 'tána', 'Thai' => 'thajské', 'Tibt' => 'tibetské', + 'Vaii' => 'vai', + 'Yiii' => 'yi', 'Zmth' => 'matematický zápis', 'Zsye' => 'emodži', 'Zsym' => 'symboly', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sl.php index d4509d4..4dc236e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sl.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'adlamski', 'Arab' => 'arabski', + 'Aran' => 'nastalik', 'Armi' => 'imperialno-aramejski', 'Armn' => 'armenski', 'Avst' => 'avestanski', @@ -15,6 +17,7 @@ return [ 'Brai' => 'braillova pisava', 'Bugi' => 'buginski', 'Buhd' => 'buhidski', + 'Cakm' => 'čakmajski', 'Cans' => 'poenotena zlogovna pisava kanadskih staroselcev', 'Cher' => 'čerokeški', 'Cirt' => 'kirt', @@ -75,8 +78,9 @@ return [ 'Mlym' => 'malajalamski', 'Mong' => 'mongolska', 'Moon' => 'Moonova pisava za slepe', - 'Mtei' => 'manipurski', + 'Mtei' => 'meiteiski', 'Mymr' => 'mjanmarski', + 'Nkoo' => 'nkojski', 'Ogam' => 'ogamski', 'Olck' => 'santalski', 'Orkh' => 'orkonski', @@ -89,6 +93,7 @@ return [ 'Phlv' => 'knjižno palavanski', 'Phnx' => 'feničanski', 'Plrd' => 'Pollardova fonetska pisava', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo', 'Runr' => 'runski', 'Samr' => 'samaritanski', @@ -117,6 +122,7 @@ return [ 'Visp' => 'vidni govor', 'Xpeo' => 'staroperzijski', 'Xsux' => 'sumersko-akadski klinopis', + 'Yiii' => 'jiški', 'Zinh' => 'podedovan', 'Zmth' => 'matematična znamenja', 'Zsye' => 'čustvenček', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sq.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sq.php index 129eca8..b6a53a1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sq.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sq.php @@ -2,13 +2,18 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Aghb' => 'albanishte e Kaukazit', 'Ahom' => 'ahomisht', 'Arab' => 'arabik', + 'Aran' => 'nastalik', 'Armi' => 'aramaishte perandorake', 'Armn' => 'armen', 'Avst' => 'avestanisht', + 'Bali' => 'bali', + 'Bamu' => 'bamu', 'Bass' => 'basavahisht', + 'Batk' => 'batak', 'Beng' => 'bengal', 'Bhks' => 'baiksukisht', 'Bopo' => 'bopomof', @@ -16,7 +21,11 @@ return [ 'Brai' => 'brailisht', 'Bugi' => 'buginisht', 'Buhd' => 'buhidisht', + 'Cakm' => 'çakma', + 'Cans' => 'rrokje të unifikuara aborigjene kanadeze', 'Cari' => 'karianisht', + 'Cham' => 'çam', + 'Cher' => 'çeroki', 'Chrs' => 'korasmianisht', 'Copt' => 'koptisht', 'Cpmn' => 'minoishte e Qipros', @@ -33,6 +42,7 @@ return [ 'Ethi' => 'etiopik', 'Geor' => 'gjeorgjian', 'Glag' => 'glagolitikisht', + 'Gong' => 'gong', 'Gonm' => 'masaramgondisht', 'Goth' => 'gotik', 'Gran' => 'grantaisht', @@ -50,12 +60,16 @@ return [ 'Hira' => 'hiragan', 'Hluw' => 'hieroglife anatoliane', 'Hmng' => 'pahauhmonisht', + 'Hmnp' => 'niakeng puaçue hmong', 'Hrkt' => 'alfabet rrokjesor japonez', 'Hung' => 'hungarishte e vjetër', 'Ital' => 'italishte e vjetër', 'Jamo' => 'jamosisht', + 'Java' => 'java', 'Jpan' => 'japonez', + 'Kali' => 'kajali', 'Kana' => 'katakan', + 'Kawi' => 'kavi', 'Khar' => 'karoshtisht', 'Khmr' => 'kmer', 'Khoj' => 'koxhkisht', @@ -63,14 +77,19 @@ return [ 'Knda' => 'kanad', 'Kore' => 'korean', 'Kthi' => 'kaitisht', + 'Lana' => 'lana', 'Laoo' => 'laosisht', 'Latn' => 'latin', + 'Lepc' => 'lepça', + 'Limb' => 'limbu', 'Lina' => 'Linear A', 'Linb' => 'Linear B', + 'Lisu' => 'fraser', 'Lyci' => 'licianisht', 'Lydi' => 'lidianisht', 'Mahj' => 'mahaxhanisht', 'Maka' => 'makasarisht', + 'Mand' => 'mande', 'Mani' => 'manikeanisht', 'Marc' => 'markenisht', 'Medf' => 'medefaidrinisht', @@ -81,15 +100,21 @@ return [ 'Modi' => 'modisht', 'Mong' => 'mongolisht', 'Mroo' => 'mroisht', + 'Mtei' => 'mitei-majek', 'Mult' => 'multanisht', 'Mymr' => 'birman', + 'Nagm' => 'nag mundari', 'Nand' => 'nandigarisht', 'Narb' => 'arabishte veriore e vjetër', 'Nbat' => 'nabateanisht', + 'Newa' => 'neva', + 'Nkoo' => 'nko', 'Nshu' => 'nyshuisht', 'Ogam' => 'ogamisht', + 'Olck' => 'ol çiki', 'Orkh' => 'orkonisht', 'Orya' => 'orija', + 'Osge' => 'osage', 'Osma' => 'osmaniaisht', 'Ougr' => 'ujgurishte e vjetër', 'Palm' => 'palmirenisht', @@ -99,11 +124,15 @@ return [ 'Phli' => 'palavishte mbishkrimesh', 'Phlp' => 'palavishte psalteri', 'Phnx' => 'fenikisht', + 'Plrd' => 'polard fonetik', 'Prti' => 'persishte mbishkrimesh', + 'Qaag' => 'zaugi', 'Rjng' => 'rexhangisht', + 'Rohg' => 'hanifi', 'Runr' => 'runike', 'Samr' => 'samaritanisht', 'Sarb' => 'arabishte jugore e vjetër', + 'Saur' => 'saurashtra', 'Sgnw' => 'shkrim sing', 'Shaw' => 'shavianisht', 'Shrd' => 'sharadisht', @@ -114,12 +143,36 @@ return [ 'Sogo' => 'sogdianishte e vjetër', 'Sora' => 'sorasompengisht', 'Soyo' => 'sojomboisht', + 'Sund' => 'sundan', + 'Sylo' => 'siloti nagri', + 'Syrc' => 'siriak', 'Tagb' => 'tagbanvaisht', + 'Takr' => 'takri', + 'Tale' => 'tai le', + 'Talu' => 'tai lue i ri', 'Taml' => 'tamil', + 'Tang' => 'tangut', + 'Tavt' => 'tai viet', 'Telu' => 'telug', + 'Tfng' => 'tifinag', + 'Tglg' => 'tagalog', 'Thaa' => 'tanisht', 'Thai' => 'tajlandez', 'Tibt' => 'tibetisht', + 'Tirh' => 'tirhuta', + 'Tnsa' => 'tangsa', + 'Toto' => 'toto', + 'Ugar' => 'ugaritik', + 'Vaii' => 'vai', + 'Vith' => 'vithkuqi', + 'Wara' => 'varang kshiti', + 'Wcho' => 'vanço', + 'Xpeo' => 'persian i vjetër', + 'Xsux' => 'kuneiform sumero-akadian', + 'Yezi' => 'jezidi', + 'Yiii' => 'ji', + 'Zanb' => 'katror zanabazar', + 'Zinh' => 'zin', 'Zmth' => 'simbole matematikore', 'Zsye' => 'emoji', 'Zsym' => 'me simbole', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sr.php index 37a77e6..78d9154 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sr.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'адлам', 'Arab' => 'арапско писмо', + 'Aran' => 'насталик', 'Armi' => 'империјско арамејско писмо', 'Armn' => 'јерменско писмо', 'Avst' => 'авестанско писмо', @@ -15,11 +17,11 @@ return [ 'Brai' => 'брајево писмо', 'Bugi' => 'бугинско писмо', 'Buhd' => 'бухидско писмо', - 'Cakm' => 'чакманско писмо', + 'Cakm' => 'чакма', 'Cans' => 'уједињени канадски абориџински силабици', 'Cari' => 'каријско писмо', 'Cham' => 'чамско писмо', - 'Cher' => 'Чероки', + 'Cher' => 'чероки', 'Cirt' => 'цирт писмо', 'Copt' => 'коптичко писмо', 'Cprt' => 'кипарско писмо', @@ -79,11 +81,11 @@ return [ 'Mlym' => 'малајаламско писмо', 'Mong' => 'монголско писмо', 'Moon' => 'месечево писмо', - 'Mtei' => 'меитеи мајек писмо', + 'Mtei' => 'меитеи мајек', 'Mymr' => 'мијанмарско писмо', - 'Nkoo' => 'н’ко писмо', + 'Nkoo' => 'нко', 'Ogam' => 'огамско писмо', - 'Olck' => 'ол чики писмо', + 'Olck' => 'ол чики', 'Orkh' => 'орконско писмо', 'Orya' => 'оријанско писмо', 'Osma' => 'осмањанско писмо', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'поралд фонетско писмо', 'Prti' => 'писани партиан', 'Rjng' => 'рејанг писмо', + 'Rohg' => 'ханифи', 'Roro' => 'ронгоронго писмо', 'Runr' => 'рунско писмо', 'Samr' => 'самаританско писмо', @@ -117,17 +120,17 @@ return [ 'Tavt' => 'таи виет писмо', 'Telu' => 'телугу писмо', 'Teng' => 'тенгвар писмо', - 'Tfng' => 'тифинаг писмо', + 'Tfng' => 'тифинаг', 'Tglg' => 'Тагалог', 'Thaa' => 'тана писмо', 'Thai' => 'тајландско писмо', 'Tibt' => 'тибетанско писмо', 'Ugar' => 'угаритско писмо', - 'Vaii' => 'ваи писмо', + 'Vaii' => 'ваи', 'Visp' => 'видљиви говор', 'Xpeo' => 'староперсијско писмо', 'Xsux' => 'сумерско-акадско кунеиформ писмо', - 'Yiii' => 'ји писмо', + 'Yiii' => 'ји', 'Zinh' => 'наследно писмо', 'Zmth' => 'математичка нотација', 'Zsye' => 'емоџи', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sr_Latn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sr_Latn.php index babec50..0ba26aa 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sr_Latn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sr_Latn.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'arapsko pismo', + 'Aran' => 'nastalik', 'Armi' => 'imperijsko aramejsko pismo', 'Armn' => 'jermensko pismo', 'Avst' => 'avestansko pismo', @@ -15,11 +17,11 @@ return [ 'Brai' => 'brajevo pismo', 'Bugi' => 'buginsko pismo', 'Buhd' => 'buhidsko pismo', - 'Cakm' => 'čakmansko pismo', + 'Cakm' => 'čakma', 'Cans' => 'ujedinjeni kanadski aboridžinski silabici', 'Cari' => 'karijsko pismo', 'Cham' => 'čamsko pismo', - 'Cher' => 'Čeroki', + 'Cher' => 'čeroki', 'Cirt' => 'cirt pismo', 'Copt' => 'koptičko pismo', 'Cprt' => 'kiparsko pismo', @@ -79,11 +81,11 @@ return [ 'Mlym' => 'malajalamsko pismo', 'Mong' => 'mongolsko pismo', 'Moon' => 'mesečevo pismo', - 'Mtei' => 'meitei majek pismo', + 'Mtei' => 'meitei majek', 'Mymr' => 'mijanmarsko pismo', - 'Nkoo' => 'n’ko pismo', + 'Nkoo' => 'nko', 'Ogam' => 'ogamsko pismo', - 'Olck' => 'ol čiki pismo', + 'Olck' => 'ol čiki', 'Orkh' => 'orkonsko pismo', 'Orya' => 'orijansko pismo', 'Osma' => 'osmanjansko pismo', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'porald fonetsko pismo', 'Prti' => 'pisani partian', 'Rjng' => 'rejang pismo', + 'Rohg' => 'hanifi', 'Roro' => 'rongorongo pismo', 'Runr' => 'runsko pismo', 'Samr' => 'samaritansko pismo', @@ -117,17 +120,17 @@ return [ 'Tavt' => 'tai viet pismo', 'Telu' => 'telugu pismo', 'Teng' => 'tengvar pismo', - 'Tfng' => 'tifinag pismo', + 'Tfng' => 'tifinag', 'Tglg' => 'Tagalog', 'Thaa' => 'tana pismo', 'Thai' => 'tajlandsko pismo', 'Tibt' => 'tibetansko pismo', 'Ugar' => 'ugaritsko pismo', - 'Vaii' => 'vai pismo', + 'Vaii' => 'vai', 'Visp' => 'vidljivi govor', 'Xpeo' => 'staropersijsko pismo', 'Xsux' => 'sumersko-akadsko kuneiform pismo', - 'Yiii' => 'ji pismo', + 'Yiii' => 'ji', 'Zinh' => 'nasledno pismo', 'Zmth' => 'matematička notacija', 'Zsye' => 'emodži', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sw.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sw.php index 0d28a0e..65a9079 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sw.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sw.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Kiadlamu', 'Arab' => 'Kiarabu', + 'Aran' => 'Kinastaliki', 'Armn' => 'Kiarmenia', 'Beng' => 'Kibengali', 'Bopo' => 'Kibopomofo', 'Brai' => 'Nukta nundu', + 'Cakm' => 'Kichakma', + 'Cans' => 'Silabi Zilizounganishwa za Wakazi Asili wa Kanada', + 'Cher' => 'Kicherokee', 'Cyrl' => 'Kisiriliki', 'Deva' => 'Kidevanagari', 'Ethi' => 'Kiethiopia', @@ -32,14 +37,23 @@ return [ 'Latn' => 'Kilatini', 'Mlym' => 'Kimalayalam', 'Mong' => 'Kimongolia', + 'Mtei' => 'Meitei Mayek', 'Mymr' => 'Myama', + 'Nkoo' => 'N’Ko', + 'Olck' => 'Kiol Chiki', 'Orya' => 'Kioriya', + 'Rohg' => 'Kihanifi', 'Sinh' => 'Kisinhala', + 'Sund' => 'Kisunda', + 'Syrc' => 'Kisiriaki', 'Taml' => 'Kitamil', 'Telu' => 'Kitelugu', + 'Tfng' => 'Kitifinagh', 'Thaa' => 'Kithaana', 'Thai' => 'Kithai', 'Tibt' => 'Kitibeti', + 'Vaii' => 'Kivai', + 'Yiii' => 'Kiyii', 'Zmth' => 'Hati za kihisabati', 'Zsye' => 'Emoji', 'Zsym' => 'Alama', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sw_KE.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sw_KE.php index 10d9f51..1f1f514 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sw_KE.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/sw_KE.php @@ -2,13 +2,27 @@ return [ 'Names' => [ + 'Beng' => 'Kibangla', 'Brai' => 'Breli', + 'Cans' => 'Silabi za Asili Zilizounganishwa za Kanada', + 'Cher' => 'Kicherokii', + 'Cyrl' => 'Kikrili', 'Ethi' => 'Kihabeshi', - 'Hebr' => 'Kihibrania', + 'Hanb' => 'Kihan chenye Kibopomofo', + 'Hans' => 'Kilichorahisishwa', 'Hira' => 'Kihiragana', + 'Hrkt' => 'Silabi za Kijapani', 'Jamo' => 'Kijamo', - 'Mymr' => 'Kimyama', + 'Khmr' => 'Kikhema', + 'Mtei' => 'Kimeiteimayek', + 'Mymr' => 'Kimyanma', + 'Nkoo' => 'Kiin’ko', + 'Olck' => 'Kiolchiki', 'Orya' => 'Kiodia', + 'Sund' => 'Kisundani', + 'Syrc' => 'Kisiria', 'Taml' => 'Kitamili', + 'Yiii' => 'Kiiyi', + 'Zmth' => 'Mwandiko wa kihisabati', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ta.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ta.php index 1edabce..12666fe 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ta.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ta.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'அட்லாம்', 'Arab' => 'அரபிக்', + 'Aran' => 'நஸ்டாலிக்', 'Armi' => 'இம்பேரியல் அரமெய்க்', 'Armn' => 'அர்மேனியன்', 'Avst' => 'அவெஸ்தான்', @@ -16,7 +18,7 @@ return [ 'Bugi' => 'புகினீஸ்', 'Buhd' => 'புகித்', 'Cakm' => 'சக்மா', - 'Cans' => 'யுனிஃபைடு கனடியன் அபொரிஜினல் சிலபிக்ஸ்', + 'Cans' => 'ஒருங்கிணைக்கப்பட்ட கனடிய பழங்குடி எழுத்துகள்', 'Cari' => 'கரியன்', 'Cham' => 'சாம்', 'Cher' => 'செரோக்கி', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'போலார்ட் ஃபொனெட்டிக்', 'Prti' => 'இன்ஸ்கிரிப்ஷனல் பார்த்தியன்', 'Rjng' => 'ரெஜெய்ன்', + 'Rohg' => 'ஹனிஃபி', 'Roro' => 'ரொங்கோரொங்கோ', 'Runr' => 'ருனிக்', 'Samr' => 'சமாரிடன்', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/te.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/te.php index 2932500..e0d8da9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/te.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/te.php @@ -2,7 +2,9 @@ return [ 'Names' => [ + 'Adlm' => 'అద్లామ్', 'Arab' => 'అరబిక్', + 'Aran' => 'నాస్టాలిక్', 'Armi' => 'ఇంపీరియల్ అరామాక్', 'Armn' => 'అర్మేనియన్', 'Avst' => 'అవేస్టాన్', @@ -96,6 +98,7 @@ return [ 'Plrd' => 'పోల్లర్డ్ ఫోనెటిక్', 'Prti' => 'ఇంస్క్రిప్షనాల్ పార్థియన్', 'Rjng' => 'రేజాంగ్', + 'Rohg' => 'హనీఫీ', 'Roro' => 'రోంగో రోంగో', 'Runr' => 'రూనిక్', 'Samr' => 'సమారిటన్', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/th.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/th.php index 36a5be6..00f6718 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/th.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/th.php @@ -2,9 +2,11 @@ return [ 'Names' => [ + 'Adlm' => 'อัดลัม', 'Afak' => 'อะฟาคา', 'Aghb' => 'แอลเบเนีย คอเคเซีย', 'Arab' => 'อาหรับ', + 'Aran' => 'นาสตาลิก', 'Armi' => 'อิมพีเรียล อราเมอิก', 'Armn' => 'อาร์เมเนีย', 'Avst' => 'อเวสตะ', @@ -19,8 +21,8 @@ return [ 'Brai' => 'เบรลล์', 'Bugi' => 'บูกิส', 'Buhd' => 'บูฮิด', - 'Cakm' => 'ชากมา', - 'Cans' => 'สัญลักษณ์ชนเผ่าพื้นเมืองแคนาดา', + 'Cakm' => 'จักม่า', + 'Cans' => 'อักษรพยางค์ของชาวอะบอริจินในแคนาดา', 'Cari' => 'คาเรีย', 'Cham' => 'จาม', 'Cher' => 'เชอโรกี', @@ -120,6 +122,7 @@ return [ 'Plrd' => 'สัทศาสตร์พอลลาร์ด', 'Prti' => 'พาร์เทียอินสคริปชันแนล', 'Rjng' => 'เรจัง', + 'Rohg' => 'ฮะนีฟี', 'Roro' => 'รองโกรองโก', 'Runr' => 'รูนิก', 'Samr' => 'ซามาเรีย', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tk.php index e3fd9d7..f7dc305 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tk.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Arab' => 'Arap elipbiýi', + 'Aran' => 'Nastalik ýazuwy', 'Armn' => 'Ermeni elipbiýi', 'Beng' => 'Bengal elipbiýi', 'Bopo' => 'Bopomofo elipbiýi', 'Brai' => 'Braýl elipbiýi', + 'Cakm' => 'Çakma', + 'Cans' => 'Kanadanyň ýerlileriniň bogunlarynyň bitewileşdirilen ulgamy', + 'Cher' => 'Çeroki', 'Cyrl' => 'Kiril elipbiýi', 'Deva' => 'Dewanagari elipbiýi', 'Ethi' => 'Efiop elipbiýi', @@ -32,14 +37,23 @@ return [ 'Latn' => 'Latyn elipbiýi', 'Mlym' => 'Malaýalam elipbiýi', 'Mong' => 'Mongol elipbiýi', + 'Mtei' => 'Meýteý Maýek', 'Mymr' => 'Mýanma elipbiýi', + 'Nkoo' => 'N’Ko', + 'Olck' => 'Ol Çiki', 'Orya' => 'Oriýa elipbiýi', + 'Rohg' => 'Hanifi', 'Sinh' => 'Singal elipbiýi', + 'Sund' => 'Sundanez ýazuwy', + 'Syrc' => 'Siriýa ýazuwy', 'Taml' => 'Tamil elipbiýi', 'Telu' => 'Telugu elipbiýi', + 'Tfng' => 'Tifinag ýazuwy', 'Thaa' => 'Taana elipbiýi', 'Thai' => 'Taý elipbiýi', 'Tibt' => 'Tibet elipbiýi', + 'Vaii' => 'Waý ýazuwy', + 'Yiii' => 'Ýi ýazuwy', 'Zmth' => 'Matematiki belgiler', 'Zsye' => 'Emoji', 'Zsym' => 'Nyşanlar', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tl.php index 5bc74f5..932d977 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tl.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Arab' => 'Arabic', + 'Aran' => 'Nastaliq', 'Armn' => 'Armenian', 'Beng' => 'Bangla', 'Bopo' => 'Bopomofo', 'Brai' => 'Braille', + 'Cakm' => 'Chakma', + 'Cans' => 'Unified Canadian Aboriginal Syllabics', + 'Cher' => 'Cherokee', 'Cyrl' => 'Cyrillic', 'Deva' => 'Devanagari', 'Ethi' => 'Ethiopic', @@ -32,14 +37,23 @@ return [ 'Latn' => 'Latin', 'Mlym' => 'Malayalam', 'Mong' => 'Mongolian', + 'Mtei' => 'Meitei Mayek', 'Mymr' => 'Myanmar', + 'Nkoo' => 'N’Ko', + 'Olck' => 'Ol Chiki', 'Orya' => 'Odia', + 'Rohg' => 'Hanifi', 'Sinh' => 'Sinhala', + 'Sund' => 'Sundanese', + 'Syrc' => 'Syriac', 'Taml' => 'Tamil', 'Telu' => 'Telugu', + 'Tfng' => 'Tifinagh', 'Thaa' => 'Thaana', 'Thai' => 'Thai', 'Tibt' => 'Tibetan', + 'Vaii' => 'Vai', + 'Yiii' => 'Yi', 'Zmth' => 'Mathematical Notation', 'Zsye' => 'Emoji', 'Zsym' => 'Mga Simbolo', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/to.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/to.php index f6a9b49..b83956f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/to.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/to.php @@ -2,9 +2,11 @@ return [ 'Names' => [ + 'Adlm' => 'tohinima fakaʻatilami', 'Afak' => 'tohinima fakaʻafaka', 'Aghb' => 'tohinima fakaʻalapēnia-kaukasia', 'Arab' => 'tohinima fakaʻalepea', + 'Aran' => 'tohinima fakanasatalīki', 'Armi' => 'tohinima fakaʻalāmiti-ʻemipaea', 'Armn' => 'tohinima fakaʻāmenia', 'Avst' => 'tohinima fakaʻavesitani', @@ -120,6 +122,7 @@ return [ 'Plrd' => 'tohinima fakafonētiki-polāti', 'Prti' => 'tohinima fakapātia-tongi', 'Rjng' => 'tohinima fakalesiangi', + 'Rohg' => 'tohinima fakahanifi-lohingia', 'Roro' => 'tohinima fakalongolongo', 'Runr' => 'tohinima fakaluniki', 'Samr' => 'tohinima fakasamalitane', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tr.php index 91e9802..b54d3ca 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/tr.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'Adlam', 'Afak' => 'Afaka', 'Aghb' => 'Kafkas Albanyası', 'Arab' => 'Arap', @@ -121,6 +122,7 @@ return [ 'Prti' => 'Partça Kitabe Dili', 'Qaag' => 'Zawgyi', 'Rjng' => 'Rejang', + 'Rohg' => 'Hanifi', 'Roro' => 'Rongorongo', 'Runr' => 'Runik', 'Samr' => 'Samarit', @@ -149,7 +151,7 @@ return [ 'Tavt' => 'Tai Viet', 'Telu' => 'Telugu', 'Teng' => 'Tengvar', - 'Tfng' => 'Tifinagh', + 'Tfng' => 'Tifinag', 'Tglg' => 'Takalot', 'Thaa' => 'Thaana', 'Thai' => 'Tay', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/uk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/uk.php index d4bdcc7..e95dc40 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/uk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/uk.php @@ -93,7 +93,7 @@ return [ 'Newa' => 'нева', 'Nkoo' => 'нко', 'Ogam' => 'огамічний', - 'Olck' => 'сантальський', + 'Olck' => 'ол-чикі', 'Orkh' => 'орхонський', 'Orya' => 'орія', 'Osge' => 'осейджиська', @@ -108,6 +108,7 @@ return [ 'Prti' => 'парфянський', 'Qaag' => 'зоджі', 'Rjng' => 'реджанг', + 'Rohg' => 'ханіфі', 'Roro' => 'ронго-ронго', 'Runr' => 'рунічний', 'Samr' => 'самаритянський', @@ -116,9 +117,9 @@ return [ 'Sgnw' => 'знаковий', 'Shaw' => 'шоу', 'Sinh' => 'сингальська', - 'Sund' => 'сунданський', + 'Sund' => 'сунданська', 'Sylo' => 'сілоті нагрі', - 'Syrc' => 'сирійський', + 'Syrc' => 'сирійська', 'Syre' => 'давньосирійський естрангело', 'Syrj' => 'давньосирійський західний', 'Syrn' => 'давньосирійський східний', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ur.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ur.php index 65f7cc3..9db9bc4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ur.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/ur.php @@ -2,12 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'ایڈلم', 'Arab' => 'عربی', 'Aran' => 'نستعلیق', 'Armn' => 'آرمینیائی', 'Beng' => 'بنگالی', 'Bopo' => 'بوپوموفو', 'Brai' => 'بریل', + 'Cakm' => 'چکما', + 'Cans' => 'متحدہ کینیڈین ایبوریجنل سلیبکس', + 'Cher' => 'چیروکی', 'Cyrl' => 'سیریلک', 'Deva' => 'دیوناگری', 'Ethi' => 'ایتھوپیائی', @@ -33,14 +37,23 @@ return [ 'Latn' => 'لاطینی', 'Mlym' => 'ملیالم', 'Mong' => 'منگولیائی', + 'Mtei' => 'میتی مئیک', 'Mymr' => 'میانمار', + 'Nkoo' => 'نکو', + 'Olck' => 'اول چکی', 'Orya' => 'اڑیہ', + 'Rohg' => 'حنیفی', 'Sinh' => 'سنہالا', + 'Sund' => 'سوڈانی', + 'Syrc' => 'سریانی', 'Taml' => 'تمل', 'Telu' => 'تیلگو', + 'Tfng' => 'ٹفناگ', 'Thaa' => 'تھانا', 'Thai' => 'تھائی', 'Tibt' => 'تبتی', + 'Vaii' => 'وائی', + 'Yiii' => 'یی', 'Zmth' => 'ریاضی کی علامتیں', 'Zsye' => 'ایموجی', 'Zsym' => 'علامات', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/uz.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/uz.php index de54d26..d6d1dd9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/uz.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/uz.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'adlam', 'Arab' => 'arab', + 'Aran' => 'nastaʼliq', 'Armn' => 'arman', 'Beng' => 'bengal', 'Bopo' => 'bopomofo', 'Brai' => 'brayl', + 'Cakm' => 'chakma', + 'Cans' => 'kanada boʻgʻin yozuvi', + 'Cher' => 'cheroki', 'Cyrl' => 'kirill', 'Deva' => 'devanagari', 'Ethi' => 'habash', @@ -17,8 +22,8 @@ return [ 'Hanb' => 'hanb', 'Hang' => 'hangul', 'Hani' => 'xitoy', - 'Hans' => 'soddalashgan xitoy', - 'Hant' => 'an’anaviy xitoy', + 'Hans' => 'soddalashgan', + 'Hant' => 'anʼanaviy', 'Hebr' => 'ivrit', 'Hira' => 'hiragana', 'Hrkt' => 'katakana yoki hiragana', @@ -32,14 +37,23 @@ return [ 'Latn' => 'lotin', 'Mlym' => 'malayalam', 'Mong' => 'mongol', + 'Mtei' => 'manipuri', 'Mymr' => 'myanma', + 'Nkoo' => 'nko', + 'Olck' => 'ol chiki', 'Orya' => 'oriya', + 'Rohg' => 'hanifi', 'Sinh' => 'singal', + 'Sund' => 'sundan', + 'Syrc' => 'suryoniy', 'Taml' => 'tamil', 'Telu' => 'telugu', + 'Tfng' => 'tifinag', 'Thaa' => 'taana', 'Thai' => 'tay', 'Tibt' => 'tibet', + 'Vaii' => 'vay', + 'Yiii' => 'i', 'Zmth' => 'matematik ifodalar', 'Zsye' => 'emoji', 'Zsym' => 'belgilar', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/vi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/vi.php index 218f940..d62d53b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/vi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/vi.php @@ -2,6 +2,7 @@ return [ 'Names' => [ + 'Adlm' => 'Chữ Adlam', 'Afak' => 'Chữ Afaka', 'Arab' => 'Chữ Ả Rập', 'Aran' => 'Chữ Nastaliq', @@ -117,6 +118,7 @@ return [ 'Prti' => 'Chữ Parthia Văn bia', 'Qaag' => 'Chữ Zawgyi', 'Rjng' => 'Chữ Rejang', + 'Rohg' => 'Chữ Hanifi', 'Roro' => 'Chữ Rongorongo', 'Runr' => 'Chữ Runic', 'Samr' => 'Chữ Samaritan', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/xh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/xh.php new file mode 100644 index 0000000..58ad765 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/xh.php @@ -0,0 +1,14 @@ + [ + 'Arab' => 'Isi-Arabhu', + 'Cyrl' => 'IsiCyrillic', + 'Hans' => 'IsiHans', + 'Hant' => 'IsiHant', + 'Jpan' => 'IsiJapanese', + 'Kore' => 'IsiKorean', + 'Latn' => 'IsiLatin', + 'Zxxx' => 'Engabhalwanga', + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/yo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/yo.php index 010d4f1..29610e3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/yo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/yo.php @@ -2,11 +2,16 @@ return [ 'Names' => [ + 'Adlm' => 'Èdè Adam', 'Arab' => 'èdè Lárúbáwá', + 'Aran' => 'Èdè Aran', 'Armn' => 'Àmẹ́níà', 'Beng' => 'Báńgílà', 'Bopo' => 'Bopomófò', 'Brai' => 'Bíráìlè', + 'Cakm' => 'Kami', + 'Cans' => 'Èdè Apapo Onile Onisilebu ti Kanada', + 'Cher' => 'Èdè Sheroki', 'Cyrl' => 'èdè ilẹ̀ Rọ́ṣíà', 'Deva' => 'Dẹfanagárì', 'Ethi' => 'Ẹtiópíìkì', @@ -31,13 +36,22 @@ return [ 'Latn' => 'Èdè Látìn', 'Mlym' => 'Málàyálámù', 'Mong' => 'Mòngólíà', + 'Mtei' => 'Èdè Meitei Mayeki', 'Mymr' => 'Myánmarà', + 'Nkoo' => 'Èdè Nkoo', + 'Olck' => 'Èdè Ol Siki', 'Orya' => 'Òdíà', + 'Rohg' => 'Èdè Hanifi', 'Sinh' => 'Sìnhálà', + 'Sund' => 'Èdè Sundani', + 'Syrc' => 'Èdè Siriaki', 'Taml' => 'Támílì', 'Telu' => 'Télúgù', + 'Tfng' => 'Èdè Tifina', 'Thaa' => 'Taana', 'Tibt' => 'Tíbétán', + 'Vaii' => 'Èdè Fai', + 'Yiii' => 'Èdè Yi', 'Zmth' => 'Àmì Ìṣèsìrò', 'Zsye' => 'Émójì', 'Zsym' => 'Àwọn àmì', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/zh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/zh.php index 4c32f0e..c875c0f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/zh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/zh.php @@ -31,6 +31,7 @@ return [ 'Chrs' => '花拉子模文', 'Cirt' => '色斯文', 'Copt' => '克普特文', + 'Cpmn' => '塞浦路斯米诺斯文', 'Cprt' => '塞浦路斯文', 'Cyrl' => '西里尔文', 'Cyrs' => '西里尔文字(古教会斯拉夫文的变体)', @@ -77,6 +78,7 @@ return [ 'Jurc' => '女真文', 'Kali' => '克耶李文字', 'Kana' => '片假名', + 'Kawi' => '卡维文', 'Khar' => '卡罗须提文', 'Khmr' => '高棉文', 'Khoj' => '克吉奇文字', @@ -111,7 +113,7 @@ return [ 'Mlym' => '马拉雅拉姆文', 'Modi' => '莫迪文', 'Mong' => '蒙古文', - 'Moon' => '韩文语系', + 'Moon' => '穆恩字母', 'Mroo' => '谬文', 'Mtei' => '曼尼普尔文', 'Mult' => '穆尔坦文', @@ -129,6 +131,7 @@ return [ 'Orya' => '奥里亚文', 'Osge' => '欧塞奇文', 'Osma' => '奥斯曼亚文', + 'Ougr' => '回鹘文', 'Palm' => '帕尔迈拉文', 'Pauc' => '包金豪文', 'Perm' => '古彼尔姆文', @@ -139,9 +142,9 @@ return [ 'Phnx' => '腓尼基文', 'Plrd' => '波拉德音标文字', 'Prti' => '帕提亚文碑铭体', - 'Qaag' => 'Zawgyi', + 'Qaag' => '照济文', 'Rjng' => '拉让文', - 'Rohg' => '哈乃斐罗兴亚文', + 'Rohg' => '哈乃斐文', 'Roro' => '朗格朗格文', 'Runr' => '古代北欧文', 'Samr' => '撒马利亚文', @@ -151,7 +154,7 @@ return [ 'Sgnw' => '书写符号', 'Shaw' => '萧伯纳式文', 'Shrd' => '夏拉达文', - 'Sidd' => '悉昙', + 'Sidd' => '悉昙文', 'Sind' => '信德文', 'Sinh' => '僧伽罗文', 'Sogd' => '粟特文', @@ -179,6 +182,8 @@ return [ 'Thai' => '泰文', 'Tibt' => '藏文', 'Tirh' => '迈蒂利文', + 'Tnsa' => '坦萨文', + 'Toto' => '投投文', 'Ugar' => '乌加里特文', 'Vaii' => '瓦依文', 'Visp' => '可见语言', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/zh_Hant.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/zh_Hant.php index ee79bba..ba1c6d5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/zh_Hant.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/scripts/zh_Hant.php @@ -6,7 +6,7 @@ return [ 'Afak' => '阿法卡文字', 'Aghb' => '高加索阿爾巴尼亞文', 'Ahom' => '阿洪姆文', - 'Arab' => '阿拉伯文', + 'Arab' => '阿拉伯字母', 'Aran' => '波斯體', 'Armi' => '皇室亞美尼亞文', 'Armn' => '亞美尼亞文', @@ -31,7 +31,7 @@ return [ 'Cirt' => '色斯文', 'Copt' => '科普特文', 'Cprt' => '塞浦路斯文', - 'Cyrl' => '斯拉夫文', + 'Cyrl' => '西里爾文字', 'Cyrs' => '西里爾文(古教會斯拉夫文變體)', 'Deva' => '天城文', 'Dsrt' => '德瑟雷特文', @@ -47,7 +47,7 @@ return [ 'Gonm' => '岡德文', 'Goth' => '歌德文', 'Gran' => '格蘭他文字', - 'Grek' => '希臘文', + 'Grek' => '希臘字母', 'Gujr' => '古吉拉特文', 'Guru' => '古魯穆奇文', 'Hanb' => '標上注音符號的漢字', @@ -131,6 +131,7 @@ return [ 'Prti' => '帕提亞文(碑銘體)', 'Qaag' => '佐基文', 'Rjng' => '拉讓文', + 'Rohg' => '哈乃斐羅興亞文', 'Roro' => '朗格朗格象形文', 'Runr' => '古北歐文字', 'Samr' => '撒馬利亞文', @@ -147,7 +148,7 @@ return [ 'Soyo' => '索永布文字', 'Sund' => '巽他文', 'Sylo' => '希洛弟納格里文', - 'Syrc' => '敍利亞文', + 'Syrc' => '敘利亞文', 'Syre' => '敘利亞文(福音體文字變體)', 'Syrj' => '敘利亞文(西方文字變體)', 'Syrn' => '敘利亞文(東方文字變體)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/bg.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/bg.php index cb5caaa..5ccb8dd 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/bg.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/bg.php @@ -87,7 +87,7 @@ return [ 'America/Cayman' => 'Северноамериканско източно време (Кайманови острови)', 'America/Chicago' => 'Северноамериканско централно време (Чикаго)', 'America/Chihuahua' => 'Мексиканско тихоокеанско време (Чиуауа)', - 'America/Coral_Harbour' => 'Северноамериканско източно време (Корал Харбър)', + 'America/Coral_Harbour' => 'Северноамериканско източно време (Атикокан)', 'America/Cordoba' => 'Аржентинско време (Кордоба)', 'America/Costa_Rica' => 'Северноамериканско централно време (Коста Рика)', 'America/Creston' => 'Северноамериканско планинско време (Крестън)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/bn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/bn.php index 22e80ec..8621c3c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/bn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/bn.php @@ -54,7 +54,7 @@ return [ 'Africa/Tripoli' => 'পূর্ব ইউরোপীয় সময় (ত্রিপোলি)', 'Africa/Tunis' => 'মধ্য ইউরোপীয় সময় (টিউনিস)', 'Africa/Windhoek' => 'মধ্য আফ্রিকা সময় (উইনধোক)', - 'America/Adak' => 'হাওয়াই অ্যালিউটিয়ান সময় (আডাক)', + 'America/Adak' => 'হাওয়াই-আলেউত সময় (আডক)', 'America/Anchorage' => 'আলাস্কা সময় (এনকোরেজ)', 'America/Anguilla' => 'অতলান্তিকের সময় (অ্যাঙ্গুইলা)', 'America/Antigua' => 'অতলান্তিকের সময় (অ্যান্টিগুয়া)', @@ -69,17 +69,17 @@ return [ 'America/Aruba' => 'অতলান্তিকের সময় (এরুবা)', 'America/Asuncion' => 'প্যারাগুয়ে সময় (আসুনসিয়ন)', 'America/Bahia' => 'ব্রাসিলিয়া সময় (বাহিয়া)', - 'America/Bahia_Banderas' => 'কেন্দ্রীয় সময় (বাহিয়া বানড্রাস)', + 'America/Bahia_Banderas' => 'কেন্দ্রীয় সময় (বাহিয়া বান্দেরাস)', 'America/Barbados' => 'অতলান্তিকের সময় (বার্বাডোজ)', 'America/Belem' => 'ব্রাসিলিয়া সময় (বেলেম)', 'America/Belize' => 'কেন্দ্রীয় সময় (বেলিজ)', 'America/Blanc-Sablon' => 'অতলান্তিকের সময় (ব্লাঙ্ক-সাব্লোন)', - 'America/Boa_Vista' => 'অ্যামাজন সময় (বোয়া ভিস্তা)', + 'America/Boa_Vista' => 'আমাজন সময় (বোয়া ভিস্তা)', 'America/Bogota' => 'কোলোম্বিয়া সময় (বোগোটা)', 'America/Boise' => 'পার্বত্য অঞ্চলের সময় (বয়জি)', 'America/Buenos_Aires' => 'আর্জেন্টিনা সময় (বুয়েনোস আয়েরেস)', 'America/Cambridge_Bay' => 'পার্বত্য অঞ্চলের সময় (কেমব্রিজ বে)', - 'America/Campo_Grande' => 'অ্যামাজন সময় (কাম্পো গ্রান্ডে)', + 'America/Campo_Grande' => 'আমাজন সময় (কাম্পো গ্রান্ডে)', 'America/Cancun' => 'পূর্বাঞ্চলীয় সময় (ক্যানকুন)', 'America/Caracas' => 'ভেনেজুয়েলা সময় (ক্যারাকাস)', 'America/Catamarca' => 'আর্জেন্টিনা সময় (ক্যাটামার্কা)', @@ -91,7 +91,7 @@ return [ 'America/Cordoba' => 'আর্জেন্টিনা সময় (কর্ডোবা)', 'America/Costa_Rica' => 'কেন্দ্রীয় সময় (কোস্টারিকা)', 'America/Creston' => 'পার্বত্য অঞ্চলের সময় (ক্রিস্টান)', - 'America/Cuiaba' => 'অ্যামাজন সময় (কুইয়াবা)', + 'America/Cuiaba' => 'আমাজন সময় (কুইয়াবা)', 'America/Curacao' => 'অতলান্তিকের সময় (কুরাসাও)', 'America/Danmarkshavn' => 'গ্রীনিচ মিন টাইম (ডানমার্কশ্যাভন)', 'America/Dawson' => 'ইউকোন সময় (ডসোন)', @@ -138,7 +138,7 @@ return [ 'America/Lower_Princes' => 'অতলান্তিকের সময় (লোয়ার প্রিন্সেস কোয়ার্টার)', 'America/Maceio' => 'ব্রাসিলিয়া সময় (মাসেয়ো)', 'America/Managua' => 'কেন্দ্রীয় সময় (মানাগুয়া)', - 'America/Manaus' => 'অ্যামাজন সময় (মানাউস)', + 'America/Manaus' => 'আমাজন সময় (মানাউস)', 'America/Marigot' => 'অতলান্তিকের সময় (মারিগো)', 'America/Martinique' => 'অতলান্তিকের সময় (মারটিনিক)', 'America/Matamoros' => 'কেন্দ্রীয় সময় (মাতামোরস)', @@ -169,11 +169,11 @@ return [ 'America/Phoenix' => 'পার্বত্য অঞ্চলের সময় (ফিনিক্স)', 'America/Port-au-Prince' => 'পূর্বাঞ্চলীয় সময় (পোর্ট-অহ-প্রিন্স)', 'America/Port_of_Spain' => 'অতলান্তিকের সময় (পোর্ট অফ স্পেন)', - 'America/Porto_Velho' => 'অ্যামাজন সময় (পোর্তো ভেল্‌হো)', - 'America/Puerto_Rico' => 'অতলান্তিকের সময় (পুয়েরতো রিকো)', + 'America/Porto_Velho' => 'আমাজন সময় (পোর্তো ভেল্‌হো)', + 'America/Puerto_Rico' => 'অতলান্তিকের সময় (পুয়ের্তো রিকো)', 'America/Punta_Arenas' => 'চিলি সময় (পুন্টা আরেনাস)', 'America/Rainy_River' => 'কেন্দ্রীয় সময় (রেইনি রিভার)', - 'America/Rankin_Inlet' => 'কেন্দ্রীয় সময় (র‌্যাঙ্কিন ইনলেট)', + 'America/Rankin_Inlet' => 'কেন্দ্রীয় সময় (র‍্যাঙ্কিন ইনলেট)', 'America/Recife' => 'ব্রাসিলিয়া সময় (রেসিফে)', 'America/Regina' => 'কেন্দ্রীয় সময় (রেজিনা)', 'America/Resolute' => 'কেন্দ্রীয় সময় (রেসোলুট)', @@ -183,7 +183,7 @@ return [ 'America/Santiago' => 'চিলি সময় (সান্টিয়াগো)', 'America/Santo_Domingo' => 'অতলান্তিকের সময় (স্যান্টো ডোমিংগো)', 'America/Sao_Paulo' => 'ব্রাসিলিয়া সময় (সাও পাউলো)', - 'America/Scoresbysund' => 'পূর্ব গ্রীনল্যান্ড সময় (ইটকুয়োরটুরমিট)', + 'America/Scoresbysund' => 'পূর্ব গ্রীনল্যান্ড সময় (ইট্টকুয়োরটুরমিট)', 'America/Sitka' => 'আলাস্কা সময় (শিটকা)', 'America/St_Barthelemy' => 'অতলান্তিকের সময় (সেন্ট.বার্থেলেমি)', 'America/St_Johns' => 'নিউফাউন্ডল্যান্ড সময় (সেন্ট জন্স)', @@ -411,8 +411,8 @@ return [ 'Pacific/Gambier' => 'গ্যাম্বিয়ার সময় (গাম্বিয়ের)', 'Pacific/Guadalcanal' => 'সলোমন দ্বীপপুঞ্জ সময় (গোয়াদালকুনাল)', 'Pacific/Guam' => 'চামেরো মানক সময় (গুয়াম)', - 'Pacific/Honolulu' => 'হাওয়াই অ্যালিউটিয়ান সময় (হনোলুলু)', - 'Pacific/Johnston' => 'হাওয়াই অ্যালিউটিয়ান সময় (জনস্টন)', + 'Pacific/Honolulu' => 'হাওয়াই-আলেউত সময় (হনোলুলু)', + 'Pacific/Johnston' => 'হাওয়াই-আলেউত সময় (জনস্টন)', 'Pacific/Kiritimati' => 'লাইন দ্বীপপুঞ্জ সময় (কিরিতিমাতি)', 'Pacific/Kosrae' => 'কোসরেই সময় (কোসরায়)', 'Pacific/Kwajalein' => 'মার্শাল দ্বীপপুঞ্জ সময় (কোয়াজালেইন)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ca.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ca.php index 364164e..77b3b99 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ca.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ca.php @@ -345,7 +345,7 @@ return [ 'Europe/Istanbul' => 'Hora de: Turquia (Istanbul)', 'Europe/Jersey' => 'Hora del Meridià de Greenwich (Jersey)', 'Europe/Kaliningrad' => 'Hora de l’Est d’Europa (Kaliningrad)', - 'Europe/Kiev' => 'Hora de l’Est d’Europa (Kíev)', + 'Europe/Kiev' => 'Hora de l’Est d’Europa (Kíiv)', 'Europe/Kirov' => 'Hora de: Rússia (Kirov)', 'Europe/Lisbon' => 'Hora de l’Oest d’Europa (Lisboa)', 'Europe/Ljubljana' => 'Hora del Centre d’Europa (Ljubljana)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/cs.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/cs.php index 0031b69..0c81b83 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/cs.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/cs.php @@ -2,440 +2,440 @@ return [ 'Names' => [ - 'Africa/Abidjan' => 'Greenwichský střední čas (Abidžan)', - 'Africa/Accra' => 'Greenwichský střední čas (Accra)', - 'Africa/Addis_Ababa' => 'Východoafrický čas (Addis Abeba)', - 'Africa/Algiers' => 'Středoevropský čas (Alžír)', - 'Africa/Asmera' => 'Východoafrický čas (Asmara)', - 'Africa/Bamako' => 'Greenwichský střední čas (Bamako)', - 'Africa/Bangui' => 'Západoafrický čas (Bangui)', - 'Africa/Banjul' => 'Greenwichský střední čas (Banjul)', - 'Africa/Bissau' => 'Greenwichský střední čas (Bissau)', - 'Africa/Blantyre' => 'Středoafrický čas (Blantyre)', - 'Africa/Brazzaville' => 'Západoafrický čas (Brazzaville)', - 'Africa/Bujumbura' => 'Středoafrický čas (Bujumbura)', - 'Africa/Cairo' => 'Východoevropský čas (Káhira)', - 'Africa/Casablanca' => 'Západoevropský čas (Casablanca)', - 'Africa/Ceuta' => 'Středoevropský čas (Ceuta)', - 'Africa/Conakry' => 'Greenwichský střední čas (Conakry)', - 'Africa/Dakar' => 'Greenwichský střední čas (Dakar)', - 'Africa/Dar_es_Salaam' => 'Východoafrický čas (Dar es Salaam)', - 'Africa/Djibouti' => 'Východoafrický čas (Džibuti)', - 'Africa/Douala' => 'Západoafrický čas (Douala)', - 'Africa/El_Aaiun' => 'Západoevropský čas (El Aaiun)', - 'Africa/Freetown' => 'Greenwichský střední čas (Freetown)', - 'Africa/Gaborone' => 'Středoafrický čas (Gaborone)', - 'Africa/Harare' => 'Středoafrický čas (Harare)', - 'Africa/Johannesburg' => 'Jihoafrický čas (Johannesburg)', - 'Africa/Juba' => 'Středoafrický čas (Juba)', - 'Africa/Kampala' => 'Východoafrický čas (Kampala)', - 'Africa/Khartoum' => 'Středoafrický čas (Chartúm)', - 'Africa/Kigali' => 'Středoafrický čas (Kigali)', - 'Africa/Kinshasa' => 'Západoafrický čas (Kinshasa)', - 'Africa/Lagos' => 'Západoafrický čas (Lagos)', - 'Africa/Libreville' => 'Západoafrický čas (Libreville)', - 'Africa/Lome' => 'Greenwichský střední čas (Lomé)', - 'Africa/Luanda' => 'Západoafrický čas (Luanda)', - 'Africa/Lubumbashi' => 'Středoafrický čas (Lubumbashi)', - 'Africa/Lusaka' => 'Středoafrický čas (Lusaka)', - 'Africa/Malabo' => 'Západoafrický čas (Malabo)', - 'Africa/Maputo' => 'Středoafrický čas (Maputo)', - 'Africa/Maseru' => 'Jihoafrický čas (Maseru)', - 'Africa/Mbabane' => 'Jihoafrický čas (Mbabane)', - 'Africa/Mogadishu' => 'Východoafrický čas (Mogadišu)', - 'Africa/Monrovia' => 'Greenwichský střední čas (Monrovia)', - 'Africa/Nairobi' => 'Východoafrický čas (Nairobi)', - 'Africa/Ndjamena' => 'Západoafrický čas (Ndžamena)', - 'Africa/Niamey' => 'Západoafrický čas (Niamey)', - 'Africa/Nouakchott' => 'Greenwichský střední čas (Nuakšott)', - 'Africa/Ouagadougou' => 'Greenwichský střední čas (Ouagadougou)', - 'Africa/Porto-Novo' => 'Západoafrický čas (Porto-Novo)', - 'Africa/Sao_Tome' => 'Greenwichský střední čas (Svatý Tomáš)', - 'Africa/Tripoli' => 'Východoevropský čas (Tripolis)', - 'Africa/Tunis' => 'Středoevropský čas (Tunis)', - 'Africa/Windhoek' => 'Středoafrický čas (Windhoek)', - 'America/Adak' => 'Havajsko-aleutský čas (Adak)', - 'America/Anchorage' => 'Aljašský čas (Anchorage)', - 'America/Anguilla' => 'Atlantický čas (Anguilla)', - 'America/Antigua' => 'Atlantický čas (Antigua)', - 'America/Araguaina' => 'Brasilijský čas (Araguaina)', - 'America/Argentina/La_Rioja' => 'Argentinský čas (La Rioja)', - 'America/Argentina/Rio_Gallegos' => 'Argentinský čas (Rio Gallegos)', - 'America/Argentina/Salta' => 'Argentinský čas (Salta)', - 'America/Argentina/San_Juan' => 'Argentinský čas (San Juan)', - 'America/Argentina/San_Luis' => 'Argentinský čas (San Luis)', - 'America/Argentina/Tucuman' => 'Argentinský čas (Tucuman)', - 'America/Argentina/Ushuaia' => 'Argentinský čas (Ushuaia)', - 'America/Aruba' => 'Atlantický čas (Aruba)', - 'America/Asuncion' => 'Paraguayský čas (Asunción)', - 'America/Bahia' => 'Brasilijský čas (Bahía)', - 'America/Bahia_Banderas' => 'Severoamerický centrální čas (Bahia Banderas)', - 'America/Barbados' => 'Atlantický čas (Barbados)', - 'America/Belem' => 'Brasilijský čas (Belém)', - 'America/Belize' => 'Severoamerický centrální čas (Belize)', - 'America/Blanc-Sablon' => 'Atlantický čas (Blanc-Sablon)', - 'America/Boa_Vista' => 'Amazonský čas (Boa Vista)', - 'America/Bogota' => 'Kolumbijský čas (Bogotá)', - 'America/Boise' => 'Severoamerický horský čas (Boise)', - 'America/Buenos_Aires' => 'Argentinský čas (Buenos Aires)', - 'America/Cambridge_Bay' => 'Severoamerický horský čas (Cambridge Bay)', - 'America/Campo_Grande' => 'Amazonský čas (Campo Grande)', - 'America/Cancun' => 'Severoamerický východní čas (Cancún)', - 'America/Caracas' => 'Venezuelský čas (Caracas)', - 'America/Catamarca' => 'Argentinský čas (Catamarca)', - 'America/Cayenne' => 'Francouzskoguyanský čas (Cayenne)', - 'America/Cayman' => 'Severoamerický východní čas (Kajmanské ostrovy)', - 'America/Chicago' => 'Severoamerický centrální čas (Chicago)', - 'America/Chihuahua' => 'Mexický pacifický čas (Chihuahua)', - 'America/Coral_Harbour' => 'Severoamerický východní čas (Atikokan)', - 'America/Cordoba' => 'Argentinský čas (Córdoba)', - 'America/Costa_Rica' => 'Severoamerický centrální čas (Kostarika)', - 'America/Creston' => 'Severoamerický horský čas (Creston)', - 'America/Cuiaba' => 'Amazonský čas (Cuiaba)', - 'America/Curacao' => 'Atlantický čas (Curaçao)', - 'America/Danmarkshavn' => 'Greenwichský střední čas (Danmarkshavn)', - 'America/Dawson' => 'Yukonský čas (Dawson)', - 'America/Dawson_Creek' => 'Severoamerický horský čas (Dawson Creek)', - 'America/Denver' => 'Severoamerický horský čas (Denver)', - 'America/Detroit' => 'Severoamerický východní čas (Detroit)', - 'America/Dominica' => 'Atlantický čas (Dominika)', - 'America/Edmonton' => 'Severoamerický horský čas (Edmonton)', + 'Africa/Abidjan' => 'greenwichský střední čas (Abidžan)', + 'Africa/Accra' => 'greenwichský střední čas (Accra)', + 'Africa/Addis_Ababa' => 'východoafrický čas (Addis Abeba)', + 'Africa/Algiers' => 'středoevropský čas (Alžír)', + 'Africa/Asmera' => 'východoafrický čas (Asmara)', + 'Africa/Bamako' => 'greenwichský střední čas (Bamako)', + 'Africa/Bangui' => 'západoafrický čas (Bangui)', + 'Africa/Banjul' => 'greenwichský střední čas (Banjul)', + 'Africa/Bissau' => 'greenwichský střední čas (Bissau)', + 'Africa/Blantyre' => 'středoafrický čas (Blantyre)', + 'Africa/Brazzaville' => 'západoafrický čas (Brazzaville)', + 'Africa/Bujumbura' => 'středoafrický čas (Bujumbura)', + 'Africa/Cairo' => 'východoevropský čas (Káhira)', + 'Africa/Casablanca' => 'západoevropský čas (Casablanca)', + 'Africa/Ceuta' => 'středoevropský čas (Ceuta)', + 'Africa/Conakry' => 'greenwichský střední čas (Conakry)', + 'Africa/Dakar' => 'greenwichský střední čas (Dakar)', + 'Africa/Dar_es_Salaam' => 'východoafrický čas (Dar es Salaam)', + 'Africa/Djibouti' => 'východoafrický čas (Džibuti)', + 'Africa/Douala' => 'západoafrický čas (Douala)', + 'Africa/El_Aaiun' => 'západoevropský čas (El Aaiun)', + 'Africa/Freetown' => 'greenwichský střední čas (Freetown)', + 'Africa/Gaborone' => 'středoafrický čas (Gaborone)', + 'Africa/Harare' => 'středoafrický čas (Harare)', + 'Africa/Johannesburg' => 'jihoafrický čas (Johannesburg)', + 'Africa/Juba' => 'středoafrický čas (Juba)', + 'Africa/Kampala' => 'východoafrický čas (Kampala)', + 'Africa/Khartoum' => 'středoafrický čas (Chartúm)', + 'Africa/Kigali' => 'středoafrický čas (Kigali)', + 'Africa/Kinshasa' => 'západoafrický čas (Kinshasa)', + 'Africa/Lagos' => 'západoafrický čas (Lagos)', + 'Africa/Libreville' => 'západoafrický čas (Libreville)', + 'Africa/Lome' => 'greenwichský střední čas (Lomé)', + 'Africa/Luanda' => 'západoafrický čas (Luanda)', + 'Africa/Lubumbashi' => 'středoafrický čas (Lubumbashi)', + 'Africa/Lusaka' => 'středoafrický čas (Lusaka)', + 'Africa/Malabo' => 'západoafrický čas (Malabo)', + 'Africa/Maputo' => 'středoafrický čas (Maputo)', + 'Africa/Maseru' => 'jihoafrický čas (Maseru)', + 'Africa/Mbabane' => 'jihoafrický čas (Mbabane)', + 'Africa/Mogadishu' => 'východoafrický čas (Mogadišu)', + 'Africa/Monrovia' => 'greenwichský střední čas (Monrovia)', + 'Africa/Nairobi' => 'východoafrický čas (Nairobi)', + 'Africa/Ndjamena' => 'západoafrický čas (Ndžamena)', + 'Africa/Niamey' => 'západoafrický čas (Niamey)', + 'Africa/Nouakchott' => 'greenwichský střední čas (Nuakšott)', + 'Africa/Ouagadougou' => 'greenwichský střední čas (Ouagadougou)', + 'Africa/Porto-Novo' => 'západoafrický čas (Porto-Novo)', + 'Africa/Sao_Tome' => 'greenwichský střední čas (Svatý Tomáš)', + 'Africa/Tripoli' => 'východoevropský čas (Tripolis)', + 'Africa/Tunis' => 'středoevropský čas (Tunis)', + 'Africa/Windhoek' => 'středoafrický čas (Windhoek)', + 'America/Adak' => 'havajsko-aleutský čas (Adak)', + 'America/Anchorage' => 'aljašský čas (Anchorage)', + 'America/Anguilla' => 'atlantický čas (Anguilla)', + 'America/Antigua' => 'atlantický čas (Antigua)', + 'America/Araguaina' => 'brasilijský čas (Araguaina)', + 'America/Argentina/La_Rioja' => 'argentinský čas (La Rioja)', + 'America/Argentina/Rio_Gallegos' => 'argentinský čas (Rio Gallegos)', + 'America/Argentina/Salta' => 'argentinský čas (Salta)', + 'America/Argentina/San_Juan' => 'argentinský čas (San Juan)', + 'America/Argentina/San_Luis' => 'argentinský čas (San Luis)', + 'America/Argentina/Tucuman' => 'argentinský čas (Tucuman)', + 'America/Argentina/Ushuaia' => 'argentinský čas (Ushuaia)', + 'America/Aruba' => 'atlantický čas (Aruba)', + 'America/Asuncion' => 'paraguayský čas (Asunción)', + 'America/Bahia' => 'brasilijský čas (Bahía)', + 'America/Bahia_Banderas' => 'severoamerický centrální čas (Bahia Banderas)', + 'America/Barbados' => 'atlantický čas (Barbados)', + 'America/Belem' => 'brasilijský čas (Belém)', + 'America/Belize' => 'severoamerický centrální čas (Belize)', + 'America/Blanc-Sablon' => 'atlantický čas (Blanc-Sablon)', + 'America/Boa_Vista' => 'amazonský čas (Boa Vista)', + 'America/Bogota' => 'kolumbijský čas (Bogotá)', + 'America/Boise' => 'severoamerický horský čas (Boise)', + 'America/Buenos_Aires' => 'argentinský čas (Buenos Aires)', + 'America/Cambridge_Bay' => 'severoamerický horský čas (Cambridge Bay)', + 'America/Campo_Grande' => 'amazonský čas (Campo Grande)', + 'America/Cancun' => 'severoamerický východní čas (Cancún)', + 'America/Caracas' => 'venezuelský čas (Caracas)', + 'America/Catamarca' => 'argentinský čas (Catamarca)', + 'America/Cayenne' => 'francouzskoguyanský čas (Cayenne)', + 'America/Cayman' => 'severoamerický východní čas (Kajmanské ostrovy)', + 'America/Chicago' => 'severoamerický centrální čas (Chicago)', + 'America/Chihuahua' => 'mexický pacifický čas (Chihuahua)', + 'America/Coral_Harbour' => 'severoamerický východní čas (Atikokan)', + 'America/Cordoba' => 'argentinský čas (Córdoba)', + 'America/Costa_Rica' => 'severoamerický centrální čas (Kostarika)', + 'America/Creston' => 'severoamerický horský čas (Creston)', + 'America/Cuiaba' => 'amazonský čas (Cuiaba)', + 'America/Curacao' => 'atlantický čas (Curaçao)', + 'America/Danmarkshavn' => 'greenwichský střední čas (Danmarkshavn)', + 'America/Dawson' => 'yukonský čas (Dawson)', + 'America/Dawson_Creek' => 'severoamerický horský čas (Dawson Creek)', + 'America/Denver' => 'severoamerický horský čas (Denver)', + 'America/Detroit' => 'severoamerický východní čas (Detroit)', + 'America/Dominica' => 'atlantický čas (Dominika)', + 'America/Edmonton' => 'severoamerický horský čas (Edmonton)', 'America/Eirunepe' => 'Acrejský čas (Eirunepe)', - 'America/El_Salvador' => 'Severoamerický centrální čas (Salvador)', - 'America/Fort_Nelson' => 'Severoamerický horský čas (Fort Nelson)', - 'America/Fortaleza' => 'Brasilijský čas (Fortaleza)', - 'America/Glace_Bay' => 'Atlantický čas (Glace Bay)', - 'America/Godthab' => 'Západogrónský čas (Nuuk)', - 'America/Goose_Bay' => 'Atlantický čas (Goose Bay)', - 'America/Grand_Turk' => 'Severoamerický východní čas (Grand Turk)', - 'America/Grenada' => 'Atlantický čas (Grenada)', - 'America/Guadeloupe' => 'Atlantický čas (Guadeloupe)', - 'America/Guatemala' => 'Severoamerický centrální čas (Guatemala)', - 'America/Guayaquil' => 'Ekvádorský čas (Guayaquil)', - 'America/Guyana' => 'Guyanský čas (Guyana)', - 'America/Halifax' => 'Atlantický čas (Halifax)', - 'America/Havana' => 'Kubánský čas (Havana)', - 'America/Hermosillo' => 'Mexický pacifický čas (Hermosillo)', - 'America/Indiana/Knox' => 'Severoamerický centrální čas (Knox, Indiana)', - 'America/Indiana/Marengo' => 'Severoamerický východní čas (Marengo, Indiana)', - 'America/Indiana/Petersburg' => 'Severoamerický východní čas (Petersburg, Indiana)', - 'America/Indiana/Tell_City' => 'Severoamerický centrální čas (Tell City, Indiana)', - 'America/Indiana/Vevay' => 'Severoamerický východní čas (Vevay, Indiana)', - 'America/Indiana/Vincennes' => 'Severoamerický východní čas (Vincennes, Indiana)', - 'America/Indiana/Winamac' => 'Severoamerický východní čas (Winamac, Indiana)', - 'America/Indianapolis' => 'Severoamerický východní čas (Indianapolis)', - 'America/Inuvik' => 'Severoamerický horský čas (Inuvik)', - 'America/Iqaluit' => 'Severoamerický východní čas (Iqaluit)', - 'America/Jamaica' => 'Severoamerický východní čas (Jamajka)', - 'America/Jujuy' => 'Argentinský čas (Jujuy)', - 'America/Juneau' => 'Aljašský čas (Juneau)', - 'America/Kentucky/Monticello' => 'Severoamerický východní čas (Monticello, Kentucky)', - 'America/Kralendijk' => 'Atlantický čas (Kralendijk)', - 'America/La_Paz' => 'Bolivijský čas (La Paz)', - 'America/Lima' => 'Peruánský čas (Lima)', - 'America/Los_Angeles' => 'Severoamerický pacifický čas (Los Angeles)', - 'America/Louisville' => 'Severoamerický východní čas (Louisville)', - 'America/Lower_Princes' => 'Atlantický čas (Lower Prince’s Quarter)', - 'America/Maceio' => 'Brasilijský čas (Maceio)', - 'America/Managua' => 'Severoamerický centrální čas (Managua)', - 'America/Manaus' => 'Amazonský čas (Manaus)', - 'America/Marigot' => 'Atlantický čas (Marigot)', - 'America/Martinique' => 'Atlantický čas (Martinik)', - 'America/Matamoros' => 'Severoamerický centrální čas (Matamoros)', - 'America/Mazatlan' => 'Mexický pacifický čas (Mazatlán)', - 'America/Mendoza' => 'Argentinský čas (Mendoza)', - 'America/Menominee' => 'Severoamerický centrální čas (Menominee)', - 'America/Merida' => 'Severoamerický centrální čas (Merida)', - 'America/Metlakatla' => 'Aljašský čas (Metlakatla)', - 'America/Mexico_City' => 'Severoamerický centrální čas (Ciudad de México)', - 'America/Miquelon' => 'Pierre-miquelonský čas', - 'America/Moncton' => 'Atlantický čas (Moncton)', - 'America/Monterrey' => 'Severoamerický centrální čas (Monterrey)', - 'America/Montevideo' => 'Uruguayský čas (Montevideo)', - 'America/Montreal' => 'Časové pásmo Kanada (Montreal)', - 'America/Montserrat' => 'Atlantický čas (Montserrat)', - 'America/Nassau' => 'Severoamerický východní čas (Nassau)', - 'America/New_York' => 'Severoamerický východní čas (New York)', - 'America/Nipigon' => 'Severoamerický východní čas (Nipigon)', - 'America/Nome' => 'Aljašský čas (Nome)', - 'America/Noronha' => 'Čas souostroví Fernando de Noronha', - 'America/North_Dakota/Beulah' => 'Severoamerický centrální čas (Beulah, Severní Dakota)', - 'America/North_Dakota/Center' => 'Severoamerický centrální čas (Center, Severní Dakota)', - 'America/North_Dakota/New_Salem' => 'Severoamerický centrální čas (New Salem, Severní Dakota)', - 'America/Ojinaga' => 'Severoamerický horský čas (Ojinaga)', - 'America/Panama' => 'Severoamerický východní čas (Panama)', - 'America/Pangnirtung' => 'Severoamerický východní čas (Pangnirtung)', - 'America/Paramaribo' => 'Surinamský čas (Paramaribo)', - 'America/Phoenix' => 'Severoamerický horský čas (Phoenix)', - 'America/Port-au-Prince' => 'Severoamerický východní čas (Port-au-Prince)', - 'America/Port_of_Spain' => 'Atlantický čas (Port of Spain)', - 'America/Porto_Velho' => 'Amazonský čas (Porto Velho)', - 'America/Puerto_Rico' => 'Atlantický čas (Portoriko)', - 'America/Punta_Arenas' => 'Chilský čas (Punta Arenas)', - 'America/Rainy_River' => 'Severoamerický centrální čas (Rainy River)', - 'America/Rankin_Inlet' => 'Severoamerický centrální čas (Rankin Inlet)', - 'America/Recife' => 'Brasilijský čas (Recife)', - 'America/Regina' => 'Severoamerický centrální čas (Regina)', - 'America/Resolute' => 'Severoamerický centrální čas (Resolute)', + 'America/El_Salvador' => 'severoamerický centrální čas (Salvador)', + 'America/Fort_Nelson' => 'severoamerický horský čas (Fort Nelson)', + 'America/Fortaleza' => 'brasilijský čas (Fortaleza)', + 'America/Glace_Bay' => 'atlantický čas (Glace Bay)', + 'America/Godthab' => 'západogrónský čas (Nuuk)', + 'America/Goose_Bay' => 'atlantický čas (Goose Bay)', + 'America/Grand_Turk' => 'severoamerický východní čas (Grand Turk)', + 'America/Grenada' => 'atlantický čas (Grenada)', + 'America/Guadeloupe' => 'atlantický čas (Guadeloupe)', + 'America/Guatemala' => 'severoamerický centrální čas (Guatemala)', + 'America/Guayaquil' => 'ekvádorský čas (Guayaquil)', + 'America/Guyana' => 'guyanský čas (Guyana)', + 'America/Halifax' => 'atlantický čas (Halifax)', + 'America/Havana' => 'kubánský čas (Havana)', + 'America/Hermosillo' => 'mexický pacifický čas (Hermosillo)', + 'America/Indiana/Knox' => 'severoamerický centrální čas (Knox, Indiana)', + 'America/Indiana/Marengo' => 'severoamerický východní čas (Marengo, Indiana)', + 'America/Indiana/Petersburg' => 'severoamerický východní čas (Petersburg, Indiana)', + 'America/Indiana/Tell_City' => 'severoamerický centrální čas (Tell City, Indiana)', + 'America/Indiana/Vevay' => 'severoamerický východní čas (Vevay, Indiana)', + 'America/Indiana/Vincennes' => 'severoamerický východní čas (Vincennes, Indiana)', + 'America/Indiana/Winamac' => 'severoamerický východní čas (Winamac, Indiana)', + 'America/Indianapolis' => 'severoamerický východní čas (Indianapolis)', + 'America/Inuvik' => 'severoamerický horský čas (Inuvik)', + 'America/Iqaluit' => 'severoamerický východní čas (Iqaluit)', + 'America/Jamaica' => 'severoamerický východní čas (Jamajka)', + 'America/Jujuy' => 'argentinský čas (Jujuy)', + 'America/Juneau' => 'aljašský čas (Juneau)', + 'America/Kentucky/Monticello' => 'severoamerický východní čas (Monticello, Kentucky)', + 'America/Kralendijk' => 'atlantický čas (Kralendijk)', + 'America/La_Paz' => 'bolivijský čas (La Paz)', + 'America/Lima' => 'peruánský čas (Lima)', + 'America/Los_Angeles' => 'severoamerický pacifický čas (Los Angeles)', + 'America/Louisville' => 'severoamerický východní čas (Louisville)', + 'America/Lower_Princes' => 'atlantický čas (Lower Prince’s Quarter)', + 'America/Maceio' => 'brasilijský čas (Maceio)', + 'America/Managua' => 'severoamerický centrální čas (Managua)', + 'America/Manaus' => 'amazonský čas (Manaus)', + 'America/Marigot' => 'atlantický čas (Marigot)', + 'America/Martinique' => 'atlantický čas (Martinik)', + 'America/Matamoros' => 'severoamerický centrální čas (Matamoros)', + 'America/Mazatlan' => 'mexický pacifický čas (Mazatlán)', + 'America/Mendoza' => 'argentinský čas (Mendoza)', + 'America/Menominee' => 'severoamerický centrální čas (Menominee)', + 'America/Merida' => 'severoamerický centrální čas (Merida)', + 'America/Metlakatla' => 'aljašský čas (Metlakatla)', + 'America/Mexico_City' => 'severoamerický centrální čas (Ciudad de México)', + 'America/Miquelon' => 'pierre-miquelonský čas', + 'America/Moncton' => 'atlantický čas (Moncton)', + 'America/Monterrey' => 'severoamerický centrální čas (Monterrey)', + 'America/Montevideo' => 'uruguayský čas (Montevideo)', + 'America/Montreal' => 'časové pásmo Kanada (Montreal)', + 'America/Montserrat' => 'atlantický čas (Montserrat)', + 'America/Nassau' => 'severoamerický východní čas (Nassau)', + 'America/New_York' => 'severoamerický východní čas (New York)', + 'America/Nipigon' => 'severoamerický východní čas (Nipigon)', + 'America/Nome' => 'aljašský čas (Nome)', + 'America/Noronha' => 'čas souostroví Fernando de Noronha', + 'America/North_Dakota/Beulah' => 'severoamerický centrální čas (Beulah, Severní Dakota)', + 'America/North_Dakota/Center' => 'severoamerický centrální čas (Center, Severní Dakota)', + 'America/North_Dakota/New_Salem' => 'severoamerický centrální čas (New Salem, Severní Dakota)', + 'America/Ojinaga' => 'severoamerický horský čas (Ojinaga)', + 'America/Panama' => 'severoamerický východní čas (Panama)', + 'America/Pangnirtung' => 'severoamerický východní čas (Pangnirtung)', + 'America/Paramaribo' => 'surinamský čas (Paramaribo)', + 'America/Phoenix' => 'severoamerický horský čas (Phoenix)', + 'America/Port-au-Prince' => 'severoamerický východní čas (Port-au-Prince)', + 'America/Port_of_Spain' => 'atlantický čas (Port of Spain)', + 'America/Porto_Velho' => 'amazonský čas (Porto Velho)', + 'America/Puerto_Rico' => 'atlantický čas (Portoriko)', + 'America/Punta_Arenas' => 'chilský čas (Punta Arenas)', + 'America/Rainy_River' => 'severoamerický centrální čas (Rainy River)', + 'America/Rankin_Inlet' => 'severoamerický centrální čas (Rankin Inlet)', + 'America/Recife' => 'brasilijský čas (Recife)', + 'America/Regina' => 'severoamerický centrální čas (Regina)', + 'America/Resolute' => 'severoamerický centrální čas (Resolute)', 'America/Rio_Branco' => 'Acrejský čas (Rio Branco)', - 'America/Santa_Isabel' => 'Severozápadní mexický čas (Santa Isabel)', - 'America/Santarem' => 'Brasilijský čas (Santarém)', - 'America/Santiago' => 'Chilský čas (Santiago)', - 'America/Santo_Domingo' => 'Atlantický čas (Santo Domingo)', - 'America/Sao_Paulo' => 'Brasilijský čas (São Paulo)', - 'America/Scoresbysund' => 'Východogrónský čas (Ittoqqortoormiit)', - 'America/Sitka' => 'Aljašský čas (Sitka)', - 'America/St_Barthelemy' => 'Atlantický čas (Svatý Bartoloměj)', - 'America/St_Johns' => 'Newfoundlandský čas (St. John’s)', - 'America/St_Kitts' => 'Atlantický čas (Svatý Kryštof)', - 'America/St_Lucia' => 'Atlantický čas (Svatá Lucie)', - 'America/St_Thomas' => 'Atlantický čas (Svatý Tomáš (Karibik))', - 'America/St_Vincent' => 'Atlantický čas (Svatý Vincenc)', - 'America/Swift_Current' => 'Severoamerický centrální čas (Swift Current)', - 'America/Tegucigalpa' => 'Severoamerický centrální čas (Tegucigalpa)', - 'America/Thule' => 'Atlantický čas (Thule)', - 'America/Thunder_Bay' => 'Severoamerický východní čas (Thunder Bay)', - 'America/Tijuana' => 'Severoamerický pacifický čas (Tijuana)', - 'America/Toronto' => 'Severoamerický východní čas (Toronto)', - 'America/Tortola' => 'Atlantický čas (Tortola)', - 'America/Vancouver' => 'Severoamerický pacifický čas (Vancouver)', - 'America/Whitehorse' => 'Yukonský čas (Whitehorse)', - 'America/Winnipeg' => 'Severoamerický centrální čas (Winnipeg)', - 'America/Yakutat' => 'Aljašský čas (Yakutat)', - 'America/Yellowknife' => 'Severoamerický horský čas (Yellowknife)', + 'America/Santa_Isabel' => 'severozápadní mexický čas (Santa Isabel)', + 'America/Santarem' => 'brasilijský čas (Santarém)', + 'America/Santiago' => 'chilský čas (Santiago)', + 'America/Santo_Domingo' => 'atlantický čas (Santo Domingo)', + 'America/Sao_Paulo' => 'brasilijský čas (São Paulo)', + 'America/Scoresbysund' => 'východogrónský čas (Ittoqqortoormiit)', + 'America/Sitka' => 'aljašský čas (Sitka)', + 'America/St_Barthelemy' => 'atlantický čas (Svatý Bartoloměj)', + 'America/St_Johns' => 'newfoundlandský čas (St. John’s)', + 'America/St_Kitts' => 'atlantický čas (Svatý Kryštof)', + 'America/St_Lucia' => 'atlantický čas (Svatá Lucie)', + 'America/St_Thomas' => 'atlantický čas (Svatý Tomáš (Karibik))', + 'America/St_Vincent' => 'atlantický čas (Svatý Vincenc)', + 'America/Swift_Current' => 'severoamerický centrální čas (Swift Current)', + 'America/Tegucigalpa' => 'severoamerický centrální čas (Tegucigalpa)', + 'America/Thule' => 'atlantický čas (Thule)', + 'America/Thunder_Bay' => 'severoamerický východní čas (Thunder Bay)', + 'America/Tijuana' => 'severoamerický pacifický čas (Tijuana)', + 'America/Toronto' => 'severoamerický východní čas (Toronto)', + 'America/Tortola' => 'atlantický čas (Tortola)', + 'America/Vancouver' => 'severoamerický pacifický čas (Vancouver)', + 'America/Whitehorse' => 'yukonský čas (Whitehorse)', + 'America/Winnipeg' => 'severoamerický centrální čas (Winnipeg)', + 'America/Yakutat' => 'aljašský čas (Yakutat)', + 'America/Yellowknife' => 'severoamerický horský čas (Yellowknife)', 'Antarctica/Casey' => 'Čas Caseyho stanice', - 'Antarctica/Davis' => 'Čas Davisovy stanice', - 'Antarctica/DumontDUrville' => 'Čas stanice Dumonta d’Urvilla (Dumont d’Urville)', - 'Antarctica/Macquarie' => 'Východoaustralský čas (Macquarie)', - 'Antarctica/Mawson' => 'Čas Mawsonovy stanice', - 'Antarctica/McMurdo' => 'Novozélandský čas (McMurdo)', - 'Antarctica/Palmer' => 'Chilský čas (Palmer)', - 'Antarctica/Rothera' => 'Čas Rotherovy stanice (Rothera)', - 'Antarctica/Syowa' => 'Čas stanice Šówa (Syowa)', - 'Antarctica/Troll' => 'Greenwichský střední čas (Troll)', - 'Antarctica/Vostok' => 'Čas stanice Vostok', - 'Arctic/Longyearbyen' => 'Středoevropský čas (Longyearbyen)', - 'Asia/Aden' => 'Arabský čas (Aden)', - 'Asia/Almaty' => 'Východokazachstánský čas (Almaty)', - 'Asia/Amman' => 'Východoevropský čas (Ammán)', + 'Antarctica/Davis' => 'čas Davisovy stanice', + 'Antarctica/DumontDUrville' => 'čas stanice Dumonta d’Urvilla (Dumont d’Urville)', + 'Antarctica/Macquarie' => 'východoaustralský čas (Macquarie)', + 'Antarctica/Mawson' => 'čas Mawsonovy stanice', + 'Antarctica/McMurdo' => 'novozélandský čas (McMurdo)', + 'Antarctica/Palmer' => 'chilský čas (Palmer)', + 'Antarctica/Rothera' => 'čas Rotherovy stanice (Rothera)', + 'Antarctica/Syowa' => 'čas stanice Šówa (Syowa)', + 'Antarctica/Troll' => 'greenwichský střední čas (Troll)', + 'Antarctica/Vostok' => 'čas stanice Vostok', + 'Arctic/Longyearbyen' => 'středoevropský čas (Longyearbyen)', + 'Asia/Aden' => 'arabský čas (Aden)', + 'Asia/Almaty' => 'východokazachstánský čas (Almaty)', + 'Asia/Amman' => 'východoevropský čas (Ammán)', 'Asia/Anadyr' => 'Anadyrský čas', - 'Asia/Aqtau' => 'Západokazachstánský čas (Aktau)', - 'Asia/Aqtobe' => 'Západokazachstánský čas (Aktobe)', - 'Asia/Ashgabat' => 'Turkmenský čas (Ašchabad)', - 'Asia/Atyrau' => 'Západokazachstánský čas (Atyrau)', - 'Asia/Baghdad' => 'Arabský čas (Bagdád)', - 'Asia/Bahrain' => 'Arabský čas (Bahrajn)', - 'Asia/Baku' => 'Ázerbájdžánský čas (Baku)', - 'Asia/Bangkok' => 'Indočínský čas (Bangkok)', - 'Asia/Barnaul' => 'Časové pásmo Rusko (Barnaul)', - 'Asia/Beirut' => 'Východoevropský čas (Bejrút)', - 'Asia/Bishkek' => 'Kyrgyzský čas (Biškek)', - 'Asia/Brunei' => 'Brunejský čas', - 'Asia/Calcutta' => 'Indický čas (Kalkata)', - 'Asia/Chita' => 'Jakutský čas (Čita)', - 'Asia/Choibalsan' => 'Ulánbátarský čas (Čojbalsan)', - 'Asia/Colombo' => 'Indický čas (Kolombo)', - 'Asia/Damascus' => 'Východoevropský čas (Damašek)', - 'Asia/Dhaka' => 'Bangladéšský čas (Dháka)', - 'Asia/Dili' => 'Východotimorský čas (Dili)', - 'Asia/Dubai' => 'Standardní čas Perského zálivu (Dubaj)', - 'Asia/Dushanbe' => 'Tádžický čas (Dušanbe)', - 'Asia/Famagusta' => 'Východoevropský čas (Famagusta)', - 'Asia/Gaza' => 'Východoevropský čas (Gaza)', - 'Asia/Hebron' => 'Východoevropský čas (Hebron)', - 'Asia/Hong_Kong' => 'Hongkongský čas', - 'Asia/Hovd' => 'Hovdský čas', - 'Asia/Irkutsk' => 'Irkutský čas', - 'Asia/Jakarta' => 'Západoindonéský čas (Jakarta)', - 'Asia/Jayapura' => 'Východoindonéský čas (Jayapura)', - 'Asia/Jerusalem' => 'Izraelský čas (Jeruzalém)', - 'Asia/Kabul' => 'Afghánský čas (Kábul)', + 'Asia/Aqtau' => 'západokazachstánský čas (Aktau)', + 'Asia/Aqtobe' => 'západokazachstánský čas (Aktobe)', + 'Asia/Ashgabat' => 'turkmenský čas (Ašchabad)', + 'Asia/Atyrau' => 'západokazachstánský čas (Atyrau)', + 'Asia/Baghdad' => 'arabský čas (Bagdád)', + 'Asia/Bahrain' => 'arabský čas (Bahrajn)', + 'Asia/Baku' => 'ázerbájdžánský čas (Baku)', + 'Asia/Bangkok' => 'indočínský čas (Bangkok)', + 'Asia/Barnaul' => 'časové pásmo Rusko (Barnaul)', + 'Asia/Beirut' => 'východoevropský čas (Bejrút)', + 'Asia/Bishkek' => 'kyrgyzský čas (Biškek)', + 'Asia/Brunei' => 'brunejský čas', + 'Asia/Calcutta' => 'indický čas (Kalkata)', + 'Asia/Chita' => 'jakutský čas (Čita)', + 'Asia/Choibalsan' => 'ulánbátarský čas (Čojbalsan)', + 'Asia/Colombo' => 'indický čas (Kolombo)', + 'Asia/Damascus' => 'východoevropský čas (Damašek)', + 'Asia/Dhaka' => 'bangladéšský čas (Dháka)', + 'Asia/Dili' => 'východotimorský čas (Dili)', + 'Asia/Dubai' => 'standardní čas Perského zálivu (Dubaj)', + 'Asia/Dushanbe' => 'tádžický čas (Dušanbe)', + 'Asia/Famagusta' => 'východoevropský čas (Famagusta)', + 'Asia/Gaza' => 'východoevropský čas (Gaza)', + 'Asia/Hebron' => 'východoevropský čas (Hebron)', + 'Asia/Hong_Kong' => 'hongkongský čas', + 'Asia/Hovd' => 'hovdský čas', + 'Asia/Irkutsk' => 'irkutský čas', + 'Asia/Jakarta' => 'západoindonéský čas (Jakarta)', + 'Asia/Jayapura' => 'východoindonéský čas (Jayapura)', + 'Asia/Jerusalem' => 'izraelský čas (Jeruzalém)', + 'Asia/Kabul' => 'afghánský čas (Kábul)', 'Asia/Kamchatka' => 'Petropavlovsko-kamčatský čas (Kamčatka)', - 'Asia/Karachi' => 'Pákistánský čas (Karáčí)', - 'Asia/Katmandu' => 'Nepálský čas (Káthmándú)', - 'Asia/Khandyga' => 'Jakutský čas (Chandyga)', - 'Asia/Krasnoyarsk' => 'Krasnojarský čas', - 'Asia/Kuala_Lumpur' => 'Malajský čas (Kuala Lumpur)', - 'Asia/Kuching' => 'Malajský čas (Kučing)', - 'Asia/Kuwait' => 'Arabský čas (Kuvajt)', - 'Asia/Macau' => 'Čínský čas (Macao)', - 'Asia/Magadan' => 'Magadanský čas', - 'Asia/Makassar' => 'Středoindonéský čas (Makassar)', - 'Asia/Manila' => 'Filipínský čas (Manila)', - 'Asia/Muscat' => 'Standardní čas Perského zálivu (Maskat)', - 'Asia/Nicosia' => 'Východoevropský čas (Nikósie)', - 'Asia/Novokuznetsk' => 'Krasnojarský čas (Novokuzněck)', - 'Asia/Novosibirsk' => 'Novosibirský čas', - 'Asia/Omsk' => 'Omský čas', - 'Asia/Oral' => 'Západokazachstánský čas (Uralsk)', - 'Asia/Phnom_Penh' => 'Indočínský čas (Phnompenh)', - 'Asia/Pontianak' => 'Západoindonéský čas (Pontianak)', - 'Asia/Pyongyang' => 'Korejský čas (Pchjongjang)', - 'Asia/Qatar' => 'Arabský čas (Katar)', - 'Asia/Qostanay' => 'Východokazachstánský čas (Kostanaj)', - 'Asia/Qyzylorda' => 'Západokazachstánský čas (Kyzylorda)', - 'Asia/Rangoon' => 'Myanmarský čas (Rangún)', - 'Asia/Riyadh' => 'Arabský čas (Rijád)', - 'Asia/Saigon' => 'Indočínský čas (Ho Či Minovo město)', - 'Asia/Sakhalin' => 'Sachalinský čas', - 'Asia/Samarkand' => 'Uzbecký čas (Samarkand)', - 'Asia/Seoul' => 'Korejský čas (Soul)', - 'Asia/Shanghai' => 'Čínský čas (Šanghaj)', - 'Asia/Singapore' => 'Singapurský čas', - 'Asia/Srednekolymsk' => 'Magadanský čas (Sredněkolymsk)', - 'Asia/Taipei' => 'Tchajpejský čas (Tchaj-pej)', - 'Asia/Tashkent' => 'Uzbecký čas (Taškent)', - 'Asia/Tbilisi' => 'Gruzínský čas (Tbilisi)', - 'Asia/Tehran' => 'Íránský čas (Teherán)', - 'Asia/Thimphu' => 'Bhútánský čas (Thimbú)', - 'Asia/Tokyo' => 'Japonský čas (Tokio)', - 'Asia/Tomsk' => 'Časové pásmo Rusko (Tomsk)', - 'Asia/Ulaanbaatar' => 'Ulánbátarský čas', - 'Asia/Urumqi' => 'Časové pásmo Čína (Urumči)', - 'Asia/Ust-Nera' => 'Vladivostocký čas (Ust-Nera)', - 'Asia/Vientiane' => 'Indočínský čas (Vientiane)', - 'Asia/Vladivostok' => 'Vladivostocký čas (Vladivostok)', - 'Asia/Yakutsk' => 'Jakutský čas', - 'Asia/Yekaterinburg' => 'Jekatěrinburský čas (Jekatěrinburg)', - 'Asia/Yerevan' => 'Arménský čas (Jerevan)', - 'Atlantic/Azores' => 'Azorský čas (Azorské ostrovy)', - 'Atlantic/Bermuda' => 'Atlantický čas (Bermudy)', - 'Atlantic/Canary' => 'Západoevropský čas (Kanárské ostrovy)', - 'Atlantic/Cape_Verde' => 'Kapverdský čas (Kapverdy)', - 'Atlantic/Faeroe' => 'Západoevropský čas (Faerské ostrovy)', - 'Atlantic/Madeira' => 'Západoevropský čas (Madeira)', - 'Atlantic/Reykjavik' => 'Greenwichský střední čas (Reykjavík)', - 'Atlantic/South_Georgia' => 'Čas Jižní Georgie', - 'Atlantic/St_Helena' => 'Greenwichský střední čas (Svatá Helena)', - 'Atlantic/Stanley' => 'Falklandský čas (Stanley)', - 'Australia/Adelaide' => 'Středoaustralský čas (Adelaide)', - 'Australia/Brisbane' => 'Východoaustralský čas (Brisbane)', - 'Australia/Broken_Hill' => 'Středoaustralský čas (Broken Hill)', - 'Australia/Currie' => 'Východoaustralský čas (Currie)', - 'Australia/Darwin' => 'Středoaustralský čas (Darwin)', - 'Australia/Eucla' => 'Středozápadní australský čas (Eucla)', - 'Australia/Hobart' => 'Východoaustralský čas (Hobart)', - 'Australia/Lindeman' => 'Východoaustralský čas (Lindeman)', - 'Australia/Lord_Howe' => 'Čas ostrova lorda Howa (Lord Howe)', - 'Australia/Melbourne' => 'Východoaustralský čas (Melbourne)', - 'Australia/Perth' => 'Západoaustralský čas (Perth)', - 'Australia/Sydney' => 'Východoaustralský čas (Sydney)', - 'CST6CDT' => 'Severoamerický centrální čas', - 'EST5EDT' => 'Severoamerický východní čas', - 'Etc/GMT' => 'Greenwichský střední čas', - 'Etc/UTC' => 'Koordinovaný světový čas', - 'Europe/Amsterdam' => 'Středoevropský čas (Amsterdam)', - 'Europe/Andorra' => 'Středoevropský čas (Andorra)', - 'Europe/Astrakhan' => 'Moskevský čas (Astrachaň)', - 'Europe/Athens' => 'Východoevropský čas (Athény)', - 'Europe/Belgrade' => 'Středoevropský čas (Bělehrad)', - 'Europe/Berlin' => 'Středoevropský čas (Berlín)', - 'Europe/Bratislava' => 'Středoevropský čas (Bratislava)', - 'Europe/Brussels' => 'Středoevropský čas (Brusel)', - 'Europe/Bucharest' => 'Východoevropský čas (Bukurešť)', - 'Europe/Budapest' => 'Středoevropský čas (Budapešť)', - 'Europe/Busingen' => 'Středoevropský čas (Busingen)', - 'Europe/Chisinau' => 'Východoevropský čas (Kišiněv)', - 'Europe/Copenhagen' => 'Středoevropský čas (Kodaň)', - 'Europe/Dublin' => 'Greenwichský střední čas (Dublin)', - 'Europe/Gibraltar' => 'Středoevropský čas (Gibraltar)', - 'Europe/Guernsey' => 'Greenwichský střední čas (Guernsey)', - 'Europe/Helsinki' => 'Východoevropský čas (Helsinky)', - 'Europe/Isle_of_Man' => 'Greenwichský střední čas (Ostrov Man)', - 'Europe/Istanbul' => 'Časové pásmo Turecko (Istanbul)', - 'Europe/Jersey' => 'Greenwichský střední čas (Jersey)', - 'Europe/Kaliningrad' => 'Východoevropský čas (Kaliningrad)', - 'Europe/Kiev' => 'Východoevropský čas (Kyjev)', - 'Europe/Kirov' => 'Časové pásmo Rusko (Kirov)', - 'Europe/Lisbon' => 'Západoevropský čas (Lisabon)', - 'Europe/Ljubljana' => 'Středoevropský čas (Lublaň)', - 'Europe/London' => 'Greenwichský střední čas (Londýn)', - 'Europe/Luxembourg' => 'Středoevropský čas (Lucemburk)', - 'Europe/Madrid' => 'Středoevropský čas (Madrid)', - 'Europe/Malta' => 'Středoevropský čas (Malta)', - 'Europe/Mariehamn' => 'Východoevropský čas (Mariehamn)', - 'Europe/Minsk' => 'Moskevský čas (Minsk)', - 'Europe/Monaco' => 'Středoevropský čas (Monako)', - 'Europe/Moscow' => 'Moskevský čas (Moskva)', - 'Europe/Oslo' => 'Středoevropský čas (Oslo)', - 'Europe/Paris' => 'Středoevropský čas (Paříž)', - 'Europe/Podgorica' => 'Středoevropský čas (Podgorica)', - 'Europe/Prague' => 'Středoevropský čas (Praha)', - 'Europe/Riga' => 'Východoevropský čas (Riga)', - 'Europe/Rome' => 'Středoevropský čas (Řím)', + 'Asia/Karachi' => 'pákistánský čas (Karáčí)', + 'Asia/Katmandu' => 'nepálský čas (Káthmándú)', + 'Asia/Khandyga' => 'jakutský čas (Chandyga)', + 'Asia/Krasnoyarsk' => 'krasnojarský čas', + 'Asia/Kuala_Lumpur' => 'malajský čas (Kuala Lumpur)', + 'Asia/Kuching' => 'malajský čas (Kučing)', + 'Asia/Kuwait' => 'arabský čas (Kuvajt)', + 'Asia/Macau' => 'čínský čas (Macao)', + 'Asia/Magadan' => 'magadanský čas', + 'Asia/Makassar' => 'středoindonéský čas (Makassar)', + 'Asia/Manila' => 'filipínský čas (Manila)', + 'Asia/Muscat' => 'standardní čas Perského zálivu (Maskat)', + 'Asia/Nicosia' => 'východoevropský čas (Nikósie)', + 'Asia/Novokuznetsk' => 'krasnojarský čas (Novokuzněck)', + 'Asia/Novosibirsk' => 'novosibirský čas', + 'Asia/Omsk' => 'omský čas', + 'Asia/Oral' => 'západokazachstánský čas (Uralsk)', + 'Asia/Phnom_Penh' => 'indočínský čas (Phnompenh)', + 'Asia/Pontianak' => 'západoindonéský čas (Pontianak)', + 'Asia/Pyongyang' => 'korejský čas (Pchjongjang)', + 'Asia/Qatar' => 'arabský čas (Katar)', + 'Asia/Qostanay' => 'východokazachstánský čas (Kostanaj)', + 'Asia/Qyzylorda' => 'západokazachstánský čas (Kyzylorda)', + 'Asia/Rangoon' => 'myanmarský čas (Rangún)', + 'Asia/Riyadh' => 'arabský čas (Rijád)', + 'Asia/Saigon' => 'indočínský čas (Ho Či Minovo město)', + 'Asia/Sakhalin' => 'sachalinský čas', + 'Asia/Samarkand' => 'uzbecký čas (Samarkand)', + 'Asia/Seoul' => 'korejský čas (Soul)', + 'Asia/Shanghai' => 'čínský čas (Šanghaj)', + 'Asia/Singapore' => 'singapurský čas', + 'Asia/Srednekolymsk' => 'magadanský čas (Sredněkolymsk)', + 'Asia/Taipei' => 'tchajpejský čas (Tchaj-pej)', + 'Asia/Tashkent' => 'uzbecký čas (Taškent)', + 'Asia/Tbilisi' => 'gruzínský čas (Tbilisi)', + 'Asia/Tehran' => 'íránský čas (Teherán)', + 'Asia/Thimphu' => 'bhútánský čas (Thimbú)', + 'Asia/Tokyo' => 'japonský čas (Tokio)', + 'Asia/Tomsk' => 'časové pásmo Rusko (Tomsk)', + 'Asia/Ulaanbaatar' => 'ulánbátarský čas', + 'Asia/Urumqi' => 'časové pásmo Čína (Urumči)', + 'Asia/Ust-Nera' => 'vladivostocký čas (Ust-Nera)', + 'Asia/Vientiane' => 'indočínský čas (Vientiane)', + 'Asia/Vladivostok' => 'vladivostocký čas (Vladivostok)', + 'Asia/Yakutsk' => 'jakutský čas', + 'Asia/Yekaterinburg' => 'jekatěrinburský čas (Jekatěrinburg)', + 'Asia/Yerevan' => 'arménský čas (Jerevan)', + 'Atlantic/Azores' => 'azorský čas (Azorské ostrovy)', + 'Atlantic/Bermuda' => 'atlantický čas (Bermudy)', + 'Atlantic/Canary' => 'západoevropský čas (Kanárské ostrovy)', + 'Atlantic/Cape_Verde' => 'kapverdský čas (Kapverdy)', + 'Atlantic/Faeroe' => 'západoevropský čas (Faerské ostrovy)', + 'Atlantic/Madeira' => 'západoevropský čas (Madeira)', + 'Atlantic/Reykjavik' => 'greenwichský střední čas (Reykjavík)', + 'Atlantic/South_Georgia' => 'čas Jižní Georgie', + 'Atlantic/St_Helena' => 'greenwichský střední čas (Svatá Helena)', + 'Atlantic/Stanley' => 'falklandský čas (Stanley)', + 'Australia/Adelaide' => 'středoaustralský čas (Adelaide)', + 'Australia/Brisbane' => 'východoaustralský čas (Brisbane)', + 'Australia/Broken_Hill' => 'středoaustralský čas (Broken Hill)', + 'Australia/Currie' => 'východoaustralský čas (Currie)', + 'Australia/Darwin' => 'středoaustralský čas (Darwin)', + 'Australia/Eucla' => 'středozápadní australský čas (Eucla)', + 'Australia/Hobart' => 'východoaustralský čas (Hobart)', + 'Australia/Lindeman' => 'východoaustralský čas (Lindeman)', + 'Australia/Lord_Howe' => 'čas ostrova lorda Howa (Lord Howe)', + 'Australia/Melbourne' => 'východoaustralský čas (Melbourne)', + 'Australia/Perth' => 'západoaustralský čas (Perth)', + 'Australia/Sydney' => 'východoaustralský čas (Sydney)', + 'CST6CDT' => 'severoamerický centrální čas', + 'EST5EDT' => 'severoamerický východní čas', + 'Etc/GMT' => 'greenwichský střední čas', + 'Etc/UTC' => 'koordinovaný světový čas', + 'Europe/Amsterdam' => 'středoevropský čas (Amsterdam)', + 'Europe/Andorra' => 'středoevropský čas (Andorra)', + 'Europe/Astrakhan' => 'moskevský čas (Astrachaň)', + 'Europe/Athens' => 'východoevropský čas (Athény)', + 'Europe/Belgrade' => 'středoevropský čas (Bělehrad)', + 'Europe/Berlin' => 'středoevropský čas (Berlín)', + 'Europe/Bratislava' => 'středoevropský čas (Bratislava)', + 'Europe/Brussels' => 'středoevropský čas (Brusel)', + 'Europe/Bucharest' => 'východoevropský čas (Bukurešť)', + 'Europe/Budapest' => 'středoevropský čas (Budapešť)', + 'Europe/Busingen' => 'středoevropský čas (Busingen)', + 'Europe/Chisinau' => 'východoevropský čas (Kišiněv)', + 'Europe/Copenhagen' => 'středoevropský čas (Kodaň)', + 'Europe/Dublin' => 'greenwichský střední čas (Dublin)', + 'Europe/Gibraltar' => 'středoevropský čas (Gibraltar)', + 'Europe/Guernsey' => 'greenwichský střední čas (Guernsey)', + 'Europe/Helsinki' => 'východoevropský čas (Helsinky)', + 'Europe/Isle_of_Man' => 'greenwichský střední čas (Ostrov Man)', + 'Europe/Istanbul' => 'časové pásmo Turecko (Istanbul)', + 'Europe/Jersey' => 'greenwichský střední čas (Jersey)', + 'Europe/Kaliningrad' => 'východoevropský čas (Kaliningrad)', + 'Europe/Kiev' => 'východoevropský čas (Kyjev)', + 'Europe/Kirov' => 'časové pásmo Rusko (Kirov)', + 'Europe/Lisbon' => 'západoevropský čas (Lisabon)', + 'Europe/Ljubljana' => 'středoevropský čas (Lublaň)', + 'Europe/London' => 'greenwichský střední čas (Londýn)', + 'Europe/Luxembourg' => 'středoevropský čas (Lucemburk)', + 'Europe/Madrid' => 'středoevropský čas (Madrid)', + 'Europe/Malta' => 'středoevropský čas (Malta)', + 'Europe/Mariehamn' => 'východoevropský čas (Mariehamn)', + 'Europe/Minsk' => 'moskevský čas (Minsk)', + 'Europe/Monaco' => 'středoevropský čas (Monako)', + 'Europe/Moscow' => 'moskevský čas (Moskva)', + 'Europe/Oslo' => 'středoevropský čas (Oslo)', + 'Europe/Paris' => 'středoevropský čas (Paříž)', + 'Europe/Podgorica' => 'středoevropský čas (Podgorica)', + 'Europe/Prague' => 'středoevropský čas (Praha)', + 'Europe/Riga' => 'východoevropský čas (Riga)', + 'Europe/Rome' => 'středoevropský čas (Řím)', 'Europe/Samara' => 'Samarský čas (Samara)', - 'Europe/San_Marino' => 'Středoevropský čas (San Marino)', - 'Europe/Sarajevo' => 'Středoevropský čas (Sarajevo)', - 'Europe/Saratov' => 'Moskevský čas (Saratov)', - 'Europe/Simferopol' => 'Moskevský čas (Simferopol)', - 'Europe/Skopje' => 'Středoevropský čas (Skopje)', - 'Europe/Sofia' => 'Východoevropský čas (Sofie)', - 'Europe/Stockholm' => 'Středoevropský čas (Stockholm)', - 'Europe/Tallinn' => 'Východoevropský čas (Tallinn)', - 'Europe/Tirane' => 'Středoevropský čas (Tirana)', - 'Europe/Ulyanovsk' => 'Moskevský čas (Uljanovsk)', - 'Europe/Uzhgorod' => 'Východoevropský čas (Užhorod)', - 'Europe/Vaduz' => 'Středoevropský čas (Vaduz)', - 'Europe/Vatican' => 'Středoevropský čas (Vatikán)', - 'Europe/Vienna' => 'Středoevropský čas (Vídeň)', - 'Europe/Vilnius' => 'Východoevropský čas (Vilnius)', - 'Europe/Volgograd' => 'Volgogradský čas', - 'Europe/Warsaw' => 'Středoevropský čas (Varšava)', - 'Europe/Zagreb' => 'Středoevropský čas (Záhřeb)', - 'Europe/Zaporozhye' => 'Východoevropský čas (Záporoží)', - 'Europe/Zurich' => 'Středoevropský čas (Curych)', - 'Indian/Antananarivo' => 'Východoafrický čas (Antananarivo)', - 'Indian/Chagos' => 'Indickooceánský čas (Chagos)', - 'Indian/Christmas' => 'Čas Vánočního ostrova (Vánoční ostrov)', - 'Indian/Cocos' => 'Čas Kokosových ostrovů (Kokosové ostrovy)', - 'Indian/Comoro' => 'Východoafrický čas (Komory)', - 'Indian/Kerguelen' => 'Čas Francouzských jižních a antarktických území (Kerguelenovy ostrovy)', - 'Indian/Mahe' => 'Seychelský čas (Mahé)', - 'Indian/Maldives' => 'Maledivský čas (Maledivy)', - 'Indian/Mauritius' => 'Mauricijský čas (Mauricius)', - 'Indian/Mayotte' => 'Východoafrický čas (Mayotte)', - 'Indian/Reunion' => 'Réunionský čas', - 'MST7MDT' => 'Severoamerický horský čas', - 'PST8PDT' => 'Severoamerický pacifický čas', - 'Pacific/Apia' => 'Apijský čas (Apia)', - 'Pacific/Auckland' => 'Novozélandský čas (Auckland)', - 'Pacific/Bougainville' => 'Čas Papuy-Nové Guiney (Bougainville)', - 'Pacific/Chatham' => 'Chathamský čas (Chathamské ostrovy)', - 'Pacific/Easter' => 'Čas Velikonočního ostrova (Velikonoční ostrov)', - 'Pacific/Efate' => 'Vanuatský čas (Éfaté)', - 'Pacific/Enderbury' => 'Čas Fénixových ostrovů (Enderbury)', - 'Pacific/Fakaofo' => 'Tokelauský čas (Fakaofo)', - 'Pacific/Fiji' => 'Fidžijský čas', - 'Pacific/Funafuti' => 'Tuvalský čas (Funafuti)', - 'Pacific/Galapagos' => 'Galapážský čas (Galapágy)', - 'Pacific/Gambier' => 'Gambierský čas (Gambierovy ostrovy)', - 'Pacific/Guadalcanal' => 'Čas Šalamounových ostrovů (Guadalcanal)', - 'Pacific/Guam' => 'Chamorrský čas (Guam)', - 'Pacific/Honolulu' => 'Havajsko-aleutský čas (Honolulu)', - 'Pacific/Johnston' => 'Havajsko-aleutský čas (Johnston)', - 'Pacific/Kiritimati' => 'Čas Rovníkových ostrovů (Kiritimati)', - 'Pacific/Kosrae' => 'Kosrajský čas (Kosrae)', - 'Pacific/Kwajalein' => 'Čas Marshallových ostrovů (Kwajalein)', - 'Pacific/Majuro' => 'Čas Marshallových ostrovů (Majuro)', - 'Pacific/Marquesas' => 'Markézský čas (Markézy)', - 'Pacific/Midway' => 'Samojský čas (Midway)', - 'Pacific/Nauru' => 'Naurský čas (Nauru)', - 'Pacific/Niue' => 'Niuejský čas', - 'Pacific/Norfolk' => 'Norfolkský čas', - 'Pacific/Noumea' => 'Novokaledonský čas (Nouméa)', - 'Pacific/Pago_Pago' => 'Samojský čas (Pago Pago)', - 'Pacific/Palau' => 'Palauský čas', - 'Pacific/Pitcairn' => 'Čas Pitcairnových ostrovů (Pitcairnovy ostrovy)', - 'Pacific/Ponape' => 'Ponapský čas (Pohnpei)', - 'Pacific/Port_Moresby' => 'Čas Papuy-Nové Guiney (Port Moresby)', - 'Pacific/Rarotonga' => 'Čas Cookových ostrovů (Rarotonga)', - 'Pacific/Saipan' => 'Chamorrský čas (Saipan)', - 'Pacific/Tahiti' => 'Tahitský čas (Tahiti)', - 'Pacific/Tarawa' => 'Čas Gilbertových ostrovů (Tarawa)', - 'Pacific/Tongatapu' => 'Tonžský čas (Tongatapu)', - 'Pacific/Truk' => 'Chuukský čas (Chuukské ostrovy)', - 'Pacific/Wake' => 'Čas ostrova Wake', - 'Pacific/Wallis' => 'Čas ostrovů Wallis a Futuna', + 'Europe/San_Marino' => 'středoevropský čas (San Marino)', + 'Europe/Sarajevo' => 'středoevropský čas (Sarajevo)', + 'Europe/Saratov' => 'moskevský čas (Saratov)', + 'Europe/Simferopol' => 'moskevský čas (Simferopol)', + 'Europe/Skopje' => 'středoevropský čas (Skopje)', + 'Europe/Sofia' => 'východoevropský čas (Sofie)', + 'Europe/Stockholm' => 'středoevropský čas (Stockholm)', + 'Europe/Tallinn' => 'východoevropský čas (Tallinn)', + 'Europe/Tirane' => 'středoevropský čas (Tirana)', + 'Europe/Ulyanovsk' => 'moskevský čas (Uljanovsk)', + 'Europe/Uzhgorod' => 'východoevropský čas (Užhorod)', + 'Europe/Vaduz' => 'středoevropský čas (Vaduz)', + 'Europe/Vatican' => 'středoevropský čas (Vatikán)', + 'Europe/Vienna' => 'středoevropský čas (Vídeň)', + 'Europe/Vilnius' => 'východoevropský čas (Vilnius)', + 'Europe/Volgograd' => 'volgogradský čas', + 'Europe/Warsaw' => 'středoevropský čas (Varšava)', + 'Europe/Zagreb' => 'středoevropský čas (Záhřeb)', + 'Europe/Zaporozhye' => 'východoevropský čas (Záporoží)', + 'Europe/Zurich' => 'středoevropský čas (Curych)', + 'Indian/Antananarivo' => 'východoafrický čas (Antananarivo)', + 'Indian/Chagos' => 'indickooceánský čas (Chagos)', + 'Indian/Christmas' => 'čas Vánočního ostrova (Vánoční ostrov)', + 'Indian/Cocos' => 'čas Kokosových ostrovů (Kokosové ostrovy)', + 'Indian/Comoro' => 'východoafrický čas (Komory)', + 'Indian/Kerguelen' => 'čas Francouzských jižních a antarktických území (Kerguelenovy ostrovy)', + 'Indian/Mahe' => 'seychelský čas (Mahé)', + 'Indian/Maldives' => 'maledivský čas (Maledivy)', + 'Indian/Mauritius' => 'mauricijský čas (Mauricius)', + 'Indian/Mayotte' => 'východoafrický čas (Mayotte)', + 'Indian/Reunion' => 'réunionský čas', + 'MST7MDT' => 'severoamerický horský čas', + 'PST8PDT' => 'severoamerický pacifický čas', + 'Pacific/Apia' => 'apijský čas (Apia)', + 'Pacific/Auckland' => 'novozélandský čas (Auckland)', + 'Pacific/Bougainville' => 'čas Papuy-Nové Guiney (Bougainville)', + 'Pacific/Chatham' => 'chathamský čas (Chathamské ostrovy)', + 'Pacific/Easter' => 'čas Velikonočního ostrova (Velikonoční ostrov)', + 'Pacific/Efate' => 'vanuatský čas (Éfaté)', + 'Pacific/Enderbury' => 'čas Fénixových ostrovů (Enderbury)', + 'Pacific/Fakaofo' => 'tokelauský čas (Fakaofo)', + 'Pacific/Fiji' => 'fidžijský čas', + 'Pacific/Funafuti' => 'tuvalský čas (Funafuti)', + 'Pacific/Galapagos' => 'galapážský čas (Galapágy)', + 'Pacific/Gambier' => 'gambierský čas (Gambierovy ostrovy)', + 'Pacific/Guadalcanal' => 'čas Šalamounových ostrovů (Guadalcanal)', + 'Pacific/Guam' => 'chamorrský čas (Guam)', + 'Pacific/Honolulu' => 'havajsko-aleutský čas (Honolulu)', + 'Pacific/Johnston' => 'havajsko-aleutský čas (Johnston)', + 'Pacific/Kiritimati' => 'čas Rovníkových ostrovů (Kiritimati)', + 'Pacific/Kosrae' => 'kosrajský čas (Kosrae)', + 'Pacific/Kwajalein' => 'čas Marshallových ostrovů (Kwajalein)', + 'Pacific/Majuro' => 'čas Marshallových ostrovů (Majuro)', + 'Pacific/Marquesas' => 'markézský čas (Markézy)', + 'Pacific/Midway' => 'samojský čas (Midway)', + 'Pacific/Nauru' => 'naurský čas (Nauru)', + 'Pacific/Niue' => 'niuejský čas', + 'Pacific/Norfolk' => 'norfolkský čas', + 'Pacific/Noumea' => 'novokaledonský čas (Nouméa)', + 'Pacific/Pago_Pago' => 'samojský čas (Pago Pago)', + 'Pacific/Palau' => 'palauský čas', + 'Pacific/Pitcairn' => 'čas Pitcairnových ostrovů (Pitcairnovy ostrovy)', + 'Pacific/Ponape' => 'ponapský čas (Pohnpei)', + 'Pacific/Port_Moresby' => 'čas Papuy-Nové Guiney (Port Moresby)', + 'Pacific/Rarotonga' => 'čas Cookových ostrovů (Rarotonga)', + 'Pacific/Saipan' => 'chamorrský čas (Saipan)', + 'Pacific/Tahiti' => 'tahitský čas (Tahiti)', + 'Pacific/Tarawa' => 'čas Gilbertových ostrovů (Tarawa)', + 'Pacific/Tongatapu' => 'tonžský čas (Tongatapu)', + 'Pacific/Truk' => 'chuukský čas (Chuukské ostrovy)', + 'Pacific/Wake' => 'čas ostrova Wake', + 'Pacific/Wallis' => 'čas ostrovů Wallis a Futuna', ], 'Meta' => [ 'HourFormatPos' => '+%d:%02d', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/cv.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/cv.php new file mode 100644 index 0000000..0c26643 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/cv.php @@ -0,0 +1,442 @@ + [ + 'Africa/Abidjan' => 'Гринвичпа вӑтам вӑхӑчӗ (Абиджан)', + 'Africa/Accra' => 'Гринвичпа вӑтам вӑхӑчӗ (Аккра)', + 'Africa/Addis_Ababa' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Аддис-Абеба)', + 'Africa/Algiers' => 'Тӗп Европа вӑхӑчӗ (Алжир)', + 'Africa/Asmera' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Асмэра)', + 'Africa/Bamako' => 'Гринвичпа вӑтам вӑхӑчӗ (Бамако)', + 'Africa/Bangui' => 'Анӑҫ Африка вӑхӑчӗ (Банги)', + 'Africa/Banjul' => 'Гринвичпа вӑтам вӑхӑчӗ (Банжул)', + 'Africa/Bissau' => 'Гринвичпа вӑтам вӑхӑчӗ (Бисау)', + 'Africa/Blantyre' => 'Тӗп Африка вӑхӑчӗ (Блантайр)', + 'Africa/Brazzaville' => 'Анӑҫ Африка вӑхӑчӗ (Браззавиль)', + 'Africa/Bujumbura' => 'Тӗп Африка вӑхӑчӗ (Бужумбура)', + 'Africa/Cairo' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Каир)', + 'Africa/Casablanca' => 'Анӑҫ Европа вӑхӑчӗ (Касабланка)', + 'Africa/Ceuta' => 'Тӗп Европа вӑхӑчӗ (Сеута)', + 'Africa/Conakry' => 'Гринвичпа вӑтам вӑхӑчӗ (Конакри)', + 'Africa/Dakar' => 'Гринвичпа вӑтам вӑхӑчӗ (Дакар)', + 'Africa/Dar_es_Salaam' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Дар-эс-Салам)', + 'Africa/Djibouti' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Джибути)', + 'Africa/Douala' => 'Анӑҫ Африка вӑхӑчӗ (Дуала)', + 'Africa/El_Aaiun' => 'Анӑҫ Европа вӑхӑчӗ (Эль-Аюн)', + 'Africa/Freetown' => 'Гринвичпа вӑтам вӑхӑчӗ (Фритаун)', + 'Africa/Gaborone' => 'Тӗп Африка вӑхӑчӗ (Габороне)', + 'Africa/Harare' => 'Тӗп Африка вӑхӑчӗ (Хараре)', + 'Africa/Johannesburg' => 'Кӑнтӑр Африка вӑхӑчӗ (Йоханнесбург)', + 'Africa/Juba' => 'Тӗп Африка вӑхӑчӗ (Джуба)', + 'Africa/Kampala' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Кампала)', + 'Africa/Khartoum' => 'Тӗп Африка вӑхӑчӗ (Хартум)', + 'Africa/Kigali' => 'Тӗп Африка вӑхӑчӗ (Кигали)', + 'Africa/Kinshasa' => 'Анӑҫ Африка вӑхӑчӗ (Киншаса)', + 'Africa/Lagos' => 'Анӑҫ Африка вӑхӑчӗ (Лагос)', + 'Africa/Libreville' => 'Анӑҫ Африка вӑхӑчӗ (Либревиль)', + 'Africa/Lome' => 'Гринвичпа вӑтам вӑхӑчӗ (Ломе)', + 'Africa/Luanda' => 'Анӑҫ Африка вӑхӑчӗ (Луанда)', + 'Africa/Lubumbashi' => 'Тӗп Африка вӑхӑчӗ (Лубумбаши)', + 'Africa/Lusaka' => 'Тӗп Африка вӑхӑчӗ (Лусака)', + 'Africa/Malabo' => 'Анӑҫ Африка вӑхӑчӗ (Малабо)', + 'Africa/Maputo' => 'Тӗп Африка вӑхӑчӗ (Мапуту)', + 'Africa/Maseru' => 'Кӑнтӑр Африка вӑхӑчӗ (Масеру)', + 'Africa/Mbabane' => 'Кӑнтӑр Африка вӑхӑчӗ (Мбабане)', + 'Africa/Mogadishu' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Могадишо)', + 'Africa/Monrovia' => 'Гринвичпа вӑтам вӑхӑчӗ (Монрови)', + 'Africa/Nairobi' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Найроби)', + 'Africa/Ndjamena' => 'Анӑҫ Африка вӑхӑчӗ (Нджамена)', + 'Africa/Niamey' => 'Анӑҫ Африка вӑхӑчӗ (Ниамей)', + 'Africa/Nouakchott' => 'Гринвичпа вӑтам вӑхӑчӗ (Нуакшот)', + 'Africa/Ouagadougou' => 'Гринвичпа вӑтам вӑхӑчӗ (Уагадугу)', + 'Africa/Porto-Novo' => 'Анӑҫ Африка вӑхӑчӗ (Порто-Ново)', + 'Africa/Sao_Tome' => 'Гринвичпа вӑтам вӑхӑчӗ (Сан-Томе Сан-Томе)', + 'Africa/Tripoli' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Триполи)', + 'Africa/Tunis' => 'Тӗп Европа вӑхӑчӗ (Тунис)', + 'Africa/Windhoek' => 'Тӗп Африка вӑхӑчӗ (Виндхук)', + 'America/Adak' => 'Гавайи Алеут вӑхӑчӗ (Адак)', + 'America/Anchorage' => 'Аляска вӑхӑчӗ (Анкоридж)', + 'America/Anguilla' => 'Атлантика вӑхӑчӗ (Ангилья)', + 'America/Antigua' => 'Атлантика вӑхӑчӗ (Антигуа)', + 'America/Araguaina' => 'Бразили вӑхӑчӗ (Арагуаина)', + 'America/Argentina/La_Rioja' => 'Аргентина вӑхӑчӗ (Ла-Риоха)', + 'America/Argentina/Rio_Gallegos' => 'Аргентина вӑхӑчӗ (Рио-Гальегос)', + 'America/Argentina/Salta' => 'Аргентина вӑхӑчӗ (Сальта)', + 'America/Argentina/San_Juan' => 'Аргентина вӑхӑчӗ (Сан-Хуан)', + 'America/Argentina/San_Luis' => 'Аргентина вӑхӑчӗ (Сан-Луис Сан-Луис)', + 'America/Argentina/Tucuman' => 'Аргентина вӑхӑчӗ (Тукуман)', + 'America/Argentina/Ushuaia' => 'Аргентина вӑхӑчӗ (Ушуая)', + 'America/Aruba' => 'Атлантика вӑхӑчӗ (Аруба)', + 'America/Asuncion' => 'Парагвай вӑхӑчӗ (Асунсьон)', + 'America/Bahia' => 'Бразили вӑхӑчӗ (Баия)', + 'America/Bahia_Banderas' => 'Тӗп Америка вӑхӑчӗ (Баия-де-Бандерас)', + 'America/Barbados' => 'Атлантика вӑхӑчӗ (Барбадос)', + 'America/Belem' => 'Бразили вӑхӑчӗ (Белен)', + 'America/Belize' => 'Тӗп Америка вӑхӑчӗ (Белиз)', + 'America/Blanc-Sablon' => 'Атлантика вӑхӑчӗ (Бланк-Саблон)', + 'America/Boa_Vista' => 'Амазонка вӑхӑчӗ (Боа-Виста)', + 'America/Bogota' => 'Колумби вӑхӑчӗ (Богота)', + 'America/Boise' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Бойсе)', + 'America/Buenos_Aires' => 'Аргентина вӑхӑчӗ (Буэнос-Айрес)', + 'America/Cambridge_Bay' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Кеймбридж-Бей)', + 'America/Campo_Grande' => 'Амазонка вӑхӑчӗ (Кампу-Гранди)', + 'America/Cancun' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Канкун)', + 'America/Caracas' => 'Венесуэла вӑхӑчӗ (Каракас)', + 'America/Catamarca' => 'Аргентина вӑхӑчӗ (Катамарка)', + 'America/Cayenne' => 'Франци Гвиана вӑхӑчӗ (Кайенна)', + 'America/Cayman' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Кайман утравӗсем)', + 'America/Chicago' => 'Тӗп Америка вӑхӑчӗ (Чикаго)', + 'America/Chihuahua' => 'Мексика Лӑпкӑ океан вӑхӑчӗ (Чиуауа)', + 'America/Coral_Harbour' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Корал-Харбор)', + 'America/Cordoba' => 'Аргентина вӑхӑчӗ (Кордова)', + 'America/Costa_Rica' => 'Тӗп Америка вӑхӑчӗ (Коста-Рика)', + 'America/Creston' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Крестон)', + 'America/Cuiaba' => 'Амазонка вӑхӑчӗ (Куяба)', + 'America/Curacao' => 'Атлантика вӑхӑчӗ (Кюрасао)', + 'America/Danmarkshavn' => 'Гринвичпа вӑтам вӑхӑчӗ (Денмарксхавн)', + 'America/Dawson' => 'Юкон вӑхӑчӗ (Доусон)', + 'America/Dawson_Creek' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Доусон-Крик)', + 'America/Denver' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Денвер)', + 'America/Detroit' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Детройт)', + 'America/Dominica' => 'Атлантика вӑхӑчӗ (Доминика)', + 'America/Edmonton' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Эдмонтон)', + 'America/Eirunepe' => 'Бразили (Эйрунепе)', + 'America/El_Salvador' => 'Тӗп Америка вӑхӑчӗ (Сальвадор)', + 'America/Fort_Nelson' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Форт Нельсон)', + 'America/Fortaleza' => 'Бразили вӑхӑчӗ (Форталеза)', + 'America/Glace_Bay' => 'Атлантика вӑхӑчӗ (Глейс-Бей)', + 'America/Godthab' => 'Анӑҫ Гринланди вӑхӑчӗ (Нуук)', + 'America/Goose_Bay' => 'Атлантика вӑхӑчӗ (Гус-Бей)', + 'America/Grand_Turk' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Гранд-Терк)', + 'America/Grenada' => 'Атлантика вӑхӑчӗ (Гренада)', + 'America/Guadeloupe' => 'Атлантика вӑхӑчӗ (Гваделупа)', + 'America/Guatemala' => 'Тӗп Америка вӑхӑчӗ (Гватемала)', + 'America/Guayaquil' => 'Эквадор вӑхӑчӗ (Гуаякиль)', + 'America/Guyana' => 'Гайана вӑхӑчӗ', + 'America/Halifax' => 'Атлантика вӑхӑчӗ (Галифакс)', + 'America/Havana' => 'Куба вӑхӑчӗ (Гавана)', + 'America/Hermosillo' => 'Мексика Лӑпкӑ океан вӑхӑчӗ (Эрмосильо)', + 'America/Indiana/Knox' => 'Тӗп Америка вӑхӑчӗ (Нокс, Индиана)', + 'America/Indiana/Marengo' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Маренго, Индиана)', + 'America/Indiana/Petersburg' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Питерсберг, Индиана)', + 'America/Indiana/Tell_City' => 'Тӗп Америка вӑхӑчӗ (Телл-Сити, Индиана)', + 'America/Indiana/Vevay' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Вевей, Индиана)', + 'America/Indiana/Vincennes' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Винсеннес, Индиана)', + 'America/Indiana/Winamac' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Уинамак, Индиана)', + 'America/Indianapolis' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Индианаполис)', + 'America/Inuvik' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Инувик)', + 'America/Iqaluit' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Икалуит)', + 'America/Jamaica' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Ямайка)', + 'America/Jujuy' => 'Аргентина вӑхӑчӗ (Жужуй)', + 'America/Juneau' => 'Аляска вӑхӑчӗ (Джуно)', + 'America/Kentucky/Monticello' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Монтиселло, Кентукки)', + 'America/Kralendijk' => 'Атлантика вӑхӑчӗ (Кралендейк)', + 'America/La_Paz' => 'Боливи вӑхӑчӗ (Ла-Пас)', + 'America/Lima' => 'Перу вӑхӑчӗ (Лима)', + 'America/Los_Angeles' => 'Лӑпкӑ океан вӑхӑчӗ (Лос-Анджелес)', + 'America/Louisville' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Луисвилл)', + 'America/Lower_Princes' => 'Атлантика вӑхӑчӗ (Лоуэр-Принс-Куотер)', + 'America/Maceio' => 'Бразили вӑхӑчӗ (Масейо)', + 'America/Managua' => 'Тӗп Америка вӑхӑчӗ (Манагуа)', + 'America/Manaus' => 'Амазонка вӑхӑчӗ (Манаус)', + 'America/Marigot' => 'Атлантика вӑхӑчӗ (Мариго)', + 'America/Martinique' => 'Атлантика вӑхӑчӗ (Мартиника)', + 'America/Matamoros' => 'Тӗп Америка вӑхӑчӗ (Матаморос)', + 'America/Mazatlan' => 'Мексика Лӑпкӑ океан вӑхӑчӗ (Масатлан)', + 'America/Mendoza' => 'Аргентина вӑхӑчӗ (Мендоса)', + 'America/Menominee' => 'Тӗп Америка вӑхӑчӗ (Меномини)', + 'America/Merida' => 'Тӗп Америка вӑхӑчӗ (Мерида)', + 'America/Metlakatla' => 'Аляска вӑхӑчӗ (Метлакатла)', + 'America/Mexico_City' => 'Тӗп Америка вӑхӑчӗ (Мехико)', + 'America/Miquelon' => 'Сен-Пьер тата Микелон вӑхӑчӗ', + 'America/Moncton' => 'Атлантика вӑхӑчӗ (Монктон)', + 'America/Monterrey' => 'Тӗп Америка вӑхӑчӗ (Монтеррей)', + 'America/Montevideo' => 'Уругвай вӑхӑчӗ (Монтевидео)', + 'America/Montreal' => 'Канада (Montreal)', + 'America/Montserrat' => 'Атлантика вӑхӑчӗ (Монтсеррат)', + 'America/Nassau' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Нассау)', + 'America/New_York' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Нью-Йорк)', + 'America/Nipigon' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Нипигон)', + 'America/Nome' => 'Аляска вӑхӑчӗ (Ном)', + 'America/Noronha' => 'Фернанду-ди-Норонья вӑхӑчӗ', + 'America/North_Dakota/Beulah' => 'Тӗп Америка вӑхӑчӗ (Бойла, Ҫурҫӗр Дакота)', + 'America/North_Dakota/Center' => 'Тӗп Америка вӑхӑчӗ (Центр, Ҫурҫӗр Дакота)', + 'America/North_Dakota/New_Salem' => 'Тӗп Америка вӑхӑчӗ (Нью-Сейлем, Ҫурҫӗр Дакота)', + 'America/Ojinaga' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Охинага)', + 'America/Panama' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Панама)', + 'America/Pangnirtung' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Пангниртанг)', + 'America/Paramaribo' => 'Суринам вӑхӑчӗ (Парамарибо)', + 'America/Phoenix' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Финикс)', + 'America/Port-au-Prince' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Порт-о-Пренс)', + 'America/Port_of_Spain' => 'Атлантика вӑхӑчӗ (Порт-оф-Спейн)', + 'America/Porto_Velho' => 'Амазонка вӑхӑчӗ (Порту-Велью)', + 'America/Puerto_Rico' => 'Атлантика вӑхӑчӗ (Пуэрто-Рико)', + 'America/Punta_Arenas' => 'Чили вӑхӑчӗ (Пунта-Аренас)', + 'America/Rainy_River' => 'Тӗп Америка вӑхӑчӗ (Рейни-Ривер)', + 'America/Rankin_Inlet' => 'Тӗп Америка вӑхӑчӗ (Ранкин-Инлет)', + 'America/Recife' => 'Бразили вӑхӑчӗ (Ресифи)', + 'America/Regina' => 'Тӗп Америка вӑхӑчӗ (Реджайна)', + 'America/Resolute' => 'Тӗп Америка вӑхӑчӗ (Резольют)', + 'America/Rio_Branco' => 'Бразили (Риу-Бранку)', + 'America/Santa_Isabel' => 'Ҫурҫӗр-анӑҫ Мексика вӑхӑчӗ (Santa Isabel)', + 'America/Santarem' => 'Бразили вӑхӑчӗ (Сантарен)', + 'America/Santiago' => 'Чили вӑхӑчӗ (Сантьяго)', + 'America/Santo_Domingo' => 'Атлантика вӑхӑчӗ (Санто-Доминго)', + 'America/Sao_Paulo' => 'Бразили вӑхӑчӗ (Сан-Паулу Сан-Паулу)', + 'America/Scoresbysund' => 'Хӗвелтухӑҫ Гринланди вӑхӑчӗ (Скорсбисунн)', + 'America/Sitka' => 'Аляска вӑхӑчӗ (Ситка)', + 'America/St_Barthelemy' => 'Атлантика вӑхӑчӗ (Сен-Бартелеми)', + 'America/St_Johns' => 'Ньюфаундленд вӑхӑчӗ (Сент-Джонс)', + 'America/St_Kitts' => 'Атлантика вӑхӑчӗ (Сент-Китс)', + 'America/St_Lucia' => 'Атлантика вӑхӑчӗ (Сент-Люсия)', + 'America/St_Thomas' => 'Атлантика вӑхӑчӗ (Сент-Томас)', + 'America/St_Vincent' => 'Атлантика вӑхӑчӗ (Сент-Винсент)', + 'America/Swift_Current' => 'Тӗп Америка вӑхӑчӗ (Свифт-Керрент)', + 'America/Tegucigalpa' => 'Тӗп Америка вӑхӑчӗ (Тегусигальпа)', + 'America/Thule' => 'Атлантика вӑхӑчӗ (Туле)', + 'America/Thunder_Bay' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Тандер-Бей)', + 'America/Tijuana' => 'Лӑпкӑ океан вӑхӑчӗ (Тихуана)', + 'America/Toronto' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ (Торонто)', + 'America/Tortola' => 'Атлантика вӑхӑчӗ (Тортола)', + 'America/Vancouver' => 'Лӑпкӑ океан вӑхӑчӗ (Ванкувер)', + 'America/Whitehorse' => 'Юкон вӑхӑчӗ (Уайтхорс)', + 'America/Winnipeg' => 'Тӗп Америка вӑхӑчӗ (Виннипег)', + 'America/Yakutat' => 'Аляска вӑхӑчӗ (Якутат)', + 'America/Yellowknife' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка) (Йеллоунайф)', + 'Antarctica/Casey' => 'Антарктида (Кейси)', + 'Antarctica/Davis' => 'Дейвис вӑхӑчӗ', + 'Antarctica/DumontDUrville' => 'Дюмон-д’Юрвиль вӑхӑчӗ (Дюмон-д’Юрвиль Дюмон-д’Юрвиль)', + 'Antarctica/Macquarie' => 'Хӗвелтухӑҫ Австрали вӑхӑчӗ (Маккуори)', + 'Antarctica/Mawson' => 'Моусон вӑхӑчӗ', + 'Antarctica/McMurdo' => 'Ҫӗнӗ Зеланди вӑхӑчӗ (Мак-Мердо)', + 'Antarctica/Palmer' => 'Чили вӑхӑчӗ (Палмер)', + 'Antarctica/Rothera' => 'Ротера вӑхӑчӗ', + 'Antarctica/Syowa' => 'Сёва вӑхӑчӗ', + 'Antarctica/Troll' => 'Гринвичпа вӑтам вӑхӑчӗ (Тролль)', + 'Antarctica/Vostok' => 'Восток вӑхӑчӗ', + 'Arctic/Longyearbyen' => 'Тӗп Европа вӑхӑчӗ (Лонгйир)', + 'Asia/Aden' => 'Арап вӑхӑчӗ (Аден)', + 'Asia/Almaty' => 'Хӗвелтухӑҫ Казахстан вӑхӑчӗ (Алматы)', + 'Asia/Amman' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Амман)', + 'Asia/Anadyr' => 'Раҫҫей (Анадырь)', + 'Asia/Aqtau' => 'Анӑҫ Казахстан вӑхӑчӗ (Актау)', + 'Asia/Aqtobe' => 'Анӑҫ Казахстан вӑхӑчӗ (Актобе)', + 'Asia/Ashgabat' => 'Туркменистан вӑхӑчӗ (Ашхабад)', + 'Asia/Atyrau' => 'Анӑҫ Казахстан вӑхӑчӗ (Атырау)', + 'Asia/Baghdad' => 'Арап вӑхӑчӗ (Багдад)', + 'Asia/Bahrain' => 'Арап вӑхӑчӗ (Бахрейн)', + 'Asia/Baku' => 'Азербайджан вӑхӑчӗ (Баку)', + 'Asia/Bangkok' => 'Индокитай вӑхӑчӗ (Бангкок)', + 'Asia/Barnaul' => 'Раҫҫей (Барнаул)', + 'Asia/Beirut' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Бейрут)', + 'Asia/Bishkek' => 'Киргизи вӑхӑчӗ (Бишкек)', + 'Asia/Brunei' => 'Бруней-Даруссалам вӑхӑчӗ', + 'Asia/Calcutta' => 'Инди вӑхӑчӗ (Калькутта)', + 'Asia/Chita' => 'Якутск вӑхӑчӗ (Чита)', + 'Asia/Choibalsan' => 'Улан-Батор вӑхӑчӗ (Чойбалсан)', + 'Asia/Colombo' => 'Инди вӑхӑчӗ (Коломбо)', + 'Asia/Damascus' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Дамаск)', + 'Asia/Dhaka' => 'Бангладеш вӑхӑчӗ (Дакка)', + 'Asia/Dili' => 'Хӗвелтухӑҫ Тимор вӑхӑчӗ (Дили)', + 'Asia/Dubai' => 'Перси залив вӑхӑчӗ (Дубай)', + 'Asia/Dushanbe' => 'Таджикистан вӑхӑчӗ (Душанбе)', + 'Asia/Famagusta' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Фамагуста)', + 'Asia/Gaza' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Газа)', + 'Asia/Hebron' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Хеврон)', + 'Asia/Hong_Kong' => 'Гонконг вӑхӑчӗ', + 'Asia/Hovd' => 'Ховд вӑхӑчӗ', + 'Asia/Irkutsk' => 'Иркутск вӑхӑчӗ', + 'Asia/Jakarta' => 'Анӑҫ Индонези вӑхӑчӗ (Джакарта)', + 'Asia/Jayapura' => 'Хӗвелтухӑҫ Индонези вӑхӑчӗ (Джаяпура)', + 'Asia/Jerusalem' => 'Израиль вӑхӑчӗ (Иерусалим)', + 'Asia/Kabul' => 'Афганистан вӑхӑчӗ (Кабул)', + 'Asia/Kamchatka' => 'Раҫҫей (Петропавловск-Камчатски)', + 'Asia/Karachi' => 'Пакистан вӑхӑчӗ (Карачи)', + 'Asia/Katmandu' => 'Непал вӑхӑчӗ (Катманду)', + 'Asia/Khandyga' => 'Якутск вӑхӑчӗ (Хандыга)', + 'Asia/Krasnoyarsk' => 'Красноярск вӑхӑчӗ', + 'Asia/Kuala_Lumpur' => 'Малайзи вӑхӑчӗ (Куала-Лумпур)', + 'Asia/Kuching' => 'Малайзи вӑхӑчӗ (Кучинг)', + 'Asia/Kuwait' => 'Арап вӑхӑчӗ (Кувейт)', + 'Asia/Macau' => 'Китай вӑхӑчӗ (Макао)', + 'Asia/Magadan' => 'Магадан вӑхӑчӗ', + 'Asia/Makassar' => 'Тӗп Индонези вӑхӑчӗ (Макасар)', + 'Asia/Manila' => 'Филиппинсем вӑхӑчӗ (Манила)', + 'Asia/Muscat' => 'Перси залив вӑхӑчӗ (Маскат)', + 'Asia/Nicosia' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Никоси)', + 'Asia/Novokuznetsk' => 'Красноярск вӑхӑчӗ (Новокузнецк)', + 'Asia/Novosibirsk' => 'Новосибирск вӑхӑчӗ', + 'Asia/Omsk' => 'Омск вӑхӑчӗ', + 'Asia/Oral' => 'Анӑҫ Казахстан вӑхӑчӗ (Уральск)', + 'Asia/Phnom_Penh' => 'Индокитай вӑхӑчӗ (Пномпень)', + 'Asia/Pontianak' => 'Анӑҫ Индонези вӑхӑчӗ (Понтианак)', + 'Asia/Pyongyang' => 'Корей вӑхӑчӗ (Пхеньян)', + 'Asia/Qatar' => 'Арап вӑхӑчӗ (Катар)', + 'Asia/Qostanay' => 'Хӗвелтухӑҫ Казахстан вӑхӑчӗ (Костанай)', + 'Asia/Qyzylorda' => 'Анӑҫ Казахстан вӑхӑчӗ (Кызылорда)', + 'Asia/Rangoon' => 'Мьянма вӑхӑчӗ (Янгон)', + 'Asia/Riyadh' => 'Арап вӑхӑчӗ (Эр-Рияд)', + 'Asia/Saigon' => 'Индокитай вӑхӑчӗ (Хошимин)', + 'Asia/Sakhalin' => 'Сахалин вӑхӑчӗ (Сахалин утравӗ)', + 'Asia/Samarkand' => 'Узбекистан вӑхӑчӗ (Самарканд)', + 'Asia/Seoul' => 'Корей вӑхӑчӗ (Сеул)', + 'Asia/Shanghai' => 'Китай вӑхӑчӗ (Шанхай)', + 'Asia/Singapore' => 'Сингапур вӑхӑчӗ', + 'Asia/Srednekolymsk' => 'Магадан вӑхӑчӗ (Среднеколымск)', + 'Asia/Taipei' => 'Тайпей вӑхӑчӗ (Тайбэй)', + 'Asia/Tashkent' => 'Узбекистан вӑхӑчӗ (Ташкент)', + 'Asia/Tbilisi' => 'Грузи вӑхӑчӗ (Тбилиси)', + 'Asia/Tehran' => 'Иран вӑхӑчӗ (Тегеран)', + 'Asia/Thimphu' => 'Бутан вӑхӑчӗ (Тхимпху)', + 'Asia/Tokyo' => 'Япони вӑхӑчӗ (Токио)', + 'Asia/Tomsk' => 'Раҫҫей (Томск)', + 'Asia/Ulaanbaatar' => 'Улан-Батор вӑхӑчӗ', + 'Asia/Urumqi' => 'Китай (Урумчи)', + 'Asia/Ust-Nera' => 'Владивосток вӑхӑчӗ (Усть-Нера)', + 'Asia/Vientiane' => 'Индокитай вӑхӑчӗ (Вьентьян)', + 'Asia/Vladivostok' => 'Владивосток вӑхӑчӗ', + 'Asia/Yakutsk' => 'Якутск вӑхӑчӗ', + 'Asia/Yekaterinburg' => 'Екатеринбург вӑхӑчӗ', + 'Asia/Yerevan' => 'Армени вӑхӑчӗ (Ереван)', + 'Atlantic/Azores' => 'Азор утравӗсен вӑхӑчӗ (Азор утравӗсем)', + 'Atlantic/Bermuda' => 'Атлантика вӑхӑчӗ (Бермуд утравӗсем)', + 'Atlantic/Canary' => 'Анӑҫ Европа вӑхӑчӗ (Канар утравӗсем)', + 'Atlantic/Cape_Verde' => 'Кабо-Верде вӑхӑчӗ', + 'Atlantic/Faeroe' => 'Анӑҫ Европа вӑхӑчӗ (Фарер утравӗсем)', + 'Atlantic/Madeira' => 'Анӑҫ Европа вӑхӑчӗ (Мадейра)', + 'Atlantic/Reykjavik' => 'Гринвичпа вӑтам вӑхӑчӗ (Рейкьявик)', + 'Atlantic/South_Georgia' => 'Кӑнтӑр Георги вӑхӑчӗ', + 'Atlantic/St_Helena' => 'Гринвичпа вӑтам вӑхӑчӗ (Сӑваплӑ Елена утравӗ)', + 'Atlantic/Stanley' => 'Фолкленд утравӗсен вӑхӑчӗ (Стэнли)', + 'Australia/Adelaide' => 'Тӗп Австрали вӑхӑчӗ (Аделаида)', + 'Australia/Brisbane' => 'Хӗвелтухӑҫ Австрали вӑхӑчӗ (Брисбен)', + 'Australia/Broken_Hill' => 'Тӗп Австрали вӑхӑчӗ (Брокен-Хилл)', + 'Australia/Currie' => 'Хӗвелтухӑҫ Австрали вӑхӑчӗ (Currie)', + 'Australia/Darwin' => 'Тӗп Австрали вӑхӑчӗ (Дарвин)', + 'Australia/Eucla' => 'Тӗп Австрали анӑҫ вӑхӑчӗ (Юкла)', + 'Australia/Hobart' => 'Хӗвелтухӑҫ Австрали вӑхӑчӗ (Хобарт)', + 'Australia/Lindeman' => 'Хӗвелтухӑҫ Австрали вӑхӑчӗ (Линдеман)', + 'Australia/Lord_Howe' => 'Лорд-Хау вӑхӑчӗ', + 'Australia/Melbourne' => 'Хӗвелтухӑҫ Австрали вӑхӑчӗ (Мельбурн)', + 'Australia/Perth' => 'Анӑҫ Австрали вӑхӑчӗ (Перт)', + 'Australia/Sydney' => 'Хӗвелтухӑҫ Австрали вӑхӑчӗ (Сидней)', + 'CST6CDT' => 'Тӗп Америка вӑхӑчӗ', + 'EST5EDT' => 'Хӗвелтухӑҫ Америка вӑхӑчӗ', + 'Etc/GMT' => 'Гринвичпа вӑтам вӑхӑчӗ', + 'Etc/UTC' => 'Пӗтӗм тӗнчери координацилене вӑхӑчӗ', + 'Europe/Amsterdam' => 'Тӗп Европа вӑхӑчӗ (Амстердам)', + 'Europe/Andorra' => 'Тӗп Европа вӑхӑчӗ (Андорра)', + 'Europe/Astrakhan' => 'Мускав вӑхӑчӗ (Астрахань)', + 'Europe/Athens' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Афинсем)', + 'Europe/Belgrade' => 'Тӗп Европа вӑхӑчӗ (Белград)', + 'Europe/Berlin' => 'Тӗп Европа вӑхӑчӗ (Берлин)', + 'Europe/Bratislava' => 'Тӗп Европа вӑхӑчӗ (Братислава)', + 'Europe/Brussels' => 'Тӗп Европа вӑхӑчӗ (Брюссель)', + 'Europe/Bucharest' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Бухарест)', + 'Europe/Budapest' => 'Тӗп Европа вӑхӑчӗ (Будапешт)', + 'Europe/Busingen' => 'Тӗп Европа вӑхӑчӗ (Бюзинген)', + 'Europe/Chisinau' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Кишинев)', + 'Europe/Copenhagen' => 'Тӗп Европа вӑхӑчӗ (Копенгаген)', + 'Europe/Dublin' => 'Гринвичпа вӑтам вӑхӑчӗ (Дублин)', + 'Europe/Gibraltar' => 'Тӗп Европа вӑхӑчӗ (Гибралтар)', + 'Europe/Guernsey' => 'Гринвичпа вӑтам вӑхӑчӗ (Гернси)', + 'Europe/Helsinki' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Хельсинки)', + 'Europe/Isle_of_Man' => 'Гринвичпа вӑтам вӑхӑчӗ (Мэн утравӗ)', + 'Europe/Istanbul' => 'Турци (Стамбул)', + 'Europe/Jersey' => 'Гринвичпа вӑтам вӑхӑчӗ (Джерси)', + 'Europe/Kaliningrad' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Калининград)', + 'Europe/Kiev' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Киев)', + 'Europe/Kirov' => 'Раҫҫей (Киров)', + 'Europe/Lisbon' => 'Анӑҫ Европа вӑхӑчӗ (Лиссабон)', + 'Europe/Ljubljana' => 'Тӗп Европа вӑхӑчӗ (Любляна)', + 'Europe/London' => 'Гринвичпа вӑтам вӑхӑчӗ (Лондон)', + 'Europe/Luxembourg' => 'Тӗп Европа вӑхӑчӗ (Люксембург)', + 'Europe/Madrid' => 'Тӗп Европа вӑхӑчӗ (Мадрид)', + 'Europe/Malta' => 'Тӗп Европа вӑхӑчӗ (Мальта)', + 'Europe/Mariehamn' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Мариехамн)', + 'Europe/Minsk' => 'Мускав вӑхӑчӗ (Минск)', + 'Europe/Monaco' => 'Тӗп Европа вӑхӑчӗ (Монако)', + 'Europe/Moscow' => 'Мускав вӑхӑчӗ', + 'Europe/Oslo' => 'Тӗп Европа вӑхӑчӗ (Осло)', + 'Europe/Paris' => 'Тӗп Европа вӑхӑчӗ (Париж)', + 'Europe/Podgorica' => 'Тӗп Европа вӑхӑчӗ (Подгорица)', + 'Europe/Prague' => 'Тӗп Европа вӑхӑчӗ (Прага)', + 'Europe/Riga' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Рига)', + 'Europe/Rome' => 'Тӗп Европа вӑхӑчӗ (Рим)', + 'Europe/Samara' => 'Раҫҫей (Самара)', + 'Europe/San_Marino' => 'Тӗп Европа вӑхӑчӗ (Сан-Марино)', + 'Europe/Sarajevo' => 'Тӗп Европа вӑхӑчӗ (Сараево)', + 'Europe/Saratov' => 'Мускав вӑхӑчӗ (Саратов)', + 'Europe/Simferopol' => 'Мускав вӑхӑчӗ (Симферополь)', + 'Europe/Skopje' => 'Тӗп Европа вӑхӑчӗ (Скопье)', + 'Europe/Sofia' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Софи)', + 'Europe/Stockholm' => 'Тӗп Европа вӑхӑчӗ (Стокгольм)', + 'Europe/Tallinn' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Таллин)', + 'Europe/Tirane' => 'Тӗп Европа вӑхӑчӗ (Тирана)', + 'Europe/Ulyanovsk' => 'Мускав вӑхӑчӗ (Ульяновск)', + 'Europe/Uzhgorod' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Ужгород)', + 'Europe/Vaduz' => 'Тӗп Европа вӑхӑчӗ (Вадуц)', + 'Europe/Vatican' => 'Тӗп Европа вӑхӑчӗ (Ватикан)', + 'Europe/Vienna' => 'Тӗп Европа вӑхӑчӗ (Вена)', + 'Europe/Vilnius' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Вильнюс)', + 'Europe/Volgograd' => 'Волгоград вӑхӑчӗ', + 'Europe/Warsaw' => 'Тӗп Европа вӑхӑчӗ (Варшава)', + 'Europe/Zagreb' => 'Тӗп Европа вӑхӑчӗ (Загреб)', + 'Europe/Zaporozhye' => 'Хӗвелтухӑҫ Европа вӑхӑчӗ (Запорожье)', + 'Europe/Zurich' => 'Тӗп Европа вӑхӑчӗ (Цюрих)', + 'Indian/Antananarivo' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Антананариву)', + 'Indian/Chagos' => 'Инди океанӗ вӑхӑчӗ (Чагос)', + 'Indian/Christmas' => 'Раштав утравӗн вӑхӑчӗ', + 'Indian/Cocos' => 'Кокос утравӗсен вӑхӑчӗ (Кокос утравӗсем)', + 'Indian/Comoro' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Коморсем)', + 'Indian/Kerguelen' => 'Франци Кӑнтӑрпа Антарктика территорийӗсен вӑхӑчӗ (Кергелен)', + 'Indian/Mahe' => 'Сейшел утравӗсен вӑхӑчӗ (Маэ)', + 'Indian/Maldives' => 'Мальдивсем вӑхӑчӗ', + 'Indian/Mauritius' => 'Маврикий вӑхӑчӗ', + 'Indian/Mayotte' => 'Хӗвелтухӑҫ Африка вӑхӑчӗ (Майотта)', + 'Indian/Reunion' => 'Реюньон вӑхӑчӗ', + 'MST7MDT' => 'Ту вӑхӑчӗ (Ҫурҫӗр Америка)', + 'PST8PDT' => 'Лӑпкӑ океан вӑхӑчӗ', + 'Pacific/Apia' => 'Апиа вӑхӑчӗ', + 'Pacific/Auckland' => 'Ҫӗнӗ Зеланди вӑхӑчӗ (Окленд)', + 'Pacific/Bougainville' => 'Папуа — Ҫӗнӗ Гвиней вӑхӑчӗ (Бугенвиль)', + 'Pacific/Chatham' => 'Чатем вӑхӑчӗ', + 'Pacific/Easter' => 'Мӑнкун утравӗн вӑхӑчӗ', + 'Pacific/Efate' => 'Вануату вӑхӑчӗ (Эфате)', + 'Pacific/Enderbury' => 'Феникс вӑхӑчӗ (Enderbury)', + 'Pacific/Fakaofo' => 'Токелау вӑхӑчӗ (Факаофо)', + 'Pacific/Fiji' => 'Фиджи вӑхӑчӗ', + 'Pacific/Funafuti' => 'Тувалу вӑхӑчӗ (Фунафути)', + 'Pacific/Galapagos' => 'Галапагос утравӗсен вӑхӑчӗ (Галапагос утравӗсем)', + 'Pacific/Gambier' => 'Гамбье вӑхӑчӗ (Гамбье утравӗсем)', + 'Pacific/Guadalcanal' => 'Соломон вӑхӑчӗ (Гуадалканал)', + 'Pacific/Guam' => 'Чаморро вӑхӑчӗ (Гуам)', + 'Pacific/Honolulu' => 'Гавайи Алеут вӑхӑчӗ (Honolulu)', + 'Pacific/Johnston' => 'Гавайи Алеут вӑхӑчӗ (Джонстон)', + 'Pacific/Kiritimati' => 'Лайн утравӗсен вӑхӑчӗ (Киритимати)', + 'Pacific/Kosrae' => 'Косрае вӑхӑчӗ', + 'Pacific/Kwajalein' => 'Маршалл утравӗсен вӑхӑчӗ (Кваджалейн)', + 'Pacific/Majuro' => 'Маршалл утравӗсен вӑхӑчӗ (Маджуро)', + 'Pacific/Marquesas' => 'Маркизас утравӗсен вӑхӑчӗ (Маркизас утравӗсем)', + 'Pacific/Midway' => 'Самоа вӑхӑчӗ (Мидуэй)', + 'Pacific/Nauru' => 'Науру вӑхӑчӗ', + 'Pacific/Niue' => 'Ниуэ вӑхӑчӗ', + 'Pacific/Norfolk' => 'Норфолк вӑхӑчӗ', + 'Pacific/Noumea' => 'Ҫӗнӗ Каледони вӑхӑчӗ (Нумеа)', + 'Pacific/Pago_Pago' => 'Самоа вӑхӑчӗ (Паго-Паго)', + 'Pacific/Palau' => 'Палау вӑхӑчӗ', + 'Pacific/Pitcairn' => 'Питкэрн вӑхӑчӗ', + 'Pacific/Ponape' => 'Понпеи вӑхӑчӗ', + 'Pacific/Port_Moresby' => 'Папуа — Ҫӗнӗ Гвиней вӑхӑчӗ (Порт-Морсби)', + 'Pacific/Rarotonga' => 'Кукӑн утравӗсен вӑхӑчӗ (Раротонга)', + 'Pacific/Saipan' => 'Чаморро вӑхӑчӗ (Сайпан)', + 'Pacific/Tahiti' => 'Таити вӑхӑчӗ', + 'Pacific/Tarawa' => 'Гилбертӑн утравӗсен вӑхӑчӗ (Тарава)', + 'Pacific/Tongatapu' => 'Тонга вӑхӑчӗ (Тонгатапу)', + 'Pacific/Truk' => 'Трук вӑхӑчӗ', + 'Pacific/Wake' => 'Уэйк вӑхӑчӗ', + 'Pacific/Wallis' => 'Уоллис тата Футуна вӑхӑчӗ', + ], + 'Meta' => [ + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/de.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/de.php index 7ac19f7..c40b23a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/de.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/de.php @@ -67,12 +67,12 @@ return [ 'America/Argentina/Tucuman' => 'Argentinische Zeit (Tucuman)', 'America/Argentina/Ushuaia' => 'Argentinische Zeit (Ushuaia)', 'America/Aruba' => 'Atlantik-Zeit (Aruba)', - 'America/Asuncion' => 'Paraguayanische Zeit (Asunción)', + 'America/Asuncion' => 'Paraguayische Zeit (Asunción)', 'America/Bahia' => 'Brasília-Zeit (Bahia)', - 'America/Bahia_Banderas' => 'Nordamerikanische Inlandzeit (Bahia Banderas)', + 'America/Bahia_Banderas' => 'Nordamerikanische Zentralzeit (Bahia Banderas)', 'America/Barbados' => 'Atlantik-Zeit (Barbados)', 'America/Belem' => 'Brasília-Zeit (Belem)', - 'America/Belize' => 'Nordamerikanische Inlandzeit (Belize)', + 'America/Belize' => 'Nordamerikanische Zentralzeit (Belize)', 'America/Blanc-Sablon' => 'Atlantik-Zeit (Blanc-Sablon)', 'America/Boa_Vista' => 'Amazonas-Zeit (Boa Vista)', 'America/Bogota' => 'Kolumbianische Zeit (Bogotá)', @@ -85,11 +85,11 @@ return [ 'America/Catamarca' => 'Argentinische Zeit (Catamarca)', 'America/Cayenne' => 'Französisch-Guayana-Zeit (Cayenne)', 'America/Cayman' => 'Nordamerikanische Ostküstenzeit (Kaimaninseln)', - 'America/Chicago' => 'Nordamerikanische Inlandzeit (Chicago)', - 'America/Chihuahua' => 'Mexiko Pazifikzone-Zeit (Chihuahua)', + 'America/Chicago' => 'Nordamerikanische Zentralzeit (Chicago)', + 'America/Chihuahua' => 'Mexikanische Pazifikzeit (Chihuahua)', 'America/Coral_Harbour' => 'Nordamerikanische Ostküstenzeit (Atikokan)', 'America/Cordoba' => 'Argentinische Zeit (Córdoba)', - 'America/Costa_Rica' => 'Nordamerikanische Inlandzeit (Costa Rica)', + 'America/Costa_Rica' => 'Nordamerikanische Zentralzeit (Costa Rica)', 'America/Creston' => 'Rocky-Mountain-Zeit (Creston)', 'America/Cuiaba' => 'Amazonas-Zeit (Cuiaba)', 'America/Curacao' => 'Atlantik-Zeit (Curaçao)', @@ -101,7 +101,7 @@ return [ 'America/Dominica' => 'Atlantik-Zeit (Dominica)', 'America/Edmonton' => 'Rocky-Mountain-Zeit (Edmonton)', 'America/Eirunepe' => 'Acre-Zeit (Eirunepe)', - 'America/El_Salvador' => 'Nordamerikanische Inlandzeit (El Salvador)', + 'America/El_Salvador' => 'Nordamerikanische Zentralzeit (El Salvador)', 'America/Fort_Nelson' => 'Rocky-Mountain-Zeit (Fort Nelson)', 'America/Fortaleza' => 'Brasília-Zeit (Fortaleza)', 'America/Glace_Bay' => 'Atlantik-Zeit (Glace Bay)', @@ -110,16 +110,16 @@ return [ 'America/Grand_Turk' => 'Nordamerikanische Ostküstenzeit (Grand Turk)', 'America/Grenada' => 'Atlantik-Zeit (Grenada)', 'America/Guadeloupe' => 'Atlantik-Zeit (Guadeloupe)', - 'America/Guatemala' => 'Nordamerikanische Inlandzeit (Guatemala)', + 'America/Guatemala' => 'Nordamerikanische Zentralzeit (Guatemala)', 'America/Guayaquil' => 'Ecuadorianische Zeit (Guayaquil)', 'America/Guyana' => 'Guyana-Zeit', 'America/Halifax' => 'Atlantik-Zeit (Halifax)', 'America/Havana' => 'Kubanische Zeit (Havanna)', - 'America/Hermosillo' => 'Mexiko Pazifikzone-Zeit (Hermosillo)', - 'America/Indiana/Knox' => 'Nordamerikanische Inlandzeit (Knox, Indiana)', + 'America/Hermosillo' => 'Mexikanische Pazifikzeit (Hermosillo)', + 'America/Indiana/Knox' => 'Nordamerikanische Zentralzeit (Knox, Indiana)', 'America/Indiana/Marengo' => 'Nordamerikanische Ostküstenzeit (Marengo, Indiana)', 'America/Indiana/Petersburg' => 'Nordamerikanische Ostküstenzeit (Petersburg, Indiana)', - 'America/Indiana/Tell_City' => 'Nordamerikanische Inlandzeit (Tell City, Indiana)', + 'America/Indiana/Tell_City' => 'Nordamerikanische Zentralzeit (Tell City, Indiana)', 'America/Indiana/Vevay' => 'Nordamerikanische Ostküstenzeit (Vevay, Indiana)', 'America/Indiana/Vincennes' => 'Nordamerikanische Ostküstenzeit (Vincennes, Indiana)', 'America/Indiana/Winamac' => 'Nordamerikanische Ostküstenzeit (Winamac, Indiana)', @@ -137,31 +137,31 @@ return [ 'America/Louisville' => 'Nordamerikanische Ostküstenzeit (Louisville)', 'America/Lower_Princes' => 'Atlantik-Zeit (Lower Prince’s Quarter)', 'America/Maceio' => 'Brasília-Zeit (Maceio)', - 'America/Managua' => 'Nordamerikanische Inlandzeit (Managua)', + 'America/Managua' => 'Nordamerikanische Zentralzeit (Managua)', 'America/Manaus' => 'Amazonas-Zeit (Manaus)', 'America/Marigot' => 'Atlantik-Zeit (Marigot)', 'America/Martinique' => 'Atlantik-Zeit (Martinique)', - 'America/Matamoros' => 'Nordamerikanische Inlandzeit (Matamoros)', - 'America/Mazatlan' => 'Mexiko Pazifikzone-Zeit (Mazatlan)', + 'America/Matamoros' => 'Nordamerikanische Zentralzeit (Matamoros)', + 'America/Mazatlan' => 'Mexikanische Pazifikzeit (Mazatlan)', 'America/Mendoza' => 'Argentinische Zeit (Mendoza)', - 'America/Menominee' => 'Nordamerikanische Inlandzeit (Menominee)', - 'America/Merida' => 'Nordamerikanische Inlandzeit (Merida)', + 'America/Menominee' => 'Nordamerikanische Zentralzeit (Menominee)', + 'America/Merida' => 'Nordamerikanische Zentralzeit (Merida)', 'America/Metlakatla' => 'Alaska-Zeit (Metlakatla)', - 'America/Mexico_City' => 'Nordamerikanische Inlandzeit (Mexiko-Stadt)', + 'America/Mexico_City' => 'Nordamerikanische Zentralzeit (Mexiko-Stadt)', 'America/Miquelon' => 'St.-Pierre-und-Miquelon-Zeit', 'America/Moncton' => 'Atlantik-Zeit (Moncton)', - 'America/Monterrey' => 'Nordamerikanische Inlandzeit (Monterrey)', - 'America/Montevideo' => 'Uruguayanische Zeit (Montevideo)', - 'America/Montreal' => 'Kanada Zeit (Montreal)', + 'America/Monterrey' => 'Nordamerikanische Zentralzeit (Monterrey)', + 'America/Montevideo' => 'Uruguayische Zeit (Montevideo)', + 'America/Montreal' => 'Kanada (Ortszeit) (Montreal)', 'America/Montserrat' => 'Atlantik-Zeit (Montserrat)', 'America/Nassau' => 'Nordamerikanische Ostküstenzeit (Nassau)', 'America/New_York' => 'Nordamerikanische Ostküstenzeit (New York)', 'America/Nipigon' => 'Nordamerikanische Ostküstenzeit (Nipigon)', 'America/Nome' => 'Alaska-Zeit (Nome)', 'America/Noronha' => 'Fernando-de-Noronha-Zeit', - 'America/North_Dakota/Beulah' => 'Nordamerikanische Inlandzeit (Beulah, North Dakota)', - 'America/North_Dakota/Center' => 'Nordamerikanische Inlandzeit (Center, North Dakota)', - 'America/North_Dakota/New_Salem' => 'Nordamerikanische Inlandzeit (New Salem, North Dakota)', + 'America/North_Dakota/Beulah' => 'Nordamerikanische Zentralzeit (Beulah, North Dakota)', + 'America/North_Dakota/Center' => 'Nordamerikanische Zentralzeit (Center, North Dakota)', + 'America/North_Dakota/New_Salem' => 'Nordamerikanische Zentralzeit (New Salem, North Dakota)', 'America/Ojinaga' => 'Rocky-Mountain-Zeit (Ojinaga)', 'America/Panama' => 'Nordamerikanische Ostküstenzeit (Panama)', 'America/Pangnirtung' => 'Nordamerikanische Ostküstenzeit (Pangnirtung)', @@ -172,13 +172,13 @@ return [ 'America/Porto_Velho' => 'Amazonas-Zeit (Porto Velho)', 'America/Puerto_Rico' => 'Atlantik-Zeit (Puerto Rico)', 'America/Punta_Arenas' => 'Chilenische Zeit (Punta Arenas)', - 'America/Rainy_River' => 'Nordamerikanische Inlandzeit (Rainy River)', - 'America/Rankin_Inlet' => 'Nordamerikanische Inlandzeit (Rankin Inlet)', + 'America/Rainy_River' => 'Nordamerikanische Zentralzeit (Rainy River)', + 'America/Rankin_Inlet' => 'Nordamerikanische Zentralzeit (Rankin Inlet)', 'America/Recife' => 'Brasília-Zeit (Recife)', - 'America/Regina' => 'Nordamerikanische Inlandzeit (Regina)', - 'America/Resolute' => 'Nordamerikanische Inlandzeit (Resolute)', + 'America/Regina' => 'Nordamerikanische Zentralzeit (Regina)', + 'America/Resolute' => 'Nordamerikanische Zentralzeit (Resolute)', 'America/Rio_Branco' => 'Acre-Zeit (Rio Branco)', - 'America/Santa_Isabel' => 'Mexiko Nordwestliche Zone-Zeit (Santa Isabel)', + 'America/Santa_Isabel' => 'Nordwestmexiko-Zeit (Santa Isabel)', 'America/Santarem' => 'Brasília-Zeit (Santarem)', 'America/Santiago' => 'Chilenische Zeit (Santiago)', 'America/Santo_Domingo' => 'Atlantik-Zeit (Santo Domingo)', @@ -191,8 +191,8 @@ return [ 'America/St_Lucia' => 'Atlantik-Zeit (St. Lucia)', 'America/St_Thomas' => 'Atlantik-Zeit (St. Thomas)', 'America/St_Vincent' => 'Atlantik-Zeit (St. Vincent)', - 'America/Swift_Current' => 'Nordamerikanische Inlandzeit (Swift Current)', - 'America/Tegucigalpa' => 'Nordamerikanische Inlandzeit (Tegucigalpa)', + 'America/Swift_Current' => 'Nordamerikanische Zentralzeit (Swift Current)', + 'America/Tegucigalpa' => 'Nordamerikanische Zentralzeit (Tegucigalpa)', 'America/Thule' => 'Atlantik-Zeit (Thule)', 'America/Thunder_Bay' => 'Nordamerikanische Ostküstenzeit (Thunder Bay)', 'America/Tijuana' => 'Nordamerikanische Westküstenzeit (Tijuana)', @@ -200,7 +200,7 @@ return [ 'America/Tortola' => 'Atlantik-Zeit (Tortola)', 'America/Vancouver' => 'Nordamerikanische Westküstenzeit (Vancouver)', 'America/Whitehorse' => 'Yukon-Zeit (Whitehorse)', - 'America/Winnipeg' => 'Nordamerikanische Inlandzeit (Winnipeg)', + 'America/Winnipeg' => 'Nordamerikanische Zentralzeit (Winnipeg)', 'America/Yakutat' => 'Alaska-Zeit (Yakutat)', 'America/Yellowknife' => 'Rocky-Mountain-Zeit (Yellowknife)', 'Antarctica/Casey' => 'Casey-Zeit', @@ -227,7 +227,7 @@ return [ 'Asia/Bahrain' => 'Arabische Zeit (Bahrain)', 'Asia/Baku' => 'Aserbaidschanische Zeit (Baku)', 'Asia/Bangkok' => 'Indochina-Zeit (Bangkok)', - 'Asia/Barnaul' => 'Russland Zeit (Barnaul)', + 'Asia/Barnaul' => 'Russland (Ortszeit) (Barnaul)', 'Asia/Beirut' => 'Osteuropäische Zeit (Beirut)', 'Asia/Bishkek' => 'Kirgisistan-Zeit (Bischkek)', 'Asia/Brunei' => 'Brunei-Darussalam-Zeit', @@ -245,7 +245,7 @@ return [ 'Asia/Hebron' => 'Osteuropäische Zeit (Hebron)', 'Asia/Hong_Kong' => 'Hongkong-Zeit', 'Asia/Hovd' => 'Chowd-Zeit', - 'Asia/Irkutsk' => 'Irkutsk-Zeit', + 'Asia/Irkutsk' => 'Irkutsker Zeit', 'Asia/Jakarta' => 'Westindonesische Zeit (Jakarta)', 'Asia/Jayapura' => 'Ostindonesische Zeit (Jayapura)', 'Asia/Jerusalem' => 'Israelische Zeit (Jerusalem)', @@ -254,7 +254,7 @@ return [ 'Asia/Karachi' => 'Pakistanische Zeit (Karatschi)', 'Asia/Katmandu' => 'Nepalesische Zeit (Kathmandu)', 'Asia/Khandyga' => 'Jakutsker Zeit (Chandyga)', - 'Asia/Krasnoyarsk' => 'Krasnojarsk-Zeit', + 'Asia/Krasnoyarsk' => 'Krasnojarsker Zeit', 'Asia/Kuala_Lumpur' => 'Malaysische Zeit (Kuala Lumpur)', 'Asia/Kuching' => 'Malaysische Zeit (Kuching)', 'Asia/Kuwait' => 'Arabische Zeit (Kuwait)', @@ -264,8 +264,8 @@ return [ 'Asia/Manila' => 'Philippinische Zeit (Manila)', 'Asia/Muscat' => 'Golf-Zeit (Maskat)', 'Asia/Nicosia' => 'Osteuropäische Zeit (Nikosia)', - 'Asia/Novokuznetsk' => 'Krasnojarsk-Zeit (Nowokuznetsk)', - 'Asia/Novosibirsk' => 'Nowosibirsk-Zeit', + 'Asia/Novokuznetsk' => 'Krasnojarsker Zeit (Nowokuznetsk)', + 'Asia/Novosibirsk' => 'Nowosibirsker Zeit', 'Asia/Omsk' => 'Omsker Zeit', 'Asia/Oral' => 'Westkasachische Zeit (Oral)', 'Asia/Phnom_Penh' => 'Indochina-Zeit (Phnom Penh)', @@ -289,14 +289,14 @@ return [ 'Asia/Tehran' => 'Iranische Zeit (Teheran)', 'Asia/Thimphu' => 'Bhutan-Zeit (Thimphu)', 'Asia/Tokyo' => 'Japanische Zeit (Tokio)', - 'Asia/Tomsk' => 'Russland Zeit (Tomsk)', + 'Asia/Tomsk' => 'Russland (Ortszeit) (Tomsk)', 'Asia/Ulaanbaatar' => 'Ulaanbaatar-Zeit', - 'Asia/Urumqi' => 'China Zeit (Ürümqi)', - 'Asia/Ust-Nera' => 'Wladiwostok-Zeit (Ust-Nera)', + 'Asia/Urumqi' => 'China (Ortszeit) (Ürümqi)', + 'Asia/Ust-Nera' => 'Wladiwostoker Zeit (Ust-Nera)', 'Asia/Vientiane' => 'Indochina-Zeit (Vientiane)', - 'Asia/Vladivostok' => 'Wladiwostok-Zeit', + 'Asia/Vladivostok' => 'Wladiwostoker Zeit', 'Asia/Yakutsk' => 'Jakutsker Zeit', - 'Asia/Yekaterinburg' => 'Jekaterinburg-Zeit', + 'Asia/Yekaterinburg' => 'Jekaterinburger Zeit', 'Asia/Yerevan' => 'Armenische Zeit (Eriwan)', 'Atlantic/Azores' => 'Azoren-Zeit', 'Atlantic/Bermuda' => 'Atlantik-Zeit (Bermuda)', @@ -320,7 +320,7 @@ return [ 'Australia/Melbourne' => 'Ostaustralische Zeit (Melbourne)', 'Australia/Perth' => 'Westaustralische Zeit (Perth)', 'Australia/Sydney' => 'Ostaustralische Zeit (Sydney)', - 'CST6CDT' => 'Nordamerikanische Inlandzeit', + 'CST6CDT' => 'Nordamerikanische Zentralzeit', 'EST5EDT' => 'Nordamerikanische Ostküstenzeit', 'Etc/GMT' => 'Mittlere Greenwich-Zeit', 'Etc/UTC' => 'Koordinierte Weltzeit', @@ -335,18 +335,18 @@ return [ 'Europe/Bucharest' => 'Osteuropäische Zeit (Bukarest)', 'Europe/Budapest' => 'Mitteleuropäische Zeit (Budapest)', 'Europe/Busingen' => 'Mitteleuropäische Zeit (Büsingen)', - 'Europe/Chisinau' => 'Osteuropäische Zeit (Kischinau)', + 'Europe/Chisinau' => 'Osteuropäische Zeit (Chisinau)', 'Europe/Copenhagen' => 'Mitteleuropäische Zeit (Kopenhagen)', 'Europe/Dublin' => 'Mittlere Greenwich-Zeit (Dublin)', 'Europe/Gibraltar' => 'Mitteleuropäische Zeit (Gibraltar)', 'Europe/Guernsey' => 'Mittlere Greenwich-Zeit (Guernsey)', 'Europe/Helsinki' => 'Osteuropäische Zeit (Helsinki)', 'Europe/Isle_of_Man' => 'Mittlere Greenwich-Zeit (Isle of Man)', - 'Europe/Istanbul' => 'Türkei Zeit (Istanbul)', + 'Europe/Istanbul' => 'Türkei (Ortszeit) (Istanbul)', 'Europe/Jersey' => 'Mittlere Greenwich-Zeit (Jersey)', 'Europe/Kaliningrad' => 'Osteuropäische Zeit (Kaliningrad)', 'Europe/Kiev' => 'Osteuropäische Zeit (Kiew)', - 'Europe/Kirov' => 'Russland Zeit (Kirow)', + 'Europe/Kirov' => 'Russland (Ortszeit) (Kirow)', 'Europe/Lisbon' => 'Westeuropäische Zeit (Lissabon)', 'Europe/Ljubljana' => 'Mitteleuropäische Zeit (Ljubljana)', 'Europe/London' => 'Mittlere Greenwich-Zeit (London)', @@ -379,10 +379,10 @@ return [ 'Europe/Vatican' => 'Mitteleuropäische Zeit (Vatikan)', 'Europe/Vienna' => 'Mitteleuropäische Zeit (Wien)', 'Europe/Vilnius' => 'Osteuropäische Zeit (Vilnius)', - 'Europe/Volgograd' => 'Wolgograd-Zeit', + 'Europe/Volgograd' => 'Wolgograder Zeit', 'Europe/Warsaw' => 'Mitteleuropäische Zeit (Warschau)', 'Europe/Zagreb' => 'Mitteleuropäische Zeit (Zagreb)', - 'Europe/Zaporozhye' => 'Osteuropäische Zeit (Saporischja)', + 'Europe/Zaporozhye' => 'Osteuropäische Zeit (Saporischschja)', 'Europe/Zurich' => 'Mitteleuropäische Zeit (Zürich)', 'Indian/Antananarivo' => 'Ostafrikanische Zeit (Antananarivo)', 'Indian/Chagos' => 'Indischer-Ozean-Zeit (Chagos)', @@ -432,7 +432,7 @@ return [ 'Pacific/Saipan' => 'Chamorro-Zeit (Saipan)', 'Pacific/Tahiti' => 'Tahiti-Zeit', 'Pacific/Tarawa' => 'Gilbert-Inseln-Zeit (Tarawa)', - 'Pacific/Tongatapu' => 'Tonganische Zeit (Tongatapu)', + 'Pacific/Tongatapu' => 'Tongaische Zeit (Tongatapu)', 'Pacific/Truk' => 'Chuuk-Zeit', 'Pacific/Wake' => 'Wake-Insel-Zeit', 'Pacific/Wallis' => 'Wallis-und-Futuna-Zeit', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/en_GB.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/en_GB.php deleted file mode 100644 index bd240e7..0000000 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/en_GB.php +++ /dev/null @@ -1,9 +0,0 @@ - [ - 'Europe/Kiev' => 'Eastern European Time (Kiev)', - ], - 'Meta' => [ - ], -]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es.php index 3d75a8f..89345e2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es.php @@ -17,7 +17,7 @@ return [ 'Africa/Cairo' => 'hora de Europa oriental (El Cairo)', 'Africa/Casablanca' => 'hora de Europa occidental (Casablanca)', 'Africa/Ceuta' => 'hora de Europa central (Ceuta)', - 'Africa/Conakry' => 'hora del meridiano de Greenwich (Conakry)', + 'Africa/Conakry' => 'hora del meridiano de Greenwich (Conakri)', 'Africa/Dakar' => 'hora del meridiano de Greenwich (Dakar)', 'Africa/Dar_es_Salaam' => 'hora de África oriental (Dar es-Salam)', 'Africa/Djibouti' => 'hora de África oriental (Yibuti)', @@ -253,7 +253,7 @@ return [ 'Asia/Kamchatka' => 'hora de Kamchatka', 'Asia/Karachi' => 'hora de Pakistán (Karachi)', 'Asia/Katmandu' => 'hora de Nepal (Katmandú)', - 'Asia/Khandyga' => 'hora de Yakutsk (Khandyga)', + 'Asia/Khandyga' => 'hora de Yakutsk (Khandiga)', 'Asia/Krasnoyarsk' => 'hora de Krasnoyarsk', 'Asia/Kuala_Lumpur' => 'hora de Malasia (Kuala Lumpur)', 'Asia/Kuching' => 'hora de Malasia (Kuching)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es_419.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es_419.php index 7376c7d..890739b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es_419.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es_419.php @@ -4,6 +4,7 @@ return [ 'Names' => [ 'Africa/Cairo' => 'hora de Europa del Este (El Cairo)', 'Africa/Casablanca' => 'hora de Europa del Oeste (Casablanca)', + 'Africa/Conakry' => 'hora del meridiano de Greenwich (Conakry)', 'Africa/El_Aaiun' => 'hora de Europa del Oeste (El Aaiún)', 'Africa/Tripoli' => 'hora de Europa del Este (Trípoli)', 'America/Boise' => 'hora de la montaña (Boise)', @@ -28,6 +29,7 @@ return [ 'Asia/Famagusta' => 'hora de Europa del Este (Famagusta)', 'Asia/Gaza' => 'hora de Europa del Este (Gaza)', 'Asia/Hebron' => 'hora de Europa del Este (Hebrón)', + 'Asia/Khandyga' => 'hora de Yakutsk (Khandyga)', 'Asia/Nicosia' => 'hora de Europa del Este (Nicosia)', 'Asia/Rangoon' => 'hora de Myanmar (Birmania) (Yangón (Rangún))', 'Atlantic/Canary' => 'hora de Europa del Oeste (Islas Canarias)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es_MX.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es_MX.php index 6b8e492..3232063 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es_MX.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/es_MX.php @@ -3,7 +3,6 @@ return [ 'Names' => [ 'Africa/Bujumbura' => 'hora de África central (Buyumbura)', - 'Africa/Conakry' => 'hora del meridiano de Greenwich (Conakri)', 'Africa/Dar_es_Salaam' => 'hora de África oriental (Dar es-Salaam)', 'America/Rio_Branco' => 'Hora de Acre (Rio Branco)', 'Asia/Almaty' => 'hora de Kazajistán oriental (Almatý)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ff_Adlm.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ff_Adlm.php index d6c1a54..ad290b3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ff_Adlm.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ff_Adlm.php @@ -100,7 +100,7 @@ return [ 'America/Detroit' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤊𞤵𞤯𞤲𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤭 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫 𞤀𞤥𞤫𞤪𞤭𞤳𞤢𞥄 (𞤁𞤭𞤼𞤪𞤮𞤴𞤼)', 'America/Dominica' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤚𞤫𞤳𞤵 (𞤁𞤮𞤥𞤭𞤲𞤭𞤳𞤢𞥄)', 'America/Edmonton' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤆𞤫𞤤𞥆𞤭𞤲𞤳𞤮𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫 𞤀𞤥𞤫𞤪𞤭𞤳𞤢𞥄 (𞤉𞤣𞤥𞤮𞤲𞤼𞤮𞤲)', - 'America/Eirunepe' => '𞤄𞤪𞤢𞥄𞥁𞤭𞤤 𞤑𞤭𞤶𞤮𞥅𞤪𞤫 (𞤉𞤪𞤵𞤲𞤫𞤨𞤫)', + 'America/Eirunepe' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤀𞥄𞤳𞤭𞤪 (𞤉𞤪𞤵𞤲𞤫𞤨𞤫)', 'America/El_Salvador' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤚𞤵𞤥𞤦𞤮 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫 𞤀𞤥𞤫𞤪𞤭𞤳𞤢𞥄 (𞤉𞤤-𞤅𞤢𞤤𞤾𞤢𞤣𞤮𞥅𞤪)', 'America/Fort_Nelson' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤆𞤫𞤤𞥆𞤭𞤲𞤳𞤮𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫 𞤀𞤥𞤫𞤪𞤭𞤳𞤢𞥄 (𞤊𞤮𞤪𞤼-𞤐𞤫𞤤𞤧𞤮𞤲;)', 'America/Fortaleza' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤄𞤪𞤢𞤧𞤭𞤤𞤭𞤴𞤢𞥄 (𞤊𞤮𞤪𞤼𞤢𞤤𞤫𞥅𞥁𞤢)', @@ -177,7 +177,7 @@ return [ 'America/Recife' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤄𞤪𞤢𞤧𞤭𞤤𞤭𞤴𞤢𞥄 (𞤈𞤫𞤧𞤭𞤬𞤭)', 'America/Regina' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤚𞤵𞤥𞤦𞤮 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫 𞤀𞤥𞤫𞤪𞤭𞤳𞤢𞥄 (𞤈𞤭𞤺𞤭𞤲𞤢𞥄)', 'America/Resolute' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤚𞤵𞤥𞤦𞤮 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫 𞤀𞤥𞤫𞤪𞤭𞤳𞤢𞥄 (𞤈𞤭𞤧𞤮𞤤𞤵𞥅𞤼)', - 'America/Rio_Branco' => '𞤄𞤪𞤢𞥄𞥁𞤭𞤤 𞤑𞤭𞤶𞤮𞥅𞤪𞤫 (𞤈𞤭𞤴𞤮-𞤄𞤪𞤢𞤲𞤳𞤮)', + 'America/Rio_Branco' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤀𞥄𞤳𞤭𞤪 (𞤈𞤭𞤴𞤮-𞤄𞤪𞤢𞤲𞤳𞤮)', 'America/Santa_Isabel' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤐𞤢𞤲𞤮-𞤸𞤭𞥅𞤪𞤲𞤢𞥄𞤲𞤺𞤫 𞤃𞤫𞤳𞤧𞤭𞤳𞤮𞥅 (Santa Isabel)', 'America/Santarem' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤄𞤪𞤢𞤧𞤭𞤤𞤭𞤴𞤢𞥄 (𞤅𞤢𞤲𞤼𞤢𞤪𞤫𞥅𞤥)', 'America/Santiago' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤕𞤭𞤤𞤫𞥅 (𞤅𞤢𞤲𞤼𞤭𞤴𞤢𞤺𞤮𞥅)', @@ -203,7 +203,7 @@ return [ 'America/Winnipeg' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤚𞤵𞤥𞤦𞤮 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫 𞤀𞤥𞤫𞤪𞤭𞤳𞤢𞥄 (𞤏𞤭𞤲𞤭𞤨𞤫𞥅𞤺)', 'America/Yakutat' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤀𞤤𞤢𞤧𞤳𞤢𞥄 (𞤒𞤢𞤳𞤵𞤼𞤢𞤼)', 'America/Yellowknife' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤆𞤫𞤤𞥆𞤭𞤲𞤳𞤮𞥅𞤪𞤫 𞤐𞤢𞤲𞥆𞤢𞥄𞤲𞤺𞤫 𞤀𞤥𞤫𞤪𞤭𞤳𞤢𞥄 (𞤒𞤫𞤤𞤮𞥅𞤲𞤢𞤴𞤬)', - 'Antarctica/Casey' => '𞤀𞤲𞤼𞤢𞤪𞤼𞤭𞤳𞤢𞥄 𞤑𞤭𞤶𞤮𞥅𞤪𞤫 (𞤑𞤢𞤴𞤧𞤫)', + 'Antarctica/Casey' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤑𞤢𞥄𞤧𞤫𞤴 (𞤑𞤢𞤴𞤧𞤫)', 'Antarctica/Davis' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤁𞤫𞥅𞤾𞤭𞤧 (𞤁𞤢𞤾𞤭𞥅𞤧)', 'Antarctica/DumontDUrville' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤁𞤭𞤥𞤮𞤲𞤼𞤵-𞤁𞤵𞤪𞤾𞤭𞤤', 'Antarctica/Macquarie' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤊𞤵𞤯𞤲𞤢𞥄𞤲𞤺𞤫𞥅𞤪𞤭 𞤌𞤧𞤼𞤢𞤪𞤤𞤭𞤴𞤢𞥄 (𞤃𞤢𞤳𞤢𞥄𞤪𞤭)', @@ -218,7 +218,7 @@ return [ 'Asia/Aden' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤀𞥄𞤪𞤢𞤦𞤭𞤴𞤢 (𞤀𞤣𞤫𞤲)', 'Asia/Almaty' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤑𞤢𞥁𞤢𞤿𞤢𞤧𞤼𞤢𞥄𞤲 (𞤀𞤤𞤥𞤢𞥄𞤼𞤭)', 'Asia/Amman' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤊𞤵𞤯𞤲𞤢𞥄𞤲𞥋𞤺𞤫 𞤀𞤪𞤮𞥅𞤦𞤢 (𞤀𞤥𞤢𞥄𞤲𞤵)', - 'Asia/Anadyr' => '𞤈𞤮𞥅𞤧𞤭𞤴𞤢 𞤑𞤭𞤶𞤮𞥅𞤪𞤫 (𞤀𞤲𞤢𞤣𞤭𞥅𞤪)', + 'Asia/Anadyr' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤀𞤲𞤢𞤣𞤭𞥅𞤪', 'Asia/Aqtau' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤖𞤭𞤪𞤲𞤢𞥄𞤲𞥋𞤺𞤫 𞤑𞤢𞥁𞤢𞤿𞤢𞤧𞤼𞤢𞥄𞤲 (𞤀𞤳𞤼𞤢𞥄𞤱𞤵)', 'Asia/Aqtobe' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤖𞤭𞤪𞤲𞤢𞥄𞤲𞥋𞤺𞤫 𞤑𞤢𞥁𞤢𞤿𞤢𞤧𞤼𞤢𞥄𞤲 (𞤀𞤳𞤼𞤮𞥅𞤦𞤫)', 'Asia/Ashgabat' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤚𞤵𞤪𞤳𞤵𞤥𞤫𞤲𞤭𞤧𞤼𞤢𞥄𞤲 (𞤀𞤧𞤺𞤢𞤦𞤢𞤼𞤵)', @@ -291,7 +291,7 @@ return [ 'Asia/Tokyo' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤐𞤭𞤨𞥆𞤮𞤲 (𞤚𞤮𞤳𞤭𞤴𞤮)', 'Asia/Tomsk' => '𞤈𞤮𞥅𞤧𞤭𞤴𞤢 𞤑𞤭𞤶𞤮𞥅𞤪𞤫 (𞤚𞤮𞤥𞤧𞤵𞤳𞤵)', 'Asia/Ulaanbaatar' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤓𞤤𞤢𞤲𞤦𞤢𞤼𞤢𞤪', - 'Asia/Urumqi' => '𞤅𞤭𞥅𞤲 𞤑𞤭𞤶𞤮𞥅𞤪𞤫 (𞤓𞤪𞤵𞤥𞤳𞤵)', + 'Asia/Urumqi' => '𞤕𞤢𞤴𞤲𞤢 𞤑𞤭𞤶𞤮𞥅𞤪𞤫 (𞤓𞤪𞤵𞤥𞤳𞤵)', 'Asia/Ust-Nera' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤜𞤭𞤤𞤢𞤾𞤮𞤧𞤼𞤮𞤳 (𞤓𞤧𞤼𞤢-𞤐𞤫𞤪𞤢)', 'Asia/Vientiane' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤋𞤲𞤣𞤮𞤧𞤭𞥅𞤲 (𞤜𞤭𞤴𞤫𞤲𞤷𞤢𞥄𞤲)', 'Asia/Vladivostok' => '𞤑𞤭𞤶𞤮𞥅𞤪𞤫 𞤜𞤭𞤤𞤢𞤾𞤮𞤧𞤼𞤮𞤳 (𞤜𞤭𞤤𞤢𞤣𞤭𞤾𞤮𞤧𞤼𞤮𞥅𞤳𞤵)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/fr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/fr.php index 0023cda..6df1d52 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/fr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/fr.php @@ -54,7 +54,7 @@ return [ 'Africa/Tripoli' => 'heure d’Europe de l’Est (Tripoli (Libye))', 'Africa/Tunis' => 'heure d’Europe centrale (Tunis)', 'Africa/Windhoek' => 'heure normale d’Afrique centrale (Windhoek)', - 'America/Adak' => 'heure d’Hawaii - Aléoutiennes (Adak)', + 'America/Adak' => 'heure d’Hawaï - Aléoutiennes (Adak)', 'America/Anchorage' => 'heure de l’Alaska (Anchorage)', 'America/Anguilla' => 'heure de l’Atlantique (Anguilla)', 'America/Antigua' => 'heure de l’Atlantique (Antigua)', @@ -192,7 +192,7 @@ return [ 'America/St_Thomas' => 'heure de l’Atlantique (Saint-Thomas)', 'America/St_Vincent' => 'heure de l’Atlantique (Saint-Vincent)', 'America/Swift_Current' => 'heure du centre nord-américain (Swift Current)', - 'America/Tegucigalpa' => 'heure du centre nord-américain (Tégucigalpa)', + 'America/Tegucigalpa' => 'heure du centre nord-américain (Tegucigalpa)', 'America/Thule' => 'heure de l’Atlantique (Thulé)', 'America/Thunder_Bay' => 'heure de l’Est nord-américain (Thunder Bay)', 'America/Tijuana' => 'heure du Pacifique nord-américain (Tijuana)', @@ -230,7 +230,7 @@ return [ 'Asia/Barnaul' => 'heure : Russie (Barnaul)', 'Asia/Beirut' => 'heure d’Europe de l’Est (Beyrouth)', 'Asia/Bishkek' => 'heure du Kirghizistan (Bichkek)', - 'Asia/Brunei' => 'heure du Brunéi (Brunei)', + 'Asia/Brunei' => 'heure du Brunei', 'Asia/Calcutta' => 'heure de l’Inde (Calcutta)', 'Asia/Chita' => 'heure de Iakoutsk (Tchita)', 'Asia/Choibalsan' => 'heure d’Oulan-Bator (Tchoïbalsan)', @@ -411,8 +411,8 @@ return [ 'Pacific/Gambier' => 'heure des îles Gambier', 'Pacific/Guadalcanal' => 'heure des îles Salomon (Guadalcanal)', 'Pacific/Guam' => 'heure des Chamorro (Guam)', - 'Pacific/Honolulu' => 'heure d’Hawaii - Aléoutiennes (Honolulu)', - 'Pacific/Johnston' => 'heure d’Hawaii - Aléoutiennes (Johnston)', + 'Pacific/Honolulu' => 'heure d’Hawaï - Aléoutiennes (Honolulu)', + 'Pacific/Johnston' => 'heure d’Hawaï - Aléoutiennes (Johnston)', 'Pacific/Kiritimati' => 'heure des îles de la Ligne (Kiritimati)', 'Pacific/Kosrae' => 'heure de Kosrae', 'Pacific/Kwajalein' => 'heure des îles Marshall (Kwajalein)', @@ -420,11 +420,11 @@ return [ 'Pacific/Marquesas' => 'heure des îles Marquises', 'Pacific/Midway' => 'heure des Samoa (Midway)', 'Pacific/Nauru' => 'heure de Nauru', - 'Pacific/Niue' => 'heure de Nioué (Niue)', + 'Pacific/Niue' => 'heure de Niue', 'Pacific/Norfolk' => 'heure de l’île Norfolk', 'Pacific/Noumea' => 'heure de la Nouvelle-Calédonie (Nouméa)', 'Pacific/Pago_Pago' => 'heure des Samoa (Pago Pago)', - 'Pacific/Palau' => 'heure des Palaos (Palau)', + 'Pacific/Palau' => 'heure des Palaos', 'Pacific/Pitcairn' => 'heure des îles Pitcairn', 'Pacific/Ponape' => 'heure de l’île de Pohnpei', 'Pacific/Port_Moresby' => 'heure de la Papouasie-Nouvelle-Guinée (Port Moresby)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/fr_CA.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/fr_CA.php index 8023e13..732f3ca 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/fr_CA.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/fr_CA.php @@ -90,6 +90,7 @@ return [ 'Arctic/Longyearbyen' => 'heure de l’Europe centrale (Longyearbyen)', 'Asia/Amman' => 'heure de l’Europe de l’Est (Amman)', 'Asia/Beirut' => 'heure de l’Europe de l’Est (Beyrouth)', + 'Asia/Brunei' => 'heure du Brunéi (Brunei)', 'Asia/Damascus' => 'heure de l’Europe de l’Est (Damas)', 'Asia/Dhaka' => 'heure du Bangladesh (Dacca)', 'Asia/Famagusta' => 'heure de l’Europe de l’Est (Famagouste)', @@ -158,6 +159,8 @@ return [ 'PST8PDT' => 'heure du Pacifique', 'Pacific/Honolulu' => 'heure d’Hawaï-Aléoutiennes (Honolulu)', 'Pacific/Johnston' => 'heure d’Hawaï-Aléoutiennes (Johnston)', + 'Pacific/Niue' => 'heure de Nioué (Niue)', + 'Pacific/Palau' => 'heure des Palaos (Palau)', ], 'Meta' => [ ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/gl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/gl.php index 9944d3a..2b50719 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/gl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/gl.php @@ -2,440 +2,440 @@ return [ 'Names' => [ - 'Africa/Abidjan' => 'Horario do meridiano de Greenwich (Abidjan)', - 'Africa/Accra' => 'Horario do meridiano de Greenwich (Acra)', - 'Africa/Addis_Ababa' => 'Horario de África Oriental (Adís Abeba)', - 'Africa/Algiers' => 'Horario de Europa Central (Alxer)', - 'Africa/Asmera' => 'Horario de África Oriental (Asmara)', - 'Africa/Bamako' => 'Horario do meridiano de Greenwich (Bamaco)', - 'Africa/Bangui' => 'Horario de África Occidental (Bangui)', - 'Africa/Banjul' => 'Horario do meridiano de Greenwich (Banjul)', - 'Africa/Bissau' => 'Horario do meridiano de Greenwich (Bissau)', - 'Africa/Blantyre' => 'Horario de África Central (Blantyre)', - 'Africa/Brazzaville' => 'Horario de África Occidental (Brazzaville)', - 'Africa/Bujumbura' => 'Horario de África Central (Bujumbura)', - 'Africa/Cairo' => 'Horario de Europa Oriental (O Cairo)', - 'Africa/Casablanca' => 'Horario de Europa Occidental (Casablanca)', - 'Africa/Ceuta' => 'Horario de Europa Central (Ceuta)', - 'Africa/Conakry' => 'Horario do meridiano de Greenwich (Conakry)', - 'Africa/Dakar' => 'Horario do meridiano de Greenwich (Dakar)', - 'Africa/Dar_es_Salaam' => 'Horario de África Oriental (Dar es Salaam)', - 'Africa/Djibouti' => 'Horario de África Oriental (Djibuti)', - 'Africa/Douala' => 'Horario de África Occidental (Douala)', - 'Africa/El_Aaiun' => 'Horario de Europa Occidental (O Aiún)', - 'Africa/Freetown' => 'Horario do meridiano de Greenwich (Freetown)', - 'Africa/Gaborone' => 'Horario de África Central (Gaborone)', - 'Africa/Harare' => 'Horario de África Central (Harare)', - 'Africa/Johannesburg' => 'Horario de África Meridional (Xohanesburgo)', - 'Africa/Juba' => 'Horario de África Central (Juba)', - 'Africa/Kampala' => 'Horario de África Oriental (Kampala)', - 'Africa/Khartoum' => 'Horario de África Central (Khartún)', - 'Africa/Kigali' => 'Horario de África Central (Kigali)', - 'Africa/Kinshasa' => 'Horario de África Occidental (Kinshasa)', - 'Africa/Lagos' => 'Horario de África Occidental (Lagos)', - 'Africa/Libreville' => 'Horario de África Occidental (Libreville)', - 'Africa/Lome' => 'Horario do meridiano de Greenwich (Lomé)', - 'Africa/Luanda' => 'Horario de África Occidental (Luanda)', - 'Africa/Lubumbashi' => 'Horario de África Central (Lubumbashi)', - 'Africa/Lusaka' => 'Horario de África Central (Lusaca)', - 'Africa/Malabo' => 'Horario de África Occidental (Malabo)', - 'Africa/Maputo' => 'Horario de África Central (Maputo)', - 'Africa/Maseru' => 'Horario de África Meridional (Maseru)', - 'Africa/Mbabane' => 'Horario de África Meridional (Mbabane)', - 'Africa/Mogadishu' => 'Horario de África Oriental (Mogadixo)', - 'Africa/Monrovia' => 'Horario do meridiano de Greenwich (Monrovia)', - 'Africa/Nairobi' => 'Horario de África Oriental (Nairobi)', - 'Africa/Ndjamena' => 'Horario de África Occidental (N’Djamena)', - 'Africa/Niamey' => 'Horario de África Occidental (Niamey)', - 'Africa/Nouakchott' => 'Horario do meridiano de Greenwich (Nouakchott)', - 'Africa/Ouagadougou' => 'Horario do meridiano de Greenwich (Uagadugu)', - 'Africa/Porto-Novo' => 'Horario de África Occidental (Porto-Novo)', - 'Africa/Sao_Tome' => 'Horario do meridiano de Greenwich (San Tomé)', - 'Africa/Tripoli' => 'Horario de Europa Oriental (Trípoli)', - 'Africa/Tunis' => 'Horario de Europa Central (Tunes)', - 'Africa/Windhoek' => 'Horario de África Central (Windhoek)', - 'America/Adak' => 'Horario de Hawai-illas Aleutianas (Adak)', - 'America/Anchorage' => 'Horario de Alasca (Anchorage)', - 'America/Anguilla' => 'Horario do Atlántico (Anguila)', - 'America/Antigua' => 'Horario do Atlántico (Antigua)', - 'America/Araguaina' => 'Horario de Brasilia (Araguaína)', - 'America/Argentina/La_Rioja' => 'Horario da Arxentina (A Rioxa)', - 'America/Argentina/Rio_Gallegos' => 'Horario da Arxentina (Río Gallegos)', - 'America/Argentina/Salta' => 'Horario da Arxentina (Salta)', - 'America/Argentina/San_Juan' => 'Horario da Arxentina (San Juan)', - 'America/Argentina/San_Luis' => 'Horario da Arxentina (San Luis)', - 'America/Argentina/Tucuman' => 'Horario da Arxentina (Tucumán)', - 'America/Argentina/Ushuaia' => 'Horario da Arxentina (Ushuaia)', - 'America/Aruba' => 'Horario do Atlántico (Aruba)', - 'America/Asuncion' => 'Horario do Paraguai (Asunción)', - 'America/Bahia' => 'Horario de Brasilia (Baía)', - 'America/Bahia_Banderas' => 'Horario central, Norteamérica (Bahía de Banderas)', - 'America/Barbados' => 'Horario do Atlántico (Barbados)', - 'America/Belem' => 'Horario de Brasilia (Belém)', - 'America/Belize' => 'Horario central, Norteamérica (Belize)', - 'America/Blanc-Sablon' => 'Horario do Atlántico (Blanc-Sablon)', - 'America/Boa_Vista' => 'Horario do Amazonas (Boa Vista)', - 'America/Bogota' => 'Horario de Colombia (Bogotá)', - 'America/Boise' => 'Horario da montaña, América do Norte (Boise)', - 'America/Buenos_Aires' => 'Horario da Arxentina (Buenos Aires)', - 'America/Cambridge_Bay' => 'Horario da montaña, América do Norte (Cambridge Bay)', - 'America/Campo_Grande' => 'Horario do Amazonas (Campo Grande)', - 'America/Cancun' => 'Horario do leste, América do Norte (Cancún)', - 'America/Caracas' => 'Horario de Venezuela (Caracas)', - 'America/Catamarca' => 'Horario da Arxentina (Catamarca)', - 'America/Cayenne' => 'Horario da Güiana Francesa (Caiena)', - 'America/Cayman' => 'Horario do leste, América do Norte (Illas Caimán)', - 'America/Chicago' => 'Horario central, Norteamérica (Chicago)', - 'America/Chihuahua' => 'Horario do Pacífico mexicano (Chihuahua)', - 'America/Coral_Harbour' => 'Horario do leste, América do Norte (Atikokan)', - 'America/Cordoba' => 'Horario da Arxentina (Córdoba)', - 'America/Costa_Rica' => 'Horario central, Norteamérica (Costa Rica)', - 'America/Creston' => 'Horario da montaña, América do Norte (Creston)', - 'America/Cuiaba' => 'Horario do Amazonas (Cuiabá)', - 'America/Curacao' => 'Horario do Atlántico (Curaçao)', - 'America/Danmarkshavn' => 'Horario do meridiano de Greenwich (Danmarkshavn)', - 'America/Dawson' => 'Horario de Yukon (Dawson)', - 'America/Dawson_Creek' => 'Horario da montaña, América do Norte (Dawson Creek)', - 'America/Denver' => 'Horario da montaña, América do Norte (Denver)', - 'America/Detroit' => 'Horario do leste, América do Norte (Detroit)', - 'America/Dominica' => 'Horario do Atlántico (Dominica)', - 'America/Edmonton' => 'Horario da montaña, América do Norte (Edmonton)', - 'America/Eirunepe' => 'Horario de: O Brasil (Eirunepé)', - 'America/El_Salvador' => 'Horario central, Norteamérica (O Salvador)', - 'America/Fort_Nelson' => 'Horario da montaña, América do Norte (Fort Nelson)', - 'America/Fortaleza' => 'Horario de Brasilia (Fortaleza)', - 'America/Glace_Bay' => 'Horario do Atlántico (Glace Bay)', - 'America/Godthab' => 'Horario de Groenlandia Occidental (Nuuk)', - 'America/Goose_Bay' => 'Horario do Atlántico (Goose Bay)', - 'America/Grand_Turk' => 'Horario do leste, América do Norte (Grand Turk)', - 'America/Grenada' => 'Horario do Atlántico (Granada)', - 'America/Guadeloupe' => 'Horario do Atlántico (Guadalupe)', - 'America/Guatemala' => 'Horario central, Norteamérica (Guatemala)', - 'America/Guayaquil' => 'Horario de Ecuador (Guayaquil)', - 'America/Guyana' => 'Horario da Güiana', - 'America/Halifax' => 'Horario do Atlántico (Halifax)', - 'America/Havana' => 'Horario de Cuba (A Habana)', - 'America/Hermosillo' => 'Horario do Pacífico mexicano (Hermosillo)', - 'America/Indiana/Knox' => 'Horario central, Norteamérica (Knox, Indiana)', - 'America/Indiana/Marengo' => 'Horario do leste, América do Norte (Marengo, Indiana)', - 'America/Indiana/Petersburg' => 'Horario do leste, América do Norte (Petersburg, Indiana)', - 'America/Indiana/Tell_City' => 'Horario central, Norteamérica (Tell City, Indiana)', - 'America/Indiana/Vevay' => 'Horario do leste, América do Norte (Vevay, Indiana)', - 'America/Indiana/Vincennes' => 'Horario do leste, América do Norte (Vincennes, Indiana)', - 'America/Indiana/Winamac' => 'Horario do leste, América do Norte (Winamac, Indiana)', - 'America/Indianapolis' => 'Horario do leste, América do Norte (Indianápolis)', - 'America/Inuvik' => 'Horario da montaña, América do Norte (Inuvik)', - 'America/Iqaluit' => 'Horario do leste, América do Norte (Iqaluit)', - 'America/Jamaica' => 'Horario do leste, América do Norte (Xamaica)', - 'America/Jujuy' => 'Horario da Arxentina (Jujuy)', - 'America/Juneau' => 'Horario de Alasca (Juneau)', - 'America/Kentucky/Monticello' => 'Horario do leste, América do Norte (Monticello, Kentucky)', - 'America/Kralendijk' => 'Horario do Atlántico (Kralendijk)', - 'America/La_Paz' => 'Horario de Bolivia (A Paz)', - 'America/Lima' => 'Horario do Perú (Lima)', - 'America/Los_Angeles' => 'Horario do Pacífico, América do Norte (Os Ánxeles)', - 'America/Louisville' => 'Horario do leste, América do Norte (Louisville)', - 'America/Lower_Princes' => 'Horario do Atlántico (Lower Prince’s Quarter)', - 'America/Maceio' => 'Horario de Brasilia (Maceió)', - 'America/Managua' => 'Horario central, Norteamérica (Managua)', - 'America/Manaus' => 'Horario do Amazonas (Manaus)', - 'America/Marigot' => 'Horario do Atlántico (Marigot)', - 'America/Martinique' => 'Horario do Atlántico (Martinica)', - 'America/Matamoros' => 'Horario central, Norteamérica (Matamoros)', - 'America/Mazatlan' => 'Horario do Pacífico mexicano (Mazatlán)', - 'America/Mendoza' => 'Horario da Arxentina (Mendoza)', - 'America/Menominee' => 'Horario central, Norteamérica (Menominee)', - 'America/Merida' => 'Horario central, Norteamérica (Mérida)', - 'America/Metlakatla' => 'Horario de Alasca (Metlakatla)', - 'America/Mexico_City' => 'Horario central, Norteamérica (Cidade de México)', - 'America/Miquelon' => 'Horario de Saint Pierre et Miquelon', - 'America/Moncton' => 'Horario do Atlántico (Moncton)', - 'America/Monterrey' => 'Horario central, Norteamérica (Monterrey)', - 'America/Montevideo' => 'Horario do Uruguai (Montevideo)', - 'America/Montreal' => 'Horario de: O Canadá (Montreal)', - 'America/Montserrat' => 'Horario do Atlántico (Montserrat)', - 'America/Nassau' => 'Horario do leste, América do Norte (Nassau)', - 'America/New_York' => 'Horario do leste, América do Norte (Nova York)', - 'America/Nipigon' => 'Horario do leste, América do Norte (Nipigon)', - 'America/Nome' => 'Horario de Alasca (Nome)', - 'America/Noronha' => 'Horario de Fernando de Noronha', - 'America/North_Dakota/Beulah' => 'Horario central, Norteamérica (Beulah, Dacota do Norte)', - 'America/North_Dakota/Center' => 'Horario central, Norteamérica (Center, Dacota do Norte)', - 'America/North_Dakota/New_Salem' => 'Horario central, Norteamérica (New Salem, Dacota do Norte)', - 'America/Ojinaga' => 'Horario da montaña, América do Norte (Ojinaga)', - 'America/Panama' => 'Horario do leste, América do Norte (Panamá)', - 'America/Pangnirtung' => 'Horario do leste, América do Norte (Pangnirtung)', - 'America/Paramaribo' => 'Horario de Suriname (Paramaribo)', - 'America/Phoenix' => 'Horario da montaña, América do Norte (Phoenix)', - 'America/Port-au-Prince' => 'Horario do leste, América do Norte (Porto Príncipe)', - 'America/Port_of_Spain' => 'Horario do Atlántico (Porto España)', - 'America/Porto_Velho' => 'Horario do Amazonas (Porto Velho)', - 'America/Puerto_Rico' => 'Horario do Atlántico (Porto Rico)', - 'America/Punta_Arenas' => 'Horario de Chile (Punta Arenas)', - 'America/Rainy_River' => 'Horario central, Norteamérica (Rainy River)', - 'America/Rankin_Inlet' => 'Horario central, Norteamérica (Rankin Inlet)', - 'America/Recife' => 'Horario de Brasilia (Recife)', - 'America/Regina' => 'Horario central, Norteamérica (Regina)', - 'America/Resolute' => 'Horario central, Norteamérica (Resolute)', - 'America/Rio_Branco' => 'Horario de: O Brasil (Río Branco)', - 'America/Santa_Isabel' => 'Horario do noroeste de México (Santa Isabel)', - 'America/Santarem' => 'Horario de Brasilia (Santarém)', - 'America/Santiago' => 'Horario de Chile (Santiago)', - 'America/Santo_Domingo' => 'Horario do Atlántico (Santo Domingo)', - 'America/Sao_Paulo' => 'Horario de Brasilia (São Paulo)', - 'America/Scoresbysund' => 'Horario de Groenlandia Oriental (Ittoqqortoormiit)', - 'America/Sitka' => 'Horario de Alasca (Sitka)', - 'America/St_Barthelemy' => 'Horario do Atlántico (Saint Barthélemy)', - 'America/St_Johns' => 'Horario de Terra Nova (Saint John’s)', - 'America/St_Kitts' => 'Horario do Atlántico (Saint Kitts)', - 'America/St_Lucia' => 'Horario do Atlántico (Santa Lucía)', - 'America/St_Thomas' => 'Horario do Atlántico (Saint Thomas)', - 'America/St_Vincent' => 'Horario do Atlántico (San Vicente)', - 'America/Swift_Current' => 'Horario central, Norteamérica (Swift Current)', - 'America/Tegucigalpa' => 'Horario central, Norteamérica (Tegucigalpa)', - 'America/Thule' => 'Horario do Atlántico (Thule)', - 'America/Thunder_Bay' => 'Horario do leste, América do Norte (Thunder Bay)', - 'America/Tijuana' => 'Horario do Pacífico, América do Norte (Tijuana)', - 'America/Toronto' => 'Horario do leste, América do Norte (Toronto)', - 'America/Tortola' => 'Horario do Atlántico (Tórtola)', - 'America/Vancouver' => 'Horario do Pacífico, América do Norte (Vancouver)', - 'America/Whitehorse' => 'Horario de Yukon (Whitehorse)', - 'America/Winnipeg' => 'Horario central, Norteamérica (Winnipeg)', - 'America/Yakutat' => 'Horario de Alasca (Yakutat)', - 'America/Yellowknife' => 'Horario da montaña, América do Norte (Yellowknife)', - 'Antarctica/Casey' => 'Horario de: A Antártida (Casey)', - 'Antarctica/Davis' => 'Horario de Davis', - 'Antarctica/DumontDUrville' => 'Horario de Dumont-d’Urville', - 'Antarctica/Macquarie' => 'Horario de Australia Oriental (Macquarie)', - 'Antarctica/Mawson' => 'Horario de Mawson', - 'Antarctica/McMurdo' => 'Horario de Nova Zelandia (McMurdo)', - 'Antarctica/Palmer' => 'Horario de Chile (Palmer)', - 'Antarctica/Rothera' => 'Horario de Rothera', - 'Antarctica/Syowa' => 'Horario de Syowa (Showa)', - 'Antarctica/Troll' => 'Horario do meridiano de Greenwich (Troll)', - 'Antarctica/Vostok' => 'Horario de Vostok', - 'Arctic/Longyearbyen' => 'Horario de Europa Central (Longyearbyen)', - 'Asia/Aden' => 'Horario árabe (Adén)', - 'Asia/Almaty' => 'Horario de Kazakistán Oriental (Almati)', - 'Asia/Amman' => 'Horario de Europa Oriental (Amán)', + 'Africa/Abidjan' => 'hora do meridiano de Greenwich (Abidjan)', + 'Africa/Accra' => 'hora do meridiano de Greenwich (Acra)', + 'Africa/Addis_Ababa' => 'hora de África Oriental (Adís Abeba)', + 'Africa/Algiers' => 'hora de Europa Central (Alxer)', + 'Africa/Asmera' => 'hora de África Oriental (Asmara)', + 'Africa/Bamako' => 'hora do meridiano de Greenwich (Bamaco)', + 'Africa/Bangui' => 'hora de África Occidental (Bangui)', + 'Africa/Banjul' => 'hora do meridiano de Greenwich (Banjul)', + 'Africa/Bissau' => 'hora do meridiano de Greenwich (Bissau)', + 'Africa/Blantyre' => 'hora de África Central (Blantyre)', + 'Africa/Brazzaville' => 'hora de África Occidental (Brazzaville)', + 'Africa/Bujumbura' => 'hora de África Central (Bujumbura)', + 'Africa/Cairo' => 'hora de Europa Oriental (O Cairo)', + 'Africa/Casablanca' => 'hora de Europa Occidental (Casablanca)', + 'Africa/Ceuta' => 'hora de Europa Central (Ceuta)', + 'Africa/Conakry' => 'hora do meridiano de Greenwich (Conakry)', + 'Africa/Dakar' => 'hora do meridiano de Greenwich (Dakar)', + 'Africa/Dar_es_Salaam' => 'hora de África Oriental (Dar es Salaam)', + 'Africa/Djibouti' => 'hora de África Oriental (Djibuti)', + 'Africa/Douala' => 'hora de África Occidental (Douala)', + 'Africa/El_Aaiun' => 'hora de Europa Occidental (O Aiún)', + 'Africa/Freetown' => 'hora do meridiano de Greenwich (Freetown)', + 'Africa/Gaborone' => 'hora de África Central (Gaborone)', + 'Africa/Harare' => 'hora de África Central (Harare)', + 'Africa/Johannesburg' => 'hora de África Meridional (Xohanesburgo)', + 'Africa/Juba' => 'hora de África Central (Juba)', + 'Africa/Kampala' => 'hora de África Oriental (Kampala)', + 'Africa/Khartoum' => 'hora de África Central (Khartún)', + 'Africa/Kigali' => 'hora de África Central (Kigali)', + 'Africa/Kinshasa' => 'hora de África Occidental (Kinshasa)', + 'Africa/Lagos' => 'hora de África Occidental (Lagos)', + 'Africa/Libreville' => 'hora de África Occidental (Libreville)', + 'Africa/Lome' => 'hora do meridiano de Greenwich (Lomé)', + 'Africa/Luanda' => 'hora de África Occidental (Luanda)', + 'Africa/Lubumbashi' => 'hora de África Central (Lubumbashi)', + 'Africa/Lusaka' => 'hora de África Central (Lusaca)', + 'Africa/Malabo' => 'hora de África Occidental (Malabo)', + 'Africa/Maputo' => 'hora de África Central (Maputo)', + 'Africa/Maseru' => 'hora de África Meridional (Maseru)', + 'Africa/Mbabane' => 'hora de África Meridional (Mbabane)', + 'Africa/Mogadishu' => 'hora de África Oriental (Mogadixo)', + 'Africa/Monrovia' => 'hora do meridiano de Greenwich (Monrovia)', + 'Africa/Nairobi' => 'hora de África Oriental (Nairobi)', + 'Africa/Ndjamena' => 'hora de África Occidental (N’Djamena)', + 'Africa/Niamey' => 'hora de África Occidental (Niamey)', + 'Africa/Nouakchott' => 'hora do meridiano de Greenwich (Nouakchott)', + 'Africa/Ouagadougou' => 'hora do meridiano de Greenwich (Uagadugu)', + 'Africa/Porto-Novo' => 'hora de África Occidental (Porto-Novo)', + 'Africa/Sao_Tome' => 'hora do meridiano de Greenwich (San Tomé)', + 'Africa/Tripoli' => 'hora de Europa Oriental (Trípoli)', + 'Africa/Tunis' => 'hora de Europa Central (Tunes)', + 'Africa/Windhoek' => 'hora de África Central (Windhoek)', + 'America/Adak' => 'hora de Hawai-illas Aleutianas (Adak)', + 'America/Anchorage' => 'hora de Alasca (Anchorage)', + 'America/Anguilla' => 'hora do Atlántico (Anguila)', + 'America/Antigua' => 'hora do Atlántico (Antigua)', + 'America/Araguaina' => 'hora de Brasilia (Araguaína)', + 'America/Argentina/La_Rioja' => 'hora da Arxentina (A Rioxa)', + 'America/Argentina/Rio_Gallegos' => 'hora da Arxentina (Río Gallegos)', + 'America/Argentina/Salta' => 'hora da Arxentina (Salta)', + 'America/Argentina/San_Juan' => 'hora da Arxentina (San Juan)', + 'America/Argentina/San_Luis' => 'hora da Arxentina (San Luis)', + 'America/Argentina/Tucuman' => 'hora da Arxentina (Tucumán)', + 'America/Argentina/Ushuaia' => 'hora da Arxentina (Ushuaia)', + 'America/Aruba' => 'hora do Atlántico (Aruba)', + 'America/Asuncion' => 'hora do Paraguai (Asunción)', + 'America/Bahia' => 'hora de Brasilia (Baía)', + 'America/Bahia_Banderas' => 'hora central, Norteamérica (Bahía de Banderas)', + 'America/Barbados' => 'hora do Atlántico (Barbados)', + 'America/Belem' => 'hora de Brasilia (Belém)', + 'America/Belize' => 'hora central, Norteamérica (Belize)', + 'America/Blanc-Sablon' => 'hora do Atlántico (Blanc-Sablon)', + 'America/Boa_Vista' => 'hora do Amazonas (Boa Vista)', + 'America/Bogota' => 'hora de Colombia (Bogotá)', + 'America/Boise' => 'hora da montaña, América do Norte (Boise)', + 'America/Buenos_Aires' => 'hora da Arxentina (Buenos Aires)', + 'America/Cambridge_Bay' => 'hora da montaña, América do Norte (Cambridge Bay)', + 'America/Campo_Grande' => 'hora do Amazonas (Campo Grande)', + 'America/Cancun' => 'hora do leste, América do Norte (Cancún)', + 'America/Caracas' => 'hora de Venezuela (Caracas)', + 'America/Catamarca' => 'hora da Arxentina (Catamarca)', + 'America/Cayenne' => 'hora da Güiana Francesa (Caiena)', + 'America/Cayman' => 'hora do leste, América do Norte (Illas Caimán)', + 'America/Chicago' => 'hora central, Norteamérica (Chicago)', + 'America/Chihuahua' => 'hora do Pacífico mexicano (Chihuahua)', + 'America/Coral_Harbour' => 'hora do leste, América do Norte (Atikokan)', + 'America/Cordoba' => 'hora da Arxentina (Córdoba)', + 'America/Costa_Rica' => 'hora central, Norteamérica (Costa Rica)', + 'America/Creston' => 'hora da montaña, América do Norte (Creston)', + 'America/Cuiaba' => 'hora do Amazonas (Cuiabá)', + 'America/Curacao' => 'hora do Atlántico (Curaçao)', + 'America/Danmarkshavn' => 'hora do meridiano de Greenwich (Danmarkshavn)', + 'America/Dawson' => 'hora de Yukon (Dawson)', + 'America/Dawson_Creek' => 'hora da montaña, América do Norte (Dawson Creek)', + 'America/Denver' => 'hora da montaña, América do Norte (Denver)', + 'America/Detroit' => 'hora do leste, América do Norte (Detroit)', + 'America/Dominica' => 'hora do Atlántico (Dominica)', + 'America/Edmonton' => 'hora da montaña, América do Norte (Edmonton)', + 'America/Eirunepe' => 'hora de: O Brasil (Eirunepé)', + 'America/El_Salvador' => 'hora central, Norteamérica (O Salvador)', + 'America/Fort_Nelson' => 'hora da montaña, América do Norte (Fort Nelson)', + 'America/Fortaleza' => 'hora de Brasilia (Fortaleza)', + 'America/Glace_Bay' => 'hora do Atlántico (Glace Bay)', + 'America/Godthab' => 'hora de Groenlandia Occidental (Nuuk)', + 'America/Goose_Bay' => 'hora do Atlántico (Goose Bay)', + 'America/Grand_Turk' => 'hora do leste, América do Norte (Grand Turk)', + 'America/Grenada' => 'hora do Atlántico (Granada)', + 'America/Guadeloupe' => 'hora do Atlántico (Guadalupe)', + 'America/Guatemala' => 'hora central, Norteamérica (Guatemala)', + 'America/Guayaquil' => 'hora de Ecuador (Guayaquil)', + 'America/Guyana' => 'hora da Güiana', + 'America/Halifax' => 'hora do Atlántico (Halifax)', + 'America/Havana' => 'hora de Cuba (A Habana)', + 'America/Hermosillo' => 'hora do Pacífico mexicano (Hermosillo)', + 'America/Indiana/Knox' => 'hora central, Norteamérica (Knox, Indiana)', + 'America/Indiana/Marengo' => 'hora do leste, América do Norte (Marengo, Indiana)', + 'America/Indiana/Petersburg' => 'hora do leste, América do Norte (Petersburg, Indiana)', + 'America/Indiana/Tell_City' => 'hora central, Norteamérica (Tell City, Indiana)', + 'America/Indiana/Vevay' => 'hora do leste, América do Norte (Vevay, Indiana)', + 'America/Indiana/Vincennes' => 'hora do leste, América do Norte (Vincennes, Indiana)', + 'America/Indiana/Winamac' => 'hora do leste, América do Norte (Winamac, Indiana)', + 'America/Indianapolis' => 'hora do leste, América do Norte (Indianápolis)', + 'America/Inuvik' => 'hora da montaña, América do Norte (Inuvik)', + 'America/Iqaluit' => 'hora do leste, América do Norte (Iqaluit)', + 'America/Jamaica' => 'hora do leste, América do Norte (Xamaica)', + 'America/Jujuy' => 'hora da Arxentina (Jujuy)', + 'America/Juneau' => 'hora de Alasca (Juneau)', + 'America/Kentucky/Monticello' => 'hora do leste, América do Norte (Monticello, Kentucky)', + 'America/Kralendijk' => 'hora do Atlántico (Kralendijk)', + 'America/La_Paz' => 'hora de Bolivia (A Paz)', + 'America/Lima' => 'hora do Perú (Lima)', + 'America/Los_Angeles' => 'hora do Pacífico, América do Norte (Os Ánxeles)', + 'America/Louisville' => 'hora do leste, América do Norte (Louisville)', + 'America/Lower_Princes' => 'hora do Atlántico (Lower Prince’s Quarter)', + 'America/Maceio' => 'hora de Brasilia (Maceió)', + 'America/Managua' => 'hora central, Norteamérica (Managua)', + 'America/Manaus' => 'hora do Amazonas (Manaus)', + 'America/Marigot' => 'hora do Atlántico (Marigot)', + 'America/Martinique' => 'hora do Atlántico (Martinica)', + 'America/Matamoros' => 'hora central, Norteamérica (Matamoros)', + 'America/Mazatlan' => 'hora do Pacífico mexicano (Mazatlán)', + 'America/Mendoza' => 'hora da Arxentina (Mendoza)', + 'America/Menominee' => 'hora central, Norteamérica (Menominee)', + 'America/Merida' => 'hora central, Norteamérica (Mérida)', + 'America/Metlakatla' => 'hora de Alasca (Metlakatla)', + 'America/Mexico_City' => 'hora central, Norteamérica (Cidade de México)', + 'America/Miquelon' => 'hora de Saint Pierre et Miquelon', + 'America/Moncton' => 'hora do Atlántico (Moncton)', + 'America/Monterrey' => 'hora central, Norteamérica (Monterrey)', + 'America/Montevideo' => 'hora do Uruguai (Montevideo)', + 'America/Montreal' => 'hora de: O Canadá (Montreal)', + 'America/Montserrat' => 'hora do Atlántico (Montserrat)', + 'America/Nassau' => 'hora do leste, América do Norte (Nassau)', + 'America/New_York' => 'hora do leste, América do Norte (Nova York)', + 'America/Nipigon' => 'hora do leste, América do Norte (Nipigon)', + 'America/Nome' => 'hora de Alasca (Nome)', + 'America/Noronha' => 'hora de Fernando de Noronha', + 'America/North_Dakota/Beulah' => 'hora central, Norteamérica (Beulah, Dacota do Norte)', + 'America/North_Dakota/Center' => 'hora central, Norteamérica (Center, Dacota do Norte)', + 'America/North_Dakota/New_Salem' => 'hora central, Norteamérica (New Salem, Dacota do Norte)', + 'America/Ojinaga' => 'hora da montaña, América do Norte (Ojinaga)', + 'America/Panama' => 'hora do leste, América do Norte (Panamá)', + 'America/Pangnirtung' => 'hora do leste, América do Norte (Pangnirtung)', + 'America/Paramaribo' => 'hora de Suriname (Paramaribo)', + 'America/Phoenix' => 'hora da montaña, América do Norte (Phoenix)', + 'America/Port-au-Prince' => 'hora do leste, América do Norte (Porto Príncipe)', + 'America/Port_of_Spain' => 'hora do Atlántico (Porto España)', + 'America/Porto_Velho' => 'hora do Amazonas (Porto Velho)', + 'America/Puerto_Rico' => 'hora do Atlántico (Porto Rico)', + 'America/Punta_Arenas' => 'hora de Chile (Punta Arenas)', + 'America/Rainy_River' => 'hora central, Norteamérica (Rainy River)', + 'America/Rankin_Inlet' => 'hora central, Norteamérica (Rankin Inlet)', + 'America/Recife' => 'hora de Brasilia (Recife)', + 'America/Regina' => 'hora central, Norteamérica (Regina)', + 'America/Resolute' => 'hora central, Norteamérica (Resolute)', + 'America/Rio_Branco' => 'hora de: O Brasil (Río Branco)', + 'America/Santa_Isabel' => 'hora do noroeste de México (Santa Isabel)', + 'America/Santarem' => 'hora de Brasilia (Santarém)', + 'America/Santiago' => 'hora de Chile (Santiago)', + 'America/Santo_Domingo' => 'hora do Atlántico (Santo Domingo)', + 'America/Sao_Paulo' => 'hora de Brasilia (São Paulo)', + 'America/Scoresbysund' => 'hora de Groenlandia Oriental (Ittoqqortoormiit)', + 'America/Sitka' => 'hora de Alasca (Sitka)', + 'America/St_Barthelemy' => 'hora do Atlántico (Saint Barthélemy)', + 'America/St_Johns' => 'hora de Terra Nova (Saint John’s)', + 'America/St_Kitts' => 'hora do Atlántico (Saint Kitts)', + 'America/St_Lucia' => 'hora do Atlántico (Santa Lucía)', + 'America/St_Thomas' => 'hora do Atlántico (Saint Thomas)', + 'America/St_Vincent' => 'hora do Atlántico (San Vicente)', + 'America/Swift_Current' => 'hora central, Norteamérica (Swift Current)', + 'America/Tegucigalpa' => 'hora central, Norteamérica (Tegucigalpa)', + 'America/Thule' => 'hora do Atlántico (Thule)', + 'America/Thunder_Bay' => 'hora do leste, América do Norte (Thunder Bay)', + 'America/Tijuana' => 'hora do Pacífico, América do Norte (Tijuana)', + 'America/Toronto' => 'hora do leste, América do Norte (Toronto)', + 'America/Tortola' => 'hora do Atlántico (Tórtola)', + 'America/Vancouver' => 'hora do Pacífico, América do Norte (Vancouver)', + 'America/Whitehorse' => 'hora de Yukon (Whitehorse)', + 'America/Winnipeg' => 'hora central, Norteamérica (Winnipeg)', + 'America/Yakutat' => 'hora de Alasca (Yakutat)', + 'America/Yellowknife' => 'hora da montaña, América do Norte (Yellowknife)', + 'Antarctica/Casey' => 'hora de: A Antártida (Casey)', + 'Antarctica/Davis' => 'hora de Davis', + 'Antarctica/DumontDUrville' => 'hora de Dumont-d’Urville', + 'Antarctica/Macquarie' => 'hora de Australia Oriental (Macquarie)', + 'Antarctica/Mawson' => 'hora de Mawson', + 'Antarctica/McMurdo' => 'hora de Nova Zelandia (McMurdo)', + 'Antarctica/Palmer' => 'hora de Chile (Palmer)', + 'Antarctica/Rothera' => 'hora de Rothera', + 'Antarctica/Syowa' => 'hora de Syowa (Showa)', + 'Antarctica/Troll' => 'hora do meridiano de Greenwich (Troll)', + 'Antarctica/Vostok' => 'hora de Vostok', + 'Arctic/Longyearbyen' => 'hora de Europa Central (Longyearbyen)', + 'Asia/Aden' => 'hora árabe (Adén)', + 'Asia/Almaty' => 'hora de Kazakistán Oriental (Almati)', + 'Asia/Amman' => 'hora de Europa Oriental (Amán)', 'Asia/Anadyr' => 'Horario de Anadir (Anadyr)', - 'Asia/Aqtau' => 'Horario de Kazakistán Occidental (Aktau)', - 'Asia/Aqtobe' => 'Horario de Kazakistán Occidental (Aktobe)', - 'Asia/Ashgabat' => 'Horario de Turkmenistán (Achkhabad)', - 'Asia/Atyrau' => 'Horario de Kazakistán Occidental (Atyrau)', - 'Asia/Baghdad' => 'Horario árabe (Bagdad)', - 'Asia/Bahrain' => 'Horario árabe (Bahrain)', - 'Asia/Baku' => 'Horario de Acerbaixán (Bacú)', - 'Asia/Bangkok' => 'Horario de Indochina (Bangkok)', - 'Asia/Barnaul' => 'Horario de: Rusia (Barnaul)', - 'Asia/Beirut' => 'Horario de Europa Oriental (Beirut)', - 'Asia/Bishkek' => 'Horario de Kirguizistán (Bishkek)', - 'Asia/Brunei' => 'Horario de Brunei Darussalam', - 'Asia/Calcutta' => 'Horario da India (Calcuta)', - 'Asia/Chita' => 'Horario de Iakutsk (Chitá)', - 'Asia/Choibalsan' => 'Horario de Ulaanbaatar (Choibalsan)', - 'Asia/Colombo' => 'Horario da India (Colombo)', - 'Asia/Damascus' => 'Horario de Europa Oriental (Damasco)', - 'Asia/Dhaka' => 'Horario de Bangladesh (Dhaka)', - 'Asia/Dili' => 'Horario de Timor Leste (Dili)', - 'Asia/Dubai' => 'Horario do Golfo (Dubai)', - 'Asia/Dushanbe' => 'Horario de Taxiquistán (Dushanbe)', - 'Asia/Famagusta' => 'Horario de Europa Oriental (Famagusta)', - 'Asia/Gaza' => 'Horario de Europa Oriental (Gaza)', - 'Asia/Hebron' => 'Horario de Europa Oriental (Hebrón)', - 'Asia/Hong_Kong' => 'Horario de Hong Kong', - 'Asia/Hovd' => 'Horario de Hovd', - 'Asia/Irkutsk' => 'Horario de Irkutsk', - 'Asia/Jakarta' => 'Horario de Indonesia Occidental (Iacarta)', - 'Asia/Jayapura' => 'Horario de Indonesia Oriental (Jayapura)', - 'Asia/Jerusalem' => 'Horario de Israel (Xerusalén)', - 'Asia/Kabul' => 'Horario de Afganistán (Cabul)', + 'Asia/Aqtau' => 'hora de Kazakistán Occidental (Aktau)', + 'Asia/Aqtobe' => 'hora de Kazakistán Occidental (Aktobe)', + 'Asia/Ashgabat' => 'hora de Turkmenistán (Achkhabad)', + 'Asia/Atyrau' => 'hora de Kazakistán Occidental (Atyrau)', + 'Asia/Baghdad' => 'hora árabe (Bagdad)', + 'Asia/Bahrain' => 'hora árabe (Bahrain)', + 'Asia/Baku' => 'hora de Acerbaixán (Bacú)', + 'Asia/Bangkok' => 'hora de Indochina (Bangkok)', + 'Asia/Barnaul' => 'hora de: Rusia (Barnaul)', + 'Asia/Beirut' => 'hora de Europa Oriental (Beirut)', + 'Asia/Bishkek' => 'hora de Kirguizistán (Bishkek)', + 'Asia/Brunei' => 'hora de Brunei Darussalam', + 'Asia/Calcutta' => 'hora da India (Calcuta)', + 'Asia/Chita' => 'hora de Iakutsk (Chitá)', + 'Asia/Choibalsan' => 'hora de Ulaanbaatar (Choibalsan)', + 'Asia/Colombo' => 'hora da India (Colombo)', + 'Asia/Damascus' => 'hora de Europa Oriental (Damasco)', + 'Asia/Dhaka' => 'hora de Bangladesh (Dhaka)', + 'Asia/Dili' => 'hora de Timor Leste (Dili)', + 'Asia/Dubai' => 'hora do Golfo (Dubai)', + 'Asia/Dushanbe' => 'hora de Taxiquistán (Dushanbe)', + 'Asia/Famagusta' => 'hora de Europa Oriental (Famagusta)', + 'Asia/Gaza' => 'hora de Europa Oriental (Gaza)', + 'Asia/Hebron' => 'hora de Europa Oriental (Hebrón)', + 'Asia/Hong_Kong' => 'hora de Hong Kong', + 'Asia/Hovd' => 'hora de Hovd', + 'Asia/Irkutsk' => 'hora de Irkutsk', + 'Asia/Jakarta' => 'hora de Indonesia Occidental (Iacarta)', + 'Asia/Jayapura' => 'hora de Indonesia Oriental (Jayapura)', + 'Asia/Jerusalem' => 'hora de Israel (Xerusalén)', + 'Asia/Kabul' => 'hora de Afganistán (Cabul)', 'Asia/Kamchatka' => 'Horario de Petropávlovsk-Kamchatski (Kamchatka)', - 'Asia/Karachi' => 'Horario de Paquistán (Karachi)', - 'Asia/Katmandu' => 'Horario de Nepal (Katmandú)', - 'Asia/Khandyga' => 'Horario de Iakutsk (Chandyga)', - 'Asia/Krasnoyarsk' => 'Horario de Krasnoiarsk (Krasnoyarsk)', - 'Asia/Kuala_Lumpur' => 'Horario de Malaisia (Kuala Lumpur)', - 'Asia/Kuching' => 'Horario de Malaisia (Kuching)', - 'Asia/Kuwait' => 'Horario árabe (Kuwait)', - 'Asia/Macau' => 'Horario da China (Macau)', - 'Asia/Magadan' => 'Horario de Magadan', - 'Asia/Makassar' => 'Horario de Indonesia Central (Makassar)', - 'Asia/Manila' => 'Horario de Filipinas (Manila)', - 'Asia/Muscat' => 'Horario do Golfo (Mascate)', - 'Asia/Nicosia' => 'Horario de Europa Oriental (Nicosia)', - 'Asia/Novokuznetsk' => 'Horario de Krasnoiarsk (Novokuznetsk)', - 'Asia/Novosibirsk' => 'Horario de Novosibirsk', - 'Asia/Omsk' => 'Horario de Omsk', - 'Asia/Oral' => 'Horario de Kazakistán Occidental (Oral)', - 'Asia/Phnom_Penh' => 'Horario de Indochina (Phnom Penh)', - 'Asia/Pontianak' => 'Horario de Indonesia Occidental (Pontianak)', - 'Asia/Pyongyang' => 'Horario de Corea (Pyongyang)', - 'Asia/Qatar' => 'Horario árabe (Qatar)', - 'Asia/Qostanay' => 'Horario de Kazakistán Oriental (Qostanai)', - 'Asia/Qyzylorda' => 'Horario de Kazakistán Occidental (Kyzylorda)', - 'Asia/Rangoon' => 'Horario de Myanmar (Yangon)', - 'Asia/Riyadh' => 'Horario árabe (Riad)', - 'Asia/Saigon' => 'Horario de Indochina (Ho Chi Minh)', - 'Asia/Sakhalin' => 'Horario de Sakhalín', - 'Asia/Samarkand' => 'Horario de Uzbekistán (Samarcanda)', - 'Asia/Seoul' => 'Horario de Corea (Seúl)', - 'Asia/Shanghai' => 'Horario da China (Shanghai)', - 'Asia/Singapore' => 'Horario de Singapur', - 'Asia/Srednekolymsk' => 'Horario de Magadan (Srednekolimsk)', - 'Asia/Taipei' => 'Horario de Taipei', - 'Asia/Tashkent' => 'Horario de Uzbekistán (Tashkent)', - 'Asia/Tbilisi' => 'Horario de Xeorxia (Tbilisi)', - 'Asia/Tehran' => 'Horario de Irán (Teherán)', - 'Asia/Thimphu' => 'Horario de Bután (Thimphu)', - 'Asia/Tokyo' => 'Horario do Xapón (Tokyo)', - 'Asia/Tomsk' => 'Horario de: Rusia (Tomsk)', - 'Asia/Ulaanbaatar' => 'Horario de Ulaanbaatar', - 'Asia/Urumqi' => 'Horario de: A China (Ürümqi)', - 'Asia/Ust-Nera' => 'Horario de Vladivostok (Ust-Nera)', - 'Asia/Vientiane' => 'Horario de Indochina (Vientiane)', - 'Asia/Vladivostok' => 'Horario de Vladivostok', - 'Asia/Yakutsk' => 'Horario de Iakutsk', - 'Asia/Yekaterinburg' => 'Horario de Ekaterimburgo (Ekaterinburgo)', - 'Asia/Yerevan' => 'Horario de Armenia (Iereván)', - 'Atlantic/Azores' => 'Horario dos Azores', - 'Atlantic/Bermuda' => 'Horario do Atlántico (Illas Bermudas)', - 'Atlantic/Canary' => 'Horario de Europa Occidental (Illas Canarias)', - 'Atlantic/Cape_Verde' => 'Horario de Cabo Verde', - 'Atlantic/Faeroe' => 'Horario de Europa Occidental (Feroe)', - 'Atlantic/Madeira' => 'Horario de Europa Occidental (Madeira)', - 'Atlantic/Reykjavik' => 'Horario do meridiano de Greenwich (Reiquiavik)', - 'Atlantic/South_Georgia' => 'Horario de Xeorxia do Sur', - 'Atlantic/St_Helena' => 'Horario do meridiano de Greenwich (Santa Helena)', - 'Atlantic/Stanley' => 'Horario das Illas Malvinas (Stanley)', - 'Australia/Adelaide' => 'Horario de Australia Central (Adelaida)', - 'Australia/Brisbane' => 'Horario de Australia Oriental (Brisbane)', - 'Australia/Broken_Hill' => 'Horario de Australia Central (Broken Hill)', - 'Australia/Currie' => 'Horario de Australia Oriental (Currie)', - 'Australia/Darwin' => 'Horario de Australia Central (Darwin)', - 'Australia/Eucla' => 'Horario de Australia Occidental Central (Eucla)', - 'Australia/Hobart' => 'Horario de Australia Oriental (Hobart)', - 'Australia/Lindeman' => 'Horario de Australia Oriental (Lindeman)', - 'Australia/Lord_Howe' => 'Horario de Lord Howe', - 'Australia/Melbourne' => 'Horario de Australia Oriental (Melbourne)', - 'Australia/Perth' => 'Horario de Australia Occidental (Perth)', - 'Australia/Sydney' => 'Horario de Australia Oriental (Sidney)', - 'CST6CDT' => 'Horario central, Norteamérica', - 'EST5EDT' => 'Horario do leste, América do Norte', - 'Etc/GMT' => 'Horario do meridiano de Greenwich', - 'Etc/UTC' => 'Horario universal coordinado', - 'Europe/Amsterdam' => 'Horario de Europa Central (Ámsterdam)', - 'Europe/Andorra' => 'Horario de Europa Central (Andorra)', - 'Europe/Astrakhan' => 'Horario de Moscova (Astrakán)', - 'Europe/Athens' => 'Horario de Europa Oriental (Atenas)', - 'Europe/Belgrade' => 'Horario de Europa Central (Belgrado)', - 'Europe/Berlin' => 'Horario de Europa Central (Berlín)', - 'Europe/Bratislava' => 'Horario de Europa Central (Bratislava)', - 'Europe/Brussels' => 'Horario de Europa Central (Bruxelas)', - 'Europe/Bucharest' => 'Horario de Europa Oriental (Bucarest)', - 'Europe/Budapest' => 'Horario de Europa Central (Budapest)', - 'Europe/Busingen' => 'Horario de Europa Central (Busingen)', - 'Europe/Chisinau' => 'Horario de Europa Oriental (Chisinau)', - 'Europe/Copenhagen' => 'Horario de Europa Central (Copenhague)', - 'Europe/Dublin' => 'Horario do meridiano de Greenwich (Dublín)', - 'Europe/Gibraltar' => 'Horario de Europa Central (Xibraltar)', - 'Europe/Guernsey' => 'Horario do meridiano de Greenwich (Guernsey)', - 'Europe/Helsinki' => 'Horario de Europa Oriental (Helsinqui)', - 'Europe/Isle_of_Man' => 'Horario do meridiano de Greenwich (Illa de Man)', - 'Europe/Istanbul' => 'Horario de: Turquía (Istanbul)', - 'Europe/Jersey' => 'Horario do meridiano de Greenwich (Jersey)', - 'Europe/Kaliningrad' => 'Horario de Europa Oriental (Kaliningrado)', - 'Europe/Kiev' => 'Horario de Europa Oriental (Kiev)', - 'Europe/Kirov' => 'Horario de: Rusia (Kirov)', - 'Europe/Lisbon' => 'Horario de Europa Occidental (Lisboa)', - 'Europe/Ljubljana' => 'Horario de Europa Central (Liubliana)', - 'Europe/London' => 'Horario do meridiano de Greenwich (Londres)', - 'Europe/Luxembourg' => 'Horario de Europa Central (Luxemburgo)', - 'Europe/Madrid' => 'Horario de Europa Central (Madrid)', - 'Europe/Malta' => 'Horario de Europa Central (Malta)', - 'Europe/Mariehamn' => 'Horario de Europa Oriental (Mariehamn)', - 'Europe/Minsk' => 'Horario de Moscova (Minsk)', - 'Europe/Monaco' => 'Horario de Europa Central (Mónaco)', - 'Europe/Moscow' => 'Horario de Moscova', - 'Europe/Oslo' => 'Horario de Europa Central (Oslo)', - 'Europe/Paris' => 'Horario de Europa Central (París)', - 'Europe/Podgorica' => 'Horario de Europa Central (Podgorica)', - 'Europe/Prague' => 'Horario de Europa Central (Praga)', - 'Europe/Riga' => 'Horario de Europa Oriental (Riga)', - 'Europe/Rome' => 'Horario de Europa Central (Roma)', + 'Asia/Karachi' => 'hora de Paquistán (Karachi)', + 'Asia/Katmandu' => 'hora de Nepal (Katmandú)', + 'Asia/Khandyga' => 'hora de Iakutsk (Chandyga)', + 'Asia/Krasnoyarsk' => 'hora de Krasnoiarsk (Krasnoyarsk)', + 'Asia/Kuala_Lumpur' => 'hora de Malaisia (Kuala Lumpur)', + 'Asia/Kuching' => 'hora de Malaisia (Kuching)', + 'Asia/Kuwait' => 'hora árabe (Kuwait)', + 'Asia/Macau' => 'hora da China (Macau)', + 'Asia/Magadan' => 'hora de Magadan', + 'Asia/Makassar' => 'hora de Indonesia Central (Makassar)', + 'Asia/Manila' => 'hora de Filipinas (Manila)', + 'Asia/Muscat' => 'hora do Golfo (Mascate)', + 'Asia/Nicosia' => 'hora de Europa Oriental (Nicosia)', + 'Asia/Novokuznetsk' => 'hora de Krasnoiarsk (Novokuznetsk)', + 'Asia/Novosibirsk' => 'hora de Novosibirsk', + 'Asia/Omsk' => 'hora de Omsk', + 'Asia/Oral' => 'hora de Kazakistán Occidental (Oral)', + 'Asia/Phnom_Penh' => 'hora de Indochina (Phnom Penh)', + 'Asia/Pontianak' => 'hora de Indonesia Occidental (Pontianak)', + 'Asia/Pyongyang' => 'hora de Corea (Pyongyang)', + 'Asia/Qatar' => 'hora árabe (Qatar)', + 'Asia/Qostanay' => 'hora de Kazakistán Oriental (Qostanai)', + 'Asia/Qyzylorda' => 'hora de Kazakistán Occidental (Kyzylorda)', + 'Asia/Rangoon' => 'hora de Myanmar (Yangon)', + 'Asia/Riyadh' => 'hora árabe (Riad)', + 'Asia/Saigon' => 'hora de Indochina (Ho Chi Minh)', + 'Asia/Sakhalin' => 'hora de Sakhalín', + 'Asia/Samarkand' => 'hora de Uzbekistán (Samarcanda)', + 'Asia/Seoul' => 'hora de Corea (Seúl)', + 'Asia/Shanghai' => 'hora da China (Shanghai)', + 'Asia/Singapore' => 'hora de Singapur', + 'Asia/Srednekolymsk' => 'hora de Magadan (Srednekolimsk)', + 'Asia/Taipei' => 'hora de Taipei', + 'Asia/Tashkent' => 'hora de Uzbekistán (Tashkent)', + 'Asia/Tbilisi' => 'hora de Xeorxia (Tbilisi)', + 'Asia/Tehran' => 'hora de Irán (Teherán)', + 'Asia/Thimphu' => 'hora de Bután (Thimphu)', + 'Asia/Tokyo' => 'hora do Xapón (Tokyo)', + 'Asia/Tomsk' => 'hora de: Rusia (Tomsk)', + 'Asia/Ulaanbaatar' => 'hora de Ulaanbaatar', + 'Asia/Urumqi' => 'hora de: A China (Ürümqi)', + 'Asia/Ust-Nera' => 'hora de Vladivostok (Ust-Nera)', + 'Asia/Vientiane' => 'hora de Indochina (Vientiane)', + 'Asia/Vladivostok' => 'hora de Vladivostok', + 'Asia/Yakutsk' => 'hora de Iakutsk', + 'Asia/Yekaterinburg' => 'hora de Ekaterimburgo (Ekaterinburgo)', + 'Asia/Yerevan' => 'hora de Armenia (Iereván)', + 'Atlantic/Azores' => 'hora dos Azores', + 'Atlantic/Bermuda' => 'hora do Atlántico (Illas Bermudas)', + 'Atlantic/Canary' => 'hora de Europa Occidental (Illas Canarias)', + 'Atlantic/Cape_Verde' => 'hora de Cabo Verde', + 'Atlantic/Faeroe' => 'hora de Europa Occidental (Feroe)', + 'Atlantic/Madeira' => 'hora de Europa Occidental (Madeira)', + 'Atlantic/Reykjavik' => 'hora do meridiano de Greenwich (Reiquiavik)', + 'Atlantic/South_Georgia' => 'hora de Xeorxia do Sur', + 'Atlantic/St_Helena' => 'hora do meridiano de Greenwich (Santa Helena)', + 'Atlantic/Stanley' => 'hora das Illas Malvinas (Stanley)', + 'Australia/Adelaide' => 'hora de Australia Central (Adelaida)', + 'Australia/Brisbane' => 'hora de Australia Oriental (Brisbane)', + 'Australia/Broken_Hill' => 'hora de Australia Central (Broken Hill)', + 'Australia/Currie' => 'hora de Australia Oriental (Currie)', + 'Australia/Darwin' => 'hora de Australia Central (Darwin)', + 'Australia/Eucla' => 'hora de Australia Occidental Central (Eucla)', + 'Australia/Hobart' => 'hora de Australia Oriental (Hobart)', + 'Australia/Lindeman' => 'hora de Australia Oriental (Lindeman)', + 'Australia/Lord_Howe' => 'hora de Lord Howe', + 'Australia/Melbourne' => 'hora de Australia Oriental (Melbourne)', + 'Australia/Perth' => 'hora de Australia Occidental (Perth)', + 'Australia/Sydney' => 'hora de Australia Oriental (Sidney)', + 'CST6CDT' => 'hora central, Norteamérica', + 'EST5EDT' => 'hora do leste, América do Norte', + 'Etc/GMT' => 'hora do meridiano de Greenwich', + 'Etc/UTC' => 'hora universal coordinada', + 'Europe/Amsterdam' => 'hora de Europa Central (Ámsterdam)', + 'Europe/Andorra' => 'hora de Europa Central (Andorra)', + 'Europe/Astrakhan' => 'hora de Moscova (Astrakán)', + 'Europe/Athens' => 'hora de Europa Oriental (Atenas)', + 'Europe/Belgrade' => 'hora de Europa Central (Belgrado)', + 'Europe/Berlin' => 'hora de Europa Central (Berlín)', + 'Europe/Bratislava' => 'hora de Europa Central (Bratislava)', + 'Europe/Brussels' => 'hora de Europa Central (Bruxelas)', + 'Europe/Bucharest' => 'hora de Europa Oriental (Bucarest)', + 'Europe/Budapest' => 'hora de Europa Central (Budapest)', + 'Europe/Busingen' => 'hora de Europa Central (Busingen)', + 'Europe/Chisinau' => 'hora de Europa Oriental (Chisinau)', + 'Europe/Copenhagen' => 'hora de Europa Central (Copenhague)', + 'Europe/Dublin' => 'hora do meridiano de Greenwich (Dublín)', + 'Europe/Gibraltar' => 'hora de Europa Central (Xibraltar)', + 'Europe/Guernsey' => 'hora do meridiano de Greenwich (Guernsey)', + 'Europe/Helsinki' => 'hora de Europa Oriental (Helsinqui)', + 'Europe/Isle_of_Man' => 'hora do meridiano de Greenwich (Illa de Man)', + 'Europe/Istanbul' => 'hora de: Turquía (Istanbul)', + 'Europe/Jersey' => 'hora do meridiano de Greenwich (Jersey)', + 'Europe/Kaliningrad' => 'hora de Europa Oriental (Kaliningrado)', + 'Europe/Kiev' => 'hora de Europa Oriental (Kiev)', + 'Europe/Kirov' => 'hora de: Rusia (Kirov)', + 'Europe/Lisbon' => 'hora de Europa Occidental (Lisboa)', + 'Europe/Ljubljana' => 'hora de Europa Central (Liubliana)', + 'Europe/London' => 'hora do meridiano de Greenwich (Londres)', + 'Europe/Luxembourg' => 'hora de Europa Central (Luxemburgo)', + 'Europe/Madrid' => 'hora de Europa Central (Madrid)', + 'Europe/Malta' => 'hora de Europa Central (Malta)', + 'Europe/Mariehamn' => 'hora de Europa Oriental (Mariehamn)', + 'Europe/Minsk' => 'hora de Moscova (Minsk)', + 'Europe/Monaco' => 'hora de Europa Central (Mónaco)', + 'Europe/Moscow' => 'hora de Moscova', + 'Europe/Oslo' => 'hora de Europa Central (Oslo)', + 'Europe/Paris' => 'hora de Europa Central (París)', + 'Europe/Podgorica' => 'hora de Europa Central (Podgorica)', + 'Europe/Prague' => 'hora de Europa Central (Praga)', + 'Europe/Riga' => 'hora de Europa Oriental (Riga)', + 'Europe/Rome' => 'hora de Europa Central (Roma)', 'Europe/Samara' => 'Horario de Samara', - 'Europe/San_Marino' => 'Horario de Europa Central (San Marino)', - 'Europe/Sarajevo' => 'Horario de Europa Central (Saraievo)', - 'Europe/Saratov' => 'Horario de Moscova (Saratov)', - 'Europe/Simferopol' => 'Horario de Moscova (Simferópol)', - 'Europe/Skopje' => 'Horario de Europa Central (Skopje)', - 'Europe/Sofia' => 'Horario de Europa Oriental (Sofía)', - 'Europe/Stockholm' => 'Horario de Europa Central (Estocolmo)', - 'Europe/Tallinn' => 'Horario de Europa Oriental (Tallinn)', - 'Europe/Tirane' => 'Horario de Europa Central (Tirana)', - 'Europe/Ulyanovsk' => 'Horario de Moscova (Ulianovsk)', - 'Europe/Uzhgorod' => 'Horario de Europa Oriental (Uzghorod)', - 'Europe/Vaduz' => 'Horario de Europa Central (Vaduz)', - 'Europe/Vatican' => 'Horario de Europa Central (Vaticano)', - 'Europe/Vienna' => 'Horario de Europa Central (Viena)', - 'Europe/Vilnius' => 'Horario de Europa Oriental (Vilnius)', - 'Europe/Volgograd' => 'Horario de Volgogrado', - 'Europe/Warsaw' => 'Horario de Europa Central (Varsovia)', - 'Europe/Zagreb' => 'Horario de Europa Central (Zagreb)', - 'Europe/Zaporozhye' => 'Horario de Europa Oriental (Zaporizhia)', - 'Europe/Zurich' => 'Horario de Europa Central (Zürich)', - 'Indian/Antananarivo' => 'Horario de África Oriental (Antananarivo)', - 'Indian/Chagos' => 'Horario do Océano Índico (Chagos)', - 'Indian/Christmas' => 'Horario da Illa Christmas', - 'Indian/Cocos' => 'Horario das Illas Cocos', - 'Indian/Comoro' => 'Horario de África Oriental (Comores)', - 'Indian/Kerguelen' => 'Horario das Terras Austrais e Antárticas Francesas (Kerguelen)', - 'Indian/Mahe' => 'Horario das Seychelles (Mahé)', - 'Indian/Maldives' => 'Horario das Maldivas', - 'Indian/Mauritius' => 'Horario de Mauricio', - 'Indian/Mayotte' => 'Horario de África Oriental (Mayotte)', - 'Indian/Reunion' => 'Horario de Reunión', - 'MST7MDT' => 'Horario da montaña, América do Norte', - 'PST8PDT' => 'Horario do Pacífico, América do Norte', - 'Pacific/Apia' => 'Horario de Apia', - 'Pacific/Auckland' => 'Horario de Nova Zelandia (Auckland)', - 'Pacific/Bougainville' => 'Horario de Papúa-Nova Guinea (Bougainville)', - 'Pacific/Chatham' => 'Horario de Chatham', - 'Pacific/Easter' => 'Horario da Illa de Pascua', - 'Pacific/Efate' => 'Horario de Vanuatu (Efate)', - 'Pacific/Enderbury' => 'Horario das Illas Fénix (Enderbury)', - 'Pacific/Fakaofo' => 'Horario de Tokelau (Fakaofo)', - 'Pacific/Fiji' => 'Horario de Fixi', - 'Pacific/Funafuti' => 'Horario de Tuvalu (Funafuti)', - 'Pacific/Galapagos' => 'Horario das Galápagos (Illas Galápagos)', - 'Pacific/Gambier' => 'Horario de Gambier', - 'Pacific/Guadalcanal' => 'Horario das Illas Salomón (Guadalcanal)', - 'Pacific/Guam' => 'Horario estándar chamorro (Guam)', - 'Pacific/Honolulu' => 'Horario de Hawai-illas Aleutianas (Honolulú)', - 'Pacific/Johnston' => 'Horario de Hawai-illas Aleutianas (Johnston)', - 'Pacific/Kiritimati' => 'Horario das Illas da Liña (Kiritimati)', - 'Pacific/Kosrae' => 'Horario de Kosrae', - 'Pacific/Kwajalein' => 'Horario das Illas Marshall (Kwajalein)', - 'Pacific/Majuro' => 'Horario das Illas Marshall (Majuro)', - 'Pacific/Marquesas' => 'Horario das Marquesas', - 'Pacific/Midway' => 'Horario de Samoa (Midway)', - 'Pacific/Nauru' => 'Horario de Nauru', - 'Pacific/Niue' => 'Horario de Niue', - 'Pacific/Norfolk' => 'Horario da Illa Norfolk', - 'Pacific/Noumea' => 'Horario de Nova Caledonia (Noumea)', - 'Pacific/Pago_Pago' => 'Horario de Samoa (Pago Pago)', - 'Pacific/Palau' => 'Horario de Palau', - 'Pacific/Pitcairn' => 'Horario de Pitcairn', - 'Pacific/Ponape' => 'Horario de Pohnpei', - 'Pacific/Port_Moresby' => 'Horario de Papúa-Nova Guinea (Port Moresby)', - 'Pacific/Rarotonga' => 'Horario das Illas Cook (Rarotonga)', - 'Pacific/Saipan' => 'Horario estándar chamorro (Saipan)', - 'Pacific/Tahiti' => 'Horario de Tahití', - 'Pacific/Tarawa' => 'Horario das Illas Gilbert (Tarawa)', - 'Pacific/Tongatapu' => 'Horario de Tonga (Tongatapu)', - 'Pacific/Truk' => 'Horario de Chuuk', - 'Pacific/Wake' => 'Horario da Illa Wake', - 'Pacific/Wallis' => 'Horario de Wallis e Futuna', + 'Europe/San_Marino' => 'hora de Europa Central (San Marino)', + 'Europe/Sarajevo' => 'hora de Europa Central (Saraievo)', + 'Europe/Saratov' => 'hora de Moscova (Saratov)', + 'Europe/Simferopol' => 'hora de Moscova (Simferópol)', + 'Europe/Skopje' => 'hora de Europa Central (Skopje)', + 'Europe/Sofia' => 'hora de Europa Oriental (Sofía)', + 'Europe/Stockholm' => 'hora de Europa Central (Estocolmo)', + 'Europe/Tallinn' => 'hora de Europa Oriental (Tallinn)', + 'Europe/Tirane' => 'hora de Europa Central (Tirana)', + 'Europe/Ulyanovsk' => 'hora de Moscova (Ulianovsk)', + 'Europe/Uzhgorod' => 'hora de Europa Oriental (Uzghorod)', + 'Europe/Vaduz' => 'hora de Europa Central (Vaduz)', + 'Europe/Vatican' => 'hora de Europa Central (Vaticano)', + 'Europe/Vienna' => 'hora de Europa Central (Viena)', + 'Europe/Vilnius' => 'hora de Europa Oriental (Vilnius)', + 'Europe/Volgograd' => 'hora de Volgogrado', + 'Europe/Warsaw' => 'hora de Europa Central (Varsovia)', + 'Europe/Zagreb' => 'hora de Europa Central (Zagreb)', + 'Europe/Zaporozhye' => 'hora de Europa Oriental (Zaporizhia)', + 'Europe/Zurich' => 'hora de Europa Central (Zürich)', + 'Indian/Antananarivo' => 'hora de África Oriental (Antananarivo)', + 'Indian/Chagos' => 'hora do Océano Índico (Chagos)', + 'Indian/Christmas' => 'hora da Illa Christmas', + 'Indian/Cocos' => 'hora das Illas Cocos', + 'Indian/Comoro' => 'hora de África Oriental (Comores)', + 'Indian/Kerguelen' => 'hora das Terras Austrais e Antárticas Francesas (Kerguelen)', + 'Indian/Mahe' => 'hora das Seychelles (Mahé)', + 'Indian/Maldives' => 'hora das Maldivas', + 'Indian/Mauritius' => 'hora de Mauricio', + 'Indian/Mayotte' => 'hora de África Oriental (Mayotte)', + 'Indian/Reunion' => 'hora de Reunión', + 'MST7MDT' => 'hora da montaña, América do Norte', + 'PST8PDT' => 'hora do Pacífico, América do Norte', + 'Pacific/Apia' => 'hora de Apia', + 'Pacific/Auckland' => 'hora de Nova Zelandia (Auckland)', + 'Pacific/Bougainville' => 'hora de Papúa-Nova Guinea (Bougainville)', + 'Pacific/Chatham' => 'hora de Chatham', + 'Pacific/Easter' => 'hora da Illa de Pascua', + 'Pacific/Efate' => 'hora de Vanuatu (Efate)', + 'Pacific/Enderbury' => 'hora das Illas Fénix (Enderbury)', + 'Pacific/Fakaofo' => 'hora de Tokelau (Fakaofo)', + 'Pacific/Fiji' => 'hora de Fixi', + 'Pacific/Funafuti' => 'hora de Tuvalu (Funafuti)', + 'Pacific/Galapagos' => 'hora das Galápagos (Illas Galápagos)', + 'Pacific/Gambier' => 'hora de Gambier', + 'Pacific/Guadalcanal' => 'hora das Illas Salomón (Guadalcanal)', + 'Pacific/Guam' => 'hora estándar chamorro (Guam)', + 'Pacific/Honolulu' => 'hora de Hawai-illas Aleutianas (Honolulú)', + 'Pacific/Johnston' => 'hora de Hawai-illas Aleutianas (Johnston)', + 'Pacific/Kiritimati' => 'hora das Illas da Liña (Kiritimati)', + 'Pacific/Kosrae' => 'hora de Kosrae', + 'Pacific/Kwajalein' => 'hora das Illas Marshall (Kwajalein)', + 'Pacific/Majuro' => 'hora das Illas Marshall (Majuro)', + 'Pacific/Marquesas' => 'hora das Marquesas', + 'Pacific/Midway' => 'hora de Samoa (Midway)', + 'Pacific/Nauru' => 'hora de Nauru', + 'Pacific/Niue' => 'hora de Niue', + 'Pacific/Norfolk' => 'hora da Illa Norfolk', + 'Pacific/Noumea' => 'hora de Nova Caledonia (Noumea)', + 'Pacific/Pago_Pago' => 'hora de Samoa (Pago Pago)', + 'Pacific/Palau' => 'hora de Palau', + 'Pacific/Pitcairn' => 'hora de Pitcairn', + 'Pacific/Ponape' => 'hora de Pohnpei', + 'Pacific/Port_Moresby' => 'hora de Papúa-Nova Guinea (Port Moresby)', + 'Pacific/Rarotonga' => 'hora das Illas Cook (Rarotonga)', + 'Pacific/Saipan' => 'hora estándar chamorro (Saipan)', + 'Pacific/Tahiti' => 'hora de Tahití', + 'Pacific/Tarawa' => 'hora das Illas Gilbert (Tarawa)', + 'Pacific/Tongatapu' => 'hora de Tonga (Tongatapu)', + 'Pacific/Truk' => 'hora de Chuuk', + 'Pacific/Wake' => 'hora da Illa Wake', + 'Pacific/Wallis' => 'hora de Wallis e Futuna', ], 'Meta' => [ ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/he.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/he.php index e9e8f23..c541d6f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/he.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/he.php @@ -32,7 +32,7 @@ return [ 'Africa/Khartoum' => 'שעון מרכז אפריקה (חרטום)', 'Africa/Kigali' => 'שעון מרכז אפריקה (קיגלי)', 'Africa/Kinshasa' => 'שעון מערב אפריקה (קינשסה)', - 'Africa/Lagos' => 'שעון מערב אפריקה (לגוס)', + 'Africa/Lagos' => 'שעון מערב אפריקה (לאגוס)', 'Africa/Libreville' => 'שעון מערב אפריקה (ליברוויל)', 'Africa/Lome' => 'שעון גריניץ׳‏ (לומה)', 'Africa/Luanda' => 'שעון מערב אפריקה (לואנדה)', @@ -159,9 +159,9 @@ return [ 'America/Nipigon' => 'שעון החוף המזרחי (ניפיגון)', 'America/Nome' => 'שעון אלסקה (נום)', 'America/Noronha' => 'שעון פרננדו די נורוניה', - 'America/North_Dakota/Beulah' => 'שעון מרכז ארה״ב (ביולה, צפון דקוטה)', - 'America/North_Dakota/Center' => 'שעון מרכז ארה״ב (סנטר, צפון דקוטה)', - 'America/North_Dakota/New_Salem' => 'שעון מרכז ארה״ב (ניו סיילם, צפון דקוטה)', + 'America/North_Dakota/Beulah' => 'שעון מרכז ארה״ב (ביולה, דקוטה הצפונית)', + 'America/North_Dakota/Center' => 'שעון מרכז ארה״ב (סנטר, דקוטה הצפונית)', + 'America/North_Dakota/New_Salem' => 'שעון מרכז ארה״ב (ניו סיילם, דקוטה הצפונית)', 'America/Ojinaga' => 'שעון אזור ההרים בארה״ב (אוג׳ינאגה)', 'America/Panama' => 'שעון החוף המזרחי (פנמה)', 'America/Pangnirtung' => 'שעון החוף המזרחי (פנגנירטונג)', @@ -203,7 +203,7 @@ return [ 'America/Winnipeg' => 'שעון מרכז ארה״ב (וויניפג)', 'America/Yakutat' => 'שעון אלסקה (יקוטאט)', 'America/Yellowknife' => 'שעון אזור ההרים בארה״ב (ילונייף)', - 'Antarctica/Casey' => 'שעון אנטארקטיקה (קאסיי)', + 'Antarctica/Casey' => 'שעון אנטארקטיקה (קייסי)', 'Antarctica/Davis' => 'שעון דיוויס', 'Antarctica/DumontDUrville' => 'שעון דומון ד׳אורוויל', 'Antarctica/Macquarie' => 'שעון מזרח אוסטרליה (מקווארי)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/hi_Latn.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/hi_Latn.php index f9932f5..540d216 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/hi_Latn.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/hi_Latn.php @@ -105,7 +105,6 @@ return [ 'America/Fort_Nelson' => 'North America Mountain Time (Fort Nelson)', 'America/Fortaleza' => 'ब्राज़ीलिया समय (Fortaleza)', 'America/Glace_Bay' => 'अटलांटिक समय (Glace Bay)', - 'America/Godthab' => 'पश्चिमी ग्रीनलैंड समय (Godthab)', 'America/Goose_Bay' => 'अटलांटिक समय (Goose Bay)', 'America/Grand_Turk' => 'North America Eastern Time (Grand Turk)', 'America/Grenada' => 'अटलांटिक समय (Grenada)', @@ -116,26 +115,25 @@ return [ 'America/Halifax' => 'अटलांटिक समय (Halifax)', 'America/Havana' => 'क्यूबा समय (Havana)', 'America/Hermosillo' => 'मेक्सिकन प्रशांत समय (Hermosillo)', - 'America/Indiana/Knox' => 'North America Central Time (Indiana/Knox)', - 'America/Indiana/Marengo' => 'North America Eastern Time (Indiana/Marengo)', - 'America/Indiana/Petersburg' => 'North America Eastern Time (Indiana/Petersburg)', - 'America/Indiana/Tell_City' => 'North America Central Time (Indiana/Tell City)', + 'America/Indiana/Knox' => 'North America Central Time (Knox, Indiana)', + 'America/Indiana/Marengo' => 'North America Eastern Time (मारेंगो, इंडियाना)', + 'America/Indiana/Petersburg' => 'North America Eastern Time (पीटर्सबर्ग, इंडियाना)', + 'America/Indiana/Tell_City' => 'North America Central Time (टेल सिटी, इंडियाना)', 'America/Indiana/Vevay' => 'North America Eastern Time (वेवे, इंडियाना)', - 'America/Indiana/Vincennes' => 'North America Eastern Time (Indiana/Vincennes)', - 'America/Indiana/Winamac' => 'North America Eastern Time (Indiana/Winamac)', + 'America/Indiana/Vincennes' => 'North America Eastern Time (विंसेनेस, इंडियाना)', + 'America/Indiana/Winamac' => 'North America Eastern Time (विनामेक, इंडियाना)', 'America/Indianapolis' => 'North America Eastern Time (Indianapolis)', 'America/Inuvik' => 'North America Mountain Time (Inuvik)', 'America/Iqaluit' => 'North America Eastern Time (Iqaluit)', 'America/Jamaica' => 'North America Eastern Time (Jamaica)', 'America/Jujuy' => 'अर्जेंटीना समय (Jujuy)', 'America/Juneau' => 'अलास्का समय (Juneau)', - 'America/Kentucky/Monticello' => 'North America Eastern Time (Kentucky/Monticello)', + 'America/Kentucky/Monticello' => 'North America Eastern Time (मोंटीसेलो, केंटकी)', 'America/Kralendijk' => 'अटलांटिक समय (Kralendijk)', 'America/La_Paz' => 'बोलीविया समय (La Paz)', 'America/Lima' => 'पेरू समय (Lima)', 'America/Los_Angeles' => 'North America Pacific Time (Los Angeles)', 'America/Louisville' => 'North America Eastern Time (Louisville)', - 'America/Lower_Princes' => 'अटलांटिक समय (Lower Princes)', 'America/Maceio' => 'ब्राज़ीलिया समय (Maceio)', 'America/Managua' => 'North America Central Time (Managua)', 'America/Manaus' => 'अमेज़न समय (Manaus)', @@ -158,9 +156,9 @@ return [ 'America/Nipigon' => 'North America Eastern Time (Nipigon)', 'America/Nome' => 'अलास्का समय (Nome)', 'America/Noronha' => 'फ़र्नांर्डो डे नोरोन्हा समय (Noronha)', - 'America/North_Dakota/Beulah' => 'North America Central Time (North Dakota/Beulah)', - 'America/North_Dakota/Center' => 'North America Central Time (North Dakota/Center)', - 'America/North_Dakota/New_Salem' => 'North America Central Time (North Dakota/New Salem)', + 'America/North_Dakota/Beulah' => 'North America Central Time (ब्यूला, उत्तरी डकोटा)', + 'America/North_Dakota/Center' => 'North America Central Time (मध्य, उत्तरी दाकोता)', + 'America/North_Dakota/New_Salem' => 'North America Central Time (न्यू सालेम, उत्तरी डकोटा)', 'America/Ojinaga' => 'North America Mountain Time (Ojinaga)', 'America/Panama' => 'North America Eastern Time (Panama)', 'America/Pangnirtung' => 'North America Eastern Time (Pangnirtung)', @@ -179,12 +177,10 @@ return [ 'America/Rio_Branco' => 'ब्राज़ील समय (Rio Branco)', 'America/Santarem' => 'ब्राज़ीलिया समय (Santarem)', 'America/Santiago' => 'चिली समय (Santiago)', - 'America/Santo_Domingo' => 'अटलांटिक समय (Santo_Domingo)', + 'America/Santo_Domingo' => 'अटलांटिक समय (Santo Domingo)', 'America/Sao_Paulo' => 'ब्राज़ीलिया समय (Sao Paulo)', - 'America/Scoresbysund' => 'पूर्वी ग्रीनलैंड समय (Scoresbysund)', 'America/Sitka' => 'अलास्का समय (Sitka)', 'America/St_Barthelemy' => 'अटलांटिक समय (St Barthelemy)', - 'America/St_Johns' => 'न्यूफ़ाउंडलैंड समय (St Johns)', 'America/Swift_Current' => 'North America Central Time (Swift Current)', 'America/Tegucigalpa' => 'North America Central Time (Tegucigalpa)', 'America/Thule' => 'अटलांटिक समय (Thule)', @@ -246,7 +242,6 @@ return [ 'Asia/Kabul' => 'अफ़गानिस्तान समय (Kabul)', 'Asia/Kamchatka' => 'पेट्रोपेवलास्क-कैमचात्सकी समय (Kamchatka)', 'Asia/Karachi' => 'पाकिस्तान समय (Karachi)', - 'Asia/Katmandu' => 'नेपाल समय (Katmandu)', 'Asia/Khandyga' => 'याकुत्स्क समय (Khandyga)', 'Asia/Krasnoyarsk' => 'क्रास्नोयार्स्क समय (Krasnoyarsk)', 'Asia/Kuala_Lumpur' => 'मलेशिया समय (Kuala Lumpur)', @@ -303,7 +298,6 @@ return [ 'Australia/Adelaide' => 'मध्य ऑस्ट्रेलियाई समय (Adelaide)', 'Australia/Brisbane' => 'पूर्वी ऑस्ट्रेलिया समय (Brisbane)', 'Australia/Broken_Hill' => 'मध्य ऑस्ट्रेलियाई समय (Broken Hill)', - 'Australia/Currie' => 'पूर्वी ऑस्ट्रेलिया समय (Currie)', 'Australia/Darwin' => 'मध्य ऑस्ट्रेलियाई समय (Darwin)', 'Australia/Eucla' => 'ऑस्‍ट्रेलियाई केंद्रीय पश्चिमी समय (Eucla)', 'Australia/Hobart' => 'पूर्वी ऑस्ट्रेलिया समय (Hobart)', @@ -335,7 +329,6 @@ return [ 'Europe/Istanbul' => 'तुर्की समय (Istanbul)', 'Europe/Jersey' => 'ग्रीनविच मीन टाइम (Jersey)', 'Europe/Kaliningrad' => 'पूर्वी यूरोपीय समय (Kaliningrad)', - 'Europe/Kiev' => 'पूर्वी यूरोपीय समय (Kiev)', 'Europe/Kirov' => 'रूस समय (Kirov)', 'Europe/Lisbon' => 'पश्चिमी यूरोपीय समय (Lisbon)', 'Europe/Ljubljana' => 'मध्य यूरोपीय समय (Ljubljana)', @@ -384,7 +377,7 @@ return [ 'Indian/Maldives' => 'मालदीव समय (Maldives)', 'Indian/Mauritius' => 'मॉरीशस समय (Mauritius)', 'Indian/Mayotte' => 'पूर्वी अफ़्रीका समय (Mayotte)', - 'Indian/Reunion' => 'रीयूनियन समय (Reunion)', + 'Indian/Reunion' => 'Reunion Time', 'MST7MDT' => 'North America Mountain Time', 'PST8PDT' => 'North America Pacific Time', 'Pacific/Apia' => 'एपिआ समय (Apia)', @@ -393,7 +386,6 @@ return [ 'Pacific/Chatham' => 'चैथम समय (Chatham)', 'Pacific/Easter' => 'ईस्टर द्वीप समय (Easter)', 'Pacific/Efate' => 'वनुआतू समय (Efate)', - 'Pacific/Enderbury' => 'फ़ीनिक्स द्वीपसमूह समय (Enderbury)', 'Pacific/Fakaofo' => 'टोकेलाऊ समय (Fakaofo)', 'Pacific/Fiji' => 'फ़िजी समय (Fiji)', 'Pacific/Funafuti' => 'तुवालू समय (Funafuti)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/hr.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/hr.php index 30f9940..50f4ec9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/hr.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/hr.php @@ -58,7 +58,7 @@ return [ 'America/Anchorage' => 'aljaško vrijeme (Anchorage)', 'America/Anguilla' => 'atlantsko vrijeme (Angvila)', 'America/Antigua' => 'atlantsko vrijeme (Antigua)', - 'America/Araguaina' => 'brazilijsko vrijeme (Araguaina)', + 'America/Araguaina' => 'brazilsko vrijeme (Araguaina)', 'America/Argentina/La_Rioja' => 'argentinsko vrijeme (La Rioja)', 'America/Argentina/Rio_Gallegos' => 'argentinsko vrijeme (Rio Gallegos)', 'America/Argentina/Salta' => 'argentinsko vrijeme (Salta)', @@ -68,10 +68,10 @@ return [ 'America/Argentina/Ushuaia' => 'argentinsko vrijeme (Ushuaia)', 'America/Aruba' => 'atlantsko vrijeme (Aruba)', 'America/Asuncion' => 'paragvajsko vrijeme (Asunción)', - 'America/Bahia' => 'brazilijsko vrijeme (Bahia)', + 'America/Bahia' => 'brazilsko vrijeme (Bahia)', 'America/Bahia_Banderas' => 'središnje vrijeme (Bahia Banderas)', 'America/Barbados' => 'atlantsko vrijeme (Barbados)', - 'America/Belem' => 'brazilijsko vrijeme (Belem)', + 'America/Belem' => 'brazilsko vrijeme (Belem)', 'America/Belize' => 'središnje vrijeme (Belize)', 'America/Blanc-Sablon' => 'atlantsko vrijeme (Blanc-Sablon)', 'America/Boa_Vista' => 'amazonsko vrijeme (Boa Vista)', @@ -103,7 +103,7 @@ return [ 'America/Eirunepe' => 'Acre vrijeme (Eirunepe)', 'America/El_Salvador' => 'središnje vrijeme (Salvador)', 'America/Fort_Nelson' => 'planinsko vrijeme (Fort Nelson)', - 'America/Fortaleza' => 'brazilijsko vrijeme (Fortaleza)', + 'America/Fortaleza' => 'brazilsko vrijeme (Fortaleza)', 'America/Glace_Bay' => 'atlantsko vrijeme (Glace Bay)', 'America/Godthab' => 'zapadnogrenlandsko vrijeme (Nuuk)', 'America/Goose_Bay' => 'atlantsko vrijeme (Goose Bay)', @@ -136,7 +136,7 @@ return [ 'America/Los_Angeles' => 'pacifičko vrijeme (Los Angeles)', 'America/Louisville' => 'istočno vrijeme (Louisville)', 'America/Lower_Princes' => 'atlantsko vrijeme (Lower Prince’s Quarter)', - 'America/Maceio' => 'brazilijsko vrijeme (Maceio)', + 'America/Maceio' => 'brazilsko vrijeme (Maceio)', 'America/Managua' => 'središnje vrijeme (Managua)', 'America/Manaus' => 'amazonsko vrijeme (Manaus)', 'America/Marigot' => 'atlantsko vrijeme (Marigot)', @@ -174,15 +174,15 @@ return [ 'America/Punta_Arenas' => 'čileansko vrijeme (Punta Arenas)', 'America/Rainy_River' => 'središnje vrijeme (Rainy River)', 'America/Rankin_Inlet' => 'središnje vrijeme (Rankin Inlet)', - 'America/Recife' => 'brazilijsko vrijeme (Recife)', + 'America/Recife' => 'brazilsko vrijeme (Recife)', 'America/Regina' => 'središnje vrijeme (Regina)', 'America/Resolute' => 'središnje vrijeme (Resolute)', 'America/Rio_Branco' => 'Acre vrijeme (Rio Branco)', 'America/Santa_Isabel' => 'sjeverozapadno meksičko vrijeme (Santa Isabel)', - 'America/Santarem' => 'brazilijsko vrijeme (Santarem)', + 'America/Santarem' => 'brazilsko vrijeme (Santarem)', 'America/Santiago' => 'čileansko vrijeme (Santiago)', 'America/Santo_Domingo' => 'atlantsko vrijeme (Santo Domingo)', - 'America/Sao_Paulo' => 'brazilijsko vrijeme (Sao Paulo)', + 'America/Sao_Paulo' => 'brazilsko vrijeme (Sao Paulo)', 'America/Scoresbysund' => 'istočnogrenlandsko vrijeme (Ittoqqortoormiit)', 'America/Sitka' => 'aljaško vrijeme (Sitka)', 'America/St_Barthelemy' => 'atlantsko vrijeme (Saint Barthélemy)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/is.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/is.php index 6de10e8..48f7fd5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/is.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/is.php @@ -232,12 +232,12 @@ return [ 'Asia/Bishkek' => 'Kirgistan-tími (Bishkek)', 'Asia/Brunei' => 'Brúneitími', 'Asia/Calcutta' => 'Indlandstími (Kalkútta)', - 'Asia/Chita' => 'Tíminn í Yakutsk (Chita)', + 'Asia/Chita' => 'Tími í Yakutsk (Chita)', 'Asia/Choibalsan' => 'Tími í Úlan Bator (Choibalsan)', 'Asia/Colombo' => 'Indlandstími (Kólombó)', 'Asia/Damascus' => 'Austur-Evróputími (Damaskus)', 'Asia/Dhaka' => 'Bangladess-tími (Dakka)', - 'Asia/Dili' => 'Tíminn á Tímor-Leste (Dili)', + 'Asia/Dili' => 'Tími á Tímor-Leste (Dili)', 'Asia/Dubai' => 'Staðaltími við Persaflóa (Dubai)', 'Asia/Dushanbe' => 'Tadsjíkistan-tími (Dushanbe)', 'Asia/Famagusta' => 'Austur-Evróputími (Famagusta)', @@ -253,7 +253,7 @@ return [ 'Asia/Kamchatka' => 'Tími í Petropavlovsk-Kamchatski (Kamtsjatka)', 'Asia/Karachi' => 'Pakistantími (Karachi)', 'Asia/Katmandu' => 'Nepaltími (Katmandú)', - 'Asia/Khandyga' => 'Tíminn í Yakutsk (Khandyga)', + 'Asia/Khandyga' => 'Tími í Yakutsk (Khandyga)', 'Asia/Krasnoyarsk' => 'Tími í Krasnoyarsk', 'Asia/Kuala_Lumpur' => 'Malasíutími (Kúala Lúmpúr)', 'Asia/Kuching' => 'Malasíutími (Kuching)', @@ -266,7 +266,7 @@ return [ 'Asia/Nicosia' => 'Austur-Evróputími (Níkósía)', 'Asia/Novokuznetsk' => 'Tími í Krasnoyarsk (Novokuznetsk)', 'Asia/Novosibirsk' => 'Tími í Novosibirsk', - 'Asia/Omsk' => 'Tíminn í Omsk', + 'Asia/Omsk' => 'Tími í Omsk', 'Asia/Oral' => 'Tími í Vestur-Kasakstan (Oral)', 'Asia/Phnom_Penh' => 'Indókínatími (Phnom Penh)', 'Asia/Pontianak' => 'Vestur-Indónesíutími (Pontianak)', @@ -295,7 +295,7 @@ return [ 'Asia/Ust-Nera' => 'Tími í Vladivostok (Ust-Nera)', 'Asia/Vientiane' => 'Indókínatími (Vientiane)', 'Asia/Vladivostok' => 'Tími í Vladivostok', - 'Asia/Yakutsk' => 'Tíminn í Yakutsk', + 'Asia/Yakutsk' => 'Tími í Yakutsk', 'Asia/Yekaterinburg' => 'Tími í Yekaterinburg', 'Asia/Yerevan' => 'Armeníutími (Yerevan)', 'Atlantic/Azores' => 'Asóreyjatími (Azoreyjar)', @@ -405,7 +405,7 @@ return [ 'Pacific/Efate' => 'Vanúatú-tími (Efate)', 'Pacific/Enderbury' => 'Fönixeyjatími (Enderbury)', 'Pacific/Fakaofo' => 'Tókelá-tími (Fakaofo)', - 'Pacific/Fiji' => 'Fídjíeyjatími (Fidjí)', + 'Pacific/Fiji' => 'Fídjíeyjatími', 'Pacific/Funafuti' => 'Túvalútími (Funafuti)', 'Pacific/Galapagos' => 'Galapagos-tími', 'Pacific/Gambier' => 'Gambier-tími', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/it.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/it.php index f99e618..98093cf 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/it.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/it.php @@ -163,7 +163,7 @@ return [ 'America/North_Dakota/Center' => 'Ora centrale USA (Center, Dakota del nord)', 'America/North_Dakota/New_Salem' => 'Ora centrale USA (New Salem, Dakota del nord)', 'America/Ojinaga' => 'Ora Montagne Rocciose USA (Ojinaga)', - 'America/Panama' => 'Ora orientale USA (Panamá)', + 'America/Panama' => 'Ora orientale USA (Panama)', 'America/Pangnirtung' => 'Ora orientale USA (Pangnirtung)', 'America/Paramaribo' => 'Ora del Suriname (Paramaribo)', 'America/Phoenix' => 'Ora Montagne Rocciose USA (Phoenix)', @@ -290,7 +290,7 @@ return [ 'Asia/Thimphu' => 'Ora del Bhutan (Thimphu)', 'Asia/Tokyo' => 'Ora del Giappone (Tokyo)', 'Asia/Tomsk' => 'Ora Russia (Tomsk)', - 'Asia/Ulaanbaatar' => 'Ora di Ulan Bator (Ulaanbaatar)', + 'Asia/Ulaanbaatar' => 'Ora di Ulan Bator', 'Asia/Urumqi' => 'Ora Cina (Urumqi)', 'Asia/Ust-Nera' => 'Ora di Vladivostok (Ust’-Nera)', 'Asia/Vientiane' => 'Ora dell’Indocina (Vientiane)', @@ -386,7 +386,7 @@ return [ 'Europe/Zurich' => 'Ora dell’Europa centrale (Zurigo)', 'Indian/Antananarivo' => 'Ora dell’Africa orientale (Antananarivo)', 'Indian/Chagos' => 'Ora dell’Oceano Indiano (Chagos)', - 'Indian/Christmas' => 'Ora dell’Isola Christmas (Natale)', + 'Indian/Christmas' => 'Ora dell’Isola Christmas', 'Indian/Cocos' => 'Ora delle Isole Cocos', 'Indian/Comoro' => 'Ora dell’Africa orientale (Comore)', 'Indian/Kerguelen' => 'Ora delle Terre australi e antartiche francesi (Kerguelen)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ja.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ja.php index 0537ca2..0937331 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ja.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ja.php @@ -345,7 +345,7 @@ return [ 'Europe/Istanbul' => 'トルコ時間(イスタンブール)', 'Europe/Jersey' => 'グリニッジ標準時(ジャージー)', 'Europe/Kaliningrad' => '東ヨーロッパ時間(カリーニングラード)', - 'Europe/Kiev' => '東ヨーロッパ時間(キエフ)', + 'Europe/Kiev' => '東ヨーロッパ時間(キーウ)', 'Europe/Kirov' => 'ロシア時間(キーロフ)', 'Europe/Lisbon' => '西ヨーロッパ時間(リスボン)', 'Europe/Ljubljana' => '中央ヨーロッパ時間(リュブリャナ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/kk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/kk.php index 667674d..bd7fcc9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/kk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/kk.php @@ -26,7 +26,7 @@ return [ 'Africa/Freetown' => 'Гринвич уақыты (Фритаун)', 'Africa/Gaborone' => 'Орталық Африка уақыты (Габороне)', 'Africa/Harare' => 'Орталық Африка уақыты (Хараре)', - 'Africa/Johannesburg' => 'Оңтүстік Африка уақыты (Йоханнесбург)', + 'Africa/Johannesburg' => 'Оңтүстік Африка стандартты уақыты (Йоханнесбург)', 'Africa/Juba' => 'Орталық Африка уақыты (Джуба)', 'Africa/Kampala' => 'Шығыс Африка уақыты (Кампала)', 'Africa/Khartoum' => 'Орталық Африка уақыты (Хартум)', @@ -40,8 +40,8 @@ return [ 'Africa/Lusaka' => 'Орталық Африка уақыты (Лусака)', 'Africa/Malabo' => 'Батыс Африка уақыты (Малабо)', 'Africa/Maputo' => 'Орталық Африка уақыты (Мапуту)', - 'Africa/Maseru' => 'Оңтүстік Африка уақыты (Масеру)', - 'Africa/Mbabane' => 'Оңтүстік Африка уақыты (Мбабане)', + 'Africa/Maseru' => 'Оңтүстік Африка стандартты уақыты (Масеру)', + 'Africa/Mbabane' => 'Оңтүстік Африка стандартты уақыты (Мбабане)', 'Africa/Mogadishu' => 'Шығыс Африка уақыты (Могадишо)', 'Africa/Monrovia' => 'Гринвич уақыты (Монровия)', 'Africa/Nairobi' => 'Шығыс Африка уақыты (Найроби)', @@ -74,7 +74,7 @@ return [ 'America/Belem' => 'Бразилия уақыты (Белен)', 'America/Belize' => 'Солтүстік Америка орталық уақыты (Белиз)', 'America/Blanc-Sablon' => 'Атлантика уақыты (Бланк-Саблон)', - 'America/Boa_Vista' => 'Амазонка уақыты (Боа-Вишта)', + 'America/Boa_Vista' => 'Амазонка уақыты (Боа-Виста)', 'America/Bogota' => 'Колумбия уақыты (Богота)', 'America/Boise' => 'Солтүстік Америка тау уақыты (Бойсе)', 'America/Buenos_Aires' => 'Аргентина уақыты (Буэнос-Айрес)', @@ -87,13 +87,13 @@ return [ 'America/Cayman' => 'Солтүстік Америка шығыс уақыты (Кайман аралдары)', 'America/Chicago' => 'Солтүстік Америка орталық уақыты (Чикаго)', 'America/Chihuahua' => 'Мексика Тынық мұхит уақыты (Чиуауа)', - 'America/Coral_Harbour' => 'Солтүстік Америка шығыс уақыты (Корал-Харбор)', + 'America/Coral_Harbour' => 'Солтүстік Америка шығыс уақыты (Атикокан)', 'America/Cordoba' => 'Аргентина уақыты (Кордова)', 'America/Costa_Rica' => 'Солтүстік Америка орталық уақыты (Коста-Рика)', 'America/Creston' => 'Солтүстік Америка тау уақыты (Крестон)', 'America/Cuiaba' => 'Амазонка уақыты (Куяба)', 'America/Curacao' => 'Атлантика уақыты (Кюрасао)', - 'America/Danmarkshavn' => 'Гринвич уақыты (Денмарксхавн)', + 'America/Danmarkshavn' => 'Гринвич уақыты (Данмарксхавн)', 'America/Dawson' => 'Юкон уақыты (Доусон)', 'America/Dawson_Creek' => 'Солтүстік Америка тау уақыты (Досон-Крик)', 'America/Denver' => 'Солтүстік Америка тау уақыты (Денвер)', @@ -135,7 +135,7 @@ return [ 'America/Lima' => 'Перу уақыты (Лима)', 'America/Los_Angeles' => 'Солтүстік Америка Тынық мұхиты уақыты (Лос-Анджелес)', 'America/Louisville' => 'Солтүстік Америка шығыс уақыты (Луисвилл)', - 'America/Lower_Princes' => 'Атлантика уақыты (Лоуэр-Принсес-Куортер)', + 'America/Lower_Princes' => 'Атлантика уақыты (Лоуэр-Принс-Куотер)', 'America/Maceio' => 'Бразилия уақыты (Масейо)', 'America/Managua' => 'Солтүстік Америка орталық уақыты (Манагуа)', 'America/Manaus' => 'Амазонка уақыты (Манаус)', @@ -178,12 +178,12 @@ return [ 'America/Regina' => 'Солтүстік Америка орталық уақыты (Реджайна)', 'America/Resolute' => 'Солтүстік Америка орталық уақыты (Резольют)', 'America/Rio_Branco' => 'Бразилия уақыты (Риу-Бранку)', - 'America/Santa_Isabel' => 'Солтүстік-батыс Мексика уақыты (Санта-Изабел)', + 'America/Santa_Isabel' => 'Солтүстік-батыс Мексика уақыты (Санта-Исабель)', 'America/Santarem' => 'Бразилия уақыты (Сантарен)', 'America/Santiago' => 'Чили уақыты (Сантьяго)', 'America/Santo_Domingo' => 'Атлантика уақыты (Санто-Доминго)', 'America/Sao_Paulo' => 'Бразилия уақыты (Сан-Паулу)', - 'America/Scoresbysund' => 'Шығыс Гренландия уақыты (Иттоккортоормиит)', + 'America/Scoresbysund' => 'Шығыс Гренландия уақыты (Иллоккортоормиут)', 'America/Sitka' => 'Аляска уақыты (Ситка)', 'America/St_Barthelemy' => 'Атлантика уақыты (Сен-Бартелеми)', 'America/St_Johns' => 'Ньюфаундленд уақыты (Сент-Джонс)', @@ -191,7 +191,7 @@ return [ 'America/St_Lucia' => 'Атлантика уақыты (Сент-Люсия)', 'America/St_Thomas' => 'Атлантика уақыты (Сент-Томас)', 'America/St_Vincent' => 'Атлантика уақыты (Сент-Винсент)', - 'America/Swift_Current' => 'Солтүстік Америка орталық уақыты (Свифт-Керрент)', + 'America/Swift_Current' => 'Солтүстік Америка орталық уақыты (Суифт-Каррент)', 'America/Tegucigalpa' => 'Солтүстік Америка орталық уақыты (Тегусигальпа)', 'America/Thule' => 'Атлантика уақыты (Туле)', 'America/Thunder_Bay' => 'Солтүстік Америка шығыс уақыты (Тандер-Бей)', @@ -206,7 +206,7 @@ return [ 'Antarctica/Casey' => 'Антарктида уақыты (Кейси)', 'Antarctica/Davis' => 'Дейвис уақыты (Дэйвис)', 'Antarctica/DumontDUrville' => 'Дюмон-д’Юрвиль уақыты', - 'Antarctica/Macquarie' => 'Австралия шығыс уақыты (Маккуори)', + 'Antarctica/Macquarie' => 'Шығыс Аустралия уақыты (Маккуори)', 'Antarctica/Mawson' => 'Моусон уақыты', 'Antarctica/McMurdo' => 'Жаңа Зеландия уақыты (Мак-Мердо)', 'Antarctica/Palmer' => 'Чили уақыты (Палмер)', @@ -238,7 +238,7 @@ return [ 'Asia/Damascus' => 'Шығыс Еуропа уақыты (Дамаск)', 'Asia/Dhaka' => 'Бангладеш уақыты (Дакка)', 'Asia/Dili' => 'Шығыс Тимор уақыты (Дили)', - 'Asia/Dubai' => 'Парсы шығанағы уақыты (Дубай)', + 'Asia/Dubai' => 'Парсы шығанағы стандартты уақыты (Дубай)', 'Asia/Dushanbe' => 'Тәжікстан уақыты (Душанбе)', 'Asia/Famagusta' => 'Шығыс Еуропа уақыты (Фамагуста)', 'Asia/Gaza' => 'Шығыс Еуропа уақыты (Газа)', @@ -262,7 +262,7 @@ return [ 'Asia/Magadan' => 'Магадан уақыты', 'Asia/Makassar' => 'Орталық Индонезия уақыты (Макасар)', 'Asia/Manila' => 'Филиппин аралдары уақыты (Манила)', - 'Asia/Muscat' => 'Парсы шығанағы уақыты (Маскат)', + 'Asia/Muscat' => 'Парсы шығанағы стандартты уақыты (Маскат)', 'Asia/Nicosia' => 'Шығыс Еуропа уақыты (Никосия)', 'Asia/Novokuznetsk' => 'Красноярск уақыты (Новокузнецк)', 'Asia/Novosibirsk' => 'Новосібір уақыты', @@ -308,18 +308,18 @@ return [ 'Atlantic/South_Georgia' => 'Оңтүстік Георгия уақыты', 'Atlantic/St_Helena' => 'Гринвич уақыты (Әулие Елена аралы)', 'Atlantic/Stanley' => 'Фолкленд аралдары уақыты (Стэнли)', - 'Australia/Adelaide' => 'Австралия орталық уақыты (Аделаида)', - 'Australia/Brisbane' => 'Австралия шығыс уақыты (Брисбен)', - 'Australia/Broken_Hill' => 'Австралия орталық уақыты (Брокен-Хилл)', - 'Australia/Currie' => 'Австралия шығыс уақыты (Керри)', - 'Australia/Darwin' => 'Австралия орталық уақыты (Дарвин)', - 'Australia/Eucla' => 'Австралия орталық-батыс уақыты (Юкла)', - 'Australia/Hobart' => 'Австралия шығыс уақыты (Хобарт)', - 'Australia/Lindeman' => 'Австралия шығыс уақыты (Линдеман)', - 'Australia/Lord_Howe' => 'Лорд-Хау уақыты (Лорд-Хау аралы)', - 'Australia/Melbourne' => 'Австралия шығыс уақыты (Мельбурн)', - 'Australia/Perth' => 'Австралия батыс уақыты (Перт)', - 'Australia/Sydney' => 'Австралия шығыс уақыты (Сидней)', + 'Australia/Adelaide' => 'Орталық Аустралия уақыты (Аделаида)', + 'Australia/Brisbane' => 'Шығыс Аустралия уақыты (Брисбен)', + 'Australia/Broken_Hill' => 'Орталық Аустралия уақыты (Брокен-Хилл)', + 'Australia/Currie' => 'Шығыс Аустралия уақыты (Керри)', + 'Australia/Darwin' => 'Орталық Аустралия уақыты (Дарвин)', + 'Australia/Eucla' => 'Аустралия орталық-батыс уақыты (Юкла)', + 'Australia/Hobart' => 'Шығыс Аустралия уақыты (Хобарт)', + 'Australia/Lindeman' => 'Шығыс Аустралия уақыты (Линдеман)', + 'Australia/Lord_Howe' => 'Лорд-Хау уақыты', + 'Australia/Melbourne' => 'Шығыс Аустралия уақыты (Мельбурн)', + 'Australia/Perth' => 'Батыс Аустралия уақыты (Перт)', + 'Australia/Sydney' => 'Шығыс Аустралия уақыты (Сидней)', 'CST6CDT' => 'Солтүстік Америка орталық уақыты', 'EST5EDT' => 'Солтүстік Америка шығыс уақыты', 'Etc/GMT' => 'Гринвич уақыты', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ks.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ks.php index 86c8583..21da0f4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ks.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ks.php @@ -4,7 +4,7 @@ return [ 'Names' => [ 'Africa/Abidjan' => 'گریٖن وِچ میٖن ٹایِم (عابِدجان)', 'Africa/Accra' => 'گریٖن وِچ میٖن ٹایِم (اؠکرا)', - 'Africa/Addis_Ababa' => 'مشرقی افریٖقا ٹایِم (Addis Ababa)', + 'Africa/Addis_Ababa' => 'مشرقی افریٖقا ٹایِم (عدیس ابابا)', 'Africa/Algiers' => 'مرکزی یوٗرپی ٹایِم (اَلجیٖرِیا)', 'Africa/Asmera' => 'مشرقی افریٖقا ٹایِم (اَسمیرا)', 'Africa/Bamako' => 'گریٖن وِچ میٖن ٹایِم (بماکو)', @@ -19,15 +19,15 @@ return [ 'Africa/Ceuta' => 'مرکزی یوٗرپی ٹایِم (کیوٗٹا)', 'Africa/Conakry' => 'گریٖن وِچ میٖن ٹایِم (کوناکری)', 'Africa/Dakar' => 'گریٖن وِچ میٖن ٹایِم (دَکار)', - 'Africa/Dar_es_Salaam' => 'مشرقی افریٖقا ٹایِم (دارُالسلام)', - 'Africa/Djibouti' => 'مشرقی افریٖقا ٹایِم (ڑِزِبوٹی)', - 'Africa/Douala' => 'مغربی افریٖقا ٹایِم (دوعالا)', - 'Africa/El_Aaiun' => 'مغرِبی یوٗرپی ٹایِم (El Aaiun)', + 'Africa/Dar_es_Salaam' => 'مشرقی افریٖقا ٹایِم (دارالسلام)', + 'Africa/Djibouti' => 'مشرقی افریٖقا ٹایِم (ڈِجیبوٹی)', + 'Africa/Douala' => 'مغربی افریٖقا ٹایِم (ڈوولا)', + 'Africa/El_Aaiun' => 'مغرِبی یوٗرپی ٹایِم (ال عیون)', 'Africa/Freetown' => 'گریٖن وِچ میٖن ٹایِم (فری ٹاوُن)', 'Africa/Gaborone' => 'مرکزی افریٖقا ٹایِم (گؠبورون)', 'Africa/Harare' => 'مرکزی افریٖقا ٹایِم (ہَراریے)', - 'Africa/Johannesburg' => 'جنوٗبی افریقا ٹایِم (جانسبٔرگ)', - 'Africa/Juba' => 'مرکزی افریٖقا ٹایِم (Juba)', + 'Africa/Johannesburg' => 'جنوٗبی افریقا ٹایِم (جوہانسبرگ)', + 'Africa/Juba' => 'مرکزی افریٖقا ٹایِم (جوبا)', 'Africa/Kampala' => 'مشرقی افریٖقا ٹایِم (کَمپالا)', 'Africa/Khartoum' => 'مرکزی افریٖقا ٹایِم (کھارتوم)', 'Africa/Kigali' => 'مرکزی افریٖقا ٹایِم (کِگالی)', @@ -35,9 +35,9 @@ return [ 'Africa/Lagos' => 'مغربی افریٖقا ٹایِم (لیگوس)', 'Africa/Libreville' => 'مغربی افریٖقا ٹایِم (لِبَروِل)', 'Africa/Lome' => 'گریٖن وِچ میٖن ٹایِم (لوم)', - 'Africa/Luanda' => 'مغربی افریٖقا ٹایِم (لُعؠنڑا)', - 'Africa/Lubumbashi' => 'مرکزی افریٖقا ٹایِم (لُبُمباشی)', - 'Africa/Lusaka' => 'مرکزی افریٖقا ٹایِم (لُساکا)', + 'Africa/Luanda' => 'مغربی افریٖقا ٹایِم (لیوانڈا)', + 'Africa/Lubumbashi' => 'مرکزی افریٖقا ٹایِم (لوبم باشی)', + 'Africa/Lusaka' => 'مرکزی افریٖقا ٹایِم (لوساکا)', 'Africa/Malabo' => 'مغربی افریٖقا ٹایِم (مالابو)', 'Africa/Maputo' => 'مرکزی افریٖقا ٹایِم (مَپوٗٹو)', 'Africa/Maseru' => 'جنوٗبی افریقا ٹایِم (مَسیروٗ)', @@ -49,19 +49,19 @@ return [ 'Africa/Niamey' => 'مغربی افریٖقا ٹایِم (نَیمیے)', 'Africa/Nouakchott' => 'گریٖن وِچ میٖن ٹایِم (نوواکچھوت)', 'Africa/Ouagadougou' => 'گریٖن وِچ میٖن ٹایِم (اوآگدوگو)', - 'Africa/Porto-Novo' => 'مغربی افریٖقا ٹایِم (پوٹو نووو)', + 'Africa/Porto-Novo' => 'مغربی افریٖقا ٹایِم (پورٹو نووو)', 'Africa/Sao_Tome' => 'گریٖن وِچ میٖن ٹایِم (ساو ٹوم)', 'Africa/Tripoli' => 'مشرقی یوٗرپی ٹایِم (ترپولی)', 'Africa/Tunis' => 'مرکزی یوٗرپی ٹایِم (ٹوٗنِس)', 'Africa/Windhoek' => 'مرکزی افریٖقا ٹایِم (وِنڈہوک)', - 'America/Adak' => 'حَواے اؠلیوٗٹِیَن ٹایِم (اِدَک)', + 'America/Adak' => 'حَواے اؠلیوٗٹِیَن ٹایِم (ادک)', 'America/Anchorage' => 'اؠلاسکا ٹایِم (اَنکوراج)', 'America/Anguilla' => 'اؠٹلانٹِک ٹایِم (اؠنگِولا)', 'America/Antigua' => 'اؠٹلانٹِک ٹایِم (اؠنٹِگُوا)', 'America/Araguaina' => 'برؠسِلِیا ٹایِم (اؠریگُوینا)', 'America/Argentina/La_Rioja' => 'ارجؠنٹیٖنا ٹایِم (لا رِیوجا)', 'America/Argentina/Rio_Gallegos' => 'ارجؠنٹیٖنا ٹایِم (رِیو گالیگوس)', - 'America/Argentina/Salta' => 'ارجؠنٹیٖنا ٹایِم (Salta)', + 'America/Argentina/Salta' => 'ارجؠنٹیٖنا ٹایِم (سالٹا)', 'America/Argentina/San_Juan' => 'ارجؠنٹیٖنا ٹایِم (سین جُواں)', 'America/Argentina/San_Luis' => 'ارجؠنٹیٖنا ٹایِم (سین لوٗیِس)', 'America/Argentina/Tucuman' => 'ارجؠنٹیٖنا ٹایِم (ٹوکوٗمَن)', @@ -69,8 +69,8 @@ return [ 'America/Aruba' => 'اؠٹلانٹِک ٹایِم (اَروٗبا)', 'America/Asuncion' => 'پیرؠگوے ٹایِم (اَسُنچِیَن)', 'America/Bahia' => 'برؠسِلِیا ٹایِم (بَہِیا)', - 'America/Bahia_Banderas' => 'مرکزی ٹایِم (Bahia Banderas)', - 'America/Barbados' => 'اؠٹلانٹِک ٹایِم (بَرباڑوس)', + 'America/Bahia_Banderas' => 'مرکزی ٹایِم (باہیا بندارس)', + 'America/Barbados' => 'اؠٹلانٹِک ٹایِم (بارباڈوس)', 'America/Belem' => 'برؠسِلِیا ٹایِم (بؠلؠم)', 'America/Belize' => 'مرکزی ٹایِم (بؠلیٖز)', 'America/Blanc-Sablon' => 'اؠٹلانٹِک ٹایِم (بلانک سؠبلَن)', @@ -86,83 +86,83 @@ return [ 'America/Cayenne' => 'فرؠنچ گیوٗؠنا ٹایِم (کَیین)', 'America/Cayman' => 'مشرقی ٹایِم (کیمَن)', 'America/Chicago' => 'مرکزی ٹایِم (شِکاگو)', - 'America/Chihuahua' => 'مؠکسِکو وَکھ (چِہُوا ہُوا)', - 'America/Coral_Harbour' => 'مشرقی ٹایِم (کورَل بٔندٕرگاہ)', + 'America/Chihuahua' => 'میکسیکن پیسیفک ٹائم (چِہُوا ہُوا)', + 'America/Coral_Harbour' => 'مشرقی ٹایِم (اٹی کوکنٍ)', 'America/Cordoba' => 'ارجؠنٹیٖنا ٹایِم (کورڑوبا)', 'America/Costa_Rica' => 'مرکزی ٹایِم (کوسٹا ریٖکا)', - 'America/Creston' => 'ماونٹین ٹایِم (Creston)', + 'America/Creston' => 'ماونٹین ٹایِم (کریسٹن)', 'America/Cuiaba' => 'اؠمَزَن ٹایِم (کوٗیابا)', 'America/Curacao' => 'اؠٹلانٹِک ٹایِم (کیوٗراکااو)', - 'America/Danmarkshavn' => 'گریٖن وِچ میٖن ٹایِم (ڑؠنمارکشَون)', - 'America/Dawson' => 'کینَڑا وَکھ (ڑاسَن)', - 'America/Dawson_Creek' => 'ماونٹین ٹایِم (ڑاسَن کریٖک)', + 'America/Danmarkshavn' => 'گریٖن وِچ میٖن ٹایِم (ڈنمارک شاون)', + 'America/Dawson' => 'یوکون ٹائم (ڈاوسن)', + 'America/Dawson_Creek' => 'ماونٹین ٹایِم (ڈواسَن کریٖک)', 'America/Denver' => 'ماونٹین ٹایِم (ڈینوَر)', 'America/Detroit' => 'مشرقی ٹایِم (ڈیٹرایِٹ)', 'America/Dominica' => 'اؠٹلانٹِک ٹایِم (ڈومِنِکا)', - 'America/Edmonton' => 'ماونٹین ٹایِم (اؠڑمَنٹَن)', + 'America/Edmonton' => 'ماونٹین ٹایِم (اؠڈمَنٹَن)', 'America/Eirunepe' => 'اؠکرے ٹایِم (ایٖروٗنیپ)', 'America/El_Salvador' => 'مرکزی ٹایِم (ایل سَلویدَر)', - 'America/Fort_Nelson' => 'ماونٹین ٹایِم (Fort Nelson)', + 'America/Fort_Nelson' => 'ماونٹین ٹایِم (فورٹ نیلسن)', 'America/Fortaleza' => 'برؠسِلِیا ٹایِم (فورٹیلیزا)', 'America/Glace_Bay' => 'اؠٹلانٹِک ٹایِم (گلیس خلیٖج)', - 'America/Godthab' => 'مغرِبی گریٖن لینڑُک ٹایِم (گعاڑتھیب)', + 'America/Godthab' => 'مغرِبی گریٖن لینڈُک ٹایِم (نوٗک)', 'America/Goose_Bay' => 'اؠٹلانٹِک ٹایِم (گوٗس خلیٖج)', 'America/Grand_Turk' => 'مشرقی ٹایِم (گرینڈ تٔرک)', - 'America/Grenada' => 'اؠٹلانٹِک ٹایِم (گریناڑا)', + 'America/Grenada' => 'اؠٹلانٹِک ٹایِم (گریناڈا)', 'America/Guadeloupe' => 'اؠٹلانٹِک ٹایِم (گوڑلوپ)', 'America/Guatemala' => 'مرکزی ٹایِم (گواٹیمالا)', 'America/Guayaquil' => 'اِکویڑَر ٹایِم (گوایاکِوَل)', 'America/Guyana' => 'گُیَنا ٹایِم (گُیانا)', 'America/Halifax' => 'اؠٹلانٹِک ٹایِم (حیلِفؠکس)', 'America/Havana' => 'کیوٗبا ٹایِم (حوانا)', - 'America/Hermosillo' => 'مؠکسِکو وَکھ (ۂرموسِلو)', + 'America/Hermosillo' => 'میکسیکن پیسیفک ٹائم (ۂرموسِلو)', 'America/Indiana/Knox' => 'مرکزی ٹایِم (نوکس)', - 'America/Indiana/Marengo' => 'مشرقی ٹایِم (میرینگو)', - 'America/Indiana/Petersburg' => 'مشرقی ٹایِم (پِٹس بٔرگ)', - 'America/Indiana/Tell_City' => 'مرکزی ٹایِم (ٹیل سِٹی)', - 'America/Indiana/Vevay' => 'مشرقی ٹایِم (ویویے)', - 'America/Indiana/Vincennes' => 'مشرقی ٹایِم (وِنسینیس)', - 'America/Indiana/Winamac' => 'مشرقی ٹایِم (وِنیمیک)', + 'America/Indiana/Marengo' => 'مشرقی ٹایِم (میرنگو، انڈیانا)', + 'America/Indiana/Petersburg' => 'مشرقی ٹایِم (پِٹس بٔرگ، انڈیانا)', + 'America/Indiana/Tell_City' => 'مرکزی ٹایِم (ٹیل سِٹی، انڈیانا)', + 'America/Indiana/Vevay' => 'مشرقی ٹایِم (ویویے، انڈیانا)', + 'America/Indiana/Vincennes' => 'مشرقی ٹایِم (وِنسینیس، انڈیانا)', + 'America/Indiana/Winamac' => 'مشرقی ٹایِم (وِنیمیک، انڈیانا)', 'America/Indianapolis' => 'مشرقی ٹایِم (اِنڈیَن پولِس)', 'America/Inuvik' => 'ماونٹین ٹایِم (اِنوٗوِک)', 'America/Iqaluit' => 'مشرقی ٹایِم (اِقالیوٗیِت)', 'America/Jamaica' => 'مشرقی ٹایِم (جَمَیکا)', 'America/Jujuy' => 'ارجؠنٹیٖنا ٹایِم (جُجویے)', 'America/Juneau' => 'اؠلاسکا ٹایِم (جوٗنی)', - 'America/Kentucky/Monticello' => 'مشرقی ٹایِم (مونٹِسیلو)', - 'America/Kralendijk' => 'اؠٹلانٹِک ٹایِم (Kralendijk)', + 'America/Kentucky/Monticello' => 'مشرقی ٹایِم (مونٹِسیلو، کینٹوکی)', + 'America/Kralendijk' => 'اؠٹلانٹِک ٹایِم (کرالینڈِک)', 'America/La_Paz' => 'بولِوِیا ٹایِم (لا پاز)', 'America/Lima' => 'پٔروٗ ٹایِم (لِما)', 'America/Los_Angeles' => 'پیسِفِک ٹایِم (لاس اینجٕلز)', 'America/Louisville' => 'مشرقی ٹایِم (لوٗیِس وِل)', - 'America/Lower_Princes' => 'اؠٹلانٹِک ٹایِم (Lower Prince’s Quarter)', + 'America/Lower_Princes' => 'اؠٹلانٹِک ٹایِم (لوور پرنس کوارٹر)', 'America/Maceio' => 'برؠسِلِیا ٹایِم (میسِیوو)', 'America/Managua' => 'مرکزی ٹایِم (مَناگوا)', 'America/Manaus' => 'اؠمَزَن ٹایِم (مَنوس)', - 'America/Marigot' => 'اؠٹلانٹِک ٹایِم (Marigot)', + 'America/Marigot' => 'اؠٹلانٹِک ٹایِم (میریگوٹ)', 'America/Martinique' => 'اؠٹلانٹِک ٹایِم (مارٹِنِک)', - 'America/Matamoros' => 'مرکزی ٹایِم (Matamoros)', - 'America/Mazatlan' => 'مؠکسِکو وَکھ (مَزَٹلان)', + 'America/Matamoros' => 'مرکزی ٹایِم (میٹاموروس)', + 'America/Mazatlan' => 'میکسیکن پیسیفک ٹائم (مَزَٹلان)', 'America/Mendoza' => 'ارجؠنٹیٖنا ٹایِم (مؠنڑوزا)', 'America/Menominee' => 'مرکزی ٹایِم (مینومِنی)', 'America/Merida' => 'مرکزی ٹایِم (میرِڈا)', - 'America/Metlakatla' => 'اؠلاسکا ٹایِم (Metlakatla)', + 'America/Metlakatla' => 'اؠلاسکا ٹایِم (میٹلا کاٹلا)', 'America/Mexico_City' => 'مرکزی ٹایِم (میکسِکو سِٹی)', 'America/Miquelon' => 'سینٹ پَیری مِقیوٗلَن ٹایِم (مِکیٖلَن)', 'America/Moncton' => 'اؠٹلانٹِک ٹایِم (مونکٹٕن)', 'America/Monterrey' => 'مرکزی ٹایِم (موٹیری)', 'America/Montevideo' => 'یوٗرؠگوَے ٹایِم (مونٹیوِڈیو)', - 'America/Montreal' => 'کینَڑا وَکھ (Montreal)', + 'America/Montreal' => 'کینیڈا وَکھ (Montreal)', 'America/Montserrat' => 'اؠٹلانٹِک ٹایِم (مونژیرات)', 'America/Nassau' => 'مشرقی ٹایِم (نساؤں)', 'America/New_York' => 'مشرقی ٹایِم (نِو یارک)', 'America/Nipigon' => 'مشرقی ٹایِم (نِپِگَن)', 'America/Nome' => 'اؠلاسکا ٹایِم (نوم)', - 'America/Noronha' => 'نورونہا ٹایِم', - 'America/North_Dakota/Beulah' => 'مرکزی ٹایِم (Beulah, North Dakota)', + 'America/Noronha' => 'فرنینڈو ڈی نورونہا ٹائم', + 'America/North_Dakota/Beulah' => 'مرکزی ٹایِم (بیولاہ، شُمالی ڈیکوٹا)', 'America/North_Dakota/Center' => 'مرکزی ٹایِم (مَرکزی جنوٗبی ڈکوٹا)', - 'America/North_Dakota/New_Salem' => 'مرکزی ٹایِم (نوو سیلٕم)', - 'America/Ojinaga' => 'ماونٹین ٹایِم (Ojinaga)', + 'America/North_Dakota/New_Salem' => 'مرکزی ٹایِم (نوو سیلٕم، شُمالی ڈیکوٹا)', + 'America/Ojinaga' => 'ماونٹین ٹایِم (اوجی ناگا)', 'America/Panama' => 'مشرقی ٹایِم (پَناما)', 'America/Pangnirtung' => 'مشرقی ٹایِم (پَنگنِرٹَنگ)', 'America/Paramaribo' => 'سُرِنام ٹایِم (پَرامارِبو)', @@ -171,35 +171,35 @@ return [ 'America/Port_of_Spain' => 'اؠٹلانٹِک ٹایِم (پوٹ آف سپین)', 'America/Porto_Velho' => 'اؠمَزَن ٹایِم (پوٹو وؠلہو)', 'America/Puerto_Rico' => 'اؠٹلانٹِک ٹایِم (پیٖٹو رِکو)', - 'America/Punta_Arenas' => 'چِلی ٹایِم (Punta Arenas)', + 'America/Punta_Arenas' => 'چِلی ٹایِم (پونٹا اریناس)', 'America/Rainy_River' => 'مرکزی ٹایِم (رینی رِوَر)', 'America/Rankin_Inlet' => 'مرکزی ٹایِم (رینکِن اِنلؠٹ)', - 'America/Recife' => 'برؠسِلِیا ٹایِم (رؠچیٖف)', + 'America/Recife' => 'برؠسِلِیا ٹایِم (ریسیف)', 'America/Regina' => 'مرکزی ٹایِم (رؠجیٖنا)', 'America/Resolute' => 'مرکزی ٹایِم (رِسولیوٗٹ)', 'America/Rio_Branco' => 'اؠکرے ٹایِم (رِیو برانکو)', - 'America/Santa_Isabel' => 'مؠکسِکو وَکھ (Santa Isabel)', - 'America/Santarem' => 'برؠسِلِیا ٹایِم (Santarem)', - 'America/Santiago' => 'چِلی ٹایِم (سینٹِعؠگو)', + 'America/Santa_Isabel' => 'شُمال مغربی میکسیکو ٹائم (Santa Isabel)', + 'America/Santarem' => 'برؠسِلِیا ٹایِم (سانتاریم)', + 'America/Santiago' => 'چِلی ٹایِم (سینٹیاگو)', 'America/Santo_Domingo' => 'اؠٹلانٹِک ٹایِم (سؠنٹو ڑومِنگو)', - 'America/Sao_Paulo' => 'برؠسِلِیا ٹایِم (ساو پعالو)', - 'America/Scoresbysund' => 'مشرِقی گریٖن لینڑُک ٹایِم (سکورٕسباےسَنڑ)', - 'America/Sitka' => 'اؠلاسکا ٹایِم (Sitka)', - 'America/St_Barthelemy' => 'اؠٹلانٹِک ٹایِم (St. Barthelemy)', - 'America/St_Johns' => 'نیوٗ فاونڑلینڑ ٹایِم (سؠنٹ جونس)', + 'America/Sao_Paulo' => 'برؠسِلِیا ٹایِم (ساؤ پالو)', + 'America/Scoresbysund' => 'مشرِقی گریٖن لینڈُک ٹایِم (سکورٕسباےسَنڑ)', + 'America/Sitka' => 'اؠلاسکا ٹایِم (سِٹکا)', + 'America/St_Barthelemy' => 'اؠٹلانٹِک ٹایِم (سینٹ بارتھیلمی)', + 'America/St_Johns' => 'نیو فاؤنڈ لینڈ ٹائم (سؠنٹ جونس)', 'America/St_Kitts' => 'اؠٹلانٹِک ٹایِم (سینٹ کِٹس)', 'America/St_Lucia' => 'اؠٹلانٹِک ٹایِم (سؠنٹ لوٗسِیا)', 'America/St_Thomas' => 'اؠٹلانٹِک ٹایِم (سینٹ تھامَس)', - 'America/St_Vincent' => 'اؠٹلانٹِک ٹایِم (وِنسینٹ)', + 'America/St_Vincent' => 'اؠٹلانٹِک ٹایِم (سینٹ وِنسینٹ)', 'America/Swift_Current' => 'مرکزی ٹایِم (سٕوِفٹ کَرَنٹ)', - 'America/Tegucigalpa' => 'مرکزی ٹایِم (Tegucigalpa)', + 'America/Tegucigalpa' => 'مرکزی ٹایِم (ٹیگوسی گالپا)', 'America/Thule' => 'اؠٹلانٹِک ٹایِم (تھیوٗلے)', - 'America/Thunder_Bay' => 'مشرقی ٹایِم (تھَنڑَر خلیٖج)', + 'America/Thunder_Bay' => 'مشرقی ٹایِم (تھَنڈر خلیٖج)', 'America/Tijuana' => 'پیسِفِک ٹایِم (تِجُوانا)', 'America/Toronto' => 'مشرقی ٹایِم (ٹورونٹو)', 'America/Tortola' => 'اؠٹلانٹِک ٹایِم (ٹارٹولا)', 'America/Vancouver' => 'پیسِفِک ٹایِم (وؠنکووَر)', - 'America/Whitehorse' => 'کینَڑا وَکھ (وایِٹ ہارٕس)', + 'America/Whitehorse' => 'یوکون ٹائم (وایِٹ ہارٕس)', 'America/Winnipeg' => 'مرکزی ٹایِم (وِنِپؠگ)', 'America/Yakutat' => 'اؠلاسکا ٹایِم (یکوٗتات)', 'America/Yellowknife' => 'ماونٹین ٹایِم (یؠلو نایِف)', @@ -214,85 +214,85 @@ return [ 'Antarctica/Syowa' => 'سیووا ٹایِم', 'Antarctica/Troll' => 'گریٖن وِچ میٖن ٹایِم (Troll)', 'Antarctica/Vostok' => 'ووسٹوک ٹایِم (ووستوک)', - 'Arctic/Longyearbyen' => 'مرکزی یوٗرپی ٹایِم (Longyearbyen)', + 'Arctic/Longyearbyen' => 'مرکزی یوٗرپی ٹایِم (لونگ ییئر بئین)', 'Asia/Aden' => 'ارؠبِیَن ٹایِم (ایڈٕن)', - 'Asia/Almaty' => 'مشرِقی کَزاکھِستان ٹایِم (اَلماٹی)', + 'Asia/Almaty' => 'مشرقی قازقستان ٹائم (اَلماٹی)', 'Asia/Amman' => 'مشرقی یوٗرپی ٹایِم (اَمان)', 'Asia/Anadyr' => 'اؠنَڑیٖر ٹایِم (اَنَدیر)', - 'Asia/Aqtau' => 'مغرِبی کَزاکھِستان ٹایِم (اَکتاؤں)', - 'Asia/Aqtobe' => 'مغرِبی کَزاکھِستان ٹایِم (اَقٹوب)', - 'Asia/Ashgabat' => 'تُرکمؠنِستان ٹایِم (اَشگَبَت)', - 'Asia/Atyrau' => 'مغرِبی کَزاکھِستان ٹایِم (Atyrau)', + 'Asia/Aqtau' => 'مغربی قازقستان ٹائم (اکٹو)', + 'Asia/Aqtobe' => 'مغربی قازقستان ٹائم (اَقٹوب)', + 'Asia/Ashgabat' => 'ترکمانستان ٹائم (اَشگَبَت)', + 'Asia/Atyrau' => 'مغربی قازقستان ٹائم (اٹیرو)', 'Asia/Baghdad' => 'ارؠبِیَن ٹایِم (بغداد)', 'Asia/Bahrain' => 'ارؠبِیَن ٹایِم (بؠہریٖن)', - 'Asia/Baku' => 'اَزَربیجان ٹایِم (باقوٗ)', + 'Asia/Baku' => 'ازربائیجان ٹائم (باقوٗ)', 'Asia/Bangkok' => 'اِنڑوچَینا ٹایِم (بینگ کاک)', - 'Asia/Barnaul' => 'روٗس وَکھ (Barnaul)', - 'Asia/Beirut' => 'مشرقی یوٗرپی ٹایِم (بیرُت)', - 'Asia/Bishkek' => 'کِرگِستان ٹایِم (بِشکیک)', + 'Asia/Barnaul' => 'روٗس وَکھ (برنول)', + 'Asia/Beirut' => 'مشرقی یوٗرپی ٹایِم (بیرٹ)', + 'Asia/Bishkek' => 'کرغزستان ٹائم (بِشکیک)', 'Asia/Brunei' => 'بروٗنَے دَروٗسَلَم ٹایِم', 'Asia/Calcutta' => 'ہِندوستان (Kolkata)', - 'Asia/Chita' => 'یَکُٹسک ٹایِم (Chita)', - 'Asia/Choibalsan' => 'مونگولِیا ٹایِم (چویبالسَن)', + 'Asia/Chita' => 'یَکُٹسک ٹایِم (چیٹا)', + 'Asia/Choibalsan' => 'اولن باٹر ٹائم (چویبالسَن)', 'Asia/Colombo' => 'ہِندوستان (کولَمبو)', 'Asia/Damascus' => 'مشرقی یوٗرپی ٹایِم (دَمَسکَس)', 'Asia/Dhaka' => 'بَنگلادیش ٹایِم (ڈھاکا)', 'Asia/Dili' => 'ایٖسٹ ٹیٖمَر ٹایِم (دِلی)', - 'Asia/Dubai' => 'گَلف سٹینڑاڑ ٹایِم (دُبَے)', - 'Asia/Dushanbe' => 'تازِکِستان ٹایِم (دُشانبیے)', - 'Asia/Famagusta' => 'مشرقی یوٗرپی ٹایِم (Famagusta)', - 'Asia/Gaza' => 'مشرقی یوٗرپی ٹایِم (غازا)', - 'Asia/Hebron' => 'مشرقی یوٗرپی ٹایِم (Hebron)', - 'Asia/Hong_Kong' => 'حانگ کانگ ٹایِم', + 'Asia/Dubai' => 'گَلف سٹینڈرڈ ٹایِم (دُبئی)', + 'Asia/Dushanbe' => 'تاجکستان ٹائم (دُشانبیے)', + 'Asia/Famagusta' => 'مشرقی یوٗرپی ٹایِم (فاما گوسٹا)', + 'Asia/Gaza' => 'مشرقی یوٗرپی ٹایِم (غزہ)', + 'Asia/Hebron' => 'مشرقی یوٗرپی ٹایِم (ہیبرون)', + 'Asia/Hong_Kong' => 'ہانگ کانگ ٹائم', 'Asia/Hovd' => 'حووڑ ٹایِم', 'Asia/Irkutsk' => 'اِرکُٹسک ٹایِم (اِرکُسک)', 'Asia/Jakarta' => 'مغرِبی اِنڑونیشِیا ٹایِم (جکارتا)', 'Asia/Jayapura' => 'مشرِقی اِنڑونیشِیا ٹایِم (جَیاپوٗرا)', - 'Asia/Jerusalem' => 'اِسرٲیِلی ٹایِم (یؠروٗسَلَم)', + 'Asia/Jerusalem' => 'اِسرٲیِلی ٹایِم (یروشلم)', 'Asia/Kabul' => 'افغانِستان ٹایِم (قابُل)', 'Asia/Kamchatka' => 'کَمچَٹکا ٹایِم (کَمچھٹکا)', 'Asia/Karachi' => 'پاکِستان ٹایِم (کَراچی)', 'Asia/Katmandu' => 'نؠپٲلۍ ٹایِم (کاٹھمَنڈوٗ)', - 'Asia/Khandyga' => 'یَکُٹسک ٹایِم (Khandyga)', + 'Asia/Khandyga' => 'یَکُٹسک ٹایِم (کھانڈیگا)', 'Asia/Krasnoyarsk' => 'کرؠسنوےیارسک ٹایِم (کرنسنویارسک)', 'Asia/Kuala_Lumpur' => 'مَلیشِیا ٹایِم (کولالَمپوٗر)', 'Asia/Kuching' => 'مَلیشِیا ٹایِم (کُچِنگ)', 'Asia/Kuwait' => 'ارؠبِیَن ٹایِم (کُویت)', - 'Asia/Macau' => 'چَینا ٹایِم (مقاؤں)', + 'Asia/Macau' => 'چَینا ٹایِم (مکو)', 'Asia/Magadan' => 'مَگَدَن ٹایِم (مَگادَن)', 'Asia/Makassar' => 'مرکزی اِنڑونیشِیا ٹایِم (مَکَسَر)', 'Asia/Manila' => 'پھِلِپایِن ٹایِم (مَنیٖلا)', - 'Asia/Muscat' => 'گَلف سٹینڑاڑ ٹایِم (مَسکَت)', + 'Asia/Muscat' => 'گَلف سٹینڈرڈ ٹایِم (مسقط)', 'Asia/Nicosia' => 'مشرقی یوٗرپی ٹایِم (نِکوسِیا)', - 'Asia/Novokuznetsk' => 'کرؠسنوےیارسک ٹایِم (Novokuznetsk)', + 'Asia/Novokuznetsk' => 'کرؠسنوےیارسک ٹایِم (نوووکُزنیٹسک)', 'Asia/Novosibirsk' => 'نۄوۄسِبٔرسک ٹایِم (نوووسِبِرسک)', 'Asia/Omsk' => 'اۄمسک ٹایِم (اومسک)', - 'Asia/Oral' => 'مغرِبی کَزاکھِستان ٹایِم (اورَل)', + 'Asia/Oral' => 'مغربی قازقستان ٹائم (اورَل)', 'Asia/Phnom_Penh' => 'اِنڑوچَینا ٹایِم (نوم پؠنہہ)', 'Asia/Pontianak' => 'مغرِبی اِنڑونیشِیا ٹایِم (پونتِعانک)', 'Asia/Pyongyang' => 'کورِیا ٹایِم (پیونگیانگ)', - 'Asia/Qatar' => 'ارؠبِیَن ٹایِم (قَتَر)', - 'Asia/Qostanay' => 'مشرِقی کَزاکھِستان ٹایِم (Qostanay)', - 'Asia/Qyzylorda' => 'مغرِبی کَزاکھِستان ٹایِم (قؠزؠلوڑا)', + 'Asia/Qatar' => 'ارؠبِیَن ٹایِم (قطر)', + 'Asia/Qostanay' => 'مشرقی قازقستان ٹائم (کوسٹانے)', + 'Asia/Qyzylorda' => 'مغربی قازقستان ٹائم (قؠزؠلوڑا)', 'Asia/Rangoon' => 'مِیانمَر ٹایِم (رنگوٗن)', - 'Asia/Riyadh' => 'ارؠبِیَن ٹایِم (رِیاد)', + 'Asia/Riyadh' => 'ارؠبِیَن ٹایِم (ریاض)', 'Asia/Saigon' => 'اِنڑوچَینا ٹایِم (سیگَن)', 'Asia/Sakhalin' => 'سَکھؠلِن ٹایِم (سَکھالِن)', 'Asia/Samarkand' => 'اُزبیکِستان ٹایِم (سَمَرکَند)', - 'Asia/Seoul' => 'کورِیا ٹایِم (سول)', - 'Asia/Shanghai' => 'چَینا ٹایِم (Shanghai)', + 'Asia/Seoul' => 'کورِیا ٹایِم (سیول)', + 'Asia/Shanghai' => 'چَینا ٹایِم (شانگے)', 'Asia/Singapore' => 'سِنگاپوٗر ٹایِم (سِنگاپور)', - 'Asia/Srednekolymsk' => 'مَگَدَن ٹایِم (Srednekolymsk)', - 'Asia/Taipei' => 'تایوان وَکھ (تَیپیے)', + 'Asia/Srednekolymsk' => 'مَگَدَن ٹایِم (سریڈنیکولیمسک)', + 'Asia/Taipei' => 'ٹے پے ٹائم (تَیپیے)', 'Asia/Tashkent' => 'اُزبیکِستان ٹایِم (تاشکینٹ)', 'Asia/Tbilisi' => 'جورجِیاہُک ٹایِم (بِلِسی)', 'Asia/Tehran' => 'اِیٖرٲنۍ ٹایِم (تؠہران)', 'Asia/Thimphu' => 'بوٗٹان ٹایِم (تھِمپوٗ)', 'Asia/Tokyo' => 'جاپٲنۍ ٹایِم (ٹوکیو)', - 'Asia/Tomsk' => 'روٗس وَکھ (Tomsk)', - 'Asia/Ulaanbaatar' => 'مونگولِیا ٹایِم (اُلانباٹَر)', - 'Asia/Urumqi' => 'چیٖن وَکھ (اُرَمچی)', - 'Asia/Ust-Nera' => 'ولاڑِووسٹوک ٹایِم (Ust-Nera)', + 'Asia/Tomsk' => 'روٗس وَکھ (ٹومسک)', + 'Asia/Ulaanbaatar' => 'اولن باٹر ٹائم', + 'Asia/Urumqi' => 'چیٖن وَکھ (اُرومقی)', + 'Asia/Ust-Nera' => 'ولاڑِووسٹوک ٹایِم (اوسٹ-نیرا)', 'Asia/Vientiane' => 'اِنڑوچَینا ٹایِم (وِیَنتِیین)', 'Asia/Vladivostok' => 'ولاڑِووسٹوک ٹایِم (لادِووستوک)', 'Asia/Yakutsk' => 'یَکُٹسک ٹایِم (یکوسک)', @@ -305,9 +305,9 @@ return [ 'Atlantic/Faeroe' => 'مغرِبی یوٗرپی ٹایِم (فؠرو)', 'Atlantic/Madeira' => 'مغرِبی یوٗرپی ٹایِم (مَڈیٖرا)', 'Atlantic/Reykjavik' => 'گریٖن وِچ میٖن ٹایِم (رؠکیاوِک)', - 'Atlantic/South_Georgia' => 'شُمٲلی جورجِیا ٹایِم (ساوتھ جورجِیا)', + 'Atlantic/South_Georgia' => 'شُمٲلی جورجِیا ٹایِم (جنوبی جارجیا)', 'Atlantic/St_Helena' => 'گریٖن وِچ میٖن ٹایِم (سینٹ ہیلِنا)', - 'Atlantic/Stanley' => 'فاکلینڑ ٹایِم (سٹینلی)', + 'Atlantic/Stanley' => 'فالک لینڈ جزیرٕ ٹائم (سٹینلی)', 'Australia/Adelaide' => 'مرکزی آسٹریلِیَن ٹایِم (اؠڑِلیڑ)', 'Australia/Brisbane' => 'مشرِقی آسٹریلِیا ٹایِم (برسبین)', 'Australia/Broken_Hill' => 'مرکزی آسٹریلِیَن ٹایِم (بروکٕن ہِل)', @@ -325,71 +325,71 @@ return [ 'Etc/GMT' => 'گریٖن وِچ میٖن ٹایِم', 'Etc/UTC' => 'کوآرڈنیٹڈ یونیورسل وَکھ', 'Europe/Amsterdam' => 'مرکزی یوٗرپی ٹایِم (ایمسٹَرڈیم)', - 'Europe/Andorra' => 'مرکزی یوٗرپی ٹایِم (اَنڑورا)', - 'Europe/Astrakhan' => 'ماسکَو ٹایِم (Astrakhan)', + 'Europe/Andorra' => 'مرکزی یوٗرپی ٹایِم (اَنڈورا)', + 'Europe/Astrakhan' => 'ماسکَو ٹایِم (ایسٹرا کھان)', 'Europe/Athens' => 'مشرقی یوٗرپی ٹایِم (اؠتھٕنس)', - 'Europe/Belgrade' => 'مرکزی یوٗرپی ٹایِم (Belgrade)', + 'Europe/Belgrade' => 'مرکزی یوٗرپی ٹایِم (بیلگریڈ)', 'Europe/Berlin' => 'مرکزی یوٗرپی ٹایِم (بٔرلِن)', - 'Europe/Bratislava' => 'مرکزی یوٗرپی ٹایِم (Bratislava)', + 'Europe/Bratislava' => 'مرکزی یوٗرپی ٹایِم (بریٹیسلاوا)', 'Europe/Brussels' => 'مرکزی یوٗرپی ٹایِم (برسٕلس)', 'Europe/Bucharest' => 'مشرقی یوٗرپی ٹایِم (بَچاریسٹ)', - 'Europe/Budapest' => 'مرکزی یوٗرپی ٹایِم (بُڑاپیسٹ)', - 'Europe/Busingen' => 'مرکزی یوٗرپی ٹایِم (Busingen)', + 'Europe/Budapest' => 'مرکزی یوٗرپی ٹایِم (بُڈاپیسٹ)', + 'Europe/Busingen' => 'مرکزی یوٗرپی ٹایِم (بوسِنگین)', 'Europe/Chisinau' => 'مشرقی یوٗرپی ٹایِم (چِسیٖنو)', - 'Europe/Copenhagen' => 'مرکزی یوٗرپی ٹایِم (کوپَنہیگَن)', + 'Europe/Copenhagen' => 'مرکزی یوٗرپی ٹایِم (کوپن ہیگن)', 'Europe/Dublin' => 'گریٖن وِچ میٖن ٹایِم (ڈَبلِن)', 'Europe/Gibraltar' => 'مرکزی یوٗرپی ٹایِم (گِبرالٹَر)', - 'Europe/Guernsey' => 'گریٖن وِچ میٖن ٹایِم (Guernsey)', + 'Europe/Guernsey' => 'گریٖن وِچ میٖن ٹایِم (گویرنسے)', 'Europe/Helsinki' => 'مشرقی یوٗرپی ٹایِم (حؠلسِنکی)', - 'Europe/Isle_of_Man' => 'گریٖن وِچ میٖن ٹایِم (Isle of Man)', + 'Europe/Isle_of_Man' => 'گریٖن وِچ میٖن ٹایِم (آئل آف مین)', 'Europe/Istanbul' => 'تُرکی وَکھ (اِستانبُل)', - 'Europe/Jersey' => 'گریٖن وِچ میٖن ٹایِم (Jersey)', + 'Europe/Jersey' => 'گریٖن وِچ میٖن ٹایِم (جرسی)', 'Europe/Kaliningrad' => 'مشرقی یوٗرپی ٹایِم (کَلِناِنگرَد)', 'Europe/Kiev' => 'مشرقی یوٗرپی ٹایِم (کیٖو)', - 'Europe/Kirov' => 'روٗس وَکھ (Kirov)', + 'Europe/Kirov' => 'روٗس وَکھ (کیرو)', 'Europe/Lisbon' => 'مغرِبی یوٗرپی ٹایِم (لِسبَن)', - 'Europe/Ljubljana' => 'مرکزی یوٗرپی ٹایِم (Ljubljana)', + 'Europe/Ljubljana' => 'مرکزی یوٗرپی ٹایِم (لِیوٗب لِیانا)', 'Europe/London' => 'گریٖن وِچ میٖن ٹایِم (لَندَن)', 'Europe/Luxembourg' => 'مرکزی یوٗرپی ٹایِم (لَکزٕمبٔرگ)', - 'Europe/Madrid' => 'مرکزی یوٗرپی ٹایِم (میڑرِڑ)', + 'Europe/Madrid' => 'مرکزی یوٗرپی ٹایِم (میڈریڈ)', 'Europe/Malta' => 'مرکزی یوٗرپی ٹایِم (مالٹا)', - 'Europe/Mariehamn' => 'مشرقی یوٗرپی ٹایِم (Mariehamn)', + 'Europe/Mariehamn' => 'مشرقی یوٗرپی ٹایِم (میری ہیم)', 'Europe/Minsk' => 'ماسکَو ٹایِم (مِنسک)', 'Europe/Monaco' => 'مرکزی یوٗرپی ٹایِم (موناکو)', 'Europe/Moscow' => 'ماسکَو ٹایِم (ماسکو)', 'Europe/Oslo' => 'مرکزی یوٗرپی ٹایِم (اوسلو)', 'Europe/Paris' => 'مرکزی یوٗرپی ٹایِم (پیرِس)', - 'Europe/Podgorica' => 'مرکزی یوٗرپی ٹایِم (Podgorica)', - 'Europe/Prague' => 'مرکزی یوٗرپی ٹایِم (Prague)', + 'Europe/Podgorica' => 'مرکزی یوٗرپی ٹایِم (پوڈگوریکا)', + 'Europe/Prague' => 'مرکزی یوٗرپی ٹایِم (پراگ)', 'Europe/Riga' => 'مشرقی یوٗرپی ٹایِم (رِگا)', 'Europe/Rome' => 'مرکزی یوٗرپی ٹایِم (روم)', 'Europe/Samara' => 'سمؠرا ٹایِم (سَمارا)', - 'Europe/San_Marino' => 'مرکزی یوٗرپی ٹایِم (San Marino)', - 'Europe/Sarajevo' => 'مرکزی یوٗرپی ٹایِم (Sarajevo)', - 'Europe/Saratov' => 'ماسکَو ٹایِم (Saratov)', + 'Europe/San_Marino' => 'مرکزی یوٗرپی ٹایِم (سین مرینو)', + 'Europe/Sarajevo' => 'مرکزی یوٗرپی ٹایِم (سارا جیوو)', + 'Europe/Saratov' => 'ماسکَو ٹایِم (ساراٹو)', 'Europe/Simferopol' => 'ماسکَو ٹایِم (سِمفیروپول)', - 'Europe/Skopje' => 'مرکزی یوٗرپی ٹایِم (Skopje)', + 'Europe/Skopje' => 'مرکزی یوٗرپی ٹایِم (سِکوپیے)', 'Europe/Sofia' => 'مشرقی یوٗرپی ٹایِم (سوفِیا)', 'Europe/Stockholm' => 'مرکزی یوٗرپی ٹایِم (سٹاک ہولم)', 'Europe/Tallinn' => 'مشرقی یوٗرپی ٹایِم (ٹؠلِن)', 'Europe/Tirane' => 'مرکزی یوٗرپی ٹایِم (ٹِرین)', - 'Europe/Ulyanovsk' => 'ماسکَو ٹایِم (Ulyanovsk)', + 'Europe/Ulyanovsk' => 'ماسکَو ٹایِم (اولیانووسک)', 'Europe/Uzhgorod' => 'مشرقی یوٗرپی ٹایِم (اُزگورود)', 'Europe/Vaduz' => 'مرکزی یوٗرپی ٹایِم (وادُز)', - 'Europe/Vatican' => 'مرکزی یوٗرپی ٹایِم (Vatican)', + 'Europe/Vatican' => 'مرکزی یوٗرپی ٹایِم (ویٹیکن)', 'Europe/Vienna' => 'مرکزی یوٗرپی ٹایِم (وِیَننا)', 'Europe/Vilnius' => 'مشرقی یوٗرپی ٹایِم (وِلِنِیَس)', 'Europe/Volgograd' => 'وولگوگریڑ ٹایِم (وولگوگرَد)', 'Europe/Warsaw' => 'مرکزی یوٗرپی ٹایِم (وارسا)', - 'Europe/Zagreb' => 'مرکزی یوٗرپی ٹایِم (Zagreb)', + 'Europe/Zagreb' => 'مرکزی یوٗرپی ٹایِم (زگریب)', 'Europe/Zaporozhye' => 'مشرقی یوٗرپی ٹایِم (زَپوروزَے)', 'Europe/Zurich' => 'مرکزی یوٗرپی ٹایِم (زیوٗرِک)', 'Indian/Antananarivo' => 'مشرقی افریٖقا ٹایِم (اؠنٹنانرِوو)', - 'Indian/Chagos' => 'ہِندوستٲنۍ اوشَن ٹایِن (چاگوس)', + 'Indian/Chagos' => 'ہِندوستٲنۍ اوشَن ٹائم (چاگوس)', 'Indian/Christmas' => 'کرسمَس ٹایِم (کرِسمَس)', 'Indian/Cocos' => 'کوکوز اَیلینڑز ٹایِم (کوکوس)', 'Indian/Comoro' => 'مشرقی افریٖقا ٹایِم (کومورو)', - 'Indian/Kerguelen' => 'جنوٗبی فرؠنچ ٹایِم (کیرگولِن)', + 'Indian/Kerguelen' => 'فرینچ جنوبی تٕہ انٹارکٹِک ٹائم (کیرگولِن)', 'Indian/Mahe' => 'سیشؠلٕز ٹایِم (ماہیے)', 'Indian/Maldives' => 'مالدیٖوٕز ٹایِم (مالدیٖوز)', 'Indian/Mauritius' => 'مورِشَس ٹایِم (مورِشیس)', @@ -397,11 +397,11 @@ return [ 'Indian/Reunion' => 'رِیوٗنِیَن ٹایِم (رِیوٗنیَن)', 'MST7MDT' => 'ماونٹین ٹایِم', 'PST8PDT' => 'پیسِفِک ٹایِم', - 'Pacific/Apia' => 'سیمووا وَکھ (آپِیا)', + 'Pacific/Apia' => 'سامو وَکھ (آپِیا)', 'Pacific/Auckland' => 'نِوزِلینڑ ٹایِم (آکلینڈ)', 'Pacific/Bougainville' => 'پاپُعا نیوٗ گؠنی ٹایِم (Bougainville)', 'Pacific/Chatham' => 'کؠتھَم ٹایِم (چَتھَم)', - 'Pacific/Easter' => 'ایٖسٹَر ٹایِم', + 'Pacific/Easter' => 'ایٖسٹَر جزیرٕ ٹایِم', 'Pacific/Efate' => 'وَنوٗاَٹوٗ ٹایِم (ایفاتیے)', 'Pacific/Enderbury' => 'پھونِکس ججیٖرُک ٹایِم (اؠنڑربیری)', 'Pacific/Fakaofo' => 'ٹوکؠلو ٹایِم (فَکَوفو)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ks_Deva.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ks_Deva.php index 27679e6..41a948f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ks_Deva.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ks_Deva.php @@ -13,7 +13,7 @@ return [ 'Africa/Ceuta' => 'मरकज़ी यूरपी वख (کیوٗٹا)', 'Africa/Conakry' => 'ग्रीनविच मीन वख (کوناکری)', 'Africa/Dakar' => 'ग्रीनविच मीन वख (دَکار)', - 'Africa/El_Aaiun' => 'मगरीबी यूरपी वख (El Aaiun)', + 'Africa/El_Aaiun' => 'मगरीबी यूरपी वख (ال عیون)', 'Africa/Freetown' => 'ग्रीनविच मीन वख (فری ٹاوُن)', 'Africa/Lome' => 'ग्रीनविच मीन वख (لوم)', 'Africa/Monrovia' => 'ग्रीनविच मीन वख (مونرووِیا)', @@ -25,8 +25,8 @@ return [ 'America/Anguilla' => 'अटलांटिक वख (اؠنگِولا)', 'America/Antigua' => 'अटलांटिक वख (اؠنٹِگُوا)', 'America/Aruba' => 'अटलांटिक वख (اَروٗبا)', - 'America/Bahia_Banderas' => 'सेंट्रल वख (Bahia Banderas)', - 'America/Barbados' => 'अटलांटिक वख (بَرباڑوس)', + 'America/Bahia_Banderas' => 'सेंट्रल वख (باہیا بندارس)', + 'America/Barbados' => 'अटलांटिक वख (بارباڈوس)', 'America/Belize' => 'सेंट्रल वख (بؠلیٖز)', 'America/Blanc-Sablon' => 'अटलांटिक वख (بلانک سؠبلَن)', 'America/Boise' => 'माउंटेन वख (بویِس)', @@ -34,63 +34,59 @@ return [ 'America/Cancun' => 'मशरिकी वख (کینکَن)', 'America/Cayman' => 'मशरिकी वख (کیمَن)', 'America/Chicago' => 'सेंट्रल वख (شِکاگو)', - 'America/Chihuahua' => 'مؠکسِکو वख (چِہُوا ہُوا)', - 'America/Coral_Harbour' => 'मशरिकी वख (کورَل بٔندٕرگاہ)', + 'America/Coral_Harbour' => 'मशरिकी वख (اٹی کوکنٍ)', 'America/Costa_Rica' => 'सेंट्रल वख (کوسٹا ریٖکا)', - 'America/Creston' => 'माउंटेन वख (Creston)', + 'America/Creston' => 'माउंटेन वख (کریسٹن)', 'America/Curacao' => 'अटलांटिक वख (کیوٗراکااو)', - 'America/Danmarkshavn' => 'ग्रीनविच मीन वख (ڑؠنمارکشَون)', - 'America/Dawson' => 'کینَڑا वख (ڑاسَن)', - 'America/Dawson_Creek' => 'माउंटेन वख (ڑاسَن کریٖک)', + 'America/Danmarkshavn' => 'ग्रीनविच मीन वख (ڈنمارک شاون)', + 'America/Dawson_Creek' => 'माउंटेन वख (ڈواسَن کریٖک)', 'America/Denver' => 'माउंटेन वख (ڈینوَر)', 'America/Detroit' => 'मशरिकी वख (ڈیٹرایِٹ)', 'America/Dominica' => 'अटलांटिक वख (ڈومِنِکا)', - 'America/Edmonton' => 'माउंटेन वख (اؠڑمَنٹَن)', + 'America/Edmonton' => 'माउंटेन वख (اؠڈمَنٹَن)', 'America/El_Salvador' => 'सेंट्रल वख (ایل سَلویدَر)', - 'America/Fort_Nelson' => 'माउंटेन वख (Fort Nelson)', + 'America/Fort_Nelson' => 'माउंटेन वख (فورٹ نیلسن)', 'America/Glace_Bay' => 'अटलांटिक वख (گلیس خلیٖج)', 'America/Goose_Bay' => 'अटलांटिक वख (گوٗس خلیٖج)', 'America/Grand_Turk' => 'मशरिकी वख (گرینڈ تٔرک)', - 'America/Grenada' => 'अटलांटिक वख (گریناڑا)', + 'America/Grenada' => 'अटलांटिक वख (گریناڈا)', 'America/Guadeloupe' => 'अटलांटिक वख (گوڑلوپ)', 'America/Guatemala' => 'सेंट्रल वख (گواٹیمالا)', 'America/Halifax' => 'अटलांटिक वख (حیلِفؠکس)', - 'America/Hermosillo' => 'مؠکسِکو वख (ۂرموسِلو)', 'America/Indiana/Knox' => 'सेंट्रल वख (نوکس)', - 'America/Indiana/Marengo' => 'मशरिकी वख (میرینگو)', - 'America/Indiana/Petersburg' => 'मशरिकी वख (پِٹس بٔرگ)', - 'America/Indiana/Tell_City' => 'सेंट्रल वख (ٹیل سِٹی)', - 'America/Indiana/Vevay' => 'मशरिकी वख (ویویے)', - 'America/Indiana/Vincennes' => 'मशरिकी वख (وِنسینیس)', - 'America/Indiana/Winamac' => 'मशरिकी वख (وِنیمیک)', + 'America/Indiana/Marengo' => 'मशरिकी वख (میرنگو، انڈیانا)', + 'America/Indiana/Petersburg' => 'मशरिकी वख (پِٹس بٔرگ، انڈیانا)', + 'America/Indiana/Tell_City' => 'सेंट्रल वख (ٹیل سِٹی، انڈیانا)', + 'America/Indiana/Vevay' => 'मशरिकी वख (ویویے، انڈیانا)', + 'America/Indiana/Vincennes' => 'मशरिकी वख (وِنسینیس، انڈیانا)', + 'America/Indiana/Winamac' => 'मशरिकी वख (وِنیمیک، انڈیانا)', 'America/Indianapolis' => 'मशरिकी वख (اِنڈیَن پولِس)', 'America/Inuvik' => 'माउंटेन वख (اِنوٗوِک)', 'America/Iqaluit' => 'मशरिकी वख (اِقالیوٗیِت)', 'America/Jamaica' => 'मशरिकी वख (جَمَیکا)', - 'America/Kentucky/Monticello' => 'मशरिकी वख (مونٹِسیلو)', - 'America/Kralendijk' => 'अटलांटिक वख (Kralendijk)', + 'America/Kentucky/Monticello' => 'मशरिकी वख (مونٹِسیلو، کینٹوکی)', + 'America/Kralendijk' => 'अटलांटिक वख (کرالینڈِک)', 'America/Los_Angeles' => 'पेसिफिक वख (لاس اینجٕلز)', 'America/Louisville' => 'मशरिकी वख (لوٗیِس وِل)', - 'America/Lower_Princes' => 'अटलांटिक वख (Lower Prince’s Quarter)', + 'America/Lower_Princes' => 'अटलांटिक वख (لوور پرنس کوارٹر)', 'America/Managua' => 'सेंट्रल वख (مَناگوا)', - 'America/Marigot' => 'अटलांटिक वख (Marigot)', + 'America/Marigot' => 'अटलांटिक वख (میریگوٹ)', 'America/Martinique' => 'अटलांटिक वख (مارٹِنِک)', - 'America/Matamoros' => 'सेंट्रल वख (Matamoros)', - 'America/Mazatlan' => 'مؠکسِکو वख (مَزَٹلان)', + 'America/Matamoros' => 'सेंट्रल वख (میٹاموروس)', 'America/Menominee' => 'सेंट्रल वख (مینومِنی)', 'America/Merida' => 'सेंट्रल वख (میرِڈا)', 'America/Mexico_City' => 'सेंट्रल वख (میکسِکو سِٹی)', 'America/Moncton' => 'अटलांटिक वख (مونکٹٕن)', 'America/Monterrey' => 'सेंट्रल वख (موٹیری)', - 'America/Montreal' => 'کینَڑا वख (Montreal)', + 'America/Montreal' => 'کینیڈا वख (Montreal)', 'America/Montserrat' => 'अटलांटिक वख (مونژیرات)', 'America/Nassau' => 'मशरिकी वख (نساؤں)', 'America/New_York' => 'मशरिकी वख (نِو یارک)', 'America/Nipigon' => 'मशरिकी वख (نِپِگَن)', - 'America/North_Dakota/Beulah' => 'सेंट्रल वख (Beulah, North Dakota)', + 'America/North_Dakota/Beulah' => 'सेंट्रल वख (بیولاہ، شُمالی ڈیکوٹا)', 'America/North_Dakota/Center' => 'सेंट्रल वख (مَرکزی جنوٗبی ڈکوٹا)', - 'America/North_Dakota/New_Salem' => 'सेंट्रल वख (نوو سیلٕم)', - 'America/Ojinaga' => 'माउंटेन वख (Ojinaga)', + 'America/North_Dakota/New_Salem' => 'सेंट्रल वख (نوو سیلٕم، شُمالی ڈیکوٹا)', + 'America/Ojinaga' => 'माउंटेन वख (اوجی ناگا)', 'America/Panama' => 'मशरिकी वख (پَناما)', 'America/Pangnirtung' => 'मशरिकी वख (پَنگنِرٹَنگ)', 'America/Phoenix' => 'माउंटेन वख (پھِنِکس)', @@ -101,38 +97,35 @@ return [ 'America/Rankin_Inlet' => 'सेंट्रल वख (رینکِن اِنلؠٹ)', 'America/Regina' => 'सेंट्रल वख (رؠجیٖنا)', 'America/Resolute' => 'सेंट्रल वख (رِسولیوٗٹ)', - 'America/Santa_Isabel' => 'مؠکسِکو वख (Santa Isabel)', 'America/Santo_Domingo' => 'अटलांटिक वख (سؠنٹو ڑومِنگو)', - 'America/St_Barthelemy' => 'अटलांटिक वख (St. Barthelemy)', + 'America/St_Barthelemy' => 'अटलांटिक वख (سینٹ بارتھیلمی)', 'America/St_Kitts' => 'अटलांटिक वख (سینٹ کِٹس)', 'America/St_Lucia' => 'अटलांटिक वख (سؠنٹ لوٗسِیا)', 'America/St_Thomas' => 'अटलांटिक वख (سینٹ تھامَس)', - 'America/St_Vincent' => 'अटलांटिक वख (وِنسینٹ)', + 'America/St_Vincent' => 'अटलांटिक वख (سینٹ وِنسینٹ)', 'America/Swift_Current' => 'सेंट्रल वख (سٕوِفٹ کَرَنٹ)', - 'America/Tegucigalpa' => 'सेंट्रल वख (Tegucigalpa)', + 'America/Tegucigalpa' => 'सेंट्रल वख (ٹیگوسی گالپا)', 'America/Thule' => 'अटलांटिक वख (تھیوٗلے)', - 'America/Thunder_Bay' => 'मशरिकी वख (تھَنڑَر خلیٖج)', + 'America/Thunder_Bay' => 'मशरिकी वख (تھَنڈر خلیٖج)', 'America/Tijuana' => 'पेसिफिक वख (تِجُوانا)', 'America/Toronto' => 'मशरिकी वख (ٹورونٹو)', 'America/Tortola' => 'अटलांटिक वख (ٹارٹولا)', 'America/Vancouver' => 'पेसिफिक वख (وؠنکووَر)', - 'America/Whitehorse' => 'کینَڑا वख (وایِٹ ہارٕس)', 'America/Winnipeg' => 'सेंट्रल वख (وِنِپؠگ)', 'America/Yellowknife' => 'माउंटेन वख (یؠلو نایِف)', 'Antarctica/Casey' => 'اینٹارٹِکا वख (کیسی)', 'Antarctica/Troll' => 'ग्रीनविच मीन वख (Troll)', - 'Arctic/Longyearbyen' => 'मरकज़ी यूरपी वख (Longyearbyen)', + 'Arctic/Longyearbyen' => 'मरकज़ी यूरपी वख (لونگ ییئر بئین)', 'Asia/Amman' => 'मशरिकी यूरपी वख (اَمان)', - 'Asia/Barnaul' => 'रूस वख (Barnaul)', - 'Asia/Beirut' => 'मशरिकी यूरपी वख (بیرُت)', + 'Asia/Barnaul' => 'रूस वख (برنول)', + 'Asia/Beirut' => 'मशरिकी यूरपी वख (بیرٹ)', 'Asia/Damascus' => 'मशरिकी यूरपी वख (دَمَسکَس)', - 'Asia/Famagusta' => 'मशरिकी यूरपी वख (Famagusta)', - 'Asia/Gaza' => 'मशरिकी यूरपी वख (غازا)', - 'Asia/Hebron' => 'मशरिकी यूरपी वख (Hebron)', + 'Asia/Famagusta' => 'मशरिकी यूरपी वख (فاما گوسٹا)', + 'Asia/Gaza' => 'मशरिकी यूरपी वख (غزہ)', + 'Asia/Hebron' => 'मशरिकी यूरपी वख (ہیبرون)', 'Asia/Nicosia' => 'मशरिकी यूरपी वख (نِکوسِیا)', - 'Asia/Taipei' => 'تایوان वख (تَیپیے)', - 'Asia/Tomsk' => 'रूस वख (Tomsk)', - 'Asia/Urumqi' => 'चीन वख (اُرَمچی)', + 'Asia/Tomsk' => 'रूस वख (ٹومسک)', + 'Asia/Urumqi' => 'चीन वख (اُرومقی)', 'Atlantic/Bermuda' => 'अटलांटिक वख (برموٗڑا)', 'Atlantic/Canary' => 'मगरीबी यूरपी वख (کؠنَری)', 'Atlantic/Faeroe' => 'मगरीबी यूरपी वख (فؠرو)', @@ -144,61 +137,62 @@ return [ 'Etc/GMT' => 'ग्रीनविच मीन वख', 'Etc/UTC' => 'कोऑर्डनैटिड यूनवर्सल वख', 'Europe/Amsterdam' => 'मरकज़ी यूरपी वख (ایمسٹَرڈیم)', - 'Europe/Andorra' => 'मरकज़ी यूरपी वख (اَنڑورا)', + 'Europe/Andorra' => 'मरकज़ी यूरपी वख (اَنڈورا)', 'Europe/Athens' => 'मशरिकी यूरपी वख (اؠتھٕنس)', - 'Europe/Belgrade' => 'मरकज़ी यूरपी वख (Belgrade)', + 'Europe/Belgrade' => 'मरकज़ी यूरपी वख (بیلگریڈ)', 'Europe/Berlin' => 'मरकज़ी यूरपी वख (بٔرلِن)', - 'Europe/Bratislava' => 'मरकज़ी यूरपी वख (Bratislava)', + 'Europe/Bratislava' => 'मरकज़ी यूरपी वख (بریٹیسلاوا)', 'Europe/Brussels' => 'मरकज़ी यूरपी वख (برسٕلس)', 'Europe/Bucharest' => 'मशरिकी यूरपी वख (بَچاریسٹ)', - 'Europe/Budapest' => 'मरकज़ी यूरपी वख (بُڑاپیسٹ)', - 'Europe/Busingen' => 'मरकज़ी यूरपी वख (Busingen)', + 'Europe/Budapest' => 'मरकज़ी यूरपी वख (بُڈاپیسٹ)', + 'Europe/Busingen' => 'मरकज़ी यूरपी वख (بوسِنگین)', 'Europe/Chisinau' => 'मशरिकी यूरपी वख (چِسیٖنو)', - 'Europe/Copenhagen' => 'मरकज़ी यूरपी वख (کوپَنہیگَن)', + 'Europe/Copenhagen' => 'मरकज़ी यूरपी वख (کوپن ہیگن)', 'Europe/Dublin' => 'ग्रीनविच मीन वख (ڈَبلِن)', 'Europe/Gibraltar' => 'मरकज़ी यूरपी वख (گِبرالٹَر)', - 'Europe/Guernsey' => 'ग्रीनविच मीन वख (Guernsey)', + 'Europe/Guernsey' => 'ग्रीनविच मीन वख (گویرنسے)', 'Europe/Helsinki' => 'मशरिकी यूरपी वख (حؠلسِنکی)', - 'Europe/Isle_of_Man' => 'ग्रीनविच मीन वख (Isle of Man)', + 'Europe/Isle_of_Man' => 'ग्रीनविच मीन वख (آئل آف مین)', 'Europe/Istanbul' => 'تُرکی वख (اِستانبُل)', - 'Europe/Jersey' => 'ग्रीनविच मीन वख (Jersey)', + 'Europe/Jersey' => 'ग्रीनविच मीन वख (جرسی)', 'Europe/Kaliningrad' => 'मशरिकी यूरपी वख (کَلِناِنگرَد)', 'Europe/Kiev' => 'मशरिकी यूरपी वख (کیٖو)', - 'Europe/Kirov' => 'रूस वख (Kirov)', + 'Europe/Kirov' => 'रूस वख (کیرو)', 'Europe/Lisbon' => 'मगरीबी यूरपी वख (لِسبَن)', - 'Europe/Ljubljana' => 'मरकज़ी यूरपी वख (Ljubljana)', + 'Europe/Ljubljana' => 'मरकज़ी यूरपी वख (لِیوٗب لِیانا)', 'Europe/London' => 'ग्रीनविच मीन वख (لَندَن)', 'Europe/Luxembourg' => 'मरकज़ी यूरपी वख (لَکزٕمبٔرگ)', - 'Europe/Madrid' => 'मरकज़ी यूरपी वख (میڑرِڑ)', + 'Europe/Madrid' => 'मरकज़ी यूरपी वख (میڈریڈ)', 'Europe/Malta' => 'मरकज़ी यूरपी वख (مالٹا)', - 'Europe/Mariehamn' => 'मशरिकी यूरपी वख (Mariehamn)', + 'Europe/Mariehamn' => 'मशरिकी यूरपी वख (میری ہیم)', 'Europe/Monaco' => 'मरकज़ी यूरपी वख (موناکو)', 'Europe/Oslo' => 'मरकज़ी यूरपी वख (اوسلو)', 'Europe/Paris' => 'मरकज़ी यूरपी वख (پیرِس)', - 'Europe/Podgorica' => 'मरकज़ी यूरपी वख (Podgorica)', - 'Europe/Prague' => 'मरकज़ी यूरपी वख (Prague)', + 'Europe/Podgorica' => 'मरकज़ी यूरपी वख (پوڈگوریکا)', + 'Europe/Prague' => 'मरकज़ी यूरपी वख (پراگ)', 'Europe/Riga' => 'मशरिकी यूरपी वख (رِگا)', 'Europe/Rome' => 'मरकज़ी यूरपी वख (روم)', - 'Europe/San_Marino' => 'मरकज़ी यूरपी वख (San Marino)', - 'Europe/Sarajevo' => 'मरकज़ी यूरपी वख (Sarajevo)', - 'Europe/Skopje' => 'मरकज़ी यूरपी वख (Skopje)', + 'Europe/San_Marino' => 'मरकज़ी यूरपी वख (سین مرینو)', + 'Europe/Sarajevo' => 'मरकज़ी यूरपी वख (سارا جیوو)', + 'Europe/Skopje' => 'मरकज़ी यूरपी वख (سِکوپیے)', 'Europe/Sofia' => 'मशरिकी यूरपी वख (سوفِیا)', 'Europe/Stockholm' => 'मरकज़ी यूरपी वख (سٹاک ہولم)', 'Europe/Tallinn' => 'मशरिकी यूरपी वख (ٹؠلِن)', 'Europe/Tirane' => 'मरकज़ी यूरपी वख (ٹِرین)', 'Europe/Uzhgorod' => 'मशरिकी यूरपी वख (اُزگورود)', 'Europe/Vaduz' => 'मरकज़ी यूरपी वख (وادُز)', - 'Europe/Vatican' => 'मरकज़ी यूरपी वख (Vatican)', + 'Europe/Vatican' => 'मरकज़ी यूरपी वख (ویٹیکن)', 'Europe/Vienna' => 'मरकज़ी यूरपी वख (وِیَننا)', 'Europe/Vilnius' => 'मशरिकी यूरपी वख (وِلِنِیَس)', 'Europe/Warsaw' => 'मरकज़ी यूरपी वख (وارسا)', - 'Europe/Zagreb' => 'मरकज़ी यूरपी वख (Zagreb)', + 'Europe/Zagreb' => 'मरकज़ी यूरपी वख (زگریب)', 'Europe/Zaporozhye' => 'मशरिकी यूरपी वख (زَپوروزَے)', 'Europe/Zurich' => 'मरकज़ी यूरपी वख (زیوٗرِک)', 'MST7MDT' => 'माउंटेन वख', 'PST8PDT' => 'पेसिफिक वख', - 'Pacific/Apia' => 'سیمووا वख (آپِیا)', + 'Pacific/Apia' => 'سامو वख (آپِیا)', ], 'Meta' => [ + 'GmtFormat' => 'जी एम टी %s', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/mi.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/mi.php index 7dd91d2..aca5ebb 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/mi.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/mi.php @@ -2,67 +2,120 @@ return [ 'Names' => [ - 'Africa/Abidjan' => 'Wā Toharite Greenwich (Abidjan)', - 'Africa/Accra' => 'Wā Toharite Greenwich (Accra)', + 'Africa/Abidjan' => 'Wā Toharite Kiriwīti (Abidjan)', + 'Africa/Accra' => 'Wā Toharite Kiriwīti (Accra)', + 'Africa/Addis_Ababa' => 'Etiopia Wā (Addis Ababa)', 'Africa/Algiers' => 'Wā Uropi Waenga (Algiers)', - 'Africa/Bamako' => 'Wā Toharite Greenwich (Bamako)', - 'Africa/Banjul' => 'Wā Toharite Greenwich (Banjul)', - 'Africa/Bissau' => 'Wā Toharite Greenwich (Bissau)', + 'Africa/Asmera' => 'Eritēria Wā (Asmara)', + 'Africa/Bamako' => 'Wā Toharite Kiriwīti (Bamako)', + 'Africa/Bangui' => 'Te Puku o Āwherika Wā (Bangui)', + 'Africa/Banjul' => 'Wā Toharite Kiriwīti (Banjul)', + 'Africa/Bissau' => 'Wā Toharite Kiriwīti (Bissau)', + 'Africa/Blantyre' => 'Marāwi Wā (Blantyre)', + 'Africa/Brazzaville' => 'Kōngo - Parāwhe Wā (Brazzaville)', + 'Africa/Bujumbura' => 'Puruniti Wā (Bujumbura)', 'Africa/Cairo' => 'Wā Uropi Rāwhiti (Cairo)', 'Africa/Casablanca' => 'Wā Uropi Uru (Casablanca)', 'Africa/Ceuta' => 'Wā Uropi Waenga (Ceuta)', - 'Africa/Conakry' => 'Wā Toharite Greenwich (Conakry)', - 'Africa/Dakar' => 'Wā Toharite Greenwich (Dakar)', + 'Africa/Conakry' => 'Wā Toharite Kiriwīti (Conakry)', + 'Africa/Dakar' => 'Wā Toharite Kiriwīti (Dakar)', + 'Africa/Dar_es_Salaam' => 'Tānahia Wā (Dar es Salaam)', + 'Africa/Djibouti' => 'Tipūti Wā (Djibouti)', + 'Africa/Douala' => 'Kamarūna Wā (Douala)', 'Africa/El_Aaiun' => 'Wā Uropi Uru (El Aaiun)', - 'Africa/Freetown' => 'Wā Toharite Greenwich (Freetown)', - 'Africa/Lome' => 'Wā Toharite Greenwich (Lome)', - 'Africa/Monrovia' => 'Wā Toharite Greenwich (Monrovia)', - 'Africa/Nouakchott' => 'Wā Toharite Greenwich (Nouakchott)', - 'Africa/Ouagadougou' => 'Wā Toharite Greenwich (Ouagadougou)', - 'Africa/Sao_Tome' => 'Wā Toharite Greenwich (Sao Tome)', + 'Africa/Freetown' => 'Wā Toharite Kiriwīti (Freetown)', + 'Africa/Gaborone' => 'Poriwana Wā (Gaborone)', + 'Africa/Harare' => 'Timuwawe Wā (Harare)', + 'Africa/Johannesburg' => 'Āwherika ki te Tonga Wā (Johannesburg)', + 'Africa/Juba' => 'Hūtāne ki te Tonga Wā (Juba)', + 'Africa/Kampala' => 'Ukāna Wā (Kampala)', + 'Africa/Khartoum' => 'Hūtāne Wā (Khartoum)', + 'Africa/Kigali' => 'Rāwana Wā (Kigali)', + 'Africa/Kinshasa' => 'Kōngo - Kingihāha Wā (Kinshasa)', + 'Africa/Lagos' => 'Ngāitiria Wā (Lagos)', + 'Africa/Libreville' => 'Kāpona Wā (Libreville)', + 'Africa/Lome' => 'Wā Toharite Kiriwīti (Lome)', + 'Africa/Luanda' => 'Anakora Wā (Luanda)', + 'Africa/Lubumbashi' => 'Kōngo - Kingihāha Wā (Lubumbashi)', + 'Africa/Lusaka' => 'Tāmipia Wā (Lusaka)', + 'Africa/Malabo' => 'Kini Ekuatoria Wā (Malabo)', + 'Africa/Maputo' => 'Mohapiki Wā (Maputo)', + 'Africa/Maseru' => 'Teroto Wā (Maseru)', + 'Africa/Mbabane' => 'Ewatini Wā (Mbabane)', + 'Africa/Mogadishu' => 'Hūmārie Wā (Mogadishu)', + 'Africa/Monrovia' => 'Wā Toharite Kiriwīti (Monrovia)', + 'Africa/Nairobi' => 'Kēnia Wā (Nairobi)', + 'Africa/Ndjamena' => 'Kāta Wā (Ndjamena)', + 'Africa/Niamey' => 'Ngāika Wā (Niamey)', + 'Africa/Nouakchott' => 'Wā Toharite Kiriwīti (Nouakchott)', + 'Africa/Ouagadougou' => 'Wā Toharite Kiriwīti (Ouagadougou)', + 'Africa/Porto-Novo' => 'Penīna Wā (Porto-Novo)', + 'Africa/Sao_Tome' => 'Wā Toharite Kiriwīti (Sao Tome)', 'Africa/Tripoli' => 'Wā Uropi Rāwhiti (Tripoli)', 'Africa/Tunis' => 'Wā Uropi Waenga (Tunis)', - 'America/Adak' => 'Hononga o Amerika (Adak)', - 'America/Anchorage' => 'Hononga o Amerika (Anchorage)', + 'Africa/Windhoek' => 'Namīpia Wā (Windhoek)', + 'America/Adak' => 'Hononga o Amerika Wā (Adak)', + 'America/Anchorage' => 'Hononga o Amerika Wā (Anchorage)', 'America/Anguilla' => 'Wā Ranatiki (Anguilla)', 'America/Antigua' => 'Wā Ranatiki (Antigua)', - 'America/Araguaina' => 'Parahi (Araguaina)', + 'America/Araguaina' => 'Parīhi Wā (Araguaina)', + 'America/Argentina/La_Rioja' => 'Āketina Wā (La Rioja)', + 'America/Argentina/Rio_Gallegos' => 'Āketina Wā (Rio Gallegos)', + 'America/Argentina/Salta' => 'Āketina Wā (Salta)', + 'America/Argentina/San_Juan' => 'Āketina Wā (San Juan)', + 'America/Argentina/San_Luis' => 'Āketina Wā (San Luis)', + 'America/Argentina/Tucuman' => 'Āketina Wā (Tucuman)', + 'America/Argentina/Ushuaia' => 'Āketina Wā (Ushuaia)', 'America/Aruba' => 'Wā Ranatiki (Aruba)', - 'America/Bahia' => 'Parahi (Bahia)', + 'America/Asuncion' => 'Parakai Wā (Asuncion)', + 'America/Bahia' => 'Parīhi Wā (Bahia)', 'America/Bahia_Banderas' => 'Wā Waenga (Bahia Banderas)', 'America/Barbados' => 'Wā Ranatiki (Barbados)', - 'America/Belem' => 'Parahi (Belem)', + 'America/Belem' => 'Parīhi Wā (Belem)', 'America/Belize' => 'Wā Waenga (Belize)', 'America/Blanc-Sablon' => 'Wā Ranatiki (Blanc-Sablon)', - 'America/Boa_Vista' => 'Parahi (Boa Vista)', + 'America/Boa_Vista' => 'Parīhi Wā (Boa Vista)', + 'America/Bogota' => 'Koromōpia Wā (Bogota)', 'America/Boise' => 'Wā Maunga (Boise)', + 'America/Buenos_Aires' => 'Āketina Wā (Buenos Aires)', 'America/Cambridge_Bay' => 'Wā Maunga (Cambridge Bay)', - 'America/Campo_Grande' => 'Parahi (Campo Grande)', + 'America/Campo_Grande' => 'Parīhi Wā (Campo Grande)', 'America/Cancun' => 'Wā Rāwhiti (Cancun)', + 'America/Caracas' => 'Wenehūera Wā (Caracas)', + 'America/Catamarca' => 'Āketina Wā (Catamarca)', + 'America/Cayenne' => 'Kaiana Wīwī Wā (Cayenne)', 'America/Cayman' => 'Wā Rāwhiti (Cayman)', 'America/Chicago' => 'Wā Waenga (Chicago)', + 'America/Chihuahua' => 'Mēhiko Wā (Chihuahua)', 'America/Coral_Harbour' => 'Wā Rāwhiti (Atikokan)', + 'America/Cordoba' => 'Āketina Wā (Cordoba)', 'America/Costa_Rica' => 'Wā Waenga (Costa Rica)', 'America/Creston' => 'Wā Maunga (Creston)', - 'America/Cuiaba' => 'Parahi (Cuiaba)', + 'America/Cuiaba' => 'Parīhi Wā (Cuiaba)', 'America/Curacao' => 'Wā Ranatiki (Curacao)', - 'America/Danmarkshavn' => 'Wā Toharite Greenwich (Danmarkshavn)', + 'America/Danmarkshavn' => 'Wā Toharite Kiriwīti (Danmarkshavn)', + 'America/Dawson' => 'Kānata Wā (Dawson)', 'America/Dawson_Creek' => 'Wā Maunga (Dawson Creek)', 'America/Denver' => 'Wā Maunga (Denver)', 'America/Detroit' => 'Wā Rāwhiti (Detroit)', 'America/Dominica' => 'Wā Ranatiki (Dominica)', 'America/Edmonton' => 'Wā Maunga (Edmonton)', - 'America/Eirunepe' => 'Parahi (Eirunepe)', + 'America/Eirunepe' => 'Parīhi Wā (Eirunepe)', 'America/El_Salvador' => 'Wā Waenga (El Salvador)', 'America/Fort_Nelson' => 'Wā Maunga (Fort Nelson)', - 'America/Fortaleza' => 'Parahi (Fortaleza)', + 'America/Fortaleza' => 'Parīhi Wā (Fortaleza)', 'America/Glace_Bay' => 'Wā Ranatiki (Glace Bay)', + 'America/Godthab' => 'Kirīrangi Wā (Nuuk)', 'America/Goose_Bay' => 'Wā Ranatiki (Goose Bay)', 'America/Grand_Turk' => 'Wā Rāwhiti (Grand Turk)', 'America/Grenada' => 'Wā Ranatiki (Grenada)', 'America/Guadeloupe' => 'Wā Ranatiki (Guadeloupe)', 'America/Guatemala' => 'Wā Waenga (Guatemala)', + 'America/Guayaquil' => 'Ekuatoa Wā (Guayaquil)', + 'America/Guyana' => 'Kaiana Wā (Guyana)', 'America/Halifax' => 'Wā Ranatiki (Halifax)', + 'America/Havana' => 'Kiupa Wā (Havana)', + 'America/Hermosillo' => 'Mēhiko Wā (Hermosillo)', 'America/Indiana/Knox' => 'Wā Waenga (Knox, Indiana)', 'America/Indiana/Marengo' => 'Wā Rāwhiti (Marengo, Indiana)', 'America/Indiana/Petersburg' => 'Wā Rāwhiti (Petersburg, Indiana)', @@ -74,52 +127,66 @@ return [ 'America/Inuvik' => 'Wā Maunga (Inuvik)', 'America/Iqaluit' => 'Wā Rāwhiti (Iqaluit)', 'America/Jamaica' => 'Wā Rāwhiti (Jamaica)', - 'America/Juneau' => 'Hononga o Amerika (Juneau)', + 'America/Jujuy' => 'Āketina Wā (Jujuy)', + 'America/Juneau' => 'Hononga o Amerika Wā (Juneau)', 'America/Kentucky/Monticello' => 'Wā Rāwhiti (Monticello, Kentucky)', 'America/Kralendijk' => 'Wā Ranatiki (Kralendijk)', + 'America/La_Paz' => 'Poriwia Wā (La Paz)', + 'America/Lima' => 'Peru Wā (Lima)', 'America/Los_Angeles' => 'Wā Kiwa (Los Angeles)', 'America/Louisville' => 'Wā Rāwhiti (Louisville)', 'America/Lower_Princes' => 'Wā Ranatiki (Lower Prince’s Quarter)', - 'America/Maceio' => 'Parahi (Maceio)', + 'America/Maceio' => 'Parīhi Wā (Maceio)', 'America/Managua' => 'Wā Waenga (Managua)', - 'America/Manaus' => 'Parahi (Manaus)', + 'America/Manaus' => 'Parīhi Wā (Manaus)', 'America/Marigot' => 'Wā Ranatiki (Marigot)', 'America/Martinique' => 'Wā Ranatiki (Martinique)', 'America/Matamoros' => 'Wā Waenga (Matamoros)', + 'America/Mazatlan' => 'Mēhiko Wā (Mazatlan)', + 'America/Mendoza' => 'Āketina Wā (Mendoza)', 'America/Menominee' => 'Wā Waenga (Menominee)', 'America/Merida' => 'Wā Waenga (Merida)', - 'America/Metlakatla' => 'Hononga o Amerika (Metlakatla)', + 'America/Metlakatla' => 'Hononga o Amerika Wā (Metlakatla)', 'America/Mexico_City' => 'Wā Waenga (Mexico City)', + 'America/Miquelon' => 'Hato Piere & Mikarona Wā (Miquelon)', 'America/Moncton' => 'Wā Ranatiki (Moncton)', 'America/Monterrey' => 'Wā Waenga (Monterrey)', + 'America/Montevideo' => 'Urukoi Wā (Montevideo)', + 'America/Montreal' => 'Kānata Wā (Montreal)', 'America/Montserrat' => 'Wā Ranatiki (Montserrat)', 'America/Nassau' => 'Wā Rāwhiti (Nassau)', 'America/New_York' => 'Wā Rāwhiti (New York)', 'America/Nipigon' => 'Wā Rāwhiti (Nipigon)', - 'America/Nome' => 'Hononga o Amerika (Nome)', - 'America/Noronha' => 'Parahi (Noronha)', + 'America/Nome' => 'Hononga o Amerika Wā (Nome)', + 'America/Noronha' => 'Parīhi Wā (Noronha)', 'America/North_Dakota/Beulah' => 'Wā Waenga (Beulah, North Dakota)', 'America/North_Dakota/Center' => 'Wā Waenga (Center, North Dakota)', 'America/North_Dakota/New_Salem' => 'Wā Waenga (New Salem, North Dakota)', 'America/Ojinaga' => 'Wā Maunga (Ojinaga)', 'America/Panama' => 'Wā Rāwhiti (Panama)', 'America/Pangnirtung' => 'Wā Rāwhiti (Pangnirtung)', + 'America/Paramaribo' => 'Hurināme Wā (Paramaribo)', 'America/Phoenix' => 'Wā Maunga (Phoenix)', 'America/Port-au-Prince' => 'Wā Rāwhiti (Port-au-Prince)', 'America/Port_of_Spain' => 'Wā Ranatiki (Port of Spain)', - 'America/Porto_Velho' => 'Parahi (Porto Velho)', + 'America/Porto_Velho' => 'Parīhi Wā (Porto Velho)', 'America/Puerto_Rico' => 'Wā Ranatiki (Puerto Rico)', + 'America/Punta_Arenas' => 'Hiri Wā (Punta Arenas)', 'America/Rainy_River' => 'Wā Waenga (Rainy River)', 'America/Rankin_Inlet' => 'Wā Waenga (Rankin Inlet)', - 'America/Recife' => 'Parahi (Recife)', + 'America/Recife' => 'Parīhi Wā (Recife)', 'America/Regina' => 'Wā Waenga (Regina)', 'America/Resolute' => 'Wā Waenga (Resolute)', - 'America/Rio_Branco' => 'Parahi (Rio Branco)', - 'America/Santarem' => 'Parahi (Santarem)', + 'America/Rio_Branco' => 'Parīhi Wā (Rio Branco)', + 'America/Santa_Isabel' => 'Mēhiko Wā (Santa Isabel)', + 'America/Santarem' => 'Parīhi Wā (Santarem)', + 'America/Santiago' => 'Hiri Wā (Santiago)', 'America/Santo_Domingo' => 'Wā Ranatiki (Santo Domingo)', - 'America/Sao_Paulo' => 'Parahi (Sao Paulo)', - 'America/Sitka' => 'Hononga o Amerika (Sitka)', + 'America/Sao_Paulo' => 'Parīhi Wā (Sao Paulo)', + 'America/Scoresbysund' => 'Kirīrangi Wā (Ittoqqortoormiit)', + 'America/Sitka' => 'Hononga o Amerika Wā (Sitka)', 'America/St_Barthelemy' => 'Wā Ranatiki (St. Barthelemy)', + 'America/St_Johns' => 'Kānata Wā (St. John’s)', 'America/St_Kitts' => 'Wā Ranatiki (St. Kitts)', 'America/St_Lucia' => 'Wā Ranatiki (St. Lucia)', 'America/St_Thomas' => 'Wā Ranatiki (St. Thomas)', @@ -132,53 +199,57 @@ return [ 'America/Toronto' => 'Wā Rāwhiti (Toronto)', 'America/Tortola' => 'Wā Ranatiki (Tortola)', 'America/Vancouver' => 'Wā Kiwa (Vancouver)', + 'America/Whitehorse' => 'Kānata Wā (Whitehorse)', 'America/Winnipeg' => 'Wā Waenga (Winnipeg)', - 'America/Yakutat' => 'Hononga o Amerika (Yakutat)', + 'America/Yakutat' => 'Hononga o Amerika Wā (Yakutat)', 'America/Yellowknife' => 'Wā Maunga (Yellowknife)', - 'Antarctica/Troll' => 'Wā Toharite Greenwich (Troll)', + 'Antarctica/Troll' => 'Wā Toharite Kiriwīti (Troll)', 'Arctic/Longyearbyen' => 'Wā Uropi Waenga (Longyearbyen)', 'Asia/Amman' => 'Wā Uropi Rāwhiti (Amman)', - 'Asia/Anadyr' => 'Rūhia (Anadyr)', - 'Asia/Barnaul' => 'Rūhia (Barnaul)', + 'Asia/Anadyr' => 'Rūhia Wā (Anadyr)', + 'Asia/Barnaul' => 'Rūhia Wā (Barnaul)', 'Asia/Beirut' => 'Wā Uropi Rāwhiti (Beirut)', - 'Asia/Calcutta' => 'Inia (Kolkata)', - 'Asia/Chita' => 'Rūhia (Chita)', + 'Asia/Calcutta' => 'Inia Wā (Kolkata)', + 'Asia/Chita' => 'Rūhia Wā (Chita)', 'Asia/Damascus' => 'Wā Uropi Rāwhiti (Damascus)', 'Asia/Famagusta' => 'Wā Uropi Rāwhiti (Famagusta)', 'Asia/Gaza' => 'Wā Uropi Rāwhiti (Gaza)', 'Asia/Hebron' => 'Wā Uropi Rāwhiti (Hebron)', - 'Asia/Irkutsk' => 'Rūhia (Irkutsk)', - 'Asia/Kamchatka' => 'Rūhia (Kamchatka)', - 'Asia/Khandyga' => 'Rūhia (Khandyga)', - 'Asia/Krasnoyarsk' => 'Rūhia (Krasnoyarsk)', - 'Asia/Magadan' => 'Rūhia (Magadan)', + 'Asia/Irkutsk' => 'Rūhia Wā (Irkutsk)', + 'Asia/Kamchatka' => 'Rūhia Wā (Kamchatka)', + 'Asia/Khandyga' => 'Rūhia Wā (Khandyga)', + 'Asia/Krasnoyarsk' => 'Rūhia Wā (Krasnoyarsk)', + 'Asia/Magadan' => 'Rūhia Wā (Magadan)', 'Asia/Nicosia' => 'Wā Uropi Rāwhiti (Nicosia)', - 'Asia/Novokuznetsk' => 'Rūhia (Novokuznetsk)', - 'Asia/Novosibirsk' => 'Rūhia (Novosibirsk)', - 'Asia/Omsk' => 'Rūhia (Omsk)', - 'Asia/Sakhalin' => 'Rūhia (Sakhalin)', - 'Asia/Shanghai' => 'Haina (Shanghai)', - 'Asia/Srednekolymsk' => 'Rūhia (Srednekolymsk)', - 'Asia/Tokyo' => 'Hapani (Tokyo)', - 'Asia/Tomsk' => 'Rūhia (Tomsk)', - 'Asia/Urumqi' => 'Haina (Urumqi)', - 'Asia/Ust-Nera' => 'Rūhia (Ust-Nera)', - 'Asia/Vladivostok' => 'Rūhia (Vladivostok)', - 'Asia/Yakutsk' => 'Rūhia (Yakutsk)', - 'Asia/Yekaterinburg' => 'Rūhia (Yekaterinburg)', + 'Asia/Novokuznetsk' => 'Rūhia Wā (Novokuznetsk)', + 'Asia/Novosibirsk' => 'Rūhia Wā (Novosibirsk)', + 'Asia/Omsk' => 'Rūhia Wā (Omsk)', + 'Asia/Sakhalin' => 'Rūhia Wā (Sakhalin)', + 'Asia/Shanghai' => 'Haina Wā (Shanghai)', + 'Asia/Srednekolymsk' => 'Rūhia Wā (Srednekolymsk)', + 'Asia/Tokyo' => 'Hapani Wā (Tokyo)', + 'Asia/Tomsk' => 'Rūhia Wā (Tomsk)', + 'Asia/Urumqi' => 'Haina Wā (Urumqi)', + 'Asia/Ust-Nera' => 'Rūhia Wā (Ust-Nera)', + 'Asia/Vladivostok' => 'Rūhia Wā (Vladivostok)', + 'Asia/Yakutsk' => 'Rūhia Wā (Yakutsk)', + 'Asia/Yekaterinburg' => 'Rūhia Wā (Yekaterinburg)', 'Atlantic/Bermuda' => 'Wā Ranatiki (Bermuda)', 'Atlantic/Canary' => 'Wā Uropi Uru (Canary)', + 'Atlantic/Cape_Verde' => 'Te Kūrae Matomato Wā (Cape Verde)', 'Atlantic/Faeroe' => 'Wā Uropi Uru (Faroe)', 'Atlantic/Madeira' => 'Wā Uropi Uru (Madeira)', - 'Atlantic/Reykjavik' => 'Wā Toharite Greenwich (Reykjavik)', - 'Atlantic/St_Helena' => 'Wā Toharite Greenwich (St. Helena)', + 'Atlantic/Reykjavik' => 'Wā Toharite Kiriwīti (Reykjavik)', + 'Atlantic/South_Georgia' => 'Hōria ki te Tonga me Motu Hanuwiti ki te Tonga Wā (South Georgia)', + 'Atlantic/St_Helena' => 'Wā Toharite Kiriwīti (St. Helena)', + 'Atlantic/Stanley' => 'Motu Whākarangi Wā (Stanley)', 'CST6CDT' => 'Wā Waenga', 'EST5EDT' => 'Wā Rāwhiti', - 'Etc/GMT' => 'Wā Toharite Greenwich', + 'Etc/GMT' => 'Wā Toharite Kiriwīti', 'Etc/UTC' => 'Wā Aonui Kōtuitui', 'Europe/Amsterdam' => 'Wā Uropi Waenga (Amsterdam)', 'Europe/Andorra' => 'Wā Uropi Waenga (Andorra)', - 'Europe/Astrakhan' => 'Rūhia (Astrakhan)', + 'Europe/Astrakhan' => 'Rūhia Wā (Astrakhan)', 'Europe/Athens' => 'Wā Uropi Rāwhiti (Athens)', 'Europe/Belgrade' => 'Wā Uropi Waenga (Belgrade)', 'Europe/Berlin' => 'Wā Uropi Waenga (Berlin)', @@ -189,55 +260,65 @@ return [ 'Europe/Busingen' => 'Wā Uropi Waenga (Busingen)', 'Europe/Chisinau' => 'Wā Uropi Rāwhiti (Chisinau)', 'Europe/Copenhagen' => 'Wā Uropi Waenga (Copenhagen)', - 'Europe/Dublin' => 'Wā Toharite Greenwich (Dublin)', + 'Europe/Dublin' => 'Wā Toharite Kiriwīti (Dublin)', 'Europe/Gibraltar' => 'Wā Uropi Waenga (Gibraltar)', - 'Europe/Guernsey' => 'Wā Toharite Greenwich (Guernsey)', + 'Europe/Guernsey' => 'Wā Toharite Kiriwīti (Guernsey)', 'Europe/Helsinki' => 'Wā Uropi Rāwhiti (Helsinki)', - 'Europe/Isle_of_Man' => 'Wā Toharite Greenwich (Isle of Man)', - 'Europe/Jersey' => 'Wā Toharite Greenwich (Jersey)', + 'Europe/Isle_of_Man' => 'Wā Toharite Kiriwīti (Isle of Man)', + 'Europe/Jersey' => 'Wā Toharite Kiriwīti (Jersey)', 'Europe/Kaliningrad' => 'Wā Uropi Rāwhiti (Kaliningrad)', 'Europe/Kiev' => 'Wā Uropi Rāwhiti (Kyiv)', - 'Europe/Kirov' => 'Rūhia (Kirov)', + 'Europe/Kirov' => 'Rūhia Wā (Kirov)', 'Europe/Lisbon' => 'Wā Uropi Uru (Lisbon)', 'Europe/Ljubljana' => 'Wā Uropi Waenga (Ljubljana)', - 'Europe/London' => 'Wā Toharite Greenwich (London)', + 'Europe/London' => 'Wā Toharite Kiriwīti (London)', 'Europe/Luxembourg' => 'Wā Uropi Waenga (Luxembourg)', 'Europe/Madrid' => 'Wā Uropi Waenga (Madrid)', 'Europe/Malta' => 'Wā Uropi Waenga (Malta)', 'Europe/Mariehamn' => 'Wā Uropi Rāwhiti (Mariehamn)', 'Europe/Monaco' => 'Wā Uropi Waenga (Monaco)', - 'Europe/Moscow' => 'Rūhia (Moscow)', + 'Europe/Moscow' => 'Rūhia Wā (Moscow)', 'Europe/Oslo' => 'Wā Uropi Waenga (Oslo)', 'Europe/Paris' => 'Wā Uropi Waenga (Paris)', 'Europe/Podgorica' => 'Wā Uropi Waenga (Podgorica)', 'Europe/Prague' => 'Wā Uropi Waenga (Prague)', 'Europe/Riga' => 'Wā Uropi Rāwhiti (Riga)', 'Europe/Rome' => 'Wā Uropi Waenga (Rome)', - 'Europe/Samara' => 'Rūhia (Samara)', + 'Europe/Samara' => 'Rūhia Wā (Samara)', 'Europe/San_Marino' => 'Wā Uropi Waenga (San Marino)', 'Europe/Sarajevo' => 'Wā Uropi Waenga (Sarajevo)', - 'Europe/Saratov' => 'Rūhia (Saratov)', + 'Europe/Saratov' => 'Rūhia Wā (Saratov)', 'Europe/Skopje' => 'Wā Uropi Waenga (Skopje)', 'Europe/Sofia' => 'Wā Uropi Rāwhiti (Sofia)', 'Europe/Stockholm' => 'Wā Uropi Waenga (Stockholm)', 'Europe/Tallinn' => 'Wā Uropi Rāwhiti (Tallinn)', 'Europe/Tirane' => 'Wā Uropi Waenga (Tirane)', - 'Europe/Ulyanovsk' => 'Rūhia (Ulyanovsk)', + 'Europe/Ulyanovsk' => 'Rūhia Wā (Ulyanovsk)', 'Europe/Uzhgorod' => 'Wā Uropi Rāwhiti (Uzhgorod)', 'Europe/Vaduz' => 'Wā Uropi Waenga (Vaduz)', 'Europe/Vatican' => 'Wā Uropi Waenga (Vatican)', 'Europe/Vienna' => 'Wā Uropi Waenga (Vienna)', 'Europe/Vilnius' => 'Wā Uropi Rāwhiti (Vilnius)', - 'Europe/Volgograd' => 'Rūhia (Volgograd)', + 'Europe/Volgograd' => 'Rūhia Wā (Volgograd)', 'Europe/Warsaw' => 'Wā Uropi Waenga (Warsaw)', 'Europe/Zagreb' => 'Wā Uropi Waenga (Zagreb)', 'Europe/Zaporozhye' => 'Wā Uropi Rāwhiti (Zaporozhye)', 'Europe/Zurich' => 'Wā Uropi Waenga (Zurich)', + 'Indian/Antananarivo' => 'Marakāhia Wā (Antananarivo)', + 'Indian/Chagos' => 'Te Rohe o te Moana Īniana Piritihi Wā (Chagos)', + 'Indian/Comoro' => 'Komoro Wā (Comoro)', + 'Indian/Kerguelen' => 'Ngā Rohe o Wīwī ki te Tonga Wā (Kerguelen)', + 'Indian/Mahe' => 'Heihere Wā (Mahe)', + 'Indian/Mauritius' => 'Mōrihi Wā (Mauritius)', + 'Indian/Mayotte' => 'Maio Wā (Mayotte)', + 'Indian/Reunion' => 'Rēnio Wā (Reunion)', 'MST7MDT' => 'Wā Maunga', 'PST8PDT' => 'Wā Kiwa', - 'Pacific/Auckland' => 'Aotearoa (Tāmaki Makaurau)', - 'Pacific/Chatham' => 'Aotearoa (Rēkohu)', - 'Pacific/Honolulu' => 'Hononga o Amerika (Honolulu)', + 'Pacific/Auckland' => 'Aotearoa Wā (Tāmaki Makaurau)', + 'Pacific/Chatham' => 'Aotearoa Wā (Rēkohu)', + 'Pacific/Easter' => 'Hiri Wā (Easter)', + 'Pacific/Galapagos' => 'Ekuatoa Wā (Galapagos)', + 'Pacific/Honolulu' => 'Hononga o Amerika Wā (Honolulu)', ], 'Meta' => [ ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/mk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/mk.php index 7d52697..d9a52b1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/mk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/mk.php @@ -94,7 +94,7 @@ return [ 'America/Cuiaba' => 'Време во Амазон (Кујаба)', 'America/Curacao' => 'Атлантско време (Курасао)', 'America/Danmarkshavn' => 'Средно време по Гринич (Данмаркшан)', - 'America/Dawson' => 'Време на Јукон (Досон)', + 'America/Dawson' => 'Време во Јукон (Досон)', 'America/Dawson_Creek' => 'Планинско време во Северна Америка (Досон Крик)', 'America/Denver' => 'Планинско време во Северна Америка (Денвер)', 'America/Detroit' => 'Источно време во Северна Америка (Детроит)', @@ -148,7 +148,7 @@ return [ 'America/Merida' => 'Централно време во Северна Америка (Мерида)', 'America/Metlakatla' => 'Време во Алјаска (Метлакатла)', 'America/Mexico_City' => 'Централно време во Северна Америка (Мексико Сити)', - 'America/Miquelon' => 'Време на Сент Пјер и Микелан', + 'America/Miquelon' => 'Време во Сент Пјер и Микелан', 'America/Moncton' => 'Атлантско време (Монктон)', 'America/Monterrey' => 'Централно време во Северна Америка (Монтереј)', 'America/Montevideo' => 'Време во Уругвај (Монтевидео)', @@ -158,7 +158,7 @@ return [ 'America/New_York' => 'Источно време во Северна Америка (Њујорк)', 'America/Nipigon' => 'Источно време во Северна Америка (Нипигон)', 'America/Nome' => 'Време во Алјаска (Ном)', - 'America/Noronha' => 'Време на Фернандо де Нороња', + 'America/Noronha' => 'Време во Фернандо де Нороња', 'America/North_Dakota/Beulah' => 'Централно време во Северна Америка (Бјула, Северна Дакота)', 'America/North_Dakota/Center' => 'Централно време во Северна Америка (Центар, Северна Дакота)', 'America/North_Dakota/New_Salem' => 'Централно време во Северна Америка (Њу Салем, Северна Дакота)', @@ -186,7 +186,7 @@ return [ 'America/Scoresbysund' => 'Време во Источен Гренланд (Итокортормит)', 'America/Sitka' => 'Време во Алјаска (Ситка)', 'America/St_Barthelemy' => 'Атлантско време (Сент Бартоломеј)', - 'America/St_Johns' => 'Време на Њуфаундленд (Сент Џонс)', + 'America/St_Johns' => 'Време во Њуфаундленд (Сент Џонс)', 'America/St_Kitts' => 'Атлантско време (Свети Китс)', 'America/St_Lucia' => 'Атлантско време (Сент Лусија)', 'America/St_Thomas' => 'Атлантско време (Сент Томас)', @@ -199,7 +199,7 @@ return [ 'America/Toronto' => 'Источно време во Северна Америка (Торонто)', 'America/Tortola' => 'Атлантско време (Тортола)', 'America/Vancouver' => 'Пацифичко време во Северна Америка (Ванкувер)', - 'America/Whitehorse' => 'Време на Јукон (Вајтхорс)', + 'America/Whitehorse' => 'Време во Јукон (Вајтхорс)', 'America/Winnipeg' => 'Централно време во Северна Америка (Винипег)', 'America/Yakutat' => 'Време во Алјаска (Јакутат)', 'America/Yellowknife' => 'Планинско време во Северна Америка (Јелоунајф)', @@ -238,7 +238,7 @@ return [ 'Asia/Damascus' => 'Источноевропско време (Дамаск)', 'Asia/Dhaka' => 'Време во Бангладеш (Дака)', 'Asia/Dili' => 'Време во Источен Тимор (Дили)', - 'Asia/Dubai' => 'Време на Мексиканскиот Залив (Дубаи)', + 'Asia/Dubai' => 'Време во Персиски Залив (Дубаи)', 'Asia/Dushanbe' => 'Време во Таџикистан (Душанбе)', 'Asia/Famagusta' => 'Источноевропско време (Фамагуста)', 'Asia/Gaza' => 'Источноевропско време (Газа)', @@ -262,7 +262,7 @@ return [ 'Asia/Magadan' => 'Време во Магадан', 'Asia/Makassar' => 'Време во Централна Индонезија (Макасар)', 'Asia/Manila' => 'Време во Филипини (Манила)', - 'Asia/Muscat' => 'Време на Мексиканскиот Залив (Мускат)', + 'Asia/Muscat' => 'Време во Персиски Залив (Мускат)', 'Asia/Nicosia' => 'Источноевропско време (Никозија)', 'Asia/Novokuznetsk' => 'Време во Краснојарск (Новокузњецк)', 'Asia/Novosibirsk' => 'Време во Новосибирск', @@ -298,16 +298,16 @@ return [ 'Asia/Yakutsk' => 'Време во Јакутск', 'Asia/Yekaterinburg' => 'Време во Екатеринбург', 'Asia/Yerevan' => 'Време во Ерменија (Ереван)', - 'Atlantic/Azores' => 'Време на Азорските Острови (Азорски Острови)', + 'Atlantic/Azores' => 'Време во Азорски Острови', 'Atlantic/Bermuda' => 'Атлантско време (Бермуди)', 'Atlantic/Canary' => 'Западноевропско време (Канарски Острови)', - 'Atlantic/Cape_Verde' => 'Време на Кабо Верде', + 'Atlantic/Cape_Verde' => 'Време во Кабо Верде', 'Atlantic/Faeroe' => 'Западноевропско време (Фарски Острови)', 'Atlantic/Madeira' => 'Западноевропско време (Мадеира)', 'Atlantic/Reykjavik' => 'Средно време по Гринич (Рејкјавик)', 'Atlantic/South_Georgia' => 'Време во Јужна Грузија (Јужна Џорџија)', 'Atlantic/St_Helena' => 'Средно време по Гринич (Света Елена)', - 'Atlantic/Stanley' => 'Време на Фолкландските Острови (Стенли)', + 'Atlantic/Stanley' => 'Време во Фолкландски Острови (Стенли)', 'Australia/Adelaide' => 'Време во Централна Австралија (Аделаида)', 'Australia/Brisbane' => 'Време во Источна Австралија (Бризбејн)', 'Australia/Broken_Hill' => 'Време во Централна Австралија (Брокен Хил)', @@ -385,56 +385,56 @@ return [ 'Europe/Zaporozhye' => 'Источноевропско време (Запорожје)', 'Europe/Zurich' => 'Средноевропско време (Цирих)', 'Indian/Antananarivo' => 'Источноафриканско време (Антананариво)', - 'Indian/Chagos' => 'Време на Индиски океан (Чагос)', - 'Indian/Christmas' => 'Време на Божиќниот Остров (Божиќен Остров)', - 'Indian/Cocos' => 'Време на Кокосовите Острови (Кокосови Острови)', + 'Indian/Chagos' => 'Време во Индиски океан (Чагос)', + 'Indian/Christmas' => 'Време во Божиќен Остров', + 'Indian/Cocos' => 'Време во Кокосови Острови', 'Indian/Comoro' => 'Источноафриканско време (Комори)', 'Indian/Kerguelen' => 'Француско јужно и антарктичко време (Кергелен)', - 'Indian/Mahe' => 'Време на Сејшели (Махе)', - 'Indian/Maldives' => 'Време на Малдиви', - 'Indian/Mauritius' => 'Време на Маврициус', + 'Indian/Mahe' => 'Време во Сејшели (Махе)', + 'Indian/Maldives' => 'Време во Малдиви', + 'Indian/Mauritius' => 'Време во Маврициус', 'Indian/Mayotte' => 'Источноафриканско време (Мајот)', - 'Indian/Reunion' => 'Време на Ријунион', + 'Indian/Reunion' => 'Време во Рејунион', 'MST7MDT' => 'Планинско време во Северна Америка', 'PST8PDT' => 'Пацифичко време во Северна Америка', 'Pacific/Apia' => 'Време во Апија', 'Pacific/Auckland' => 'Време во Нов Зеланд (Окленд)', 'Pacific/Bougainville' => 'Време во Папуа Нова Гвинеја (Буганвил)', 'Pacific/Chatham' => 'Време во Чатам', - 'Pacific/Easter' => 'Време на Велигденскиот Остров (Велигденски Остров)', + 'Pacific/Easter' => 'Време во Велигденски Остров', 'Pacific/Efate' => 'Време во Вануату (Ефате)', - 'Pacific/Enderbury' => 'Време на Островите Феникс (Ендербери)', + 'Pacific/Enderbury' => 'Време во Островите Феникс (Ендербери)', 'Pacific/Fakaofo' => 'Време во Токелау (Факаофо)', 'Pacific/Fiji' => 'Време во Фиџи', 'Pacific/Funafuti' => 'Време во Тувалу (Фунафути)', 'Pacific/Galapagos' => 'Време во Галапагос', 'Pacific/Gambier' => 'Време во Гамбе (Гамбије)', - 'Pacific/Guadalcanal' => 'Време на Соломонските острови (Гвадалканал)', + 'Pacific/Guadalcanal' => 'Време во Соломонски Острови (Гвадалканал)', 'Pacific/Guam' => 'Време во Чаморо (Гвам)', 'Pacific/Honolulu' => 'Време во Хаваи - Алеутски острови (Хонолулу)', 'Pacific/Johnston' => 'Време во Хаваи - Алеутски острови (Џонстон)', 'Pacific/Kiritimati' => 'Време во Линиски Острови (Киритимати)', 'Pacific/Kosrae' => 'Време во Косра (Косрае)', - 'Pacific/Kwajalein' => 'Време на Маршалски Острови (Кваџалејн)', - 'Pacific/Majuro' => 'Време на Маршалски Острови (Маџуро)', + 'Pacific/Kwajalein' => 'Време во Маршалски Острови (Кваџалејн)', + 'Pacific/Majuro' => 'Време во Маршалски Острови (Маџуро)', 'Pacific/Marquesas' => 'Време во Маркесас (Маркески Острови)', 'Pacific/Midway' => 'Време во Самоа (Мидвеј)', 'Pacific/Nauru' => 'Време во Науру', 'Pacific/Niue' => 'Време во Ниуе', - 'Pacific/Norfolk' => 'Време на Островите Норфолк', + 'Pacific/Norfolk' => 'Време во Норфолшки Остров (Норфолк)', 'Pacific/Noumea' => 'Време во Нова Каледонија (Нумеа)', 'Pacific/Pago_Pago' => 'Време во Самоа (Паго Паго)', 'Pacific/Palau' => 'Време во Палау', 'Pacific/Pitcairn' => 'Време во Питкерн (Питкернски Острови)', 'Pacific/Ponape' => 'Време во Понапе (Понпеј)', 'Pacific/Port_Moresby' => 'Време во Папуа Нова Гвинеја (Порт Морсби)', - 'Pacific/Rarotonga' => 'Време на Островите Кук (Раротонга)', + 'Pacific/Rarotonga' => 'Време во Кукови Острови (Раротонга)', 'Pacific/Saipan' => 'Време во Чаморо (Сајпан)', 'Pacific/Tahiti' => 'Време во Тахити', - 'Pacific/Tarawa' => 'Време на Островите Гилберт (Тарава)', + 'Pacific/Tarawa' => 'Време во Гилбертови Острови (Тарава)', 'Pacific/Tongatapu' => 'Време во Тонга (Тонгатапу)', 'Pacific/Truk' => 'Време во Чуук (Чук)', - 'Pacific/Wake' => 'Време на островот Вејк', + 'Pacific/Wake' => 'Време во Островот Вејк', 'Pacific/Wallis' => 'Време во Валис и Футуна', ], 'Meta' => [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ml.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ml.php index 72435df..12c6dca 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ml.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ml.php @@ -433,7 +433,7 @@ return [ 'Pacific/Tahiti' => 'താഹിതി സമയം', 'Pacific/Tarawa' => 'ഗിൽബേർട്ട് ദ്വീപുകൾ സമയം (തരാവ)', 'Pacific/Tongatapu' => 'ടോംഗ സമയം (ടോംഗാടാപു)', - 'Pacific/Truk' => 'ചൂക്ക് സമയം (ട്രക്)', + 'Pacific/Truk' => 'ചൂക്ക് സമയം (ചക്)', 'Pacific/Wake' => 'വേക്ക് ദ്വീപ് സമയം (വെയ്ക്)', 'Pacific/Wallis' => 'വാലിസ് ആന്റ് ഫ്യൂച്യുന സമയം (വാല്ലിസ്)', ], diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/my.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/my.php index f72b41b..c97d73a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/my.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/my.php @@ -69,114 +69,114 @@ return [ 'America/Aruba' => 'အတ္တလန်တစ် အချိန် (အာရူးဗာ)', 'America/Asuncion' => 'ပါရာဂွေး အချိန် (အာဆူစီအွန်း)', 'America/Bahia' => 'ဘရာဇီး အချိန် (ဘာဟီအာ)', - 'America/Bahia_Banderas' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ဘာဟီအာ ဘန်ဒရက်စ်)', + 'America/Bahia_Banderas' => 'အလယ်ပိုင်းအချိန် (ဘာဟီအာ ဘန်ဒရက်စ်)', 'America/Barbados' => 'အတ္တလန်တစ် အချိန် (ဘာဘေးဒိုးစ်)', 'America/Belem' => 'ဘရာဇီး အချိန် (ဘီလင်မ်)', - 'America/Belize' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ဘလိဇ်)', + 'America/Belize' => 'အလယ်ပိုင်းအချိန် (ဘလိဇ်)', 'America/Blanc-Sablon' => 'အတ္တလန်တစ် အချိန် (ဘလွန်ခ်-စာဘလွန်)', 'America/Boa_Vista' => 'အမေဇုံ အချိန် (ဘိုအာဗီစ်တာ)', 'America/Bogota' => 'ကိုလံဘီယာ အချိန် (ဘိုဂိုတာ)', - 'America/Boise' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (ဗွိုက်စီ)', + 'America/Boise' => 'တောင်တန်းအချိန် (ဗွိုက်စီ)', 'America/Buenos_Aires' => 'အာဂျင်တီးနား အချိန် (ဗျူနိုအေးရိစ်)', - 'America/Cambridge_Bay' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (ကိန်းဘရစ်ချ် ဘေး)', + 'America/Cambridge_Bay' => 'တောင်တန်းအချိန် (ကိန်းဘရစ်ချ် ဘေး)', 'America/Campo_Grande' => 'အမေဇုံ အချိန် (ကိမ်ပို ဂရန်ဒီ)', - 'America/Cancun' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ကန်ခန်)', + 'America/Cancun' => 'အရှေ့ပိုင်းအချိန် (ကန်ခန်)', 'America/Caracas' => 'ဗင်နီဇွဲလား အချိန် (ကာရာကာစ်)', 'America/Catamarca' => 'အာဂျင်တီးနား အချိန် (ကာတာမာရကာ)', 'America/Cayenne' => 'ပြင်သစ် ဂီအားနား အချိန် (ကေညင်န်)', - 'America/Cayman' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ကေမန်)', - 'America/Chicago' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ချီကာကို)', + 'America/Cayman' => 'အရှေ့ပိုင်းအချိန် (ကေမန်)', + 'America/Chicago' => 'အလယ်ပိုင်းအချိန် (ချီကာကို)', 'America/Chihuahua' => 'မက္ကဆီကန် ပစိဖိတ် အချိန် (ချီဟူအာဟူအာ)', - 'America/Coral_Harbour' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (အာတီကိုကန်)', + 'America/Coral_Harbour' => 'အရှေ့ပိုင်းအချိန် (အာတီကိုကန်)', 'America/Cordoba' => 'အာဂျင်တီးနား အချိန် (ကိုဒိုဘာ)', - 'America/Costa_Rica' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ကို့စတာရီကာ)', - 'America/Creston' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (ကရစ်စတွန်)', + 'America/Costa_Rica' => 'အလယ်ပိုင်းအချိန် (ကို့စတာရီကာ)', + 'America/Creston' => 'တောင်တန်းအချိန် (ကရစ်စတွန်)', 'America/Cuiaba' => 'အမေဇုံ အချိန် (ကွီရာဘာ)', 'America/Curacao' => 'အတ္တလန်တစ် အချိန် (ကျူရေးကိုး)', 'America/Danmarkshavn' => 'ဂရင်းနစ် စံတော်ချိန် (ဒန်မတ်ရှ်ဗာန်)', 'America/Dawson' => 'ယူကွန်း အချိန် (ဒေါ်ဆန်)', - 'America/Dawson_Creek' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (ဒေါ်ဆန် ခရိခ်)', - 'America/Denver' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (ဒင်န်ဗာ)', - 'America/Detroit' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ဒက်ထရွိုက်)', + 'America/Dawson_Creek' => 'တောင်တန်းအချိန် (ဒေါ်ဆန် ခရိခ်)', + 'America/Denver' => 'တောင်တန်းအချိန် (ဒင်န်ဗာ)', + 'America/Detroit' => 'အရှေ့ပိုင်းအချိန် (ဒက်ထရွိုက်)', 'America/Dominica' => 'အတ္တလန်တစ် အချိန် (ဒိုမီနီကာ)', - 'America/Edmonton' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (အက်ဒ်မွန်တန်)', + 'America/Edmonton' => 'တောင်တန်းအချိန် (အက်ဒ်မွန်တန်)', 'America/Eirunepe' => 'ဘရာဇီး အချိန် (အီရူနီပီ)', - 'America/El_Salvador' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (အယ်လ်ဆာဗေဒို)', - 'America/Fort_Nelson' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (ဖို့တ် နယ်လ်ဆင်)', + 'America/El_Salvador' => 'အလယ်ပိုင်းအချိန် (အယ်လ်ဆာဗေဒို)', + 'America/Fort_Nelson' => 'တောင်တန်းအချိန် (ဖို့တ် နယ်လ်ဆင်)', 'America/Fortaleza' => 'ဘရာဇီး အချိန် (ဖို့တ်တာလီဇာ)', 'America/Glace_Bay' => 'အတ္တလန်တစ် အချိန် (ဂလဲစ်ဘေး)', 'America/Godthab' => 'အနောက် ဂရင်းလန်း အချိန် (နုခ်)', 'America/Goose_Bay' => 'အတ္တလန်တစ် အချိန် (ဂူးစ်ဘေး)', - 'America/Grand_Turk' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ဂရန်ဒ် တခ်)', + 'America/Grand_Turk' => 'အရှေ့ပိုင်းအချိန် (ဂရန်ဒ် တခ်)', 'America/Grenada' => 'အတ္တလန်တစ် အချိန် (ဂရီနေဒါ)', 'America/Guadeloupe' => 'အတ္တလန်တစ် အချိန် (ဂွါဒီလုပ်)', - 'America/Guatemala' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ဂွါတီမာလာ)', + 'America/Guatemala' => 'အလယ်ပိုင်းအချိန် (ဂွါတီမာလာ)', 'America/Guayaquil' => 'အီကွေဒေါ အချိန် (ဂွါရာကွီးလ်)', 'America/Guyana' => 'ဂိုင်ယာနာ အချိန်', 'America/Halifax' => 'အတ္တလန်တစ် အချိန် (ဟလီဖက်စ်)', 'America/Havana' => 'ကျူးဘား အချိန် (ဟာဗာနာ)', 'America/Hermosillo' => 'မက္ကဆီကန် ပစိဖိတ် အချိန် (ဟာမိုစ်စီလို)', - 'America/Indiana/Knox' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (နောက်ခ်စ် အင်ဒီယားနား)', - 'America/Indiana/Marengo' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (မာရန်ဂို အင်ဒီယားနား)', - 'America/Indiana/Petersburg' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ပီတာစ်ဘတ်ခ် အင်ဒီယားနား)', - 'America/Indiana/Tell_City' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (တဲလ်စီးတီး အင်ဒီယားနား)', - 'America/Indiana/Vevay' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ဗီဗဲ အင်ဒီယားနား)', - 'America/Indiana/Vincennes' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ဗင်ဆင့်စ် အင်ဒီယားနား)', - 'America/Indiana/Winamac' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ဝီနာမက်ခ် အင်ဒီယားနား)', - 'America/Indianapolis' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (အင်ဒီယားနား ပိုလိစ်)', - 'America/Inuvik' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (အီနုဗီခ်)', - 'America/Iqaluit' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (အီကာလူအီတ်)', - 'America/Jamaica' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ဂျမေကာ)', + 'America/Indiana/Knox' => 'အလယ်ပိုင်းအချိန် (နောက်ခ်စ်၊ အင်ဒီယားနား)', + 'America/Indiana/Marengo' => 'အရှေ့ပိုင်းအချိန် (မာရန်ဂို၊ အင်ဒီယားနား)', + 'America/Indiana/Petersburg' => 'အရှေ့ပိုင်းအချိန် (ပီတာစ်ဘတ်ခ်၊ အင်ဒီယားနား)', + 'America/Indiana/Tell_City' => 'အလယ်ပိုင်းအချိန် (တဲလ်စီးတီး၊ အင်ဒီယားနား)', + 'America/Indiana/Vevay' => 'အရှေ့ပိုင်းအချိန် (ဗီဗဲ၊ အင်ဒီယားနား)', + 'America/Indiana/Vincennes' => 'အရှေ့ပိုင်းအချိန် (ဗင်ဆင့်စ်၊ အင်ဒီယားနား)', + 'America/Indiana/Winamac' => 'အရှေ့ပိုင်းအချိန် (ဝီနာမက်ခ်၊ အင်ဒီယားနား)', + 'America/Indianapolis' => 'အရှေ့ပိုင်းအချိန် (အင်ဒီယားနား ပိုလိစ်)', + 'America/Inuvik' => 'တောင်တန်းအချိန် (အီနုဗီခ်)', + 'America/Iqaluit' => 'အရှေ့ပိုင်းအချိန် (အီကာလူအီတ်)', + 'America/Jamaica' => 'အရှေ့ပိုင်းအချိန် (ဂျမေကာ)', 'America/Jujuy' => 'အာဂျင်တီးနား အချိန် (ဂျုဂျေ)', 'America/Juneau' => 'အလာစကာ အချိန် (ဂျုနိုအော)', - 'America/Kentucky/Monticello' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (မွန်တီချယ်လို ကင်တပ်ကီ)', + 'America/Kentucky/Monticello' => 'အရှေ့ပိုင်းအချိန် (မွန်တီချယ်လို၊ ကင်တပ်ကီ)', 'America/Kralendijk' => 'အတ္တလန်တစ် အချိန် (ခရာလဲန်းဒစ်ချ်)', 'America/La_Paz' => 'ဘိုလီးဘီးယား အချိန် (လာပါဇ်)', 'America/Lima' => 'ပီရူး အချိန် (လီမာ)', - 'America/Los_Angeles' => 'မြောက်အမေရိက ပစိဖိတ်အချိန် (လော့စ်အိန်ဂျယ်လိစ်)', - 'America/Louisville' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (လူဝီဗီးလ်)', + 'America/Los_Angeles' => 'ပစိဖိတ်အချိန် (လော့စ်အိန်ဂျယ်လိစ်)', + 'America/Louisville' => 'အရှေ့ပိုင်းအချိန် (လူဝီဗီးလ်)', 'America/Lower_Princes' => 'အတ္တလန်တစ် အချိန် (လိုအာပရင့်စ် ကွာတာ)', 'America/Maceio' => 'ဘရာဇီး အချိန် (မာဆဲသွာ)', - 'America/Managua' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (မာနာဂွါ)', + 'America/Managua' => 'အလယ်ပိုင်းအချိန် (မာနာဂွါ)', 'America/Manaus' => 'အမေဇုံ အချိန် (မာနောက်စ်)', 'America/Marigot' => 'အတ္တလန်တစ် အချိန် (မာရီဂေါ့)', 'America/Martinique' => 'အတ္တလန်တစ် အချိန် (မာတီနီဂ်)', - 'America/Matamoros' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (မာတာမိုရိုစ်)', + 'America/Matamoros' => 'အလယ်ပိုင်းအချိန် (မာတာမိုရိုစ်)', 'America/Mazatlan' => 'မက္ကဆီကန် ပစိဖိတ် အချိန် (မာဇတ်လန်)', 'America/Mendoza' => 'အာဂျင်တီးနား အချိန် (မန်ဒိုဇာ)', - 'America/Menominee' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (မီနိုမီနီး)', - 'America/Merida' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (မီရီဒါ)', + 'America/Menominee' => 'အလယ်ပိုင်းအချိန် (မီနိုမီနီး)', + 'America/Merida' => 'အလယ်ပိုင်းအချိန် (မီရီဒါ)', 'America/Metlakatla' => 'အလာစကာ အချိန် (မက်တ်လာကက်လာ)', - 'America/Mexico_City' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (မက်ကဆီကို စီးတီး)', + 'America/Mexico_City' => 'အလယ်ပိုင်းအချိန် (မက်ကဆီကို စီးတီး)', 'America/Miquelon' => 'စိန့်ပီအဲနှင့်မီခွီလွန်အချိန် (မီကွီလွန်)', 'America/Moncton' => 'အတ္တလန်တစ် အချိန် (မွန်ခ်တွန်)', - 'America/Monterrey' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (မွန်တဲရေး)', + 'America/Monterrey' => 'အလယ်ပိုင်းအချိန် (မွန်တဲရေး)', 'America/Montevideo' => 'ဥရုဂွေး အချိန် (မွန်တီဗီဒီအို)', 'America/Montreal' => 'ကနေဒါ အချိန် (Montreal)', 'America/Montserrat' => 'အတ္တလန်တစ် အချိန် (မွန့်(တ်)ဆေးရတ်)', - 'America/Nassau' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (နာ့ဆော်)', - 'America/New_York' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (နယူးယောက်)', - 'America/Nipigon' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (နီပီဂွန်)', + 'America/Nassau' => 'အရှေ့ပိုင်းအချိန် (နာ့ဆော်)', + 'America/New_York' => 'အရှေ့ပိုင်းအချိန် (နယူးယောက်)', + 'America/Nipigon' => 'အရှေ့ပိုင်းအချိန် (နီပီဂွန်)', 'America/Nome' => 'အလာစကာ အချိန် (နိုမီ)', 'America/Noronha' => 'ဖာနန်ဒိုးဒီနိုးရိုးညာ အချိန် (နိုရိုညာ)', - 'America/North_Dakota/Beulah' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ဗြူလာ၊ မြောက်ဒါကိုတာ)', - 'America/North_Dakota/Center' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (စင်တာ၊ မြောက်ဒါကိုတာ)', - 'America/North_Dakota/New_Salem' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (နယူးဆေးလမ်၊ မြောက်ဒါကိုတာ)', - 'America/Ojinaga' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (အိုခီနဂါ)', - 'America/Panama' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ပနားမား)', - 'America/Pangnirtung' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ဖန်ဂ်နသ်တံ)', + 'America/North_Dakota/Beulah' => 'အလယ်ပိုင်းအချိန် (ဗြူလာ၊ မြောက်ဒါကိုတာ)', + 'America/North_Dakota/Center' => 'အလယ်ပိုင်းအချိန် (စင်တာ၊ မြောက်ဒါကိုတာ)', + 'America/North_Dakota/New_Salem' => 'အလယ်ပိုင်းအချိန် (နယူးဆေးလမ်၊ မြောက်ဒါကိုတာ)', + 'America/Ojinaga' => 'တောင်တန်းအချိန် (အိုခီနဂါ)', + 'America/Panama' => 'အရှေ့ပိုင်းအချိန် (ပနားမား)', + 'America/Pangnirtung' => 'အရှေ့ပိုင်းအချိန် (ဖန်ဂ်နသ်တံ)', 'America/Paramaribo' => 'စူးရီနာမ်အချိန် (ပါရာမာရီဘို)', - 'America/Phoenix' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (ဖီးနစ်)', - 'America/Port-au-Prince' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (ပို့တ်-အို-ပရင့်စ်)', + 'America/Phoenix' => 'တောင်တန်းအချိန် (ဖီးနစ်)', + 'America/Port-au-Prince' => 'အရှေ့ပိုင်းအချိန် (ပို့တ်-အို-ပရင့်စ်)', 'America/Port_of_Spain' => 'အတ္တလန်တစ် အချိန် (ပို့တ် အော့ဖ် စပိန်)', 'America/Porto_Velho' => 'အမေဇုံ အချိန် (ပို့တ်တို ဗဲလီယို)', 'America/Puerto_Rico' => 'အတ္တလန်တစ် အချိန် (ပေါ်တိုရီကို)', 'America/Punta_Arenas' => 'ချီလီ အချိန် (ပွန်တာ အရီနာစ်)', - 'America/Rainy_River' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ရိမ်းနီး ရီဗာ)', - 'America/Rankin_Inlet' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ရန်ကင် အင်းလက်)', + 'America/Rainy_River' => 'အလယ်ပိုင်းအချိန် (ရိမ်းနီး ရီဗာ)', + 'America/Rankin_Inlet' => 'အလယ်ပိုင်းအချိန် (ရန်ကင် အင်းလက်)', 'America/Recife' => 'ဘရာဇီး အချိန် (ဟေစီဖီလ်)', - 'America/Regina' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ရယ်ဂျီနာ)', - 'America/Resolute' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ရီဆိုလုပ်(တ်))', + 'America/Regina' => 'အလယ်ပိုင်းအချိန် (ရယ်ဂျီနာ)', + 'America/Resolute' => 'အလယ်ပိုင်းအချိန် (ရီဆိုလုပ်(တ်))', 'America/Rio_Branco' => 'ဘရာဇီး အချိန် (ရီယို ဘရန်ကို)', 'America/Santa_Isabel' => 'အနောက်တောင် မက္ကဆီကို အချိန် (ဆန်တာ အစ္ဇဘဲလ်)', 'America/Santarem' => 'ဘရာဇီး အချိန် (ဆန်တာရမ်)', @@ -191,18 +191,18 @@ return [ 'America/St_Lucia' => 'အတ္တလန်တစ် အချိန် (စိန့်လူစီယာ)', 'America/St_Thomas' => 'အတ္တလန်တစ် အချိန် (စိန့်သောမတ်စ်)', 'America/St_Vincent' => 'အတ္တလန်တစ် အချိန် (စိန့်ဗင်းဆင့်)', - 'America/Swift_Current' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (စွတ်ဖ်တ် ကားရင့်)', - 'America/Tegucigalpa' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (တီဂူစီဂလ်ပါ)', + 'America/Swift_Current' => 'အလယ်ပိုင်းအချိန် (စွတ်ဖ်တ် ကားရင့်)', + 'America/Tegucigalpa' => 'အလယ်ပိုင်းအချိန် (တီဂူစီဂလ်ပါ)', 'America/Thule' => 'အတ္တလန်တစ် အချိန် (သုလီ)', - 'America/Thunder_Bay' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (သန်းန်ဒါး ဘေး)', - 'America/Tijuana' => 'မြောက်အမေရိက ပစိဖိတ်အချိန် (တီဂွါနာ)', - 'America/Toronto' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန် (တိုရန်တို)', + 'America/Thunder_Bay' => 'အရှေ့ပိုင်းအချိန် (သန်းန်ဒါး ဘေး)', + 'America/Tijuana' => 'ပစိဖိတ်အချိန် (တီဂွါနာ)', + 'America/Toronto' => 'အရှေ့ပိုင်းအချိန် (တိုရန်တို)', 'America/Tortola' => 'အတ္တလန်တစ် အချိန် (တောတိုလာ)', - 'America/Vancouver' => 'မြောက်အမေရိက ပစိဖိတ်အချိန် (ဗန်ကူးဗား)', + 'America/Vancouver' => 'ပစိဖိတ်အချိန် (ဗန်ကူးဗား)', 'America/Whitehorse' => 'ယူကွန်း အချိန် (ဝိုက်(တ်)ဟိုစ်)', - 'America/Winnipeg' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန် (ဝီနီဗက်ဂ်)', + 'America/Winnipeg' => 'အလယ်ပိုင်းအချိန် (ဝီနီဗက်ဂ်)', 'America/Yakutat' => 'အလာစကာ အချိန် (ရာကုတတ်)', - 'America/Yellowknife' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန် (ရဲလိုနိုက်ဖ်)', + 'America/Yellowknife' => 'တောင်တန်းအချိန် (ရဲလိုနိုက်ဖ်)', 'Antarctica/Casey' => 'အန်တာတိက အချိန် (ကေစီ)', 'Antarctica/Davis' => 'ဒေးဗစ် အချိန်', 'Antarctica/DumontDUrville' => 'ဒူးမော့တ် ဒါရ်ဗီးလ် အချိန်', @@ -301,7 +301,7 @@ return [ 'Atlantic/Azores' => 'အေဇိုးရီးစ် အချိန်', 'Atlantic/Bermuda' => 'အတ္တလန်တစ် အချိန် (ဘာမြူဒါ)', 'Atlantic/Canary' => 'အနောက်ဥရောပ အချိန် (ကနေရီ)', - 'Atlantic/Cape_Verde' => 'ကိတ်ပ် ဗာဒီ အချိန်', + 'Atlantic/Cape_Verde' => 'ကိတ်ဗာဒီ အချိန် (ကိတ်ပ် ဗာဒီ)', 'Atlantic/Faeroe' => 'အနောက်ဥရောပ အချိန် (ဖါရို)', 'Atlantic/Madeira' => 'အနောက်ဥရောပ အချိန် (မဒီးရာ)', 'Atlantic/Reykjavik' => 'ဂရင်းနစ် စံတော်ချိန် (ရေးကီဗစ်ခ်)', @@ -320,8 +320,8 @@ return [ 'Australia/Melbourne' => 'အရှေ့ဩစတြေးလျ အချိန် (မဲလ်ဘုန်း)', 'Australia/Perth' => 'အနောက်ဩစတြေးလျ အချိန် (ပါးသ်)', 'Australia/Sydney' => 'အရှေ့ဩစတြေးလျ အချိန် (ဆစ်ဒနီ)', - 'CST6CDT' => 'မြောက်အမေရိက အလယ်ပိုင်းအချိန်', - 'EST5EDT' => 'မြောက်အမေရိက အရှေ့ပိုင်းအချိန်', + 'CST6CDT' => 'အလယ်ပိုင်းအချိန်', + 'EST5EDT' => 'အရှေ့ပိုင်းအချိန်', 'Etc/GMT' => 'ဂရင်းနစ် စံတော်ချိန်', 'Etc/UTC' => 'ညှိထားသည့် ကမ္ဘာ့ စံတော်ချိန်', 'Europe/Amsterdam' => 'ဥရောပအလယ်ပိုင်း အချိန် (အမ်စတာဒမ်)', @@ -392,11 +392,11 @@ return [ 'Indian/Kerguelen' => 'ပြင်သစ်တောင်ပိုင်းနှင့် အန္တာတိတ် အချိန် (ခါဂါလန်)', 'Indian/Mahe' => 'ဆေးရှဲ အချိန် (မာဟီ)', 'Indian/Maldives' => 'မော်လဒိုက် အချိန်', - 'Indian/Mauritius' => 'မောရစ်ရှ် အချိန်', + 'Indian/Mauritius' => 'မောရစ်ရှ အချိန်', 'Indian/Mayotte' => 'အရှေ့အာဖရိက အချိန် (မာယိုတဲ)', 'Indian/Reunion' => 'ရီယူနီယံ အချိန် (ရီယူနီယန်)', - 'MST7MDT' => 'မြောက်အမေရိက တောင်တန်းဒေသအချိန်', - 'PST8PDT' => 'မြောက်အမေရိက ပစိဖိတ်အချိန်', + 'MST7MDT' => 'တောင်တန်းအချိန်', + 'PST8PDT' => 'ပစိဖိတ်အချိန်', 'Pacific/Apia' => 'အပီယာ အချိန် (အားပီအား)', 'Pacific/Auckland' => 'နယူးဇီလန် အချိန် (အော့ကလန်)', 'Pacific/Bougainville' => 'ပါပူအာနယူးဂီနီ အချိန် (ဘူဂန်ဗီးလီးယား)', @@ -420,7 +420,7 @@ return [ 'Pacific/Marquesas' => 'မာခေးအပ်စ် အချိန်', 'Pacific/Midway' => 'ဆမိုအာ အချိန် (မစ်ဒ်ဝေး)', 'Pacific/Nauru' => 'နာဥူရူ အချိန်', - 'Pacific/Niue' => 'နီဦးအေ အချိန်', + 'Pacific/Niue' => 'နီဥူအေ အချိန် (နီဦးအေ)', 'Pacific/Norfolk' => 'နောဖော့ခ်ကျွန်း အချိန် (နော်ဖော့ခ်)', 'Pacific/Noumea' => 'နယူးကယ်လီဒိုးနီးယား အချိန် (နူမယ်အာ)', 'Pacific/Pago_Pago' => 'ဆမိုအာ အချိန် (ပါဂိုပါဂို)', @@ -428,13 +428,13 @@ return [ 'Pacific/Pitcairn' => 'ပါတ်ကယ်ရင် အချိန်', 'Pacific/Ponape' => 'ဖိုနာဖဲအ် အချိန်', 'Pacific/Port_Moresby' => 'ပါပူအာနယူးဂီနီ အချိန် (ဖို့တ် မိုရက်စ်ဘီ)', - 'Pacific/Rarotonga' => 'ကွတ်ခ်ကျွန်းစု အချိန် (ရာရိုတွန်းဂါ)', + 'Pacific/Rarotonga' => 'ကွတ်ကျွန်းစု အချိန် (ရာရိုတွန်းဂါ)', 'Pacific/Saipan' => 'ချာမိုရို အချိန် (ဆိုင်ပန်)', 'Pacific/Tahiti' => 'တဟီတီ အချိန်', 'Pacific/Tarawa' => 'ဂီလ်ဘတ်ကျွန်းစု အချိန် (တာရာဝါ)', 'Pacific/Tongatapu' => 'တွန်ဂါ အချိန် (တွန်ဂါတာပု)', 'Pacific/Truk' => 'ချုခ် အချိန်', - 'Pacific/Wake' => 'ဝိတ်ခ်ကျွန်း အချိန် (ဝိက်ခ်)', + 'Pacific/Wake' => 'ဝိတ်ခ်ကျွန်း အချိန်', 'Pacific/Wallis' => 'ဝေါလီစ်နှင့် ဖူကျူနာ အချိန်', ], 'Meta' => [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/no.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/no.php index 7e5b637..cbdeef3 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/no.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/no.php @@ -345,7 +345,7 @@ return [ 'Europe/Istanbul' => 'tidssone for Tyrkia (Istanbul)', 'Europe/Jersey' => 'Greenwich middeltid (Jersey)', 'Europe/Kaliningrad' => 'østeuropeisk tid (Kaliningrad)', - 'Europe/Kiev' => 'østeuropeisk tid (Kiev)', + 'Europe/Kiev' => 'østeuropeisk tid (Kyiv)', 'Europe/Kirov' => 'tidssone for Russland (Kirov)', 'Europe/Lisbon' => 'vesteuropeisk tid (Lisboa)', 'Europe/Ljubljana' => 'sentraleuropeisk tid (Ljubljana)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ps.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ps.php index 47436bc..95f90c4 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ps.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ps.php @@ -345,7 +345,7 @@ return [ 'Europe/Istanbul' => 'د ترکي په وخت (استنبول)', 'Europe/Jersey' => 'ګرينويچ معياري وخت (جرسی)', 'Europe/Kaliningrad' => 'ختيځ اروپايي وخت (کيلنينګراډ)', - 'Europe/Kiev' => 'ختيځ اروپايي وخت (کیو)', + 'Europe/Kiev' => 'ختيځ اروپايي وخت (کیف)', 'Europe/Kirov' => 'د روسیه په وخت (کیروف)', 'Europe/Lisbon' => 'لوېديځ اروپايي وخت (لیسبون)', 'Europe/Ljubljana' => 'مرکزي اروپايي وخت (لوبجانا)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sa.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sa.php index 311d3b7..d8b60ef 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sa.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sa.php @@ -238,5 +238,6 @@ return [ 'Pacific/Honolulu' => 'संयुक्त राज्य: समय: (Honolulu)', ], 'Meta' => [ + 'GmtFormat' => 'जी.एम.टी. %s', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sc.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sc.php index 93c676f..792bbe6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sc.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sc.php @@ -288,7 +288,7 @@ return [ 'Asia/Tbilisi' => 'Ora de sa Geòrgia (Tbilisi)', 'Asia/Tehran' => 'Ora de s’Iràn (Teheràn)', 'Asia/Thimphu' => 'Ora de su Bhutàn (Thimphu)', - 'Asia/Tokyo' => 'Ora de su Giapone (Tòkyo)', + 'Asia/Tokyo' => 'Ora de su Giapone (Tokyo)', 'Asia/Tomsk' => 'Ora Rùssia (Tomsk)', 'Asia/Ulaanbaatar' => 'Ora de Ulàn Bator', 'Asia/Urumqi' => 'Ora Tzina (Urumqi)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sd.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sd.php index 0c1879c..875e79f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sd.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sd.php @@ -94,7 +94,7 @@ return [ 'America/Cuiaba' => 'ايميزون جو وقت (ڪوئيابا)', 'America/Curacao' => 'ايٽلانٽڪ جو وقت (ڪيوراسائو)', 'America/Danmarkshavn' => 'گرين وچ مين ٽائيم (ڊينمارڪ شون)', - 'America/Dawson' => 'ڪينيڊا وقت (ڊاوسن)', + 'America/Dawson' => 'يڪون جو وقت (ڊاوسن)', 'America/Dawson_Creek' => 'پهاڙي وقت (ڊاوسن ڪريڪ)', 'America/Denver' => 'پهاڙي وقت (ڊينور)', 'America/Detroit' => 'مشرقي وقت (ڊيٽرائيٽ)', @@ -199,7 +199,7 @@ return [ 'America/Toronto' => 'مشرقي وقت (ٽورنٽو)', 'America/Tortola' => 'ايٽلانٽڪ جو وقت (ٽورٽولا)', 'America/Vancouver' => 'پيسيفڪ وقت (وينڪوور)', - 'America/Whitehorse' => 'ڪينيڊا وقت (وائيٽ هائوس)', + 'America/Whitehorse' => 'يڪون جو وقت (وائيٽ هائوس)', 'America/Winnipeg' => 'مرڪزي وقت (وني پيگ)', 'America/Yakutat' => 'الاسڪا جو وقت (ياڪوتات)', 'America/Yellowknife' => 'پهاڙي وقت (ييلو نائيف)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sd_Deva.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sd_Deva.php index 41f9be4..7c8d6c9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sd_Deva.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sd_Deva.php @@ -39,7 +39,6 @@ return [ 'America/Creston' => 'पहाड़ी वक्त (ڪريسٽن)', 'America/Curacao' => 'अटलांटिक वक्त (ڪيوراسائو)', 'America/Danmarkshavn' => 'ग्रीनविच मीन वक्तु (ڊينمارڪ شون)', - 'America/Dawson' => 'ڪينيڊا वक्त (ڊاوسن)', 'America/Dawson_Creek' => 'पहाड़ी वक्त (ڊاوسن ڪريڪ)', 'America/Denver' => 'पहाड़ी वक्त (ڊينور)', 'America/Detroit' => 'ओभरी वक्त (ڊيٽرائيٽ)', @@ -114,7 +113,6 @@ return [ 'America/Toronto' => 'ओभरी वक्त (ٽورنٽو)', 'America/Tortola' => 'अटलांटिक वक्त (ٽورٽولا)', 'America/Vancouver' => 'पेसिफिक वक्त (وينڪوور)', - 'America/Whitehorse' => 'ڪينيڊا वक्त (وائيٽ هائوس)', 'America/Winnipeg' => 'मरकज़ी वक्त (وني پيگ)', 'America/Yellowknife' => 'पहाड़ी वक्त (ييلو نائيف)', 'Antarctica/Casey' => 'انٽارڪٽيڪا वक्त (ڪيسي)', @@ -199,5 +197,6 @@ return [ 'PST8PDT' => 'पेसिफिक वक्त', ], 'Meta' => [ + 'GmtFormat' => 'जीएमटी%s', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sl.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sl.php index ea95515..fd46729 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sl.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sl.php @@ -94,7 +94,7 @@ return [ 'America/Cuiaba' => 'Amazonski čas (Cuiaba)', 'America/Curacao' => 'Atlantski čas (Curaçao)', 'America/Danmarkshavn' => 'Greenwiški srednji čas (Danmarkshavn)', - 'America/Dawson' => 'Jukonški čas (Dawson)', + 'America/Dawson' => 'Jukonski čas (Dawson)', 'America/Dawson_Creek' => 'Gorski čas (Dawson Creek)', 'America/Denver' => 'Gorski čas (Denver)', 'America/Detroit' => 'Vzhodni čas (Detroit)', @@ -159,7 +159,7 @@ return [ 'America/Nipigon' => 'Vzhodni čas (Nipigon)', 'America/Nome' => 'Aljaški čas (Nome)', 'America/Noronha' => 'Fernando de Noronški čas (Noronha)', - 'America/North_Dakota/Beulah' => 'Centralni čas (Beulah, North Dakota)', + 'America/North_Dakota/Beulah' => 'Centralni čas (Beulah, Severna Dakota)', 'America/North_Dakota/Center' => 'Centralni čas (Center, Severna Dakota)', 'America/North_Dakota/New_Salem' => 'Centralni čas (New Salem, Severna Dakota)', 'America/Ojinaga' => 'Gorski čas (Ojinaga)', @@ -199,7 +199,7 @@ return [ 'America/Toronto' => 'Vzhodni čas (Toronto)', 'America/Tortola' => 'Atlantski čas (Tortola)', 'America/Vancouver' => 'Pacifiški čas (Vancouver)', - 'America/Whitehorse' => 'Jukonški čas (Whitehorse)', + 'America/Whitehorse' => 'Jukonski čas (Whitehorse)', 'America/Winnipeg' => 'Centralni čas (Winnipeg)', 'America/Yakutat' => 'Aljaški čas (Yakutat)', 'America/Yellowknife' => 'Gorski čas (Yellowknife)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/su.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/su.php index 81cdbc3..648a654 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/su.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/su.php @@ -149,14 +149,18 @@ return [ 'Asia/Gaza' => 'Waktu Éropa Timur (Gaza)', 'Asia/Hebron' => 'Waktu Éropa Timur (Hebron)', 'Asia/Irkutsk' => 'Rusia (Irkutsk)', + 'Asia/Jakarta' => 'Indonesia (Jakarta)', + 'Asia/Jayapura' => 'Indonesia (Jayapura)', 'Asia/Kamchatka' => 'Rusia (Kamchatka)', 'Asia/Khandyga' => 'Rusia (Khandyga)', 'Asia/Krasnoyarsk' => 'Rusia (Krasnoyarsk)', 'Asia/Magadan' => 'Rusia (Magadan)', + 'Asia/Makassar' => 'Indonesia (Makassar)', 'Asia/Nicosia' => 'Waktu Éropa Timur (Nicosia)', 'Asia/Novokuznetsk' => 'Rusia (Novokuznetsk)', 'Asia/Novosibirsk' => 'Rusia (Novosibirsk)', 'Asia/Omsk' => 'Rusia (Omsk)', + 'Asia/Pontianak' => 'Indonesia (Pontianak)', 'Asia/Sakhalin' => 'Rusia (Sakhalin)', 'Asia/Shanghai' => 'Tiongkok (Shanghai)', 'Asia/Srednekolymsk' => 'Rusia (Srednekolymsk)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sw_KE.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sw_KE.php index 177dcd8..f4e5e35 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sw_KE.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/sw_KE.php @@ -11,13 +11,14 @@ return [ 'America/Argentina/Tucuman' => 'Saa za Ajentina (Tucuman)', 'America/Argentina/Ushuaia' => 'Saa za Ajentina (Ushuaia)', 'America/Bahia' => 'Saa za Brazili (Bahia)', - 'America/Barbados' => 'Saa za Atlantiki (Babadosi)', + 'America/Barbados' => 'Saa za Atlantiki (Babados)', 'America/Belem' => 'Saa za Brazili (Belem)', 'America/Buenos_Aires' => 'Saa za Ajentina (Buenos Aires)', 'America/Catamarca' => 'Saa za Ajentina (Catamarca)', 'America/Cayenne' => 'Saa za Guiana (Cayenne)', 'America/Cordoba' => 'Saa za Ajentina (Cordoba)', 'America/Costa_Rica' => 'Saa za Kati (Kostarika)', + 'America/Curacao' => 'Saa za Atlantiki (kurakao)', 'America/Dominica' => 'Saa za Atlantiki (Dominika)', 'America/El_Salvador' => 'Saa za Kati (Elsalvado)', 'America/Fortaleza' => 'Saa za Brazili (Fortaleza)', @@ -25,20 +26,17 @@ return [ 'America/Jamaica' => 'Saa za Mashariki (Jamaika)', 'America/Jujuy' => 'Saa za Ajentina (Jujuy)', 'America/Maceio' => 'Saa za Brazili (Maceio)', - 'America/Martinique' => 'Saa za Atlantiki (Matinikiu)', 'America/Mendoza' => 'Saa za Ajentina (Mendoza)', - 'America/Montevideo' => 'Saa za Uruagwai (Montevideo)', 'America/North_Dakota/Beulah' => 'Saa za Kati (Beulah, Dakota Kaskazini)', 'America/North_Dakota/Center' => 'Saa za Kati (Center, Dakota Kaskazini)', 'America/North_Dakota/New_Salem' => 'Saa za Kati (New Salem, Dakota Kaskazini)', - 'America/Port-au-Prince' => 'Saa za Mashariki (Bandari ya au-Prince)', 'America/Port_of_Spain' => 'Saa za Atlantiki (Bandari ya Uhispania)', + 'America/Puerto_Rico' => 'Saa za Atlantiki (Pwetoriko)', 'America/Recife' => 'Saa za Brazili (Recife)', 'America/Santa_Isabel' => 'Saa za Kaskazini Magharibi mwa Meksiko (Santa Isabel)', 'America/Santarem' => 'Saa za Brazili (Santarem)', 'America/Sao_Paulo' => 'Saa za Brazili (Sao Paulo)', 'Antarctica/Casey' => 'Saa za Antaktika (Casey)', - 'Antarctica/Macquarie' => 'Saa za Australia Mashariki (Makwuarie)', 'Antarctica/McMurdo' => 'Saa za Nyuzilandi (McMurdo)', 'Asia/Almaty' => 'Saa za Kazakistani Mashariki (Almaty)', 'Asia/Aqtau' => 'Saa za Kazakistani Magharibi (Aqtau)', @@ -61,7 +59,7 @@ return [ 'Asia/Oral' => 'Saa za Kazakistani Magharibi (Oral)', 'Asia/Qostanay' => 'Saa za Kazakistani Mashariki (Kostanay)', 'Asia/Qyzylorda' => 'Saa za Kazakistani Magharibi (Qyzylorda)', - 'Asia/Rangoon' => 'Saa za Myama (Yangon)', + 'Asia/Rangoon' => 'Saa za Myanma (Yangon)', 'Asia/Saigon' => 'Saa za Indochina (Jiji la Ho Chi Minh)', 'Asia/Samarkand' => 'Saa za Uzbekistani (Samarkand)', 'Asia/Singapore' => 'Saa za Wastani za Singapoo', @@ -71,12 +69,11 @@ return [ 'Asia/Thimphu' => 'Saa za Butani (Thimphu)', 'Asia/Tokyo' => 'Saa za Japani (Tokyo)', 'Asia/Ulaanbaatar' => 'Saa za Ulaanbataar (Ulaanbaatar)', - 'Atlantic/Bermuda' => 'Saa za Atlantiki (Bamuda)', 'Atlantic/Canary' => 'Saa za Magharibi mwa Ulaya (Kanari)', 'Atlantic/Cape_Verde' => 'Saa za Kepuvede (Cape Verde)', 'Atlantic/South_Georgia' => 'Saa za Jojia Kusini (Georgia Kusini)', 'Australia/Eucla' => 'Saa za Magharibi mwa Austrialia ya Kati (Eucla)', - 'Etc/UTC' => 'Saa ya Ulimwenguni', + 'Etc/UTC' => 'Saa ya Dunia', 'Indian/Christmas' => 'Saa za Kisiwa cha Krismasi', 'Indian/Maldives' => 'Saa za Maldivi', 'Pacific/Auckland' => 'Saa za Nyuzilandi (Auckland)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/tg.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/tg.php index f301368..7a6da33 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/tg.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/tg.php @@ -2,120 +2,120 @@ return [ 'Names' => [ - 'Africa/Abidjan' => 'Ба вақти Гринвич (Abidjan)', - 'Africa/Accra' => 'Ба вақти Гринвич (Accra)', - 'Africa/Addis_Ababa' => 'Эфиопия (Addis Ababa)', + 'Africa/Abidjan' => 'Вақти миёнаи Гринвич (Abidjan)', + 'Africa/Accra' => 'Вақти миёнаи Гринвич (Accra)', + 'Africa/Addis_Ababa' => 'Вақти Эфиопия (Addis Ababa)', 'Africa/Algiers' => 'Вақти аврупоии марказӣ (Algiers)', - 'Africa/Asmera' => 'Эритрея (Asmara)', - 'Africa/Bamako' => 'Ба вақти Гринвич (Bamako)', - 'Africa/Bangui' => 'Ҷумҳурии Африқои Марказӣ (Bangui)', - 'Africa/Banjul' => 'Ба вақти Гринвич (Banjul)', - 'Africa/Bissau' => 'Ба вақти Гринвич (Bissau)', - 'Africa/Blantyre' => 'Малави (Blantyre)', - 'Africa/Brazzaville' => 'Конго (Brazzaville)', - 'Africa/Bujumbura' => 'Бурунди (Bujumbura)', + 'Africa/Asmera' => 'Вақти Эритрея (Asmara)', + 'Africa/Bamako' => 'Вақти миёнаи Гринвич (Bamako)', + 'Africa/Bangui' => 'Вақти Ҷумҳурии Африқои Марказӣ (Bangui)', + 'Africa/Banjul' => 'Вақти миёнаи Гринвич (Banjul)', + 'Africa/Bissau' => 'Вақти миёнаи Гринвич (Bissau)', + 'Africa/Blantyre' => 'Вақти Малави (Blantyre)', + 'Africa/Brazzaville' => 'Вақти Конго (Brazzaville)', + 'Africa/Bujumbura' => 'Вақти Бурунди (Bujumbura)', 'Africa/Cairo' => 'Вақти аврупоии шарқӣ (Cairo)', 'Africa/Casablanca' => 'Вақти аврупоии ғарбӣ (Casablanca)', 'Africa/Ceuta' => 'Вақти аврупоии марказӣ (Ceuta)', - 'Africa/Conakry' => 'Ба вақти Гринвич (Conakry)', - 'Africa/Dakar' => 'Ба вақти Гринвич (Dakar)', - 'Africa/Dar_es_Salaam' => 'Танзания (Dar es Salaam)', - 'Africa/Djibouti' => 'Ҷибути (Djibouti)', - 'Africa/Douala' => 'Камерун (Douala)', + 'Africa/Conakry' => 'Вақти миёнаи Гринвич (Conakry)', + 'Africa/Dakar' => 'Вақти миёнаи Гринвич (Dakar)', + 'Africa/Dar_es_Salaam' => 'Вақти Танзания (Dar es Salaam)', + 'Africa/Djibouti' => 'Вақти Ҷибути (Djibouti)', + 'Africa/Douala' => 'Вақти Камерун (Douala)', 'Africa/El_Aaiun' => 'Вақти аврупоии ғарбӣ (El Aaiun)', - 'Africa/Freetown' => 'Ба вақти Гринвич (Freetown)', - 'Africa/Gaborone' => 'Ботсвана (Gaborone)', - 'Africa/Harare' => 'Зимбабве (Harare)', - 'Africa/Johannesburg' => 'Африкаи Ҷанубӣ (Johannesburg)', - 'Africa/Juba' => 'Судони Ҷанубӣ (Juba)', - 'Africa/Kampala' => 'Уганда (Kampala)', - 'Africa/Khartoum' => 'Судон (Khartoum)', - 'Africa/Kigali' => 'Руанда (Kigali)', - 'Africa/Kinshasa' => 'Конго (ҶДК) (Kinshasa)', - 'Africa/Lagos' => 'Нигерия (Lagos)', - 'Africa/Libreville' => 'Габон (Libreville)', - 'Africa/Lome' => 'Ба вақти Гринвич (Lome)', - 'Africa/Luanda' => 'Ангола (Luanda)', - 'Africa/Lubumbashi' => 'Конго (ҶДК) (Lubumbashi)', - 'Africa/Lusaka' => 'Замбия (Lusaka)', - 'Africa/Malabo' => 'Гвинеяи Экваторӣ (Malabo)', - 'Africa/Maputo' => 'Мозамбик (Maputo)', - 'Africa/Maseru' => 'Лесото (Maseru)', - 'Africa/Mbabane' => 'Свазиленд (Mbabane)', - 'Africa/Mogadishu' => 'Сомалӣ (Mogadishu)', - 'Africa/Monrovia' => 'Ба вақти Гринвич (Monrovia)', - 'Africa/Nairobi' => 'Кения (Nairobi)', - 'Africa/Ndjamena' => 'Чад (Ndjamena)', - 'Africa/Niamey' => 'Нигер (Niamey)', - 'Africa/Nouakchott' => 'Ба вақти Гринвич (Nouakchott)', - 'Africa/Ouagadougou' => 'Ба вақти Гринвич (Ouagadougou)', - 'Africa/Porto-Novo' => 'Бенин (Porto-Novo)', - 'Africa/Sao_Tome' => 'Ба вақти Гринвич (Sao Tome)', + 'Africa/Freetown' => 'Вақти миёнаи Гринвич (Freetown)', + 'Africa/Gaborone' => 'Вақти Ботсвана (Gaborone)', + 'Africa/Harare' => 'Вақти Зимбабве (Harare)', + 'Africa/Johannesburg' => 'Вақти Африкаи Ҷанубӣ (Johannesburg)', + 'Africa/Juba' => 'Вақти Судони Ҷанубӣ (Juba)', + 'Africa/Kampala' => 'Вақти Уганда (Kampala)', + 'Africa/Khartoum' => 'Вақти Судон (Khartoum)', + 'Africa/Kigali' => 'Вақти Руанда (Kigali)', + 'Africa/Kinshasa' => 'Вақти Конго (ҶДК) (Kinshasa)', + 'Africa/Lagos' => 'Вақти Нигерия (Lagos)', + 'Africa/Libreville' => 'Вақти Габон (Libreville)', + 'Africa/Lome' => 'Вақти миёнаи Гринвич (Lome)', + 'Africa/Luanda' => 'Вақти Ангола (Luanda)', + 'Africa/Lubumbashi' => 'Вақти Конго (ҶДК) (Lubumbashi)', + 'Africa/Lusaka' => 'Вақти Замбия (Lusaka)', + 'Africa/Malabo' => 'Вақти Гвинеяи Экваторӣ (Malabo)', + 'Africa/Maputo' => 'Вақти Мозамбик (Maputo)', + 'Africa/Maseru' => 'Вақти Лесото (Maseru)', + 'Africa/Mbabane' => 'Вақти Свазиленд (Mbabane)', + 'Africa/Mogadishu' => 'Вақти Сомалӣ (Mogadishu)', + 'Africa/Monrovia' => 'Вақти миёнаи Гринвич (Monrovia)', + 'Africa/Nairobi' => 'Вақти Кения (Nairobi)', + 'Africa/Ndjamena' => 'Вақти Чад (Ndjamena)', + 'Africa/Niamey' => 'Вақти Нигер (Niamey)', + 'Africa/Nouakchott' => 'Вақти миёнаи Гринвич (Nouakchott)', + 'Africa/Ouagadougou' => 'Вақти миёнаи Гринвич (Ouagadougou)', + 'Africa/Porto-Novo' => 'Вақти Бенин (Porto-Novo)', + 'Africa/Sao_Tome' => 'Вақти миёнаи Гринвич (Sao Tome)', 'Africa/Tripoli' => 'Вақти аврупоии шарқӣ (Tripoli)', 'Africa/Tunis' => 'Вақти аврупоии марказӣ (Tunis)', - 'Africa/Windhoek' => 'Намибия (Windhoek)', - 'America/Adak' => 'Иёлоти Муттаҳида (Adak)', - 'America/Anchorage' => 'Иёлоти Муттаҳида (Anchorage)', + 'Africa/Windhoek' => 'Вақти Намибия (Windhoek)', + 'America/Adak' => 'Вақти Иёлоти Муттаҳида (Adak)', + 'America/Anchorage' => 'Вақти Иёлоти Муттаҳида (Anchorage)', 'America/Anguilla' => 'Вақти атлантикӣ (Anguilla)', 'America/Antigua' => 'Вақти атлантикӣ (Antigua)', - 'America/Araguaina' => 'Бразилия (Araguaina)', - 'America/Argentina/La_Rioja' => 'Аргентина (La Rioja)', - 'America/Argentina/Rio_Gallegos' => 'Аргентина (Rio Gallegos)', - 'America/Argentina/Salta' => 'Аргентина (Salta)', - 'America/Argentina/San_Juan' => 'Аргентина (San Juan)', - 'America/Argentina/San_Luis' => 'Аргентина (San Luis)', - 'America/Argentina/Tucuman' => 'Аргентина (Tucuman)', - 'America/Argentina/Ushuaia' => 'Аргентина (Ushuaia)', + 'America/Araguaina' => 'Вақти Бразилия (Araguaina)', + 'America/Argentina/La_Rioja' => 'Вақти Аргентина (La Rioja)', + 'America/Argentina/Rio_Gallegos' => 'Вақти Аргентина (Rio Gallegos)', + 'America/Argentina/Salta' => 'Вақти Аргентина (Salta)', + 'America/Argentina/San_Juan' => 'Вақти Аргентина (San Juan)', + 'America/Argentina/San_Luis' => 'Вақти Аргентина (San Luis)', + 'America/Argentina/Tucuman' => 'Вақти Аргентина (Tucuman)', + 'America/Argentina/Ushuaia' => 'Вақти Аргентина (Ushuaia)', 'America/Aruba' => 'Вақти атлантикӣ (Aruba)', - 'America/Asuncion' => 'Парагвай (Asuncion)', - 'America/Bahia' => 'Бразилия (Bahia)', + 'America/Asuncion' => 'Вақти Парагвай (Asuncion)', + 'America/Bahia' => 'Вақти Бразилия (Bahia)', 'America/Bahia_Banderas' => 'Вақти марказӣ (Bahia Banderas)', 'America/Barbados' => 'Вақти атлантикӣ (Barbados)', - 'America/Belem' => 'Бразилия (Belem)', + 'America/Belem' => 'Вақти Бразилия (Belem)', 'America/Belize' => 'Вақти марказӣ (Belize)', 'America/Blanc-Sablon' => 'Вақти атлантикӣ (Blanc-Sablon)', - 'America/Boa_Vista' => 'Бразилия (Boa Vista)', - 'America/Bogota' => 'Колумбия (Bogota)', + 'America/Boa_Vista' => 'Вақти Бразилия (Boa Vista)', + 'America/Bogota' => 'Вақти Колумбия (Bogota)', 'America/Boise' => 'Вақти кӯҳӣ (Boise)', - 'America/Buenos_Aires' => 'Аргентина (Buenos Aires)', + 'America/Buenos_Aires' => 'Вақти Аргентина (Buenos Aires)', 'America/Cambridge_Bay' => 'Вақти кӯҳӣ (Cambridge Bay)', - 'America/Campo_Grande' => 'Бразилия (Campo Grande)', + 'America/Campo_Grande' => 'Вақти Бразилия (Campo Grande)', 'America/Cancun' => 'Вақти шарқӣ (Cancun)', - 'America/Caracas' => 'Венесуэла (Caracas)', - 'America/Catamarca' => 'Аргентина (Catamarca)', - 'America/Cayenne' => 'Гвианаи Фаронса (Cayenne)', + 'America/Caracas' => 'Вақти Венесуэла (Caracas)', + 'America/Catamarca' => 'Вақти Аргентина (Catamarca)', + 'America/Cayenne' => 'Вақти Гвианаи Фаронса (Cayenne)', 'America/Cayman' => 'Вақти шарқӣ (Cayman)', 'America/Chicago' => 'Вақти марказӣ (Chicago)', - 'America/Chihuahua' => 'Мексика (Chihuahua)', + 'America/Chihuahua' => 'Вақти Мексика (Chihuahua)', 'America/Coral_Harbour' => 'Вақти шарқӣ (Atikokan)', - 'America/Cordoba' => 'Аргентина (Cordoba)', + 'America/Cordoba' => 'Вақти Аргентина (Cordoba)', 'America/Costa_Rica' => 'Вақти марказӣ (Costa Rica)', 'America/Creston' => 'Вақти кӯҳӣ (Creston)', - 'America/Cuiaba' => 'Бразилия (Cuiaba)', + 'America/Cuiaba' => 'Вақти Бразилия (Cuiaba)', 'America/Curacao' => 'Вақти атлантикӣ (Curacao)', - 'America/Danmarkshavn' => 'Ба вақти Гринвич (Danmarkshavn)', - 'America/Dawson' => 'Канада (Dawson)', + 'America/Danmarkshavn' => 'Вақти миёнаи Гринвич (Danmarkshavn)', + 'America/Dawson' => 'Вақти Канада (Dawson)', 'America/Dawson_Creek' => 'Вақти кӯҳӣ (Dawson Creek)', 'America/Denver' => 'Вақти кӯҳӣ (Denver)', 'America/Detroit' => 'Вақти шарқӣ (Detroit)', 'America/Dominica' => 'Вақти атлантикӣ (Dominica)', 'America/Edmonton' => 'Вақти кӯҳӣ (Edmonton)', - 'America/Eirunepe' => 'Бразилия (Eirunepe)', + 'America/Eirunepe' => 'Вақти Бразилия (Eirunepe)', 'America/El_Salvador' => 'Вақти марказӣ (El Salvador)', 'America/Fort_Nelson' => 'Вақти кӯҳӣ (Fort Nelson)', - 'America/Fortaleza' => 'Бразилия (Fortaleza)', + 'America/Fortaleza' => 'Вақти Бразилия (Fortaleza)', 'America/Glace_Bay' => 'Вақти атлантикӣ (Glace Bay)', - 'America/Godthab' => 'Гренландия (Nuuk)', + 'America/Godthab' => 'Вақти Гренландия (Nuuk)', 'America/Goose_Bay' => 'Вақти атлантикӣ (Goose Bay)', 'America/Grand_Turk' => 'Вақти шарқӣ (Grand Turk)', 'America/Grenada' => 'Вақти атлантикӣ (Grenada)', 'America/Guadeloupe' => 'Вақти атлантикӣ (Guadeloupe)', 'America/Guatemala' => 'Вақти марказӣ (Guatemala)', - 'America/Guayaquil' => 'Эквадор (Guayaquil)', - 'America/Guyana' => 'Гайана (Guyana)', + 'America/Guayaquil' => 'Вақти Эквадор (Guayaquil)', + 'America/Guyana' => 'Вақти Гайана (Guyana)', 'America/Halifax' => 'Вақти атлантикӣ (Halifax)', - 'America/Havana' => 'Куба (Havana)', - 'America/Hermosillo' => 'Мексика (Hermosillo)', + 'America/Havana' => 'Вақти Куба (Havana)', + 'America/Hermosillo' => 'Вақти Мексика (Hermosillo)', 'America/Indiana/Knox' => 'Вақти марказӣ (Knox, Indiana)', 'America/Indiana/Marengo' => 'Вақти шарқӣ (Marengo, Indiana)', 'America/Indiana/Petersburg' => 'Вақти шарқӣ (Petersburg, Indiana)', @@ -127,66 +127,66 @@ return [ 'America/Inuvik' => 'Вақти кӯҳӣ (Inuvik)', 'America/Iqaluit' => 'Вақти шарқӣ (Iqaluit)', 'America/Jamaica' => 'Вақти шарқӣ (Jamaica)', - 'America/Jujuy' => 'Аргентина (Jujuy)', - 'America/Juneau' => 'Иёлоти Муттаҳида (Juneau)', + 'America/Jujuy' => 'Вақти Аргентина (Jujuy)', + 'America/Juneau' => 'Вақти Иёлоти Муттаҳида (Juneau)', 'America/Kentucky/Monticello' => 'Вақти шарқӣ (Monticello, Kentucky)', 'America/Kralendijk' => 'Вақти атлантикӣ (Kralendijk)', - 'America/La_Paz' => 'Боливия (La Paz)', - 'America/Lima' => 'Перу (Lima)', + 'America/La_Paz' => 'Вақти Боливия (La Paz)', + 'America/Lima' => 'Вақти Перу (Lima)', 'America/Los_Angeles' => 'Вақти Уқёнуси Ором (Los Angeles)', 'America/Louisville' => 'Вақти шарқӣ (Louisville)', 'America/Lower_Princes' => 'Вақти атлантикӣ (Lower Prince’s Quarter)', - 'America/Maceio' => 'Бразилия (Maceio)', + 'America/Maceio' => 'Вақти Бразилия (Maceio)', 'America/Managua' => 'Вақти марказӣ (Managua)', - 'America/Manaus' => 'Бразилия (Manaus)', + 'America/Manaus' => 'Вақти Бразилия (Manaus)', 'America/Marigot' => 'Вақти атлантикӣ (Marigot)', 'America/Martinique' => 'Вақти атлантикӣ (Martinique)', 'America/Matamoros' => 'Вақти марказӣ (Matamoros)', - 'America/Mazatlan' => 'Мексика (Mazatlan)', - 'America/Mendoza' => 'Аргентина (Mendoza)', + 'America/Mazatlan' => 'Вақти Мексика (Mazatlan)', + 'America/Mendoza' => 'Вақти Аргентина (Mendoza)', 'America/Menominee' => 'Вақти марказӣ (Menominee)', 'America/Merida' => 'Вақти марказӣ (Merida)', - 'America/Metlakatla' => 'Иёлоти Муттаҳида (Metlakatla)', + 'America/Metlakatla' => 'Вақти Иёлоти Муттаҳида (Metlakatla)', 'America/Mexico_City' => 'Вақти марказӣ (Mexico City)', - 'America/Miquelon' => 'Сент-Пер ва Микелон (Miquelon)', + 'America/Miquelon' => 'Вақти Сент-Пер ва Микелон (Miquelon)', 'America/Moncton' => 'Вақти атлантикӣ (Moncton)', 'America/Monterrey' => 'Вақти марказӣ (Monterrey)', - 'America/Montevideo' => 'Уругвай (Montevideo)', - 'America/Montreal' => 'Канада (Montreal)', + 'America/Montevideo' => 'Вақти Уругвай (Montevideo)', + 'America/Montreal' => 'Вақти Канада (Montreal)', 'America/Montserrat' => 'Вақти атлантикӣ (Montserrat)', 'America/Nassau' => 'Вақти шарқӣ (Nassau)', 'America/New_York' => 'Вақти шарқӣ (New York)', 'America/Nipigon' => 'Вақти шарқӣ (Nipigon)', - 'America/Nome' => 'Иёлоти Муттаҳида (Nome)', - 'America/Noronha' => 'Бразилия (Noronha)', + 'America/Nome' => 'Вақти Иёлоти Муттаҳида (Nome)', + 'America/Noronha' => 'Вақти Бразилия (Noronha)', 'America/North_Dakota/Beulah' => 'Вақти марказӣ (Beulah, North Dakota)', 'America/North_Dakota/Center' => 'Вақти марказӣ (Center, North Dakota)', 'America/North_Dakota/New_Salem' => 'Вақти марказӣ (New Salem, North Dakota)', 'America/Ojinaga' => 'Вақти кӯҳӣ (Ojinaga)', 'America/Panama' => 'Вақти шарқӣ (Panama)', 'America/Pangnirtung' => 'Вақти шарқӣ (Pangnirtung)', - 'America/Paramaribo' => 'Суринам (Paramaribo)', + 'America/Paramaribo' => 'Вақти Суринам (Paramaribo)', 'America/Phoenix' => 'Вақти кӯҳӣ (Phoenix)', 'America/Port-au-Prince' => 'Вақти шарқӣ (Port-au-Prince)', 'America/Port_of_Spain' => 'Вақти атлантикӣ (Port of Spain)', - 'America/Porto_Velho' => 'Бразилия (Porto Velho)', + 'America/Porto_Velho' => 'Вақти Бразилия (Porto Velho)', 'America/Puerto_Rico' => 'Вақти атлантикӣ (Puerto Rico)', - 'America/Punta_Arenas' => 'Чили (Punta Arenas)', + 'America/Punta_Arenas' => 'Вақти Чили (Punta Arenas)', 'America/Rainy_River' => 'Вақти марказӣ (Rainy River)', 'America/Rankin_Inlet' => 'Вақти марказӣ (Rankin Inlet)', - 'America/Recife' => 'Бразилия (Recife)', + 'America/Recife' => 'Вақти Бразилия (Recife)', 'America/Regina' => 'Вақти марказӣ (Regina)', 'America/Resolute' => 'Вақти марказӣ (Resolute)', - 'America/Rio_Branco' => 'Бразилия (Rio Branco)', - 'America/Santa_Isabel' => 'Мексика (Santa Isabel)', - 'America/Santarem' => 'Бразилия (Santarem)', - 'America/Santiago' => 'Чили (Santiago)', + 'America/Rio_Branco' => 'Вақти Бразилия (Rio Branco)', + 'America/Santa_Isabel' => 'Вақти Мексика (Santa Isabel)', + 'America/Santarem' => 'Вақти Бразилия (Santarem)', + 'America/Santiago' => 'Вақти Чили (Santiago)', 'America/Santo_Domingo' => 'Вақти атлантикӣ (Santo Domingo)', - 'America/Sao_Paulo' => 'Бразилия (Sao Paulo)', - 'America/Scoresbysund' => 'Гренландия (Ittoqqortoormiit)', - 'America/Sitka' => 'Иёлоти Муттаҳида (Sitka)', + 'America/Sao_Paulo' => 'Вақти Бразилия (Sao Paulo)', + 'America/Scoresbysund' => 'Вақти Гренландия (Ittoqqortoormiit)', + 'America/Sitka' => 'Вақти Иёлоти Муттаҳида (Sitka)', 'America/St_Barthelemy' => 'Вақти атлантикӣ (St. Barthelemy)', - 'America/St_Johns' => 'Канада (St. John’s)', + 'America/St_Johns' => 'Вақти Канада (St. John’s)', 'America/St_Kitts' => 'Вақти атлантикӣ (St. Kitts)', 'America/St_Lucia' => 'Вақти атлантикӣ (St. Lucia)', 'America/St_Thomas' => 'Вақти атлантикӣ (St. Thomas)', @@ -199,133 +199,133 @@ return [ 'America/Toronto' => 'Вақти шарқӣ (Toronto)', 'America/Tortola' => 'Вақти атлантикӣ (Tortola)', 'America/Vancouver' => 'Вақти Уқёнуси Ором (Vancouver)', - 'America/Whitehorse' => 'Канада (Whitehorse)', + 'America/Whitehorse' => 'Вақти Канада (Whitehorse)', 'America/Winnipeg' => 'Вақти марказӣ (Winnipeg)', - 'America/Yakutat' => 'Иёлоти Муттаҳида (Yakutat)', + 'America/Yakutat' => 'Вақти Иёлоти Муттаҳида (Yakutat)', 'America/Yellowknife' => 'Вақти кӯҳӣ (Yellowknife)', - 'Antarctica/Casey' => 'Антарктида (Casey)', - 'Antarctica/Davis' => 'Антарктида (Davis)', - 'Antarctica/DumontDUrville' => 'Антарктида (Dumont d’Urville)', - 'Antarctica/Macquarie' => 'Австралия (Macquarie)', - 'Antarctica/Mawson' => 'Антарктида (Mawson)', - 'Antarctica/McMurdo' => 'Антарктида (McMurdo)', - 'Antarctica/Palmer' => 'Антарктида (Palmer)', - 'Antarctica/Rothera' => 'Антарктида (Rothera)', - 'Antarctica/Syowa' => 'Антарктида (Syowa)', - 'Antarctica/Troll' => 'Ба вақти Гринвич (Troll)', - 'Antarctica/Vostok' => 'Антарктида (Vostok)', + 'Antarctica/Casey' => 'Вақти Антарктида (Casey)', + 'Antarctica/Davis' => 'Вақти Антарктида (Davis)', + 'Antarctica/DumontDUrville' => 'Вақти Антарктида (Dumont d’Urville)', + 'Antarctica/Macquarie' => 'Вақти Австралия (Macquarie)', + 'Antarctica/Mawson' => 'Вақти Антарктида (Mawson)', + 'Antarctica/McMurdo' => 'Вақти Антарктида (McMurdo)', + 'Antarctica/Palmer' => 'Вақти Антарктида (Palmer)', + 'Antarctica/Rothera' => 'Вақти Антарктида (Rothera)', + 'Antarctica/Syowa' => 'Вақти Антарктида (Syowa)', + 'Antarctica/Troll' => 'Вақти миёнаи Гринвич (Troll)', + 'Antarctica/Vostok' => 'Вақти Антарктида (Vostok)', 'Arctic/Longyearbyen' => 'Вақти аврупоии марказӣ (Longyearbyen)', - 'Asia/Aden' => 'Яман (Aden)', - 'Asia/Almaty' => 'Қазоқистон (Almaty)', + 'Asia/Aden' => 'Вақти Яман (Aden)', + 'Asia/Almaty' => 'Вақти Қазоқистон (Almaty)', 'Asia/Amman' => 'Вақти аврупоии шарқӣ (Amman)', - 'Asia/Anadyr' => 'Русия (Anadyr)', - 'Asia/Aqtau' => 'Қазоқистон (Aqtau)', - 'Asia/Aqtobe' => 'Қазоқистон (Aqtobe)', - 'Asia/Ashgabat' => 'Туркманистон (Ashgabat)', - 'Asia/Atyrau' => 'Қазоқистон (Atyrau)', - 'Asia/Baghdad' => 'Ироқ (Baghdad)', - 'Asia/Bahrain' => 'Баҳрайн (Bahrain)', - 'Asia/Baku' => 'Озарбойҷон (Baku)', - 'Asia/Bangkok' => 'Таиланд (Bangkok)', - 'Asia/Barnaul' => 'Русия (Barnaul)', + 'Asia/Anadyr' => 'Вақти Русия (Anadyr)', + 'Asia/Aqtau' => 'Вақти Қазоқистон (Aqtau)', + 'Asia/Aqtobe' => 'Вақти Қазоқистон (Aqtobe)', + 'Asia/Ashgabat' => 'Вақти Туркманистон (Ashgabat)', + 'Asia/Atyrau' => 'Вақти Қазоқистон (Atyrau)', + 'Asia/Baghdad' => 'Вақти Ироқ (Baghdad)', + 'Asia/Bahrain' => 'Вақти Баҳрайн (Bahrain)', + 'Asia/Baku' => 'Вақти Озарбойҷон (Baku)', + 'Asia/Bangkok' => 'Вақти Таиланд (Bangkok)', + 'Asia/Barnaul' => 'Вақти Русия (Barnaul)', 'Asia/Beirut' => 'Вақти аврупоии шарқӣ (Beirut)', - 'Asia/Bishkek' => 'Қирғизистон (Bishkek)', - 'Asia/Brunei' => 'Бруней (Brunei)', - 'Asia/Calcutta' => 'Ҳиндустон (Kolkata)', - 'Asia/Chita' => 'Русия (Chita)', - 'Asia/Choibalsan' => 'Муғулистон (Choibalsan)', - 'Asia/Colombo' => 'Шри-Ланка (Colombo)', + 'Asia/Bishkek' => 'Вақти Қирғизистон (Bishkek)', + 'Asia/Brunei' => 'Вақти Бруней (Brunei)', + 'Asia/Calcutta' => 'Вақти Ҳиндустон (Kolkata)', + 'Asia/Chita' => 'Вақти Русия (Chita)', + 'Asia/Choibalsan' => 'Вақти Муғулистон (Choibalsan)', + 'Asia/Colombo' => 'Вақти Шри-Ланка (Colombo)', 'Asia/Damascus' => 'Вақти аврупоии шарқӣ (Damascus)', - 'Asia/Dhaka' => 'Бангладеш (Dhaka)', - 'Asia/Dili' => 'Тимор-Лесте (Dili)', - 'Asia/Dubai' => 'Аморатҳои Муттаҳидаи Араб (Dubai)', - 'Asia/Dushanbe' => 'Тоҷикистон (Душанбе)', + 'Asia/Dhaka' => 'Вақти Бангладеш (Dhaka)', + 'Asia/Dili' => 'Вақти Тимор-Лесте (Dili)', + 'Asia/Dubai' => 'Вақти Аморатҳои Муттаҳидаи Араб (Dubai)', + 'Asia/Dushanbe' => 'Вақти Тоҷикистон (Душанбе)', 'Asia/Famagusta' => 'Вақти аврупоии шарқӣ (Famagusta)', 'Asia/Gaza' => 'Вақти аврупоии шарқӣ (Gaza)', 'Asia/Hebron' => 'Вақти аврупоии шарқӣ (Hebron)', - 'Asia/Hong_Kong' => 'Ҳонконг (МММ) (Hong Kong)', - 'Asia/Hovd' => 'Муғулистон (Hovd)', - 'Asia/Irkutsk' => 'Русия (Irkutsk)', - 'Asia/Jakarta' => 'Индонезия (Jakarta)', - 'Asia/Jayapura' => 'Индонезия (Jayapura)', - 'Asia/Jerusalem' => 'Исроил (Jerusalem)', - 'Asia/Kabul' => 'Афғонистон (Kabul)', - 'Asia/Kamchatka' => 'Русия (Kamchatka)', - 'Asia/Karachi' => 'Покистон (Karachi)', - 'Asia/Katmandu' => 'Непал (Kathmandu)', - 'Asia/Khandyga' => 'Русия (Khandyga)', - 'Asia/Krasnoyarsk' => 'Русия (Krasnoyarsk)', - 'Asia/Kuala_Lumpur' => 'Малайзия (Kuala Lumpur)', - 'Asia/Kuching' => 'Малайзия (Kuching)', - 'Asia/Kuwait' => 'Қувайт (Kuwait)', - 'Asia/Macau' => 'Макао (МММ) (Macao)', - 'Asia/Magadan' => 'Русия (Magadan)', - 'Asia/Makassar' => 'Индонезия (Makassar)', - 'Asia/Manila' => 'Филиппин (Manila)', - 'Asia/Muscat' => 'Умон (Muscat)', + 'Asia/Hong_Kong' => 'Вақти Ҳонконг (МММ) (Hong Kong)', + 'Asia/Hovd' => 'Вақти Муғулистон (Hovd)', + 'Asia/Irkutsk' => 'Вақти Русия (Irkutsk)', + 'Asia/Jakarta' => 'Вақти Индонезия (Jakarta)', + 'Asia/Jayapura' => 'Вақти Индонезия (Jayapura)', + 'Asia/Jerusalem' => 'Вақти Исроил (Jerusalem)', + 'Asia/Kabul' => 'Вақти Афғонистон (Kabul)', + 'Asia/Kamchatka' => 'Вақти Русия (Kamchatka)', + 'Asia/Karachi' => 'Вақти Покистон (Karachi)', + 'Asia/Katmandu' => 'Вақти Непал (Kathmandu)', + 'Asia/Khandyga' => 'Вақти Русия (Khandyga)', + 'Asia/Krasnoyarsk' => 'Вақти Русия (Krasnoyarsk)', + 'Asia/Kuala_Lumpur' => 'Вақти Малайзия (Kuala Lumpur)', + 'Asia/Kuching' => 'Вақти Малайзия (Kuching)', + 'Asia/Kuwait' => 'Вақти Қувайт (Kuwait)', + 'Asia/Macau' => 'Вақти Макао (МММ) (Macao)', + 'Asia/Magadan' => 'Вақти Русия (Magadan)', + 'Asia/Makassar' => 'Вақти Индонезия (Makassar)', + 'Asia/Manila' => 'Вақти Филиппин (Manila)', + 'Asia/Muscat' => 'Вақти Умон (Muscat)', 'Asia/Nicosia' => 'Вақти аврупоии шарқӣ (Nicosia)', - 'Asia/Novokuznetsk' => 'Русия (Novokuznetsk)', - 'Asia/Novosibirsk' => 'Русия (Novosibirsk)', - 'Asia/Omsk' => 'Русия (Omsk)', - 'Asia/Oral' => 'Қазоқистон (Oral)', - 'Asia/Phnom_Penh' => 'Камбоҷа (Phnom Penh)', - 'Asia/Pontianak' => 'Индонезия (Pontianak)', - 'Asia/Pyongyang' => 'Кореяи Шимолӣ (Pyongyang)', - 'Asia/Qatar' => 'Қатар (Qatar)', - 'Asia/Qostanay' => 'Қазоқистон (Qostanay)', - 'Asia/Qyzylorda' => 'Қазоқистон (Qyzylorda)', - 'Asia/Rangoon' => 'Мянма (Yangon)', - 'Asia/Riyadh' => 'Арабистони Саудӣ (Riyadh)', - 'Asia/Saigon' => 'Ветнам (Ho Chi Minh)', - 'Asia/Sakhalin' => 'Русия (Sakhalin)', - 'Asia/Samarkand' => 'Ӯзбекистон (Samarkand)', - 'Asia/Shanghai' => 'Хитой (Shanghai)', - 'Asia/Singapore' => 'Сингапур (Singapore)', - 'Asia/Srednekolymsk' => 'Русия (Srednekolymsk)', - 'Asia/Taipei' => 'Тайван (Taipei)', - 'Asia/Tashkent' => 'Ӯзбекистон (Tashkent)', - 'Asia/Tbilisi' => 'Гурҷистон (Tbilisi)', - 'Asia/Tehran' => 'Эрон (Tehran)', - 'Asia/Thimphu' => 'Бутон (Thimphu)', - 'Asia/Tokyo' => 'Япония (Tokyo)', - 'Asia/Tomsk' => 'Русия (Tomsk)', - 'Asia/Ulaanbaatar' => 'Муғулистон (Ulaanbaatar)', - 'Asia/Urumqi' => 'Хитой (Urumqi)', - 'Asia/Ust-Nera' => 'Русия (Ust-Nera)', - 'Asia/Vientiane' => 'Лаос (Vientiane)', - 'Asia/Vladivostok' => 'Русия (Vladivostok)', - 'Asia/Yakutsk' => 'Русия (Yakutsk)', - 'Asia/Yekaterinburg' => 'Русия (Yekaterinburg)', - 'Asia/Yerevan' => 'Арманистон (Yerevan)', - 'Atlantic/Azores' => 'Португалия (Azores)', + 'Asia/Novokuznetsk' => 'Вақти Русия (Novokuznetsk)', + 'Asia/Novosibirsk' => 'Вақти Русия (Novosibirsk)', + 'Asia/Omsk' => 'Вақти Русия (Omsk)', + 'Asia/Oral' => 'Вақти Қазоқистон (Oral)', + 'Asia/Phnom_Penh' => 'Вақти Камбоҷа (Phnom Penh)', + 'Asia/Pontianak' => 'Вақти Индонезия (Pontianak)', + 'Asia/Pyongyang' => 'Вақти Кореяи Шимолӣ (Pyongyang)', + 'Asia/Qatar' => 'Вақти Қатар (Qatar)', + 'Asia/Qostanay' => 'Вақти Қазоқистон (Qostanay)', + 'Asia/Qyzylorda' => 'Вақти Қазоқистон (Qyzylorda)', + 'Asia/Rangoon' => 'Вақти Мянма (Yangon)', + 'Asia/Riyadh' => 'Вақти Арабистони Саудӣ (Riyadh)', + 'Asia/Saigon' => 'Вақти Ветнам (Ho Chi Minh)', + 'Asia/Sakhalin' => 'Вақти Русия (Sakhalin)', + 'Asia/Samarkand' => 'Вақти Ӯзбекистон (Samarkand)', + 'Asia/Shanghai' => 'Вақти Хитой (Shanghai)', + 'Asia/Singapore' => 'Вақти Сингапур (Singapore)', + 'Asia/Srednekolymsk' => 'Вақти Русия (Srednekolymsk)', + 'Asia/Taipei' => 'Вақти Тайван (Taipei)', + 'Asia/Tashkent' => 'Вақти Ӯзбекистон (Tashkent)', + 'Asia/Tbilisi' => 'Вақти Гурҷистон (Tbilisi)', + 'Asia/Tehran' => 'Вақти Эрон (Tehran)', + 'Asia/Thimphu' => 'Вақти Бутон (Thimphu)', + 'Asia/Tokyo' => 'Вақти Япония (Tokyo)', + 'Asia/Tomsk' => 'Вақти Русия (Tomsk)', + 'Asia/Ulaanbaatar' => 'Вақти Муғулистон (Ulaanbaatar)', + 'Asia/Urumqi' => 'Вақти Хитой (Urumqi)', + 'Asia/Ust-Nera' => 'Вақти Русия (Ust-Nera)', + 'Asia/Vientiane' => 'Вақти Лаос (Vientiane)', + 'Asia/Vladivostok' => 'Вақти Русия (Vladivostok)', + 'Asia/Yakutsk' => 'Вақти Русия (Yakutsk)', + 'Asia/Yekaterinburg' => 'Вақти Русия (Yekaterinburg)', + 'Asia/Yerevan' => 'Вақти Арманистон (Yerevan)', + 'Atlantic/Azores' => 'Вақти Португалия (Azores)', 'Atlantic/Bermuda' => 'Вақти атлантикӣ (Bermuda)', 'Atlantic/Canary' => 'Вақти аврупоии ғарбӣ (Canary)', - 'Atlantic/Cape_Verde' => 'Кабо-Верде (Cape Verde)', + 'Atlantic/Cape_Verde' => 'Вақти Кабо-Верде (Cape Verde)', 'Atlantic/Faeroe' => 'Вақти аврупоии ғарбӣ (Faroe)', 'Atlantic/Madeira' => 'Вақти аврупоии ғарбӣ (Madeira)', - 'Atlantic/Reykjavik' => 'Ба вақти Гринвич (Reykjavik)', - 'Atlantic/South_Georgia' => 'Ҷорҷияи Ҷанубӣ ва Ҷазираҳои Сандвич (South Georgia)', - 'Atlantic/St_Helena' => 'Ба вақти Гринвич (St. Helena)', - 'Atlantic/Stanley' => 'Ҷазираҳои Фолкленд (Stanley)', - 'Australia/Adelaide' => 'Австралия (Adelaide)', - 'Australia/Brisbane' => 'Австралия (Brisbane)', - 'Australia/Broken_Hill' => 'Австралия (Broken Hill)', - 'Australia/Currie' => 'Австралия (Currie)', - 'Australia/Darwin' => 'Австралия (Darwin)', - 'Australia/Eucla' => 'Австралия (Eucla)', - 'Australia/Hobart' => 'Австралия (Hobart)', - 'Australia/Lindeman' => 'Австралия (Lindeman)', - 'Australia/Lord_Howe' => 'Австралия (Lord Howe)', - 'Australia/Melbourne' => 'Австралия (Melbourne)', - 'Australia/Perth' => 'Австралия (Perth)', - 'Australia/Sydney' => 'Австралия (Sydney)', + 'Atlantic/Reykjavik' => 'Вақти миёнаи Гринвич (Reykjavik)', + 'Atlantic/South_Georgia' => 'Вақти Ҷорҷияи Ҷанубӣ ва Ҷазираҳои Сандвич (South Georgia)', + 'Atlantic/St_Helena' => 'Вақти миёнаи Гринвич (St. Helena)', + 'Atlantic/Stanley' => 'Вақти Ҷазираҳои Фолкленд (Stanley)', + 'Australia/Adelaide' => 'Вақти Австралия (Adelaide)', + 'Australia/Brisbane' => 'Вақти Австралия (Brisbane)', + 'Australia/Broken_Hill' => 'Вақти Австралия (Broken Hill)', + 'Australia/Currie' => 'Вақти Австралия (Currie)', + 'Australia/Darwin' => 'Вақти Австралия (Darwin)', + 'Australia/Eucla' => 'Вақти Австралия (Eucla)', + 'Australia/Hobart' => 'Вақти Австралия (Hobart)', + 'Australia/Lindeman' => 'Вақти Австралия (Lindeman)', + 'Australia/Lord_Howe' => 'Вақти Австралия (Lord Howe)', + 'Australia/Melbourne' => 'Вақти Австралия (Melbourne)', + 'Australia/Perth' => 'Вақти Австралия (Perth)', + 'Australia/Sydney' => 'Вақти Австралия (Sydney)', 'CST6CDT' => 'Вақти марказӣ', 'EST5EDT' => 'Вақти шарқӣ', - 'Etc/GMT' => 'Ба вақти Гринвич', + 'Etc/GMT' => 'Вақти миёнаи Гринвич', 'Etc/UTC' => 'Вақти ҷаҳонии ҳамоҳангсозӣ', 'Europe/Amsterdam' => 'Вақти аврупоии марказӣ (Amsterdam)', 'Europe/Andorra' => 'Вақти аврупоии марказӣ (Andorra)', - 'Europe/Astrakhan' => 'Русия (Astrakhan)', + 'Europe/Astrakhan' => 'Вақти Русия (Astrakhan)', 'Europe/Athens' => 'Вақти аврупоии шарқӣ (Athens)', 'Europe/Belgrade' => 'Вақти аврупоии марказӣ (Belgrade)', 'Europe/Berlin' => 'Вақти аврупоии марказӣ (Berlin)', @@ -336,106 +336,107 @@ return [ 'Europe/Busingen' => 'Вақти аврупоии марказӣ (Busingen)', 'Europe/Chisinau' => 'Вақти аврупоии шарқӣ (Chisinau)', 'Europe/Copenhagen' => 'Вақти аврупоии марказӣ (Copenhagen)', - 'Europe/Dublin' => 'Ба вақти Гринвич (Dublin)', + 'Europe/Dublin' => 'Вақти миёнаи Гринвич (Dublin)', 'Europe/Gibraltar' => 'Вақти аврупоии марказӣ (Gibraltar)', - 'Europe/Guernsey' => 'Ба вақти Гринвич (Guernsey)', + 'Europe/Guernsey' => 'Вақти миёнаи Гринвич (Guernsey)', 'Europe/Helsinki' => 'Вақти аврупоии шарқӣ (Helsinki)', - 'Europe/Isle_of_Man' => 'Ба вақти Гринвич (Isle of Man)', - 'Europe/Istanbul' => 'Туркия (Istanbul)', - 'Europe/Jersey' => 'Ба вақти Гринвич (Jersey)', + 'Europe/Isle_of_Man' => 'Вақти миёнаи Гринвич (Isle of Man)', + 'Europe/Istanbul' => 'Вақти Туркия (Istanbul)', + 'Europe/Jersey' => 'Вақти миёнаи Гринвич (Jersey)', 'Europe/Kaliningrad' => 'Вақти аврупоии шарқӣ (Kaliningrad)', 'Europe/Kiev' => 'Вақти аврупоии шарқӣ (Kyiv)', - 'Europe/Kirov' => 'Русия (Kirov)', + 'Europe/Kirov' => 'Вақти Русия (Kirov)', 'Europe/Lisbon' => 'Вақти аврупоии ғарбӣ (Lisbon)', 'Europe/Ljubljana' => 'Вақти аврупоии марказӣ (Ljubljana)', - 'Europe/London' => 'Ба вақти Гринвич (London)', + 'Europe/London' => 'Вақти миёнаи Гринвич (London)', 'Europe/Luxembourg' => 'Вақти аврупоии марказӣ (Luxembourg)', 'Europe/Madrid' => 'Вақти аврупоии марказӣ (Madrid)', 'Europe/Malta' => 'Вақти аврупоии марказӣ (Malta)', 'Europe/Mariehamn' => 'Вақти аврупоии шарқӣ (Mariehamn)', - 'Europe/Minsk' => 'Белорус (Minsk)', + 'Europe/Minsk' => 'Вақти Белорус (Minsk)', 'Europe/Monaco' => 'Вақти аврупоии марказӣ (Monaco)', - 'Europe/Moscow' => 'Русия (Moscow)', + 'Europe/Moscow' => 'Вақти Русия (Moscow)', 'Europe/Oslo' => 'Вақти аврупоии марказӣ (Oslo)', 'Europe/Paris' => 'Вақти аврупоии марказӣ (Paris)', 'Europe/Podgorica' => 'Вақти аврупоии марказӣ (Podgorica)', 'Europe/Prague' => 'Вақти аврупоии марказӣ (Prague)', 'Europe/Riga' => 'Вақти аврупоии шарқӣ (Riga)', 'Europe/Rome' => 'Вақти аврупоии марказӣ (Rome)', - 'Europe/Samara' => 'Русия (Samara)', + 'Europe/Samara' => 'Вақти Русия (Samara)', 'Europe/San_Marino' => 'Вақти аврупоии марказӣ (San Marino)', 'Europe/Sarajevo' => 'Вақти аврупоии марказӣ (Sarajevo)', - 'Europe/Saratov' => 'Русия (Saratov)', - 'Europe/Simferopol' => 'Украина (Simferopol)', + 'Europe/Saratov' => 'Вақти Русия (Saratov)', + 'Europe/Simferopol' => 'Вақти Украина (Simferopol)', 'Europe/Skopje' => 'Вақти аврупоии марказӣ (Skopje)', 'Europe/Sofia' => 'Вақти аврупоии шарқӣ (Sofia)', 'Europe/Stockholm' => 'Вақти аврупоии марказӣ (Stockholm)', 'Europe/Tallinn' => 'Вақти аврупоии шарқӣ (Tallinn)', 'Europe/Tirane' => 'Вақти аврупоии марказӣ (Tirane)', - 'Europe/Ulyanovsk' => 'Русия (Ulyanovsk)', + 'Europe/Ulyanovsk' => 'Вақти Русия (Ulyanovsk)', 'Europe/Uzhgorod' => 'Вақти аврупоии шарқӣ (Uzhgorod)', 'Europe/Vaduz' => 'Вақти аврупоии марказӣ (Vaduz)', 'Europe/Vatican' => 'Вақти аврупоии марказӣ (Vatican)', 'Europe/Vienna' => 'Вақти аврупоии марказӣ (Vienna)', 'Europe/Vilnius' => 'Вақти аврупоии шарқӣ (Vilnius)', - 'Europe/Volgograd' => 'Русия (Volgograd)', + 'Europe/Volgograd' => 'Вақти Русия (Volgograd)', 'Europe/Warsaw' => 'Вақти аврупоии марказӣ (Warsaw)', 'Europe/Zagreb' => 'Вақти аврупоии марказӣ (Zagreb)', 'Europe/Zaporozhye' => 'Вақти аврупоии шарқӣ (Zaporozhye)', 'Europe/Zurich' => 'Вақти аврупоии марказӣ (Zurich)', - 'Indian/Antananarivo' => 'Мадагаскар (Antananarivo)', - 'Indian/Chagos' => 'Қаламрави Британия дар уқёнуси Ҳинд (Chagos)', - 'Indian/Christmas' => 'Ҷазираи Крисмас (Christmas)', - 'Indian/Cocos' => 'Ҷазираҳои Кокос (Килинг) (Cocos)', - 'Indian/Comoro' => 'Комор (Comoro)', - 'Indian/Kerguelen' => 'Минтақаҳои Ҷанубии Фаронса (Kerguelen)', - 'Indian/Mahe' => 'Сейшел (Mahe)', - 'Indian/Maldives' => 'Малдив (Maldives)', - 'Indian/Mauritius' => 'Маврикий (Mauritius)', - 'Indian/Mayotte' => 'Майотта (Mayotte)', - 'Indian/Reunion' => 'Реюнион (Reunion)', + 'Indian/Antananarivo' => 'Вақти Мадагаскар (Antananarivo)', + 'Indian/Chagos' => 'Вақти Қаламрави Британия дар уқёнуси Ҳинд (Chagos)', + 'Indian/Christmas' => 'Вақти Ҷазираи Крисмас (Christmas)', + 'Indian/Cocos' => 'Вақти Ҷазираҳои Кокос (Килинг) (Cocos)', + 'Indian/Comoro' => 'Вақти Комор (Comoro)', + 'Indian/Kerguelen' => 'Вақти Минтақаҳои Ҷанубии Фаронса (Kerguelen)', + 'Indian/Mahe' => 'Вақти Сейшел (Mahe)', + 'Indian/Maldives' => 'Вақти Малдив (Maldives)', + 'Indian/Mauritius' => 'Вақти Маврикий (Mauritius)', + 'Indian/Mayotte' => 'Вақти Майотта (Mayotte)', + 'Indian/Reunion' => 'Вақти Реюнион (Reunion)', 'MST7MDT' => 'Вақти кӯҳӣ', 'PST8PDT' => 'Вақти Уқёнуси Ором', - 'Pacific/Apia' => 'Самоа (Apia)', - 'Pacific/Auckland' => 'Зеландияи Нав (Auckland)', - 'Pacific/Bougainville' => 'Папуа Гвинеяи Нав (Bougainville)', - 'Pacific/Chatham' => 'Зеландияи Нав (Chatham)', - 'Pacific/Easter' => 'Чили (Easter)', - 'Pacific/Efate' => 'Вануату (Efate)', - 'Pacific/Enderbury' => 'Кирибати (Enderbury)', - 'Pacific/Fakaofo' => 'Токелау (Fakaofo)', - 'Pacific/Fiji' => 'Фиҷи (Fiji)', - 'Pacific/Funafuti' => 'Тувалу (Funafuti)', - 'Pacific/Galapagos' => 'Эквадор (Galapagos)', - 'Pacific/Gambier' => 'Полинезияи Фаронса (Gambier)', - 'Pacific/Guadalcanal' => 'Ҷазираҳои Соломон (Guadalcanal)', - 'Pacific/Guam' => 'Гуам (Guam)', - 'Pacific/Honolulu' => 'Иёлоти Муттаҳида (Honolulu)', - 'Pacific/Johnston' => 'Ҷазираҳои Хурди Дурдасти ИМА (Johnston)', - 'Pacific/Kiritimati' => 'Кирибати (Kiritimati)', - 'Pacific/Kosrae' => 'Штатҳои Федеративии Микронезия (Kosrae)', - 'Pacific/Kwajalein' => 'Ҷазираҳои Маршалл (Kwajalein)', - 'Pacific/Majuro' => 'Ҷазираҳои Маршалл (Majuro)', - 'Pacific/Marquesas' => 'Полинезияи Фаронса (Marquesas)', - 'Pacific/Midway' => 'Ҷазираҳои Хурди Дурдасти ИМА (Midway)', - 'Pacific/Nauru' => 'Науру (Nauru)', - 'Pacific/Niue' => 'Ниуэ (Niue)', - 'Pacific/Norfolk' => 'Ҷазираи Норфолк (Norfolk)', - 'Pacific/Noumea' => 'Каледонияи Нав (Noumea)', - 'Pacific/Pago_Pago' => 'Самоаи Америка (Pago Pago)', - 'Pacific/Palau' => 'Палау (Palau)', - 'Pacific/Pitcairn' => 'Ҷазираҳои Питкейрн (Pitcairn)', - 'Pacific/Ponape' => 'Штатҳои Федеративии Микронезия (Pohnpei)', - 'Pacific/Port_Moresby' => 'Папуа Гвинеяи Нав (Port Moresby)', - 'Pacific/Rarotonga' => 'Ҷазираҳои Кук (Rarotonga)', - 'Pacific/Saipan' => 'Ҷазираҳои Марианаи Шимолӣ (Saipan)', - 'Pacific/Tahiti' => 'Полинезияи Фаронса (Tahiti)', - 'Pacific/Tarawa' => 'Кирибати (Tarawa)', - 'Pacific/Tongatapu' => 'Тонга (Tongatapu)', - 'Pacific/Truk' => 'Штатҳои Федеративии Микронезия (Chuuk)', - 'Pacific/Wake' => 'Ҷазираҳои Хурди Дурдасти ИМА (Wake)', - 'Pacific/Wallis' => 'Уоллис ва Футуна (Wallis)', + 'Pacific/Apia' => 'Вақти Самоа (Apia)', + 'Pacific/Auckland' => 'Вақти Зеландияи Нав (Auckland)', + 'Pacific/Bougainville' => 'Вақти Папуа Гвинеяи Нав (Bougainville)', + 'Pacific/Chatham' => 'Вақти Зеландияи Нав (Chatham)', + 'Pacific/Easter' => 'Вақти Чили (Easter)', + 'Pacific/Efate' => 'Вақти Вануату (Efate)', + 'Pacific/Enderbury' => 'Вақти Кирибати (Enderbury)', + 'Pacific/Fakaofo' => 'Вақти Токелау (Fakaofo)', + 'Pacific/Fiji' => 'Вақти Фиҷи (Fiji)', + 'Pacific/Funafuti' => 'Вақти Тувалу (Funafuti)', + 'Pacific/Galapagos' => 'Вақти Эквадор (Galapagos)', + 'Pacific/Gambier' => 'Вақти Полинезияи Фаронса (Gambier)', + 'Pacific/Guadalcanal' => 'Вақти Ҷазираҳои Соломон (Guadalcanal)', + 'Pacific/Guam' => 'Вақти Гуам (Guam)', + 'Pacific/Honolulu' => 'Вақти Иёлоти Муттаҳида (Honolulu)', + 'Pacific/Johnston' => 'Вақти Ҷазираҳои Хурди Дурдасти ИМА (Johnston)', + 'Pacific/Kiritimati' => 'Вақти Кирибати (Kiritimati)', + 'Pacific/Kosrae' => 'Вақти Штатҳои Федеративии Микронезия (Kosrae)', + 'Pacific/Kwajalein' => 'Вақти Ҷазираҳои Маршалл (Kwajalein)', + 'Pacific/Majuro' => 'Вақти Ҷазираҳои Маршалл (Majuro)', + 'Pacific/Marquesas' => 'Вақти Полинезияи Фаронса (Marquesas)', + 'Pacific/Midway' => 'Вақти Ҷазираҳои Хурди Дурдасти ИМА (Midway)', + 'Pacific/Nauru' => 'Вақти Науру (Nauru)', + 'Pacific/Niue' => 'Вақти Ниуэ (Niue)', + 'Pacific/Norfolk' => 'Вақти Ҷазираи Норфолк (Norfolk)', + 'Pacific/Noumea' => 'Вақти Каледонияи Нав (Noumea)', + 'Pacific/Pago_Pago' => 'Вақти Самоаи Америка (Pago Pago)', + 'Pacific/Palau' => 'Вақти Палау (Palau)', + 'Pacific/Pitcairn' => 'Вақти Ҷазираҳои Питкейрн (Pitcairn)', + 'Pacific/Ponape' => 'Вақти Штатҳои Федеративии Микронезия (Pohnpei)', + 'Pacific/Port_Moresby' => 'Вақти Папуа Гвинеяи Нав (Port Moresby)', + 'Pacific/Rarotonga' => 'Вақти Ҷазираҳои Кук (Rarotonga)', + 'Pacific/Saipan' => 'Вақти Ҷазираҳои Марианаи Шимолӣ (Saipan)', + 'Pacific/Tahiti' => 'Вақти Полинезияи Фаронса (Tahiti)', + 'Pacific/Tarawa' => 'Вақти Кирибати (Tarawa)', + 'Pacific/Tongatapu' => 'Вақти Тонга (Tongatapu)', + 'Pacific/Truk' => 'Вақти Штатҳои Федеративии Микронезия (Chuuk)', + 'Pacific/Wake' => 'Вақти Ҷазираҳои Хурди Дурдасти ИМА (Wake)', + 'Pacific/Wallis' => 'Вақти Уоллис ва Футуна (Wallis)', ], 'Meta' => [ + 'GmtFormat' => 'Вақти GMT %s', ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/th.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/th.php index 2fba2d0..a73c1ba 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/th.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/th.php @@ -298,7 +298,7 @@ return [ 'Asia/Yakutsk' => 'เวลายาคุตสค์', 'Asia/Yekaterinburg' => 'เวลาเยคาเตรินบูร์ก (ยีคาเตอรินเบิร์ก)', 'Asia/Yerevan' => 'เวลาอาร์เมเนีย (เยเรวาน)', - 'Atlantic/Azores' => 'เวลาอะโซร์ส (อาซอเรส)', + 'Atlantic/Azores' => 'เวลาอะโซร์ส', 'Atlantic/Bermuda' => 'เวลาแอตแลนติก (เบอร์มิวดา)', 'Atlantic/Canary' => 'เวลายุโรปตะวันตก (คะเนรี)', 'Atlantic/Cape_Verde' => 'เวลาเคปเวิร์ด', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ti.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ti.php index f9f6d1f..8b34242 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ti.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ti.php @@ -2,28 +2,28 @@ return [ 'Names' => [ - 'Africa/Abidjan' => 'ግዜ ኮት ዲቭዋር (ኣቢጃን)', - 'Africa/Accra' => 'ግዜ ጋና (ኣክራ)', + 'Africa/Abidjan' => 'GMT (ኣቢጃን)', + 'Africa/Accra' => 'GMT (ኣክራ)', 'Africa/Addis_Ababa' => 'ግዜ ምብራቕ ኣፍሪቃ (ኣዲስ ኣበባ)', 'Africa/Algiers' => 'ግዜ ማእከላይ ኤውሮጳ (ኣልጀርስ)', 'Africa/Asmera' => 'ግዜ ምብራቕ ኣፍሪቃ (ኣስመራ)', - 'Africa/Bamako' => 'ግዜ ማሊ (ባማኮ)', + 'Africa/Bamako' => 'GMT (ባማኮ)', 'Africa/Bangui' => 'ግዜ ምዕራብ ኣፍሪቃ (ባንጊ)', - 'Africa/Banjul' => 'ግዜ ጋምብያ (ባንጁል)', - 'Africa/Bissau' => 'ግዜ ጊኒ-ቢሳው (ቢሳው)', + 'Africa/Banjul' => 'GMT (ባንጁል)', + 'Africa/Bissau' => 'GMT (ቢሳው)', 'Africa/Blantyre' => 'ግዜ ማእከላይ ኣፍሪቃ (ብላንታየር)', 'Africa/Brazzaville' => 'ግዜ ምዕራብ ኣፍሪቃ (ብራዛቪል)', 'Africa/Bujumbura' => 'ግዜ ማእከላይ ኣፍሪቃ (ቡጁምቡራ)', 'Africa/Cairo' => 'ግዜ ምብራቕ ኤውሮጳ (ካይሮ)', 'Africa/Casablanca' => 'ግዜ ሞሮኮ (ካዛብላንካ)', 'Africa/Ceuta' => 'ግዜ ማእከላይ ኤውሮጳ (ሴውታ)', - 'Africa/Conakry' => 'ግዜ ጊኒ (ኮናክሪ)', - 'Africa/Dakar' => 'ግዜ ሰነጋል (ዳካር)', + 'Africa/Conakry' => 'GMT (ኮናክሪ)', + 'Africa/Dakar' => 'GMT (ዳካር)', 'Africa/Dar_es_Salaam' => 'ግዜ ምብራቕ ኣፍሪቃ (ዳር ኤስ ሳላም)', 'Africa/Djibouti' => 'ግዜ ምብራቕ ኣፍሪቃ (ጅቡቲ)', 'Africa/Douala' => 'ግዜ ምዕራብ ኣፍሪቃ (ዱዋላ)', 'Africa/El_Aaiun' => 'ግዜ ምዕራባዊ ሰሃራ (ኤል ኣዩን)', - 'Africa/Freetown' => 'ግዜ ሴራ ልዮን (ፍሪታውን)', + 'Africa/Freetown' => 'GMT (ፍሪታውን)', 'Africa/Gaborone' => 'ግዜ ማእከላይ ኣፍሪቃ (ጋቦሮን)', 'Africa/Harare' => 'ግዜ ማእከላይ ኣፍሪቃ (ሃራረ)', 'Africa/Johannesburg' => 'ግዜ ደቡብ ኣፍሪቃ (ጆሃንስበርግ)', @@ -34,7 +34,7 @@ return [ 'Africa/Kinshasa' => 'ግዜ ምዕራብ ኣፍሪቃ (ኪንሻሳ)', 'Africa/Lagos' => 'ግዜ ምዕራብ ኣፍሪቃ (ሌጎስ)', 'Africa/Libreville' => 'ግዜ ምዕራብ ኣፍሪቃ (ሊብረቪል)', - 'Africa/Lome' => 'ግዜ ቶጎ (ሎመ)', + 'Africa/Lome' => 'GMT (ሎመ)', 'Africa/Luanda' => 'ግዜ ምዕራብ ኣፍሪቃ (ሉዋንዳ)', 'Africa/Lubumbashi' => 'ግዜ ማእከላይ ኣፍሪቃ (ሉቡምባሺ)', 'Africa/Lusaka' => 'ግዜ ማእከላይ ኣፍሪቃ (ሉሳካ)', @@ -43,14 +43,14 @@ return [ 'Africa/Maseru' => 'ግዜ ደቡብ ኣፍሪቃ (ማሰሩ)', 'Africa/Mbabane' => 'ግዜ ደቡብ ኣፍሪቃ (ምባባነ)', 'Africa/Mogadishu' => 'ግዜ ምብራቕ ኣፍሪቃ (ሞቓድሾ)', - 'Africa/Monrovia' => 'ግዜ ላይበርያ (ሞንሮቭያ)', + 'Africa/Monrovia' => 'GMT (ሞንሮቭያ)', 'Africa/Nairobi' => 'ግዜ ምብራቕ ኣፍሪቃ (ናይሮቢ)', 'Africa/Ndjamena' => 'ግዜ ምዕራብ ኣፍሪቃ (ንጃመና)', 'Africa/Niamey' => 'ግዜ ምዕራብ ኣፍሪቃ (ንያመይ)', - 'Africa/Nouakchott' => 'ግዜ ማውሪታንያ (ንዋክሾት)', - 'Africa/Ouagadougou' => 'ግዜ ቡርኪና ፋሶ (ዋጋዱጉ)', + 'Africa/Nouakchott' => 'GMT (ንዋክሾት)', + 'Africa/Ouagadougou' => 'GMT (ዋጋዱጉ)', 'Africa/Porto-Novo' => 'ግዜ ምዕራብ ኣፍሪቃ (ፖርቶ ኖቮ)', - 'Africa/Sao_Tome' => 'ግዜ ሳኦ ቶመን ፕሪንሲፐን (ሳኦ ቶመ)', + 'Africa/Sao_Tome' => 'GMT (ሳኦ ቶመ)', 'Africa/Tripoli' => 'ግዜ ምብራቕ ኤውሮጳ (ትሪፖሊ)', 'Africa/Tunis' => 'ግዜ ማእከላይ ኤውሮጳ (ቱኒስ)', 'Africa/Windhoek' => 'ግዜ ማእከላይ ኣፍሪቃ (ዊንድሆክ)', @@ -93,7 +93,7 @@ return [ 'America/Creston' => 'ግዜ ካናዳ (ክረስተን)', 'America/Cuiaba' => 'ግዜ ኣማዞን (ኩያባ)', 'America/Curacao' => 'ግዜ ኩራሳው (ኩራሳው)', - 'America/Danmarkshavn' => 'ግዜ ግሪንላንድ (ዳንማርክሻቭን)', + 'America/Danmarkshavn' => 'GMT (ዳንማርክሻቭን)', 'America/Dawson' => 'ግዜ ካናዳ (ዳውሰን)', 'America/Dawson_Creek' => 'ግዜ ካናዳ (ዳውሰን ክሪክ)', 'America/Denver' => 'ግዜ ኣመሪካ (ደንቨር)', @@ -212,7 +212,7 @@ return [ 'Antarctica/Palmer' => 'ግዜ ቺሌ (ፓልመር)', 'Antarctica/Rothera' => 'ግዜ ኣንታርክቲካ (ሮዘራ)', 'Antarctica/Syowa' => 'ግዜ ኣንታርክቲካ (ስዮዋ)', - 'Antarctica/Troll' => 'ግዜ ትሮል', + 'Antarctica/Troll' => 'GMT (ትሮል)', 'Antarctica/Vostok' => 'ግዜ ኣንታርክቲካ (ቮስቶክ)', 'Arctic/Longyearbyen' => 'ግዜ ማእከላይ ኤውሮጳ (ሎንግየርባየን)', 'Asia/Aden' => 'ግዜ የመን (ዓደን)', @@ -304,9 +304,9 @@ return [ 'Atlantic/Cape_Verde' => 'ግዜ ኬፕ ቨርደ', 'Atlantic/Faeroe' => 'ግዜ ደሴታት ፋሮ (ደሴታት ፋሮ)', 'Atlantic/Madeira' => 'ግዜ ፖርቱጋል (ማደይራ)', - 'Atlantic/Reykjavik' => 'ግዜ ኣይስላንድ (ረይክያቪክ)', + 'Atlantic/Reykjavik' => 'GMT (ረይክያቪክ)', 'Atlantic/South_Georgia' => 'ግዜ ደቡብ ጆርጅያ', - 'Atlantic/St_Helena' => 'ግዜ ቅድስቲ ሄለና (ቅድስቲ ሄለና)', + 'Atlantic/St_Helena' => 'GMT (ቅድስቲ ሄለና)', 'Atlantic/Stanley' => 'ግዜ ደሴታት ፎክላንድ (ስታንሊ)', 'Australia/Adelaide' => 'ግዜ ኣውስትራልያ (ኣደለይድ)', 'Australia/Brisbane' => 'ግዜ ኣውስትራልያ (ብሪዝቤን)', @@ -320,6 +320,7 @@ return [ 'Australia/Melbourne' => 'ግዜ ኣውስትራልያ (መልበርን)', 'Australia/Perth' => 'ግዜ ኣውስትራልያ (ፐርዝ)', 'Australia/Sydney' => 'ግዜ ኣውስትራልያ (ሲድኒ)', + 'Etc/GMT' => 'GMT', 'Etc/UTC' => 'ዝተሳነየ ኣድማሳዊ ግዜ', 'Europe/Amsterdam' => 'ግዜ ማእከላይ ኤውሮጳ (ኣምስተርዳም)', 'Europe/Andorra' => 'ግዜ ማእከላይ ኤውሮጳ (ኣንዶራ)', @@ -334,19 +335,19 @@ return [ 'Europe/Busingen' => 'ግዜ ማእከላይ ኤውሮጳ (ቡሲንገን)', 'Europe/Chisinau' => 'ግዜ ምብራቕ ኤውሮጳ (ኪሺናው)', 'Europe/Copenhagen' => 'ግዜ ማእከላይ ኤውሮጳ (ኮፐንሃገን)', - 'Europe/Dublin' => 'ግዜ ኣየርላንድ (ደብሊን)', + 'Europe/Dublin' => 'GMT (ደብሊን)', 'Europe/Gibraltar' => 'ግዜ ማእከላይ ኤውሮጳ (ጂብራልታር)', - 'Europe/Guernsey' => 'ግዜ ገርንዚ (ገርንዚ)', + 'Europe/Guernsey' => 'GMT (ገርንዚ)', 'Europe/Helsinki' => 'ግዜ ምብራቕ ኤውሮጳ (ሄልሲንኪ)', - 'Europe/Isle_of_Man' => 'ግዜ ኣይል ኦፍ ማን (ኣይል ኦፍ ማን)', + 'Europe/Isle_of_Man' => 'GMT (ኣይል ኦፍ ማን)', 'Europe/Istanbul' => 'ግዜ ቱርኪ (ኢስታንቡል)', - 'Europe/Jersey' => 'ግዜ ጀርዚ (ጀርዚ)', + 'Europe/Jersey' => 'GMT (ጀርዚ)', 'Europe/Kaliningrad' => 'ግዜ ምብራቕ ኤውሮጳ (ካሊኒንግራድ)', 'Europe/Kiev' => 'ግዜ ምብራቕ ኤውሮጳ (ክየቭ)', 'Europe/Kirov' => 'ግዜ ሩስያ (ኪሮቭ)', 'Europe/Lisbon' => 'ግዜ ፖርቱጋል (ሊዝበን)', 'Europe/Ljubljana' => 'ግዜ ማእከላይ ኤውሮጳ (ልዩብልያና)', - 'Europe/London' => 'ግዜ ብሪጣንያ (ሎንደን)', + 'Europe/London' => 'GMT (ሎንደን)', 'Europe/Luxembourg' => 'ግዜ ማእከላይ ኤውሮጳ (ሉክሰምበርግ)', 'Europe/Madrid' => 'ግዜ ማእከላይ ኤውሮጳ (ማድሪድ)', 'Europe/Malta' => 'ግዜ ማእከላይ ኤውሮጳ (ማልታ)', @@ -403,7 +404,7 @@ return [ 'Pacific/Fiji' => 'ግዜ ፊጂ (ፊጂ)', 'Pacific/Funafuti' => 'ግዜ ቱቫሉ (ፉናፉቲ)', 'Pacific/Galapagos' => 'ግዜ ጋላፓጎስ', - 'Pacific/Gambier' => 'ግዜ ፈረንሳይ ፖሊነዥያ (ጋምብየር)', + 'Pacific/Gambier' => 'ግዜ ፈረንሳዊት ፖሊነዥያ (ጋምብየር)', 'Pacific/Guadalcanal' => 'ግዜ ደሴታት ሰሎሞን (ጓዳልካናል)', 'Pacific/Guam' => 'ግዜ ጓም (ጓም)', 'Pacific/Honolulu' => 'ግዜ ኣመሪካ (ሆኖሉሉ)', @@ -412,7 +413,7 @@ return [ 'Pacific/Kosrae' => 'ግዜ ማይክሮነዥያ (ኮስሬ)', 'Pacific/Kwajalein' => 'ግዜ ደሴታት ማርሻል (ክዋጃሊን)', 'Pacific/Majuro' => 'ግዜ ደሴታት ማርሻል (ማጁሮ)', - 'Pacific/Marquesas' => 'ግዜ ፈረንሳይ ፖሊነዥያ (ማርኬሳስ)', + 'Pacific/Marquesas' => 'ግዜ ፈረንሳዊት ፖሊነዥያ (ማርኬሳስ)', 'Pacific/Midway' => 'ግዜ ካብ ኣመሪካ ርሒቐን ንኣሽቱ ደሴታት (ሚድወይ)', 'Pacific/Nauru' => 'ግዜ ናውሩ (ናውሩ)', 'Pacific/Niue' => 'ግዜ ኒዩ (ኒዩ)', @@ -424,8 +425,8 @@ return [ 'Pacific/Ponape' => 'ግዜ ማይክሮነዥያ (ፖንፐይ)', 'Pacific/Port_Moresby' => 'ግዜ ፓፕዋ ኒው ጊኒ (ፖርት ሞርስቢ)', 'Pacific/Rarotonga' => 'ግዜ ደሴታት ኩክ (ራሮቶንጋ)', - 'Pacific/Saipan' => 'ግዜ ደሴታት ሰሜናዊ ማርያና (ሳይፓን)', - 'Pacific/Tahiti' => 'ግዜ ፈረንሳይ ፖሊነዥያ (ታሂቲ)', + 'Pacific/Saipan' => 'ግዜ ሰሜናዊ ደሴታት ማርያና (ሳይፓን)', + 'Pacific/Tahiti' => 'ግዜ ፈረንሳዊት ፖሊነዥያ (ታሂቲ)', 'Pacific/Tarawa' => 'ግዜ ኪሪባቲ (ታራዋ)', 'Pacific/Tongatapu' => 'ግዜ ቶንጋ (ቶንጋታፑ)', 'Pacific/Truk' => 'ግዜ ማይክሮነዥያ (ቹክ)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/uk.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/uk.php index 9d16168..b21165b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/uk.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/uk.php @@ -51,7 +51,7 @@ return [ 'Africa/Ouagadougou' => 'за Гринвічем (Уаґадуґу)', 'Africa/Porto-Novo' => 'за західноафриканським часом (Порто-Ново)', 'Africa/Sao_Tome' => 'за Гринвічем (Сан-Томе)', - 'Africa/Tripoli' => 'за східноєвропейським часом (Тріполі)', + 'Africa/Tripoli' => 'за східноєвропейським часом (Триполі)', 'Africa/Tunis' => 'за центральноєвропейським часом (Туніс)', 'Africa/Windhoek' => 'за центральноафриканським часом (Віндгук)', 'America/Adak' => 'за гавайсько-алеутським часом (Адак)', @@ -392,7 +392,7 @@ return [ 'Indian/Kerguelen' => 'за часом на Французьких Південних і Антарктичних територіях (Керґелен)', 'Indian/Mahe' => 'за часом на Сейшельських Островах (Махе)', 'Indian/Maldives' => 'за часом на Мальдівах (Мальдіви)', - 'Indian/Mauritius' => 'за часом на острові Маврікій', + 'Indian/Mauritius' => 'за часом на острові Маврикій', 'Indian/Mayotte' => 'за східноафриканським часом (Майотта)', 'Indian/Reunion' => 'за часом на острові Реюньйон', 'MST7MDT' => 'за північноамериканським гірським часом', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ur.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ur.php index 816e0ad..3a44f3e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ur.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/ur.php @@ -308,7 +308,7 @@ return [ 'Atlantic/South_Georgia' => 'جنوبی جارجیا ٹائم', 'Atlantic/St_Helena' => 'گرین وچ کا اصل وقت (سینٹ ہیلینا)', 'Atlantic/Stanley' => 'فاک لینڈ آئلینڈز کا وقت (اسٹینلے)', - 'Australia/Adelaide' => 'سنٹرل آسٹریلیا ٹائم (اڈیلائڈ)', + 'Australia/Adelaide' => 'سنٹرل آسٹریلیا ٹائم (ایڈیلیڈ)', 'Australia/Brisbane' => 'ایسٹرن آسٹریلیا ٹائم (برسبین)', 'Australia/Broken_Hill' => 'سنٹرل آسٹریلیا ٹائم (بروکن ہِل)', 'Australia/Currie' => 'ایسٹرن آسٹریلیا ٹائم (کیوری)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/xh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/xh.php new file mode 100644 index 0000000..c2d03d3 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/xh.php @@ -0,0 +1,442 @@ + [ + 'Africa/Abidjan' => 'Greenwich Mean Time (Abidjan)', + 'Africa/Accra' => 'Greenwich Mean Time (Accra)', + 'Africa/Addis_Ababa' => 'East Africa Time (Addis Ababa)', + 'Africa/Algiers' => 'Central European Time (Algiers)', + 'Africa/Asmera' => 'East Africa Time (Asmara)', + 'Africa/Bamako' => 'Greenwich Mean Time (Bamako)', + 'Africa/Bangui' => 'West Africa Time (Bangui)', + 'Africa/Banjul' => 'Greenwich Mean Time (Banjul)', + 'Africa/Bissau' => 'Greenwich Mean Time (Bissau)', + 'Africa/Blantyre' => 'Central Africa Time (Blantyre)', + 'Africa/Brazzaville' => 'West Africa Time (Brazzaville)', + 'Africa/Bujumbura' => 'Central Africa Time (Bujumbura)', + 'Africa/Cairo' => 'Eastern European Time (Cairo)', + 'Africa/Casablanca' => 'Western European Time (Casablanca)', + 'Africa/Ceuta' => 'Central European Time (Ceuta)', + 'Africa/Conakry' => 'Greenwich Mean Time (Conakry)', + 'Africa/Dakar' => 'Greenwich Mean Time (Dakar)', + 'Africa/Dar_es_Salaam' => 'East Africa Time (Dar es Salaam)', + 'Africa/Djibouti' => 'East Africa Time (Djibouti)', + 'Africa/Douala' => 'West Africa Time (Douala)', + 'Africa/El_Aaiun' => 'Western European Time (El Aaiun)', + 'Africa/Freetown' => 'Greenwich Mean Time (Freetown)', + 'Africa/Gaborone' => 'Central Africa Time (Gaborone)', + 'Africa/Harare' => 'Central Africa Time (Harare)', + 'Africa/Johannesburg' => 'South Africa Standard Time (Johannesburg)', + 'Africa/Juba' => 'Central Africa Time (Juba)', + 'Africa/Kampala' => 'East Africa Time (Kampala)', + 'Africa/Khartoum' => 'Central Africa Time (Khartoum)', + 'Africa/Kigali' => 'Central Africa Time (Kigali)', + 'Africa/Kinshasa' => 'West Africa Time (Kinshasa)', + 'Africa/Lagos' => 'West Africa Time (Lagos)', + 'Africa/Libreville' => 'West Africa Time (Libreville)', + 'Africa/Lome' => 'Greenwich Mean Time (Lome)', + 'Africa/Luanda' => 'West Africa Time (Luanda)', + 'Africa/Lubumbashi' => 'Central Africa Time (Lubumbashi)', + 'Africa/Lusaka' => 'Central Africa Time (Lusaka)', + 'Africa/Malabo' => 'West Africa Time (Malabo)', + 'Africa/Maputo' => 'Central Africa Time (Maputo)', + 'Africa/Maseru' => 'South Africa Standard Time (Maseru)', + 'Africa/Mbabane' => 'South Africa Standard Time (Mbabane)', + 'Africa/Mogadishu' => 'East Africa Time (Mogadishu)', + 'Africa/Monrovia' => 'Greenwich Mean Time (Monrovia)', + 'Africa/Nairobi' => 'East Africa Time (Nairobi)', + 'Africa/Ndjamena' => 'West Africa Time (Ndjamena)', + 'Africa/Niamey' => 'West Africa Time (Niamey)', + 'Africa/Nouakchott' => 'Greenwich Mean Time (Nouakchott)', + 'Africa/Ouagadougou' => 'Greenwich Mean Time (Ouagadougou)', + 'Africa/Porto-Novo' => 'West Africa Time (Porto-Novo)', + 'Africa/Sao_Tome' => 'Greenwich Mean Time (São Tomé)', + 'Africa/Tripoli' => 'Eastern European Time (Tripoli)', + 'Africa/Tunis' => 'Central European Time (Tunis)', + 'Africa/Windhoek' => 'Central Africa Time (Windhoek)', + 'America/Adak' => 'Hawaii-Aleutian Time (Adak)', + 'America/Anchorage' => 'Alaska Time (Anchorage)', + 'America/Anguilla' => 'Atlantic Time (Anguilla)', + 'America/Antigua' => 'Atlantic Time (Antigua)', + 'America/Araguaina' => 'Brasilia Time (Araguaina)', + 'America/Argentina/La_Rioja' => 'Argentina Time (La Rioja)', + 'America/Argentina/Rio_Gallegos' => 'Argentina Time (Rio Gallegos)', + 'America/Argentina/Salta' => 'Argentina Time (Salta)', + 'America/Argentina/San_Juan' => 'Argentina Time (San Juan)', + 'America/Argentina/San_Luis' => 'Argentina Time (San Luis)', + 'America/Argentina/Tucuman' => 'Argentina Time (Tucuman)', + 'America/Argentina/Ushuaia' => 'Argentina Time (Ushuaia)', + 'America/Aruba' => 'Atlantic Time (Aruba)', + 'America/Asuncion' => 'Paraguay Time (Asunción)', + 'America/Bahia' => 'Brasilia Time (Bahia)', + 'America/Bahia_Banderas' => 'Central Time (Bahia Banderas)', + 'America/Barbados' => 'Atlantic Time (Barbados)', + 'America/Belem' => 'Brasilia Time (Belem)', + 'America/Belize' => 'Central Time (Belize)', + 'America/Blanc-Sablon' => 'Atlantic Time (Blanc-Sablon)', + 'America/Boa_Vista' => 'Amazon Time (Boa Vista)', + 'America/Bogota' => 'Colombia Time (Bogota)', + 'America/Boise' => 'Mountain Time (Boise)', + 'America/Buenos_Aires' => 'Argentina Time (Buenos Aires)', + 'America/Cambridge_Bay' => 'Mountain Time (Cambridge Bay)', + 'America/Campo_Grande' => 'Amazon Time (Campo Grande)', + 'America/Cancun' => 'Eastern Time (Cancun)', + 'America/Caracas' => 'Venezuela Time (Caracas)', + 'America/Catamarca' => 'Argentina Time (Catamarca)', + 'America/Cayenne' => 'French Guiana Time (Cayenne)', + 'America/Cayman' => 'Eastern Time (Cayman)', + 'America/Chicago' => 'Central Time (Chicago)', + 'America/Chihuahua' => 'Mexican Pacific Time (Chihuahua)', + 'America/Coral_Harbour' => 'Eastern Time (Atikokan)', + 'America/Cordoba' => 'Argentina Time (Cordoba)', + 'America/Costa_Rica' => 'Central Time (Costa Rica)', + 'America/Creston' => 'Mountain Time (Creston)', + 'America/Cuiaba' => 'Amazon Time (Cuiaba)', + 'America/Curacao' => 'Atlantic Time (Curaçao)', + 'America/Danmarkshavn' => 'Greenwich Mean Time (Danmarkshavn)', + 'America/Dawson' => 'Yukon Time (Dawson)', + 'America/Dawson_Creek' => 'Mountain Time (Dawson Creek)', + 'America/Denver' => 'Mountain Time (Denver)', + 'America/Detroit' => 'Eastern Time (Detroit)', + 'America/Dominica' => 'Atlantic Time (Dominica)', + 'America/Edmonton' => 'Mountain Time (Edmonton)', + 'America/Eirunepe' => 'EBrazil Time (Eirunepe)', + 'America/El_Salvador' => 'Central Time (El Salvador)', + 'America/Fort_Nelson' => 'Mountain Time (Fort Nelson)', + 'America/Fortaleza' => 'Brasilia Time (Fortaleza)', + 'America/Glace_Bay' => 'Atlantic Time (Glace Bay)', + 'America/Godthab' => 'West Greenland Time (Nuuk)', + 'America/Goose_Bay' => 'Atlantic Time (Goose Bay)', + 'America/Grand_Turk' => 'Eastern Time (Grand Turk)', + 'America/Grenada' => 'Atlantic Time (Grenada)', + 'America/Guadeloupe' => 'Atlantic Time (Guadeloupe)', + 'America/Guatemala' => 'Central Time (Guatemala)', + 'America/Guayaquil' => 'Ecuador Time (Guayaquil)', + 'America/Guyana' => 'Guyana Time', + 'America/Halifax' => 'Atlantic Time (Halifax)', + 'America/Havana' => 'Cuba Time (Havana)', + 'America/Hermosillo' => 'Mexican Pacific Time (Hermosillo)', + 'America/Indiana/Knox' => 'Central Time (Knox, Indiana)', + 'America/Indiana/Marengo' => 'Eastern Time (Marengo, Indiana)', + 'America/Indiana/Petersburg' => 'Eastern Time (Petersburg, Indiana)', + 'America/Indiana/Tell_City' => 'Central Time (Tell City, Indiana)', + 'America/Indiana/Vevay' => 'Eastern Time (Vevay, Indiana)', + 'America/Indiana/Vincennes' => 'Eastern Time (Vincennes, Indiana)', + 'America/Indiana/Winamac' => 'Eastern Time (Winamac, Indiana)', + 'America/Indianapolis' => 'Eastern Time (Indianapolis)', + 'America/Inuvik' => 'Mountain Time (Inuvik)', + 'America/Iqaluit' => 'Eastern Time (Iqaluit)', + 'America/Jamaica' => 'Eastern Time (Jamaica)', + 'America/Jujuy' => 'Argentina Time (Jujuy)', + 'America/Juneau' => 'Alaska Time (Juneau)', + 'America/Kentucky/Monticello' => 'Eastern Time (Monticello, Kentucky)', + 'America/Kralendijk' => 'Atlantic Time (Kralendijk)', + 'America/La_Paz' => 'Bolivia Time (La Paz)', + 'America/Lima' => 'Peru Time (Lima)', + 'America/Los_Angeles' => 'Pacific Time (Los Angeles)', + 'America/Louisville' => 'Eastern Time (Louisville)', + 'America/Lower_Princes' => 'Atlantic Time (Lower Prince’s Quarter)', + 'America/Maceio' => 'Brasilia Time (Maceio)', + 'America/Managua' => 'Central Time (Managua)', + 'America/Manaus' => 'Amazon Time (Manaus)', + 'America/Marigot' => 'Atlantic Time (Marigot)', + 'America/Martinique' => 'Atlantic Time (Martinique)', + 'America/Matamoros' => 'Central Time (Matamoros)', + 'America/Mazatlan' => 'Mexican Pacific Time (Mazatlan)', + 'America/Mendoza' => 'Argentina Time (Mendoza)', + 'America/Menominee' => 'Central Time (Menominee)', + 'America/Merida' => 'Central Time (Merida)', + 'America/Metlakatla' => 'Alaska Time (Metlakatla)', + 'America/Mexico_City' => 'Central Time (Mexico City)', + 'America/Miquelon' => 'St. Pierre & Miquelon Time', + 'America/Moncton' => 'Atlantic Time (Moncton)', + 'America/Monterrey' => 'Central Time (Monterrey)', + 'America/Montevideo' => 'Uruguay Time (Montevideo)', + 'America/Montreal' => 'EKhanada Time (Montreal)', + 'America/Montserrat' => 'Atlantic Time (Montserrat)', + 'America/Nassau' => 'Eastern Time (Nassau)', + 'America/New_York' => 'Eastern Time (New York)', + 'America/Nipigon' => 'Eastern Time (Nipigon)', + 'America/Nome' => 'Alaska Time (Nome)', + 'America/Noronha' => 'Fernando de Noronha Time', + 'America/North_Dakota/Beulah' => 'Central Time (Beulah, North Dakota)', + 'America/North_Dakota/Center' => 'Central Time (Center, North Dakota)', + 'America/North_Dakota/New_Salem' => 'Central Time (New Salem, North Dakota)', + 'America/Ojinaga' => 'Mountain Time (Ojinaga)', + 'America/Panama' => 'Eastern Time (Panama)', + 'America/Pangnirtung' => 'Eastern Time (Pangnirtung)', + 'America/Paramaribo' => 'Suriname Time (Paramaribo)', + 'America/Phoenix' => 'Mountain Time (Phoenix)', + 'America/Port-au-Prince' => 'Eastern Time (Port-au-Prince)', + 'America/Port_of_Spain' => 'Atlantic Time (Port of Spain)', + 'America/Porto_Velho' => 'Amazon Time (Porto Velho)', + 'America/Puerto_Rico' => 'Atlantic Time (Puerto Rico)', + 'America/Punta_Arenas' => 'Chile Time (Punta Arenas)', + 'America/Rainy_River' => 'Central Time (Rainy River)', + 'America/Rankin_Inlet' => 'Central Time (Rankin Inlet)', + 'America/Recife' => 'Brasilia Time (Recife)', + 'America/Regina' => 'Central Time (Regina)', + 'America/Resolute' => 'Central Time (Resolute)', + 'America/Rio_Branco' => 'EBrazil Time (Rio Branco)', + 'America/Santa_Isabel' => 'Northwest Mexico Time (Santa Isabel)', + 'America/Santarem' => 'Brasilia Time (Santarem)', + 'America/Santiago' => 'Chile Time (Santiago)', + 'America/Santo_Domingo' => 'Atlantic Time (Santo Domingo)', + 'America/Sao_Paulo' => 'Brasilia Time (Sao Paulo)', + 'America/Scoresbysund' => 'East Greenland Time (Ittoqqortoormiit)', + 'America/Sitka' => 'Alaska Time (Sitka)', + 'America/St_Barthelemy' => 'Atlantic Time (St. Barthélemy)', + 'America/St_Johns' => 'Newfoundland Time (St. John’s)', + 'America/St_Kitts' => 'Atlantic Time (St. Kitts)', + 'America/St_Lucia' => 'Atlantic Time (St. Lucia)', + 'America/St_Thomas' => 'Atlantic Time (St. Thomas)', + 'America/St_Vincent' => 'Atlantic Time (St. Vincent)', + 'America/Swift_Current' => 'Central Time (Swift Current)', + 'America/Tegucigalpa' => 'Central Time (Tegucigalpa)', + 'America/Thule' => 'Atlantic Time (Thule)', + 'America/Thunder_Bay' => 'Eastern Time (Thunder Bay)', + 'America/Tijuana' => 'Pacific Time (Tijuana)', + 'America/Toronto' => 'Eastern Time (Toronto)', + 'America/Tortola' => 'Atlantic Time (Tortola)', + 'America/Vancouver' => 'Pacific Time (Vancouver)', + 'America/Whitehorse' => 'Yukon Time (Whitehorse)', + 'America/Winnipeg' => 'Central Time (Winnipeg)', + 'America/Yakutat' => 'Alaska Time (Yakutat)', + 'America/Yellowknife' => 'Mountain Time (Yellowknife)', + 'Antarctica/Casey' => 'E-Antarctica Time (Casey)', + 'Antarctica/Davis' => 'Davis Time', + 'Antarctica/DumontDUrville' => 'Dumont-d’Urville Time', + 'Antarctica/Macquarie' => 'Eastern Australia Time (Macquarie)', + 'Antarctica/Mawson' => 'Mawson Time', + 'Antarctica/McMurdo' => 'New Zealand Time (McMurdo)', + 'Antarctica/Palmer' => 'Chile Time (Palmer)', + 'Antarctica/Rothera' => 'Rothera Time', + 'Antarctica/Syowa' => 'Syowa Time', + 'Antarctica/Troll' => 'Greenwich Mean Time (Troll)', + 'Antarctica/Vostok' => 'Vostok Time', + 'Arctic/Longyearbyen' => 'Central European Time (Longyearbyen)', + 'Asia/Aden' => 'Arabian Time (Aden)', + 'Asia/Almaty' => 'East Kazakhstan Time (Almaty)', + 'Asia/Amman' => 'Eastern European Time (Amman)', + 'Asia/Anadyr' => 'ERashiya Time (Anadyr)', + 'Asia/Aqtau' => 'West Kazakhstan Time (Aqtau)', + 'Asia/Aqtobe' => 'West Kazakhstan Time (Aqtobe)', + 'Asia/Ashgabat' => 'Turkmenistan Time (Ashgabat)', + 'Asia/Atyrau' => 'West Kazakhstan Time (Atyrau)', + 'Asia/Baghdad' => 'Arabian Time (Baghdad)', + 'Asia/Bahrain' => 'Arabian Time (Bahrain)', + 'Asia/Baku' => 'Azerbaijan Time (Baku)', + 'Asia/Bangkok' => 'Indochina Time (Bangkok)', + 'Asia/Barnaul' => 'ERashiya Time (Barnaul)', + 'Asia/Beirut' => 'Eastern European Time (Beirut)', + 'Asia/Bishkek' => 'Kyrgyzstan Time (Bishkek)', + 'Asia/Brunei' => 'Brunei Darussalam Time', + 'Asia/Calcutta' => 'India Standard Time (Kolkata)', + 'Asia/Chita' => 'Yakutsk Time (Chita)', + 'Asia/Choibalsan' => 'Ulaanbaatar Time (Choibalsan)', + 'Asia/Colombo' => 'India Standard Time (Colombo)', + 'Asia/Damascus' => 'Eastern European Time (Damascus)', + 'Asia/Dhaka' => 'Bangladesh Time (Dhaka)', + 'Asia/Dili' => 'East Timor Time (Dili)', + 'Asia/Dubai' => 'Gulf Standard Time (Dubai)', + 'Asia/Dushanbe' => 'Tajikistan Time (Dushanbe)', + 'Asia/Famagusta' => 'Eastern European Time (Famagusta)', + 'Asia/Gaza' => 'Eastern European Time (Gaza)', + 'Asia/Hebron' => 'Eastern European Time (Hebron)', + 'Asia/Hong_Kong' => 'Hong Kong Time', + 'Asia/Hovd' => 'Hovd Time', + 'Asia/Irkutsk' => 'Irkutsk Time', + 'Asia/Jakarta' => 'Western Indonesia Time (Jakarta)', + 'Asia/Jayapura' => 'Eastern Indonesia Time (Jayapura)', + 'Asia/Jerusalem' => 'Israel Time (Jerusalem)', + 'Asia/Kabul' => 'Afghanistan Time (Kabul)', + 'Asia/Kamchatka' => 'ERashiya Time (Kamchatka)', + 'Asia/Karachi' => 'Pakistan Time (Karachi)', + 'Asia/Katmandu' => 'Nepal Time (Kathmandu)', + 'Asia/Khandyga' => 'Yakutsk Time (Khandyga)', + 'Asia/Krasnoyarsk' => 'Krasnoyarsk Time', + 'Asia/Kuala_Lumpur' => 'Malaysia Time (Kuala Lumpur)', + 'Asia/Kuching' => 'Malaysia Time (Kuching)', + 'Asia/Kuwait' => 'Arabian Time (Kuwait)', + 'Asia/Macau' => 'China Time (Macao)', + 'Asia/Magadan' => 'Magadan Time', + 'Asia/Makassar' => 'Central Indonesia Time (Makassar)', + 'Asia/Manila' => 'Philippine Time (Manila)', + 'Asia/Muscat' => 'Gulf Standard Time (Muscat)', + 'Asia/Nicosia' => 'Eastern European Time (Nicosia)', + 'Asia/Novokuznetsk' => 'Krasnoyarsk Time (Novokuznetsk)', + 'Asia/Novosibirsk' => 'Novosibirsk Time', + 'Asia/Omsk' => 'Omsk Time', + 'Asia/Oral' => 'West Kazakhstan Time (Oral)', + 'Asia/Phnom_Penh' => 'Indochina Time (Phnom Penh)', + 'Asia/Pontianak' => 'Western Indonesia Time (Pontianak)', + 'Asia/Pyongyang' => 'Korean Time (Pyongyang)', + 'Asia/Qatar' => 'Arabian Time (Qatar)', + 'Asia/Qostanay' => 'East Kazakhstan Time (Kostanay)', + 'Asia/Qyzylorda' => 'West Kazakhstan Time (Qyzylorda)', + 'Asia/Rangoon' => 'Myanmar Time (Yangon)', + 'Asia/Riyadh' => 'Arabian Time (Riyadh)', + 'Asia/Saigon' => 'Indochina Time (Ho Chi Minh City)', + 'Asia/Sakhalin' => 'Sakhalin Time', + 'Asia/Samarkand' => 'Uzbekistan Time (Samarkand)', + 'Asia/Seoul' => 'Korean Time (Seoul)', + 'Asia/Shanghai' => 'China Time (Shanghai)', + 'Asia/Singapore' => 'Singapore Standard Time', + 'Asia/Srednekolymsk' => 'Magadan Time (Srednekolymsk)', + 'Asia/Taipei' => 'Taipei Time', + 'Asia/Tashkent' => 'Uzbekistan Time (Tashkent)', + 'Asia/Tbilisi' => 'Georgia Time (Tbilisi)', + 'Asia/Tehran' => 'Iran Time (Tehran)', + 'Asia/Thimphu' => 'Bhutan Time (Thimphu)', + 'Asia/Tokyo' => 'Japan Time (Tokyo)', + 'Asia/Tomsk' => 'ERashiya Time (Tomsk)', + 'Asia/Ulaanbaatar' => 'Ulaanbaatar Time', + 'Asia/Urumqi' => 'ETshayina Time (Urumqi)', + 'Asia/Ust-Nera' => 'Vladivostok Time (Ust-Nera)', + 'Asia/Vientiane' => 'Indochina Time (Vientiane)', + 'Asia/Vladivostok' => 'Vladivostok Time', + 'Asia/Yakutsk' => 'Yakutsk Time', + 'Asia/Yekaterinburg' => 'Yekaterinburg Time', + 'Asia/Yerevan' => 'Armenia Time (Yerevan)', + 'Atlantic/Azores' => 'Azores Time', + 'Atlantic/Bermuda' => 'Atlantic Time (Bermuda)', + 'Atlantic/Canary' => 'Western European Time (Canary)', + 'Atlantic/Cape_Verde' => 'Cape Verde Time', + 'Atlantic/Faeroe' => 'Western European Time (Faroe)', + 'Atlantic/Madeira' => 'Western European Time (Madeira)', + 'Atlantic/Reykjavik' => 'Greenwich Mean Time (Reykjavik)', + 'Atlantic/South_Georgia' => 'South Georgia Time', + 'Atlantic/St_Helena' => 'Greenwich Mean Time (St. Helena)', + 'Atlantic/Stanley' => 'Falkland Islands Time (Stanley)', + 'Australia/Adelaide' => 'Central Australia Time (Adelaide)', + 'Australia/Brisbane' => 'Eastern Australia Time (Brisbane)', + 'Australia/Broken_Hill' => 'Central Australia Time (Broken Hill)', + 'Australia/Currie' => 'Eastern Australia Time (Currie)', + 'Australia/Darwin' => 'Central Australia Time (Darwin)', + 'Australia/Eucla' => 'Australian Central Western Time (Eucla)', + 'Australia/Hobart' => 'Eastern Australia Time (Hobart)', + 'Australia/Lindeman' => 'Eastern Australia Time (Lindeman)', + 'Australia/Lord_Howe' => 'Lord Howe Time', + 'Australia/Melbourne' => 'Eastern Australia Time (Melbourne)', + 'Australia/Perth' => 'Western Australia Time (Perth)', + 'Australia/Sydney' => 'Eastern Australia Time (Sydney)', + 'CST6CDT' => 'Central Time', + 'EST5EDT' => 'Eastern Time', + 'Etc/GMT' => 'Greenwich Mean Time', + 'Etc/UTC' => 'Coordinated Universal Time', + 'Europe/Amsterdam' => 'Central European Time (Amsterdam)', + 'Europe/Andorra' => 'Central European Time (Andorra)', + 'Europe/Astrakhan' => 'Moscow Time (Astrakhan)', + 'Europe/Athens' => 'Eastern European Time (Athens)', + 'Europe/Belgrade' => 'Central European Time (Belgrade)', + 'Europe/Berlin' => 'Central European Time (Berlin)', + 'Europe/Bratislava' => 'Central European Time (Bratislava)', + 'Europe/Brussels' => 'Central European Time (Brussels)', + 'Europe/Bucharest' => 'Eastern European Time (Bucharest)', + 'Europe/Budapest' => 'Central European Time (Budapest)', + 'Europe/Busingen' => 'Central European Time (Busingen)', + 'Europe/Chisinau' => 'Eastern European Time (Chisinau)', + 'Europe/Copenhagen' => 'Central European Time (Copenhagen)', + 'Europe/Dublin' => 'Greenwich Mean Time (Dublin)', + 'Europe/Gibraltar' => 'Central European Time (Gibraltar)', + 'Europe/Guernsey' => 'Greenwich Mean Time (Guernsey)', + 'Europe/Helsinki' => 'Eastern European Time (Helsinki)', + 'Europe/Isle_of_Man' => 'Greenwich Mean Time (Isle of Man)', + 'Europe/Istanbul' => 'ETurkey Time (Istanbul)', + 'Europe/Jersey' => 'Greenwich Mean Time (Jersey)', + 'Europe/Kaliningrad' => 'Eastern European Time (Kaliningrad)', + 'Europe/Kiev' => 'Eastern European Time (Kyiv)', + 'Europe/Kirov' => 'ERashiya Time (Kirov)', + 'Europe/Lisbon' => 'Western European Time (Lisbon)', + 'Europe/Ljubljana' => 'Central European Time (Ljubljana)', + 'Europe/London' => 'Greenwich Mean Time (London)', + 'Europe/Luxembourg' => 'Central European Time (Luxembourg)', + 'Europe/Madrid' => 'Central European Time (Madrid)', + 'Europe/Malta' => 'Central European Time (Malta)', + 'Europe/Mariehamn' => 'Eastern European Time (Mariehamn)', + 'Europe/Minsk' => 'Moscow Time (Minsk)', + 'Europe/Monaco' => 'Central European Time (Monaco)', + 'Europe/Moscow' => 'Moscow Time', + 'Europe/Oslo' => 'Central European Time (Oslo)', + 'Europe/Paris' => 'Central European Time (Paris)', + 'Europe/Podgorica' => 'Central European Time (Podgorica)', + 'Europe/Prague' => 'Central European Time (Prague)', + 'Europe/Riga' => 'Eastern European Time (Riga)', + 'Europe/Rome' => 'Central European Time (Rome)', + 'Europe/Samara' => 'ERashiya Time (Samara)', + 'Europe/San_Marino' => 'Central European Time (San Marino)', + 'Europe/Sarajevo' => 'Central European Time (Sarajevo)', + 'Europe/Saratov' => 'Moscow Time (Saratov)', + 'Europe/Simferopol' => 'Moscow Time (Simferopol)', + 'Europe/Skopje' => 'Central European Time (Skopje)', + 'Europe/Sofia' => 'Eastern European Time (Sofia)', + 'Europe/Stockholm' => 'Central European Time (Stockholm)', + 'Europe/Tallinn' => 'Eastern European Time (Tallinn)', + 'Europe/Tirane' => 'Central European Time (Tirane)', + 'Europe/Ulyanovsk' => 'Moscow Time (Ulyanovsk)', + 'Europe/Uzhgorod' => 'Eastern European Time (Uzhhorod)', + 'Europe/Vaduz' => 'Central European Time (Vaduz)', + 'Europe/Vatican' => 'Central European Time (Vatican)', + 'Europe/Vienna' => 'Central European Time (Vienna)', + 'Europe/Vilnius' => 'Eastern European Time (Vilnius)', + 'Europe/Volgograd' => 'Volgograd Time', + 'Europe/Warsaw' => 'Central European Time (Warsaw)', + 'Europe/Zagreb' => 'Central European Time (Zagreb)', + 'Europe/Zaporozhye' => 'Eastern European Time (Zaporozhye)', + 'Europe/Zurich' => 'Central European Time (Zurich)', + 'Indian/Antananarivo' => 'East Africa Time (Antananarivo)', + 'Indian/Chagos' => 'Indian Ocean Time (Chagos)', + 'Indian/Christmas' => 'Christmas Island Time', + 'Indian/Cocos' => 'Cocos Islands Time', + 'Indian/Comoro' => 'East Africa Time (Comoro)', + 'Indian/Kerguelen' => 'French Southern & Antarctic Time (Kerguelen)', + 'Indian/Mahe' => 'Seychelles Time (Mahe)', + 'Indian/Maldives' => 'Maldives Time', + 'Indian/Mauritius' => 'Mauritius Time', + 'Indian/Mayotte' => 'East Africa Time (Mayotte)', + 'Indian/Reunion' => 'Réunion Time', + 'MST7MDT' => 'Mountain Time', + 'PST8PDT' => 'Pacific Time', + 'Pacific/Apia' => 'Apia Time', + 'Pacific/Auckland' => 'New Zealand Time (Auckland)', + 'Pacific/Bougainville' => 'Papua New Guinea Time (Bougainville)', + 'Pacific/Chatham' => 'Chatham Time', + 'Pacific/Easter' => 'Easter Island Time', + 'Pacific/Efate' => 'Vanuatu Time (Efate)', + 'Pacific/Enderbury' => 'Phoenix Islands Time (Enderbury)', + 'Pacific/Fakaofo' => 'Tokelau Time (Fakaofo)', + 'Pacific/Fiji' => 'Fiji Time', + 'Pacific/Funafuti' => 'Tuvalu Time (Funafuti)', + 'Pacific/Galapagos' => 'Galapagos Time', + 'Pacific/Gambier' => 'Gambier Time', + 'Pacific/Guadalcanal' => 'Solomon Islands Time (Guadalcanal)', + 'Pacific/Guam' => 'Chamorro Standard Time (Guam)', + 'Pacific/Honolulu' => 'Hawaii-Aleutian Time (Honolulu)', + 'Pacific/Johnston' => 'Hawaii-Aleutian Time (Johnston)', + 'Pacific/Kiritimati' => 'Line Islands Time (Kiritimati)', + 'Pacific/Kosrae' => 'Kosrae Time', + 'Pacific/Kwajalein' => 'Marshall Islands Time (Kwajalein)', + 'Pacific/Majuro' => 'Marshall Islands Time (Majuro)', + 'Pacific/Marquesas' => 'Marquesas Time', + 'Pacific/Midway' => 'Samoa Time (Midway)', + 'Pacific/Nauru' => 'Nauru Time', + 'Pacific/Niue' => 'Niue Time', + 'Pacific/Norfolk' => 'Norfolk Island Time', + 'Pacific/Noumea' => 'New Caledonia Time (Noumea)', + 'Pacific/Pago_Pago' => 'Samoa Time (Pago Pago)', + 'Pacific/Palau' => 'Palau Time', + 'Pacific/Pitcairn' => 'Pitcairn Time', + 'Pacific/Ponape' => 'Ponape Time (Pohnpei)', + 'Pacific/Port_Moresby' => 'Papua New Guinea Time (Port Moresby)', + 'Pacific/Rarotonga' => 'Cook Islands Time (Rarotonga)', + 'Pacific/Saipan' => 'Chamorro Standard Time (Saipan)', + 'Pacific/Tahiti' => 'Tahiti Time', + 'Pacific/Tarawa' => 'Gilbert Islands Time (Tarawa)', + 'Pacific/Tongatapu' => 'Tonga Time (Tongatapu)', + 'Pacific/Truk' => 'Chuuk Time', + 'Pacific/Wake' => 'Wake Island Time', + 'Pacific/Wallis' => 'Wallis & Futuna Time', + ], + 'Meta' => [ + ], +]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/yo.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/yo.php index eb1ca57..3c7925d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/yo.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/yo.php @@ -238,7 +238,7 @@ return [ 'Asia/Damascus' => 'Àkókò Ìhà Ìlà Oòrùn Europe (Damascus)', 'Asia/Dhaka' => 'Bangladesh Time (Dhaka)', 'Asia/Dili' => 'Àkókò Ìlà oorùn Timor (Dili)', - 'Asia/Dubai' => 'Gulf Standard Time [translation hint: translate as just "Gulf Time"] (Dubai)', + 'Asia/Dubai' => 'Ìgbà Ẹmirate ti Awọn Arabu (Dubai)', 'Asia/Dushanbe' => 'Tajikistan Time (Dushanbe)', 'Asia/Famagusta' => 'Àkókò Ìhà Ìlà Oòrùn Europe (Famagusta)', 'Asia/Gaza' => 'Àkókò Ìhà Ìlà Oòrùn Europe (Gaza)', @@ -262,7 +262,7 @@ return [ 'Asia/Magadan' => 'Magadan Time', 'Asia/Makassar' => 'Àkókò Ààrin Gbùngbùn Indonesia (Makassar)', 'Asia/Manila' => 'Philippine Time (Manila)', - 'Asia/Muscat' => 'Gulf Standard Time [translation hint: translate as just "Gulf Time"] (Muscat)', + 'Asia/Muscat' => 'Ìgbà Ọọma (Muscat)', 'Asia/Nicosia' => 'Àkókò Ìhà Ìlà Oòrùn Europe (Nicosia)', 'Asia/Novokuznetsk' => 'Krasnoyarsk Time (Novokuznetsk)', 'Asia/Novosibirsk' => 'Novosibirsk Time', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/yo_BJ.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/yo_BJ.php index fe4d5e0..6adcc7f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/yo_BJ.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/yo_BJ.php @@ -63,9 +63,11 @@ return [ 'Antarctica/Palmer' => 'Àkókò Shílè (Palmer)', 'Asia/Anadyr' => 'Ìgbà Rɔshia (Anadyr)', 'Asia/Barnaul' => 'Ìgbà Rɔshia (Barnaul)', + 'Asia/Dubai' => 'Ìgbà Ɛmirate ti Awɔn Arabu (Dubai)', 'Asia/Jakarta' => 'Àkókò Ìwɔ̀ oorùn Indonesia (Jakarta)', 'Asia/Kamchatka' => 'Ìgbà Rɔshia (Kamchatka)', 'Asia/Macau' => 'Àkókò Sháínà (Macao)', + 'Asia/Muscat' => 'Ìgbà Ɔɔma (Muscat)', 'Asia/Pontianak' => 'Àkókò Ìwɔ̀ oorùn Indonesia (Pontianak)', 'Asia/Shanghai' => 'Àkókò Sháínà (Shanghai)', 'Asia/Tomsk' => 'Ìgbà Rɔshia (Tomsk)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/zh.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/zh.php index cf7a232..acc4301 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/zh.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/zh.php @@ -205,11 +205,11 @@ return [ 'America/Yellowknife' => '北美山区时间(耶洛奈夫)', 'Antarctica/Casey' => '凯西时间(卡塞)', 'Antarctica/Davis' => '戴维斯时间', - 'Antarctica/DumontDUrville' => '迪蒙迪尔维尔时间', + 'Antarctica/DumontDUrville' => '迪蒙·迪维尔时间', 'Antarctica/Macquarie' => '澳大利亚东部时间(麦格理)', 'Antarctica/Mawson' => '莫森时间', 'Antarctica/McMurdo' => '新西兰时间(麦克默多)', - 'Antarctica/Palmer' => '智利时间(帕默尔)', + 'Antarctica/Palmer' => '智利时间(帕尔默)', 'Antarctica/Rothera' => '罗瑟拉时间', 'Antarctica/Syowa' => '昭和时间', 'Antarctica/Troll' => '格林尼治标准时间(特罗尔)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/zh_Hans_SG.php b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/zh_Hans_SG.php index b8b4103..81cad1b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/zh_Hans_SG.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/timezones/zh_Hans_SG.php @@ -205,11 +205,11 @@ return [ 'America/Yellowknife' => '北美山区时间(耶洛奈夫)', 'Antarctica/Casey' => '凯西时间(卡塞)', 'Antarctica/Davis' => '戴维斯时间', - 'Antarctica/DumontDUrville' => '迪蒙迪尔维尔时间', + 'Antarctica/DumontDUrville' => '迪蒙·迪维尔时间', 'Antarctica/Macquarie' => '澳大利亚东部时间(麦格理)', 'Antarctica/Mawson' => '莫森时间', 'Antarctica/McMurdo' => '新西兰时间(麦克默多)', - 'Antarctica/Palmer' => '智利时间(帕默尔)', + 'Antarctica/Palmer' => '智利时间(帕尔默)', 'Antarctica/Rothera' => '罗瑟拉时间', 'Antarctica/Syowa' => '昭和时间', 'Antarctica/Troll' => '格林尼治标准时间(特罗尔)', diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/version.txt b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/version.txt index 15fc0eb..df573c8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/version.txt +++ b/htdocs/core/modules/facture/doc/vendor/symfony/intl/Resources/data/version.txt @@ -1 +1 @@ -71.1 +72.1 diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/options-resolver/OptionsResolver.php b/htdocs/core/modules/facture/doc/vendor/symfony/options-resolver/OptionsResolver.php index be80a9a..3db291f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/options-resolver/OptionsResolver.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/options-resolver/OptionsResolver.php @@ -437,7 +437,7 @@ class OptionsResolver implements Options * * @return $this */ - public function setDeprecated(string $option/*, string $package, string $version, $message = 'The option "%name%" is deprecated.' */): self + public function setDeprecated(string $option/* , string $package, string $version, $message = 'The option "%name%" is deprecated.' */): self { if ($this->locked) { throw new AccessException('Options cannot be deprecated from a lazy option or normalizer.'); diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-ctype/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-ctype/composer.json index ee5c931..1b3efff 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-ctype/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-ctype/composer.json @@ -31,7 +31,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-grapheme/Grapheme.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-grapheme/Grapheme.php index 6f7c0c7..5373f16 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-grapheme/Grapheme.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-grapheme/Grapheme.php @@ -48,7 +48,7 @@ final class Grapheme $start = \strlen($s) + $start; } - if (!is_scalar($s)) { + if (!\is_scalar($s)) { $hasError = false; set_error_handler(function () use (&$hasError) { $hasError = true; }); $next = substr($s, $start); diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-grapheme/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-grapheme/composer.json index 824c96f..fde5537 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-grapheme/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-grapheme/composer.json @@ -28,7 +28,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/AmPmTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/AmPmTransformer.php index 931e844..196c604 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/AmPmTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/AmPmTransformer.php @@ -20,25 +20,16 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class AmPmTransformer extends Transformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { return $dateTime->format('A'); } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return 'AM|PM'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfWeekTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfWeekTransformer.php index 19c4994..6eedd24 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfWeekTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfWeekTransformer.php @@ -20,9 +20,6 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class DayOfWeekTransformer extends Transformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { $dayOfWeek = $dateTime->format('l'); @@ -38,9 +35,6 @@ class DayOfWeekTransformer extends Transformer } } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { switch ($length) { @@ -55,9 +49,6 @@ class DayOfWeekTransformer extends Transformer } } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return []; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfYearTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfYearTransformer.php index 5db0930..ed78853 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfYearTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfYearTransformer.php @@ -20,9 +20,6 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class DayOfYearTransformer extends Transformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { $dayOfYear = (int) $dateTime->format('z') + 1; @@ -30,17 +27,11 @@ class DayOfYearTransformer extends Transformer return $this->padLeft($dayOfYear, $length); } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return '\d{'.$length.'}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return []; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayTransformer.php index db4b57b..bdce79e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/DayTransformer.php @@ -20,25 +20,16 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class DayTransformer extends Transformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { return $this->padLeft($dateTime->format('j'), $length); } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return 1 === $length ? '\d{1,2}' : '\d{1,'.$length.'}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1200Transformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1200Transformer.php index 5e7c18f..839632a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1200Transformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1200Transformer.php @@ -20,9 +20,6 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class Hour1200Transformer extends HourTransformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { $hourOfDay = $dateTime->format('g'); @@ -31,9 +28,6 @@ class Hour1200Transformer extends HourTransformer return $this->padLeft($hourOfDay, $length); } - /** - * {@inheritdoc} - */ public function normalizeHour(int $hour, string $marker = null): int { if ('PM' === $marker) { @@ -43,17 +37,11 @@ class Hour1200Transformer extends HourTransformer return $hour; } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return '\d{1,2}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1201Transformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1201Transformer.php index 0606bcf..12c0694 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1201Transformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1201Transformer.php @@ -20,17 +20,11 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class Hour1201Transformer extends HourTransformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { return $this->padLeft($dateTime->format('g'), $length); } - /** - * {@inheritdoc} - */ public function normalizeHour(int $hour, string $marker = null): int { if ('PM' !== $marker && 12 === $hour) { @@ -43,17 +37,11 @@ class Hour1201Transformer extends HourTransformer return $hour; } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return '\d{1,2}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2400Transformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2400Transformer.php index 8536587..32f585f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2400Transformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2400Transformer.php @@ -20,17 +20,11 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class Hour2400Transformer extends HourTransformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { return $this->padLeft($dateTime->format('G'), $length); } - /** - * {@inheritdoc} - */ public function normalizeHour(int $hour, string $marker = null): int { if ('AM' === $marker) { @@ -42,17 +36,11 @@ class Hour2400Transformer extends HourTransformer return $hour; } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return '\d{1,2}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2401Transformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2401Transformer.php index 929f11f..e7c8bb0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2401Transformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2401Transformer.php @@ -20,9 +20,6 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class Hour2401Transformer extends HourTransformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { $hourOfDay = $dateTime->format('G'); @@ -31,9 +28,6 @@ class Hour2401Transformer extends HourTransformer return $this->padLeft($hourOfDay, $length); } - /** - * {@inheritdoc} - */ public function normalizeHour(int $hour, string $marker = null): int { if ((null === $marker && 24 === $hour) || 'AM' === $marker) { @@ -45,17 +39,11 @@ class Hour2401Transformer extends HourTransformer return $hour; } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return '\d{1,2}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/MinuteTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/MinuteTransformer.php index 5926740..e8bddc6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/MinuteTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/MinuteTransformer.php @@ -20,9 +20,6 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class MinuteTransformer extends Transformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { $minuteOfHour = (int) $dateTime->format('i'); @@ -30,17 +27,11 @@ class MinuteTransformer extends Transformer return $this->padLeft($minuteOfHour, $length); } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return 1 === $length ? '\d{1,2}' : '\d{'.$length.'}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/MonthTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/MonthTransformer.php index d418857..6712ed2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/MonthTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/MonthTransformer.php @@ -62,9 +62,6 @@ class MonthTransformer extends Transformer } } - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { $matchLengthMap = [ @@ -85,9 +82,6 @@ class MonthTransformer extends Transformer return $this->padLeft($dateTime->format('m'), $length); } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { switch ($length) { @@ -111,9 +105,6 @@ class MonthTransformer extends Transformer return $regExp; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { if (!is_numeric($matched)) { diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/QuarterTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/QuarterTransformer.php index 76d37cf..a549dee 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/QuarterTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/QuarterTransformer.php @@ -20,9 +20,6 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class QuarterTransformer extends Transformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { $month = (int) $dateTime->format('n'); @@ -48,9 +45,6 @@ class QuarterTransformer extends Transformer } } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { switch ($length) { @@ -64,9 +58,6 @@ class QuarterTransformer extends Transformer } } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return []; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/SecondTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/SecondTransformer.php index 456abd3..fcb1028 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/SecondTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/SecondTransformer.php @@ -20,9 +20,6 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class SecondTransformer extends Transformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { $secondOfMinute = (int) $dateTime->format('s'); @@ -30,17 +27,11 @@ class SecondTransformer extends Transformer return $this->padLeft($secondOfMinute, $length); } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return 1 === $length ? '\d{1,2}' : '\d{'.$length.'}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/TimezoneTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/TimezoneTransformer.php index 241e847..bab7a96 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/TimezoneTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/TimezoneTransformer.php @@ -23,8 +23,6 @@ use Symfony\Polyfill\Intl\Icu\Exception\NotImplementedException; class TimezoneTransformer extends Transformer { /** - * {@inheritdoc} - * * @throws NotImplementedException When time zone is different than UTC or GMT (Etc/GMT) */ public function format(\DateTime $dateTime, int $length): string @@ -57,20 +55,14 @@ class TimezoneTransformer extends Transformer return $dateTime->format('\G\M\TP'); } - return sprintf('GMT%s%d', ($offset >= 0 ? '+' : ''), $offset / 100); + return sprintf('GMT%s%d', $offset >= 0 ? '+' : '', $offset / 100); } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return 'GMT[+-]\d{2}:?\d{2}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/YearTransformer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/YearTransformer.php index 3bb6acd..a27ce85 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/YearTransformer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/DateFormat/YearTransformer.php @@ -20,9 +20,6 @@ namespace Symfony\Polyfill\Intl\Icu\DateFormat; */ class YearTransformer extends Transformer { - /** - * {@inheritdoc} - */ public function format(\DateTime $dateTime, int $length): string { if (2 === $length) { @@ -32,17 +29,11 @@ class YearTransformer extends Transformer return $this->padLeft($dateTime->format('Y'), $length); } - /** - * {@inheritdoc} - */ public function getReverseMatchingRegExp(int $length): string { return 2 === $length ? '\d{2}' : '\d{1,4}'; } - /** - * {@inheritdoc} - */ public function extractDateOptions(string $matched, int $length): array { return [ diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/IntlDateFormatter.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/IntlDateFormatter.php index 718ce9b..402a07c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/IntlDateFormatter.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/IntlDateFormatter.php @@ -276,7 +276,7 @@ abstract class IntlDateFormatter * * @throws MethodNotImplementedException */ - public function formatObject($datetime, $format = null, string $locale = null) + public static function formatObject($datetime, $format = null, string $locale = null) { throw new MethodNotImplementedException(__METHOD__); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/composer.json index 6f745b1..761d80a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-icu/composer.json @@ -32,7 +32,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-normalizer/Normalizer.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-normalizer/Normalizer.php index 4443c23..81704ab 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-normalizer/Normalizer.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-normalizer/Normalizer.php @@ -90,7 +90,7 @@ class Normalizer self::$cC = self::getData('combiningClass'); } - if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) { + if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) \ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) { mb_internal_encoding('8bit'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-normalizer/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-normalizer/composer.json index eb452bf..65f72d6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-normalizer/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-intl-normalizer/composer.json @@ -29,7 +29,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-mbstring/Mbstring.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-mbstring/Mbstring.php index 693749f..bce5c4a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-mbstring/Mbstring.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-mbstring/Mbstring.php @@ -80,7 +80,7 @@ final class Mbstring public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null) { - if (\is_array($fromEncoding) || ($fromEncoding !== null && false !== strpos($fromEncoding, ','))) { + if (\is_array($fromEncoding) || (null !== $fromEncoding && false !== strpos($fromEncoding, ','))) { $fromEncoding = self::mb_detect_encoding($s, $fromEncoding); } else { $fromEncoding = self::getEncoding($fromEncoding); @@ -102,7 +102,7 @@ final class Mbstring $fromEncoding = 'Windows-1252'; } if ('UTF-8' !== $fromEncoding) { - $s = \iconv($fromEncoding, 'UTF-8//IGNORE', $s); + $s = iconv($fromEncoding, 'UTF-8//IGNORE', $s); } return preg_replace_callback('/[\x80-\xFF]+/', [__CLASS__, 'html_encoding_callback'], $s); @@ -113,7 +113,7 @@ final class Mbstring $fromEncoding = 'UTF-8'; } - return \iconv($fromEncoding, $toEncoding.'//IGNORE', $s); + return iconv($fromEncoding, $toEncoding.'//IGNORE', $s); } public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars) @@ -130,7 +130,7 @@ final class Mbstring public static function mb_decode_mimeheader($s) { - return \iconv_mime_decode($s, 2, self::$internalEncoding); + return iconv_mime_decode($s, 2, self::$internalEncoding); } public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefeed = null, $indent = null) @@ -140,7 +140,7 @@ final class Mbstring public static function mb_decode_numericentity($s, $convmap, $encoding = null) { - if (null !== $s && !is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { + if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); return null; @@ -150,7 +150,7 @@ final class Mbstring return false; } - if (null !== $encoding && !is_scalar($encoding)) { + if (null !== $encoding && !\is_scalar($encoding)) { trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); return ''; // Instead of null (cf. mb_encode_numericentity). @@ -166,10 +166,10 @@ final class Mbstring if ('UTF-8' === $encoding) { $encoding = null; if (!preg_match('//u', $s)) { - $s = @\iconv('UTF-8', 'UTF-8//IGNORE', $s); + $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); } } else { - $s = \iconv($encoding, 'UTF-8//IGNORE', $s); + $s = iconv($encoding, 'UTF-8//IGNORE', $s); } $cnt = floor(\count($convmap) / 4) * 4; @@ -195,12 +195,12 @@ final class Mbstring return $s; } - return \iconv('UTF-8', $encoding.'//IGNORE', $s); + return iconv('UTF-8', $encoding.'//IGNORE', $s); } public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) { - if (null !== $s && !is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { + if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); return null; @@ -210,13 +210,13 @@ final class Mbstring return false; } - if (null !== $encoding && !is_scalar($encoding)) { + if (null !== $encoding && !\is_scalar($encoding)) { trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); return null; // Instead of '' (cf. mb_decode_numericentity). } - if (null !== $is_hex && !is_scalar($is_hex)) { + if (null !== $is_hex && !\is_scalar($is_hex)) { trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING); return null; @@ -232,10 +232,10 @@ final class Mbstring if ('UTF-8' === $encoding) { $encoding = null; if (!preg_match('//u', $s)) { - $s = @\iconv('UTF-8', 'UTF-8//IGNORE', $s); + $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); } } else { - $s = \iconv($encoding, 'UTF-8//IGNORE', $s); + $s = iconv($encoding, 'UTF-8//IGNORE', $s); } static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; @@ -265,7 +265,7 @@ final class Mbstring return $result; } - return \iconv('UTF-8', $encoding.'//IGNORE', $result); + return iconv('UTF-8', $encoding.'//IGNORE', $result); } public static function mb_convert_case($s, $mode, $encoding = null) @@ -280,10 +280,10 @@ final class Mbstring if ('UTF-8' === $encoding) { $encoding = null; if (!preg_match('//u', $s)) { - $s = @\iconv('UTF-8', 'UTF-8//IGNORE', $s); + $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); } } else { - $s = \iconv($encoding, 'UTF-8//IGNORE', $s); + $s = iconv($encoding, 'UTF-8//IGNORE', $s); } if (\MB_CASE_TITLE == $mode) { @@ -343,7 +343,7 @@ final class Mbstring return $s; } - return \iconv('UTF-8', $encoding.'//IGNORE', $s); + return iconv('UTF-8', $encoding.'//IGNORE', $s); } public static function mb_internal_encoding($encoding = null) @@ -354,7 +354,7 @@ final class Mbstring $normalizedEncoding = self::getEncoding($encoding); - if ('UTF-8' === $normalizedEncoding || false !== @\iconv($normalizedEncoding, $normalizedEncoding, ' ')) { + if ('UTF-8' === $normalizedEncoding || false !== @iconv($normalizedEncoding, $normalizedEncoding, ' ')) { self::$internalEncoding = $normalizedEncoding; return true; @@ -413,7 +413,7 @@ final class Mbstring $encoding = self::$internalEncoding; } - return self::mb_detect_encoding($var, [$encoding]) || false !== @\iconv($encoding, $encoding, $var); + return self::mb_detect_encoding($var, [$encoding]) || false !== @iconv($encoding, $encoding, $var); } public static function mb_detect_encoding($str, $encodingList = null, $strict = false) @@ -488,7 +488,7 @@ final class Mbstring return \strlen($s); } - return @\iconv_strlen($s, $encoding); + return @iconv_strlen($s, $encoding); } public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) @@ -509,7 +509,7 @@ final class Mbstring return 0; } - return \iconv_strpos($haystack, $needle, $offset, $encoding); + return iconv_strpos($haystack, $needle, $offset, $encoding); } public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) @@ -533,7 +533,7 @@ final class Mbstring } $pos = '' !== $needle || 80000 > \PHP_VERSION_ID - ? \iconv_strrpos($haystack, $needle, $encoding) + ? iconv_strrpos($haystack, $needle, $encoding) : self::mb_strlen($haystack, $encoding); return false !== $pos ? $offset + $pos : false; @@ -541,7 +541,7 @@ final class Mbstring public static function mb_str_split($string, $split_length = 1, $encoding = null) { - if (null !== $string && !is_scalar($string) && !(\is_object($string) && method_exists($string, '__toString'))) { + if (null !== $string && !\is_scalar($string) && !(\is_object($string) && method_exists($string, '__toString'))) { trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING); return null; @@ -550,6 +550,7 @@ final class Mbstring if (1 > $split_length = (int) $split_length) { if (80000 > \PHP_VERSION_ID) { trigger_error('The length of each segment must be greater than zero', \E_USER_WARNING); + return false; } @@ -617,7 +618,7 @@ final class Mbstring } if ($start < 0) { - $start = \iconv_strlen($s, $encoding) + $start; + $start = iconv_strlen($s, $encoding) + $start; if ($start < 0) { $start = 0; } @@ -626,13 +627,13 @@ final class Mbstring if (null === $length) { $length = 2147483647; } elseif ($length < 0) { - $length = \iconv_strlen($s, $encoding) + $length - $start; + $length = iconv_strlen($s, $encoding) + $length - $start; if ($length < 0) { return ''; } } - return (string) \iconv_substr($s, $start, $length, $encoding); + return (string) iconv_substr($s, $start, $length, $encoding); } public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) @@ -657,7 +658,7 @@ final class Mbstring $pos = strrpos($haystack, $needle); } else { $needle = self::mb_substr($needle, 0, 1, $encoding); - $pos = \iconv_strrpos($haystack, $needle, $encoding); + $pos = iconv_strrpos($haystack, $needle, $encoding); } return self::getSubpart($pos, $part, $haystack, $encoding); @@ -736,12 +737,12 @@ final class Mbstring $encoding = self::getEncoding($encoding); if ('UTF-8' !== $encoding) { - $s = \iconv($encoding, 'UTF-8//IGNORE', $s); + $s = iconv($encoding, 'UTF-8//IGNORE', $s); } $s = preg_replace('/[\x{1100}-\x{115F}\x{2329}\x{232A}\x{2E80}-\x{303E}\x{3040}-\x{A4CF}\x{AC00}-\x{D7A3}\x{F900}-\x{FAFF}\x{FE10}-\x{FE19}\x{FE30}-\x{FE6F}\x{FF00}-\x{FF60}\x{FFE0}-\x{FFE6}\x{20000}-\x{2FFFD}\x{30000}-\x{3FFFD}]/u', '', $s, -1, $wide); - return ($wide << 1) + \iconv_strlen($s, 'UTF-8'); + return ($wide << 1) + iconv_strlen($s, 'UTF-8'); } public static function mb_substr_count($haystack, $needle, $encoding = null) diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-mbstring/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-mbstring/composer.json index 9cd2e92..4489553 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-mbstring/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-mbstring/composer.json @@ -31,7 +31,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php73/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php73/composer.json index af0cf42..b5c58ec 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php73/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php73/composer.json @@ -26,7 +26,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php index 7ea6d27..2b95542 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + #[Attribute(Attribute::TARGET_CLASS)] final class Attribute { diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php index 72f1081..bd1212f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php @@ -1,6 +1,15 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +if (\PHP_VERSION_ID < 80000 && extension_loaded('tokenizer')) { class PhpToken extends Symfony\Polyfill\Php80\PhpToken { } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php index 77e037c..7c62d75 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + if (\PHP_VERSION_ID < 80000) { interface Stringable { diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php index 37937cb..01c6c6c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + if (\PHP_VERSION_ID < 80000) { class UnhandledMatchError extends Error { diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php index a3a9b88..783dbc2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + if (\PHP_VERSION_ID < 80000) { class ValueError extends Error { diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/composer.json index cd3e9b6..bd9a326 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php80/composer.json @@ -30,7 +30,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php index f4cad34..cb7720a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + if (\PHP_VERSION_ID < 80100) { #[Attribute(Attribute::TARGET_METHOD)] final class ReturnTypeWillChange diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php81/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php81/composer.json index 014da78..149b598 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php81/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/polyfill-php81/composer.json @@ -26,7 +26,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/property-access/PropertyAccessor.php b/htdocs/core/modules/facture/doc/vendor/symfony/property-access/PropertyAccessor.php index f4eb475..a611f26 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/property-access/PropertyAccessor.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/property-access/PropertyAccessor.php @@ -201,7 +201,7 @@ class PropertyAccessor implements PropertyAccessorInterface // OR // 2. its child is not passed by reference // - // This may avoid uncessary value setting process for array elements. + // This may avoid unnecessary value setting process for array elements. // For example: // '[a][b][c]' => 'old-value' // If you want to change its value to 'new-value', @@ -737,7 +737,7 @@ class PropertyAccessor implements PropertyAccessorInterface } $apcu = new ApcuAdapter($namespace, $defaultLifetime / 5, $version); - if ('cli' === \PHP_SAPI && !filter_var(ini_get('apc.enable_cli'), \FILTER_VALIDATE_BOOLEAN)) { + if ('cli' === \PHP_SAPI && !filter_var(\ini_get('apc.enable_cli'), \FILTER_VALIDATE_BOOLEAN)) { $apcu->setLogger(new NullLogger()); } elseif (null !== $logger) { $apcu->setLogger($logger); diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Extractor/ReflectionExtractor.php b/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Extractor/ReflectionExtractor.php index b9011bf..bdb2172 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Extractor/ReflectionExtractor.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Extractor/ReflectionExtractor.php @@ -218,7 +218,7 @@ class ReflectionExtractor implements PropertyListExtractorInterface, PropertyTyp */ public function isWritable(string $class, string $property, array $context = []): ?bool { - if ($this->isAllowedProperty($class, $property)) { + if ($this->isAllowedProperty($class, $property, true)) { return true; } @@ -553,6 +553,11 @@ class ReflectionExtractor implements PropertyListExtractorInterface, PropertyTyp $nullable = $reflectionType->allowsNull(); foreach (($reflectionType instanceof \ReflectionUnionType || $reflectionType instanceof \ReflectionIntersectionType) ? $reflectionType->getTypes() : [$reflectionType] as $type) { + if (!$type instanceof \ReflectionNamedType) { + // Nested composite types are not supported yet. + return []; + } + $phpTypeOrClass = $type->getName(); if ('null' === $phpTypeOrClass || 'mixed' === $phpTypeOrClass || 'never' === $phpTypeOrClass) { continue; @@ -603,11 +608,15 @@ class ReflectionExtractor implements PropertyListExtractorInterface, PropertyTyp return false; } - private function isAllowedProperty(string $class, string $property): bool + private function isAllowedProperty(string $class, string $property, bool $writeAccessRequired = false): bool { try { $reflectionProperty = new \ReflectionProperty($class, $property); + if (\PHP_VERSION_ID >= 80100 && $writeAccessRequired && $reflectionProperty->isReadOnly()) { + return false; + } + return (bool) ($reflectionProperty->getModifiers() & $this->propertyReflectionFlags); } catch (\ReflectionException $e) { // Return false if the property doesn't exist diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Util/PhpDocTypeHelper.php b/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Util/PhpDocTypeHelper.php index cafbaaf..c4a2edb 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Util/PhpDocTypeHelper.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Util/PhpDocTypeHelper.php @@ -11,6 +11,7 @@ namespace Symfony\Component\PropertyInfo\Util; +use phpDocumentor\Reflection\PseudoTypes\ConstExpression; use phpDocumentor\Reflection\PseudoTypes\List_; use phpDocumentor\Reflection\Type as DocType; use phpDocumentor\Reflection\Types\Array_; @@ -39,6 +40,11 @@ final class PhpDocTypeHelper */ public function getTypes(DocType $varType): array { + if ($varType instanceof ConstExpression) { + // It's safer to fall back to other extractors here, as resolving const types correctly is not easy at the moment + return []; + } + $types = []; $nullable = false; @@ -64,6 +70,11 @@ final class PhpDocTypeHelper for ($typeIndex = 0; $varType->has($typeIndex); ++$typeIndex) { $type = $varType->get($typeIndex); + if ($type instanceof ConstExpression) { + // It's safer to fall back to other extractors here, as resolving const types correctly is not easy at the moment + return []; + } + // If null is present, all types are nullable if ($type instanceof Null_) { $nullable = true; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Util/PhpStanTypeHelper.php b/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Util/PhpStanTypeHelper.php index f3812ea..256122a 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Util/PhpStanTypeHelper.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/property-info/Util/PhpStanTypeHelper.php @@ -117,6 +117,10 @@ final class PhpStanTypeHelper if ($node instanceof GenericTypeNode) { [$mainType] = $this->extractTypes($node->type, $nameScope); + if (Type::BUILTIN_TYPE_INT === $mainType->getBuiltinType()) { + return [$mainType]; + } + $collectionKeyTypes = $mainType->getCollectionKeyTypes(); $collectionKeyValues = []; if (1 === \count($node->genericTypes)) { diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/property-info/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/property-info/composer.json index e6a29c0..30d77f6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/property-info/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/property-info/composer.json @@ -34,7 +34,7 @@ "symfony/dependency-injection": "^4.4|^5.0|^6.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "phpstan/phpdoc-parser": "^1.0", - "doctrine/annotations": "^1.10.4" + "doctrine/annotations": "^1.10.4|^2" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.2.2", diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/string/AbstractString.php b/htdocs/core/modules/facture/doc/vendor/symfony/string/AbstractString.php index cf21fef..13567c7 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/string/AbstractString.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/string/AbstractString.php @@ -245,7 +245,7 @@ abstract class AbstractString implements \Stringable, \JsonSerializable public function collapseWhitespace(): self { $str = clone $this; - $str->string = trim(preg_replace('/(?:\s{2,}+|[^\S ])/', ' ', $str->string)); + $str->string = trim(preg_replace("/(?:[ \n\r\t\x0C]{2,}+|[\n\r\t\x0C])/", ' ', $str->string), " \n\r\t\x0C"); return $str; } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/string/AbstractUnicodeString.php b/htdocs/core/modules/facture/doc/vendor/symfony/string/AbstractUnicodeString.php index 767f623..1bc6f88 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/string/AbstractUnicodeString.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/string/AbstractUnicodeString.php @@ -162,7 +162,7 @@ abstract class AbstractUnicodeString extends AbstractString public function camel(): parent { $str = clone $this; - $str->string = str_replace(' ', '', preg_replace_callback('/\b./u', static function ($m) use (&$i) { + $str->string = str_replace(' ', '', preg_replace_callback('/\b.(?![A-Z]{2,})/u', static function ($m) use (&$i) { return 1 === ++$i ? ('İ' === $m[0] ? 'i̇' : mb_strtolower($m[0], 'UTF-8')) : mb_convert_case($m[0], \MB_CASE_TITLE, 'UTF-8'); }, preg_replace('/[^\pL0-9]++/u', ' ', $this->string))); @@ -366,7 +366,7 @@ abstract class AbstractUnicodeString extends AbstractString public function snake(): parent { - $str = $this->camel()->title(); + $str = $this->camel(); $str->string = mb_strtolower(preg_replace(['/(\p{Lu}+)(\p{Lu}\p{Ll})/u', '/([\p{Ll}0-9])(\p{Lu})/u'], '\1_\2', $str->string), 'UTF-8'); return $str; @@ -498,8 +498,11 @@ abstract class AbstractUnicodeString extends AbstractString )|[\p{Cc}\x7F]++)/xu', '', $s); } - // Non printable characters have been dropped, so wcswidth cannot logically return -1. - $width += $this->wcswidth($s); + $lineWidth = $this->wcswidth($s); + + if ($lineWidth > $width) { + $width = $lineWidth; + } } return $width; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/string/ByteString.php b/htdocs/core/modules/facture/doc/vendor/symfony/string/ByteString.php index bbf8614..626d8c1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/string/ByteString.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/string/ByteString.php @@ -103,7 +103,10 @@ class ByteString extends AbstractString public function camel(): parent { $str = clone $this; - $str->string = lcfirst(str_replace(' ', '', ucwords(preg_replace('/[^a-zA-Z0-9\x7f-\xff]++/', ' ', $this->string)))); + + $parts = explode(' ', trim(ucwords(preg_replace('/[^a-zA-Z0-9\x7f-\xff]++/', ' ', $this->string)))); + $parts[0] = 1 !== \strlen($parts[0]) && ctype_upper($parts[0]) ? $parts[0] : lcfirst($parts[0]); + $str->string = implode('', $parts); return $str; } @@ -363,7 +366,7 @@ class ByteString extends AbstractString public function snake(): parent { - $str = $this->camel()->title(); + $str = $this->camel(); $str->string = strtolower(preg_replace(['/([A-Z]+)([A-Z][a-z])/', '/([a-z\d])([A-Z])/'], '\1_\2', $str->string)); return $str; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/string/Inflector/FrenchInflector.php b/htdocs/core/modules/facture/doc/vendor/symfony/string/Inflector/FrenchInflector.php index 42f6125..612c8f2 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/string/Inflector/FrenchInflector.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/string/Inflector/FrenchInflector.php @@ -100,7 +100,7 @@ final class FrenchInflector implements InflectorInterface ['/^mes(sieur|seigneur)s$/', 'mon\1'], ['/^Mes(sieur|seigneur)s$/', 'Mon\1'], - //Default rule + // Default rule ['/s$/i', ''], ]; @@ -108,7 +108,7 @@ final class FrenchInflector implements InflectorInterface * A list of words which should not be inflected. * This list is only used by singularize. */ - private const UNINFLECTED = '/^(abcès|accès|abus|albatros|anchois|anglais|autobus|bois|brebis|carquois|cas|chas|colis|concours|corps|cours|cyprès|décès|devis|discours|dos|embarras|engrais|entrelacs|excès|fils|fois|gâchis|gars|glas|héros|intrus|jars|jus|kermès|lacis|legs|lilas|marais|mars|matelas|mépris|mets|mois|mors|obus|os|palais|paradis|parcours|pardessus|pays|plusieurs|poids|pois|pouls|printemps|processus|progrès|puits|pus|rabais|radis|recors|recours|refus|relais|remords|remous|rictus|rhinocéros|repas|rubis|sas|secours|sens|souris|succès|talus|tapis|tas|taudis|temps|tiers|univers|velours|verglas|vernis|virus)$/i'; + private const UNINFLECTED = '/^(abcès|accès|abus|albatros|anchois|anglais|autobus|bois|brebis|carquois|cas|chas|colis|concours|corps|cours|cyprès|décès|devis|discours|dos|embarras|engrais|entrelacs|excès|fils|fois|gâchis|gars|glas|héros|intrus|jars|jus|kermès|lacis|legs|lilas|marais|mars|matelas|mépris|mets|mois|mors|obus|os|palais|paradis|parcours|pardessus|pays|plusieurs|poids|pois|pouls|printemps|processus|progrès|puits|pus|rabais|radis|recors|recours|refus|relais|remords|remous|rictus|rhinocéros|repas|rubis|sans|sas|secours|sens|souris|succès|talus|tapis|tas|taudis|temps|tiers|univers|velours|verglas|vernis|virus)$/i'; /** * {@inheritdoc} diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/string/LazyString.php b/htdocs/core/modules/facture/doc/vendor/symfony/string/LazyString.php index b3801db..9c7a9c5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/string/LazyString.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/string/LazyString.php @@ -75,7 +75,7 @@ class LazyString implements \Stringable, \JsonSerializable */ final public static function isStringable($value): bool { - return \is_string($value) || $value instanceof self || (\is_object($value) ? method_exists($value, '__toString') : is_scalar($value)); + return \is_string($value) || $value instanceof self || (\is_object($value) ? method_exists($value, '__toString') : \is_scalar($value)); } /** @@ -148,7 +148,7 @@ class LazyString implements \Stringable, \JsonSerializable } elseif ($callback instanceof \Closure) { $r = new \ReflectionFunction($callback); - if (false !== strpos($r->name, '{closure}') || !$class = $r->getClosureScopeClass()) { + if (false !== strpos($r->name, '{closure}') || !$class = \PHP_VERSION_ID >= 80111 ? $r->getClosureCalledClass() : $r->getClosureScopeClass()) { return $r->name; } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/string/Resources/data/wcswidth_table_wide.php b/htdocs/core/modules/facture/doc/vendor/symfony/string/Resources/data/wcswidth_table_wide.php index 43c802d..5a647e6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/string/Resources/data/wcswidth_table_wide.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/string/Resources/data/wcswidth_table_wide.php @@ -3,8 +3,8 @@ /* * This file has been auto-generated by the Symfony String Component for internal use. * - * Unicode version: 14.0.0 - * Date: 2021-09-17T09:20:30+02:00 + * Unicode version: 15.0.0 + * Date: 2022-10-05T17:16:36+02:00 */ return [ @@ -856,10 +856,18 @@ return [ 110848, 110882, ], + [ + 110898, + 110898, + ], [ 110928, 110930, ], + [ + 110933, + 110933, + ], [ 110948, 110951, @@ -1005,7 +1013,7 @@ return [ 128727, ], [ - 128733, + 128732, 128735, ], [ @@ -1038,39 +1046,31 @@ return [ ], [ 129648, - 129652, - ], - [ - 129656, 129660, ], [ 129664, - 129670, + 129672, ], [ 129680, - 129708, + 129725, ], [ - 129712, - 129722, - ], - [ - 129728, + 129727, 129733, ], [ - 129744, - 129753, + 129742, + 129755, ], [ 129760, - 129767, + 129768, ], [ 129776, - 129782, + 129784, ], [ 131072, @@ -1082,10 +1082,10 @@ return [ ], [ 173824, - 177976, + 177977, ], [ - 177977, + 177978, 177983, ], [ @@ -1130,6 +1130,14 @@ return [ ], [ 201547, + 201551, + ], + [ + 201552, + 205743, + ], + [ + 205744, 262141, ], ]; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/string/Resources/data/wcswidth_table_zero.php b/htdocs/core/modules/facture/doc/vendor/symfony/string/Resources/data/wcswidth_table_zero.php index 63b0824..9ae7330 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/string/Resources/data/wcswidth_table_zero.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/string/Resources/data/wcswidth_table_zero.php @@ -3,8 +3,8 @@ /* * This file has been auto-generated by the Symfony String Component for internal use. * - * Unicode version: 14.0.0 - * Date: 2021-09-17T09:20:30+02:00 + * Unicode version: 15.0.0 + * Date: 2022-10-05T17:16:37+02:00 */ return [ @@ -382,7 +382,7 @@ return [ ], [ 3784, - 3789, + 3790, ], [ 3864, @@ -920,6 +920,10 @@ return [ 69291, 69292, ], + [ + 69373, + 69375, + ], [ 69446, 69456, @@ -1008,6 +1012,10 @@ return [ 70206, 70206, ], + [ + 70209, + 70209, + ], [ 70367, 70367, @@ -1252,6 +1260,30 @@ return [ 73459, 73460, ], + [ + 73472, + 73473, + ], + [ + 73526, + 73530, + ], + [ + 73536, + 73536, + ], + [ + 73538, + 73538, + ], + [ + 78912, + 78912, + ], + [ + 78919, + 78933, + ], [ 92912, 92916, @@ -1348,6 +1380,10 @@ return [ 122918, 122922, ], + [ + 123023, + 123023, + ], [ 123184, 123190, @@ -1360,6 +1396,10 @@ return [ 123628, 123631, ], + [ + 124140, + 124143, + ], [ 125136, 125142, diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/translation-contracts/Test/TranslatorTest.php b/htdocs/core/modules/facture/doc/vendor/symfony/translation-contracts/Test/TranslatorTest.php index 8903676..a3e9b20 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/translation-contracts/Test/TranslatorTest.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/translation-contracts/Test/TranslatorTest.php @@ -362,7 +362,7 @@ class TranslatorTest extends TestCase foreach ($matrix as $langCode => $data) { $indexes = array_flip($data); if ($expectSuccess) { - $this->assertEquals($nplural, \count($indexes), "Langcode '$langCode' has '$nplural' plural forms."); + $this->assertCount($nplural, $indexes, "Langcode '$langCode' has '$nplural' plural forms."); } else { $this->assertNotEquals((int) $nplural, \count($indexes), "Langcode '$langCode' has '$nplural' plural forms."); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/CHANGELOG.md b/htdocs/core/modules/facture/doc/vendor/symfony/validator/CHANGELOG.md index 35f7a3e..f15d18b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/CHANGELOG.md +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/CHANGELOG.md @@ -53,6 +53,7 @@ CHANGELOG 5.1.0 ----- + * Add `AtLeastOneOf` constraint that is considered to be valid if at least one of the nested constraints is valid * added the `Hostname` constraint and validator * added the `alpha3` option to the `Country` and `Language` constraints * allow to define a reusable set of constraints by extending the `Compound` constraint diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Command/DebugCommand.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Command/DebugCommand.php index ad0ebba..be2c3fe 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Command/DebugCommand.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Command/DebugCommand.php @@ -90,7 +90,19 @@ EOF $rows = []; $dump = new Dumper($output); - foreach ($this->getConstrainedPropertiesData($class) as $propertyName => $constraintsData) { + /** @var ClassMetadataInterface $classMetadata */ + $classMetadata = $this->validator->getMetadataFor($class); + + foreach ($this->getClassConstraintsData($classMetadata) as $data) { + $rows[] = [ + '-', + $data['class'], + implode(', ', $data['groups']), + $dump($data['options']), + ]; + } + + foreach ($this->getConstrainedPropertiesData($classMetadata) as $propertyName => $constraintsData) { foreach ($constraintsData as $data) { $rows[] = [ $propertyName, @@ -121,13 +133,21 @@ EOF $table->render(); } - private function getConstrainedPropertiesData(string $class): array + private function getClassConstraintsData(ClassMetadataInterface $classMetadata): iterable + { + foreach ($classMetadata->getConstraints() as $constraint) { + yield [ + 'class' => \get_class($constraint), + 'groups' => $constraint->groups, + 'options' => $this->getConstraintOptions($constraint), + ]; + } + } + + private function getConstrainedPropertiesData(ClassMetadataInterface $classMetadata): array { $data = []; - /** @var ClassMetadataInterface $classMetadata */ - $classMetadata = $this->validator->getMetadataFor($class); - foreach ($classMetadata->getConstrainedProperties() as $constrainedProperty) { $data[$constrainedProperty] = $this->getPropertyData($classMetadata, $constrainedProperty); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/AtLeastOneOfValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/AtLeastOneOfValidator.php index 9555851..888f583 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/AtLeastOneOfValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/AtLeastOneOfValidator.php @@ -34,6 +34,10 @@ class AtLeastOneOfValidator extends ConstraintValidator $messages = [$constraint->message]; foreach ($constraint->constraints as $key => $item) { + if (!\in_array($this->context->getGroup(), $item->groups, true)) { + continue; + } + $executionContext = clone $this->context; $executionContext->setNode($value, $this->context->getObject(), $this->context->getMetadata(), $this->context->getPropertyPath()); $violations = $validator->inContext($executionContext)->validate($value, $item, $this->context->getGroup())->getViolations(); diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/BicValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/BicValidator.php index ff87b6e..37e922d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/BicValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/BicValidator.php @@ -68,7 +68,7 @@ class BicValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/CountryValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/CountryValidator.php index 895cca3..a96809c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/CountryValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/CountryValidator.php @@ -37,7 +37,7 @@ class CountryValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/CurrencyValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/CurrencyValidator.php index 4f294e4..64dd66f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/CurrencyValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/CurrencyValidator.php @@ -38,7 +38,7 @@ class CurrencyValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/DateTimeValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/DateTimeValidator.php index e93f795..6ecefe6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/DateTimeValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/DateTimeValidator.php @@ -34,7 +34,7 @@ class DateTimeValidator extends DateValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } @@ -42,7 +42,7 @@ class DateTimeValidator extends DateValidator \DateTime::createFromFormat($constraint->format, $value); - $errors = \DateTime::getLastErrors(); + $errors = \DateTime::getLastErrors() ?: ['error_count' => 0, 'warnings' => []]; if (0 < $errors['error_count']) { $this->context->buildViolation($constraint->message) diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/DateValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/DateValidator.php index 3f18cac..5a5f22e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/DateValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/DateValidator.php @@ -46,7 +46,7 @@ class DateValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } @@ -62,9 +62,9 @@ class DateValidator extends ConstraintValidator } if (!self::checkDate( - $matches['year'] ?? $matches[1], - $matches['month'] ?? $matches[2], - $matches['day'] ?? $matches[3] + $matches['year'] ?? $matches[1], + $matches['month'] ?? $matches[2], + $matches['day'] ?? $matches[3] )) { $this->context->buildViolation($constraint->message) ->setParameter('{{ value }}', $this->formatValue($value)) diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/EmailValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/EmailValidator.php index c879ee4..ee78024 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/EmailValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/EmailValidator.php @@ -56,7 +56,7 @@ class EmailValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } @@ -70,6 +70,10 @@ class EmailValidator extends ConstraintValidator } if (null === $constraint->mode) { + if (Email::VALIDATION_MODE_STRICT === $this->defaultMode && !class_exists(EguliasEmailValidator::class)) { + throw new LogicException(sprintf('The "egulias/email-validator" component is required to make the "%s" constraint default to strict mode.', EguliasEmailValidator::class)); + } + $constraint->mode = $this->defaultMode; } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/FileValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/FileValidator.php index cebb6ed..101330f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/FileValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/FileValidator.php @@ -116,7 +116,7 @@ class FileValidator extends ConstraintValidator } } - if (!is_scalar($value) && !$value instanceof FileObject && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !$value instanceof FileObject && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/HostnameValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/HostnameValidator.php index 144d57e..69f7bd0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/HostnameValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/HostnameValidator.php @@ -41,7 +41,7 @@ class HostnameValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IbanValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IbanValidator.php index 0f39a3a..215eb16 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IbanValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IbanValidator.php @@ -102,7 +102,7 @@ class IbanValidator extends ConstraintValidator 'MK' => 'MK\d{2}\d{3}[\dA-Z]{10}\d{2}', // Macedonia, Former Yugoslav Republic of 'ML' => 'ML\d{2}[A-Z]{1}\d{23}', // Mali 'MQ' => 'FR\d{2}\d{5}\d{5}[\dA-Z]{11}\d{2}', // Martinique - 'MR' => 'MR13\d{5}\d{5}\d{11}\d{2}', // Mauritania + 'MR' => 'MR\d{2}\d{5}\d{5}\d{11}\d{2}', // Mauritania 'MT' => 'MT\d{2}[A-Z]{4}\d{5}[\dA-Z]{18}', // Malta 'MU' => 'MU\d{2}[A-Z]{4}\d{2}\d{2}\d{12}\d{3}[A-Z]{3}', // Mauritius 'MZ' => 'MZ\d{2}\d{21}', // Mozambique @@ -127,7 +127,7 @@ class IbanValidator extends ConstraintValidator 'SN' => 'SN\d{2}[A-Z]{1}\d{23}', // Senegal 'TF' => 'FR\d{2}\d{5}\d{5}[\dA-Z]{11}\d{2}', // French Southern Territories 'TL' => 'TL\d{2}\d{3}\d{14}\d{2}', // Timor-Leste - 'TN' => 'TN59\d{2}\d{3}\d{13}\d{2}', // Tunisia + 'TN' => 'TN\d{2}\d{2}\d{3}\d{13}\d{2}', // Tunisia 'TR' => 'TR\d{2}\d{5}[\dA-Z]{1}[\dA-Z]{16}', // Turkey 'UA' => 'UA\d{2}\d{6}[\dA-Z]{19}', // Ukraine 'VA' => 'VA\d{2}\d{3}\d{15}', // Vatican City State @@ -150,7 +150,7 @@ class IbanValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IpValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IpValidator.php index e48d41e..9db41f9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IpValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IpValidator.php @@ -37,7 +37,7 @@ class IpValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } @@ -49,48 +49,48 @@ class IpValidator extends ConstraintValidator switch ($constraint->version) { case Ip::V4: - $flag = \FILTER_FLAG_IPV4; - break; + $flag = \FILTER_FLAG_IPV4; + break; case Ip::V6: - $flag = \FILTER_FLAG_IPV6; - break; + $flag = \FILTER_FLAG_IPV6; + break; case Ip::V4_NO_PRIV: - $flag = \FILTER_FLAG_IPV4 | \FILTER_FLAG_NO_PRIV_RANGE; - break; + $flag = \FILTER_FLAG_IPV4 | \FILTER_FLAG_NO_PRIV_RANGE; + break; case Ip::V6_NO_PRIV: - $flag = \FILTER_FLAG_IPV6 | \FILTER_FLAG_NO_PRIV_RANGE; - break; + $flag = \FILTER_FLAG_IPV6 | \FILTER_FLAG_NO_PRIV_RANGE; + break; case Ip::ALL_NO_PRIV: - $flag = \FILTER_FLAG_NO_PRIV_RANGE; - break; + $flag = \FILTER_FLAG_NO_PRIV_RANGE; + break; case Ip::V4_NO_RES: - $flag = \FILTER_FLAG_IPV4 | \FILTER_FLAG_NO_RES_RANGE; - break; + $flag = \FILTER_FLAG_IPV4 | \FILTER_FLAG_NO_RES_RANGE; + break; case Ip::V6_NO_RES: - $flag = \FILTER_FLAG_IPV6 | \FILTER_FLAG_NO_RES_RANGE; - break; + $flag = \FILTER_FLAG_IPV6 | \FILTER_FLAG_NO_RES_RANGE; + break; case Ip::ALL_NO_RES: - $flag = \FILTER_FLAG_NO_RES_RANGE; - break; + $flag = \FILTER_FLAG_NO_RES_RANGE; + break; case Ip::V4_ONLY_PUBLIC: - $flag = \FILTER_FLAG_IPV4 | \FILTER_FLAG_NO_PRIV_RANGE | \FILTER_FLAG_NO_RES_RANGE; - break; + $flag = \FILTER_FLAG_IPV4 | \FILTER_FLAG_NO_PRIV_RANGE | \FILTER_FLAG_NO_RES_RANGE; + break; case Ip::V6_ONLY_PUBLIC: - $flag = \FILTER_FLAG_IPV6 | \FILTER_FLAG_NO_PRIV_RANGE | \FILTER_FLAG_NO_RES_RANGE; - break; + $flag = \FILTER_FLAG_IPV6 | \FILTER_FLAG_NO_PRIV_RANGE | \FILTER_FLAG_NO_RES_RANGE; + break; case Ip::ALL_ONLY_PUBLIC: - $flag = \FILTER_FLAG_NO_PRIV_RANGE | \FILTER_FLAG_NO_RES_RANGE; - break; + $flag = \FILTER_FLAG_NO_PRIV_RANGE | \FILTER_FLAG_NO_RES_RANGE; + break; default: $flag = 0; diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IsbnValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IsbnValidator.php index d015a1d..37aa873 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IsbnValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IsbnValidator.php @@ -40,7 +40,7 @@ class IsbnValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IsinValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IsinValidator.php index d5e4d9d..81c815e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IsinValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IsinValidator.php @@ -36,7 +36,7 @@ class IsinValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IssnValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IssnValidator.php index aa83201..66f44af 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IssnValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/IssnValidator.php @@ -39,7 +39,7 @@ class IssnValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/JsonValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/JsonValidator.php index e553ae3..176331f 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/JsonValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/JsonValidator.php @@ -33,7 +33,7 @@ class JsonValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedTypeException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LanguageValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LanguageValidator.php index 911a713..8becc18 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LanguageValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LanguageValidator.php @@ -37,7 +37,7 @@ class LanguageValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LengthValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LengthValidator.php index c4bbffe..34e8360 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LengthValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LengthValidator.php @@ -34,7 +34,7 @@ class LengthValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LocaleValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LocaleValidator.php index 860273d..0957e90 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LocaleValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/LocaleValidator.php @@ -37,7 +37,7 @@ class LocaleValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php index adcdb7a..148253d 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php @@ -63,7 +63,7 @@ class NotCompromisedPasswordValidator extends ConstraintValidator return; } - if (null !== $value && !is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (null !== $value && !\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } @@ -91,6 +91,10 @@ class NotCompromisedPasswordValidator extends ConstraintValidator } foreach (explode("\r\n", $result) as $line) { + if (!str_contains($line, ':')) { + continue; + } + [$hashSuffix, $count] = explode(':', $line); if ($hashPrefix.$hashSuffix === $hash && $constraint->threshold <= (int) $count) { diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/RegexValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/RegexValidator.php index 7fadf76..bf82816 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/RegexValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/RegexValidator.php @@ -37,7 +37,7 @@ class RegexValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/TimeValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/TimeValidator.php index 5a71e44..855f320 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/TimeValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/TimeValidator.php @@ -46,7 +46,7 @@ class TimeValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/TimezoneValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/TimezoneValidator.php index ab6b4ee..a83d78c 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/TimezoneValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/TimezoneValidator.php @@ -39,7 +39,7 @@ class TimezoneValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UlidValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UlidValidator.php index 45f85b8..ad74124 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UlidValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UlidValidator.php @@ -37,7 +37,7 @@ class UlidValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } @@ -48,6 +48,8 @@ class UlidValidator extends ConstraintValidator ->setParameter('{{ value }}', $this->formatValue($value)) ->setCode(26 > \strlen($value) ? Ulid::TOO_SHORT_ERROR : Ulid::TOO_LONG_ERROR) ->addViolation(); + + return; } if (\strlen($value) !== strspn($value, '0123456789ABCDEFGHJKMNPQRSTVWXYZabcdefghjkmnpqrstvwxyz')) { @@ -55,6 +57,8 @@ class UlidValidator extends ConstraintValidator ->setParameter('{{ value }}', $this->formatValue($value)) ->setCode(Ulid::INVALID_CHARACTERS_ERROR) ->addViolation(); + + return; } // Largest valid ULID is '7ZZZZZZZZZZZZZZZZZZZZZZZZZ' diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UrlValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UrlValidator.php index a72eac6..dff0a99 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UrlValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UrlValidator.php @@ -58,7 +58,7 @@ class UrlValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UuidValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UuidValidator.php index 0662966..df530e9 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UuidValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/UuidValidator.php @@ -72,7 +72,7 @@ class UuidValidator extends ConstraintValidator return; } - if (!is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { + if (!\is_scalar($value) && !(\is_object($value) && method_exists($value, '__toString'))) { throw new UnexpectedValueException($value, 'string'); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/Valid.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/Valid.php index 9ee69fd..e000063 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/Valid.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Constraints/Valid.php @@ -24,6 +24,13 @@ class Valid extends Constraint { public $traverse = true; + public function __construct(array $options = null, array $groups = null, $payload = null, bool $traverse = null) + { + parent::__construct($options ?? [], $groups, $payload); + + $this->traverse = $traverse ?? $this->traverse; + } + public function __get(string $option) { if ('groups' === $option) { diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Mapping/ClassMetadata.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Mapping/ClassMetadata.php index 31f5484..ba62014 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Mapping/ClassMetadata.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Mapping/ClassMetadata.php @@ -210,7 +210,7 @@ class ClassMetadata extends GenericMetadata implements ClassMetadataInterface $this->cascadingStrategy = CascadingStrategy::CASCADE; foreach ($this->getReflectionClass()->getProperties() as $property) { - if ($property->hasType() && (('array' === $type = $property->getType()->getName()) || class_exists(($type)))) { + if ($property->hasType() && (('array' === $type = $property->getType()->getName()) || class_exists($type))) { $this->addPropertyConstraint($property->getName(), new Valid()); } } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.af.xlf b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.af.xlf index 61b9eac..d1dcf3e 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.af.xlf +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.af.xlf @@ -382,6 +382,22 @@ This value is not a valid International Securities Identification Number (ISIN). Hierdie waarde is nie 'n geldige Internasionale veiligheidsidentifikasienommer (ISIN) nie. + + This value should be a valid expression. + Hierdie waarde moet 'n geldige uitdrukking wees. + + + This value is not a valid CSS color. + Hierdie waarde is nie 'n geldige CSS-kleur nie. + + + This value is not a valid CIDR notation. + Hierdie waarde is nie 'n geldige CIDR-notasie nie. + + + The value of the netmask should be between {{ min }} and {{ max }}. + Die waarde van die netmasker moet tussen {{ min }} en {{ max }} wees. + diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.az.xlf b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.az.xlf index 5948087..b3e0999 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.az.xlf +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.az.xlf @@ -386,6 +386,22 @@ This value is not a valid International Securities Identification Number (ISIN). Bu dəyər doğru bir Qiymətli Kağızın Beynəlxalq İdentifikasiya Kodu (ISIN) deyil. + + This value should be a valid expression. + Bu dəyər etibarlı ifadə olmalıdır. + + + This value is not a valid CSS color. + Bu dəyər etibarlı CSS rəngi deyil. + + + This value is not a valid CIDR notation. + Bu dəyər etibarlı CIDR notasiyası deyil. + + + The value of the netmask should be between {{ min }} and {{ max }}. + Şəbəkə maskasının dəyəri {{ min }} və {{ max }} arasında olmalıdır. + diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.de.xlf b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.de.xlf index 00be24f..1c6d0c6 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.de.xlf +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.de.xlf @@ -220,7 +220,7 @@ Unsupported card type or invalid card number. - Nicht unterstützer Kartentyp oder ungültige Kartennummer. + Nicht unterstützter Kartentyp oder ungültige Kartennummer. This is not a valid International Bank Account Number (IBAN). @@ -312,7 +312,7 @@ This is not a valid Business Identifier Code (BIC). - Dieser Wert ist kein gültiger BIC. + Dieser Wert ist keine gültige internationale Bankleitzahl (BIC). Error diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.eu.xlf b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.eu.xlf index ec58c60..ece2da0 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.eu.xlf +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.eu.xlf @@ -390,6 +390,18 @@ This value should be a valid expression. Balio hori baliozko adierazpena izan beharko litzateke. + + This value is not a valid CSS color. + Balio hori ez da baliozko CSS kolorea. + + + This value is not a valid CIDR notation. + Balio hori ez da baliozko CIDR notazioa. + + + The value of the netmask should be between {{ min }} and {{ max }}. + Maskararen balioa {{ min }} eta {{ max }} artekoa izan beharko litzateke. + diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.nb.xlf b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.nb.xlf index 93132ec..5e1ebc1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.nb.xlf +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.nb.xlf @@ -386,6 +386,22 @@ This value is not a valid International Securities Identification Number (ISIN). Denne verdien er ikke et gyldig International Securities Identification Number (ISIN). + + This value should be a valid expression. + Denne verdien skal være et gyldig uttrykk. + + + This value is not a valid CSS color. + Denne verdien er ikke en gyldig CSS-farge. + + + This value is not a valid CIDR notation. + Denne verdien er ikke en gyldig CIDR-notasjon. + + + The value of the netmask should be between {{ min }} and {{ max }}. + Verdien på nettmasken skal være mellom {{ min }} og {{ max }}. + diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.nn.xlf b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.nn.xlf index 8963ba2..fa472b5 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.nn.xlf +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.nn.xlf @@ -386,6 +386,22 @@ This value is not a valid International Securities Identification Number (ISIN). Verdien er ikkje eit gyldig International Securities Identification Number (ISIN). + + This value should be a valid expression. + Denne verdien skal være et gyldig uttrykk. + + + This value is not a valid CSS color. + Denne verdien er ikke en gyldig CSS-farge. + + + This value is not a valid CIDR notation. + Denne verdien er ikke en gyldig CIDR-notasjon. + + + The value of the netmask should be between {{ min }} and {{ max }}. + Verdien av nettmasken skal være mellom {{ min }} og {{ max }}. + diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.no.xlf b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.no.xlf index 93132ec..5e1ebc1 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.no.xlf +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.no.xlf @@ -386,6 +386,22 @@ This value is not a valid International Securities Identification Number (ISIN). Denne verdien er ikke et gyldig International Securities Identification Number (ISIN). + + This value should be a valid expression. + Denne verdien skal være et gyldig uttrykk. + + + This value is not a valid CSS color. + Denne verdien er ikke en gyldig CSS-farge. + + + This value is not a valid CIDR notation. + Denne verdien er ikke en gyldig CIDR-notasjon. + + + The value of the netmask should be between {{ min }} and {{ max }}. + Verdien på nettmasken skal være mellom {{ min }} og {{ max }}. + diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.ur.xlf b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.ur.xlf new file mode 100644 index 0000000..c2b1149 --- /dev/null +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Resources/translations/validators.ur.xlf @@ -0,0 +1,407 @@ + + + + + + This value should be false. + یہ ويليو غلط ہونی چاہیے + + + This value should be true. + یہ ويليو درست ہونی چاہیے + + + This value should be of type {{ type }}. + قسم کی ہونی چاہیے {{type}} يھ ويليو + + + This value should be blank. + یہ ويليو خالی ہونی چاہیے + + + The value you selected is not a valid choice. + آپ نے جو ويليو منتخب کی ہے وہ درست انتخاب نہیں ہے + + + You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices. + کا انتخاب کرنا چاہیے {{limit}} کا انتخاب کرنا چاہیے ۔آّپ کو کم اذ کم {{limit}} آپ کو کم از کم + + + You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices. + کا انتخاب کرنا چاہیے {{limit}} کا انتخاب کرنا چاہیے ۔آّپ کو ذيادھ سے ذيادھ {{limit}} آپ کو ذيادھ سے ذيادھ + + + One or more of the given values is invalid. + دی گئی ويليوذ میں سے ایک یا زیادھ ويليوذ غلط ہیں + + + This field was not expected. + اس فیلڈ کی توقع نہیں تھی + + + This field is missing. + یہ فیلڈ غائب ہے + + + This value is not a valid date. + یہ ويليو درست تاریخ نہیں ہے + + + This value is not a valid datetime. + یہ ويليو درست تاریخ وقت نہیں ہے + + + This value is not a valid email address. + یہ ويليو درست ای میل ایڈریس نہیں ہے + + + The file could not be found. + فائل نہیں مل سکی + + + The file is not readable. + فائل پڑھنے کے قابل نہیں ہے + + + The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}. + {{ suffix }} {{ limit }} زیادہ سے زیادہ سائز کی اجازت ہے {{ suffix }}) ({{ size }} فائل بہت بڑی ہے + + + The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}. + ہیں {{ types }} مائیم کی قسمیں ({{ type }}) فائل کی ماۂيم قسم غلط ہے + + + This value should be {{ limit }} or less. + یا اس سے کم ہونی چاہیے {{ limit }} یہ ويليو + + + This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less. + حروف یا اس سے کم ہونے چاہئیں {{ limit }} حرف یا اس سے کم ہونا چاہیے۔|یہ ويليو بہت لمبی ہے۔ اس میں{{ limit }} یہ ويليو بہت لمبی ہے۔ اس میں + + + This value should be {{ limit }} or more. + یا اس سے زیادہ ہونی چاہیے {{ limit }} یہ ويليو + + + This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more. + حروف یا اس سے زیادہ ہونے چاہئیں {{ limit }} حرف یا اس سے زیادہ ہونا چاہیے۔|یہ ويليو بہت چھوٹی ہے۔ اس میں{{ limit }} یہ ويليو بہت مختصر ہے۔ اس میں + + + This value should not be blank. + یہ ويليو خالی نہیں ہونی چاہیے + + + This value should not be null. + یہ ويليو خالی نہیں ہونی چاہیے + + + This value should be null. + یہ ويليو خالی ہونی چاہیے + + + This value is not valid. + یہ ويليو درست نہیں ہے + + + This value is not a valid time. + یہ ويليو درست وقت نہیں ہے + + + This value is not a valid URL. + نہیں ہے URL یہ ويليو درست + + + The two values should be equal. + دونوں ويليوذ برابر ہونی چاہئیں + + + The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}. + {{ suffix }} {{ limit }} فائل بہت بڑی ہے۔ زیادہ سے زیادہ سائز کی اجازت ہے + + + The file is too large. + فائل بہت بڑی ہے + + + The file could not be uploaded. + فائل اپ لوڈ نہیں ہو سکی + + + This value should be a valid number. + یہ ويليو ایک درست نمبر ہونی چاہیے + + + This file is not a valid image. + یہ فائل درست تصویر نہیں ہے + + + This is not a valid IP address. + ایڈریس نہیں ہے IP یہ ایک درست + + + This value is not a valid language. + یہ ويليو درست زبان نہیں ہے + + + This value is not a valid locale. + یہ ويليو درست مقام نہیں ہے + + + This value is not a valid country. + یہ ويليو ایک درست ملک نہیں ہے + + + This value is already used. + یہ ويليو پہلے ہی استعمال ہو چکی ہے + + + The size of the image could not be detected. + تصویر کے سائز کا پتہ نہیں چل سکا + + + The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px. + ہے {{ max_width }}px اجازت دی گئی زیادہ سے زیاد چوڑائی ({{ width }}px) تصویر کی چوڑائی بہت بڑی ہے + + + The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px. + ہے {{ min_width }}px کم از کم چوڑائی متوقع({{ width }}px) تصویر کی چوڑائی بہت چھوٹی ہے + + + The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px. + ہے {{ max_height }}px اجازت دی گئی زیادہ سے زیاد اونچائی ({{ height }}px) تصویر کی اونچائی بہت بڑی ہے + + + The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. + ہے {{ min_height }}px متوقع کم از کم اونچائی ({{ height }}px) تصویر کی اونچائی بہت چھوٹی ہے + + + This value should be the user's current password. + یہ ويليو صارف کا موجودہ پاس ورڈ ہونا چاہیے + + + This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters. + حروف ہونے چاہئیں {{ limit }} حرف ہونا چاہیے۔|اس ويليو میں بالکل {{ limit }} اس ويليو میں بالکل + + + The file was only partially uploaded. + فائل صرف جزوی طور پر اپ لوڈ کی گئی تھی + + + No file was uploaded. + کوئی فائل اپ لوڈ نہیں کی گئی + + + No temporary folder was configured in php.ini. + میں کوئی عارضی فولڈر کنفیگر نہیں کیا گیا، یا کنفیگرڈ فولڈر موجود نہیں ہے php.ini + + + Cannot write temporary file to disk. + عارضی فائل کو ڈسک پر نہیں لکھا جا سکتا + + + A PHP extension caused the upload to fail. + پی ایچ پی کی توسیع کی وجہ سے اپ لوڈ ناکام ہو گیا + + + This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more. + عناصر یا اس سے زیادہ ہونا چاہیے {{ limit } عنصر یا اس سے زیادہ ہونا چاہیے۔|اس مجموعہ میں {{ limit }} اس مجموعہ میں + + + This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less. + عناصر یا اس سے کم ہونا چاہیے {{ limit } عنصر یا اس سے کم ہونا چاہیے۔|اس مجموعہ میں {{ limit }} اس مجموعہ میں + + + This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements. + عنصر ہونا چاہیے {{ limit }} عنصر ہونا چاہیے۔|اس مجموعے میں بالکل {{ limit }} اس مجموعہ میں بالکل + + + Invalid card number. + غلط کارڈ نمبر + + + Unsupported card type or invalid card number. + غیر تعاون یافتہ کارڈ کی قسم یا غلط کارڈ نمبر + + + This is not a valid International Bank Account Number (IBAN). + (IBAN)یہ ایک درست بین الاقوامی بینک اکاؤنٹ نمبر نہیں ہے + + + This value is not a valid ISBN-10. + نہیں ہے ISBN-10 یھ ويليو درست۔ + + + This value is not a valid ISBN-13. + نہیں ہے ISBN-13 یھ ويليو درست۔ + + + This value is neither a valid ISBN-10 nor a valid ISBN-13. + ISBN-13 ے اور نہ ہی درست ISBN-10 یہ ويليو نہ تو درست + + + This value is not a valid ISSN. + نہیں ہے ISSNیھ ويليو درست۔ + + + This value is not a valid currency. + یہ ويليو درست کرنسی نہیں ہے + + + This value should be equal to {{ compared_value }}. + کے برابر ہونا چاہیے {{ compared_value }} یھ ويليو + + + This value should be greater than {{ compared_value }}. + سے بڈي ہوني چاہیے {{ compared_value }} یھ ويليو + + + This value should be greater than or equal to {{ compared_value }}. + سے بڈي یا برابر ہوني چاہیے {{ compared_value }} یھ ويليو + + + This value should be identical to {{ compared_value_type }} {{ compared_value }}. + {{ compared_value }} {{ compared_value_type }} یہ ويليو ایک جیسی ہونی چاہیے۔ + + + This value should be less than {{ compared_value }}. + سے کم ہوني چاہیے {{ compared_value }} یھ ويليو + + + This value should be less than or equal to {{ compared_value }}. + سے کم یا برابر ہوني چاہیے {{ compared_value }} یھ ويليو + + + This value should not be equal to {{ compared_value }}. + کے برابر نھيں ہوني چاہیے {{ compared_value }} یھ ويليو + + + This value should not be identical to {{ compared_value_type }} {{ compared_value }}. + ایک جیسی نیيں ہونی چاہیے {{ compared_value }} {{ compared_value_type }} یہ ويليو + + + The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. + ہے {{ max_ratio }} اجازت شدہ زیادہ سے زیادہ تناسب ({{ ratio }}) تصویر کا تناسب بہت بڑا ہے + + + The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. + ہے{{ min_ratio }} ratio متوقع کم از کم ({{ ratio }}) بہت چھوٹا ہے ratio تصویر کا + + + The image is square ({{ width }}x{{ height }}px). Square images are not allowed. + مربع تصاویر کی اجازت نہیں ہے (px{{ height }}x{{ width }}) تصویر مربع ہے + + + The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed. + زمین کی تزئین پر مبنی تصاویر کی اجازت نہیں ہے ({{ width }}x{{ height }}px) تصویر زمین کی تزئین پر مبنی ہے + + + The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed. + پورٹریٹ پر مبنی تصاویر کی اجازت نہیں ہے ({{ width }}x{{ height }}px) تصویر پورٹریٹ پر مبنی ہے + + + An empty file is not allowed. + خالی فائل کی اجازت نہیں ہے + + + The host could not be resolved. + میزبان حل نہیں ہو سکا + + + This value does not match the expected {{ charset }} charset. + کے جيسي نہیں ہے charset {{ charset }} یہ ويليو متوقع + + + This is not a valid Business Identifier Code (BIC). + (BIC)یہ ایک درست کاروباری شناخت کنندہ کوڈ نہیں ہے + + + Error + خرابی + + + This is not a valid UUID. + نہیں ہے UUID یہ درست + + + This value should be a multiple of {{ compared_value }}. + کا ضرب ہوني چاہیے {{ compared_value }} یہ ويليو + + + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + سے وابستہ نہیں ہے IBAN {{ iban }} (BIC) یہ کاروباری شناختی کوڈ + + + This value should be valid JSON. + ہونی چاہیے JSON یہ ويليو درست + + + This collection should contain only unique elements. + یہ مجموعہ صرف منفرد عناصر پر مشتمل ہونا چاہیے + + + This value should be positive. + یہ ويليو مثبت ہونی چاہیے + + + This value should be either positive or zero. + یہ ويليو یا تو مثبت یا صفر ہونی چاہیے + + + This value should be negative. + یہ ويليو منفی ہونی چاہیے + + + This value should be either negative or zero. + یہ ويليو یا تو منفی یا صفر ہونی چاہیے + + + This value is not a valid timezone. + یہ ويليو درست ٹائم زون نہیں ہے + + + This password has been leaked in a data breach, it must not be used. Please use another password. + یہ پاس ورڈ ڈیٹا کی خلاف ورزی میں لیک ہو گیا ہے، اسے استعمال نہیں کرنا چاہیے۔ براۓ کرم دوسرا پاس ورڈ استعمال کریں + + + This value should be between {{ min }} and {{ max }}. + کے درمیان ہونی چاہیے {{ max }} اور {{ min }} یہ ويليو + + + This value is not a valid hostname. + نہیں ہے hostname یہ ويليو درست + + + The number of elements in this collection should be a multiple of {{ compared_value }}. + کی ضرب ہونی چاہیے {{ compared_value }} اس مجموعہ میں عناصر کی تعداد + + + This value should satisfy at least one of the following constraints: + اس ويليو کو درج ذیل رکاوٹوں میں سے کم از کم ایک کو پورا کرنا چاہیے + + + Each element of this collection should satisfy its own set of constraints. + اس مجموعے کے ہر عنصر کو اپنی پابندیوں کے سیٹ کو پورا کرنا چاہیے + + + This value is not a valid International Securities Identification Number (ISIN). + نہیں ہے (ISIN) یہ ويليو درست بین الاقوامی سیکیورٹیز شناختی نمبر + + + This value should be a valid expression. + یہ ويليو ایک درست اظہار ہوني چاہیے + + + This value is not a valid CSS color. + رنگ نہیں ہے CSS یہ ويليو درست + + + This value is not a valid CIDR notation. + نوٹیشن نہیں ہے CIDR یہ ويليو ایک درست + + + The value of the netmask should be between {{ min }} and {{ max }}. + کے درمیان ہونی چاہیے {{ max }} اور {{ min }} نیٹ ماسک کی ويليو + + + + diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Validator/RecursiveContextualValidator.php b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Validator/RecursiveContextualValidator.php index 7380171..04c76e8 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/Validator/RecursiveContextualValidator.php +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/Validator/RecursiveContextualValidator.php @@ -377,7 +377,7 @@ class RecursiveContextualValidator implements ContextualValidatorInterface * Validates a class node. * * A class node is a combination of an object with a {@link ClassMetadataInterface} - * instance. Each class node (conceptionally) has zero or more succeeding + * instance. Each class node (conceptually) has zero or more succeeding * property nodes: * * (Article:class node) @@ -467,15 +467,15 @@ class RecursiveContextualValidator implements ContextualValidatorInterface // group sequence and abort if necessary (G1, G2) if ($group instanceof GroupSequence) { $this->stepThroughGroupSequence( - $object, - $object, - $cacheKey, - $metadata, - $propertyPath, - $traversalStrategy, - $group, - $defaultOverridden ? Constraint::DEFAULT_GROUP : null, - $context + $object, + $object, + $cacheKey, + $metadata, + $propertyPath, + $traversalStrategy, + $group, + $defaultOverridden ? Constraint::DEFAULT_GROUP : null, + $context ); // Skip the group sequence when validating properties, because @@ -581,15 +581,15 @@ class RecursiveContextualValidator implements ContextualValidatorInterface foreach ($groups as $key => $group) { if ($group instanceof GroupSequence) { $this->stepThroughGroupSequence( - $value, - $object, - $cacheKey, - $metadata, - $propertyPath, - $traversalStrategy, - $group, - null, - $context + $value, + $object, + $cacheKey, + $metadata, + $propertyPath, + $traversalStrategy, + $group, + null, + $context ); // Skip the group sequence when cascading, as the cascading @@ -685,26 +685,26 @@ class RecursiveContextualValidator implements ContextualValidatorInterface if ($metadata instanceof ClassMetadataInterface) { $this->validateClassNode( - $value, - $cacheKey, - $metadata, - $propertyPath, - $groups, - $cascadedGroups, - $traversalStrategy, - $context + $value, + $cacheKey, + $metadata, + $propertyPath, + $groups, + $cascadedGroups, + $traversalStrategy, + $context ); } else { $this->validateGenericNode( - $value, - $object, - $cacheKey, - $metadata, - $propertyPath, - $groups, - $cascadedGroups, - $traversalStrategy, - $context + $value, + $object, + $cacheKey, + $metadata, + $propertyPath, + $groups, + $cascadedGroups, + $traversalStrategy, + $context ); } diff --git a/htdocs/core/modules/facture/doc/vendor/symfony/validator/composer.json b/htdocs/core/modules/facture/doc/vendor/symfony/validator/composer.json index 0ce4d0d..4799c7b 100644 --- a/htdocs/core/modules/facture/doc/vendor/symfony/validator/composer.json +++ b/htdocs/core/modules/facture/doc/vendor/symfony/validator/composer.json @@ -41,7 +41,7 @@ "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/property-info": "^5.3|^6.0", "symfony/translation": "^4.4|^5.0|^6.0", - "doctrine/annotations": "^1.13", + "doctrine/annotations": "^1.13|^2", "doctrine/cache": "^1.11|^2.0", "egulias/email-validator": "^2.1.10|^3" },