Skip to content

Commit e374da3

Browse files
committed
Add missing translations for length validations
We added length validations to several of our question types since the initial translation. This commit adds translations for all of the error messages.
1 parent 2e08eb2 commit e374da3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

config/locales/cy.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,23 @@ cy:
9494
attributes:
9595
address1:
9696
blank: Rhowch linell gyntaf y cyfeiriad
97-
too_long: The first line of the address must be shorter than 500 characters
97+
too_long: Rhaid i linell gyntaf y cyfeiriad fod yn fyrrach na 500 nod
9898
address2:
99-
too_long: The second line of the address must be shorter than 500 characters
99+
too_long: Rhaid i ail linell y cyfeiriad fod yn fyrrach na 500 nod
100100
country:
101101
blank: Rhowch y wlad
102-
too_long: The country must be shorter than 500 characters
102+
too_long: Rhaid i'r wlad fod yn fyrrach na 500 nod
103103
county:
104-
too_long: The county must be shorter than 500 characters
104+
too_long: Rhaid i'r sir fod yn fyrrach na 500 nod
105105
postcode:
106106
blank: Rhowch y cod post
107107
invalid_postcode: Rhowch god post gwirioneddol
108108
street_address:
109109
blank: Rhowch y cyfeiriad
110-
too_long: The address must be shorter than 5,000 characters
110+
too_long: Rhaid i'r cyfeiriad fod yn fyrrach na 5,000 nod
111111
town_or_city:
112112
blank: Rhowch y dref neu’r ddinas
113-
too_long: The town or city must be shorter than 500 characters
113+
too_long: Rhaid i'r dref neu'r ddinas fod yn fyrrach na 500 nod
114114
question/date:
115115
attributes:
116116
date:
@@ -137,17 +137,17 @@ cy:
137137
attributes:
138138
first_name:
139139
blank: Rhowch enw cyntaf
140-
too_long: The first name must be shorter than 500 characters
140+
too_long: Rhaid i'r enw cyntaf fod yn fyrrach na 500 nod
141141
full_name:
142142
blank: Rhowch enw
143-
too_long: The name must be shorter than 500 characters
143+
too_long: Rhaid i'r enw fod yn fyrrach na 500 nod
144144
last_name:
145145
blank: Rhowch enw olaf
146-
too_long: The last name must be shorter than 500 characters
146+
too_long: Rhaid i'r enw olaf fod yn fyrrach na 500 nod
147147
middle_names:
148-
too_long: The middle name must be shorter than 500 characters
148+
too_long: Rhaid i'r enw canol fod yn fyrrach na 500 nod
149149
title:
150-
too_long: The title must be shorter than 100 characters
150+
too_long: Rhaid i'r teitl fod yn fyrrach na 100 nod
151151
question/national_insurance_number:
152152
attributes:
153153
national_insurance_number:
@@ -159,7 +159,7 @@ cy:
159159
blank: Rhowch rif
160160
greater_than_or_equal_to: Rhaid i’r ateb fod yn fwy na 0 neu’n hafal i 0
161161
not_a_number: Rhaid i’r ateb fod yn rhif
162-
too_long: The number must be shorter than 500 digits
162+
too_long: Rhaid i'r rhif fod yn fyrrach na 500 o ddigidau
163163
question/organisation_name:
164164
attributes:
165165
text:

0 commit comments

Comments
 (0)