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

github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-06-02 05:30:00 +0300
committerNextcloud bot <bot@nextcloud.com>2020-06-02 05:30:00 +0300
commitcf37153a5f11c58b2a710a2818d72a993122128c (patch)
tree741a089487a45796c3f44ab3e435462558bc3b41
parentde20b6bcb67bacf1536ff3568fbc5752f075d921 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/id.js9
-rw-r--r--l10n/id.json9
2 files changed, 16 insertions, 2 deletions
diff --git a/l10n/id.js b/l10n/id.js
index b866397..17433cf 100644
--- a/l10n/id.js
+++ b/l10n/id.js
@@ -1,11 +1,18 @@
OC.L10N.register(
"files_filter",
{
+ "Images" : "Gambar",
"Videos" : "Video",
+ "No images found" : "Gambar tidak ditemukan",
+ "Any uploaded image will show up here" : "Gambar terunggah akan tampil di sini",
+ "Filter" : "Filter",
+ "Files filter" : "Filter berkas",
"No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini",
"Name" : "Nama",
"Size" : "Ukuran",
"Modified" : "Dimodifikasi",
- "Delete" : "Hapus"
+ "Delete" : "Hapus",
+ "No videos found" : "Video tidak ditemukan",
+ "Any uploaded video will show up here" : "Video terunggah akan tampil di sini"
},
"nplurals=1; plural=0;");
diff --git a/l10n/id.json b/l10n/id.json
index a2133b1..abc8e08 100644
--- a/l10n/id.json
+++ b/l10n/id.json
@@ -1,9 +1,16 @@
{ "translations": {
+ "Images" : "Gambar",
"Videos" : "Video",
+ "No images found" : "Gambar tidak ditemukan",
+ "Any uploaded image will show up here" : "Gambar terunggah akan tampil di sini",
+ "Filter" : "Filter",
+ "Files filter" : "Filter berkas",
"No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini",
"Name" : "Nama",
"Size" : "Ukuran",
"Modified" : "Dimodifikasi",
- "Delete" : "Hapus"
+ "Delete" : "Hapus",
+ "No videos found" : "Video tidak ditemukan",
+ "Any uploaded video will show up here" : "Video terunggah akan tampil di sini"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file