diff --git a/prototype/README.md b/prototype/README.md index 4059e269a..602440f4e 100644 --- a/prototype/README.md +++ b/prototype/README.md @@ -3,7 +3,7 @@ Revamping the landing page ## I made a simple mockup using pages ![ROUGH SKETCH landingpage](https://user-images.githubusercontent.com/41134301/105805694-969e8080-5fc8-11eb-8ce4-dc85bcfa7a55.png) ![ROUGH SKETCH footer section](https://user-images.githubusercontent.com/41134301/105805730-ab7b1400-5fc8-11eb-9d47-b3fd7abc7cd4.png) -## and here's the final result +## and here's the final version ![kiwix1](https://user-images.githubusercontent.com/41134301/105805990-23e1d500-5fc9-11eb-81be-df0ff3210071.png) diff --git a/prototype/css/jquery.uls.css b/prototype/css/jquery.uls.css new file mode 100644 index 000000000..81930e426 --- /dev/null +++ b/prototype/css/jquery.uls.css @@ -0,0 +1,132 @@ +.uls-trigger { + background: url(../images/language.svg ) no-repeat left center; + padding-left: 24px; +} + +.uls-menu { + position: absolute; + z-index: 1000; + display: none; + margin-top: 1px; + background-color: #fff; + border: 1px solid #ccc; + border-color: rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; +} + +.uls-wide { + min-width: 715px; + width: 45%; +} + +.uls-medium { + min-width: 360px; + width: 30%; +} + +/* Override the grid */ +.uls-medium.grid .row { + min-width: 300px; +} + +.uls-narrow { + min-width: 180px; + width: 20%; +} + +/* Override the grid */ +.uls-narrow.grid .row { + min-width: 150px; +} + +.uls-search { + background-color: #fff; + padding: 5px 16px; + border-bottom: 1px solid #ddd; +} + +.grid .uls-search { + padding-left: 0; +} + +/* Make space for magnifying class on the front */ +.uls-search-wrapper { + position: relative; + padding-left: 44px; + margin-right: 5px; + height: 32px; +} + +.uls-search-label { + background: url(../images/search.svg ) no-repeat center center; + background-size: 20px; + height: 32px; + width: 44px; + display: block; + position: absolute; + left: 0; + opacity: 0.5; +} + +.uls-search-input-wrapper { + position: relative; +} + +/* There are two input boxes. This class applies to both of them */ +.uls-filterinput { + font-size: 16px; + height: 32px; + width: 100%; + /* For the custom clear (X) icon */ + padding: 6px 25px 6px 0; + outline: 0; + border: 0; + display: block; + position: absolute; + top: 0; + left: 0; +} + +/* This is the actual input */ +.uls-languagefilter { + background-color: transparent; + border: 0; + color: #222; +} + +/* This is the shadow input box showing completion suggestions */ +.uls-filtersuggestion { + background-color: #fff; + color: #777; +} + +.uls-languagefilter-clear { + background: url(../images/close.svg ) no-repeat left center; + background-size: 15px; + cursor: pointer; + height: 15px; + width: 15px; + opacity: 0.7; + + /* Vertical margins: (32 - 15) / 2 */ + margin: 8.5px 5px; + position: absolute; + right: 0; + /* Make it appear above the input boxes */ + z-index: 1; +} + +div.navbar { + padding: 20px; +} + +span.uls-trigger { + float: right; + cursor: pointer; + font-weight: bold; +} \ No newline at end of file diff --git a/prototype/css/jquery.uls.grid.css b/prototype/css/jquery.uls.grid.css new file mode 100644 index 000000000..bd8a17461 --- /dev/null +++ b/prototype/css/jquery.uls.grid.css @@ -0,0 +1,307 @@ +/* Generated using Foundation http://foundation.zurb.com/docs/grid.php */ +/* Global Reset & Standards ---------------------- */ +.grid * { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +/* Misc ---------------------- */ +.grid .left { + float: left; +} + +.grid .right { + float: right; +} + +.grid .text-left { + text-align: left; +} + +.grid .text-right { + text-align: right; +} + +.grid .text-center { + text-align: center; +} + +.grid .hide { + display: none; +} + +.grid .highlight { + background: #ff9; +} + +/* The Grid ---------------------- */ + +.grid .row { + width: 100%; + max-width: none; + min-width: 600px; + margin: 0 auto; +} + +.grid .row .row { + width: auto; + max-width: none; + min-width: 0; + margin: 0 -5px; +} + +.grid .column, +.grid .columns { + float: left; + min-height: 1px; + padding: 0 5px; + position: relative; +} + +.grid .row.collapse .column, +.grid .row.collapse .columns { + padding: 0; +} + +.grid .row .row.collapse { + margin: 0; +} + +.grid .column.centered, +.grid .columns.centered { + float: none; + margin: 0 auto; +} + +.grid .row .one { + width: 8.333%; +} + +.grid .row .two { + width: 16.667%; +} + +.grid .row .three { + width: 25%; +} + +.grid .row .four { + width: 33.333%; +} + +.grid .row .five { + width: 41.667%; +} + +.grid .row .six { + width: 50%; +} + +.grid .row .seven { + width: 58.333%; +} + +.grid .row .eight { + width: 66.667%; +} + +.grid .row .nine { + width: 75%; +} + +.grid .row .ten { + width: 83.333%; +} + +.grid .row .eleven { + width: 91.667%; +} + +.grid .row .twelve { + width: 100%; +} + +.grid .row .offset-by-one { + margin-left: 8.333%; +} + +.grid .row .offset-by-two { + margin-left: 16.667%; +} + +.grid .row .offset-by-three { + margin-left: 25%; +} + +.grid .row .offset-by-four { + margin-left: 33.333%; +} + +.grid .row .offset-by-five { + margin-left: 41.667%; +} + +.grid .row .offset-by-six { + margin-left: 50%; +} + +.grid .row .offset-by-seven { + margin-left: 58.333%; +} + +.grid .row .offset-by-eight { + margin-left: 66.667%; +} + +.grid .row .offset-by-nine { + margin-left: 75%; +} + +.grid .row .offset-by-ten { + margin-left: 83.333%; +} + +.grid .push-two { + left: 16.667%; +} + +.grid .pull-two { + right: 16.667%; +} + +.grid .push-three { + left: 25%; +} + +.grid .pull-three { + right: 25%; +} + +.grid .push-four { + left: 33.333%; +} + +.grid .pull-four { + right: 33.333%; +} + +.grid .push-five { + left: 41.667%; +} + +.grid .pull-five { + right: 41.667%; +} + +.grid .push-six { + left: 50%; +} + +.grid .pull-six { + right: 50%; +} + +.grid .push-seven { + left: 58.333%; +} + +.grid .pull-seven { + right: 58.333%; +} + +.grid .push-eight { + left: 66.667%; +} + +.grid .pull-eight { + right: 66.667%; +} + +.grid .push-nine { + left: 75%; +} + +.grid .pull-nine { + right: 75%; +} + +.grid .push-ten { + left: 83.333%; +} + +.grid .pull-ten { + right: 83.333%; +} + +.grid .row:before, +.grid .row:after { + content: ''; + display: table; +} + +.grid .row:after { + clear: both; +} + +/* Block Grids ---------------------- */ +/* These are 2-up, 3-up, 4-up and 5-up ULs, suited + for repeating blocks of content. Add 'mobile' to + them to switch them just like the layout grid + (one item per line) on phones + + For IE7/8 compatibility block-grid items need to be + the same height. You can optionally uncomment the + lines below to support arbitrary height, but know + that IE7/8 do not support :nth-child. + -------------------------------------------------- */ +.grid .block-grid { + display: block; + overflow: hidden; + padding: 0; +} + +.grid .block-grid > li { + display: block; + height: auto; + float: left; +} + +.grid .block-grid.two-up { + margin: 0 -15px; +} + +.grid .block-grid.two-up > li { + width: 50%; + padding: 0 15px 15px; +} + +/* .block-grid.two-up>li:nth-child(2n+1) {clear: left;} */ +.grid .block-grid.three-up { + margin: 0 -12px; +} + +.grid .block-grid.three-up > li { + width: 33.33%; + padding: 0 12px 12px; +} + +/* .block-grid.three-up>li:nth-child(3n+1) {clear: left;} */ +.grid .block-grid.four-up { + margin: 0 -10px; +} + +.grid .block-grid.four-up > li { + width: 25%; + padding: 0 10px 10px; +} + +/* .block-grid.four-up>li:nth-child(4n+1) {clear: left;} */ +.grid .block-grid.five-up { + margin: 0 -8px; +} + +.grid .block-grid.five-up > li { + width: 20%; + padding: 0 8px 8px; +} diff --git a/prototype/css/jquery.uls.lcd.css b/prototype/css/jquery.uls.lcd.css new file mode 100644 index 000000000..0154b9bd7 --- /dev/null +++ b/prototype/css/jquery.uls.lcd.css @@ -0,0 +1,140 @@ +/* + * Language Category Display (LCD) consists of multiple sections: + * - one to display when there are no search results (which might display suggested languages) + * - one for each region of the world, plus regions for world languages and suggested languages + * The regions consist of one or more rows (blocks) which consist of one-to-four columns. Each + * column is an ul element, and contains up to 8 li elements, each containing a link. + */ + +.uls-lcd { + background-color: #fcfcfc; + height: 20em; + /* Work around Chrome bug where it places scrollbar on the left in + * in RTL mode but actually reserves the place on the right side */ + overflow-x: hidden; + overflow-y: auto; + width: auto; + padding: 0 16px; +} + +.uls-lcd-region-title { + color: #555; + font-size: 14px; + padding-left: 28px; +} + +.uls-lcd--no-quicklist [ data-region='all' ] .uls-lcd-region-title { + display: none; +} + +.uls-lcd-region-section { + margin-top: 10px; +} + +/* + * We need to have this as a grid row to push rest of the content below it, but resetting + * padding and margin so that calculating them for children is easier. + */ +.grid .uls-language-block.row { + padding: 0; + margin: 0; +} + +.uls-language-block > ul { + /* + * We don't want any visible bullets in this list. Not by default anyway. + * Using very unspecific selector here to allow other classes to override. + * Bug because overflow: hidden is incompatible with bullets, also render + * the bullets inside the list in case there should be any. + */ + list-style: none none; +} + +/* + * Each block should have 16px padding on both sides. But because we already gave + * 16px for the whole menu, we need to remove it for first and last items the blocks. + */ +.grid .uls-language-block > ul { + margin: 0 0 20px 0; + padding: 0 16px; +} + +.grid .uls-language-block > ul:first-child { + padding-left: 0; +} + +.grid .uls-language-block > ul:last-child { + padding-right: 0; +} + +.uls-language-block > ul > li { + cursor: pointer; + margin-left: 20px; + padding: 8px; + /* + * The directionality (ltr/rtl) for each list item is set dynamically + * as HTML attributes in JavaScript. Setting directionality also applies + * alignment, but a list with mixed alignment is hard to read. + * All items are therefore explicitly aligned to the left, including names + * of right-to-left languages in left-to-right environment and vice versa. + * As long as the directionality of the item is set correctly, the text + * is readable. + */ + text-align: left; +} + +.uls-language-block > ul > li:hover { + background-color: #eaeff7; +} + +.uls-language-block a { + cursor: pointer; + text-decoration: none; + color: #36c; + font-size: 14px; + display: inline-block; + width: 100%; + overflow-x: hidden; + /* + * Some languages have long names for various reasons and we still want + * them to appear on one line. + * To make it work correctly, the directionality must be set correctly + * on the item level. + */ + text-overflow: ellipsis; + white-space: nowrap; + vertical-align: middle; +} + +.uls-no-results-view { + display: none; +} + +.uls-lcd.uls-no-results > .uls-lcd-region-section { + display: none; +} + +.uls-lcd.uls-no-results > .uls-no-results-view { + display: block; +} + +.uls-no-results-found-title { + font-size: 16px; + padding: 0 16px 0 28px; + margin: 20px 0; + border-bottom: 0; + color: #54595d; +} + +.uls-no-found-more { + border-top: 1px solid #eaecf0; + color: #54595d; + padding: 12px 16px 12px 44px; + font-size: 0.9em; + width: 100%; + margin-top: 1.6em; + line-height: 1.6em; + position: absolute; + bottom: 0; + left: 0; +} diff --git a/prototype/css/jquery.uls.mobile.css b/prototype/css/jquery.uls.mobile.css new file mode 100644 index 000000000..76ab0bdb0 --- /dev/null +++ b/prototype/css/jquery.uls.mobile.css @@ -0,0 +1,307 @@ +/* stylelint-disable declaration-no-important */ +@media only screen and ( max-width: 767px ) { + .uls-mobile.uls-menu { + width: 95%; + left: 2.5%; + } + + .uls-mobile .uls-language-list { + -webkit-overflow-scrolling: touch; + } + + .uls-mobile .uls-language-block { + padding-left: 15px !important; + } + + .uls-mobile .uls-language-block ul { + min-height: 14em; + } + + .uls-mobile .uls-language-block a { + font-size: 16px; + line-height: 1.7em; + } + + .uls-mobile .row { + width: auto; + min-width: 0; + margin-left: 0; + margin-right: 0; + } + + .uls-mobile .column, + .uls-mobile .columns { + width: auto !important; + float: none; + } + + .uls-mobile .column:last-child, + .uls-mobile .columns:last-child { + float: none; + } + + .uls-mobile [ class*='column' ] + [ class*='column' ]:last-child { + float: none; + } + + .uls-mobile .column:before, + .uls-mobile .uls-mobile .columns:before, + .uls-mobile .column:after, + .columns:after { + content: ''; + display: table; + } + + .uls-mobile .column:after, + .uls-mobile .columns:after { + clear: both; + } + + .uls-mobile .offset-by-one, + .uls-mobile .offset-by-two, + .uls-mobile .offset-by-three, + .uls-mobile .offset-by-four, + .uls-mobile .offset-by-five, + .uls-mobile .offset-by-six, + .uls-mobile .offset-by-seven, + .uls-mobile .offset-by-eight, + .uls-mobile .offset-by-nine, + .uls-mobile .offset-by-ten { + margin-left: 0 !important; + } + + .uls-mobile .push-two, + .uls-mobile .push-three, + .uls-mobile .push-four, + .uls-mobile .push-five, + .uls-mobile .push-six, + .uls-mobile .push-seven, + .uls-mobile .push-eight, + .uls-mobile .push-nine, + .uls-mobile .push-ten { + left: auto; + } + + .uls-mobile .pull-two, + .uls-mobile .pull-three, + .uls-mobile .pull-four, + .uls-mobile .pull-five, + .uls-mobile .pull-six, + .uls-mobile .pull-seven, + .uls-mobile .pull-eight, + .uls-mobile .pull-nine, + .uls-mobile .pull-ten { + right: auto; + } + + /* Mobile 4-column Grid */ + .uls-mobile .row .mobile-one { + width: 25% !important; + float: left; + padding: 0 4px; + } + + .uls-mobile .row .mobile-one:last-child { + float: right; + } + + .uls-mobile .row.collapse .mobile-one { + padding: 0; + } + + .uls-mobile .row .mobile-two { + width: 50% !important; + float: left; + padding: 0 4px; + } + + .uls-mobile .row .mobile-two:last-child { + float: right; + } + + .uls-mobile .row.collapse .mobile-two { + padding: 0; + } + + .uls-mobile .row .mobile-three { + width: 75% !important; + float: left; + padding: 0 4px; + } + + .uls-mobile .row .mobile-three:last-child { + float: right; + } + + .uls-mobile .row.collapse .mobile-three { + padding: 0; + } + + .uls-mobile .row .mobile-four { + width: 100% !important; + float: left; + padding: 0 4px; + } + + .uls-mobile .row .mobile-four:last-child { + float: right; + } + + .uls-mobile .row.collapse .mobile-four { + padding: 0; + } + + .uls-mobile .push-one-mobile { + left: 25%; + } + + .uls-mobile .pull-one-mobile { + right: 25%; + } + + .uls-mobile .push-two-mobile { + left: 50%; + } + + .uls-mobile .pull-two-mobile { + right: 50%; + } + + .uls-mobile .push-three-mobile { + left: 75%; + } + + .uls-mobile .pull-three-mobile { + right: 75%; + } +} + +/* Visibility Classes ---------------------- */ +/* Standard (large) display targeting */ +.uls-mobile .show-for-small, +.uls-mobile .show-for-medium, +.uls-mobile .show-for-medium-down, +.uls-mobile .hide-for-large, +.uls-mobile .hide-for-large-up, +.uls-mobile .show-for-xlarge { + display: none !important; +} + +.uls-mobile .hide-for-xlarge, +.uls-mobile .show-for-large, +.uls-mobile .show-for-large-up, +.uls-mobile .hide-for-small, +.uls-mobile .hide-for-medium, +.uls-mobile .hide-for-medium-down { + display: block !important; +} + +/* Very large display targeting */ +@media only screen and ( min-width: 1441px ) { + .uls-mobile .hide-for-small, + .uls-mobile .hide-for-medium, + .uls-mobile .hide-for-medium-down, + .hide-for-large, + .show-for-large-up, + .show-for-xlarge { + display: block !important; + } + + .show-for-small, + .uls-mobile .show-for-medium, + .uls-mobile .show-for-medium-down, + .uls-mobile .show-for-large, + .uls-mobile .hide-for-large-up, + .uls-mobile .hide-for-xlarge { + display: none !important; + } +} + +/* Medium display targeting */ +@media only screen and ( max-width: 1279px ) and ( min-width: 768px ) { + .uls-mobile .hide-for-small, + .uls-mobile .show-for-medium, + .uls-mobile .show-for-medium-down, + .uls-mobile .hide-for-large, + .uls-mobile .hide-for-large-up, + .uls-mobile .hide-for-xlarge { + display: block !important; + } + + .uls-mobile .show-for-small, + .uls-mobile .hide-for-medium, + .uls-mobile .hide-for-medium-down, + .uls-mobile .show-for-large, + .uls-mobile .show-for-large-up, + .uls-mobile .show-for-xlarge { + display: none !important; + } +} + +/* Small display targeting */ +@media only screen and ( max-width: 767px ) { + .uls-mobile .show-for-small, + .uls-mobile .hide-for-medium, + .uls-mobile .show-for-medium-down, + .uls-mobile .hide-for-large, + .uls-mobile .hide-for-large-up, + .uls-mobile .hide-for-xlarge { + display: block !important; + } + + .uls-mobile .hide-for-small, + .uls-mobile .show-for-medium, + .uls-mobile .hide-for-medium-down, + .uls-mobile .show-for-large, + .uls-mobile .show-for-large-up, + .uls-mobile .show-for-xlarge { + display: none !important; + } +} + +/* Orientation targeting */ +.uls-mobile .show-for-landscape, +.uls-mobile .hide-for-portrait { + display: block !important; +} + +.uls-mobile .hide-for-landscape, +.uls-mobile .show-for-portrait { + display: none !important; +} + +@media screen and ( orientation: landscape ) { + .uls-mobile .show-for-landscape, + .uls-mobile .hide-for-portrait { + display: block !important; + } + + .uls-mobile .hide-for-landscape, + .uls-mobile .show-for-portrait { + display: none !important; + } +} + +@media screen and ( orientation: portrait ) { + .uls-mobile .show-for-portrait, + .uls-mobile .hide-for-landscape { + display: block !important; + } + + .uls-mobile .hide-for-portrait, + .uls-mobile .show-for-landscape { + display: none !important; + } +} + +/* Touch-enabled device targeting */ +.uls-mobile .show-for-touch, +.uls-mobile .touch .hide-for-touch { + display: none !important; +} + +/* stylelint-disable-next-line no-descending-specificity */ +.uls-mobile .hide-for-touch, +.uls-mobile .touch .show-for-touch { + display: block !important; +} diff --git a/prototype/style.css b/prototype/css/style.css similarity index 100% rename from prototype/style.css rename to prototype/css/style.css diff --git a/prototype/i18n/aeb-latn.json b/prototype/i18n/aeb-latn.json new file mode 100644 index 000000000..2cc8d7cf6 --- /dev/null +++ b/prototype/i18n/aeb-latn.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Csisc" + ] + }, + "uls-region-WW": "Ģālemīye", + "uls-region-SP": "Spēsyāl", + "uls-region-AM": "Emerīke", + "uls-region-AF": "Ifrīqye", + "uls-region-EU": "Ūrūppe", + "uls-region-AS": "Ēsye", + "uls-region-ME": "Ic-carq il-awsaţ", + "uls-region-PA": "Il-Mūḩīţ il-hēdī", + "uls-no-results-found": "Mē fammēc ḩattā rēzülta", + "uls-common-languages": "Lūğāt muntacra", + "uls-no-results-suggestion-title": "Tnejjim tkūn muhtam b-:", + "uls-search-help": "Tnejjim tlawwij ḩasb ism il-lūğa, ism il-kod, il-kod ISO mtēģ il-lūğa w illē ḩasb ij-jīhe", + "uls-search-placeholder": "Lawwij ģlā il-lūğa" +} diff --git a/prototype/i18n/af.json b/prototype/i18n/af.json new file mode 100644 index 000000000..39cf29545 --- /dev/null +++ b/prototype/i18n/af.json @@ -0,0 +1,26 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Biggs ZA", + "Fwolff", + "Joris Darlington Quarshie", + "Naudefj", + "Puvircho" + ] + }, + "uls-region-WW": "Wêreldwyd", + "uls-region-SP": "Spesiaal", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asië", + "uls-region-ME": "Midde-Ooste", + "uls-region-PA": "Stille Oseaan", + "uls-region-all": "Alle tale", + "uls-no-results-found": "Geen resultate gevind nie", + "uls-common-languages": "Voorgestelde tale", + "uls-no-results-suggestion-title": "U mag geïnteresseerd wees in:", + "uls-search-help": "Soek gerus volgens taalnaam, skrifnaam of ISO-kode, of blaai volgens streek.", + "uls-search-placeholder": "Soek na ’n taal" +} diff --git a/prototype/i18n/am.json b/prototype/i18n/am.json new file mode 100644 index 000000000..521185a8a --- /dev/null +++ b/prototype/i18n/am.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Andemta", + "Elfalem" + ] + }, + "uls-region-WW": "ዓለም አቀፍ", + "uls-region-SP": "ልዩ", + "uls-region-AM": "አሜሪካ", + "uls-region-AF": "አፍሪካ", + "uls-region-EU": "አውሮጳ", + "uls-region-AS": "እስያ", + "uls-region-ME": "መካከለኛው ምሥራቅ", + "uls-region-PA": "ፓሲፊክ", + "uls-region-all": "ሁሉ ቋንቋ", + "uls-no-results-found": "ውጤት አልተገኘም", + "uls-common-languages": "ተመራጭ ቋንቋዎች", + "uls-no-results-suggestion-title": "ይህ ሊመስጦት ይችላል:", + "uls-search-help": "በቋንቋ ስም፣ የአፃፃፍ ሥርዓት ስም፣ አይ.ኤስ.ኦ. (ISO) ኮድ መፈለግ ወይም በአካባቢ መቃኘት ይቻላል::", + "uls-search-placeholder": "ቋንቋ ለመፈለግ" +} diff --git a/prototype/i18n/anp.json b/prototype/i18n/anp.json new file mode 100644 index 000000000..95d5ee5de --- /dev/null +++ b/prototype/i18n/anp.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Angpradesh" + ] + }, + "uls-region-WW": "वैश्विक", + "uls-region-SP": "खास", + "uls-region-AM": "अमरीका", + "uls-region-AF": "अफ़्रीका", + "uls-region-EU": "यूरोप", + "uls-region-AS": "एशिया", + "uls-region-ME": "मध्य पूर्व", + "uls-region-PA": "प्रशांत", + "uls-region-all": "सब्भे भाषा", + "uls-no-results-found": "कोय परिणाम नै मिललै", + "uls-common-languages": "आम भाषा सिनी", + "uls-no-results-suggestion-title": "आपन॑ लेली संभवतः उपयोगी:", + "uls-search-help": "आपन॑ भाषा केरऽ नाम , स्क्रिप्ट केरऽ नाम , भाषा केरऽ आईएसओ कोड सं॑ खोज॑ सकै छहो या आपन॑ क्षेत्र के नाम सं॑ ब्राउज़ कर॑ सकै छहऽ.", + "uls-search-placeholder": "भाषा लेली खोजऽ" +} diff --git a/prototype/i18n/ar.json b/prototype/i18n/ar.json new file mode 100644 index 000000000..2dedf2bdd --- /dev/null +++ b/prototype/i18n/ar.json @@ -0,0 +1,26 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "DRIHEM", + "Hhaboh162002", + "Meno25", + "ترجمان05", + "ديفيد" + ] + }, + "uls-region-WW": "في جميع أنحاء العالم", + "uls-region-SP": "الخاصة", + "uls-region-AM": "أمريكا", + "uls-region-AF": "أفريقيا", + "uls-region-EU": "أوروبا", + "uls-region-AS": "آسيا", + "uls-region-ME": "الشرق الأوسط", + "uls-region-PA": "المحيط الهادئ", + "uls-region-all": "جميع اللغات", + "uls-no-results-found": "لم يتم العثور على نتائج", + "uls-common-languages": "اللغات المقترحة", + "uls-no-results-suggestion-title": "قد تكون مهتما بما يلي:", + "uls-search-help": "يمكنك البحث مستخدما اسم اللغة، أو اسم السكريبت، أو رمز اللغة القياسي أو يمكنك التصفح حسب المنطقة.", + "uls-search-placeholder": "بحث عن لغة" +} diff --git a/prototype/i18n/arz.json b/prototype/i18n/arz.json new file mode 100644 index 000000000..f7655221b --- /dev/null +++ b/prototype/i18n/arz.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Meno25", + "UpDownUp" + ] + }, + "uls-region-WW": "لغات عالمية", + "uls-region-SP": "لغات خاصّة", + "uls-region-AM": "أمريكا", + "uls-region-AF": "إفريقيا", + "uls-region-EU": "أوروپّا", + "uls-region-AS": "آسيا", + "uls-region-ME": "الشرق الأوسط", + "uls-region-PA": "المحيط الهادي", + "uls-region-all": "كل اللغات", + "uls-no-results-found": "مفيش أي نتايج", + "uls-common-languages": "اللغات المقترحة", + "uls-no-results-suggestion-title": "يمكن تكون مهتم بـ:", + "uls-search-help": "ممكن تدور حسب اسم اللغه، اسم نظام الكتابه\\الخط، كود الـ ISO بتاع اللغه أو ممكن تتصفح حسب المنطقه.", + "uls-search-placeholder": "دوّر على لغة" +} diff --git a/prototype/i18n/as.json b/prototype/i18n/as.json new file mode 100644 index 000000000..4a30d6b96 --- /dev/null +++ b/prototype/i18n/as.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Dibya Dutta", + "Mohsin Ali", + "Nilamdyuti" + ] + }, + "uls-region-WW": "বিশ্বব্যাপী", + "uls-region-SP": "বিশেষ", + "uls-region-AM": "আমেৰিকা", + "uls-region-AF": "আফ্ৰিকা", + "uls-region-EU": "ইউৰোপ", + "uls-region-AS": "এছিয়া", + "uls-region-ME": "মধ্যপ্রাচ্য", + "uls-region-PA": "পেচিফিক", + "uls-region-all": "সকলো ভাষা", + "uls-no-results-found": "কোনো ফলাফল পোৱা নগ'ল", + "uls-common-languages": "পৰামৰ্শমূলক ভাষাসমূহ", + "uls-no-results-suggestion-title": "আপুনি আগ্ৰহী হ'ব পাৰে:", + "uls-search-help": "আপুনি ভাষাৰ নাম, লিপিৰ নাম, ভাষাৰ ISO ক'ড সাপেক্ষে সন্ধান কৰিব পাৰে অথবা অঞ্চল সাপেক্ষে ব্ৰাউজ কৰিব পাৰে।", + "uls-search-placeholder": "ভাষা এটাৰ সন্ধান কৰক" +} diff --git a/prototype/i18n/ast.json b/prototype/i18n/ast.json new file mode 100644 index 000000000..951de3d32 --- /dev/null +++ b/prototype/i18n/ast.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Xuacu" + ] + }, + "uls-region-WW": "Mundial", + "uls-region-SP": "Especiales", + "uls-region-AM": "América", + "uls-region-AF": "África", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Oriente mediu", + "uls-region-PA": "Pacíficu", + "uls-region-all": "Toles llingües", + "uls-no-results-found": "Nun s'alcontraron resultaos", + "uls-common-languages": "Llingües suxeríes", + "uls-no-results-suggestion-title": "Seique t'interese:", + "uls-search-help": "Pues buscar pol nome de la llingua, nome del alfabetu, códigu ISO de la llingua o ver un área xeográfica.", + "uls-search-placeholder": "Buscar una llingua" +} diff --git a/prototype/i18n/av.json b/prototype/i18n/av.json new file mode 100644 index 000000000..80e49b0d9 --- /dev/null +++ b/prototype/i18n/av.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Gazimagomedov" + ] + }, + "uls-region-WW": "ГӀаламиял", + "uls-region-SP": "Хассал", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "АскӀосаб Магъриб", + "uls-region-PA": "Океания", + "uls-no-results-found": "Щибниги жо батинчӀо", + "uls-common-languages": "Жалго жедедаго рищарал мацӀал", + "uls-no-results-suggestion-title": "Дур интерес гьал мацӀазда ккезе батила:", + "uls-search-help": "МацӀалъул яги хъвай-хъваялъул цӀаразда рекъон цӀехезе бегьула, яги мацӀалъул ISO-кодалда рекъон. Гьединго бегьула регион бищун балагьизе:", + "uls-search-placeholder": "МацӀ цӀехей" +} diff --git a/prototype/i18n/awa.json b/prototype/i18n/awa.json new file mode 100644 index 000000000..42429b670 --- /dev/null +++ b/prototype/i18n/awa.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "1AnuraagPandey", + "1PandeyAnurag", + "Ajeetsinghawadh" + ] + }, + "uls-region-WW": "वैश्विक", + "uls-region-SP": "विशेष", + "uls-region-AM": "अमेरिका", + "uls-region-AF": "अफ्रिका", + "uls-region-EU": "यूरोप", + "uls-region-AS": "एशिया", + "uls-region-ME": "मध्य पुरुब", + "uls-region-PA": "प्रशांत", + "uls-region-all": "कुल भाषा", + "uls-no-results-found": "कवनो नतिजा नाई मिला", + "uls-common-languages": "सुझाई गय भाषा", + "uls-no-results-suggestion-title": "आप कय लिये संभवतः उपयोगी:", + "uls-search-help": "आप भाषा कय नाँव,लिपि नाँव,भाषा कय आई.एस.ओ कोड अव क्षेत्र कय नाँव से खोज सका जात अहै ।", + "uls-search-placeholder": "भाषा खोज" +} diff --git a/prototype/i18n/az.json b/prototype/i18n/az.json new file mode 100644 index 000000000..74b606ce7 --- /dev/null +++ b/prototype/i18n/az.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "AZISS", + "Khan27", + "Wertuose", + "Şeyx Şamil" + ] + }, + "uls-region-WW": "Dünya üzrə", + "uls-region-SP": "Xüsusi", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Avropa", + "uls-region-AS": "Asiya", + "uls-region-ME": "Yaxın Şərq", + "uls-region-PA": "Okeaniya", + "uls-region-all": "Bütün dillər", + "uls-no-results-found": "Nəticələr tapılmadı", + "uls-common-languages": "Təklif edilən dillər", + "uls-no-results-suggestion-title": "Sizin üçün maraqlı ola bilər:", + "uls-search-help": "Siz dilin adı, yazısı və ISO-kodu üzrə və ya region üzrə axtarış edə bilərsiz.", + "uls-search-placeholder": "Dili axtar" +} diff --git a/prototype/i18n/azb.json b/prototype/i18n/azb.json new file mode 100644 index 000000000..81b1a146c --- /dev/null +++ b/prototype/i18n/azb.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Alp Er Tunqa", + "Arjanizary", + "Mousa" + ] + }, + "uls-region-WW": "دونیا بویو", + "uls-region-SP": "مخصوص", + "uls-region-AM": "آمریکا", + "uls-region-AF": "آفریقا", + "uls-region-EU": "اوروپا", + "uls-region-AS": "آسیا", + "uls-region-ME": "اورتادوغو", + "uls-region-PA": "بؤیوک اوقیانوس", + "uls-region-all": "بۆتون دیللر", + "uls-no-results-found": "هئچ نتیجه تاپیلمادی", + "uls-common-languages": "یایغین دیل‌لر", + "uls-no-results-suggestion-title": "بونلارا ماراقلی اولابیلرسینیز:", + "uls-search-help": "سیز دیل آدی، یازی آدی، دیلین ISO کودو، یوخسا بؤلگه ایله آختارا بیلرسینیز.", + "uls-search-placeholder": "بیر دیلی آختار" +} diff --git a/prototype/i18n/ba.json b/prototype/i18n/ba.json new file mode 100644 index 000000000..3fdae7210 --- /dev/null +++ b/prototype/i18n/ba.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Sagan", + "Ләйсән" + ] + }, + "uls-region-WW": "Бөтә донъя", + "uls-region-SP": "Махсус", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "Яҡын Көнсығыш", + "uls-region-PA": "Океания", + "uls-region-all": "Бөтә телдәр", + "uls-no-results-found": "Бер нимә лә табылманы", + "uls-common-languages": "Тәҡдим ителгән телдәр", + "uls-no-results-suggestion-title": "Бәлки, ошо телдәрҙе һайларһығыҙ:", + "uls-search-help": "Телдең исеме, яҙмаһы, ISO коды йәки регионы буйынса эҙләй алаһығыҙ.", + "uls-search-placeholder": "Тел буйынса эҙләү" +} diff --git a/prototype/i18n/ban.json b/prototype/i18n/ban.json new file mode 100644 index 000000000..1ca07673a --- /dev/null +++ b/prototype/i18n/ban.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Chinamoonroll", + "Joseagush" + ] + }, + "uls-region-WW": "Gumi makejang", + "uls-region-SP": "Rahina", + "uls-region-AM": "Amérika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Éropa", + "uls-region-AS": "Asia", + "uls-region-ME": "Timur Tengah", + "uls-region-PA": "Pasifik", + "uls-region-all": "Basa makejang", + "uls-no-results-found": "Tusing ade hasil", + "uls-common-languages": "Basa sane mapiteket", + "uls-no-results-suggestion-title": "Ida dane dumadak rimang:", + "uls-search-help": "Ida dane dados ngerereh anggen adan basa, adan script, kode basa ISO, utawi ida dane dados ngalih anggen wewengkon.", + "uls-search-placeholder": "Basa sane kererehin" +} diff --git a/prototype/i18n/bbc-latn.json b/prototype/i18n/bbc-latn.json new file mode 100644 index 000000000..fb279b799 --- /dev/null +++ b/prototype/i18n/bbc-latn.json @@ -0,0 +1,17 @@ +{ + "@metadata": { + "authors": [ + "Stephensuleeman" + ] + }, + "uls-region-WW": "Sude luat portibi on", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Eropa", + "uls-region-AS": "Asia", + "uls-region-ME": "Timur Tengah", + "uls-region-PA": "Pasifik", + "uls-no-results-found": "Ndang adong jumpang", + "uls-common-languages": "Hata na somal", + "uls-search-placeholder": "Mandiori hata" +} diff --git a/prototype/i18n/bcc.json b/prototype/i18n/bcc.json new file mode 100644 index 000000000..a8ac23443 --- /dev/null +++ b/prototype/i18n/bcc.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Baloch Afghanistan", + "Sultanselim baloch" + ] + }, + "uls-region-WW": "بی سراسری دونیا", + "uls-region-SP": "ویژه", + "uls-region-AM": "آمریکا", + "uls-region-AF": "آفریقا", + "uls-region-EU": "اروپا", + "uls-region-AS": "آسیا", + "uls-region-ME": "خاورمیانه", + "uls-region-PA": "اقیانوس آرام", + "uls-no-results-found": "نتیجه‌ای یافت نشد", + "uls-common-languages": "زبان‌های رایج", + "uls-no-results-suggestion-title": "ممکن است علاقه‌مند باشید:", + "uls-search-help": "شما می‌توانید بر پایه نام زبان، نام اسکریپت، کد استاندارد زبان یا بر پایه منطقه جستجو کنید:", + "uls-search-placeholder": "زبانء شۏھاز" +} diff --git a/prototype/i18n/bci.json b/prototype/i18n/bci.json new file mode 100644 index 000000000..6e723131b --- /dev/null +++ b/prototype/i18n/bci.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Kjeanclaude" + ] + }, + "uls-region-WW": "Mein oumouan nou", + "uls-region-SP": "Koungou liké", + "uls-region-AM": "Amériki", + "uls-region-AF": "Afriki", + "uls-region-EU": "Abloki", + "uls-region-AS": "Azi", + "uls-region-ME": "Wia afiliè lô mein i atôliè", + "uls-region-PA": "Pacifiki", + "uls-region-all": "Anien mou bé ngba", + "uls-no-results-found": "Ya woun man liké fi", + "uls-common-languages": "Anien nga bé fa klé mou", + "uls-no-results-suggestion-title": "Amoun kwla klo", + "uls-search-help": "Amoun kwla kounndè i anien douman sou, klèlè douman sou, anien ISO codi sou, anzè amoun kwla kounndè i akpassoua sou.", + "uls-search-placeholder": "Kounndè anien koun" +} diff --git a/prototype/i18n/bcl.json b/prototype/i18n/bcl.json new file mode 100644 index 000000000..43466c947 --- /dev/null +++ b/prototype/i18n/bcl.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Brazal.dang", + "Geopoet" + ] + }, + "uls-region-WW": "Pankinaban", + "uls-region-SP": "Espesyal", + "uls-region-AM": "Amerika", + "uls-region-AF": "Aprika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asya", + "uls-region-ME": "Katahawang Sirangan", + "uls-region-PA": "Pasipiko", + "uls-region-all": "Gabos na lengguwahe", + "uls-no-results-found": "Mayong mga resultang nanumpungan", + "uls-common-languages": "Komun na mga lengguwahe", + "uls-no-results-suggestion-title": "Ika gayod interesado sa:", + "uls-search-help": "Ika makakahanap sa pangaran nin lengguwahe, pangaran nin eskrip, ISO kodigo nin lengguwahe o kaya ika makakabuklat sa paagi nin rehiyon.", + "uls-search-placeholder": "Maghanap nin lengguwahe" +} diff --git a/prototype/i18n/be-tarask.json b/prototype/i18n/be-tarask.json new file mode 100644 index 000000000..e29cb1b15 --- /dev/null +++ b/prototype/i18n/be-tarask.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Red Winged Duck", + "Wizardist" + ] + }, + "uls-region-WW": "Сусьветныя", + "uls-region-SP": "Дадатковыя", + "uls-region-AM": "Амэрыка", + "uls-region-AF": "Афрыка", + "uls-region-EU": "Эўропа", + "uls-region-AS": "Азія", + "uls-region-ME": "Блізкі Ўсход", + "uls-region-PA": "Акіянія", + "uls-region-all": "Усе мовы", + "uls-no-results-found": "Нічога ня знойдзена", + "uls-common-languages": "Прапанаваныя мовы", + "uls-no-results-suggestion-title": "Магчыма, вас зацікавяць:", + "uls-search-help": "Вы можаце шукаць паводле назвы мовы ці пісьменнасьці, а таксама паводле ISO-коду мовы, або выбраць рэгіён.", + "uls-search-placeholder": "Пошук мовы" +} diff --git a/prototype/i18n/be.json b/prototype/i18n/be.json new file mode 100644 index 000000000..768d362e3 --- /dev/null +++ b/prototype/i18n/be.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Unomano" + ] + }, + "uls-region-WW": "Па ўсім свеце", + "uls-region-SP": "Спецыяльныя", + "uls-region-AM": "Амерыка", + "uls-region-AF": "Афрыка", + "uls-region-EU": "Еўропа", + "uls-region-AS": "Азія", + "uls-region-ME": "Блізкі Ўсход", + "uls-region-PA": "Ціхі акіян", + "uls-region-all": "Усе мовы", + "uls-no-results-found": "Нічога не знойдзена", + "uls-common-languages": "Прапанаваныя мовы", + "uls-no-results-suggestion-title": "Вы можаце быць зацікаўлены ў:", + "uls-search-help": "Вы можаце шукаць па мове, назве сцэнара, ISO-коду мовы, або вы можаце праглядаць па рэгіенах.", + "uls-search-placeholder": "Пошук мовы" +} diff --git a/prototype/i18n/bg.json b/prototype/i18n/bg.json new file mode 100644 index 000000000..efaa4d764 --- /dev/null +++ b/prototype/i18n/bg.json @@ -0,0 +1,25 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Aquilax", + "DCLXVI", + "StanProg", + "Vodnokon4e" + ] + }, + "uls-region-WW": "Световни", + "uls-region-SP": "Специални", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "Близкия изток", + "uls-region-PA": "Тихия океан", + "uls-region-all": "Всички езици", + "uls-no-results-found": "Не бяха открити резултати", + "uls-common-languages": "Предложени езици", + "uls-no-results-suggestion-title": "Може би се интересувате от:", + "uls-search-help": "Можете да търсите по име на език, име на скрипт, ISO кода на език или да разглеждате по региони.", + "uls-search-placeholder": "Търсене на език" +} diff --git a/prototype/i18n/bgn.json b/prototype/i18n/bgn.json new file mode 100644 index 000000000..5c3939dcf --- /dev/null +++ b/prototype/i18n/bgn.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Baloch Afghanistan", + "Ibrahim khashrowdi" + ] + }, + "uls-region-WW": "بی موچین دونیایی تا", + "uls-region-SP": "خاص", + "uls-region-AM": "آمریکا", + "uls-region-AF": "آفریقا", + "uls-region-EU": "اروپا", + "uls-region-AS": "آسیا", + "uls-region-ME": "خاورمیانه", + "uls-region-PA": "اقیانوس آرام", + "uls-region-all": "موچین زبانان", + "uls-no-results-found": "هیچ نتیجه ودئ نبوت", + "uls-common-languages": "پیشنهاد بوته‌این زبانان", + "uls-no-results-suggestion-title": "ممکن اینت علاقه‌مند بئیت:", + "uls-search-help": "شما ئه توانیت به زبانی نامئ اساسا، نامئ اسکریپت، زبانئ استاندارتین کود یا به منطقه‌ای اساسا بگردیت.", + "uls-search-placeholder": "گَشتین په یک زبانئ خاتیرا" +} diff --git a/prototype/i18n/bn.json b/prototype/i18n/bn.json new file mode 100644 index 000000000..4dcf5f753 --- /dev/null +++ b/prototype/i18n/bn.json @@ -0,0 +1,26 @@ +{ + "@metadata": { + "authors": [ + "Aftabuzzaman", + "Bellayet", + "Nasir8891", + "Sankarshan", + "Sayak Sarkar", + "আফতাবুজ্জামান" + ] + }, + "uls-region-WW": "বিশ্বব্যাপী", + "uls-region-SP": "বিশেষ", + "uls-region-AM": "আমেরিকা", + "uls-region-AF": "আফ্রিকা", + "uls-region-EU": "ইউরোপ", + "uls-region-AS": "এশিয়া", + "uls-region-ME": "মধ্যপ্রাচ্য", + "uls-region-PA": "প্রশান্ত মহাসাগরীয়", + "uls-region-all": "সকল ভাষা", + "uls-no-results-found": "কোনো ফলাফল পাওয়া যায়নি", + "uls-common-languages": "প্রস্তাবিত ভাষাসমূহ", + "uls-no-results-suggestion-title": "আপনি হয়তো আগ্রহী হতে পারেন:", + "uls-search-help": "আপনি ভাষার নাম, স্ক্রিপ্টের নাম, ভাষার আইএসও কোড অথবা এলাকার ভিত্তিক অনুসন্ধান করতে পারবেন।", + "uls-search-placeholder": "একটি ভাষার জন্য অনুসন্ধান করুন" +} diff --git a/prototype/i18n/br.json b/prototype/i18n/br.json new file mode 100644 index 000000000..fb89a6634 --- /dev/null +++ b/prototype/i18n/br.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Fulup", + "Gwenn-Ael" + ] + }, + "uls-region-WW": "Bed a-bezh", + "uls-region-SP": "Dibar", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azia", + "uls-region-ME": "Reter-Kreiz", + "uls-region-PA": "Habask", + "uls-region-all": "An holl yezhoù", + "uls-no-results-found": "N'eus bet kavet disoc'h ebet", + "uls-common-languages": "Yezhoù aliet", + "uls-no-results-suggestion-title": "Gallout a reot bezañ dedennet gant :", + "uls-search-help": "Gallout a reot klask dre anv yezh, anv skript, kod yezh ISO pe gallout a reot klask dre rannvro.", + "uls-search-placeholder": "Klask ur yezh" +} diff --git a/prototype/i18n/bs.json b/prototype/i18n/bs.json new file mode 100644 index 000000000..9a0f152bc --- /dev/null +++ b/prototype/i18n/bs.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "DzWiki", + "Edinwiki", + "Srdjan m", + "Srđan" + ] + }, + "uls-region-WW": "Svjetski", + "uls-region-SP": "Posebno", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Evropa", + "uls-region-AS": "Azija", + "uls-region-ME": "Bliski istok", + "uls-region-PA": "Pacifik", + "uls-region-all": "Svi jezici", + "uls-no-results-found": "Nema pronađenih rezultata", + "uls-common-languages": "Predloženi jezici", + "uls-no-results-suggestion-title": "Možda vas interesuje:", + "uls-search-help": "Možete da tražite po imenu jezika ili pisma, po ISO kodu jezika ili po regionu.", + "uls-search-placeholder": "Pronađi jezik" +} diff --git a/prototype/i18n/bto.json b/prototype/i18n/bto.json new file mode 100644 index 000000000..a3364d275 --- /dev/null +++ b/prototype/i18n/bto.json @@ -0,0 +1,13 @@ +{ + "@metadata": { + "authors": [ + "Filipinayzd" + ] + }, + "uls-region-AM": "Amerika", + "uls-region-AF": "Aprika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asya", + "uls-region-PA": "Pasipiko", + "uls-no-results-found": "Uda naturakan na resulta" +} diff --git a/prototype/i18n/ca.json b/prototype/i18n/ca.json new file mode 100644 index 000000000..08d144718 --- /dev/null +++ b/prototype/i18n/ca.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Pginer", + "Ssola", + "Toniher" + ] + }, + "uls-region-WW": "Mundial", + "uls-region-SP": "Especials", + "uls-region-AM": "Amèrica", + "uls-region-AF": "Àfrica", + "uls-region-EU": "Europa", + "uls-region-AS": "Àsia", + "uls-region-ME": "Orient mitjà", + "uls-region-PA": "Pacífic", + "uls-region-all": "Totes les llengües", + "uls-no-results-found": "Cap resultat", + "uls-common-languages": "Llengües suggerides", + "uls-no-results-suggestion-title": "Pot interessar-vos:", + "uls-search-help": "Podeu cercar per nom de llengua, nom d'alfabet, codi ISO de la llengua o podeu navegar per regió:", + "uls-search-placeholder": "Cerca una llengua" +} diff --git a/prototype/i18n/ce.json b/prototype/i18n/ce.json new file mode 100644 index 000000000..c75559cc8 --- /dev/null +++ b/prototype/i18n/ce.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Умар" + ] + }, + "uls-region-WW": "Дерригдуьненан", + "uls-region-SP": "Леррина", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Ази", + "uls-region-ME": "Гергара Малхбале", + "uls-region-PA": "Океани", + "uls-region-all": "Берриге меттанаш", + "uls-no-results-found": "Цакарийна", + "uls-common-languages": "Ша дӀанисбелла меттанаш", + "uls-no-results-suggestion-title": "Хьуна хӀара меттанаш хьашта хила мега:", + "uls-search-help": "Хьа таро ю меттан я йозанан цӀарца лаха, меттан ISO-кодаца я регионаца хьажа.", + "uls-search-placeholder": "Лаха мотт" +} diff --git a/prototype/i18n/ckb.json b/prototype/i18n/ckb.json new file mode 100644 index 000000000..04fbbed53 --- /dev/null +++ b/prototype/i18n/ckb.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Asoxor", + "Calak", + "Lost Whispers", + "Épine" + ] + }, + "uls-region-WW": "لە گشت جیھاندا", + "uls-region-SP": "تایبەت", + "uls-region-AM": "ئەمریکا", + "uls-region-AF": "ئەفریقا", + "uls-region-EU": "ئەورووپا", + "uls-region-AS": "ئاسیا", + "uls-region-ME": "ڕۆژھەڵاتی ناوین", + "uls-region-PA": "ئۆقیانووسی ئارام", + "uls-region-all": "ھەموو زمانەکان", + "uls-no-results-found": "ھیچ ئاکامێک نەدۆزرایەوە", + "uls-common-languages": "زمانە پێشنیارکراوەکان", + "uls-no-results-suggestion-title": "ڕەنگە ئەمانەت پێ خۆش بێت:", + "uls-search-help": "دەتوانیت بە پێی ناوی زمان، جۆری ئەلفوبێ، کۆدی ISOی زمان یان بە پێی ناوچە بگەڕێی.", + "uls-search-placeholder": "گەڕان بەدوای زمانێکدا" +} diff --git a/prototype/i18n/cop.json b/prototype/i18n/cop.json new file mode 100644 index 000000000..6a61f48cb --- /dev/null +++ b/prototype/i18n/cop.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Bloomaround", + "ⲁϩⲙⲉⲧ" + ] + }, + "uls-region-WW": "ⲡⲓⲑⲟ ⲧⲏⲣϥ", + "uls-region-AM": "ⲁⲙⲉⲣⲓⲕⲏ", + "uls-region-AF": "ⲁⲫⲣⲓⲕⲏ", + "uls-region-EU": "ⲉⲩⲣⲱⲡⲏ", + "uls-region-AS": "ⲁⲥⲓⲁ", + "uls-region-ME": "ⲡⲓⲉⲃⲧ `ⲛⲑⲙⲏϯ", + "uls-region-PA": "ⲱⲕⲉⲁⲛⲓⲁ", + "uls-region-all": "ⲁⲥⲡⲓ ⲛⲓⲃⲉⲛ", + "uls-no-results-found": "ⲁⲩϫⲓⲙⲓ ⲁⲛ ⲛⲓⲁⲡⲟⲧⲉⲗⲉⲥⲙⲁ", + "uls-common-languages": "ⲛⲓⲁⲥⲡⲓ ⲁⲩϯⲙⲉⲩⲓ", + "uls-search-help": "ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ⲉϫⲉⲙⲣⲁⲧ ϩⲉⲛ ⲡⲓⲣⲁⲛ ⲛⲧⲉ ⲟⲩⲁⲥⲡⲓ, ⲡⲓⲣⲁⲛ ⲛⲧⲉ ⲟⲩⲙⲉⲧⲥϦⲁⲓ, ⲟⲩϣⲓϥⲣ `ⲛISO ⲛⲧⲉ ⲁⲥⲡⲓ ⲓⲉ ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ⲉⲥⲓⲛⲓ ϧⲁⲧⲉⲛⲟⲩⲭⲱⲣⲁ", + "uls-search-placeholder": "ϫⲉⲙⲣⲁⲧⲕ `ⲛⲟⲩⲁⲥⲡⲓ" +} diff --git a/prototype/i18n/cs.json b/prototype/i18n/cs.json new file mode 100644 index 000000000..ad9454004 --- /dev/null +++ b/prototype/i18n/cs.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Dvorapa", + "Mormegil" + ] + }, + "uls-region-WW": "Celosvětové", + "uls-region-SP": "Speciální", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Evropa", + "uls-region-AS": "Asie", + "uls-region-ME": "Blízký východ", + "uls-region-PA": "Tichomoří", + "uls-region-all": "Všechny jazyky", + "uls-no-results-found": "Nenalezeny žádné výsledky", + "uls-common-languages": "Doporučené jazyky", + "uls-no-results-suggestion-title": "Mohlo by vás zajímat:", + "uls-search-help": "Můžete vyhledávat podle názvu jazyka, názvu písma, ISO kódu jazyka nebo můžete procházet po regionech.", + "uls-search-placeholder": "Hledat jazyk" +} diff --git a/prototype/i18n/cv.json b/prototype/i18n/cv.json new file mode 100644 index 000000000..716d3bda1 --- /dev/null +++ b/prototype/i18n/cv.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Chavash", + "Salam" + ] + }, + "uls-region-WW": "Пӗтӗм тӗнчери", + "uls-region-SP": "Ятарлисем", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Ази", + "uls-region-ME": "Малти хӗвел тухӑҫ", + "uls-region-PA": "Океани", + "uls-region-all": "Мӗн пур чӗлхе", + "uls-no-results-found": "Нимӗн те тупӑнмарӗ", + "uls-common-languages": "Сӗннӗ чӗлхесем", + "uls-no-results-suggestion-title": "Тен çак чĕлхесем пăхма пултаратăр:", + "uls-search-help": "Чĕлхе ячĕпе, çырулăхĕпе, ISO-кочĕпе е регионĕпе шырама пулать:", + "uls-search-placeholder": "Чĕлхе шыра" +} diff --git a/prototype/i18n/cy.json b/prototype/i18n/cy.json new file mode 100644 index 000000000..839aee02a --- /dev/null +++ b/prototype/i18n/cy.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Dafyddt", + "Lloffiwr", + "Robin Owain" + ] + }, + "uls-region-WW": "Byd-eang", + "uls-region-SP": "Neilltuol", + "uls-region-AM": "America", + "uls-region-AF": "Affrica", + "uls-region-EU": "Ewrop", + "uls-region-AS": "Asia", + "uls-region-ME": "Y Dwyrain Canol", + "uls-region-PA": "Y Pasiffig", + "uls-no-results-found": "Ni chafwyd unrhyw ganlyniadau", + "uls-common-languages": "Ieithoedd awgrymedig", + "uls-no-results-suggestion-title": "Hwyrach bod y rhai sy'n dilyn o ddiddordeb i chi:", + "uls-search-help": "Gallwch chwilio gan ddefnyddio enw iaith, enw sgript, côd ISO'r iaith neu gallwch bori fesul rhanbarth.", + "uls-search-placeholder": "Chwilio am iaith" +} diff --git a/prototype/i18n/da.json b/prototype/i18n/da.json new file mode 100644 index 000000000..e397b38c0 --- /dev/null +++ b/prototype/i18n/da.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Christian List", + "Jubber", + "Peter Alberti" + ] + }, + "uls-region-WW": "Verdensomspændende", + "uls-region-SP": "Specielle", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asien", + "uls-region-ME": "Mellemøsten", + "uls-region-PA": "Stillehavet", + "uls-region-all": "Alle sprog", + "uls-no-results-found": "Ingen resultater fundet", + "uls-common-languages": "Foreslåede sprog", + "uls-no-results-suggestion-title": "Du er måske interesseret i:", + "uls-search-help": "Du kan søge på sprogets navn, skriftens navn eller sprogets ISO-kode, eller du kan bladre hen til sproget efter regionen.", + "uls-search-placeholder": "Søg efter et sprog" +} diff --git a/prototype/i18n/de-formal.json b/prototype/i18n/de-formal.json new file mode 100644 index 000000000..cbe0493ae --- /dev/null +++ b/prototype/i18n/de-formal.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Kghbln", + "Purodha" + ] + }, + "uls-region-SP": "Extras - kein Schprohche", + "uls-no-results-suggestion-title": "Dies könnte Sie interessieren:", + "uls-search-help": "Sie können nach dem Namen der Sprache suchen, dem Namen der Schrift, dem ISO-Code der Sprache oder aber die Suche über eine Region durchführen:", + "uls-search-placeholder": "Noh Schprohche söhke" +} diff --git a/prototype/i18n/de.json b/prototype/i18n/de.json new file mode 100644 index 000000000..bbf97e832 --- /dev/null +++ b/prototype/i18n/de.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Kghbln", + "Man77", + "Metalhead64", + "TMg" + ] + }, + "uls-region-WW": "Weltweit", + "uls-region-SP": "Spezial", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asien", + "uls-region-ME": "Naher Osten", + "uls-region-PA": "Pazifik", + "uls-region-all": "Alle Sprachen", + "uls-no-results-found": "Es wurden keine Ergebnisse gefunden.", + "uls-common-languages": "Vorgeschlagene Sprachen", + "uls-no-results-suggestion-title": "Dies könnte dich interessieren:", + "uls-search-help": "Du kannst nach dem Namen der Sprache suchen, dem Namen der Schrift, dem ISO-Code der Sprache oder aber die Suche über eine Region durchführen.", + "uls-search-placeholder": "Nach einer Sprache suchen" +} diff --git a/prototype/i18n/diq.json b/prototype/i18n/diq.json new file mode 100644 index 000000000..a0353df5d --- /dev/null +++ b/prototype/i18n/diq.json @@ -0,0 +1,27 @@ +{ + "@metadata": { + "authors": [ + "Asmen", + "Erdemaslancan", + "Gorizon", + "Gırd", + "Kumkumuk", + "Marmase", + "Mirzali" + ] + }, + "uls-region-WW": "Dınyayi", + "uls-region-SP": "Xısusi", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Ewropa", + "uls-region-AS": "Asya", + "uls-region-ME": "Rocvetışê Miyani", + "uls-region-PA": "Pasifik", + "uls-region-all": "Zıwani pêro", + "uls-no-results-found": "Neticeyi nêvêniyayi", + "uls-common-languages": "Zıwanê ke estê.", + "uls-no-results-suggestion-title": "Belki şıma cıya eleqederi:", + "uls-search-help": "Şıma şenê name dê zıwaniya, skript kodiya, ISO qodiya yana mıntıqa heta cıgeyrayış bıkerê.", + "uls-search-placeholder": "Yew zıwani cı geyre" +} diff --git a/prototype/i18n/dsb.json b/prototype/i18n/dsb.json new file mode 100644 index 000000000..f23e9e01d --- /dev/null +++ b/prototype/i18n/dsb.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Michawiki" + ] + }, + "uls-region-WW": "na cełem swěśe", + "uls-region-SP": "Specialne", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azija", + "uls-region-ME": "Srjejźne pódzajtšo", + "uls-region-PA": "Pacifik", + "uls-no-results-found": "Žedne wuslědki namakane", + "uls-common-languages": "Powšykne rěcy", + "uls-no-results-suggestion-title": "To by mógło śi zajmowaś:", + "uls-search-help": "Móžoš pó mjenju rěcy, mjenju pisma, ISO-koźe rěcy pytaś abo móžoš pó regionje pytaś:", + "uls-search-placeholder": "Rěcne pytanje" +} diff --git a/prototype/i18n/dty.json b/prototype/i18n/dty.json new file mode 100644 index 000000000..6ecc44f63 --- /dev/null +++ b/prototype/i18n/dty.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Nirajan pant", + "रमेश सिंह बोहरा" + ] + }, + "uls-region-WW": "विश्वभर", + "uls-region-SP": "खास", + "uls-region-AM": "अमेरिका", + "uls-region-AF": "अफ्रिका", + "uls-region-EU": "युरोप", + "uls-region-AS": "एसिया", + "uls-region-ME": "मध्य पूर्व", + "uls-region-PA": "प्रशान्त", + "uls-region-all": "जम्माइ भाषान", + "uls-no-results-found": "कोइ पन नतिजाहरू नाइभेटिया", + "uls-common-languages": "सुझावित भाषाअन", + "uls-no-results-suggestion-title": "तमलाई यैमी मन लाग्गसकन्छ:", + "uls-search-help": "तम भषा: नाउँले, लिपिया नाउँले, भषा: ISO कोड खोजिसकन्छ: या क्षेत्रा आधारमी ब्राउज अरिसकन्छ:।", + "uls-search-placeholder": "भाषा खिलाइ खोजी अरऽ" +} diff --git a/prototype/i18n/ee.json b/prototype/i18n/ee.json new file mode 100644 index 000000000..f781774ac --- /dev/null +++ b/prototype/i18n/ee.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Aguve" + ] + }, + "uls-region-WW": "Xexeme Godoo", + "uls-region-SP": "Tɔxɛ", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Titina Ɣedzeƒe", + "uls-region-PA": "Pasifik", + "uls-region-all": "Gbewo Katã", + "uls-no-results-found": "Mekpɔ naneke o", + "uls-common-languages": "Kpɔ gbe siawo ɖa", + "uls-no-results-suggestion-title": "Ɖewohĩ esiwo gbɔna adzɔ dzi na wò:", + "uls-search-help": "Àte ŋu aŋlɔ gbea ŋkɔ atsɔ adii, azã woƒe skript ƒe ŋkɔ, gbea ƒe ISO dzesi adii alo àdii le nutonutowo nu.", + "uls-search-placeholder": "Di gbe aɖe" +} diff --git a/prototype/i18n/el.json b/prototype/i18n/el.json new file mode 100644 index 000000000..8a295824b --- /dev/null +++ b/prototype/i18n/el.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Evropi", + "Geraki" + ] + }, + "uls-region-WW": "Παγκόσμιες", + "uls-region-SP": "Ειδικές", + "uls-region-AM": "Αμερική", + "uls-region-AF": "Αφρική", + "uls-region-EU": "Ευρώπη", + "uls-region-AS": "Ασία", + "uls-region-ME": "Μέση Ανατολή", + "uls-region-PA": "Ειρηνικός", + "uls-region-all": "Όλες οι γλώσσες", + "uls-no-results-found": "Δε βρέθηκαν αποτελέσματα", + "uls-common-languages": "Προτεινόμενες γλώσσες", + "uls-no-results-suggestion-title": "Μπορεί να σας ενδιαφέρουν:", + "uls-search-help": "Μπορείτε να ψάξετε κατά το όνομα της γλώσσας, τρόπο γραφής, κωδικό ISO της γλώσσας, ή να περιηγηθείτε ανά περιοχή.", + "uls-search-placeholder": "Αναζήτηση για γλώσσα" +} diff --git a/prototype/i18n/en-gb.json b/prototype/i18n/en-gb.json new file mode 100644 index 000000000..7b4e801b4 --- /dev/null +++ b/prototype/i18n/en-gb.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Andibing", + "Chase me ladies, I'm the Cavalry" + ] + }, + "uls-region-WW": "Worldwide", + "uls-region-SP": "Special", + "uls-region-AM": "America", + "uls-region-AF": "Africa", + "uls-region-EU": "Europe", + "uls-region-AS": "Asia", + "uls-region-ME": "Middle East", + "uls-region-PA": "Pacific", + "uls-region-all": "All languages", + "uls-no-results-found": "No results found", + "uls-common-languages": "Suggested languages", + "uls-no-results-suggestion-title": "You may be interested in:", + "uls-search-help": "You can search by language name, script name, ISO code of language or you can browse by region.", + "uls-search-placeholder": "Search for a language" +} diff --git a/prototype/i18n/en.json b/prototype/i18n/en.json new file mode 100644 index 000000000..d67fe5388 --- /dev/null +++ b/prototype/i18n/en.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "author": "Santhosh Thottingal ", + "last-updated": "2012-09-21", + "locale": "en", + "message-documentation": "qqq" + }, + "uls-region-WW": "Worldwide", + "uls-region-SP": "Special", + "uls-region-AM": "America", + "uls-region-AF": "Africa", + "uls-region-EU": "Europe", + "uls-region-AS": "Asia", + "uls-region-ME": "Middle East", + "uls-region-PA": "Pacific", + "uls-region-all": "All languages", + "uls-no-results-found": "No results found", + "uls-common-languages": "Suggested languages", + "uls-no-results-suggestion-title": "You may be interested in:", + "uls-search-help": "You can search by language name, script name, ISO code of language or you can browse by region.", + "uls-search-placeholder": "Search for a language" +} diff --git a/prototype/i18n/eo.json b/prototype/i18n/eo.json new file mode 100644 index 000000000..58e8fb027 --- /dev/null +++ b/prototype/i18n/eo.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "KuboF", + "Objectivesea", + "Orikrin1998" + ] + }, + "uls-region-WW": "Tutmonda", + "uls-region-SP": "Speciala", + "uls-region-AM": "Ameriko", + "uls-region-AF": "Afriko", + "uls-region-EU": "Eŭropo", + "uls-region-AS": "Azio", + "uls-region-ME": "Mezoriento", + "uls-region-PA": "Pacifiko", + "uls-region-all": "Ĉiuj lingvoj", + "uls-no-results-found": "Neniu rezulto estis trovita", + "uls-common-languages": "Sugestataj lingvoj", + "uls-no-results-suggestion-title": "Vi eble interesiĝas pri:", + "uls-search-help": "Vi povas serĉi laŭ la lingvonomo, la skriptnomo aŭ la lingva ISO-kodo, aŭ vi povas foliumi laŭ regiono.", + "uls-search-placeholder": "Serĉi lingvon" +} diff --git a/prototype/i18n/es.json b/prototype/i18n/es.json new file mode 100644 index 000000000..90cafc6bc --- /dev/null +++ b/prototype/i18n/es.json @@ -0,0 +1,27 @@ +{ + "@metadata": { + "authors": [ + "Armando-Martin", + "Fitoschido", + "Macofe", + "McDutchie", + "Pginer", + "Santhosh.thottingal", + "Vivaelcelta" + ] + }, + "uls-region-WW": "Mundial", + "uls-region-SP": "Especial", + "uls-region-AM": "América", + "uls-region-AF": "África", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Medio Oriente", + "uls-region-PA": "Pacífico", + "uls-region-all": "Todos los idiomas", + "uls-no-results-found": "No se encontraron resultados", + "uls-common-languages": "Idiomas sugeridos", + "uls-no-results-suggestion-title": "Puedes estar interesado en:", + "uls-search-help": "Puedes buscar por el nombre del idioma, su tipo de escritura, el código ISO del idioma o buscar por región.", + "uls-search-placeholder": "Buscar un idioma" +} diff --git a/prototype/i18n/et.json b/prototype/i18n/et.json new file mode 100644 index 000000000..738a98558 --- /dev/null +++ b/prototype/i18n/et.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Pikne" + ] + }, + "uls-region-WW": "Kogu maailm", + "uls-region-SP": "Erijuhud", + "uls-region-AM": "Ameerika", + "uls-region-AF": "Aafrika", + "uls-region-EU": "Euroopa", + "uls-region-AS": "Aasia", + "uls-region-ME": "Lähis-Ida", + "uls-region-PA": "Vaikne ookean", + "uls-region-all": "Kõik keeled", + "uls-no-results-found": "Tulemusi ei leitud.", + "uls-common-languages": "Soovitatavad keeled", + "uls-no-results-suggestion-title": "Võid eelistada neid:", + "uls-search-help": "Saad otsida keeli keelenimetuse, kirjanimetuse või keele ISO-koodi järgi või sirvida keeli piirkonna järgi.", + "uls-search-placeholder": "Keeleotsing" +} diff --git a/prototype/i18n/eu.json b/prototype/i18n/eu.json new file mode 100644 index 000000000..61ec16962 --- /dev/null +++ b/prototype/i18n/eu.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "An13sa", + "Sator", + "Theklan" + ] + }, + "uls-region-WW": "Mundu osoa", + "uls-region-SP": "Berezia", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Ekialde Hurbila", + "uls-region-PA": "Pazifikoa", + "uls-region-all": "Hizkuntza guztiak", + "uls-no-results-found": "Ez da emaitzarik aurkitu", + "uls-common-languages": "Proposatutako hizkuntzak", + "uls-no-results-suggestion-title": "Agian interesa duzu:", + "uls-search-help": "Bilaketa egin ahal duzu hizkuntzaren izena, script izena, hizkuntzaren ISO kodea edo eskualdeka bilaketa egin ahal duzu.", + "uls-search-placeholder": "Hizkuntza bat bilatu" +} diff --git a/prototype/i18n/fa.json b/prototype/i18n/fa.json new file mode 100644 index 000000000..0d38a7139 --- /dev/null +++ b/prototype/i18n/fa.json @@ -0,0 +1,25 @@ +{ + "@metadata": { + "authors": [ + "Ahmad252", + "Alirezaaa", + "Amire80", + "Namo", + "Reza1615" + ] + }, + "uls-region-WW": "در سراسر جهان", + "uls-region-SP": "ویژه", + "uls-region-AM": "آمریکا", + "uls-region-AF": "آفریقا", + "uls-region-EU": "اروپا", + "uls-region-AS": "آسیا", + "uls-region-ME": "خاورمیانه", + "uls-region-PA": "اقیانوس آرام", + "uls-region-all": "همهٔ زبان‌ها", + "uls-no-results-found": "نتیجه‌ای یافت نشد", + "uls-common-languages": "زبان‌های پیشنهادشده", + "uls-no-results-suggestion-title": "ممکن است علاقه‌مند باشید:", + "uls-search-help": "شما می‌توانید بر پایه نام زبان، نام اسکریپت، کد استاندارد زبان یا بر پایه منطقه جستجو کنید.", + "uls-search-placeholder": "جستجوی زبان" +} diff --git a/prototype/i18n/fi.json b/prototype/i18n/fi.json new file mode 100644 index 000000000..f68fe3a67 --- /dev/null +++ b/prototype/i18n/fi.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Alluk.", + "Nedergard", + "Nike", + "VezonThunder" + ] + }, + "uls-region-WW": "Maailmankielet", + "uls-region-SP": "Erikoiskielet", + "uls-region-AM": "Pohjois- ja Etelä-Amerikka", + "uls-region-AF": "Afrikka", + "uls-region-EU": "Eurooppa", + "uls-region-AS": "Aasia", + "uls-region-ME": "Lähi-itä", + "uls-region-PA": "Tyynenmeren alue", + "uls-region-all": "Kaikki kielet", + "uls-no-results-found": "Ei hakutuloksia", + "uls-common-languages": "Ehdotetut kielet", + "uls-no-results-suggestion-title": "Lähimmät hakutulokset:", + "uls-search-help": "Hae kielen tai kirjoitusjärjestelmän nimellä, kielen ISO-koodilla tai selaa kieliä alueluettelosta:", + "uls-search-placeholder": "Etsi kieltä" +} diff --git a/prototype/i18n/fit.json b/prototype/i18n/fit.json new file mode 100644 index 000000000..942797d30 --- /dev/null +++ b/prototype/i18n/fit.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Pyscowicz" + ] + }, + "uls-region-WW": "Maailmankielet", + "uls-region-SP": "Spesiaalikielet", + "uls-region-AM": "Pohjois- ja Etelä-Ameriika", + "uls-region-AF": "Aafriikka", + "uls-region-EU": "Euruuppa", + "uls-region-AS": "Aasia", + "uls-region-ME": "Lähi-itä", + "uls-region-PA": "Tyynenmeren alue", + "uls-region-all": "Kaikki kielet", + "uls-no-results-found": "Ei hakuresyltaatteja", + "uls-common-languages": "Ehotetut kielet", + "uls-no-results-suggestion-title": "Lähimmät hakuresyltaatit:", + "uls-search-help": "Hae kielen tai kirjoitussysteemin nimelä, kielen ISO-kootila eli selaa kieliä aluelistasta:", + "uls-search-placeholder": "Eti kieltä" +} diff --git a/prototype/i18n/fo.json b/prototype/i18n/fo.json new file mode 100644 index 000000000..ee797ef93 --- /dev/null +++ b/prototype/i18n/fo.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "EileenSanda" + ] + }, + "uls-region-WW": "Alheims", + "uls-region-SP": "Serstakt", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Evropa", + "uls-region-AS": "Asia", + "uls-region-ME": "Miðeystur", + "uls-region-PA": "Stillahavið", + "uls-no-results-found": "Ongi úrslit funnin", + "uls-common-languages": "Vanlig mál", + "uls-no-results-suggestion-title": "Tú ert kanska áhugað/ur í:", + "uls-search-help": "Tú kanst leita eftir navni á máli, skrifttýpu á máli, ISO kotu av máli ella kanst tú leita eftir øki:", + "uls-search-placeholder": "Leita eftir máli" +} diff --git a/prototype/i18n/fr.json b/prototype/i18n/fr.json new file mode 100644 index 000000000..a207637ea --- /dev/null +++ b/prototype/i18n/fr.json @@ -0,0 +1,25 @@ +{ + "@metadata": { + "authors": [ + "Gomoko", + "Pols12", + "Ultimate", + "Verdy p", + "Wladek92" + ] + }, + "uls-region-WW": "Dans le monde entier", + "uls-region-SP": "Spéciales", + "uls-region-AM": "Amérique", + "uls-region-AF": "Afrique", + "uls-region-EU": "Europe", + "uls-region-AS": "Asie", + "uls-region-ME": "Moyen-Orient", + "uls-region-PA": "Pacifique", + "uls-region-all": "Toutes les langues", + "uls-no-results-found": "Aucun résultat trouvé", + "uls-common-languages": "Langues suggérées", + "uls-no-results-suggestion-title": "Vous pouvez être intéressé par :", + "uls-search-help": "Vous pouvez rechercher par nom de langue, par nom de l’écriture, par code ISO de langue, ou vous pouvez naviguer par région.", + "uls-search-placeholder": "Rechercher une langue" +} diff --git a/prototype/i18n/fur.json b/prototype/i18n/fur.json new file mode 100644 index 000000000..11c11d9fb --- /dev/null +++ b/prototype/i18n/fur.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Klenje" + ] + }, + "uls-region-WW": "Dut il mont", + "uls-region-SP": "Speciâl", + "uls-region-AM": "Americhe", + "uls-region-AF": "Afriche", + "uls-region-EU": "Europe", + "uls-region-AS": "Asie", + "uls-region-ME": "Medi Orient", + "uls-region-PA": "Pacjific", + "uls-no-results-found": "Nissun risultât", + "uls-common-languages": "Lenghis comunis", + "uls-no-results-suggestion-title": "Tu puedis jessi interessât a:", + "uls-search-help": "Tu pues cirî par non de lenghe, non dal alfabet, codis ISO de lenghe o tu puedis cirî intune regjon:", + "uls-search-placeholder": "Ricercje de lenghe" +} diff --git a/prototype/i18n/fy.json b/prototype/i18n/fy.json new file mode 100644 index 000000000..d37e69cb6 --- /dev/null +++ b/prototype/i18n/fy.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "PiefPafPier", + "Robin van der Vliet", + "Robin0van0der0vliet" + ] + }, + "uls-region-WW": "Wrâldwiid", + "uls-region-SP": "Spesjaal", + "uls-region-AM": "Amearika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Jeropa", + "uls-region-AS": "Aazje", + "uls-region-ME": "Midden-Easten", + "uls-region-PA": "Pasifysk gebiet", + "uls-region-all": "Alle talen", + "uls-no-results-found": "Gjin resultaten fûn", + "uls-common-languages": "Taalsuggestjes", + "uls-no-results-suggestion-title": "Faaks stelle jo belang yn:", + "uls-search-help": "Jo kinne op taalnamme, skriftnamme, ISO-koade fan 'e taal sykje of it op gebiet trochsjen.", + "uls-search-placeholder": "Taal sykje" +} diff --git a/prototype/i18n/ga.json b/prototype/i18n/ga.json new file mode 100644 index 000000000..bc218872b --- /dev/null +++ b/prototype/i18n/ga.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Kscanne" + ] + }, + "uls-region-WW": "Ar fud an Domhain", + "uls-region-SP": "Speisialta", + "uls-region-AM": "Meiriceá", + "uls-region-AF": "An Afraic", + "uls-region-EU": "An Eoraip", + "uls-region-AS": "An Áise", + "uls-region-ME": "An Meánoirthear", + "uls-region-PA": "An tAigéan Ciúin", + "uls-no-results-found": "Gan torthaí", + "uls-common-languages": "Teangacha coitianta", + "uls-no-results-suggestion-title": "Seans go mbeadh suim agat i:", + "uls-search-help": "Is féidir cuardach de réir ainm na teanga, ainm na scripte, cód ISO 639, nó brabhsáil de réir réigiúin:", + "uls-search-placeholder": "Cuardaigh teangacha" +} diff --git a/prototype/i18n/gcr.json b/prototype/i18n/gcr.json new file mode 100644 index 000000000..43a494346 --- /dev/null +++ b/prototype/i18n/gcr.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "LeGuyanaisPure" + ] + }, + "uls-region-WW": "Annan monn antché", + "uls-region-SP": "Èspésyal", + "uls-region-AM": "Lanmérik", + "uls-region-AF": "Lafrik", + "uls-region-EU": "Léròp", + "uls-region-AS": "Lazi", + "uls-region-ME": "Mwayen-Loryan", + "uls-region-PA": "Pasifik", + "uls-region-all": "Tout lanng-yan", + "uls-no-results-found": "Pyès rézilta trouvé", + "uls-common-languages": "Lanng sigjéré", + "uls-no-results-suggestion-title": "Ou pouvé fika entérésé pa :", + "uls-search-help": "Ou pouvé sasé pa non di lanng, pa non di lékritir-a, pa kod ISO di lanng-an, oben ou pouvé navigé pa réjyon.", + "uls-search-placeholder": "Sasé roun lanng" +} diff --git a/prototype/i18n/gd.json b/prototype/i18n/gd.json new file mode 100644 index 000000000..f78ab0057 --- /dev/null +++ b/prototype/i18n/gd.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Akerbeltz", + "GunChleoc" + ] + }, + "uls-region-WW": "Mòr-chànan", + "uls-region-SP": "Sònraichte", + "uls-region-AM": "Aimeireaga", + "uls-region-AF": "Afraga", + "uls-region-EU": "An Roinn-Eòrpa", + "uls-region-AS": "Àisia", + "uls-region-ME": "An Ear-mheadhan", + "uls-region-PA": "An Cuan Sèimh", + "uls-region-all": "A h-uile cànan", + "uls-no-results-found": "Cha deach toradh a lorg", + "uls-common-languages": "Cànain a mholamaid", + "uls-no-results-suggestion-title": "’S dòcha gum bi ùidh agad sna leanas:", + "uls-search-help": "'S urrainn dhut lorg le ainm a' chànain, ainm an sgriobt, còd ISO a' chànain no brabhsadh a-rèir roinn-dùthcha.", + "uls-search-placeholder": "Lorg cànan" +} diff --git a/prototype/i18n/gl.json b/prototype/i18n/gl.json new file mode 100644 index 000000000..ddac4f454 --- /dev/null +++ b/prototype/i18n/gl.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Banjo", + "Elisardojm", + "Toliño" + ] + }, + "uls-region-WW": "Mundial", + "uls-region-SP": "Especial", + "uls-region-AM": "América", + "uls-region-AF": "África", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Oriente Medio", + "uls-region-PA": "Pacífico", + "uls-region-all": "Todas as linguas", + "uls-no-results-found": "Non se atopou ningún resultado", + "uls-common-languages": "Linguas suxeridas", + "uls-no-results-suggestion-title": "Poida que estea buscando:", + "uls-search-help": "Pode procurar polo nome da lingua, o tipo de escritura ou o código ISO. Tamén pode explorar as rexións.", + "uls-search-placeholder": "Procurar unha lingua" +} diff --git a/prototype/i18n/glk.json b/prototype/i18n/glk.json new file mode 100644 index 000000000..fc16ea79d --- /dev/null +++ b/prototype/i18n/glk.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "شیخ" + ] + }, + "uls-region-WW": "دۊنىا سرتاسرˇ ميئن", + "uls-region-SP": "خاص", + "uls-region-AM": "آمريکا", + "uls-region-AF": "آفريقا", + "uls-region-EU": "اۊرۊپا", + "uls-region-AS": "آسيا", + "uls-region-ME": "مئني خۊرتؤ", + "uls-region-PA": "اۊقيانۊسˇ آرؤم", + "uls-region-all": "همته زوؤنؤن", + "uls-no-results-found": "نتيجه-اي وامته نۊبؤ", + "uls-common-languages": "پيش بنا زوؤنؤن", + "uls-no-results-suggestion-title": "مۊمکنه خۊش بدأرين:", + "uls-search-help": "شۊمۊ تؤنين زوانˇ نؤمˇ أمرأ، رسم الخط، زوانˇ ايزؤ کؤد ىا شيمي سامؤنˇ أمرأ وامجين.", + "uls-search-placeholder": "وامج يته زوؤنˇ ويسين" +} diff --git a/prototype/i18n/gn.json b/prototype/i18n/gn.json new file mode 100644 index 000000000..fefc0a66e --- /dev/null +++ b/prototype/i18n/gn.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Fitoschido", + "P. S. F. Freitas" + ] + }, + "uls-region-WW": "Yvóra", + "uls-region-SP": "Mba'echĩchĩ", + "uls-region-AM": "Amérika", + "uls-region-AF": "Áfrika", + "uls-region-EU": "Európa", + "uls-region-AS": "Ásia", + "uls-region-ME": "Mbyte Kuarahyresẽ", + "uls-region-PA": "Paraguasu Py'aguapy", + "uls-region-all": "Opa ñe'ẽ", + "uls-no-results-found": "Ndojuhu mba'e", + "uls-common-languages": "Ñe'ẽ ojeipuruvéva", + "uls-no-results-suggestion-title": "Nde ikatu reipotaː", + "uls-search-help": "Nde ikatu reheka ñe'ẽ héra rupi, tai ysaja rupi, ISO ñe'ẽ héra térã ñe'ẽ renda rupi.", + "uls-search-placeholder": "Ñe'ẽ jeheka" +} diff --git a/prototype/i18n/gom-deva.json b/prototype/i18n/gom-deva.json new file mode 100644 index 000000000..6ae4b6628 --- /dev/null +++ b/prototype/i18n/gom-deva.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Santhosh.thottingal", + "The Discoverer", + "Vaishali Parab" + ] + }, + "uls-region-AM": "अमेरिका", + "uls-region-AF": "अफ़्रीका", + "uls-region-EU": "यूरोप", + "uls-region-AS": "एशिया", + "uls-region-ME": "मदलें उदेंत", + "uls-region-PA": "पॅसिफीक", + "uls-no-results-found": "परिणाम मेळूंक ना", + "uls-common-languages": "सामान्य भासो", + "uls-no-results-suggestion-title": "Tuka avdot:", + "uls-search-help": "तुज्यान भाशेचें नांव, लिपीचें नांव, भाशेचो ISO‍‌‍‌ कोड वा जाग्यावरवीं सोदूंक जाता.", + "uls-search-placeholder": "भास सोदात" +} diff --git a/prototype/i18n/gom-latn.json b/prototype/i18n/gom-latn.json new file mode 100644 index 000000000..7bfec84eb --- /dev/null +++ b/prototype/i18n/gom-latn.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "The Discoverer" + ] + }, + "uls-region-WW": "Akhea sonvsarant", + "uls-region-SP": "Khashelem", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Erop", + "uls-region-AS": "Asia", + "uls-region-ME": "Modlem Udent", + "uls-region-PA": "Pacifik", + "uls-region-all": "Soglleo bhaso", + "uls-no-results-found": "Porinam mellunk nam", + "uls-common-languages": "Suchoiloeo bhaso", + "uls-no-results-suggestion-title": "Tuka avdot:", + "uls-search-help": "Tujean bhase, lipie, bhaseche ISO code vo zagea vorvim sodunk zata.", + "uls-search-placeholder": "Eke bhase khatir sod" +} diff --git a/prototype/i18n/got.json b/prototype/i18n/got.json new file mode 100644 index 000000000..74596296e --- /dev/null +++ b/prototype/i18n/got.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Gothicspeaker" + ] + }, + "uls-region-WW": "𐌹𐌽 𐌰𐌻𐌻𐌰𐌼𐌰 𐍆𐌰𐌹𐍂𐍈𐌰𐌿", + "uls-region-SP": "𐍃𐌹𐌻𐌳𐌰𐌻𐌴𐌹𐌺𐍃", + "uls-region-AM": "𐌰𐌼𐌴𐍂𐌹𐌺𐌰", + "uls-region-AF": "𐌰𐍆𐍂𐌹𐌺𐌰", + "uls-region-EU": "𐌰𐌹𐍅𐍂𐍉𐍀𐌰", + "uls-region-AS": "𐌰𐍃𐌹𐌰", + "uls-region-ME": "𐌼𐌹𐌳𐌾𐌹𐍃 𐌰𐌿𐍃𐍄𐍂𐌰", + "uls-region-PA": "𐍀𐌰𐍃𐌹𐍆𐌹𐌺", + "uls-no-results-found": "𐌽𐌹 𐍅𐌰𐌹𐌷𐍄𐍃 𐌱𐌹𐌲𐌹𐍄𐌰𐌽𐍃", + "uls-common-languages": "𐌱𐌹𐌿𐌷𐍄𐌰 𐍂𐌰𐌶𐌳𐍉𐍃", + "uls-no-results-suggestion-title": "𐌿𐍆𐍄𐍉 𐍅𐌹𐌻𐌴𐌹𐍃 𐍃𐌿𐌼𐍃 𐌸𐌹𐌶𐍉 𐍂𐌰𐌶𐌳𐍉:", + "uls-search-help": "𐌼𐌰𐌲𐍄 𐍃𐍉𐌺𐌾𐌰𐌽 𐌼𐌹𐌸 𐍂𐌰𐌶𐌳𐌰𐌽𐌰𐌼𐌹𐌽, 𐌼𐌴𐌻𐌴𐌹𐌽𐌹𐌽𐌰𐌼𐌹𐌽, 𐌹𐍃𐍉 𐍂𐌰𐌸𐌾𐍉𐌽 𐌸𐌹𐌶𐍉𐍃 𐍂𐌰𐌶𐌳𐍉𐍃 𐌰𐌹𐌸𐌸𐌰𐌿 𐌼𐌰𐌲𐍄 𐍃𐍉𐌺𐌾𐌰𐌽 𐌱𐌹 𐌲𐌰𐍅𐌹.", + "uls-search-placeholder": "𐍂𐌰𐌶𐌳𐌰 𐍃𐍉𐌺𐌴𐌹𐌽𐍃" +} diff --git a/prototype/i18n/grc.json b/prototype/i18n/grc.json new file mode 100644 index 000000000..0350237b2 --- /dev/null +++ b/prototype/i18n/grc.json @@ -0,0 +1,18 @@ +{ + "@metadata": { + "authors": [ + "PastelKos" + ] + }, + "uls-region-WW": "Οἰκουμενικῶς", + "uls-region-AM": "Ἀμερική", + "uls-region-AF": "Λιβύη", + "uls-region-EU": "Εὐρώπη", + "uls-region-AS": "Ἀσία", + "uls-region-ME": "Ἐγγὺς Ἀνατολή", + "uls-region-PA": "Εἰρηνικός", + "uls-region-all": "Ἅπασαι αἱ γλῶσσαι", + "uls-no-results-found": "Οὐδὲν Ἀποτέλεσμα", + "uls-common-languages": "Εἰσηγούμεναι γλῶσσαι", + "uls-search-placeholder": "Ζητεῖν γλῶσσαν" +} diff --git a/prototype/i18n/gsw.json b/prototype/i18n/gsw.json new file mode 100644 index 000000000..3c344d625 --- /dev/null +++ b/prototype/i18n/gsw.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Als-Holder", + "Terfili" + ] + }, + "uls-region-WW": "Wältwyt", + "uls-region-SP": "Spezial", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asie", + "uls-region-ME": "Mittlere Oschte", + "uls-region-PA": "Pazifik", + "uls-region-all": "Alli Sprooche", + "uls-no-results-found": "Kei Ergebnis gfunde", + "uls-common-languages": "Sprooche, wo vorgschlo sin", + "uls-no-results-suggestion-title": "Des chennt Di interessiere:", + "uls-search-help": "Du chasch noch em Name vu dr Sproch sueche, em ISO-Code vu dr Sproch oder Du gohsch iber e Region fir d Suechi.", + "uls-search-placeholder": "Nooch ere Sproch sueche" +} diff --git a/prototype/i18n/gu.json b/prototype/i18n/gu.json new file mode 100644 index 000000000..04302b2f1 --- /dev/null +++ b/prototype/i18n/gu.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Ashok modhvadia", + "Harsh4101991", + "KartikMistry", + "Santhosh.thottingal" + ] + }, + "uls-region-WW": "વિશ્વભરમાં", + "uls-region-SP": "ખાસ", + "uls-region-AM": "અમેરિકા", + "uls-region-AF": "આફ્રિકા", + "uls-region-EU": "યુરોપ", + "uls-region-AS": "એશિયા", + "uls-region-ME": "મધ્ય પૂર્વ", + "uls-region-PA": "પૅસિફિક", + "uls-region-all": "બધી ભાષાઓ", + "uls-no-results-found": "કોઈ પરિણામ મળ્યા નહી", + "uls-common-languages": "સૂચિત ભાષાઓ", + "uls-no-results-suggestion-title": "તમને આમાં રસ હોઈ શકે છે:", + "uls-search-help": "તમે ભાષા નામ, સ્ક્રિપ્ટ નામ, ભાષા ISO કોડ દ્વારા શોધ કરી શકો છે અથવા તમે પ્રદેશ દ્વારા શોધ કરી શકો છો.", + "uls-search-placeholder": "ભાષા માટે શોધો" +} diff --git a/prototype/i18n/hak.json b/prototype/i18n/hak.json new file mode 100644 index 000000000..078686422 --- /dev/null +++ b/prototype/i18n/hak.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Jetlag" + ] + }, + "uls-region-WW": "全世界", + "uls-region-SP": "特別", + "uls-region-AM": "美洲", + "uls-region-AF": "非洲", + "uls-region-EU": "歐洲", + "uls-region-AS": "亞洲", + "uls-region-ME": "中東", + "uls-region-PA": "太平洋", + "uls-no-results-found": "尋毋到任何結果", + "uls-common-languages": "常用語言", + "uls-no-results-suggestion-title": "爾可能感興趣:", + "uls-search-help": "爾可以按語言名稱、程式碼名稱、語言ISO代碼搜索,也可以按區域瀏覽:", + "uls-search-placeholder": "語言搜索" +} diff --git a/prototype/i18n/haw.json b/prototype/i18n/haw.json new file mode 100644 index 000000000..5fa484834 --- /dev/null +++ b/prototype/i18n/haw.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Kolonahe" + ] + }, + "uls-region-WW": "ʻŌlelo puni hōnua", + "uls-region-SP": "Kūikawā", + "uls-region-AM": "ʻAmelika", + "uls-region-AF": "ʻApelika", + "uls-region-EU": "ʻEulopa", + "uls-region-AS": "ʻĀkia", + "uls-region-ME": "Hikina Waena", + "uls-region-PA": "Pakipika", + "uls-region-all": "Nā ʻōlelo a pau", + "uls-no-results-found": "ʻAʻohe hualoaʻa", + "uls-common-languages": "Nā ʻōlelo lawelawe paha", + "uls-no-results-suggestion-title": "Makemake paha ʻoe iā:", + "uls-search-help": "Hiki iā ʻoe ke huli i ka inoa ʻōlelo, inoa kikokikona, pāʻālua ISO ʻōlelo a i ʻole huli i ka ʻāina.", + "uls-search-placeholder": "Huli ʻŌlelo" +} diff --git a/prototype/i18n/he.json b/prototype/i18n/he.json new file mode 100644 index 000000000..00937b602 --- /dev/null +++ b/prototype/i18n/he.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Guycn2", + "Inkbug" + ] + }, + "uls-region-WW": "עולמי", + "uls-region-SP": "מיוחדות", + "uls-region-AM": "אמריקה", + "uls-region-AF": "אפריקה", + "uls-region-EU": "אירופה", + "uls-region-AS": "אסיה", + "uls-region-ME": "המזרח התיכון", + "uls-region-PA": "האוקיינוס השקט", + "uls-region-all": "כל השפות", + "uls-no-results-found": "לא נמצאו תוצאות", + "uls-common-languages": "שפות מוצעות", + "uls-no-results-suggestion-title": "אולי זה יעניין אותך:", + "uls-search-help": "אפשר לחפש לפי שם שפה, שם שיטת הכתב, קוד ISO של השפה, או ניתן לעיין לפי אזור.", + "uls-search-placeholder": "חיפוש שפה" +} diff --git a/prototype/i18n/hi.json b/prototype/i18n/hi.json new file mode 100644 index 000000000..c20696925 --- /dev/null +++ b/prototype/i18n/hi.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Santhosh.thottingal", + "Sfic", + "Siddhartha Ghai" + ] + }, + "uls-region-WW": "वैश्विक", + "uls-region-SP": "विशेष", + "uls-region-AM": "अमेरिका", + "uls-region-AF": "अफ़्रीका", + "uls-region-EU": "यूरोप", + "uls-region-AS": "एशिया", + "uls-region-ME": "मध्य पूर्व", + "uls-region-PA": "प्रशांत", + "uls-region-all": "सभी भाषाएँ", + "uls-no-results-found": "कोई परिणाम नहीं मिले", + "uls-common-languages": "सुझावित भाषा", + "uls-no-results-suggestion-title": "आपके लिये संभवतः उपयोगी:", + "uls-search-help": "आप भाषा के नाम, लिपि के नाम एवं भाषा के ISO कोड से खोज कर सकते हैं, और क्षेत्र अनुसार ब्राउज़ भी कर सकते हैं।", + "uls-search-placeholder": "भाषा के लिए खोजें" +} diff --git a/prototype/i18n/hif-latn.json b/prototype/i18n/hif-latn.json new file mode 100644 index 000000000..908e6f730 --- /dev/null +++ b/prototype/i18n/hif-latn.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Girmitya" + ] + }, + "uls-region-WW": "Duniya bhar", + "uls-region-SP": "Khaas", + "uls-region-AM": "America", + "uls-region-AF": "Africa", + "uls-region-EU": "Europe", + "uls-region-AS": "Asia", + "uls-region-ME": "Middle East", + "uls-region-PA": "Pacific", + "uls-region-all": "Sab bhaasa", + "uls-no-results-found": "Koi result nai milaa", + "uls-common-languages": "Suggested bhaasa", + "uls-no-results-suggestion-title": "Aap saait interested interested rahegaa:", + "uls-search-help": "Aap khoje saktaa hae bhaasa ke naam, script ke name, bhaasa ke ISO code, nai to, aap region se browse kare saktaa hai.", + "uls-search-placeholder": "Bhasa ke khojo" +} diff --git a/prototype/i18n/hoc.json b/prototype/i18n/hoc.json new file mode 100644 index 000000000..cdbfa72a6 --- /dev/null +++ b/prototype/i18n/hoc.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Singkiring57" + ] + }, + "uls-region-WW": "𑢫𑣉𑣒𑣁 𑣉𑣕𑣈 𑣜𑣈", + "uls-region-SP": "𑢨𑣓𑣈𑣕𑣁𑣊", + "uls-region-AM": "𑢡𑣖𑣈𑣜𑣂𑣌𑣁", + "uls-region-AF": "𑢡𑣘𑣗𑣜𑣂𑣌𑣁", + "uls-region-EU": "𑢥𑣃𑣜𑣉𑣉𑣘", + "uls-region-AS": "𑢨𑣈𑣞𑣂𑣅𑣁", + "uls-region-ME": "𑢵𑣚𑣁-𑣕𑣃𑣜 𑣞𑣄", + "uls-region-PA": "𑢸𑣈𑣞𑣂𑣘𑣂𑣌", + "uls-region-all": "𑢾𑣗𑣈𑣓 𑣎𑣈𑣋𑣁𑣜 𑣌𑣉", + "uls-no-results-found": "𑢮𑣁𑣓𑣄 𑣌𑣁 𑣓𑣖 𑣎𑣓𑣁", + "uls-common-languages": "𑢨𑣒𑣄 𑣎𑣈𑣋𑣁𑣜 𑣌𑣉", + "uls-no-results-suggestion-title": "𑢳𑣈𑣓𑣁 𑣌𑣉 𑣏𑣂 𑣗𑣈𑣓 𑣓𑣖 𑣕𑣓𑣁:", + "uls-search-help": "𑢮𑣈𑣋𑣁𑣜 𑣓𑣃𑣕𑣃𑣖 𑣕𑣈, 𑣏𑣂𑣕𑣂 𑣓𑣃𑣕𑣃𑣖 𑣕𑣈, 𑣎𑣈𑣋𑣁𑣜 𑣜𑣈𑣅𑣄 ISO 𑣌𑣉𑣉𑣑 𑣕𑣈 𑣌𑣁𑣜𑣈 𑣕𑣅𑣑 𑣓𑣃𑣕𑣃𑣖 𑣕𑣈 𑣉𑣉 𑣓𑣖-𑣓𑣈𑣚 𑣔𑣆𑣅𑣉𑣄𑣁.", + "uls-search-placeholder": "𑢶𑣂𑣈𑣑 𑣎𑣈𑣋𑣁𑣓 𑣓𑣈𑣚-𑣓𑣖𑣈" +} diff --git a/prototype/i18n/hr.json b/prototype/i18n/hr.json new file mode 100644 index 000000000..1cd4d7e32 --- /dev/null +++ b/prototype/i18n/hr.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "MaGa", + "Teoo3" + ] + }, + "uls-region-WW": "Svjetski jezici", + "uls-region-SP": "Posebno", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azija", + "uls-region-ME": "Bliski istok", + "uls-region-PA": "Pacifik", + "uls-region-all": "Svi jezici", + "uls-no-results-found": "Nema rezultata", + "uls-common-languages": "Predloženi jezici", + "uls-no-results-suggestion-title": "Možda ste zainteresirani za:", + "uls-search-help": "Možete tražiti prema nazivu jezika, pisma, ISO kôdu jezika ili možete pretražiti po regiji.", + "uls-search-placeholder": "Pretraga jezika" +} diff --git a/prototype/i18n/hrx.json b/prototype/i18n/hrx.json new file mode 100644 index 000000000..aab745198 --- /dev/null +++ b/prototype/i18n/hrx.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Paul Beppler" + ] + }, + "uls-region-WW": "Weltweit", + "uls-region-SP": "Spezial", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asie", + "uls-region-ME": "Mittlrer Ost", + "uls-region-PA": "Pazifik", + "uls-no-results-found": "Do woard ken Ergebniss gefund.", + "uls-common-languages": "Voargeschloohte Sproche", + "uls-no-results-suggestion-title": "Das könnt dich interssiere:", + "uls-search-help": "Du kannst nooh der Sproch ehr Noome suche, dem Schrift sein Noome, dem ISO-Code von der Sproch orrer awer die Such üwer en Reschion dorrichführe:", + "uls-search-placeholder": "Sprochesuch" +} diff --git a/prototype/i18n/hsb.json b/prototype/i18n/hsb.json new file mode 100644 index 000000000..bf3f00b51 --- /dev/null +++ b/prototype/i18n/hsb.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Michawiki" + ] + }, + "uls-region-WW": "Na cyłym swěće", + "uls-region-SP": "Specialne", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azija", + "uls-region-ME": "Srjedźny wuchod:", + "uls-region-PA": "Pacifik", + "uls-no-results-found": "Žane wuslědki namakane", + "uls-common-languages": "Namjetowane rěče", + "uls-no-results-suggestion-title": "To móhło će zajimować:", + "uls-search-help": "Móžeš po mjenje rěče, mjenje pisma, ISO-kodźe rěče pytać abo pytanje přez region přewjesć.", + "uls-search-placeholder": "Rěčne pytanje" +} diff --git a/prototype/i18n/hu.json b/prototype/i18n/hu.json new file mode 100644 index 000000000..17d23ed45 --- /dev/null +++ b/prototype/i18n/hu.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Dj", + "Tacsipacsi" + ] + }, + "uls-region-WW": "Világszerte", + "uls-region-SP": "Speciális", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Európa", + "uls-region-AS": "Ázsia", + "uls-region-ME": "Közel-Kelet", + "uls-region-PA": "Csendes-óceáni", + "uls-region-all": "Minden nyelv", + "uls-no-results-found": "Nincs találat", + "uls-common-languages": "Javasolt nyelvek", + "uls-no-results-suggestion-title": "Lehet, hogy érdekel:", + "uls-search-help": "Kereshetsz a nyelv neve, ábécé neve, a nyelv ISO kódja alapján vagy böngészhetsz régiók szerint.", + "uls-search-placeholder": "Nyelv keresése" +} diff --git a/prototype/i18n/hy.json b/prototype/i18n/hy.json new file mode 100644 index 000000000..d5f4f2dcc --- /dev/null +++ b/prototype/i18n/hy.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Nona", + "Xelgen" + ] + }, + "uls-region-WW": "Միջազգային", + "uls-region-SP": "Հատուկ", + "uls-region-AM": "Ամերիկա", + "uls-region-AF": "Աֆրիկա", + "uls-region-EU": "Եվրոպա", + "uls-region-AS": "Ասիա", + "uls-region-ME": "Միջին արևելք", + "uls-region-PA": "Օվկիանիա", + "uls-region-all": "Բոլոր լեզուները", + "uls-no-results-found": "Ոչինչ չի գտնվել", + "uls-common-languages": "Առաջարկվող լեզուներ", + "uls-no-results-suggestion-title": "Ձեզ գուցե հետաքրքրեն․", + "uls-search-help": "Դուք կարող եք որոնել լեզուն իր անվամբ, գրի անունով, ԻՍՈ կոդով կամ կարող եք ընտրել ըստ տարածաշրջանի։", + "uls-search-placeholder": "Որոնել լեզուները" +} diff --git a/prototype/i18n/hyw.json b/prototype/i18n/hyw.json new file mode 100644 index 000000000..59b0dfb8c --- /dev/null +++ b/prototype/i18n/hyw.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Armeniki" + ] + }, + "uls-region-WW": "Համաշխարհային", + "uls-region-SP": "Յատուկ", + "uls-region-AM": "Ամերիկա", + "uls-region-AF": "Ափրիկէ", + "uls-region-EU": "Եւրոպա", + "uls-region-AS": "Ասիա", + "uls-region-ME": "Միջին Արեւելք", + "uls-region-PA": "Խաղաղական", + "uls-region-all": "Ամէն լեզուները", + "uls-no-results-found": "Հետեւանք չը գտնուեձաւ", + "uls-common-languages": "Թելադրուած լեզուներ", + "uls-no-results-suggestion-title": "Կարելի է ձեզ հետաքրքրական ըլլայ․", + "uls-search-help": "Կրնաք որոնել լեզուի անունով, տարերու անունով, լեզուի ISO-ի օրինագիրով կամ կրնաք նայիլ շրջանով:", + "uls-search-placeholder": "Որոնել լեզու մը" +} diff --git a/prototype/i18n/ia.json b/prototype/i18n/ia.json new file mode 100644 index 000000000..39ce93fda --- /dev/null +++ b/prototype/i18n/ia.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "McDutchie" + ] + }, + "uls-region-WW": "Mundial", + "uls-region-SP": "Special", + "uls-region-AM": "America", + "uls-region-AF": "Africa", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Medio oriente", + "uls-region-PA": "Pacific", + "uls-region-all": "Tote le linguas", + "uls-no-results-found": "Nulle resultato trovate", + "uls-common-languages": "Linguas suggerite", + "uls-no-results-suggestion-title": "Tu pote esser interessate in:", + "uls-search-help": "Tu pote cercar per nomine de lingua, nomine de scriptura o codice ISO de lingua, o tu pote foliar per le regiones.", + "uls-search-placeholder": "Cercar un lingua" +} diff --git a/prototype/i18n/id.json b/prototype/i18n/id.json new file mode 100644 index 000000000..01655ef21 --- /dev/null +++ b/prototype/i18n/id.json @@ -0,0 +1,25 @@ +{ + "@metadata": { + "authors": [ + "Bennylin", + "Farras", + "Iwan Novirion", + "J Nia30", + "NoiX180" + ] + }, + "uls-region-WW": "Seluruh dunia", + "uls-region-SP": "Khusus", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Eropa", + "uls-region-AS": "Asia", + "uls-region-ME": "Timur Tengah", + "uls-region-PA": "Pasifik", + "uls-region-all": "Semua bahasa", + "uls-no-results-found": "Tidak ada hasil yang ditemukan", + "uls-common-languages": "Bahasa yang disarankan", + "uls-no-results-suggestion-title": "Anda mungkin tertarik pada:", + "uls-search-help": "Anda dapat mencari dengan nama bahasa, nama skrip, kode ISO bahasa atau Anda dapat menelusuri menurut wilayahnya.", + "uls-search-placeholder": "Pencarian bahasa" +} diff --git a/prototype/i18n/ie.json b/prototype/i18n/ie.json new file mode 100644 index 000000000..cc2776c0c --- /dev/null +++ b/prototype/i18n/ie.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Makuba", + "Stavanger7" + ] + }, + "uls-region-WW": "Global", + "uls-region-SP": "Special", + "uls-region-AM": "America", + "uls-region-AF": "Africa", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Medial Ost", + "uls-region-PA": "Pacific", + "uls-region-all": "Omni lingues", + "uls-no-results-found": "Null resultates ha esset trovat.", + "uls-common-languages": "Proposit lingues", + "uls-no-results-suggestion-title": "Forsan tu es interessat in:", + "uls-search-help": "Tu posse serchar li nómin del lingue, del scritura, li ISO-code del lingue o serchar secun un region.", + "uls-search-placeholder": "Serchar un lingue" +} diff --git a/prototype/i18n/ilo.json b/prototype/i18n/ilo.json new file mode 100644 index 000000000..0fe0f186d --- /dev/null +++ b/prototype/i18n/ilo.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Lam-ang" + ] + }, + "uls-region-WW": "Sangalubongan", + "uls-region-SP": "Espesial", + "uls-region-AM": "Amerika", + "uls-region-AF": "Aprika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Tengnga a Daya", + "uls-region-PA": "Pasipiko", + "uls-no-results-found": "Awan dagiti nabirukan a resulta", + "uls-common-languages": "Dagiti kadawyan a pagsasao", + "uls-no-results-suggestion-title": "Mabalin nga interesadoka iti:", + "uls-search-help": "Mabalinmo ti agbiruk babaen ti nagan ti pagsasao, nagan ti eskritu, ISO a kodigo ti pagsasao wenno agbasabasaka babaen ti rehion:", + "uls-search-placeholder": "Panagbiruk ti pagsasao" +} diff --git a/prototype/i18n/inh.json b/prototype/i18n/inh.json new file mode 100644 index 000000000..3310e8bff --- /dev/null +++ b/prototype/i18n/inh.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Adam-Yourist", + "Sapral Mikail" + ] + }, + "uls-region-WW": "Дерригача дунен", + "uls-region-SP": "ЛаьрххIа дараш", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Ази", + "uls-region-ME": "Гаргара Малхбоале", + "uls-region-PA": "Океани", + "uls-region-all": "Деррига метташ", + "uls-no-results-found": "Корадаьдац", + "uls-common-languages": "Харжа оттадаь дола метташ", + "uls-no-results-suggestion-title": "Ер метташ шун теркдар т|алаца мега:", + "uls-search-help": "Меттай ц|ераца е йоазувдарца лаха тарло, иззамо ISO-меттач|егаца е купаца тахка а.", + "uls-search-placeholder": "Мотт лахар" +} diff --git a/prototype/i18n/io.json b/prototype/i18n/io.json new file mode 100644 index 000000000..d11486fc1 --- /dev/null +++ b/prototype/i18n/io.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Algentem", + "Joao Xavier", + "Robin van der Vliet" + ] + }, + "uls-region-WW": "Tota mondo", + "uls-region-SP": "Specala", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azia", + "uls-region-ME": "Mez-Esto", + "uls-region-PA": "Pacifiko", + "uls-region-all": "Omna lingui", + "uls-no-results-found": "Ne trovis ulo", + "uls-common-languages": "Sugestanta lingui", + "uls-search-help": "Vu povas serchar segun linguala kodexo, nomo dil 'script', kodexo ISO por la linguo, o vu povas serchar segun la regiono.", + "uls-search-placeholder": "Serchar linguo" +} diff --git a/prototype/i18n/is.json b/prototype/i18n/is.json new file mode 100644 index 000000000..d1d77daee --- /dev/null +++ b/prototype/i18n/is.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Snævar" + ] + }, + "uls-region-WW": "Á heimsvísu", + "uls-region-SP": "Sérstök", + "uls-region-AM": "Ameríka", + "uls-region-AF": "Afríka", + "uls-region-EU": "Evrópa", + "uls-region-AS": "Asía", + "uls-region-ME": "Mið-Austurlönd", + "uls-region-PA": "Kyrrahaf", + "uls-region-all": "Öll tungumál", + "uls-no-results-found": "Ekkert fannst", + "uls-common-languages": "Uppástungur að tungumálum", + "uls-no-results-suggestion-title": "Þú gætir haft áhuga á:", + "uls-search-help": "Þú getur leitað eftir nafni tungumáls, nafni skriftunar, ISO kóða tungumálsins eða þú getur leitað eftir svæði.", + "uls-search-placeholder": "Leita eftir tungumáli" +} diff --git a/prototype/i18n/it.json b/prototype/i18n/it.json new file mode 100644 index 000000000..45060d1a1 --- /dev/null +++ b/prototype/i18n/it.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Beta16", + "Gianfranco", + "Macofe" + ] + }, + "uls-region-WW": "Tutto il mondo", + "uls-region-SP": "Speciale", + "uls-region-AM": "America", + "uls-region-AF": "Africa", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Medio oriente", + "uls-region-PA": "Pacifico", + "uls-region-all": "Tutte le lingue", + "uls-no-results-found": "Nessun risultato trovato", + "uls-common-languages": "Lingue suggerite", + "uls-no-results-suggestion-title": "Puoi essere interessato a:", + "uls-search-help": "È possibile cercare per nome, nome dello script, codice ISO della lingua o si può navigare tramite regione.", + "uls-search-placeholder": "Cerca una lingua" +} diff --git a/prototype/i18n/ja.json b/prototype/i18n/ja.json new file mode 100644 index 000000000..3e8bd32c1 --- /dev/null +++ b/prototype/i18n/ja.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Fryed-peach", + "Otokoume", + "Santhosh.thottingal", + "Shirayuki" + ] + }, + "uls-region-WW": "全世界", + "uls-region-SP": "特殊", + "uls-region-AM": "アメリカ", + "uls-region-AF": "アフリカ", + "uls-region-EU": "ヨーロッパ", + "uls-region-AS": "アジア", + "uls-region-ME": "中東", + "uls-region-PA": "太平洋地域", + "uls-region-all": "すべての言語", + "uls-no-results-found": "見つかりませんでした", + "uls-common-languages": "提案された言語", + "uls-no-results-suggestion-title": "もしかして:", + "uls-search-help": "言語名、文字体系名、言語の ISO コードで検索できます。地域別の一覧から選択することもできます。", + "uls-search-placeholder": "言語を検索" +} diff --git a/prototype/i18n/jv.json b/prototype/i18n/jv.json new file mode 100644 index 000000000..14611f110 --- /dev/null +++ b/prototype/i18n/jv.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "NoiX180" + ] + }, + "uls-region-WW": "Saindenging donya", + "uls-region-SP": "Mirunggan", + "uls-region-AM": "Amérikah", + "uls-region-AF": "Afrikah", + "uls-region-EU": "Éropah", + "uls-region-AS": "Asiah", + "uls-region-ME": "Wétan Tengah", + "uls-region-PA": "Pasifik", + "uls-region-all": "Kabèh basa", + "uls-no-results-found": "Wohing golèk ora ana", + "uls-common-languages": "Basa sing kaprayogakaké", + "uls-no-results-suggestion-title": "Panjenengan bokmanawa suka ing:", + "uls-search-help": "Panjenengan bisa golèk lumantar jeneng basa, jeneng aksara, kodhe ISO basa, utawa panjengan bisa luru miturut wewengkon.", + "uls-search-placeholder": "Golèk basa" +} diff --git a/prototype/i18n/ka.json b/prototype/i18n/ka.json new file mode 100644 index 000000000..d4a3da6fe --- /dev/null +++ b/prototype/i18n/ka.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "David1010", + "MIKHEIL" + ] + }, + "uls-region-WW": "მსოფლიო", + "uls-region-SP": "სპეციალური", + "uls-region-AM": "ამერიკა", + "uls-region-AF": "აფრიკა", + "uls-region-EU": "ევროპა", + "uls-region-AS": "აზია", + "uls-region-ME": "ახლო აღმოსავლეთი", + "uls-region-PA": "ოკეანეთი", + "uls-no-results-found": "შედეგი ვერ მოიძებნა", + "uls-common-languages": "შეთავაზებული ენები", + "uls-no-results-suggestion-title": "იქნებ თქვენ ამ ენებმა დაგაინტერესოთ:", + "uls-search-help": "ძიება შესაძლებელია ენის სახელით ან დამწერლობით, ენის ISO-კოდით ან რეგიონის მიხედვით.", + "uls-search-placeholder": "ენის მოძებნა" +} diff --git a/prototype/i18n/kab.json b/prototype/i18n/kab.json new file mode 100644 index 000000000..cceadc62b --- /dev/null +++ b/prototype/i18n/kab.json @@ -0,0 +1,27 @@ +{ + "@metadata": { + "authors": [ + "Amazigh84", + "Belkacem77", + "Mezgoug", + "Mmistmurt", + "Sayem AtVkm", + "SlimaneAmiri", + "YouvaDjouadi" + ] + }, + "uls-region-WW": "Deg umaḍal meṛṛa", + "uls-region-SP": "Uzzig", + "uls-region-AM": "Tamrikt", + "uls-region-AF": "Tafriqt", + "uls-region-EU": "Turuft", + "uls-region-AS": "Asya", + "uls-region-ME": "Asammar Alemmas", + "uls-region-PA": "Amelwi", + "uls-region-all": "Akk tutlayin", + "uls-no-results-found": "Ur d-yufi kra seg unadi", + "uls-common-languages": "Tutlayin i d-yettwasumren", + "uls-no-results-suggestion-title": "Ahat ad tebɣuḍ:", + "uls-search-help": "Tzemreḍ ad tnadiḍ s yisem n tutlayt, s yisem n tira, s tengalt ISO n tutlayt neɣ tzemreḍ ad tinigeḍ tamnaḍt tamnaḍt.", + "uls-search-placeholder": "Nadi ɣef tutlayt" +} diff --git a/prototype/i18n/kcg.json b/prototype/i18n/kcg.json new file mode 100644 index 000000000..26e0db690 --- /dev/null +++ b/prototype/i18n/kcg.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Kambai Akau" + ] + }, + "uls-region-WW": "A̱mgba̱m ta̱cya̱", + "uls-region-SP": "A̱khapsak", + "uls-region-AM": "A̱merika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Yurop", + "uls-region-AS": "A̱siya", + "uls-region-ME": "A̱tyia̱ka̱u A̱tyin", + "uls-region-PA": "Pa̱si̱fi̱k", + "uls-region-all": "A̱mgba̱m lilyem", + "uls-no-results-found": "Á̱ sang záng", + "uls-common-languages": "Nwuat shim lilyem", + "uls-no-results-suggestion-title": "A bye cat:", + "uls-search-help": "A maai zop di̱n vak a̱lyoot a̱lyem, a̱lyoot lyuut, zwunzwuo ISO si̱ a̱lyem ke a maai nyia̱ brauzin di̱n vak fam a̱byin.", + "uls-search-placeholder": "Zop a̱lyem" +} diff --git a/prototype/i18n/khw.json b/prototype/i18n/khw.json new file mode 100644 index 000000000..d006a8ad5 --- /dev/null +++ b/prototype/i18n/khw.json @@ -0,0 +1,13 @@ +{ + "@metadata": { + "authors": [ + "Rachitrali" + ] + }, + "uls-region-WW": "پورا دنیا", + "uls-region-AM": "آمریکہ", + "uls-region-AF": "افریقہ", + "uls-region-EU": "یوروپ", + "uls-region-AS": "ایشیاء", + "uls-region-ME": "مشرق وسطی" +} diff --git a/prototype/i18n/kiu.json b/prototype/i18n/kiu.json new file mode 100644 index 000000000..5d23051bf --- /dev/null +++ b/prototype/i18n/kiu.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Orbot707" + ] + }, + "uls-region-WW": "Dınyayi", + "uls-region-SP": "Xısusi", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Awrupa", + "uls-region-AS": "Asya", + "uls-region-ME": "Rocvetışê Miyani", + "uls-region-PA": "Pasifik", + "uls-region-all": "Zoni pêro", + "uls-no-results-found": "Neticeyi nêvêniyayi", + "uls-common-languages": "Zıwanê ke estê.", + "uls-no-results-suggestion-title": "Belki şıma cıya eleqederi:", + "uls-search-help": "Şıma şenê name dê zıwaniya, skript kodiya, ISO qodiya ya ki mıntıqa heta cıgeyrayış bıkerê.", + "uls-search-placeholder": "Yew zıwani cı geyre" +} diff --git a/prototype/i18n/kjh.json b/prototype/i18n/kjh.json new file mode 100644 index 000000000..7af2eefa9 --- /dev/null +++ b/prototype/i18n/kjh.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Андрей Саг." + ] + }, + "uls-region-WW": "Прай чирдеге", + "uls-region-SP": "Ӧнетін", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "Чағынғы Іскер", + "uls-region-PA": "Амыр", + "uls-region-all": "Прай тіллер", + "uls-no-results-found": "Салтарларын табалполбан", + "uls-common-languages": "Чӧпха пирелген тіллер", + "uls-no-results-suggestion-title": "Пасха тіллер пирелче", + "uls-search-help": "Сілерге пирелче тілдіӊ адыныӊ, пічіктіӊ, ISO-кодтыӊ тілирге алай регионныӊ кӧрерге", + "uls-search-placeholder": "Тілде тілирге" +} diff --git a/prototype/i18n/kjp.json b/prototype/i18n/kjp.json new file mode 100644 index 000000000..2d3e5ed17 --- /dev/null +++ b/prototype/i18n/kjp.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Rul1902" + ] + }, + "uls-region-WW": "ခါန်ႋညာညာႋသါ်", + "uls-region-SP": "အ်ုခေါဟ်", + "uls-region-AM": "အ်ုမေရိကိုင်", + "uls-region-AF": "အာဖရိက", + "uls-region-EU": "ဥရဴပ", + "uls-region-AS": "အာယှ", + "uls-region-ME": "အ်ုကၠာမူႋနုက်ခဝ့်", + "uls-region-PA": "ပ်ုစိဖေံ", + "uls-region-all": "ဆ်ုခၠါင်ဘာႋသာ့လုက်ဆိင့်", + "uls-no-results-found": "အ်ုတင်ၮေဝ်ႋအှ် လ်ုဍးၜး", + "uls-common-languages": "ဖှ်ေဆ်ုကုံး ဆ်ုခၠါင်ဘာႋသာ့လ်ုဖး", + "uls-no-results-suggestion-title": "ၮ်ုမ်ုသာ့ထိင်ၜးဆ်ု:", + "uls-search-help": "ဆ်ုခၠါင်ဘာႋသာ့လ်ုမိင်မိင် ၮ်ုအင်းၰူ့ၮေဝ်ႋၜးသာစာ်ၜိုဝ် အင်းၰူ့ ၜးဆါင့်အ်ုသီးလိက်ဖၠုံးၯေဝ်၊ ISO ဝီႋဖၠုံးၜီးၜါ်သီးမွာဲၯေဝ် လ်ုမွာဲၜး လေဝ်အင်းၰူ့ၮေဝ်ႋဝေ့ ဆ်ုလင်ႋသီးသှ်ေဆေဝ်ႋလှ်။", + "uls-search-placeholder": "မ်ုအင်းၰူ့ ဆ်ုခၠါင်လ်ုမိင်ၯင်" +} diff --git a/prototype/i18n/kk-cyrl.json b/prototype/i18n/kk-cyrl.json new file mode 100644 index 000000000..ba124d38b --- /dev/null +++ b/prototype/i18n/kk-cyrl.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Arystanbek", + "Fontan 030" + ] + }, + "uls-region-WW": "Әлемдік тілдер", + "uls-region-SP": "Арнайы", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Еуропа", + "uls-region-AS": "Азия", + "uls-region-ME": "Таяу шығыс", + "uls-region-PA": "Тынық мұхит", + "uls-region-all": "Барлық тілдер", + "uls-no-results-found": "Ешбір нәтиже табылмады", + "uls-common-languages": "Ортақ тілдер", + "uls-no-results-suggestion-title": "Сіз қызықтауыңыз мүмкін:", + "uls-search-help": "Тіл атауы бойынша, скрипт аты, тілдің ISO коды бойынша ізей аласыз немесе аумағы бойынша шола аласыз.", + "uls-search-placeholder": "Тілді іздеу" +} diff --git a/prototype/i18n/km.json b/prototype/i18n/km.json new file mode 100644 index 000000000..5a98da382 --- /dev/null +++ b/prototype/i18n/km.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Sovichet", + "គីមស៊្រុន" + ] + }, + "uls-region-WW": "ទូទាំង​ពិភពលោក", + "uls-region-SP": "ពិសេស", + "uls-region-AM": "អាមេរិក", + "uls-region-AF": "អាហ្វ្រិក", + "uls-region-EU": "អឺរ៉ុប", + "uls-region-AS": "អាស៊ី", + "uls-region-ME": "មជ្ឈិមបូព៌ា", + "uls-region-PA": "ប៉ាស៊ីភិច", + "uls-region-all": "ភាសាទាំងអស់", + "uls-no-results-found": "រកមិនឃើញលទ្ធផល", + "uls-common-languages": "ភាសាបេក្ខភាព", + "uls-no-results-suggestion-title": "អ្នក​អាច​នឹង​ចាប់​អារម្មណ៍​លើ៖", + "uls-search-help": "អ្នក​អាច​ស្វែង​រក​តាម​ឈ្មោះ​ភាសា, ឈ្មោះ​ស្គ្រីប, កូដ ISO នៃ​ភាសា ឬ​អ្នក​អាច​រុករក​តាម​តំបន់។", + "uls-search-placeholder": "ស្វែងរកភាសា" +} diff --git a/prototype/i18n/kn.json b/prototype/i18n/kn.json new file mode 100644 index 000000000..a5b29f87c --- /dev/null +++ b/prototype/i18n/kn.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Ashay vb", + "Omshivaprakash", + "Shankar" + ] + }, + "uls-region-WW": "ಪ್ರಪಂಚದಾದ್ಯಂತ", + "uls-region-SP": "ವಿಶೇಷ", + "uls-region-AM": "ಅಮೇರಿಕ", + "uls-region-AF": "ಆಫ್ರಿಕ", + "uls-region-EU": "ಯುರೋಪ್", + "uls-region-AS": "ಏಷ್ಯಾ", + "uls-region-ME": "ಮಿಡಲ್ ಈಸ್ಟ್", + "uls-region-PA": "ಫೆಸಿಫಿಕ್", + "uls-region-all": "ಎಲ್ಲಾ ಭಾಷೆಗಳು", + "uls-no-results-found": "ಯಾವುದೇ ಫಲಿತಾಂಶಗಳಿಲ್ಲ", + "uls-common-languages": "ಸೂಚಿಸಿದ ಭಾಷೆಗಳು", + "uls-no-results-suggestion-title": "ನಿಮಗೆ ಇದರಲ್ಲಿ ಆಸಕ್ತಿ ಇರಬಹುದು:", + "uls-search-help": "ನೀವು ಭಾಷೆಯ ಹೆಸರು, ಸ್ಕ್ರಿಪ್ಟ್ ಹೆಸರು, ಐಎಸ್ಒ ಭಾಷೆಯ ಕೋಡ್ ಮೂಲಕ ಹುಡುಕಬಹುದು ಅಥವಾ ನೀವು ಪ್ರದೇಶದ ಪ್ರಕಾರ ಬ್ರೌಸ್ ಮಾಡಬಹುದು.", + "uls-search-placeholder": "ಭಾಷೆಗಾಗಿ ಹುಡುಕಿ" +} diff --git a/prototype/i18n/ko.json b/prototype/i18n/ko.json new file mode 100644 index 000000000..aa94c427f --- /dev/null +++ b/prototype/i18n/ko.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Hibm98", + "IRTC1015", + "Ykhwong", + "아라" + ] + }, + "uls-region-WW": "전 세계", + "uls-region-SP": "특수", + "uls-region-AM": "아메리카", + "uls-region-AF": "아프리카", + "uls-region-EU": "유럽", + "uls-region-AS": "아시아", + "uls-region-ME": "중동", + "uls-region-PA": "태평양", + "uls-region-all": "모든 언어", + "uls-no-results-found": "결과가 없습니다", + "uls-common-languages": "제안 언어", + "uls-no-results-suggestion-title": "이것을 찾으셨나요:", + "uls-search-help": "언어 이름, 문자 체계 이름, 언어의 ISO 코드로 검색할 수 있으며 지역별로 찾아볼 수 있습니다.", + "uls-search-placeholder": "언어 검색" +} diff --git a/prototype/i18n/krc.json b/prototype/i18n/krc.json new file mode 100644 index 000000000..1a0c89247 --- /dev/null +++ b/prototype/i18n/krc.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Ernác", + "Iltever" + ] + }, + "uls-region-WW": "Бютеудуниялы", + "uls-region-SP": "Айырмалы", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "Джууукъ Кюнчыгъыш", + "uls-region-PA": "Океания", + "uls-no-results-found": "Джукъ да табылмады", + "uls-common-languages": "Автомат халда айырылгъан тилле", + "uls-no-results-suggestion-title": "Бу теллеге талпый болурмусуз:", + "uls-search-help": "Тилни неда джазманы атына кёре излерге боллукъсуз, тилни ISO-кодуна кёре неда регионнга кёре къараргъа:", + "uls-search-placeholder": "Тил излеу" +} diff --git a/prototype/i18n/ksh.json b/prototype/i18n/ksh.json new file mode 100644 index 000000000..701f797c8 --- /dev/null +++ b/prototype/i18n/ksh.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Purodha" + ] + }, + "uls-region-WW": "Fö de jannze Ääd", + "uls-region-SP": "Extras - kein Schprohche", + "uls-region-AM": "Ammärrika", + "uls-region-AF": "Affrikka", + "uls-region-EU": "Europpa", + "uls-region-AS": "Aasije", + "uls-region-ME": "der meddlere Oßte", + "uls-region-PA": "der Paziffesche Oozejaan", + "uls-no-results-found": "Nix jefonge", + "uls-common-languages": "Vörjeschlonn Schprohche", + "uls-no-results-suggestion-title": "Do künnts Schpaßß hann aan:", + "uls-search-help": "Do kanns noh Schprohche söhke övver der Nahme, dä Schreff iehre Nahme, et Köözel noh dä ISO-Norrm udder övver övver de Rejuhne.", + "uls-search-placeholder": "En Schprohch Söhke" +} diff --git a/prototype/i18n/ksw.json b/prototype/i18n/ksw.json new file mode 100644 index 000000000..293474a56 --- /dev/null +++ b/prototype/i18n/ksw.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "SawJaemin" + ] + }, + "uls-region-WW": "ဟီခိၣ်ဒီဖျၢၣ်", + "uls-region-SP": "လီၤဆီ", + "uls-region-AM": "အမဲရကၤ", + "uls-region-AF": "အၤဖြံၤကၤ", + "uls-region-EU": "ယူရပၤ", + "uls-region-AS": "အ့ၡၢၣ်", + "uls-region-ME": "မုၢ်ထီၣ်တၢ်ခၢၣ်သးလီၢ်ကဝီၤ", + "uls-region-PA": "ပဝံးဖံး", + "uls-region-all": "ကျိာ်တဖၣ်ခဲလၢာ်", + "uls-no-results-found": "တၢ်စံးဆၢတအိၣ်ဘၣ်", + "uls-common-languages": "မၤကွၢ်ကျိာ်တဖၣ်အံၤ", + "uls-no-results-suggestion-title": "ဘၣ်သ့ၣ်သ့ၣ်နကအိၣ်ဒီးတၢ်သးစဲလၢ:", + "uls-search-help": "နဃုကွၢ်လၢကျိာ်အမံၤသ့ မ့ၢ်တမ့ၢ် လၢလံာ်မိၢ်ပှၢ်အမံၤသ့ မ့ၢ်တမ့ၢ် လၢအ ISO မံၤသ့ မ့ၢ်တမ့ၢ် နကွၢ်ဃုလၢ တၢ်လီၢ်သ့စ့ၢ်ကီးလီၤ.", + "uls-search-placeholder": "ကွၢ်ဃုကျိာ်တကျိာ်" +} diff --git a/prototype/i18n/ku-latn.json b/prototype/i18n/ku-latn.json new file mode 100644 index 000000000..81579f7a1 --- /dev/null +++ b/prototype/i18n/ku-latn.json @@ -0,0 +1,25 @@ +{ + "@metadata": { + "authors": [ + "Bikarhêner", + "Cûndûllah el-Kurdî", + "George Animal", + "Ghybu", + "Velg" + ] + }, + "uls-region-WW": "Li hemû cîhanê", + "uls-region-SP": "Taybet", + "uls-region-AM": "Amerîka", + "uls-region-AF": "Afrîka", + "uls-region-EU": "Ewropa", + "uls-region-AS": "Asya", + "uls-region-ME": "Rojhilata Navîn", + "uls-region-PA": "Pasîfîk", + "uls-region-all": "Hemû ziman", + "uls-no-results-found": "Tu encam nehatin dîtin", + "uls-common-languages": "Zimanên pêşniyarkirî", + "uls-no-results-suggestion-title": "Pêwendîya we dikara bikişîne:", + "uls-search-help": "Hûn lêgerîna xwe li gor nava zimanê, koda ISOyê an jî li gor herêmê dikarin bikin.", + "uls-search-placeholder": "Li zimanekî bigere" +} diff --git a/prototype/i18n/ky.json b/prototype/i18n/ky.json new file mode 100644 index 000000000..13124e16f --- /dev/null +++ b/prototype/i18n/ky.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Growingup", + "Maksat", + "Викиней" + ] + }, + "uls-region-WW": "Бүткүл дүйнөлүк", + "uls-region-SP": "Атайын", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "Жакынкы Чыгыш", + "uls-region-PA": "Океания", + "uls-no-results-found": "Жыйынтыктар табылган жок", + "uls-common-languages": "Жалпы тилдер", + "uls-no-results-suggestion-title": "Балким бул тилдер сизди кызыктырат:", + "uls-search-help": "Сиз тилдердин аталыштары, скрипта, тилдердин ISO коддору же болбосо аймагы боюнча издесеңиз болот", + "uls-search-placeholder": "Издөө тили" +} diff --git a/prototype/i18n/lb.json b/prototype/i18n/lb.json new file mode 100644 index 000000000..2287706c1 --- /dev/null +++ b/prototype/i18n/lb.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Robby" + ] + }, + "uls-region-WW": "Weltwäit", + "uls-region-SP": "Spezial", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asien", + "uls-region-ME": "Mëttleren Osten", + "uls-region-PA": "Pazifik", + "uls-region-all": "All Sproochen", + "uls-no-results-found": "Näischt fonnt", + "uls-common-languages": "Proposéiert Sproochen", + "uls-no-results-suggestion-title": "Dir kënnt interesséiert sinn un:", + "uls-search-help": "Dir kënnt mam Numm vun der Sprooch, Numm vun der Schrëft, ISO-Code vun der Sprooch oder iwwer eng Regioun sichen.", + "uls-search-placeholder": "No enger Sprooch sichen" +} diff --git a/prototype/i18n/lez.json b/prototype/i18n/lez.json new file mode 100644 index 000000000..c82e730a6 --- /dev/null +++ b/prototype/i18n/lez.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Namik", + "Soul Train" + ] + }, + "uls-region-WW": "Вири дуьньядин", + "uls-region-SP": "Махсус", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "Юкьван РагъэкъечӀдай пад", + "uls-region-PA": "Океания", + "uls-region-all": "Вири чӀалар", + "uls-common-languages": "Теклифнавай чӀалар", + "uls-search-help": "Вавай чӀалан дахьайтӀа кхьинвилин тӀварунай къекъвез жеда, чӀалан ISO-коддай дахьайтӀа региондай килигиз жеда.", + "uls-search-placeholder": "ЧӀал жагъурун" +} diff --git a/prototype/i18n/li.json b/prototype/i18n/li.json new file mode 100644 index 000000000..f2be7e309 --- /dev/null +++ b/prototype/i18n/li.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Ooswesthoesbes", + "Pahles", + "Robin van der Vliet", + "Robin0van0der0vliet" + ] + }, + "uls-region-WW": "Waereldwied", + "uls-region-SP": "Sjpesjaal", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azië", + "uls-region-ME": "Midde-Ooste", + "uls-region-PA": "Pacifisch gebied", + "uls-region-all": "Al spraoke", + "uls-no-results-found": "Gein rizzeltaote gevónje", + "uls-common-languages": "Spraoksuggesties", + "uls-no-results-suggestion-title": "Doe bös mesjiens geïnterseerdj in:", + "uls-search-help": "Doe kans zeuken op spraoknaam, sjrifnaam, ISO-code vanne spraok of doe kans blajere de regio.", + "uls-search-placeholder": "Sjpraok zeuke" +} diff --git a/prototype/i18n/lki.json b/prototype/i18n/lki.json new file mode 100644 index 000000000..11080c679 --- /dev/null +++ b/prototype/i18n/lki.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Hosseinblue", + "Lakzon" + ] + }, + "uls-region-WW": "کؤل(گشت)جەهان", + "uls-region-SP": "ویژە", + "uls-region-AM": "ئآمریکا", + "uls-region-AF": "ئآفریقا", + "uls-region-EU": "اؤرووپا", + "uls-region-AS": "ئاسیا", + "uls-region-ME": "(غرب نامِن(خاوورمیانۀ", + "uls-region-PA": "ئآرؤم", + "uls-no-results-found": "نتیجه أدی نؤی(پئا نؤی)", + "uls-common-languages": "زوونەل رایج", + "uls-no-results-suggestion-title": ":هائر خووۀشته یۀ بآئ", + "uls-search-help": "، مةتۆنین ئۀ وسیلة نؤم زوون مِنی کِین\n نؤم اسکریپت،کد ISO زوونۀ یا مةتۆنین ناحیة(تؤئة) بگئردینو", + "uls-search-placeholder": "مِنِی کردن زوون" +} diff --git a/prototype/i18n/lrc.json b/prototype/i18n/lrc.json new file mode 100644 index 000000000..1151faac7 --- /dev/null +++ b/prototype/i18n/lrc.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Lorestani", + "Mogoeilor" + ] + }, + "uls-region-WW": "کولٛ دۏنیا", + "uls-region-SP": "ڤیژٱ", + "uls-region-AM": "اْمریکا", + "uls-region-AF": "اْفریقا", + "uls-region-EU": "اورۊپا", + "uls-region-AS": "آسيا", + "uls-region-ME": "مؽنجا خاڤٱر", + "uls-region-PA": "هوم پاٛڤٱست جهوݩ آوی", + "uls-region-all": "همٱ زڤونؽا", + "uls-no-results-found": "هيچ نٱتیجاٛيی پاٛدا ناٛیی", + "uls-common-languages": "زڤونؽا پیشنهاد بیٱ", + "uls-no-results-suggestion-title": "شما مومکنٱ ڤش علاقٱمٱن بۊؽت", + "uls-search-placeholder": "پاٛجۊری زڤونی" +} diff --git a/prototype/i18n/lt.json b/prototype/i18n/lt.json new file mode 100644 index 000000000..572abd314 --- /dev/null +++ b/prototype/i18n/lt.json @@ -0,0 +1,26 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Cyklopas", + "Eitvys200", + "Mantak111", + "Manvydasz", + "Zygimantus" + ] + }, + "uls-region-WW": "Visame pasaulyje", + "uls-region-SP": "Specialios", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azija", + "uls-region-ME": "Artimieji Rytai", + "uls-region-PA": "Ramiojo vandenyno zona", + "uls-region-all": "Visos kalbos", + "uls-no-results-found": "Rezultatų nerasta", + "uls-common-languages": "Siūlomos kalbos", + "uls-no-results-suggestion-title": "Galbūt domina:", + "uls-search-help": "Galite ieškoti pagal kalbos pavadinimą, scenarijaus pavadinimą, ISO kalbos kodą arba galite naršyti pagal regioną.", + "uls-search-placeholder": "Ieškoti kalbos" +} diff --git a/prototype/i18n/lv.json b/prototype/i18n/lv.json new file mode 100644 index 000000000..3812f6203 --- /dev/null +++ b/prototype/i18n/lv.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Papuass", + "Ttdnet" + ] + }, + "uls-region-WW": "Visā pasaulē", + "uls-region-SP": "Īpašās", + "uls-region-AM": "Amerika", + "uls-region-AF": "Āfrika", + "uls-region-EU": "Eiropa", + "uls-region-AS": "Āzija", + "uls-region-ME": "Vidējie Austrumi", + "uls-region-PA": "Klusā okeāna", + "uls-region-all": "Visas valodas", + "uls-no-results-found": "Nav atrasts neviens rezultāts", + "uls-common-languages": "Ieteiktās valodas", + "uls-no-results-suggestion-title": "Jums var būt interesē:", + "uls-search-help": "Var meklēt pēc valodas, skripta nosaukuma, valodas ISO koda, vai jūs tos varat pārlūkot pēc reģiona.", + "uls-search-placeholder": "Meklēt valodu" +} diff --git a/prototype/i18n/map-bms.json b/prototype/i18n/map-bms.json new file mode 100644 index 000000000..c36339d77 --- /dev/null +++ b/prototype/i18n/map-bms.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "StefanusRA" + ] + }, + "uls-region-WW": "Sak ndonya", + "uls-region-SP": "Khusus", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Eropa", + "uls-region-AS": "Asia", + "uls-region-ME": "Timur Tengah", + "uls-region-PA": "Pasifik", + "uls-no-results-found": "Ora nemokna hasile", + "uls-common-languages": "Basa-basa sing umum", + "uls-no-results-suggestion-title": "Rika ndeyane seneng:", + "uls-search-help": "Rika teyeng nggoleti nganggo jeneng basa, jeneng skrip, kode ISO ne basa utawa Rika teyeng nggoleti per wilayaeh:", + "uls-search-placeholder": "Ngoleti basa" +} diff --git a/prototype/i18n/mg.json b/prototype/i18n/mg.json new file mode 100644 index 000000000..85b5710b6 --- /dev/null +++ b/prototype/i18n/mg.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Jagwar" + ] + }, + "uls-region-WW": "Erak'izao tontolo izao", + "uls-region-SP": "Manokana", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Eoropa", + "uls-region-AS": "Azia", + "uls-region-ME": "Afovoany Atsinanana", + "uls-region-PA": "Pasifika", + "uls-region-all": "Fiteny rehetra", + "uls-no-results-found": "Tsy nahitana valiny", + "uls-common-languages": "Fiteny atao soson-kevitra", + "uls-no-results-suggestion-title": "Mety ahitanao tombon-tsoa:", + "uls-search-help": "Afaka mikaroka araka ny anaran'ny tenim-pirena, anaran-tsoratra, kaody ISO-n'ny teny na afaka mifidy araky ny faritra.", + "uls-search-placeholder": "Hitady fiteny" +} diff --git a/prototype/i18n/min.json b/prototype/i18n/min.json new file mode 100644 index 000000000..2e348f3ad --- /dev/null +++ b/prototype/i18n/min.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Iwan Novirion" + ] + }, + "uls-region-WW": "Saluruah dunia", + "uls-region-SP": "Khusuih", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Eropa", + "uls-region-AS": "Asia", + "uls-region-ME": "Timua Tangah", + "uls-region-PA": "Pasifik", + "uls-region-all": "Sado bahaso", + "uls-no-results-found": "Hasil indak basobok", + "uls-common-languages": "Bahaso nan disarankan", + "uls-no-results-suggestion-title": "Sanak mungkin tatarik pado:", + "uls-search-help": "Sanak dapek mancari jo namo bahaso, namo skrip, kode ISO bahaso atau dapek pulo manalusuri manuruik wilayahnyo.", + "uls-search-placeholder": "Pancarian bahaso" +} diff --git a/prototype/i18n/mk.json b/prototype/i18n/mk.json new file mode 100644 index 000000000..aa43d5d10 --- /dev/null +++ b/prototype/i18n/mk.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Bjankuloski06" + ] + }, + "uls-region-WW": "Светски", + "uls-region-SP": "Посебни", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азија", + "uls-region-ME": "Близок Исток", + "uls-region-PA": "Океанија", + "uls-region-all": "Сите јазици", + "uls-no-results-found": "Не пронајдов ништо", + "uls-common-languages": "Предложени јазици", + "uls-no-results-suggestion-title": "Може да ве интересираат:", + "uls-search-help": "Можете да пребарувате по име на јазикот или писмото, по ISO-код на јазикот или пак да разгледате по региони.", + "uls-search-placeholder": "Пребарување на јазик" +} diff --git a/prototype/i18n/ml.json b/prototype/i18n/ml.json new file mode 100644 index 000000000..f2d3d8415 --- /dev/null +++ b/prototype/i18n/ml.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Praveenp", + "Ranjithsiji", + "Santhosh.thottingal" + ] + }, + "uls-region-WW": "ആഗോള ഭാഷകൾ", + "uls-region-SP": "പ്രത്യേക ഭാഷകൾ", + "uls-region-AM": "അമേരിക്ക", + "uls-region-AF": "ആഫ്രിക്ക", + "uls-region-EU": "യൂറോപ്പ്", + "uls-region-AS": "ഏഷ്യ", + "uls-region-ME": "മദ്ധ്യപൂർവേഷ്യ", + "uls-region-PA": "പസഫിക്", + "uls-region-all": "എല്ലാ ഭാഷകളും", + "uls-no-results-found": "ഒന്നും കണ്ടെത്താനായില്ല", + "uls-common-languages": "നിർദ്ദേശിക്കുന്ന ഭാഷകൾ", + "uls-no-results-suggestion-title": "താങ്കൾക്കാവശ്യം ഇതായിരിക്കാം:", + "uls-search-help": "താങ്കൾക്ക് ഭാഷയുടെ പേര്, ISO കോഡ്, ലിപിയുടെ പേര് എന്നിവ ഉപയോഗിച്ച് തിരയാം. അല്ലെങ്കിൽ ഈ മേഖലകളിൽ തിരയാം:", + "uls-search-placeholder": "ഒരു ഭാഷക്കായി തിരയുക" +} diff --git a/prototype/i18n/mn.json b/prototype/i18n/mn.json new file mode 100644 index 000000000..82141b945 --- /dev/null +++ b/prototype/i18n/mn.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Saihanaaaa", + "Wisdom" + ] + }, + "uls-region-WW": "Дэлхий даяар", + "uls-region-SP": "Тусгай", + "uls-region-AM": "Америк", + "uls-region-AF": "Африк", + "uls-region-EU": "Европ", + "uls-region-AS": "Ази", + "uls-region-ME": "Дундад Ази", + "uls-region-PA": "Номхон далай", + "uls-region-all": "Бүх хэл", + "uls-no-results-found": "Үр дүн олдсонгүй", + "uls-common-languages": "Санал болгож буй хэл", + "uls-no-results-suggestion-title": "Санал болгох:", + "uls-search-help": "Та хэлээр, скриптийн нэрээр, хэлний ISO кодоор хайж болно, эсвэл газар нутгаар нь харж болно.", + "uls-search-placeholder": "Хэлний хайлт" +} diff --git a/prototype/i18n/mnc.json b/prototype/i18n/mnc.json new file mode 100644 index 000000000..7a6693af1 --- /dev/null +++ b/prototype/i18n/mnc.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Moon0319", + "Араси" + ] + }, + "uls-region-AM": "᠇ᠮᡝᡵᡳᡴᠠ", + "uls-region-EU": "ᠣᡵᠣᠪᠠ", + "uls-region-all": "ᡝᡳ᠌ᡨᡝᠨ ᡤᡳᠰᡠᠨ", + "uls-no-results-suggestion-title": "ᠠᡳ᠌ᠨᠴᡳ ᠰᡳᠨᡳ ᠠᠮᡠᡵᠠᠩᡤᡝ ᠈" +} diff --git a/prototype/i18n/mni.json b/prototype/i18n/mni.json new file mode 100644 index 000000000..352d5d90c --- /dev/null +++ b/prototype/i18n/mni.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Awangba Mangang" + ] + }, + "uls-region-WW": "ꯃꯂꯦꯝꯁꯤꯟꯕ ꯊꯨꯡꯅ", + "uls-region-SP": "ꯑꯈꯟꯅꯕ", + "uls-region-AM": "ꯑꯃꯦꯔꯤꯀꯥ", + "uls-region-AF": "ꯑꯐ꯭ꯔꯤꯀꯥ", + "uls-region-EU": "ꯏꯎꯔꯣꯞ", + "uls-region-AS": "ꯑꯦꯁꯤꯌꯥ", + "uls-region-ME": "ꯃꯌꯥꯏꯊꯪꯕ ꯅꯣꯡꯄꯣꯛ", + "uls-region-PA": "ꯄꯦꯁꯤꯐꯤꯛ", + "uls-region-all": "ꯂꯣꯟ ꯄꯨꯝꯅꯃꯛ", + "uls-no-results-found": "ꯃꯁꯤꯒ ꯆꯥꯟꯅꯕ ꯂꯩꯇꯦ", + "uls-common-languages": "ꯂꯣꯟꯁꯤꯡ ꯑꯁꯤ ꯍꯥꯏꯕ ꯌꯥꯏ", + "uls-no-results-suggestion-title": "ꯅꯪꯅ ꯃꯁꯤꯒꯨꯝꯕꯁꯤ ꯄꯥꯝꯃꯝꯕꯁꯨ ꯌꯥꯏ:", + "uls-search-help": "ꯅꯪꯅ ꯊꯤꯕꯥ ꯌꯥꯒꯅꯤ ꯂꯣꯟ ꯃꯃꯤꯡꯅ, ꯃꯌꯦꯛ ꯃꯃꯤꯡꯅ, ꯂꯣꯟꯒꯤ ꯑꯣꯏꯑꯦꯁꯑꯣ ꯀꯣꯗꯅ ꯅꯠꯇ꯭ꯔꯒ ꯅꯪꯅ ꯂꯩꯐꯝꯒꯤ ꯃꯇꯨꯡ ꯏꯟꯅ ꯊꯤꯕꯥ ꯌꯥꯒꯅꯤ ꯫", + "uls-search-placeholder": "ꯂꯣꯟ ꯱ ꯊꯤꯕꯥ" +} diff --git a/prototype/i18n/mnw.json b/prototype/i18n/mnw.json new file mode 100644 index 000000000..22787da2f --- /dev/null +++ b/prototype/i18n/mnw.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Aue Nai" + ] + }, + "uls-region-WW": "ဇမၞော်ဂၠး", + "uls-region-SP": "တၟေၚ်", + "uls-region-AM": "အမေရိက", + "uls-region-AF": "အာဖရိက", + "uls-region-EU": "ဥရောပ", + "uls-region-AS": "အာယှ", + "uls-region-ME": "လဒေါဝ် ဗၟံက်", + "uls-region-PA": "ပသဳဖှေတ်", + "uls-region-all": "အရေဝ်ဘာသာ သီုဖအိုတ်", + "uls-no-results-found": "အရာမဂၠာဲဂှ် မုဟွံဂွံ ဆဵု", + "uls-common-languages": "အရေဝ်ဘာသာ မကဵုလဝ်ကသပ်ဂမၠိုၚ်", + "uls-no-results-suggestion-title": "မၞး စိုတ်လုပ်စမာန် :", + "uls-search-help": "မၞးဂၠာဲကေတ်နကဵု ယၟုအရေဝ်ဘာသာမာန်၊ ယၟုအက္ခရ်, မခတ် ISO ဒဒှ်အရေဝ်ဘာသာ ဟွံသေၚ် မၞးတြးပၠးပတိတ် နကဵု ဒေသမာန်.", + "uls-search-placeholder": "ဂၠာဲ သွက် အရေဝ်ဘာသာ မွဲ" +} diff --git a/prototype/i18n/mr.json b/prototype/i18n/mr.json new file mode 100644 index 000000000..5efd97599 --- /dev/null +++ b/prototype/i18n/mr.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Kaajawa", + "Mahitgar", + "Sureshkhole", + "V.narsikar" + ] + }, + "uls-region-WW": "वैश्विक", + "uls-region-SP": "विशेष", + "uls-region-AM": "अमेरीका", + "uls-region-AF": "आफ्रीका", + "uls-region-EU": "युरोप", + "uls-region-AS": "आशिया", + "uls-region-ME": "मध्यपूर्व (मिडल इस्ट)", + "uls-region-PA": "पॅसिफीक", + "uls-region-all": "सर्व भाषा", + "uls-no-results-found": "परिणाम सापडले नाही", + "uls-common-languages": "सुचविलेल्या भाषा", + "uls-no-results-suggestion-title": "तुम्हाला कदाचित यात रुची असेल:", + "uls-search-help": "आपण भाषेनुसार, लिपीनुसार, भाषेच्या आयएसओ कोडनुसार शोध घेऊ शकता अथवा प्रदेशानुसार शोधु शकता:", + "uls-search-placeholder": "भाषेचा शोध घ्या" +} diff --git a/prototype/i18n/ms.json b/prototype/i18n/ms.json new file mode 100644 index 000000000..953b89d0c --- /dev/null +++ b/prototype/i18n/ms.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Anakmalaysia", + "Tofeiku" + ] + }, + "uls-region-WW": "Seluruh Dunia", + "uls-region-SP": "Khas", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Eropah", + "uls-region-AS": "Asia", + "uls-region-ME": "Timur Tengah", + "uls-region-PA": "Pasifik", + "uls-region-all": "Semua bahasa", + "uls-no-results-found": "Tiada hasil carian", + "uls-common-languages": "Bahasa yang dicadangkan", + "uls-no-results-suggestion-title": "Mungkin anda ingin mencari:", + "uls-search-help": "Anda boleh mencari mengikut nama bahasa, nama tulisan, kod bahasa ISO ataupun menyemak seimbas mengikut kawasan.", + "uls-search-placeholder": "Cari bahasa" +} diff --git a/prototype/i18n/mt.json b/prototype/i18n/mt.json new file mode 100644 index 000000000..4f1baca5e --- /dev/null +++ b/prototype/i18n/mt.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Chrisportelli" + ] + }, + "uls-region-WW": "Madwar id-dinja", + "uls-region-SP": "Speċjali", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Ewropa", + "uls-region-AS": "Asja", + "uls-region-ME": "Lvant Nofsani", + "uls-region-PA": "Paċifiku", + "uls-region-all": "Kull lingwa", + "uls-no-results-found": "L-ebda riżultat", + "uls-common-languages": "Lingwi magħżula", + "uls-no-results-suggestion-title": "Tista' tkun interessat fil-:", + "uls-search-help": "Tista' tfittex skont l-isem tal-lingwa, l-isem tal-iskript, kodiċi tal-lingwa ISO jew tista' tinnaviga skont ir-reġjun.", + "uls-search-placeholder": "Fittex lingwa" +} diff --git a/prototype/i18n/mwl.json b/prototype/i18n/mwl.json new file mode 100644 index 000000000..223cc7fb0 --- /dev/null +++ b/prototype/i18n/mwl.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Athena in Wonderland", + "MokaAkashiyaPT" + ] + }, + "uls-region-WW": "Global", + "uls-region-SP": "Special", + "uls-region-AM": "América", + "uls-region-AF": "África", + "uls-region-EU": "Ouropa", + "uls-region-AS": "Ásia", + "uls-region-ME": "Médio Ouriente", + "uls-region-PA": "Pacífico", + "uls-region-all": "Todas las lhénguas", + "uls-no-results-found": "Nó fúrun ancontrados resultados", + "uls-common-languages": "Lhénguas sugeridas", + "uls-no-results-suggestion-title": "Puode star antressado an:", + "uls-search-help": "Puode percurar pul nome de la lhéngua, pul tipo de abc, código ISO de la lhéngua, ó puode nabegar por region.", + "uls-search-placeholder": "Percurar por lhéngua" +} diff --git a/prototype/i18n/my.json b/prototype/i18n/my.json new file mode 100644 index 000000000..4333854f3 --- /dev/null +++ b/prototype/i18n/my.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Dr Lotus Black", + "Ninjastrikers" + ] + }, + "uls-region-WW": "တစ်ကမ္ဘာလုံး", + "uls-region-SP": "အထူး", + "uls-region-AM": "အမေရိက", + "uls-region-AF": "အာဖရိက", + "uls-region-EU": "ဥရောပ", + "uls-region-AS": "အာရှ", + "uls-region-ME": "အရှေ့အလယ်ပိုင်း", + "uls-region-PA": "ပစိဖိတ်", + "uls-region-all": "ဘာသာစကားများ အားလုံး", + "uls-no-results-found": "မည်သည့်ရလဒ်မျှ မရပါ", + "uls-common-languages": "အကြံပေးသော ဘာသာစကားများ", + "uls-search-placeholder": "ဘာသာစကားတစ်ခုအတွက် ရှာဖွေရန်" +} diff --git a/prototype/i18n/mzn.json b/prototype/i18n/mzn.json new file mode 100644 index 000000000..352393248 --- /dev/null +++ b/prototype/i18n/mzn.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "محک" + ] + }, + "uls-region-WW": "جهون میون", + "uls-region-SP": "ویژه", + "uls-region-AM": "آمریکا", + "uls-region-AF": "آفریقا", + "uls-region-EU": "اروپا", + "uls-region-AS": "آسیا", + "uls-region-ME": "خاورمیونه", + "uls-region-PA": "آروم اقیانوس", + "uls-no-results-found": "هچّی پیدا نیّه", + "uls-common-languages": "رایج زوونون", + "uls-no-results-suggestion-title": "شاید دوست دارین:", + "uls-search-help": "شما بتونّی زوون نوم، اسکریپ نوم، زوونِ استانداردِ کد یا ونه منطقه جه شه دِلِوستِ زوون ره پیدا هاکنین.", + "uls-search-placeholder": "زوونِ جستجو" +} diff --git a/prototype/i18n/nah.json b/prototype/i18n/nah.json new file mode 100644 index 000000000..d4a1a5106 --- /dev/null +++ b/prototype/i18n/nah.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Akapochtli", + "Ricardo gs", + "Taresi", + "Teòtlalili" + ] + }, + "uls-region-WW": "Nohuiyanyoh", + "uls-region-SP": "Noncuahquizqui", + "uls-region-AM": "America", + "uls-region-AF": "Africa", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Ihuic Tlahuiztlampa", + "uls-region-PA": "Pacifico", + "uls-region-all": "Ipan mochi tlahtolli", + "uls-no-results-found": "Ahmo omahcic tlen motemoa", + "uls-common-languages": "Mitzhuelittaz inin tlahtolli", + "uls-no-results-suggestion-title": "Ahzo timoyolehuaz ica inin:", + "uls-search-help": "Huel tictemoz in tlahtolli ipal tlahtolli itoca, nozo itlahcuilol, nozo ipal ISO imachiyonecaquiliz, nozo huel tictemoz zan iuh itlalpan.", + "uls-search-placeholder": "Tlatemoliztli itech ce tlahtolli" +} diff --git a/prototype/i18n/nap.json b/prototype/i18n/nap.json new file mode 100644 index 000000000..9af173f9b --- /dev/null +++ b/prototype/i18n/nap.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "C.R.", + "Chelin", + "Ruthven" + ] + }, + "uls-region-WW": "Munno intero", + "uls-region-SP": "Speciale", + "uls-region-AM": "Amereca", + "uls-region-AF": "Afreca", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Medio oriente", + "uls-region-PA": "Pacifico", + "uls-region-all": "Tuttuquante 'e llengue", + "uls-no-results-found": "Nisciuno risultato", + "uls-common-languages": "Llèngue suggerite", + "uls-no-results-suggestion-title": "Puo essere interessato a:", + "uls-search-help": "Puo cercà pe nomme, nomme dd’’o script, codece ISO dd’’a lengua o naviggà nfra ’e reggiune.", + "uls-search-placeholder": "Tròva na lengua" +} diff --git a/prototype/i18n/nb.json b/prototype/i18n/nb.json new file mode 100644 index 000000000..939a31c46 --- /dev/null +++ b/prototype/i18n/nb.json @@ -0,0 +1,25 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Danmichaelo", + "Event", + "Telaneo", + "Wouterkoch" + ] + }, + "uls-region-WW": "Verdensomspennende", + "uls-region-SP": "Spesielle", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Midtøsten", + "uls-region-PA": "Stillehavsområdet", + "uls-region-all": "Alle språk", + "uls-no-results-found": "Ingen resultater funnet", + "uls-common-languages": "Foreslåtte språk", + "uls-no-results-suggestion-title": "Dette kan kanskje interessere deg:", + "uls-search-help": "Du kan søke etter språkets navn, alfabet (skriftnavn) eller ISO-kode, eller du kan bla etter region.", + "uls-search-placeholder": "Språksøk" +} diff --git a/prototype/i18n/nds-nl.json b/prototype/i18n/nds-nl.json new file mode 100644 index 000000000..ead12199f --- /dev/null +++ b/prototype/i18n/nds-nl.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Servien" + ] + }, + "uls-region-WW": "Wereldwied", + "uls-region-SP": "Spesiaal", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azië", + "uls-region-ME": "Midden-Oosten", + "uls-region-PA": "Stille Zeegebied", + "uls-no-results-found": "Gien resultaoten evunnen", + "uls-common-languages": "Taalsuggesties", + "uls-no-results-suggestion-title": "Misschien wi'j een van de volgende talen kiezen:", + "uls-search-help": "Je kunnen zeuken op taalnaam, schriftnaam, ISO-kode van de taal of je kunnen per regio deurblaojen:", + "uls-search-placeholder": "Taal zeuken" +} diff --git a/prototype/i18n/ne.json b/prototype/i18n/ne.json new file mode 100644 index 000000000..e86187756 --- /dev/null +++ b/prototype/i18n/ne.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Krish Dulal", + "सरोज कुमार ढकाल" + ] + }, + "uls-region-WW": "विश्वभर", + "uls-region-SP": "विशेष", + "uls-region-AM": "अमेरिका", + "uls-region-AF": "अफ्रिका", + "uls-region-EU": "युरोप", + "uls-region-AS": "एसिया", + "uls-region-ME": "मध्य पूर्व", + "uls-region-PA": "प्रशान्त", + "uls-region-all": "सबै भाषाहरू", + "uls-no-results-found": "कुनै पनि नतिजाहरू भेटिएन", + "uls-common-languages": "सुझाव दिइएका भाषाहरू", + "uls-no-results-suggestion-title": "तपाईंलाई यसमा चाख लाग्नसक्छ:", + "uls-search-help": "तपाईं भाषाको नाम, लिपीको नाम, आइएसओ कोड वा क्षेत्रको आधारमा खोज्न सक्नुहुन्छ या क्षेत्रको आधारमा अन्वेषण गर्न सक्नुहुन्छ:", + "uls-search-placeholder": "भाषा खोज्नुहोस्" +} diff --git a/prototype/i18n/nl-informal.json b/prototype/i18n/nl-informal.json new file mode 100644 index 000000000..5fd411e46 --- /dev/null +++ b/prototype/i18n/nl-informal.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Carsrac", + "Robin van der Vliet", + "Robin0van0der0vliet" + ] + }, + "uls-region-WW": "Wereldwijd", + "uls-region-SP": "Speciaal", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azië", + "uls-region-ME": "Midden-Oosten", + "uls-region-PA": "Pacifisch gebied", + "uls-no-results-found": "Geen resultaten gevonden", + "uls-common-languages": "Taalsuggesties", + "uls-no-results-suggestion-title": "Wellicht wil je een van de volgende talen kiezen:", + "uls-search-help": "Je kan zoeken op taalnaam, schriftnaam, ISO-code van de taal of je kunt bladeren per regio.", + "uls-search-placeholder": "Taal zoeken" +} diff --git a/prototype/i18n/nl.json b/prototype/i18n/nl.json new file mode 100644 index 000000000..e30ccbca1 --- /dev/null +++ b/prototype/i18n/nl.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Mar(c)", + "Siebrand", + "Sjoerddebruin" + ] + }, + "uls-region-WW": "Wereldwijd", + "uls-region-SP": "Speciaal", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azië", + "uls-region-ME": "Midden-Oosten", + "uls-region-PA": "Pacifisch gebied", + "uls-region-all": "Alle talen", + "uls-no-results-found": "Geen resultaten gevonden", + "uls-common-languages": "Taalsuggesties", + "uls-no-results-suggestion-title": "Mogelijk bent u geïnteresseerd in:", + "uls-search-help": "U kunt zoeken op taalnaam, schriftnaam of ISO-code van de taal, of u kunt bladeren per regio.", + "uls-search-placeholder": "Zoeken naar een taal" +} diff --git a/prototype/i18n/nn.json b/prototype/i18n/nn.json new file mode 100644 index 000000000..b224db120 --- /dev/null +++ b/prototype/i18n/nn.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Njardarlogar" + ] + }, + "uls-region-WW": "Verdsfemnande", + "uls-region-SP": "Spesielle", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Midtausten", + "uls-region-PA": "Stillehavsområdet", + "uls-region-all": "Alle språk", + "uls-no-results-found": "Ingen resultat funne", + "uls-common-languages": "Vanlege språk", + "uls-no-results-suggestion-title": "Kan henda er du interessert i:", + "uls-search-help": "Du kan søkja etter språknamn, namn på skriftsystem, ISO-kode eller du kan bla gjennom etter region.", + "uls-search-placeholder": "Språksøk" +} diff --git a/prototype/i18n/nqo.json b/prototype/i18n/nqo.json new file mode 100644 index 000000000..da94cc69f --- /dev/null +++ b/prototype/i18n/nqo.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Lancine.kounfantoh.fofana", + "Youssoufkadialy" + ] + }, + "uls-region-WW": "ߞߌߢߍ߲߫ ߝߊ߲߬ ߓߍ߯", + "uls-region-SP": "ߞߙߍߞߙߍߣߍ߲", + "uls-region-AM": "ߊߡߙߌߞߌ߬", + "uls-region-AF": "ߊߝߙߌߞߌ߬", + "uls-region-EU": "ߋߙߐߔߎ߬", + "uls-region-AS": "ߊߖ߭ߌ߫", + "uls-region-ME": "ߊߙߊߓߎ߫ ߕߌ߲ߡߎߣߎ߲", + "uls-region-PA": "ߖߐ߮ ߟߌ߲ߓߊ߲", + "uls-region-all": "ߞߊ߲ ߠߎ߬ ߓߍ߯", + "uls-no-results-found": "ߞߐߝߟߌ߫ ߡߊ߫ ߛߐ߬ߘߐ߲߬", + "uls-common-languages": "ߞߊ߲߫ ߞߏߝߐߣߍ߲ ߠߎ߬", + "uls-no-results-suggestion-title": "ߌ ߡߊ߬ߞߏ ߘߌ߫ ߛߋ߫ ߓߌ߬ߟߊ߬ ߟߊ߫ ߣߌ߲߬ ߠߊ߫:", + "uls-search-help": "ߌ ߘߴߛߋ߫ ߞߊ߬ ߢߌߣߌ߲ߠߌ߲߲߫ ߞߍ߫ ߞߊ߬ ߓߍ߲߬ ߞߊ߲ ߕߐ߮ ߡߊ߬ ߸ ߛߓߍߛߎ߲ ߕߐ߮ ߡߊ߬ ߸ ISO ߝߙߍߕߍ ߡߊ߬ ߥߟߊ߫ ߌ ߘߴߛߋ߫ ߛߏ߲߯ߓߊߟߌ ߞߍ߫ ߞߍ߫ ߟߊ߫ ߞߊ߬ ߓߍ߲߬ ߕߌ߲߬ߞߎߘߎ߲ ߠߎ߫ ߕߐ߮ ߡߊ߬", + "uls-search-placeholder": "ߞߊ߲ ߘߏ߫ ߢߌߣߌ߲߫" +} diff --git a/prototype/i18n/nso.json b/prototype/i18n/nso.json new file mode 100644 index 000000000..9c1ed2844 --- /dev/null +++ b/prototype/i18n/nso.json @@ -0,0 +1,15 @@ +{ + "@metadata": { + "authors": [ + "Mohau" + ] + }, + "uls-region-WW": "Lefasekabophara", + "uls-region-SP": "Kgethegilego", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Uropa", + "uls-region-all": "Malelme ka moka", + "uls-no-results-suggestion-title": "O ka ba le kgatlego go:", + "uls-search-placeholder": "Fetleka leleme" +} diff --git a/prototype/i18n/oc.json b/prototype/i18n/oc.json new file mode 100644 index 000000000..636a1f1ac --- /dev/null +++ b/prototype/i18n/oc.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Cedric31" + ] + }, + "uls-region-WW": "Dins lo monde entièr", + "uls-region-SP": "Especial", + "uls-region-AM": "America", + "uls-region-AF": "Africa", + "uls-region-EU": "Euròpa", + "uls-region-AS": "Asia", + "uls-region-ME": "Orient Mejan", + "uls-region-PA": "Pacific", + "uls-region-all": "Totas las lengas", + "uls-no-results-found": "Cap de resultat pas trobat", + "uls-common-languages": "Lengas suggeridas", + "uls-no-results-suggestion-title": "Podètz èsser interessat per :", + "uls-search-help": "Podètz recercar per nom de lenga, per nom de l'escript, per còdi ISO de la lenga, o podètz navigar per region.", + "uls-search-placeholder": "Recèrca de lenga" +} diff --git a/prototype/i18n/olo.json b/prototype/i18n/olo.json new file mode 100644 index 000000000..2e89ac8ed --- /dev/null +++ b/prototype/i18n/olo.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Ilja.mos" + ] + }, + "uls-region-WW": "Muailman lajuine", + "uls-region-SP": "Erikoine", + "uls-region-AM": "Amerikku", + "uls-region-AF": "Afriekku", + "uls-region-EU": "Jevrouppu", + "uls-region-AS": "Aazii", + "uls-region-ME": "Lähi-idä", + "uls-region-PA": "Okeanii", + "uls-region-all": "Kai kielet", + "uls-no-results-found": "Ei löydynyh tuloksii", + "uls-common-languages": "Automuattizesti vallitut kielet", + "uls-no-results-suggestion-title": "Voit olla kiinnostunnuh nämmis kielis:", + "uls-search-help": "Voit eččie kielen nimen libo kirjutustavan mugah, kielen ISO-koudan mugah libo kaččuo alovehen kielii.", + "uls-search-placeholder": "Eči kieli" +} diff --git a/prototype/i18n/om.json b/prototype/i18n/om.json new file mode 100644 index 000000000..3bbec7338 --- /dev/null +++ b/prototype/i18n/om.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Oromoo", + "Tumsaa" + ] + }, + "uls-region-WW": "Addunyaalessa", + "uls-region-SP": "Addayaa", + "uls-region-AM": "Ameerikaa", + "uls-region-AF": "Aafrikaa", + "uls-region-EU": "Yuurooppi", + "uls-region-AS": "Eeshiyaa", + "uls-region-ME": "Giddu-galeessa Bahaa", + "uls-region-PA": "Paasifiik", + "uls-region-all": "Afaan hunda", + "uls-no-results-found": "Homtuu hin argamane", + "uls-common-languages": "Afaan filannoo", + "uls-no-results-suggestion-title": "Kana barbaaduu dandeessa:", + "uls-search-help": "Maqaa afaaniin, maqaa iskiriptiin, ykn ISO koodii afaaniin barbaaduu ykn naannodhaan sakatta'uu dandeessa.", + "uls-search-placeholder": "Barbaacha Afaanii" +} diff --git a/prototype/i18n/or.json b/prototype/i18n/or.json new file mode 100644 index 000000000..0440fc6e4 --- /dev/null +++ b/prototype/i18n/or.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Jnanaranjan Sahu", + "Psubhashish", + "ଶିତିକଣ୍ଠ ଦାଶ" + ] + }, + "uls-region-WW": "ବିଶ୍ଵବ୍ୟାପୀ", + "uls-region-SP": "ବିଶେଷ", + "uls-region-AM": "ଆମେରିକା", + "uls-region-AF": "ଆଫ୍ରିକା", + "uls-region-EU": "ଇଉରୋପ", + "uls-region-AS": "ଏସିଆ", + "uls-region-ME": "ମଧ୍ୟପ୍ରାଚ୍ୟ", + "uls-region-PA": "ପ୍ରଶାନ୍ତ-ମହାସାଗରୀୟ", + "uls-region-all": "ସବୁ ଭାଷା", + "uls-no-results-found": "କୌଣସି ଫଳାଫଳ ମିଳିଲା ନାହିଁ", + "uls-common-languages": "ସାଧାରଣ ଭାଷାଗୁଡ଼ିକ", + "uls-no-results-suggestion-title": "ଆପଣ ହୁଏତ ଆଗ୍ରହୀ ହେଇପାରନ୍ତି:", + "uls-search-help": "ଆପଣ ଭାଷା ନାମ, ଆଇଏସଓ କୋଡ଼, ସ୍କ୍ରିପ୍ଟ ନାମ ହିସାବରେ ଖୋଜି ପାରିବେ କିମ୍ବା ଅଞ୍ଚଳ ଅନୁସାରେ ଦେଖିପାରିବେ ।", + "uls-search-placeholder": "ଭାଷାଟିଏ ଖୋଜନ୍ତୁ" +} diff --git a/prototype/i18n/os.json b/prototype/i18n/os.json new file mode 100644 index 000000000..47d80cbbe --- /dev/null +++ b/prototype/i18n/os.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Bouron" + ] + }, + "uls-region-WW": "Æппæтдунеон", + "uls-region-SP": "Сӕрмагонд", + "uls-region-AM": "Америкæ", + "uls-region-AF": "Африкæ", + "uls-region-EU": "Европæ", + "uls-region-AS": "Ази", + "uls-region-ME": "Æввахс Скæсæн", + "uls-region-PA": "Океани", + "uls-no-results-found": "Ницы разындис", + "uls-common-languages": "Æввахс æвзæгтæ", + "uls-no-results-suggestion-title": "Чизоны дæ ацы æвзæгтæ бахъæуой:", + "uls-search-help": "Дæ бон у агурын æвзаджы номмæ гæсгæ, фыссынадмæ гæсгæ, ISO кодмæ гæсгæ кæнæ бынатмæ гæсгæ:", + "uls-search-placeholder": "Æвзаг агурын" +} diff --git a/prototype/i18n/pa.json b/prototype/i18n/pa.json new file mode 100644 index 000000000..3078a063d --- /dev/null +++ b/prototype/i18n/pa.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Babanwalia", + "Tow" + ] + }, + "uls-region-WW": "ਵਿਸ਼ਵਵਿਆਪੀ", + "uls-region-SP": "ਖ਼ਾਸ", + "uls-region-AM": "ਅਮਰੀਕਾ", + "uls-region-AF": "ਅਫ਼ਰੀਕਾ", + "uls-region-EU": "ਯੂਰਪ", + "uls-region-AS": "ਏਸ਼ੀਆ", + "uls-region-ME": "ਮੱਧ ਪੂਰਬ", + "uls-region-PA": "ਪ੍ਰਸ਼ਾਂਤ", + "uls-no-results-found": "ਕੋਈ ਨਤੀਜਾ ਨਹੀਂ ਲੱਭਾ", + "uls-common-languages": "ਸੁਝਾਈਆੰ ਭਾਸ਼ਾਵਾੰ", + "uls-no-results-suggestion-title": "ਤੁਹਾਨੂੰ ਇਹਨਾਂ ਵਿੱਚ ਦਿਲਚਸਪੀ ਹੋ ਸਕਦੀ ਹੋ:", + "uls-search-help": "ਤੁਸੀਂ ਭਾਸ਼ਾ ਦੇ ਨਾਂ, ਲਿਪੀ ਦੇ ਨਾਂ, ਭਾਸ਼ਾ ਦੇ ISO ਕੋਡ ਰਾਹੀਂ ਖੋਜ ਸਕਦੇ ਹੋ ਜਾਂ ਖੇਤਰ ਪੱਖੋਂ ਸਫ਼ੇ ਪਲਟ ਸਕਦੇ ਹੋ।", + "uls-search-placeholder": "ਭਾਸ਼ਾ ਖੋਜ" +} diff --git a/prototype/i18n/pl.json b/prototype/i18n/pl.json new file mode 100644 index 000000000..b0590bee8 --- /dev/null +++ b/prototype/i18n/pl.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Chrumps", + "Matma Rex", + "Rezonansowy", + "Woytecr" + ] + }, + "uls-region-WW": "Cały świat", + "uls-region-SP": "Specjalne", + "uls-region-AM": "Ameryka", + "uls-region-AF": "Afryka", + "uls-region-EU": "Europa", + "uls-region-AS": "Azja", + "uls-region-ME": "Bliski Wschód", + "uls-region-PA": "Pacyfik", + "uls-region-all": "Wszystkie języki", + "uls-no-results-found": "Brak wyników", + "uls-common-languages": "Sugerowane języki", + "uls-no-results-suggestion-title": "Być może cię zainteresują te języki:", + "uls-search-help": "Możesz wyszukiwać według nazwy języka, nazwy systemu pisma, kodu ISO języka, lub przeglądać listy według regionów.", + "uls-search-placeholder": "Wyszukiwanie języka" +} diff --git a/prototype/i18n/pms.json b/prototype/i18n/pms.json new file mode 100644 index 000000000..82932293e --- /dev/null +++ b/prototype/i18n/pms.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Borichèt", + "Dragonòt" + ] + }, + "uls-region-WW": "Tut ël mond", + "uls-region-SP": "Special", + "uls-region-AM": "América", + "uls-region-AF": "Àfrica", + "uls-region-EU": "Euròpa", + "uls-region-AS": "Asia", + "uls-region-ME": "Vzin Orient", + "uls-region-PA": "Passìfich", + "uls-region-all": "Tute le lenghe", + "uls-no-results-found": "Gnun arzultà trovà", + "uls-common-languages": "Lenghe sugerìe", + "uls-no-results-suggestion-title": "It peule esse anteressà a:", + "uls-search-help": "A peul sërché për nòm ëd lenga, nòm dl'alfabet, còdes ISO dla lenga o a peul navighé për region.", + "uls-search-placeholder": "Serca na lenga" +} diff --git a/prototype/i18n/pnb.json b/prototype/i18n/pnb.json new file mode 100644 index 000000000..3d0c3a565 --- /dev/null +++ b/prototype/i18n/pnb.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Abbas dhothar" + ] + }, + "uls-region-WW": "جگ بھر", + "uls-region-SP": "خاص", + "uls-region-AM": "امریکہ", + "uls-region-AF": "افریقہ", + "uls-region-EU": "یورپ", + "uls-region-AS": "ایشیاء", + "uls-region-ME": "مشرق وسطی", + "uls-region-PA": "بحر الکاہل", + "uls-region-all": "ساریاں بولیاں", + "uls-no-results-found": "کوئی نتیجے نئیں لبھے", + "uls-common-languages": "تجویز کردہ بولیاں", + "uls-no-results-suggestion-title": "توانوں اس وچ دلچسپی ہوسکدی اے:", + "uls-search-help": "تسیں بولی دے ناں ، اسکرپٹ دا ناں ، بولی دے آئی ایس او کوڈ دے ذریعہ تلاش کرسکدے نيں یا آپ علاقے دے ذریعہ براؤز کرسکدے او۔", + "uls-search-placeholder": "بولی دی کھوج" +} diff --git a/prototype/i18n/ps.json b/prototype/i18n/ps.json new file mode 100644 index 000000000..7f25b6fc7 --- /dev/null +++ b/prototype/i18n/ps.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Ahmed-Najib-Biabani-Ibrahimkhel", + "Amjad Khan", + "Baloch Khan" + ] + }, + "uls-region-WW": "نړېوال", + "uls-region-SP": "ځانگړی", + "uls-region-AM": "امريکا", + "uls-region-AF": "افريقا", + "uls-region-EU": "اروپا", + "uls-region-AS": "آسيا", + "uls-region-ME": "منځنی ختيځ", + "uls-region-PA": "غلی سمندر", + "uls-region-all": "ټولې ژبې", + "uls-no-results-found": "پايلې و نه موندل شوې", + "uls-common-languages": "وړانديز کړي ژبې", + "uls-no-results-suggestion-title": "کېدای شي تاسې يې لېواله اوسئ:", + "uls-search-help": "تاسې د ژبې د نوم له مخې، د سکرېپټ نوم، د ژبې د ISO کوډ له مخې او يا هم د سيمې له مخې پلټنې کولی شئ:", + "uls-search-placeholder": "د يوې ژبې پلټنه" +} diff --git a/prototype/i18n/pt-br.json b/prototype/i18n/pt-br.json new file mode 100644 index 000000000..5af624283 --- /dev/null +++ b/prototype/i18n/pt-br.json @@ -0,0 +1,27 @@ +{ + "@metadata": { + "authors": [ + "Amgauna", + "Cristofer Alves", + "Eduardo Addad de Oliveira", + "Eduardoaddad", + "TheEduGobi", + "Tuliouel", + "Webysther" + ] + }, + "uls-region-WW": "Global", + "uls-region-SP": "Especial", + "uls-region-AM": "América", + "uls-region-AF": "África", + "uls-region-EU": "Europa", + "uls-region-AS": "Ásia", + "uls-region-ME": "Oriente Médio", + "uls-region-PA": "Pacífico", + "uls-region-all": "Todos os idiomas", + "uls-no-results-found": "Nenhum resultado encontrado", + "uls-common-languages": "Idiomas sugeridos", + "uls-no-results-suggestion-title": "Você pode interessar-se por:", + "uls-search-help": "Você pode pesquisar pelo nome da língua, o nome do alfabeto, código ISO da língua, ou você pode procurar por região.", + "uls-search-placeholder": "Procurar um idioma" +} diff --git a/prototype/i18n/pt.json b/prototype/i18n/pt.json new file mode 100644 index 000000000..df7dc2531 --- /dev/null +++ b/prototype/i18n/pt.json @@ -0,0 +1,28 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Cainamarques", + "Hamilton Abreu", + "Sarilho1", + "Ti4goc", + "Vitorvicentevalente", + "Waldir", + "Waldyrious" + ] + }, + "uls-region-WW": "Global", + "uls-region-SP": "Especiais", + "uls-region-AM": "América", + "uls-region-AF": "África", + "uls-region-EU": "Europa", + "uls-region-AS": "Ásia", + "uls-region-ME": "Médio Oriente", + "uls-region-PA": "Pacífico", + "uls-region-all": "Todos os idiomas", + "uls-no-results-found": "Não foram encontrados resultados", + "uls-common-languages": "Idiomas sugeridos", + "uls-no-results-suggestion-title": "Você pode estar interessado em:", + "uls-search-help": "Pode pesquisar pelo nome da língua, pelo tipo de alfabeto, pelo código ISO da língua, ou pode navegar por região.", + "uls-search-placeholder": "Pesquisar uma língua" +} diff --git a/prototype/i18n/qqq.json b/prototype/i18n/qqq.json new file mode 100644 index 000000000..f66f9f44a --- /dev/null +++ b/prototype/i18n/qqq.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Nike", + "Shirayuki" + ] + }, + "uls-region-WW": "Label for worldwide languages. They are languages spoken in multiple countries. Eg: English, French, Spanish etc. This label is used in the map region of ULS and as the title of section showing worldwide languages. Translation should not be descriptive.", + "uls-region-SP": "Label for the special languages section. This section may include special custom languages that can be added in run time. It's shown after the Worldwide section.\n\nThe special language is everything that isn't a real language. Like code qqq or qqx.\n{{Identical|Special}}", + "uls-region-AM": "Label for America", + "uls-region-AF": "Label for Africa", + "uls-region-EU": "Label for Europe", + "uls-region-AS": "Label for Asia", + "uls-region-ME": "Label for Middle East", + "uls-region-PA": "Label for Pacific", + "uls-region-all": "Label for all languages in narrow mode, where languages are not split by region.", + "uls-no-results-found": "Title text for 'No results found' section", + "uls-common-languages": "The ULS tries to guess the langugages that the user is most likely to pick. They are taken from geolocation (languages of the current country according to the IP address), previously selected languages, and the browser's accept-language. The list of these languages appears at the top of the ULS languages list, above the geographical regions. This is the title of that list.\n\nSee also {{msg-mw|Mobile-frontend-languages-structured-overlay-suggested-languages-header}}", + "uls-no-results-suggestion-title": "Title for language suggestion in 'no results found' screen", + "uls-search-help": "Help text for searching.\n\n\"Script name\" is a name of a writing system, such as \"Latin\", \"Cyrillic\", \"Arabic\" etc.", + "uls-search-placeholder": "Placeholder text in search box" +} diff --git a/prototype/i18n/ro.json b/prototype/i18n/ro.json new file mode 100644 index 000000000..ae6a4ce7e --- /dev/null +++ b/prototype/i18n/ro.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Minisarm", + "Silviu200530" + ] + }, + "uls-region-WW": "La nivel mondial", + "uls-region-SP": "Speciale", + "uls-region-AM": "America", + "uls-region-AF": "Africa", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Orientul Mijlociu", + "uls-region-PA": "Oceania", + "uls-region-all": "Toate limbile", + "uls-no-results-found": "Niciun rezultat găsit", + "uls-common-languages": "Limbi sugerate", + "uls-no-results-suggestion-title": "Ați putea fi interesat de:", + "uls-search-help": "Puteți căuta după numele limbii, numele scrierii, codul ISO al limbii sau puteți răsfoi în funcție de regiune.", + "uls-search-placeholder": "Căutare pentru o limbă" +} diff --git a/prototype/i18n/roa-tara.json b/prototype/i18n/roa-tara.json new file mode 100644 index 000000000..f020f88f8 --- /dev/null +++ b/prototype/i18n/roa-tara.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Joetaras" + ] + }, + "uls-region-WW": "Tutte 'u munne", + "uls-region-SP": "Speciale", + "uls-region-AM": "Americhe", + "uls-region-AF": "Afriche", + "uls-region-EU": "Europe", + "uls-region-AS": "Asia", + "uls-region-ME": "Medie oriende", + "uls-region-PA": "Pacifeche", + "uls-region-all": "Tutte le lènghe", + "uls-no-results-found": "Nisciune resultate acchiate", + "uls-common-languages": "Lènghe suggerite", + "uls-no-results-suggestion-title": "Puè essere 'nderessate a:", + "uls-search-help": "Puè cercà pe nome d'a lènghe, nome d'u script, codece ISO d'a lènghe o puè navegà passanne pa reggione.", + "uls-search-placeholder": "Cirche 'na lènghe" +} diff --git a/prototype/i18n/ru.json b/prototype/i18n/ru.json new file mode 100644 index 000000000..f4f79aebb --- /dev/null +++ b/prototype/i18n/ru.json @@ -0,0 +1,26 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Bouron", + "Eleferen", + "Kaganer", + "Kopcap94", + "Okras" + ] + }, + "uls-region-WW": "Всемирные", + "uls-region-SP": "Специальные", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "Ближний Восток", + "uls-region-PA": "Океания", + "uls-region-all": "Все языки", + "uls-no-results-found": "Не найдено", + "uls-common-languages": "Предложенные языки", + "uls-no-results-suggestion-title": "Может быть вас заинтересуют эти языки:", + "uls-search-help": "Вы можете искать по названию языка или письменности, по ISO-коду языка или просмотреть по региону.", + "uls-search-placeholder": "Поиск языка" +} diff --git a/prototype/i18n/rup.json b/prototype/i18n/rup.json new file mode 100644 index 000000000..df2ac9bb8 --- /dev/null +++ b/prototype/i18n/rup.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "D'AroemenenZullenNiVergaan" + ] + }, + "uls-region-WW": "Tu tutâ lumea", + "uls-region-SP": "Alepțâ", + "uls-region-AM": "Americhie", + "uls-region-AF": "Africa", + "uls-region-EU": "Evropa", + "uls-region-AS": "Asia", + "uls-region-ME": "Apreasa Mulgicanâ (di ńioldzuc)", + "uls-region-PA": "Pacificu", + "uls-no-results-found": "S-aflarâ țiva rezultati", + "uls-common-languages": "Limbi comuni", + "uls-no-results-suggestion-title": "S-poati s-ai sinferu (s-hii ntirisatu) trâ:", + "uls-search-help": "Poți s-lu cafțâ dupu numa limbâľei, numa scriariľei, codul ISO a limbâľei icâ poți s-li vedz dupu regiuni:", + "uls-search-placeholder": "Câftari limbâ" +} diff --git a/prototype/i18n/sa.json b/prototype/i18n/sa.json new file mode 100644 index 000000000..29782ce7c --- /dev/null +++ b/prototype/i18n/sa.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "NehalDaveND" + ] + }, + "uls-region-WW": "विश्वव्यापी", + "uls-region-SP": "महत्त्वपूर्णम्", + "uls-region-AM": "अमेरिका", + "uls-region-AF": "कालद्वीपः", + "uls-region-EU": "यूरोप", + "uls-region-AS": "जम्बुमहाद्वीपः", + "uls-region-ME": "मध्यभूभागे", + "uls-region-PA": "पॅसिफिक्", + "uls-region-all": "सर्वाः भाषाः", + "uls-no-results-found": "परिणामाः न लब्धाः", + "uls-common-languages": "परामर्षिताः भाषाः", + "uls-no-results-suggestion-title": "एतत् भवते/भवत्यै रोचेत :", + "uls-search-help": "भाषाधारेण, लिप्याधारेण, भाषायाः ISO कूटाधारेण, क्षेत्रानुसारं वा भवान्/भवती अन्वेष्टुं शक्नोति ।", + "uls-search-placeholder": "भाषा अन्विष्यताम्" +} diff --git a/prototype/i18n/sah.json b/prototype/i18n/sah.json new file mode 100644 index 000000000..7acb9f95f --- /dev/null +++ b/prototype/i18n/sah.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "HalanTul" + ] + }, + "uls-region-WW": "Аан дойду", + "uls-region-SP": "Аналлаах", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "Чугас Илин", + "uls-region-PA": "Океания", + "uls-region-all": "Бары тыллар", + "uls-no-results-found": "Туох да көстүбэтэ", + "uls-common-languages": "Сүбэлэнэр тыллар", + "uls-no-results-suggestion-title": "Баҕар бу тыллары сэргиэҥ:", + "uls-search-help": "Тыл биитэр сурук-бичик аатынан, ISO-куодунан биитэр сиринэн көрдүөххүн сөп.", + "uls-search-placeholder": "Тылы көрдөөһүн" +} diff --git a/prototype/i18n/sc.json b/prototype/i18n/sc.json new file mode 100644 index 000000000..cc84abb0f --- /dev/null +++ b/prototype/i18n/sc.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "L2212" + ] + }, + "uls-region-WW": "Totu su mundu", + "uls-region-SP": "Ispetziales", + "uls-region-AM": "Amèrica", + "uls-region-AF": "Àfrica", + "uls-region-EU": "Europa", + "uls-region-AS": "Àsia", + "uls-region-ME": "Oriènte de mesu.", + "uls-region-PA": "Patzìficu", + "uls-region-all": "Totu sas limbas", + "uls-no-results-found": "Perunu resurtadu agatadu", + "uls-common-languages": "Limbas impositadas", + "uls-no-results-suggestion-title": "Podes essere interessadu in:", + "uls-search-help": "Podes chircare pro mèdiu de su nùmene de sa limba, su nùmene de su script, su còdighe ISO de sa limba o navigare pro mèdiu de sa regione:", + "uls-search-placeholder": "Chirca una limba:" +} diff --git a/prototype/i18n/scn.json b/prototype/i18n/scn.json new file mode 100644 index 000000000..ebf7caaab --- /dev/null +++ b/prototype/i18n/scn.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Sarvaturi" + ] + }, + "uls-region-WW": "Tuttu lu munnu", + "uls-region-SP": "Spiciali", + "uls-region-AM": "Amèrica", + "uls-region-AF": "Àfrica", + "uls-region-EU": "Europa", + "uls-region-AS": "Asia", + "uls-region-ME": "Mediu orienti", + "uls-region-PA": "Pacìficu", + "uls-no-results-found": "Nuddu risurtatu attruvatu", + "uls-common-languages": "Lingui cchiù scigghiuti", + "uls-no-results-suggestion-title": "Poi èssiri ntirissatu a:", + "uls-search-help": "È pussìbbili arricircari pi nomu, nomu dô script, còdice ISO dâ lingua o si pò navigari tràmiti riggiuni.", + "uls-search-placeholder": "Arricerca lingua" +} diff --git a/prototype/i18n/sco.json b/prototype/i18n/sco.json new file mode 100644 index 000000000..5f88572ab --- /dev/null +++ b/prototype/i18n/sco.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "AmaryllisGardener", + "John Reid" + ] + }, + "uls-region-WW": "Worldwide", + "uls-region-SP": "Speecial", + "uls-region-AM": "Americae", + "uls-region-AF": "Afreeca", + "uls-region-EU": "Europ", + "uls-region-AS": "Asia", + "uls-region-ME": "Middle Eist", + "uls-region-PA": "Paceefic", + "uls-region-all": "Aw leids", + "uls-no-results-found": "Nae results foond", + "uls-common-languages": "Suggestit leids", + "uls-no-results-suggestion-title": "Ye micht hae aen intrest in:", + "uls-search-help": "Ye can sairch bi leid name, script name, ISO code o leid or ye can brouse bi region.", + "uls-search-placeholder": "Sairch for a leid" +} diff --git a/prototype/i18n/sd.json b/prototype/i18n/sd.json new file mode 100644 index 000000000..30c46a89f --- /dev/null +++ b/prototype/i18n/sd.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Indusian1236", + "Mehtab ahmed", + "Tweety" + ] + }, + "uls-region-WW": "دنيا ڀر", + "uls-region-SP": "خاص", + "uls-region-AM": "آمريڪا", + "uls-region-AF": "آفريڪا", + "uls-region-EU": "يُورپ", + "uls-region-AS": "ايشيا", + "uls-region-ME": "وچ اوڀر", + "uls-region-PA": "پئسفڪ", + "uls-region-all": "سڀ ٻوليون", + "uls-no-results-found": "ڪي بہ نتيجا نہ لڌا", + "uls-common-languages": "تجويز ڪيل ٻوليون", + "uls-no-results-suggestion-title": "توهان کي هنن شين ۾ دلچسپي ٿي سگھي ٿي:", + "uls-search-help": "توهان ٻولي جي نالي، اسڪرپٽ جو نالو، ٻولي جو آءِ سي او ڪوڊ يا خطي جي حساب سان ڳولي سگھو ٿا.", + "uls-search-placeholder": "ڪنھن ٻوليءَ لاءِ ڳوليو" +} diff --git a/prototype/i18n/sdh.json b/prototype/i18n/sdh.json new file mode 100644 index 000000000..39545b2d2 --- /dev/null +++ b/prototype/i18n/sdh.json @@ -0,0 +1,13 @@ +{ + "@metadata": { + "authors": [ + "Kurdbuddha" + ] + }, + "uls-region-WW": "جەهانی", + "uls-region-AM": "ئامریکا", + "uls-region-AF": "ئافریقا", + "uls-region-EU": "ئورووپا", + "uls-region-AS": "ئاسیا", + "uls-region-ME": "خوەرھەڵات ناوەڕاس" +} diff --git a/prototype/i18n/shn.json b/prototype/i18n/shn.json new file mode 100644 index 000000000..a257cb6c6 --- /dev/null +++ b/prototype/i18n/shn.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Saimawnkham" + ] + }, + "uls-region-WW": "တင်းၵမ်ႇၽႃႇ", + "uls-region-SP": "ၶိုၵ်ႉတွၼ်း", + "uls-region-AM": "ဢမေႇရိၵ", + "uls-region-AF": "ဢႃႇၽရိၵ", + "uls-region-EU": "ရူးရူပ်ႉ", + "uls-region-AS": "ဢေးသျႃး", + "uls-region-ME": "ပွတ်းၵၢင်တၢင်းဢွၵ်ႇ", + "uls-region-PA": "ပသိၽိၵ်ႉ", + "uls-region-all": "ၽႃႇသႃႇၵႂၢမ်း တင်းသဵင်ႈ", + "uls-no-results-found": "ဢမ်ႇႁၼ်ၽွၼ်းလႆႈ", + "uls-common-languages": "ၽႃႇသႃႇဢၼ်ၸႂ်ႉၼမ်", + "uls-no-results-suggestion-title": "ၸဝ်ႈၵဝ်ႇၸၢင်ႈၶဝ်ႈၸႂ်ပႃး", + "uls-search-help": "ၸဝ်ႈၵဝ်ႇ ၸၢင်ႈသွၵ်ႈႁႃတင်း ၸိုဝ်ႈၽႃႇသႃႇၵႂၢမ်း၊ ၸိုဝ်ႈ Script, မၢႆ ISO တွၼ်ႈတႃႇ ၽႃႇသႃႇၵႂၢမ်း ဢၼ်ၼၼ် ၸဝ်ႈၵဝ်ႇ ၸၢင်ႈပိုတ်ႇႁႃ တင်း လႅၼ်မိူင်း region", + "uls-search-placeholder": "ၶူၼ်ႉႁႃ တႃႇၽႃႇသႃႇၵႂၢမ်း" +} diff --git a/prototype/i18n/si.json b/prototype/i18n/si.json new file mode 100644 index 000000000..16aff783d --- /dev/null +++ b/prototype/i18n/si.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "පසිඳු කාවින්ද", + "හරිත" + ] + }, + "uls-region-WW": "ලෝක ව්‍යාප්ත", + "uls-region-SP": "විශේෂ", + "uls-region-AM": "ඇමෙරිකාව", + "uls-region-AF": "අප්‍රිකාව", + "uls-region-EU": "යුරෝපය", + "uls-region-AS": "ආසියාව", + "uls-region-ME": "මැද පෙරදිග", + "uls-region-PA": "පැසිෆික්", + "uls-no-results-found": "ප්‍රතිඑල හමු නොවුණි", + "uls-common-languages": "පොදු භාෂා", + "uls-no-results-suggestion-title": "ඔබ සමහර විට කැමති වේවි:", + "uls-search-help": "ඔබට භාෂා නාමය, ස්ක්‍රිප්ට නාමය, භාෂාවේ ISO කේතය මගින් සෙවිය හැක නැතහොත් ඔබට ප්‍රදේශය අනුව බ්‍රවුස් කළ හැක.", + "uls-search-placeholder": "බස සෙවීම" +} diff --git a/prototype/i18n/sk.json b/prototype/i18n/sk.json new file mode 100644 index 000000000..788616fea --- /dev/null +++ b/prototype/i18n/sk.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Jaroslav.micek", + "Rudko" + ] + }, + "uls-region-WW": "Po celom svete", + "uls-region-SP": "Špeciálne", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Európa", + "uls-region-AS": "Ázia", + "uls-region-ME": "Blízky východ", + "uls-region-PA": "Pacifik", + "uls-region-all": "Všetky jazyky", + "uls-no-results-found": "Neboli nájdené žiadne výsledky", + "uls-common-languages": "Jazyky", + "uls-no-results-suggestion-title": "Mohlo by Vás zaujímať:", + "uls-search-help": "Môžete vyhľadávať podľa názvu jazyka, názvu písma, ISO kódu jazyka alebo môžete prechádzať po regiónoch:", + "uls-search-placeholder": "Vyhľadávanie jazyka" +} diff --git a/prototype/i18n/skr-arab.json b/prototype/i18n/skr-arab.json new file mode 100644 index 000000000..9ae7b01ed --- /dev/null +++ b/prototype/i18n/skr-arab.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "Saraiki" + ] + }, + "uls-region-WW": "پوری دنیا وچ", + "uls-region-SP": "خاص", + "uls-region-AM": "امریکہ", + "uls-region-AF": "افریقہ", + "uls-region-EU": "یورپ", + "uls-region-AS": "ایشیاء", + "uls-region-ME": "مشرق وسطی", + "uls-region-PA": "بحر الکاہل", + "uls-region-all": "ساریاں زباناں", + "uls-no-results-found": "کوئی نتیجہ نی لبھا", + "uls-common-languages": "تجویز کردہ زباناں", + "uls-no-results-suggestion-title": "تہاکوں ایندے وچ وی دلچسپی ہوسی", + "uls-search-help": "تساں زبان دے ناں، رسم الخط، زبان دے آئی ایس او کوڈ دے نال وی ڳول سڳدے ہو یا وت علاقے نال وی ڳول سڳدے ہو", + "uls-search-placeholder": "زبان دی ڳول" +} diff --git a/prototype/i18n/sl.json b/prototype/i18n/sl.json new file mode 100644 index 000000000..da5337e10 --- /dev/null +++ b/prototype/i18n/sl.json @@ -0,0 +1,25 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Dbc334", + "Eleassar", + "Irena Plahuta", + "Mateju" + ] + }, + "uls-region-WW": "Svetovni jeziki", + "uls-region-SP": "Posebni", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Evropa", + "uls-region-AS": "Azija", + "uls-region-ME": "Bližnji vzhod", + "uls-region-PA": "Tihi ocean", + "uls-region-all": "Vsi jeziki", + "uls-no-results-found": "Ni zadetkov", + "uls-common-languages": "Predlagani jeziki", + "uls-no-results-suggestion-title": "Morda vas zanima:", + "uls-search-help": "Iščete lahko po imenu jezika, imenu pisave, jezikovni kodi ISO ali po področju.", + "uls-search-placeholder": "Poišči jezik" +} diff --git a/prototype/i18n/sq.json b/prototype/i18n/sq.json new file mode 100644 index 000000000..9e86d3831 --- /dev/null +++ b/prototype/i18n/sq.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Ammartivari", + "Kosovastar", + "Liridon" + ] + }, + "uls-region-WW": "Në mbarë botën", + "uls-region-SP": "Të veçanta", + "uls-region-AM": "Amerikë", + "uls-region-AF": "Afrikë", + "uls-region-EU": "Evropë", + "uls-region-AS": "Azi", + "uls-region-ME": "Lindje e Mesme", + "uls-region-PA": "Paqësor", + "uls-region-all": "Të gjitha gjuhët", + "uls-no-results-found": "Nuk është gjetur asnjë rezultat", + "uls-common-languages": "Gjuhë të sugjeruara", + "uls-no-results-suggestion-title": "Ju mund të jeni të interesuar në:", + "uls-search-help": "Ju mund të kërkoni sipas emrit të gjuhës, emrit të skriptës, kodit ISO të gjuhës ose ju mund të shfletoni sipa rajonit.", + "uls-search-placeholder": "Kërkimi i gjuhës" +} diff --git a/prototype/i18n/sr-ec.json b/prototype/i18n/sr-ec.json new file mode 100644 index 000000000..e5852d83f --- /dev/null +++ b/prototype/i18n/sr-ec.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Milicevic01", + "Rancher" + ] + }, + "uls-region-WW": "Светски", + "uls-region-SP": "Посебно", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азија", + "uls-region-ME": "Блиски исток", + "uls-region-PA": "Пацифик", + "uls-region-all": "Сви језици", + "uls-no-results-found": "Нема резултата", + "uls-common-languages": "Предложени јeзици", + "uls-no-results-suggestion-title": "Можда вас интересује:", + "uls-search-help": "Можете да тражите по имену језика или писма, по ISO коду језика или пак по региону.", + "uls-search-placeholder": "Претрага језика" +} diff --git a/prototype/i18n/sr-el.json b/prototype/i18n/sr-el.json new file mode 100644 index 000000000..20b0e3f45 --- /dev/null +++ b/prototype/i18n/sr-el.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Milicevic01", + "Rancher" + ] + }, + "uls-region-WW": "Svetski", + "uls-region-SP": "Posebno", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Evropa", + "uls-region-AS": "Azija", + "uls-region-ME": "Bliski istok", + "uls-region-PA": "Pacifik", + "uls-region-all": "Svi jezici", + "uls-no-results-found": "Nema rezultata", + "uls-common-languages": "Predloženi jezici", + "uls-no-results-suggestion-title": "Možda vas interesuje:", + "uls-search-help": "Možete da tražite po imenu jezika ili pisma, po ISO kodu jezika ili pak po regionu.", + "uls-search-placeholder": "Pretraga jezika" +} diff --git a/prototype/i18n/sv.json b/prototype/i18n/sv.json new file mode 100644 index 000000000..b94deb70f --- /dev/null +++ b/prototype/i18n/sv.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Cybjit", + "Johan", + "Jopparn", + "WikiPhoenix" + ] + }, + "uls-region-WW": "Världsomfattande", + "uls-region-SP": "Speciella", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asien", + "uls-region-ME": "Mellanöstern", + "uls-region-PA": "Stilla havet", + "uls-region-all": "Alla språk", + "uls-no-results-found": "Inga resultat hittades", + "uls-common-languages": "Föreslagna språk", + "uls-no-results-suggestion-title": "Du kan vara intresserad av:", + "uls-search-help": "Du kan söka efter språkets namn, skriptnamn, ISO-kod för språket eller bläddra efter region.", + "uls-search-placeholder": "Sök efter ett språk" +} diff --git a/prototype/i18n/sw.json b/prototype/i18n/sw.json new file mode 100644 index 000000000..55b5e5000 --- /dev/null +++ b/prototype/i18n/sw.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Lloffiwr", + "Muddyb", + "Muddyb Blast Producer" + ] + }, + "uls-region-WW": "Dunia nzima", + "uls-region-SP": "Maalumu", + "uls-region-AM": "Marekani", + "uls-region-AF": "Afrika", + "uls-region-EU": "Ulaya", + "uls-region-AS": "Asia", + "uls-region-ME": "Mashariki ya Kati", + "uls-region-PA": "Pasifiki", + "uls-no-results-found": "Hakuna matokeo", + "uls-common-languages": "Lugha za kawaida", + "uls-no-results-suggestion-title": "Pengine unaweza kuvutiwa na:", + "uls-search-help": "Unaweza kutafuta kwa jina la lugha, jina la maandishi, msimbo wa ISO wa lugha, ama unaweza kutafuta kwa eneo.", + "uls-search-placeholder": "Tafuta lugha" +} diff --git a/prototype/i18n/szy.json b/prototype/i18n/szy.json new file mode 100644 index 000000000..0e226f60b --- /dev/null +++ b/prototype/i18n/szy.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Benel" + ] + }, + "uls-region-AM": "Amilikaco", + "uls-region-AF": "Afilika", + "uls-region-EU": "Ouco", + "uls-region-AS": "Yaco" +} diff --git a/prototype/i18n/ta.json b/prototype/i18n/ta.json new file mode 100644 index 000000000..77e072f7c --- /dev/null +++ b/prototype/i18n/ta.json @@ -0,0 +1,25 @@ +{ + "@metadata": { + "authors": [ + "ElangoRamanujam", + "Kanags", + "Logicwiki", + "Rakeshonwiki", + "Santhosh.thottingal" + ] + }, + "uls-region-WW": "உலகளாவிய", + "uls-region-SP": "சிறப்பு", + "uls-region-AM": "அமெரிக்கா", + "uls-region-AF": "ஆப்பிரிக்கா", + "uls-region-EU": "ஐரோப்பா", + "uls-region-AS": "ஆசியா", + "uls-region-ME": "மத்திய கிழக்கு", + "uls-region-PA": "பசிபிக்", + "uls-region-all": "அனைத்து மொழிகள்", + "uls-no-results-found": "முடிவுகள் எதுவும் காணப்படவில்லை", + "uls-common-languages": "பரிந்துரைக்கப்பட்ட மொழிகள்", + "uls-no-results-suggestion-title": "நீங்கள் இவற்றில் ஆர்வமாக இருக்கலாம்:", + "uls-search-help": "மொழியின் பெயர், எழுத்து வடிவம், ISO குறியீடு முலம் தேடலாம் அல்லது பகுதிவாரியாக உலவலாம்:", + "uls-search-placeholder": "மொழி தேடல்" +} diff --git a/prototype/i18n/tcy.json b/prototype/i18n/tcy.json new file mode 100644 index 000000000..9d2494fb2 --- /dev/null +++ b/prototype/i18n/tcy.json @@ -0,0 +1,16 @@ +{ + "@metadata": { + "authors": [ + "BHARATHESHA ALASANDEMAJALU", + "VASANTH S.N." + ] + }, + "uls-region-WW": "ಪ್ರಪಂಚದಾದ್ಯಂತ", + "uls-region-SP": "ವಿಶೇಷ", + "uls-region-AM": "ಅಮೇರಿಕ", + "uls-region-AF": "ಆಫ್ರಿಕ", + "uls-region-EU": "ಯುರೋಪ್", + "uls-region-AS": "ಏಷ್ಯಾ", + "uls-region-PA": "ಫೆಸಿಫಿಕ್", + "uls-search-placeholder": "ಬಾಸೆಲೆನ್ ನಡ್ಲೆ" +} diff --git a/prototype/i18n/te.json b/prototype/i18n/te.json new file mode 100644 index 000000000..9120beb42 --- /dev/null +++ b/prototype/i18n/te.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "JVRKPRASAD", + "Veeven", + "WP MANIKHANTA" + ] + }, + "uls-region-WW": "ప్రపంచవ్యాప్తం", + "uls-region-SP": "ప్రత్యేకం", + "uls-region-AM": "అమెరికా", + "uls-region-AF": "ఆఫ్రికా", + "uls-region-EU": "ఐరోపా", + "uls-region-AS": "ఆసియా", + "uls-region-ME": "మధ్య తూర్పు", + "uls-region-PA": "పసిఫిక్", + "uls-region-all": "అన్ని భాషలు", + "uls-no-results-found": "ఫలితాలేమీ దొరకలేదు", + "uls-common-languages": "సూచించిన భాషలు", + "uls-no-results-suggestion-title": "మీకు దీనిలో ఆసక్తి ఉండవచ్చు:", + "uls-search-help": "మీరు భాష పేరు, లిపి పేరు, భాష ISO కోడు ద్వారా వెతకవచ్చు లేదా మీరు ప్రాంతం ద్వారా విహరింవచ్చు.", + "uls-search-placeholder": "భాష కొరకు వెతకండి" +} diff --git a/prototype/i18n/th.json b/prototype/i18n/th.json new file mode 100644 index 000000000..b46400441 --- /dev/null +++ b/prototype/i18n/th.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Octahedron80", + "Pon44695" + ] + }, + "uls-region-WW": "ทั่วโลก", + "uls-region-SP": "พิเศษ", + "uls-region-AM": "อเมริกา", + "uls-region-AF": "แอฟริกา", + "uls-region-EU": "ยุโรป", + "uls-region-AS": "เอเชีย", + "uls-region-ME": "ตะวันออกกลาง", + "uls-region-PA": "แปซิฟิก", + "uls-region-all": "ทุกภาษา", + "uls-no-results-found": "ไม่พบผลลัพธ์", + "uls-common-languages": "ภาษาที่แนะนำ", + "uls-no-results-suggestion-title": "คุณอาจสนใจใน:", + "uls-search-help": "คุณสามารถค้นหาด้วยชื่อภาษา ชื่ออักษร รหัส ISO ของภาษา หรือสามารถเรียกดูตามภูมิภาค", + "uls-search-placeholder": "ค้นหาภาษา" +} diff --git a/prototype/i18n/ti.json b/prototype/i18n/ti.json new file mode 100644 index 000000000..083b5b8ab --- /dev/null +++ b/prototype/i18n/ti.json @@ -0,0 +1,19 @@ +{ + "@metadata": { + "authors": [ + "Joanmp17" + ] + }, + "uls-region-WW": "ምሉእ ዓለማዊ", + "uls-region-SP": "ፍሉይ", + "uls-region-AM": "ኣመሪካ", + "uls-region-AF": "ኣፍሪቃ", + "uls-region-EU": "ኤውሮጳ", + "uls-region-AS": "ኤስያ", + "uls-region-ME": "ማእከላይ ምብራቕ", + "uls-region-PA": "ሰላማዊ", + "uls-region-all": "ኩሎም ቋንቋታት", + "uls-no-results-found": "ውጺኢታት ኣይተረኸቡን", + "uls-common-languages": "ዝምከሩ ቋንቋታት", + "uls-search-placeholder": "ቋንቋ ድለይ" +} diff --git a/prototype/i18n/tly.json b/prototype/i18n/tly.json new file mode 100644 index 000000000..1f90e1f34 --- /dev/null +++ b/prototype/i18n/tly.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Amire80", + "Erdemaslancan", + "Patriot Kur", + "Гусейн" + ] + }, + "uls-region-WW": "Həmədınyo", + "uls-region-SP": "Xısusi", + "uls-region-AM": "Əmerikə", + "uls-region-AF": "Afrika", + "uls-region-EU": "Avropə", + "uls-region-AS": "Asiyə", + "uls-region-ME": "Miyonə Şərğ", + "uls-region-PA": "Pasifik", + "uls-region-all": "Həmə zıvonon", + "uls-no-results-found": "Hiçi pəydo bıəni", + "uls-common-languages": "Tovsiyə kardə bıə zıvonon", + "uls-no-results-suggestion-title": "Bəzne bə ki bo şımə marağinin ın zıvonon:", + "uls-search-help": "Шымә бәзнејон де зывони номи ја нывыштәј нәве, де зывони ISO-коди ја де вилојәти дијә карде.", + "uls-search-placeholder": "Bınəv zıvoni" +} diff --git a/prototype/i18n/tokipona.json b/prototype/i18n/tokipona.json new file mode 100644 index 000000000..6b9657c79 --- /dev/null +++ b/prototype/i18n/tokipona.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Robin van der Vliet" + ] + }, + "uls-region-SP": "namako", + "uls-region-AM": "ma Amelika", + "uls-region-AF": "ma Apika", + "uls-region-EU": "ma Elopa", + "uls-region-AS": "ma Asija" +} diff --git a/prototype/i18n/tr.json b/prototype/i18n/tr.json new file mode 100644 index 000000000..53a650ef7 --- /dev/null +++ b/prototype/i18n/tr.json @@ -0,0 +1,28 @@ +{ + "@metadata": { + "authors": [ + "1917 Ekim Devrimi", + "BaRaN6161 TURK", + "Emperyan", + "Erdemaslancan", + "Kumkumuk", + "Marmase", + "MrSchipunov", + "Sadrettin" + ] + }, + "uls-region-WW": "Dünya çapında", + "uls-region-SP": "Özel", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Avrupa", + "uls-region-AS": "Asya", + "uls-region-ME": "Orta Doğu", + "uls-region-PA": "Pasifik", + "uls-region-all": "Tüm diller", + "uls-no-results-found": "Sonuç bulunamadı", + "uls-common-languages": "Önerilen diller", + "uls-no-results-suggestion-title": "İlginizi çekebilir:", + "uls-search-help": "Dil adına, betik adına, dilin ISO koduna göre arama yapabilirsiniz ya da bölgeye göre tarayabilirsiniz.", + "uls-search-placeholder": "Bir dil arayın" +} diff --git a/prototype/i18n/tt-cyrl.json b/prototype/i18n/tt-cyrl.json new file mode 100644 index 000000000..eba2302a3 --- /dev/null +++ b/prototype/i18n/tt-cyrl.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Ajdar", + "Ерней", + "Ильнар" + ] + }, + "uls-region-WW": "Бөтендөнья", + "uls-region-SP": "Махсус", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Аурупа", + "uls-region-AS": "Азия", + "uls-region-ME": "Якын Көнчыгыш", + "uls-region-PA": "Океания", + "uls-region-all": "Барлык телләр", + "uls-no-results-found": "Берни дә табылмаган", + "uls-common-languages": "Тәкъдим ителгән телләр", + "uls-no-results-suggestion-title": "Бәлки сезне бу телләр кызыксындырыр:", + "uls-search-help": "Сез телнең яки әлифбаның исеме, телнең ISO коды буенча эзли аласыз яки төбәк буенча карый аласыз.", + "uls-search-placeholder": "Тел буенча эзләү" +} diff --git a/prototype/i18n/twd.json b/prototype/i18n/twd.json new file mode 100644 index 000000000..046c53971 --- /dev/null +++ b/prototype/i18n/twd.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Robin van der Vliet" + ] + }, + "uls-region-WW": "Wearldwied", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa" +} diff --git a/prototype/i18n/tzm.json b/prototype/i18n/tzm.json new file mode 100644 index 000000000..b6f6c016f --- /dev/null +++ b/prototype/i18n/tzm.json @@ -0,0 +1,14 @@ +{ + "@metadata": { + "authors": [ + "Tifinaghes" + ] + }, + "uls-region-WW": "ⵎⴰⵕⵕⴰ ⴰⵎⴰⴹⴰⵍ", + "uls-region-AM": "ⴰⵎⵔⵉⴽⴰ", + "uls-region-AF": "ⵉⴼⵔⵉⵇⵢⴰ", + "uls-region-EU": "ⵜⵓⵔⵓⴼⵜ (Europe)", + "uls-region-AS": "ⴰⵙⵢⴰ", + "uls-common-languages": "ⵜⵓⵜⵍⴰⵢⵉⵏ ⵉⴷⵔⵓⵏ", + "uls-search-placeholder": "ⵜⵓⵜⵍⴰⵢⵜ ⵓⵔⵣⵣⵓ" +} diff --git a/prototype/i18n/udm.json b/prototype/i18n/udm.json new file mode 100644 index 000000000..bc4436770 --- /dev/null +++ b/prototype/i18n/udm.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "AlnashPiyash2", + "Kotwys", + "Wadorgurt" + ] + }, + "uls-region-WW": "Быдэс дуннеысь", + "uls-region-SP": "Нимысьтыз", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Европа", + "uls-region-AS": "Азия", + "uls-region-ME": "Матысь Восток", + "uls-region-PA": "Океания", + "uls-region-all": "Вань кылъёс", + "uls-no-results-found": "Шедьтэмын ӧвӧл", + "uls-common-languages": "Ӵектэм кылъёс", + "uls-no-results-suggestion-title": "Тӥледлы та кылъёс тунсыко луозы, дыр:", + "uls-search-help": "Кылэз нимызъя, гожъяськонэзъя, ISO кодэзъя утчамды луэ яке улосвылысь учкемды луэ.", + "uls-search-placeholder": "Кылэз утчан" +} diff --git a/prototype/i18n/ug-arab.json b/prototype/i18n/ug-arab.json new file mode 100644 index 000000000..6d201808f --- /dev/null +++ b/prototype/i18n/ug-arab.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Sahran", + "Tel'et", + "Uzdil" + ] + }, + "uls-region-WW": "دۇنيادا", + "uls-region-SP": "ئالاھىدە", + "uls-region-AM": "ئامېرىكا", + "uls-region-AF": "ئافرىقا", + "uls-region-EU": "ياۋروپا", + "uls-region-AS": "ئاسىيا", + "uls-region-ME": "ئوتتۇرا شەرق", + "uls-region-PA": "ئاتلانتىك", + "uls-region-all": "بارلىق تىللار", + "uls-no-results-found": "نەتىجە تېپىلمىدى", + "uls-common-languages": "تەۋسىيە تىللار", + "uls-no-results-suggestion-title": "قىزىقىشىڭىز مۇمكىن:", + "uls-search-help": "سىز تىل نامى، يېزىق شەكلى نامى، تىلنىڭ ISO كودى بويىچە ئىزدىيەلەيسىز ياكى رايون بويىچە كۆرەلەيسىز:", + "uls-search-placeholder": "تىل ئىزدەش" +} diff --git a/prototype/i18n/uk.json b/prototype/i18n/uk.json new file mode 100644 index 000000000..03429efff --- /dev/null +++ b/prototype/i18n/uk.json @@ -0,0 +1,25 @@ +{ + "@metadata": { + "authors": [ + "Alex Khimich", + "Amire80", + "Andriykopanytsia", + "Base", + "Piramidion" + ] + }, + "uls-region-WW": "Всесвітні", + "uls-region-SP": "Спеціальні", + "uls-region-AM": "Америка", + "uls-region-AF": "Африка", + "uls-region-EU": "Європа", + "uls-region-AS": "Азія", + "uls-region-ME": "Близький Схід", + "uls-region-PA": "Океанія", + "uls-region-all": "Усі мови", + "uls-no-results-found": "Не знайдено результатів", + "uls-common-languages": "Пропоновані мови", + "uls-no-results-suggestion-title": "Ви можете бути зацікавленими у:", + "uls-search-help": "Ви можете шукати за назвою мови або писемності, ISO-коду мови, або можете вказати регіон.", + "uls-search-placeholder": "Пошук мови" +} diff --git a/prototype/i18n/ur.json b/prototype/i18n/ur.json new file mode 100644 index 000000000..0fb066bcd --- /dev/null +++ b/prototype/i18n/ur.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Muhammad Shuaib", + "Obaid Raza" + ] + }, + "uls-region-WW": "دنیا بھر میں", + "uls-region-SP": "خاص", + "uls-region-AM": "امریکا", + "uls-region-AF": "افریقہ", + "uls-region-EU": "یورپ", + "uls-region-AS": "ایشیا", + "uls-region-ME": "مشرق وسطی", + "uls-region-PA": "بحر الکاہل", + "uls-region-all": "تمام زبانیں", + "uls-no-results-found": "مطلوبہ نتائج نہیں ملے", + "uls-common-languages": "تجویز کردہ زبانیں", + "uls-no-results-suggestion-title": "شاید آپ ان میں دلچسپی لیں:", + "uls-search-help": "آپ زبان کے نام، اسکرپٹ، زبان کے آئی ایس او رمز کے ذریعہ تلاش کر سکتے ہیں، یا خطہ وار بھی ڈھونڈ سکتے ہیں۔", + "uls-search-placeholder": "زبان تلاش کریں" +} diff --git a/prototype/i18n/uz.json b/prototype/i18n/uz.json new file mode 100644 index 000000000..c1c10fecd --- /dev/null +++ b/prototype/i18n/uz.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "6ahodir", + "Akmalzhon", + "CoderSI", + "Nataev", + "Таржимон" + ] + }, + "uls-region-WW": "Butun jahon", + "uls-region-SP": "Maxsus", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Yevropa", + "uls-region-AS": "Osiyo", + "uls-region-ME": "Yaqin Sharq", + "uls-region-PA": "Okeaniya", + "uls-no-results-found": "Natija topilmadi", + "uls-common-languages": "Avtomatik tanlangan tillar", + "uls-no-results-suggestion-title": "Sizni qiziqtirishi mumkin:", + "uls-search-help": "Til hamda yozuv nomi yoki ISO kod bilan izlashingiz mumkin. Hudud boʻyicha koʻrib chiqishingiz ham mumkin.", + "uls-search-placeholder": "Qidiruv tili" +} diff --git a/prototype/i18n/vec.json b/prototype/i18n/vec.json new file mode 100644 index 000000000..dcfd32342 --- /dev/null +++ b/prototype/i18n/vec.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Fierodelveneto", + "GatoSelvadego" + ] + }, + "uls-region-WW": "Tuto el mondo", + "uls-region-SP": "Speçiałe", + "uls-region-AM": "Mèrica", + "uls-region-AF": "Àfrica", + "uls-region-EU": "Eoropa", + "uls-region-AS": "Axia", + "uls-region-ME": "Levante mexan", + "uls-region-PA": "Pasifego", + "uls-region-all": "Tute ƚe ƚengue", + "uls-no-results-found": "Nisun rixultà", + "uls-common-languages": "Lengue sujerìe", + "uls-no-results-suggestion-title": "Te pol èsar interesà a:", + "uls-search-help": "Xe posibiƚe sercar par nòme, nòme del script, còdexe ISO de ƚa lengua o se połe navegar par rejon.", + "uls-search-placeholder": "Serca na lengua" +} diff --git a/prototype/i18n/vep.json b/prototype/i18n/vep.json new file mode 100644 index 000000000..f7ab66bc9 --- /dev/null +++ b/prototype/i18n/vep.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Игорь Бродский" + ] + }, + "uls-region-WW": "Kaikjal", + "uls-region-SP": "Specialine", + "uls-region-AM": "Amerik", + "uls-region-AF": "Afrik", + "uls-region-EU": "Evrop", + "uls-region-AS": "Azii", + "uls-region-ME": "Keskmäine Päivnouzmpol'", + "uls-region-PA": "Okeanii", + "uls-no-results-found": "Ei ole rezul'tatoid", + "uls-common-languages": "Ühthižed keled", + "uls-no-results-suggestion-title": "Teile voiži tartta mel'he:", + "uls-search-help": "Tö voit ecmäha kelen, skriptannimen, kelen ISO-kodan mödhe, vai valita regioniden mödhe:", + "uls-search-placeholder": "Kelenecmine" +} diff --git a/prototype/i18n/vi.json b/prototype/i18n/vi.json new file mode 100644 index 000000000..6e51c5e2c --- /dev/null +++ b/prototype/i18n/vi.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Minh Nguyen", + "Tuankiet65" + ] + }, + "uls-region-WW": "Toàn cầu", + "uls-region-SP": "Đặc biệt", + "uls-region-AM": "Châu Mỹ", + "uls-region-AF": "Châu Phi", + "uls-region-EU": "Châu Âu", + "uls-region-AS": "Châu Á", + "uls-region-ME": "Trung Đông", + "uls-region-PA": "Châu Đại Dương", + "uls-region-all": "Tất cả các ngôn ngữ", + "uls-no-results-found": "Không tìm thấy kết quả", + "uls-common-languages": "Ngôn ngữ gợi ý", + "uls-no-results-suggestion-title": "Bạn có thể quan tâm:", + "uls-search-help": "Bạn có thể tìm kiếm theo tên ngôn ngữ, tên hệ thống chữ viết, hay mã ISO của ngôn ngữ hoặc duyệt theo khu vực.", + "uls-search-placeholder": "Tìm kiếm ngôn ngữ" +} diff --git a/prototype/i18n/vo.json b/prototype/i18n/vo.json new file mode 100644 index 000000000..438d50115 --- /dev/null +++ b/prototype/i18n/vo.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Robin van der Vliet" + ] + }, + "uls-region-SP": "Patik", + "uls-region-AM": "Merop", + "uls-region-AF": "Frikop", + "uls-region-EU": "Yurop", + "uls-region-AS": "Siyop" +} diff --git a/prototype/i18n/war.json b/prototype/i18n/war.json new file mode 100644 index 000000000..d8829f97d --- /dev/null +++ b/prototype/i18n/war.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Harvzsf", + "JinJian", + "Wiki indio" + ] + }, + "uls-region-WW": "ha Kalibutan", + "uls-region-SP": "Pinaurog", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Asya", + "uls-region-ME": "Butnga nga Sinirangan / Katundan nga Asya", + "uls-region-PA": "Pasipiko", + "uls-no-results-found": "Waray mga resulta nga nabilngan", + "uls-common-languages": "Mga komun o ginsasaroan nga mga pinulongan", + "uls-no-results-suggestion-title": "Bangin ka ma-intersado hin:", + "uls-search-help": "Puyde ka magbiling ha kanan ngaran han pinulongan, ngaran han paagi hin pagsurat, ISO nga kodigo han pinulongan o puyde ka magdalikyat ha kanan rehiyon", + "uls-search-placeholder": "Pagbiling hin yinaknan" +} diff --git a/prototype/i18n/yi.json b/prototype/i18n/yi.json new file mode 100644 index 000000000..bf5c52c33 --- /dev/null +++ b/prototype/i18n/yi.json @@ -0,0 +1,21 @@ +{ + "@metadata": { + "authors": [ + "פוילישער" + ] + }, + "uls-region-WW": "וועלטווייט", + "uls-region-SP": "באזונדער", + "uls-region-AM": "אמעריקע", + "uls-region-AF": "אפֿריקע", + "uls-region-EU": "אייראפע", + "uls-region-AS": "אזיע", + "uls-region-ME": "מיטל מזרח", + "uls-region-PA": "פאציפֿיק", + "uls-region-all": "אלע שפראַכן", + "uls-no-results-found": "קיין רעזולטאטן נישט געטראפֿן.", + "uls-common-languages": "פֿארגעשלאַָגענע שפראַכן", + "uls-no-results-suggestion-title": "עס וועט אייך אפשר אינטרעסירן:", + "uls-search-help": "איר קענט זוכן לויט שפראך־נאמען, שריפֿט־נאמען, שפראך ISO־קאד אדער קענט איר בלעטערן לויט ראיאן.", + "uls-search-placeholder": "זוכן א שפראך" +} diff --git a/prototype/i18n/yue.json b/prototype/i18n/yue.json new file mode 100644 index 000000000..cf72d1c83 --- /dev/null +++ b/prototype/i18n/yue.json @@ -0,0 +1,19 @@ +{ + "@metadata": { + "authors": [ + "Hello903hello", + "Moon0319", + "Roy17" + ] + }, + "uls-region-WW": "全世界", + "uls-region-AF": "非洲", + "uls-region-EU": "歐洲", + "uls-region-AS": "亞洲", + "uls-region-ME": "中東", + "uls-region-PA": "太平洋", + "uls-region-all": "全部嘅話", + "uls-no-results-found": "搵唔到結果", + "uls-common-languages": "建議嘅話", + "uls-search-placeholder": "搵一種話" +} diff --git a/prototype/i18n/zea.json b/prototype/i18n/zea.json new file mode 100644 index 000000000..71d97e583 --- /dev/null +++ b/prototype/i18n/zea.json @@ -0,0 +1,16 @@ +{ + "@metadata": { + "authors": [ + "Robin van der Vliet", + "Robin0van0der0vliet" + ] + }, + "uls-region-WW": "Waereldwied", + "uls-region-SP": "Speciaal", + "uls-region-AM": "Amerika", + "uls-region-AF": "Afrika", + "uls-region-EU": "Europa", + "uls-region-AS": "Azië", + "uls-region-ME": "Midden-Oôsten", + "uls-region-PA": "Pacifisch gebied" +} diff --git a/prototype/i18n/zgh.json b/prototype/i18n/zgh.json new file mode 100644 index 000000000..8031d813c --- /dev/null +++ b/prototype/i18n/zgh.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Aslmad mohamed belarhzali", + "Hakim1bal" + ] + }, + "uls-region-WW": "ⴳ ⵓⵎⴰⴹⴰⵍ ⴰⴽⴽ", + "uls-region-SP": "ⴰⵎⵥⵍⵉ", + "uls-region-AM": "ⵜⴰⵎⵔⵉⴽⵜ", + "uls-region-AF": "ⵜⴰⴼⵔⵉⴽⵜ", + "uls-region-EU": "ⵜⵓⵔⵓⴼⵜ", + "uls-region-AS": "ⵜⴰⵣⵉⵜ", + "uls-region-ME": "ⴰⴳⵎⵓⴹ ⴰⵏⴰⵎⵎⴰⵙ", + "uls-region-PA": "ⴰⴳⴰⵔⴰⵡ ⵉⵎⵣⴳⵉ", + "uls-region-all": "ⵜⵓⵜⵍⴰⵢⵉⵏ ⵎⴰⵕⵕⴰ", + "uls-no-results-found": "ⵓⵔ ⵜⵜⵢⴰⴼⴰⵏⵜ ⵜⵢⴰⴼⵓⵜⵉⵏ", + "uls-common-languages": "ⵜⵓⵜⵍⴰⵢⵉⵏ ⵉⵜⵜⵙⵓⵎⵔⵏ", + "uls-search-placeholder": "ⵔⵣⵓ ⵖⴼ ⴽⵔⴰ ⵏ ⵜⵓⵜⵍⴰⵢⵜ" +} diff --git a/prototype/i18n/zh-hans.json b/prototype/i18n/zh-hans.json new file mode 100644 index 000000000..0aeff94c0 --- /dev/null +++ b/prototype/i18n/zh-hans.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Liuxinyu970226", + "Xiaomingyan", + "Yfdyh000" + ] + }, + "uls-region-WW": "世界各地", + "uls-region-SP": "特别", + "uls-region-AM": "美洲", + "uls-region-AF": "非洲", + "uls-region-EU": "欧洲", + "uls-region-AS": "亚洲", + "uls-region-ME": "中东", + "uls-region-PA": "太平洋", + "uls-region-all": "所有语言", + "uls-no-results-found": "无搜索结果", + "uls-common-languages": "建议的语言", + "uls-no-results-suggestion-title": "您可能感兴趣:", + "uls-search-help": "您可以按语言名称、文字名称、语言的ISO代码搜索,或按地区浏览。", + "uls-search-placeholder": "搜索一种语言" +} diff --git a/prototype/i18n/zh-hant.json b/prototype/i18n/zh-hant.json new file mode 100644 index 000000000..032cf8a69 --- /dev/null +++ b/prototype/i18n/zh-hant.json @@ -0,0 +1,24 @@ +{ + "@metadata": { + "authors": [ + "Justincheng12345", + "Kly", + "LNDDYL", + "Simon Shek" + ] + }, + "uls-region-WW": "全世界", + "uls-region-SP": "特別", + "uls-region-AM": "美洲", + "uls-region-AF": "非洲", + "uls-region-EU": "歐洲", + "uls-region-AS": "亞洲", + "uls-region-ME": "中東", + "uls-region-PA": "太平洋", + "uls-region-all": "所有語言", + "uls-no-results-found": "找不到任何結果", + "uls-common-languages": "推薦語言", + "uls-no-results-suggestion-title": "您可能感興趣:", + "uls-search-help": "您可以按語言名稱、程式碼名稱、語言 ISO 代碼搜尋,或您亦可按區域瀏覽。", + "uls-search-placeholder": "搜尋一種語言" +} diff --git a/prototype/images/close.svg b/prototype/images/close.svg new file mode 100644 index 000000000..4ed25ba2e --- /dev/null +++ b/prototype/images/close.svg @@ -0,0 +1,8 @@ + + + + close + + + + diff --git a/prototype/images/language.svg b/prototype/images/language.svg new file mode 100644 index 000000000..9262f73fa --- /dev/null +++ b/prototype/images/language.svg @@ -0,0 +1,7 @@ + + + + language + + + diff --git a/prototype/images/roughsketch/ROUGH SKETCH footer section.png b/prototype/images/roughsketch/ROUGH SKETCH footer section.png deleted file mode 100644 index 05b06d25f..000000000 Binary files a/prototype/images/roughsketch/ROUGH SKETCH footer section.png and /dev/null differ diff --git a/prototype/images/roughsketch/ROUGH SKETCH landingpage.png b/prototype/images/roughsketch/ROUGH SKETCH landingpage.png deleted file mode 100644 index 8392c9e30..000000000 Binary files a/prototype/images/roughsketch/ROUGH SKETCH landingpage.png and /dev/null differ diff --git a/prototype/images/search.svg b/prototype/images/search.svg new file mode 100644 index 000000000..67d48b2f1 --- /dev/null +++ b/prototype/images/search.svg @@ -0,0 +1,7 @@ + + + + search + + + diff --git a/prototype/index.html b/prototype/index.html index 116348604..0d95b2202 100644 --- a/prototype/index.html +++ b/prototype/index.html @@ -1,14 +1,39 @@ - - - + + + Kiwix Library - + - - -
+ + + + + + + + + + + + + + + + + + - +
@@ -319,8 +341,7 @@ - - + + + - - diff --git a/prototype/src/jquery.uls.core.js b/prototype/src/jquery.uls.core.js new file mode 100644 index 000000000..866157885 --- /dev/null +++ b/prototype/src/jquery.uls.core.js @@ -0,0 +1,489 @@ +/** + * Universal Language Selector + * ULS core component. + * + * Copyright (C) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris, + * Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other + * contributors. See CREDITS for a list. + * + * UniversalLanguageSelector is dual licensed GPLv2 or later and MIT. You don't + * have to do anything special to choose one license or the other and you don't + * have to notify anyone which license you are using. You are free to use + * UniversalLanguageSelector in commercial projects as long as the copyright + * header is left intact. See files GPL-LICENSE and MIT-LICENSE for details. + * + * @file + * @ingroup Extensions + * @licence GNU General Public Licence 2.0 or later + * @licence MIT License + */ + +( function ( $ ) { + 'use strict'; + + var template, ULS; + + // Region numbers in id attributes also appear in the langdb. + // eslint-disable-next-line no-multi-str + template = '
\ + \ +
\ +
\ +
'; + + /** + * ULS Public class definition + * @param {Element} element + * @param {Object} options + */ + ULS = function ( element, options ) { + var code; + this.$element = $( element ); + this.options = $.extend( {}, $.fn.uls.defaults, options ); + this.$menu = $( template ); + this.languages = this.options.languages; + + for ( code in this.languages ) { + if ( $.uls.data.languages[ code ] === undefined ) { + // Language is unknown to ULS. + delete this.languages[ code ]; + } + } + + this.left = this.options.left; + this.top = this.options.top; + this.shown = false; + this.initialized = false; + this.shouldRecreate = false; + this.menuWidth = this.getMenuWidth(); + + this.$languageFilter = this.$menu.find( '.uls-languagefilter' ); + this.$resultsView = this.$menu.find( '.uls-language-list' ); + + this.render(); + this.listen(); + this.ready(); + }; + + ULS.prototype = { + constructor: ULS, + + /** + * A "hook" that runs after the ULS constructor. + * At this point it is not guaranteed that the ULS has its dimensions + * and that the languages lists are initialized. + * + * To use it, pass a function as the onReady parameter + * in the options when initializing ULS. + */ + ready: function () { + if ( this.options.onReady ) { + this.options.onReady.call( this ); + } + }, + + /** + * A "hook" that runs after the ULS panel becomes visible + * by using the show method. + * + * To use it, pass a function as the onVisible parameter + * in the options when initializing ULS. + */ + visible: function () { + if ( this.options.onVisible ) { + this.options.onVisible.call( this ); + } + }, + + /** + * Calculate the position of ULS + * Returns an object with top and left properties. + * @return {Object} + */ + position: function () { + var pos, + top = this.top, + left = this.left; + + if ( top === undefined ) { + pos = $.extend( {}, this.$element.offset(), { + height: this.$element[ 0 ].offsetHeight + } ); + top = pos.top + pos.height; + } + + if ( left === undefined ) { + left = $( window ).width() / 2 - this.$menu.outerWidth() / 2; + } + + return { + top: top, + left: left + }; + }, + + /** + * Show the ULS window + */ + show: function () { + var widthClasses = { + wide: 'uls-wide', + medium: 'uls-medium', + narrow: 'uls-narrow' + }; + + this.$menu.addClass( widthClasses[ this.menuWidth ] ); + + if ( !this.initialized ) { + $( document.body ).prepend( this.$menu ); + this.i18n(); + this.initialized = true; + } + + this.$menu.css( this.position() ); + this.$menu.show(); + this.$menu.scrollIntoView(); + this.shown = true; + + if ( !this.isMobile() ) { + this.$languageFilter.trigger( 'focus' ); + } + + this.visible(); + }, + + i18n: function () { + if ( $.i18n ) { + this.$menu.find( '[data-i18n]' ).i18n(); + this.$languageFilter.prop( 'placeholder', $.i18n( 'uls-search-placeholder' ) ); + } + }, + + /** + * Hide the ULS window + */ + hide: function () { + this.$menu.hide(); + this.shown = false; + + this.$menu.removeClass( 'uls-wide uls-medium uls-narrow' ); + + if ( this.shouldRecreate ) { + this.recreateLanguageFilter(); + } + + if ( this.options.onCancel ) { + this.options.onCancel.call( this ); + } + }, + + /** + * Render the UI elements. + * Does nothing by default. Can be used for customization. + */ + render: function () { + // Rendering stuff here + }, + + /** + * Callback for results found context. + */ + success: function () { + this.$resultsView.show(); + }, + + createLanguageFilter: function () { + var lcd, languagesCount, + columnsOptions = { + wide: 4, + medium: 2, + narrow: 1 + }; + + languagesCount = Object.keys( this.options.languages ).length; + lcd = this.$resultsView.lcd( { + languages: this.languages, + columns: columnsOptions[ this.menuWidth ], + + quickList: languagesCount > 12 ? this.options.quickList : [], + clickhandler: this.select.bind( this ), + showRegions: this.options.showRegions, + languageDecorator: this.options.languageDecorator, + noResultsTemplate: this.options.noResultsTemplate, + itemsPerColumn: this.options.itemsPerColumn, + groupByRegion: this.options.groupByRegion + } ).data( 'lcd' ); + + this.$languageFilter.languagefilter( { + lcd: lcd, + languages: this.languages, + ulsPurpose: this.options.ulsPurpose, + searchAPI: this.options.searchAPI, + onSelect: this.select.bind( this ) + } ); + + this.$languageFilter.on( 'noresults.uls', lcd.noResults.bind( lcd ) ); + }, + + recreateLanguageFilter: function () { + this.$resultsView.removeData( 'lcd' ); + this.$resultsView.empty(); + this.$languageFilter.removeData( 'languagefilter' ); + this.createLanguageFilter(); + + this.shouldRecreate = false; + }, + + /** + * Bind the UI elements with their event listeners + */ + listen: function () { + // Register all event listeners to the ULS here. + this.$element.on( 'click', this.click.bind( this ) ); + + // Don't do anything if pressing on empty space in the ULS + this.$menu.on( 'click', function ( e ) { + e.stopPropagation(); + } ); + + // Handle key press events on the menu + this.$menu.on( 'keydown', this.keypress.bind( this ) ); + + this.createLanguageFilter(); + + this.$languageFilter.on( 'resultsfound.uls', this.success.bind( this ) ); + + $( document.body ).on( 'click', this.cancel.bind( this ) ); + $( window ).on( 'resize', $.fn.uls.debounce( this.resize.bind( this ), 250 ) ); + }, + + resize: function () { + var menuWidth = this.getMenuWidth(); + + if ( this.menuWidth === menuWidth ) { + return; + } + + this.menuWidth = menuWidth; + this.shouldRecreate = true; + if ( !this.shown ) { + this.recreateLanguageFilter(); + } + }, + + /** + * On select handler for search results + * @param {string} langCode + * @param {Object} event The jQuery click event + */ + select: function ( langCode, event ) { + this.hide(); + if ( this.options.onSelect ) { + this.options.onSelect.call( this, langCode, event ); + } + }, + + /** + * On cancel handler for the uls menu + * @param {Event} e + */ + cancel: function ( e ) { + if ( e && ( this.$element.is( e.target ) || + $.contains( this.$element[ 0 ], e.target ) ) ) { + return; + } + + this.hide(); + }, + + keypress: function ( e ) { + if ( !this.shown ) { + return; + } + + if ( e.keyCode === 27 ) { // escape + this.cancel(); + e.preventDefault(); + e.stopPropagation(); + } + }, + + click: function () { + if ( this.shown ) { + this.hide(); + } else { + this.show(); + } + }, + + /** + * Get the panel menu width parameter + * @return {string} + */ + getMenuWidth: function () { + var languagesCount, + screenWidth = document.documentElement.clientWidth; + + if ( this.options.menuWidth ) { + return this.options.menuWidth; + } + + languagesCount = Object.keys( this.options.languages ).length; + + if ( screenWidth > 900 && languagesCount >= 48 ) { + return 'wide'; + } + + if ( screenWidth > 500 && languagesCount >= 24 ) { + return 'medium'; + } + + return 'narrow'; + }, + + isMobile: function () { + return navigator.userAgent.match( /(iPhone|iPod|iPad|Android|BlackBerry)/ ); + } + }; + + /* ULS PLUGIN DEFINITION + * =========================== */ + + $.fn.uls = function ( option ) { + return this.each( function () { + var $this = $( this ), + data = $this.data( 'uls' ), + options = typeof option === 'object' && option; + + if ( !data ) { + $this.data( 'uls', ( data = new ULS( this, options ) ) ); + } + + if ( typeof option === 'string' ) { + data[ option ](); + } + } ); + }; + + $.fn.uls.defaults = { + // CSS top position for the dialog + top: undefined, + // CSS left position for the dialog + left: undefined, + // Callback function when user selects a language + onSelect: undefined, + // Callback function when the dialog is closed without selecting a language + onCancel: undefined, + // Callback function when ULS has initialized + onReady: undefined, + // Callback function when ULS dialog is shown + onVisible: undefined, + // Languages to be used for ULS, default is all languages + languages: $.uls.data.getAutonyms(), + // The options are wide (4 columns), medium (2 columns), and narrow (1 column). + // If not specified, it will be set automatically. + menuWidth: undefined, + // What is this ULS used for. + // Should be set for distinguishing between different instances of ULS + // in the same application. + ulsPurpose: '', + // Used by LCD + quickList: [], + // Used by LCD + showRegions: undefined, + // Used by LCD + languageDecorator: undefined, + // Used by LCD + noResultsTemplate: undefined, + // Used by LCD + itemsPerColumn: undefined, + // Used by LCD + groupByRegion: undefined, + // Used by LanguageFilter + searchAPI: undefined + }; + + // Define a dummy i18n function, if jquery.i18n not integrated. + if ( !$.fn.i18n ) { + $.fn.i18n = function () {}; + } + + /** + * Creates and returns a new debounced version of the passed function, + * which will postpone its execution, until after wait milliseconds have elapsed + * since the last time it was invoked. + * + * @param {Function} fn Function to be debounced. + * @param {number} wait Wait interval in milliseconds. + * @param {boolean} [immediate] Trigger the function on the leading edge of the wait interval, + * instead of the trailing edge. + * @return {Function} Debounced function. + */ + $.fn.uls.debounce = function ( fn, wait, immediate ) { + var timeout; + + return function () { + var callNow, self = this, + later = function () { + timeout = null; + if ( !immediate ) { + fn.apply( self, arguments ); + } + }; + + callNow = immediate && !timeout; + clearTimeout( timeout ); + timeout = setTimeout( later, wait || 100 ); + + if ( callNow ) { + fn.apply( self, arguments ); + } + }; + }; + + /* + * Simple scrollIntoView plugin. + * Scrolls the element to the viewport smoothly if it is not already. + */ + $.fn.scrollIntoView = function () { + return this.each( function () { + var scrollPosition, + $window = $( window ), + windowHeight = $window.height(), + windowTop = $window.scrollTop(), + windowBottom = windowTop + windowHeight, + $element = $( this ), + panelHeight = $element.height(), + panelTop = $element.offset().top, + panelBottom = panelTop + panelHeight; + + if ( ( panelTop < windowTop ) || ( panelBottom > windowBottom ) ) { + if ( windowTop > panelTop ) { + scrollPosition = panelTop; + } else { + scrollPosition = panelBottom - windowHeight; + } + // eslint-disable-next-line no-jquery/no-global-selector + $( 'html, body' ).stop().animate( { + scrollTop: scrollPosition + }, 500 ); + } + } ); + }; + + $.fn.uls.Constructor = ULS; +}( jQuery ) ); diff --git a/prototype/src/jquery.uls.data.js b/prototype/src/jquery.uls.data.js new file mode 100644 index 000000000..a9ee4b1cd --- /dev/null +++ b/prototype/src/jquery.uls.data.js @@ -0,0 +1,6015 @@ +(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i കെ + var prebases = 'െേൈൊോൌெேைொோௌେୈୋୌિਿिিেৈোৌෙේෛොෝෞ'; + return prebases.indexOf( string[ prefix.length ] ) <= 0; + } + + LanguageFilter = function ( element, options ) { + this.$element = $( element ); + this.options = $.extend( {}, $.fn.languagefilter.defaults, options ); + this.$element.addClass( 'languagefilter' ); + this.resultCount = 0; + this.$suggestion = this.$element.siblings( '.' + this.$element.data( 'suggestion' ) ); + this.$clear = this.$element.siblings( '.' + this.$element.data( 'clear' ) ); + this.selectedLanguage = null; + this.init(); + this.listen(); + }; + + LanguageFilter.prototype = { + init: function () { + this.search(); + }, + + listen: function () { + this.$element.on( 'keydown', this.keypress.bind( this ) ); + this.$element.on( 'input', $.fn.uls.debounce( this.onInputChange.bind( this ), 300 ) ); + + if ( this.$clear.length ) { + this.$clear.on( 'click', this.clear.bind( this ) ); + } + + this.toggleClear(); + }, + + onInputChange: function () { + this.selectedLanguage = null; + + if ( !this.$element.val() ) { + this.clear(); + } else { + this.options.lcd.empty(); + this.search(); + } + + this.toggleClear(); + }, + + keypress: function ( e ) { + var suggestion, query; + + switch ( e.keyCode ) { + case 9: // Tab -> Autocomplete + suggestion = this.$suggestion.val(); + + if ( suggestion && suggestion !== this.$element.val() ) { + this.$element.val( suggestion ); + e.preventDefault(); + e.stopPropagation(); + } + break; + case 13: // Enter + if ( !this.options.onSelect ) { + break; + } + + // Avoid bubbling this 'enter' to background page elements + e.preventDefault(); + e.stopPropagation(); + + query = ( this.$element.val() || '' ).trim().toLowerCase(); + + if ( this.selectedLanguage ) { + // this.selectLanguage will be populated from a matching search + this.options.onSelect( this.selectedLanguage, e ); + } else if ( this.options.languages[ query ] ) { + // Search is yet to happen (in timeout delay), + // but we have a matching language code. + this.options.onSelect( query, e ); + } + + break; + } + }, + + /** + * Clears the current search removing + * clear buttons and suggestions. + */ + deactivate: function () { + this.$element.val( '' ); + + if ( !$.fn.uls.Constructor.prototype.isMobile() ) { + this.$element.trigger( 'focus' ); + } + + this.toggleClear(); + this.autofill(); + }, + + /** + * Clears the search and shows all languages + */ + clear: function () { + this.deactivate(); + this.search(); + }, + + /** + * Toggles the visibility of clear icon depending + * on whether there is anything to clear. + */ + toggleClear: function () { + if ( !this.$clear.length ) { + return; + } + + if ( this.$element.val() ) { + this.$clear.show(); + } else { + this.$clear.hide(); + } + }, + + search: function () { + var languages = Object.keys( this.options.languages ), + results = [], + query = ( this.$element.val() || '' ).trim().toLowerCase(); + + if ( query === '' ) { + this.options.lcd.setGroupByRegionOverride( null ); + this.resultHandler( query, languages ); + return; + } + + this.options.lcd.setGroupByRegionOverride( false ); + // Local search results + results = languages.filter( function ( langCode ) { + return this.filter( langCode, query ); + }.bind( this ) ); + + // Use the searchAPI if available, assuming that it has superior search results. + if ( this.options.searchAPI ) { + this.searchAPI( query ) + .done( this.resultHandler.bind( this ) ) + .fail( this.resultHandler.bind( this, query, results, undefined ) ); + } else { + this.resultHandler( query, results ); + } + }, + + searchAPI: function ( query ) { + return $.get( this.options.searchAPI, { search: query } ).then( function ( result ) { + var autofillLabel, + results = []; + + // eslint-disable-next-line no-jquery/no-each-util + $.each( result.languagesearch, function ( apiCode, name ) { + var code, redirect; + + if ( this.options.languages[ apiCode ] ) { + code = apiCode; + } else { + redirect = $.uls.data.isRedirect( apiCode ); + if ( !redirect || !this.options.languages[ redirect ] ) { + return; + } + code = redirect; + } + + // Because of the redirect checking above, we might get duplicates. + // For example if API returns both `sr` and `sr-cyrl`, the former + // could get mapped to `sr-cyrl` and then we would have it twice. + // The exact cases when this happens of course depends on what is in + // options.languages, which might contain redirects such as `sr`. In + // this case we only show `sr` if no other variants are there. + // This also protects against broken search APIs returning duplicate + // results, although that is not happening in practice. + if ( results.indexOf( code ) === -1 ) { + autofillLabel = autofillLabel || name; + results.push( code ); + } + }.bind( this ) ); + + return $.Deferred().resolve( query, results, autofillLabel ); + }.bind( this ) ); + }, + + /** + * Handler method to be called once search is over. + * Based on search result triggers resultsfound or noresults events + * @param {string} query + * @param {string[]} results + * @param {string} [autofillLabel] + */ + resultHandler: function ( query, results, autofillLabel ) { + if ( results.length === 0 ) { + this.$suggestion.val( '' ); + this.$element.trigger( + 'noresults.uls', + { + query: query, + ulsPurpose: this.options.ulsPurpose + } + ); + return; + } + + if ( query ) { + this.selectedLanguage = results[ 0 ]; + this.autofill( results[ 0 ], autofillLabel ); + } + + results.map( this.render.bind( this ) ); + this.$element.trigger( 'resultsfound.uls', [ query, results.length ] ); + }, + + autofill: function ( langCode, languageName ) { + var autonym, userInput, suggestion; + + if ( !this.$suggestion.length ) { + return; + } + + if ( !this.$element.val() ) { + this.$suggestion.val( '' ); + return; + } + + languageName = languageName || this.options.languages[ langCode ]; + + if ( !languageName ) { + return; + } + + userInput = this.$element.val(); + suggestion = userInput + + languageName.substring( userInput.length, languageName.length ); + + if ( suggestion.toLowerCase() !== languageName.toLowerCase() ) { + // see if it was autonym match + autonym = $.uls.data.getAutonym( langCode ) || ''; + suggestion = userInput + autonym.substring( userInput.length, autonym.length ); + + if ( suggestion !== autonym ) { + // Give up. It may be an ISO/script code match. + suggestion = ''; + } + } + + // Make sure that it is a visual prefix. + if ( !isVisualPrefix( userInput, suggestion ) ) { + suggestion = ''; + } + + this.$suggestion.val( suggestion ); + }, + + render: function ( langCode ) { + return this.options.lcd.append( langCode ); + }, + + escapeRegex: function ( value ) { + return value.replace( /[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&' ); + }, + + /** + * A search match happens if any of the following passes: + * a) Language name in current user interface language + * 'starts with' search string. + * b) Language autonym 'starts with' search string. + * c) ISO 639 code match with search string. + * d) ISO 15924 code for the script match the search string. + * @param {string} langCode + * @param {string} searchTerm + * @return {boolean} + */ + filter: function ( langCode, searchTerm ) { + // FIXME script is ISO 15924 code. We might need actual name of script. + var matcher = new RegExp( '^' + this.escapeRegex( searchTerm ), 'i' ), + languageName = this.options.languages[ langCode ]; + + return matcher.test( languageName ) || + matcher.test( $.uls.data.getAutonym( langCode ) ) || + matcher.test( langCode ) || + matcher.test( $.uls.data.getScript( langCode ) ); + } + }; + + $.fn.languagefilter = function ( option ) { + return this.each( function () { + var $this = $( this ), + data = $this.data( 'languagefilter' ), + options = typeof option === 'object' && option; + + if ( !data ) { + $this.data( 'languagefilter', ( data = new LanguageFilter( this, options ) ) ); + } + + if ( typeof option === 'string' ) { + data[ option ](); + } + } ); + }; + + $.fn.languagefilter.defaults = { + // LanguageCategoryDisplay + lcd: undefined, + // URL to which we append query parameter with the query value + searchAPI: undefined, + // What is this ULS used for. + // Should be set for distinguishing between different instances of ULS + // in the same application. + ulsPurpose: '', + // Object of language tags to language names + languages: [], + // Callback function when language is selected + onSelect: undefined + }; + + $.fn.languagefilter.Constructor = LanguageFilter; + +}( jQuery ) ); diff --git a/prototype/src/jquery.uls.lcd.js b/prototype/src/jquery.uls.lcd.js new file mode 100644 index 000000000..8462fa5d4 --- /dev/null +++ b/prototype/src/jquery.uls.lcd.js @@ -0,0 +1,475 @@ +/** + * Universal Language Selector + * Language category display component - Used for showing the search results, + * grouped by regions, scripts + * + * Copyright (C) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris, + * Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other + * contributors. See CREDITS for a list. + * + * UniversalLanguageSelector is dual licensed GPLv2 or later and MIT. You don't + * have to do anything special to choose one license or the other and you don't + * have to notify anyone which license you are using. You are free to use + * UniversalLanguageSelector in commercial projects as long as the copyright + * header is left intact. See files GPL-LICENSE and MIT-LICENSE for details. + * + * @file + * @ingroup Extensions + * @licence GNU General Public Licence 2.0 or later + * @licence MIT License + */ + +( function ( $ ) { + 'use strict'; + + // eslint-disable-next-line no-multi-str + var noResultsTemplate = '
\ +

No results found

\ +
\ +
\ +
You can search by language name, script name, ISO code of language or you can browse by region.
\ +
'; + + /** + * Language category display + * @param {Element} element The container element to which the languages to be displayed + * @param {Object} [options] Configuration object + * @cfg {Object} [languages] Selectable languages. Keyed by language code, values are autonyms. + * @cfg {string[]} [showRegions] Array of region codes to show. Default is + * [ 'WW', 'AM', 'EU', 'ME', 'AF', 'AS', 'PA' ] + * @cfg {number} [itemsPerColumn] Number of languages per column. + * @cfg {number} [columns] Number of columns for languages. Default is 4. + * @cfg {Function} [languageDecorator] Callback function to be called when a language + * link is prepared - for custom decoration. + * @cfg {Function|string[]} [quickList] The languages to display as suggestions for quick + * selection. + * @cfg {Function} [clickhandler] Callback when language is selected. + * @cfg {jQuery|Function} [noResultsTemplate] + */ + function LanguageCategoryDisplay( element, options ) { + this.$element = $( element ); + this.options = $.extend( {}, $.fn.lcd.defaults, options ); + // Ensure the internal region 'all' is always present + if ( this.options.showRegions.indexOf( 'all' ) === -1 ) { + this.options.showRegions.push( 'all' ); + } + + this.$element.addClass( 'uls-lcd' ); + this.regionLanguages = {}; + this.renderTimeout = null; + this.$cachedQuicklist = null; + this.groupByRegionOverride = null; + + this.render(); + this.listen(); + } + + LanguageCategoryDisplay.prototype = { + constructor: LanguageCategoryDisplay, + + /** + * Adds language to the language list. + * @param {string} langCode + * @param {string} [regionCode] + * @return {boolean} Whether the language was known and accepted + */ + append: function ( langCode, regionCode ) { + var i, regions; + + if ( !$.uls.data.languages[ langCode ] ) { + // Language is unknown or not in the list of languages for this context. + return false; + } + + if ( !this.isGroupingByRegionEnabled() ) { + regions = [ 'all' ]; + + // Make sure we do not get duplicates + if ( this.regionLanguages.all.indexOf( langCode ) > -1 ) { + return true; + } + } else { + if ( regionCode ) { + regions = [ regionCode ]; + } else { + regions = $.uls.data.getRegions( langCode ); + } + } + + for ( i = 0; i < regions.length; i++ ) { + this.regionLanguages[ regions[ i ] ].push( langCode ); + } + + // Work around the bad interface, delay rendering until we have got + // all the languages to speed up performance. + clearTimeout( this.renderTimeout ); + this.renderTimeout = setTimeout( function () { + this.renderRegions(); + }.bind( this ), 50 ); + + return true; + }, + + /** + * Whether we should render languages grouped to geographic regions. + * @return {boolean} + */ + isGroupingByRegionEnabled: function () { + if ( this.groupByRegionOverride !== null ) { + return this.groupByRegionOverride; + } else if ( this.options.groupByRegion !== 'auto' ) { + return this.options.groupByRegion; + } else { + return this.options.columns > 1; + } + }, + + /** + * Override the default region grouping setting. + * This is to allow LanguageFilter to disable grouping when displaying search results. + * + * @param {boolean|null} val True to force grouping, false to disable, null + * to undo override. + */ + setGroupByRegionOverride: function ( val ) { + this.groupByRegionOverride = val; + }, + + render: function () { + var $section, + $quicklist = this.buildQuicklist(), + regions = [], + regionNames = { + // These are fallback text when i18n library not present + all: 'All languages', // Used if there is quicklist and no region grouping + WW: 'Worldwide', + SP: 'Special', + AM: 'America', + EU: 'Europe', + ME: 'Middle East', + AS: 'Asia', + AF: 'Africa', + PA: 'Pacific' + }; + + if ( $quicklist.length ) { + regions.push( $quicklist ); + } else { + // We use CSS to hide the header for 'all' when quicklist is NOT present + this.$element.addClass( 'uls-lcd--no-quicklist' ); + } + + this.options.showRegions.forEach( function ( regionCode ) { + this.regionLanguages[ regionCode ] = []; + + $section = $( '
' ) + .addClass( 'uls-lcd-region-section hide' ) + .attr( 'data-region', regionCode ); + + $( '

' ) + .attr( 'data-i18n', 'uls-region-' + regionCode ) + .addClass( 'uls-lcd-region-title' ) + .text( regionNames[ regionCode ] ) + .appendTo( $section ); + + regions.push( $section ); + }.bind( this ) ); + + this.$element.append( regions ); + + this.i18n(); + }, + + /** + * Renders a region and displays it if it has content. + */ + renderRegions: function () { + var languages, + lcd = this; + + this.$element.removeClass( 'uls-no-results' ); + this.$element.children( '.uls-lcd-region-section' ).each( function () { + var $region = $( this ), + regionCode = $region.data( 'region' ); + + if ( $region.is( '.uls-lcd-quicklist' ) ) { + return; + } + + $region.children( '.uls-language-block' ).remove(); + + languages = lcd.regionLanguages[ regionCode ]; + if ( !languages || languages.length === 0 ) { + $region.addClass( 'hide' ); + return; + } + + lcd.renderRegion( + $region, + languages, + lcd.options.itemsPerColumn, + lcd.options.columns + ); + $region.removeClass( 'hide' ); + + lcd.regionLanguages[ regionCode ] = []; + } ); + + }, + + /** + * Adds given languages sorted into rows and columns into given element. + * @param {jQuery} $region Element to add language list. + * @param {Array} languages List of language codes. + * @param {number} itemsPerColumn How many languages fit in a column. + * @param {number} columnsPerRow How many columns fit in a row. + */ + renderRegion: function ( $region, languages, itemsPerColumn, columnsPerRow ) { + var columnsClasses, i, lastItem, currentScript, nextScript, force, + languagesCount = languages.length, + items = [], + columns = [], + rows = []; + + languages = $.uls.data.sortByScriptGroup( + languages.sort( $.uls.data.sortByAutonym ) + ); + + if ( columnsPerRow === 1 ) { + columnsClasses = 'twelve columns'; + } else if ( columnsPerRow === 2 ) { + columnsClasses = 'six columns'; + } else { + columnsClasses = 'three columns'; + } + + if ( this.options.columns === 1 ) { + // For one-column narrow ULS, just render all the languages + // in one simple list without separators or script groups + for ( i = 0; i < languagesCount; i++ ) { + items.push( this.renderItem( languages[ i ] ) ); + } + + columns.push( $( '
    ' ).addClass( columnsClasses ).append( items ) ); + rows.push( $( '
    ' ).addClass( 'row uls-language-block' ).append( columns ) ); + } else { + // For medium and wide ULS, clever column placement + for ( i = 0; i < languagesCount; i++ ) { + force = false; + nextScript = $.uls.data.getScriptGroupOfLanguage( languages[ i + 1 ] ); + + lastItem = languagesCount - i === 1; + // Force column break if script changes and column has more than one + // row already, but only if grouping by region + if ( i === 0 || !this.isGroupingByRegionEnabled() ) { + currentScript = $.uls.data.getScriptGroupOfLanguage( languages[ i ] ); + } else if ( currentScript !== nextScript && items.length > 1 ) { + force = true; + } + currentScript = nextScript; + + items.push( this.renderItem( languages[ i ] ) ); + + if ( items.length >= itemsPerColumn || lastItem || force ) { + columns.push( $( '
      ' ).addClass( columnsClasses ).append( items ) ); + items = []; + if ( columns.length >= columnsPerRow || lastItem ) { + rows.push( $( '
      ' ).addClass( 'row uls-language-block' ).append( columns ) ); + columns = []; + } + } + } + } + + $region.append( rows ); + }, + + /** + * Creates dom node representing one item in language list. + * @param {string} code Language code + * @return {Element} + */ + renderItem: function ( code ) { + var a, name, autonym, li; + + name = this.options.languages[ code ]; + autonym = $.uls.data.getAutonym( code ) || name || code; + + // Not using jQuery as this is performance hotspot + li = document.createElement( 'li' ); + li.title = name; + li.setAttribute( 'data-code', code ); + + a = document.createElement( 'a' ); + a.appendChild( document.createTextNode( autonym ) ); + a.className = 'autonym'; + a.lang = code; + a.dir = $.uls.data.getDir( code ); + + li.appendChild( a ); + if ( this.options.languageDecorator ) { + this.options.languageDecorator( $( a ), code ); + } + return li; + }, + + i18n: function () { + this.$element.find( '[data-i18n]' ).i18n(); + }, + + /** + * Adds quicklist as a region. + */ + quicklist: function () { + this.$element.find( '.uls-lcd-quicklist' ).removeClass( 'hide' ); + }, + + buildQuicklist: function () { + var quickList, $quickListSection, $quickListSectionTitle; + + if ( this.$cachedQuicklist !== null ) { + return this.$cachedQuicklist; + } + + if ( typeof this.options.quickList === 'function' ) { + this.options.quickList = this.options.quickList(); + } + + if ( !this.options.quickList.length ) { + this.$cachedQuicklist = $( [] ); + return this.$cachedQuicklist; + } + + // Pick only the first elements, because we don't have room for more + quickList = this.options.quickList; + quickList = quickList.slice( 0, 16 ); + quickList.sort( $.uls.data.sortByAutonym ); + + $quickListSection = $( '
      ' ) + .addClass( 'uls-lcd-region-section uls-lcd-quicklist' ); + + $quickListSectionTitle = $( '

      ' ) + .attr( 'data-i18n', 'uls-common-languages' ) + .addClass( 'uls-lcd-region-title' ) + .text( 'Suggested languages' ); // This is placeholder text if jquery.i18n not present + $quickListSection.append( $quickListSectionTitle ); + + this.renderRegion( + $quickListSection, + quickList, + this.options.itemsPerColumn, + this.options.columns + ); + + $quickListSectionTitle.i18n(); + + this.$cachedQuicklist = $quickListSection; + return this.$cachedQuicklist; + }, + + show: function () { + if ( !this.regionDivs ) { + this.render(); + } + }, + + /** + * Called when a fresh search is started + */ + empty: function () { + this.$element.addClass( 'uls-lcd--no-quicklist' ); + this.$element.find( '.uls-lcd-quicklist' ).addClass( 'hide' ); + }, + + focus: function () { + this.$element.trigger( 'focus' ); + }, + + /** + * No-results event handler + * @param {Event} event + * @param {Object} data Information about the failed search query + */ + noResults: function ( event, data ) { + var $noResults; + + this.$element.addClass( 'uls-no-results' ); + + this.$element.find( '.uls-no-results-view' ).remove(); + + if ( typeof this.options.noResultsTemplate === 'function' ) { + $noResults = + this.options.noResultsTemplate.call( this, data.query ); + } else if ( this.options.noResultsTemplate instanceof jQuery ) { + $noResults = this.options.noResultsTemplate; + } else { + throw new Error( 'noResultsTemplate option must be ' + + 'either jQuery or function returning jQuery' ); + } + + this.$element.append( $noResults.addClass( 'uls-no-results-view' ).i18n() ); + }, + + listen: function () { + var lcd = this; + + if ( this.options.clickhandler ) { + this.$element.on( 'click', '.row li', function ( event ) { + lcd.options.clickhandler.call( this, $( this ).data( 'code' ), event ); + } ); + } + } + }; + + $.fn.lcd = function ( option ) { + return this.each( function () { + var $this = $( this ), + data = $this.data( 'lcd' ), + options = typeof option === 'object' && option; + + if ( !data ) { + $this.data( 'lcd', ( data = new LanguageCategoryDisplay( this, options ) ) ); + } + + if ( typeof option === 'string' ) { + data[ option ](); + } + } ); + }; + + $.fn.lcd.defaults = { + // List of languages to show + languages: [], + // List of regions to show + showRegions: [ 'WW', 'AM', 'EU', 'ME', 'AF', 'AS', 'PA' ], + // Whether to group by region, defaults to true when columns > 1 + groupByRegion: 'auto', + // How many items per column until new "row" starts + itemsPerColumn: 8, + // Number of columns, only 1, 2 and 4 are supported + columns: 4, + // Callback function for language item styling + languageDecorator: undefined, + // Likely candidates + quickList: [], + // Callback function for language selection + clickhandler: undefined, + // Callback function when no search results. + // If overloaded, it can accept the search string as an argument. + noResultsTemplate: function () { + var $suggestionsContainer, $suggestions, + $noResultsTemplate = $( noResultsTemplate ); + + $suggestions = this.buildQuicklist().clone(); + $suggestions.removeClass( 'hide' ) + .find( 'h3' ) + .data( 'i18n', 'uls-no-results-suggestion-title' ) + .text( 'You may be interested in:' ) + .i18n(); + $suggestionsContainer = $noResultsTemplate.find( '.uls-no-results-suggestions' ); + $suggestionsContainer.append( $suggestions ); + return $noResultsTemplate; + } + }; + +}( jQuery ) ); diff --git a/prototype/script.js b/prototype/src/script.js similarity index 100% rename from prototype/script.js rename to prototype/src/script.js