-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
- Loading branch information
1 parent
7f28a92
commit 23f44af
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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;" | ||
} |