diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-12 00:08:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-12 00:08:25 +0000 |
commit | c124a43d744e700ce7da080d8f43887d93ec4077 (patch) | |
tree | 635932188f54a663de4999bc89e11af19841c180 /apps/oauth2 | |
parent | 038ae39f13ff3ff775953010eac6b78ff241ee78 (diff) | |
download | nextcloud-server-c124a43d744e700ce7da080d8f43887d93ec4077.tar.gz nextcloud-server-c124a43d744e700ce7da080d8f43887d93ec4077.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/id.js | 13 | ||||
-rw-r--r-- | apps/oauth2/l10n/id.json | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/id.js b/apps/oauth2/l10n/id.js new file mode 100644 index 00000000000..41cac573832 --- /dev/null +++ b/apps/oauth2/l10n/id.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0 clients" : "Klien OAuth 2.0", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 memungkinkan layanan eksternal untuk meminta akses ke %s.", + "Name" : "Nama", + "Redirection URI" : "URI Pengalihan", + "Client Identifier" : "Identifier klien", + "Secret" : "Rahasia", + "Add client" : "Tambah klien", + "Add" : "Tambah" +}, +"nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/id.json b/apps/oauth2/l10n/id.json new file mode 100644 index 00000000000..3d8bc6b690e --- /dev/null +++ b/apps/oauth2/l10n/id.json @@ -0,0 +1,11 @@ +{ "translations": { + "OAuth 2.0 clients" : "Klien OAuth 2.0", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 memungkinkan layanan eksternal untuk meminta akses ke %s.", + "Name" : "Nama", + "Redirection URI" : "URI Pengalihan", + "Client Identifier" : "Identifier klien", + "Secret" : "Rahasia", + "Add client" : "Tambah klien", + "Add" : "Tambah" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |