From 550f31538379447bb78d3c2c72d165a99d7bc730 Mon Sep 17 00:00:00 2001 From: STEdirisuriya Date: Sun, 16 Dec 2018 01:06:34 +0530 Subject: [PATCH] Added sinhala translation #125 --- src/js/locale.js | 1 + static/i18n/si.json | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 static/i18n/si.json diff --git a/src/js/locale.js b/src/js/locale.js index 4d8edfd..8265549 100644 --- a/src/js/locale.js +++ b/src/js/locale.js @@ -31,6 +31,7 @@ $(window).on('load', function() { Español: 'es', Polski: 'pl', 'Norwegian Bokmål': 'nb_NO', + Sinhala: 'si', } var locList = $('#lang-select') diff --git a/static/i18n/si.json b/static/i18n/si.json new file mode 100644 index 0000000..76f48a6 --- /dev/null +++ b/static/i18n/si.json @@ -0,0 +1,23 @@ +{ + "page-title": "Google Code-in 2017 වත්මන් ප්‍රමුඛයින්", + "last-updated": "අවසන් යාවත්කාලින කිරීම", + "order-info": "සෑම සංවිධානයකම ප්‍රමුඛ සහභාගිකයින් (සහ ඔවුන්ගේ GitHub ගිණුම්, තිබේ නම්) අහඹු ලෙස ලැයිස්තු ගත කොට ඇත.", + "tasks-completed": "සම්පුර්ණ කළ කාර්රයන්", + "gci-copyright": "Google Code-in සහ Google Code-in ලාංඡනය Google සංස්ථාපිත වෙළෙඳ ලකුණු වේ.", + "gitlab-copyright-1": "GitLab ලාංඡනය", + "gitlab-copyright-2": "යටතේ GitLab සංස්ථාපිත මඟින් බලපත්‍ර ගතකොට ඇත.", + "orgs-no-listed": "ප්‍රමුඛයින් සඳහන් නොවන සංවිධාන(ය)", + "passed": "$1% සමත්වී, ආසන්නව $2 කාර්යය ලබාගන්න පෙර අවසන් වී ඇත", + "seconds-ago": "$1 {{PLURAL:$1|තප්පරයක|තප්පරවල}}ට පෙර", + "minutes-ago": "$1 {{PLURAL:$1|මිනිත්තුවක|මිනිත්තුවල}}ට පෙර", + "hours-ago": "$1 {{PLURAL:$1|පැයක|පැයවල}}ට පෙර", + "days-ago": "$1 {{PLURAL:$1|දිනයක|දිනවල}}ට පෙර", + "months-ago": "$1 {{PLURAL:$1|මාසයක|මාසවල}}ට පෙර", + "years-ago": "$1 {{PLURAL:$1|වසරක|වසරවලට}}ට පෙර", + "seconds": "$1 {{PLURAL:$1|තප්පරය|තප්පර}}", + "minutes": "$1 {{PLURAL:$1|මිනිත්තුව|මිනිත්තු}}", + "hours": "$1 {{PLURAL:$1|පැය|පැය}}", + "days": "$1 {{PLURAL:$1|දිනය|දින}}", + "months": "$1 {{PLURAL:$1|මාසය|මාස}}", + "years": "$1 {{PLURAL:$1|වසර|වසර}}" +}