Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-13 05:20:54 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-13 05:20:54 +0300
commit1d648138255f3a5d02c48fc2d89333e18ad3c7f7 (patch)
tree5c0c38a4f74e8ff48e636fbb22cd30b749c42f70 /apps/oauth2
parent5807a0ff40b5f652eeffbbc267ba1f4229e222d7 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/si.js17
-rw-r--r--apps/oauth2/l10n/si.json15
2 files changed, 32 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/si.js b/apps/oauth2/l10n/si.js
new file mode 100644
index 00000000000..72272829cef
--- /dev/null
+++ b/apps/oauth2/l10n/si.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "ඔබගේ අනුග්‍රාහකය සම්බන්ධ කිරීමට අවසර නැත. කරුණාකර අනුග්‍රාහකයේ පරිපාලක ට දන්වන්න.",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "ඔබ සම්පූර්ණ ආපසු හරවා යැවීමේ ඒ.ස.නි.(URL) ක් භාවිතා කළ යුතුය උදා: https://yourdomain.lk/maga",
+ "OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "වෙනත් වියමන යෙදුම් වලින් OAuth2 අනුකූල සත්‍යාපනය සඳහා ඉඩ ලබා දේ.",
+ "OAuth 2.0 clients" : "OAuth 2.0 අනුග්‍රාහකයින්",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 බාහිර සේවාවන්ට {instanceName} වෙත ප්‍රවේශය ඉල්ලීමට ඉඩ දෙයි.",
+ "Add client" : "අනුග්‍රාහකයක් එකතු කරන්න",
+ "Name" : "නම",
+ "Add" : "එකතු කරන්න",
+ "Client Identifier" : "අනුග්‍රාහක හඳුන්වනය",
+ "Secret" : "රහස",
+ "Show client secret" : "අනුග්‍රාහකයේ රහස්‍යතාව පෙන්වන්න"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/si.json b/apps/oauth2/l10n/si.json
new file mode 100644
index 00000000000..82ba8d9ae98
--- /dev/null
+++ b/apps/oauth2/l10n/si.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "ඔබගේ අනුග්‍රාහකය සම්බන්ධ කිරීමට අවසර නැත. කරුණාකර අනුග්‍රාහකයේ පරිපාලක ට දන්වන්න.",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "ඔබ සම්පූර්ණ ආපසු හරවා යැවීමේ ඒ.ස.නි.(URL) ක් භාවිතා කළ යුතුය උදා: https://yourdomain.lk/maga",
+ "OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "වෙනත් වියමන යෙදුම් වලින් OAuth2 අනුකූල සත්‍යාපනය සඳහා ඉඩ ලබා දේ.",
+ "OAuth 2.0 clients" : "OAuth 2.0 අනුග්‍රාහකයින්",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 බාහිර සේවාවන්ට {instanceName} වෙත ප්‍රවේශය ඉල්ලීමට ඉඩ දෙයි.",
+ "Add client" : "අනුග්‍රාහකයක් එකතු කරන්න",
+ "Name" : "නම",
+ "Add" : "එකතු කරන්න",
+ "Client Identifier" : "අනුග්‍රාහක හඳුන්වනය",
+ "Secret" : "රහස",
+ "Show client secret" : "අනුග්‍රාහකයේ රහස්‍යතාව පෙන්වන්න"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file