From 7d2a43bfee54773a54e31ade6b34f47c44c2a686 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 24 Feb 2021 03:03:25 +0000 Subject: [tx-robot] updated from transifex --- l10n/si_LK.js | 7 ------- l10n/si_LK.json | 5 ----- l10n/ta.js | 6 ++++++ l10n/ta.json | 4 ++++ l10n/ta_LK.js | 6 ------ l10n/ta_LK.json | 4 ---- 6 files changed, 10 insertions(+), 22 deletions(-) delete mode 100644 l10n/si_LK.js delete mode 100644 l10n/si_LK.json create mode 100644 l10n/ta.js create mode 100644 l10n/ta.json delete mode 100644 l10n/ta_LK.js delete mode 100644 l10n/ta_LK.json diff --git a/l10n/si_LK.js b/l10n/si_LK.js deleted file mode 100644 index fe20b07..0000000 --- a/l10n/si_LK.js +++ /dev/null @@ -1,7 +0,0 @@ -OC.L10N.register( - "notifications", - { - "Notifications" : "නිවේදන ", - "seconds ago" : "තත්පරයන්ට පෙර" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/si_LK.json b/l10n/si_LK.json deleted file mode 100644 index 6084e4f..0000000 --- a/l10n/si_LK.json +++ /dev/null @@ -1,5 +0,0 @@ -{ "translations": { - "Notifications" : "නිවේදන ", - "seconds ago" : "තත්පරයන්ට පෙර" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/ta.js b/l10n/ta.js new file mode 100644 index 0000000..6786c30 --- /dev/null +++ b/l10n/ta.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "notifications", + { + "seconds ago" : "செக்கன்களுக்கு முன்" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ta.json b/l10n/ta.json new file mode 100644 index 0000000..3c93e04 --- /dev/null +++ b/l10n/ta.json @@ -0,0 +1,4 @@ +{ "translations": { + "seconds ago" : "செக்கன்களுக்கு முன்" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ta_LK.js b/l10n/ta_LK.js deleted file mode 100644 index 6786c30..0000000 --- a/l10n/ta_LK.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "notifications", - { - "seconds ago" : "செக்கன்களுக்கு முன்" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ta_LK.json b/l10n/ta_LK.json deleted file mode 100644 index 3c93e04..0000000 --- a/l10n/ta_LK.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "seconds ago" : "செக்கன்களுக்கு முன்" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file -- cgit v1.2.3