nextcloud/apps/workflowengine/l10n/id.js
Nextcloud bot 12c35c7192
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Integration sqlite / changes (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Has been cancelled
Integration sqlite / integration-sqlite-summary (push) Has been cancelled
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-14 00:14:04 +00:00

65 lines
2.9 KiB
JavaScript

OC.L10N.register(
"workflowengine",
{
"The given operator is invalid" : "Operator yang diberikan tidak sah",
"The given regular expression is invalid" : "Regular expression yang diberikan tidak sah",
"The given file size is invalid" : "Ukuran berkas yang diberikan tidak sah",
"The given tag id is invalid" : "Tag ID yang diberikan tidak sah",
"The given IP range is invalid" : "Rentang IP yang diberikan tidak sah",
"The given IP range is not valid for IPv4" : "Rentang IP yang diberikan tidak sah untuk IPv4",
"The given IP range is not valid for IPv6" : "Rentang IP yang diberikan tidak sah untuk IPv6",
"The given time span is invalid" : "Rentang waktu yang diberikan tidak sah",
"The given start time is invalid" : "Waktu mulai yang diberikan tidak sah",
"The given end time is invalid" : "Waktu selesai yang diberikan tidak sah",
"The given group does not exist" : "Grup yang diberikan tidak ada",
"File" : "Berkas",
"Operation #%s does not exist" : "Operasi #%s tidak ada",
"Operation %s is invalid" : "Operasi %s tidak valid",
"Operation %s does not exist" : "Operasi %s tidak ada",
"Check %s is invalid" : "Cek %s tidak valid",
"Check %s does not exist" : "Cek %s tidak ada",
"Check #%s does not exist" : "Cek #%s tidak ada",
"Check %s is invalid or does not exist" : "Cek %s tidak valid atau tidak ada",
"Flow" : "Alur",
"Remove filter" : "Hapus filter",
"Audio" : "Audio",
"Folder" : "Folder",
"Images" : "Gambar",
"Video" : "Video",
"Files WebDAV" : "Berkas WebDAV",
"Android client" : "Klien Android",
"iOS client" : "Klien iOS",
"Desktop client" : "Klien desktop",
"Select groups" : "Pilih grup",
"Groups" : "Grup",
"Save" : "Simpan",
"Cancel" : "Membatalkan",
"Delete" : "Hapus",
"Show less" : "Lihat sedikit",
"matches" : "cocok dengan",
"does not match" : "tidak cocok dengan",
"is" : "adalah",
"is not" : "bukan",
"File MIME type" : "Berkas tipe MIME",
"File size (upload)" : "Ukuran berkas (unggah)",
"less" : "kurang dari",
"less or equals" : "kurang dari atau sama dengan",
"greater or equals" : "lebih dari atau sama dengan",
"greater" : "lebih dari",
"Request remote address" : "Minta alamat remote",
"matches IPv4" : "cocok dengan IPv4",
"does not match IPv4" : "tidak cocok dengan IPv4",
"matches IPv6" : "cocok dengan IPv6",
"does not match IPv6" : "tidak cocok dengan IPv6",
"File system tag" : "Tag sistem berkas",
"is tagged with" : "di tag dengan",
"is not tagged with" : "tidak di tag dengan",
"Request URL" : "Minta URL",
"Request time" : "Waktu permintaan",
"between" : "diantara",
"not between" : "tidak diantara",
"Request user agent" : "Minta user agent",
"is member of" : "anggota dari",
"is not member of" : "bukan anggota dari"
},
"nplurals=1; plural=0;");