-
Notifications
You must be signed in to change notification settings - Fork 56
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
481e456
commit edc5ba9
Showing
2 changed files
with
12 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,7 +1,12 @@ | ||
OC.L10N.register( | ||
"notifications", | ||
{ | ||
"Hello %s" : "Helo %s", | ||
"Hello %s," : "Helo %s,", | ||
"Notifications" : "Hysbysiadau", | ||
"seconds ago" : "eiliad yn ôl" | ||
"seconds ago" : "eiliad yn ôl", | ||
"in {path}" : "yn {path}", | ||
"Your settings have been updated." : "Mae eich gosodiadau wedi'u diweddaru.", | ||
"You need to set up your email address before you can receive notification emails." : "Mae angen i chi osod eich cyfeiriad e-bost cyn y gallwch dderbyn negeseuon e-bost hysbysu." | ||
}, | ||
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); |
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,5 +1,10 @@ | ||
{ "translations": { | ||
"Hello %s" : "Helo %s", | ||
"Hello %s," : "Helo %s,", | ||
"Notifications" : "Hysbysiadau", | ||
"seconds ago" : "eiliad yn ôl" | ||
"seconds ago" : "eiliad yn ôl", | ||
"in {path}" : "yn {path}", | ||
"Your settings have been updated." : "Mae eich gosodiadau wedi'u diweddaru.", | ||
"You need to set up your email address before you can receive notification emails." : "Mae angen i chi osod eich cyfeiriad e-bost cyn y gallwch dderbyn negeseuon e-bost hysbysu." | ||
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" | ||
} |