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 | |
parent | 82f4bb0ebae18c9c7fa763de6e0c9e5dd3c2dcc4 (diff) | |
download | nextcloud-server-5f194dad240871f8626baab041dbd53f36fdb446.tar.gz nextcloud-server-5f194dad240871f8626baab041dbd53f36fdb446.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/sc.js | 7 | ||||
-rw-r--r-- | lib/l10n/sc.json | 5 | ||||
-rw-r--r-- | lib/l10n/si.js | 11 | ||||
-rw-r--r-- | lib/l10n/si.json | 9 |
4 files changed, 32 insertions, 0 deletions
diff --git a/lib/l10n/sc.js b/lib/l10n/sc.js new file mode 100644 index 00000000000..6da1b1e8920 --- /dev/null +++ b/lib/l10n/sc.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lib", + { + "This is an automatically sent email, please do not reply." : "Custu est unu messàgiu de posta imbiadu in automàticu, non rispondas.", + "Settings" : "Impostatziones" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sc.json b/lib/l10n/sc.json new file mode 100644 index 00000000000..5fba8257651 --- /dev/null +++ b/lib/l10n/sc.json @@ -0,0 +1,5 @@ +{ "translations": { + "This is an automatically sent email, please do not reply." : "Custu est unu messàgiu de posta imbiadu in automàticu, non rispondas.", + "Settings" : "Impostatziones" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file 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);"); diff --git a/lib/l10n/si.json b/lib/l10n/si.json new file mode 100644 index 00000000000..e82e0f396df --- /dev/null +++ b/lib/l10n/si.json @@ -0,0 +1,9 @@ +{ "translations": { + "seconds ago" : "තත්පර කිහිපයකට පෙර", + "Help" : "උපකාර", + "Apps" : "යෙදුම්", + "Settings" : "සැකසුම්", + "Log out" : "නික්මෙන්න", + "Users" : "පරිශීලකයින්" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |