diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js index d6bdba493..79f815092 100644 --- a/l10n/cy_GB.js +++ b/l10n/cy_GB.js @@ -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;"); diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json index ae1cbcfcf..ef9328212 100644 --- a/l10n/cy_GB.json +++ b/l10n/cy_GB.json @@ -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;" } \ No newline at end of file