Skip to content

Commit 5329c88

Browse files
authored
fix: added missed translations for ru, es, de (singerdmx#1826)
1 parent fa780ad commit 5329c88

File tree

7 files changed

+249
-244
lines changed

7 files changed

+249
-244
lines changed

lib/src/l10n/generated/quill_localizations_de.dart

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -215,27 +215,28 @@ class FlutterQuillLocalizationsDe extends FlutterQuillLocalizations {
215215
String get moveToNextOccurrence => 'Zum nächsten Auftreten springen';
216216

217217
@override
218-
String get savedUsingTheNetwork => 'Saved using the network';
218+
String get savedUsingTheNetwork => 'Mit dem Netzwerk gespeichert';
219219

220220
@override
221-
String get savedUsingLocalStorage => 'Saved using the local storage';
221+
String get savedUsingLocalStorage => 'Mit dem lokalen Speicher gespeichert';
222222

223223
@override
224224
String theImageHasBeenSavedAt(String imagePath) {
225225
return 'The image has been saved at: $imagePath';
226226
}
227227

228228
@override
229-
String get errorWhileSavingImage => 'Error while saving image';
229+
String get errorWhileSavingImage => 'Fehler beim Speichern des Bildes';
230230

231231
@override
232-
String get pleaseEnterTextForYourLink => "e.g., 'Learn more'";
232+
String get pleaseEnterTextForYourLink => "z.B. 'Mehr erfahren'";
233233

234234
@override
235-
String get pleaseEnterTheLinkURL => "e.g., 'https://example.com'";
235+
String get pleaseEnterTheLinkURL => "z.B. 'https://example.com'";
236236

237237
@override
238-
String get pleaseEnterAValidImageURL => 'Please enter a valid image URL';
238+
String get pleaseEnterAValidImageURL =>
239+
'Bitte geben Sie eine gültige Bild-URL ein';
239240

240241
@override
241242
String get pleaseEnterAValidVideoURL =>
@@ -255,19 +256,23 @@ class FlutterQuillLocalizationsDe extends FlutterQuillLocalizations {
255256
String get insertImage => 'Bild einfügen';
256257

257258
@override
258-
String get pickAPhotoFromYourGallery => 'Pick a photo from your gallery';
259+
String get pickAPhotoFromYourGallery =>
260+
'Wählen Sie ein Foto aus Ihrer Galerie';
259261

260262
@override
261-
String get takeAPhotoUsingYourCamera => 'Take a photo using your camera';
263+
String get takeAPhotoUsingYourCamera =>
264+
'Machen Sie ein Foto mit Ihrer Kamera';
262265

263266
@override
264-
String get pasteAPhotoUsingALink => 'Paste a photo using a link';
267+
String get pasteAPhotoUsingALink => 'Fügen Sie ein Foto über einen Link ein';
265268

266269
@override
267-
String get pickAVideoFromYourGallery => 'Pick a video from your gallery';
270+
String get pickAVideoFromYourGallery =>
271+
'Wählen Sie ein Video aus Ihrer Galerie';
268272

269273
@override
270-
String get recordAVideoUsingYourCamera => 'Record a video using your camera';
274+
String get recordAVideoUsingYourCamera =>
275+
'Nehmen Sie ein Video mit Ihrer Kamera auf';
271276

272277
@override
273278
String get pasteAVideoUsingALink => 'Paste a video using a link';

lib/src/l10n/generated/quill_localizations_es.dart

Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -77,64 +77,64 @@ class FlutterQuillLocalizationsEs extends FlutterQuillLocalizations {
7777
String get video => 'Vídeo';
7878

7979
@override
80-
String get undo => 'Undo';
80+
String get undo => 'Deshacer';
8181

8282
@override
83-
String get redo => 'Redo';
83+
String get redo => 'Rehacer';
8484

8585
@override
86-
String get fontFamily => 'Font family';
86+
String get fontFamily => 'Familia de fuentes';
8787

8888
@override
89-
String get fontSize => 'Font size';
89+
String get fontSize => 'Tamaño de fuente';
9090

9191
@override
92-
String get bold => 'Bold';
92+
String get bold => 'Negrita';
9393

9494
@override
95-
String get subscript => 'Subscript';
95+
String get subscript => 'Subíndice';
9696

9797
@override
98-
String get superscript => 'Superscript';
98+
String get superscript => 'Superíndice';
9999

100100
@override
101-
String get italic => 'Italic';
101+
String get italic => 'Cursiva';
102102

103103
@override
104-
String get underline => 'Underline';
104+
String get underline => 'Subrayado';
105105

106106
@override
107-
String get strikeThrough => 'Strike through';
107+
String get strikeThrough => 'Tachado';
108108

109109
@override
110-
String get inlineCode => 'Inline code';
110+
String get inlineCode => 'Código en línea';
111111

112112
@override
113-
String get fontColor => 'Font color';
113+
String get fontColor => 'Color de fuente';
114114

115115
@override
116-
String get backgroundColor => 'Background color';
116+
String get backgroundColor => 'Color de fondo';
117117

118118
@override
119-
String get clearFormat => 'Clear format';
119+
String get clearFormat => 'Quitar formato';
120120

121121
@override
122-
String get alignLeft => 'Align left';
122+
String get alignLeft => 'Alinear a la izquierda';
123123

124124
@override
125-
String get alignCenter => 'Align center';
125+
String get alignCenter => 'Centrar';
126126

127127
@override
128-
String get alignRight => 'Align right';
128+
String get alignRight => 'Alinear a la derecha';
129129

130130
@override
131-
String get justifyWinWidth => 'Justify win width';
131+
String get justifyWinWidth => 'Justificar';
132132

133133
@override
134-
String get textDirection => 'Text direction';
134+
String get textDirection => 'Dirección del texto';
135135

136136
@override
137-
String get headerStyle => 'Header style';
137+
String get headerStyle => 'Estilo de encabezado';
138138

139139
@override
140140
String get normal => 'Normal';
@@ -158,43 +158,43 @@ class FlutterQuillLocalizationsEs extends FlutterQuillLocalizations {
158158
String get heading6 => 'Heading 6';
159159

160160
@override
161-
String get numberedList => 'Numbered list';
161+
String get numberedList => 'Lista numerada';
162162

163163
@override
164-
String get bulletList => 'Bullet list';
164+
String get bulletList => 'Lista con viñetas';
165165

166166
@override
167-
String get checkedList => 'Checked list';
167+
String get checkedList => 'Lista de comprobación';
168168

169169
@override
170-
String get codeBlock => 'Code block';
170+
String get codeBlock => 'Bloque de código';
171171

172172
@override
173-
String get quote => 'Quote';
173+
String get quote => 'Cita';
174174

175175
@override
176-
String get increaseIndent => 'Increase indent';
176+
String get increaseIndent => 'Aumentar sangría';
177177

178178
@override
179-
String get decreaseIndent => 'Decrease indent';
179+
String get decreaseIndent => 'Disminuir sangría';
180180

181181
@override
182-
String get insertURL => 'Insert URL';
182+
String get insertURL => 'Insertar URL';
183183

184184
@override
185-
String get visitLink => 'Visit link';
185+
String get visitLink => 'Visitar enlace';
186186

187187
@override
188-
String get enterLink => 'Enter link';
188+
String get enterLink => 'Introducir enlace';
189189

190190
@override
191-
String get enterMedia => 'Enter media';
191+
String get enterMedia => 'Insertar medio';
192192

193193
@override
194-
String get edit => 'Edit';
194+
String get edit => 'Editar';
195195

196196
@override
197-
String get apply => 'Apply';
197+
String get apply => 'Aplicar';
198198

199199
@override
200200
String get hex => 'Hex';
@@ -206,36 +206,37 @@ class FlutterQuillLocalizationsEs extends FlutterQuillLocalizations {
206206
String get color => 'Color';
207207

208208
@override
209-
String get findText => 'Find text';
209+
String get findText => 'Buscar texto';
210210

211211
@override
212-
String get moveToPreviousOccurrence => 'Move to previous occurrence';
212+
String get moveToPreviousOccurrence => 'Ir a la ocurrencia anterior';
213213

214214
@override
215-
String get moveToNextOccurrence => 'Move to next occurrence';
215+
String get moveToNextOccurrence => 'Ir a la siguiente ocurrencia';
216216

217217
@override
218-
String get savedUsingTheNetwork => 'Saved using the network';
218+
String get savedUsingTheNetwork => 'Guardado usando la red';
219219

220220
@override
221-
String get savedUsingLocalStorage => 'Saved using the local storage';
221+
String get savedUsingLocalStorage => 'Guardado usando almacenamiento local';
222222

223223
@override
224224
String theImageHasBeenSavedAt(String imagePath) {
225225
return 'The image has been saved at: $imagePath';
226226
}
227227

228228
@override
229-
String get errorWhileSavingImage => 'Error while saving image';
229+
String get errorWhileSavingImage => 'Error al guardar imagen';
230230

231231
@override
232-
String get pleaseEnterTextForYourLink => "e.g., 'Learn more'";
232+
String get pleaseEnterTextForYourLink => "p.ej., 'Aprende más'";
233233

234234
@override
235-
String get pleaseEnterTheLinkURL => "e.g., 'https://example.com'";
235+
String get pleaseEnterTheLinkURL => "p.ej., 'https://example.com'";
236236

237237
@override
238-
String get pleaseEnterAValidImageURL => 'Please enter a valid image URL';
238+
String get pleaseEnterAValidImageURL =>
239+
'Por favor, introduzca una URL de imagen válida';
239240

240241
@override
241242
String get pleaseEnterAValidVideoURL =>
@@ -249,25 +250,25 @@ class FlutterQuillLocalizationsEs extends FlutterQuillLocalizations {
249250

250251
@override
251252
String get caseSensitivityAndWholeWordSearch =>
252-
'Sensibilidad a mayúsculas y minúsculas y búsqueda de palabras completas';
253+
'Sensibilidad a mayúsculas y búsqueda de palabras completas';
253254

254255
@override
255256
String get insertImage => 'Insertar imagen';
256257

257258
@override
258-
String get pickAPhotoFromYourGallery => 'Pick a photo from your gallery';
259+
String get pickAPhotoFromYourGallery => 'Elige una foto de tu galería';
259260

260261
@override
261-
String get takeAPhotoUsingYourCamera => 'Take a photo using your camera';
262+
String get takeAPhotoUsingYourCamera => 'Toma una foto con tu cámara';
262263

263264
@override
264-
String get pasteAPhotoUsingALink => 'Paste a photo using a link';
265+
String get pasteAPhotoUsingALink => 'Pega una foto usando un enlace';
265266

266267
@override
267-
String get pickAVideoFromYourGallery => 'Pick a video from your gallery';
268+
String get pickAVideoFromYourGallery => 'Elige un video de tu galería';
268269

269270
@override
270-
String get recordAVideoUsingYourCamera => 'Record a video using your camera';
271+
String get recordAVideoUsingYourCamera => 'Graba un video con tu cámara';
271272

272273
@override
273274
String get pasteAVideoUsingALink => 'Paste a video using a link';

0 commit comments

Comments
 (0)