Skip to content

Commit edc5ba9

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 481e456 commit edc5ba9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

l10n/cy_GB.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
OC.L10N.register(
22
"notifications",
33
{
4+
"Hello %s" : "Helo %s",
5+
"Hello %s," : "Helo %s,",
46
"Notifications" : "Hysbysiadau",
5-
"seconds ago" : "eiliad yn ôl"
7+
"seconds ago" : "eiliad yn ôl",
8+
"in {path}" : "yn {path}",
9+
"Your settings have been updated." : "Mae eich gosodiadau wedi'u diweddaru.",
10+
"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."
611
},
712
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

l10n/cy_GB.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{ "translations": {
2+
"Hello %s" : "Helo %s",
3+
"Hello %s," : "Helo %s,",
24
"Notifications" : "Hysbysiadau",
3-
"seconds ago" : "eiliad yn ôl"
5+
"seconds ago" : "eiliad yn ôl",
6+
"in {path}" : "yn {path}",
7+
"Your settings have been updated." : "Mae eich gosodiadau wedi'u diweddaru.",
8+
"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."
49
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
510
}

0 commit comments

Comments
 (0)