-
Notifications
You must be signed in to change notification settings - Fork 47
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 <[email protected]>
- Loading branch information
1 parent
eeddf6a
commit b24bbf7
Showing
12 changed files
with
142 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
OC.L10N.register( | ||
"firstrunwizard", | ||
{ | ||
"Close" : "Tutup", | ||
"Server address" : "Alamat pelayan", | ||
"Copied!" : "Disalin!", | ||
"Not supported!" : "Tidak menyokong!", | ||
"Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.", | ||
"Press Ctrl-C to copy." : "Tekan Ctrl-C untuk menyalin.", | ||
"About" : "Mengenai" | ||
}, | ||
"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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ "translations": { | ||
"Close" : "Tutup", | ||
"Server address" : "Alamat pelayan", | ||
"Copied!" : "Disalin!", | ||
"Not supported!" : "Tidak menyokong!", | ||
"Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.", | ||
"Press Ctrl-C to copy." : "Tekan Ctrl-C untuk menyalin.", | ||
"About" : "Mengenai" | ||
},"pluralForm" :"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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
OC.L10N.register( | ||
"firstrunwizard", | ||
{ | ||
"Close" : "بندول", | ||
"Copied!" : "کاپي شو!", | ||
"Not supported!" : "د کار نه کېږي", | ||
"Press ⌘-C to copy." : "د کاپي لپاره د ⌘-C تڼۍ کېکاږئ.", | ||
"Press Ctrl-C to copy." : "د کاپي لپاره د Ctrl-C تڼۍ کېکاږئ.", | ||
"Copy link" : "لېنک کاپي کول" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ "translations": { | ||
"Close" : "بندول", | ||
"Copied!" : "کاپي شو!", | ||
"Not supported!" : "د کار نه کېږي", | ||
"Press ⌘-C to copy." : "د کاپي لپاره د ⌘-C تڼۍ کېکاږئ.", | ||
"Press Ctrl-C to copy." : "د کاپي لپاره د Ctrl-C تڼۍ کېکاږئ.", | ||
"Copy link" : "لېنک کاپي کول" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |
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
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
Oops, something went wrong.