diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-04-03 00:11:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-04-03 00:11:47 +0000 |
commit | 5105f1d4660072bf56d5342615a4284b8c44c752 (patch) | |
tree | b21aabaeb4c8f52cf1610120c3958f2efed07a49 /apps/oauth2/l10n | |
parent | 25c479c0c585764689f6d2f4ad5bc1452bda1a1e (diff) | |
download | nextcloud-server-5105f1d4660072bf56d5342615a4284b8c44c752.tar.gz nextcloud-server-5105f1d4660072bf56d5342615a4284b8c44c752.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/he.js | 14 | ||||
-rw-r--r-- | apps/oauth2/l10n/he.json | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/he.js b/apps/oauth2/l10n/he.js new file mode 100644 index 00000000000..250205239a8 --- /dev/null +++ b/apps/oauth2/l10n/he.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "לקוחות OAuth 2.0", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל %s.", + "Name" : "שם", + "Redirection URI" : "כתובת הפנייה", + "Client Identifier" : "זיהוי לקו", + "Secret" : "סוד", + "Add client" : "הוספת לקוחי", + "Add" : "הוספה" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/he.json b/apps/oauth2/l10n/he.json new file mode 100644 index 00000000000..09505d77302 --- /dev/null +++ b/apps/oauth2/l10n/he.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "לקוחות OAuth 2.0", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל %s.", + "Name" : "שם", + "Redirection URI" : "כתובת הפנייה", + "Client Identifier" : "זיהוי לקו", + "Secret" : "סוד", + "Add client" : "הוספת לקוחי", + "Add" : "הוספה" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |