Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Dec 23, 2023
1 parent 7f28a92 commit 23f44af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion l10n/id.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_lock",
{
"Unlock file" : "Buka kunci berkas"
"Unlock file" : "Buka kunci berkas",
"Lock file" : "Kunci berkas"
},
"nplurals=1; plural=0;");
3 changes: 2 additions & 1 deletion l10n/id.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ "translations": {
"Unlock file" : "Buka kunci berkas"
"Unlock file" : "Buka kunci berkas",
"Lock file" : "Kunci berkas"
},"pluralForm" :"nplurals=1; plural=0;"
}

0 comments on commit 23f44af

Please sign in to comment.