mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2024-11-23 19:42:46 +01:00
e89b41c891
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
26 lines
620 B
JavaScript
26 lines
620 B
JavaScript
OC.L10N.register(
|
|
"news",
|
|
{
|
|
"Download" : "Muat turun",
|
|
"Close" : "Tutup",
|
|
"Share" : "Kongsi",
|
|
"Username" : "Nama pengguna",
|
|
"by" : "oleh",
|
|
"from" : "dari",
|
|
"Description" : "Keterangan",
|
|
"Refresh" : "Refresh",
|
|
"Web address" : "Alamat sesawang",
|
|
"Folder" : "Folder",
|
|
"Credentials" : "Credentials",
|
|
"Password" : "Kata laluan",
|
|
"Create" : "Buat",
|
|
"Rename" : "Namakan",
|
|
"Delete" : "Padam",
|
|
"Settings" : "Tetapan",
|
|
"Import" : "Import",
|
|
"Export" : "Export",
|
|
"Help" : "Bantuan",
|
|
"Documentation" : "Dokumentasi"
|
|
},
|
|
"nplurals=1; plural=0;");
|