diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-18 02:21:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-18 02:21:54 +0000 |
commit | 5f194dad240871f8626baab041dbd53f36fdb446 (patch) | |
tree | ea12bf3071b865a944d56342780e18503d330489 /lib/l10n/si.js | |
parent | 82f4bb0ebae18c9c7fa763de6e0c9e5dd3c2dcc4 (diff) | |
download | nextcloud-server-5f194dad240871f8626baab041dbd53f36fdb446.tar.gz nextcloud-server-5f194dad240871f8626baab041dbd53f36fdb446.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/si.js')
-rw-r--r-- | lib/l10n/si.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/l10n/si.js b/lib/l10n/si.js new file mode 100644 index 00000000000..7b1fb3a0a76 --- /dev/null +++ b/lib/l10n/si.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "lib", + { + "seconds ago" : "තත්පර කිහිපයකට පෙර", + "Help" : "උපකාර", + "Apps" : "යෙදුම්", + "Settings" : "සැකසුම්", + "Log out" : "නික්මෙන්න", + "Users" : "පරිශීලකයින්" +}, +"nplurals=2; plural=(n != 1);"); |