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 Oct 11, 2023
1 parent a0aaceb commit 5dcb576
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion l10n/cy_GB.js
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;");
7 changes: 6 additions & 1 deletion l10n/cy_GB.json
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;"
}

0 comments on commit 5dcb576

Please sign in to comment.