Translation alignJustify

pull/1909/head
AtlasAutocode 10 months ago
parent 129f173146
commit f7d829e8eb
  1. 8
      lib/src/l10n/generated/quill_localizations.dart
  2. 3
      lib/src/l10n/generated/quill_localizations_ar.dart
  3. 3
      lib/src/l10n/generated/quill_localizations_bg.dart
  4. 3
      lib/src/l10n/generated/quill_localizations_bn.dart
  5. 3
      lib/src/l10n/generated/quill_localizations_cs.dart
  6. 3
      lib/src/l10n/generated/quill_localizations_da.dart
  7. 3
      lib/src/l10n/generated/quill_localizations_de.dart
  8. 5
      lib/src/l10n/generated/quill_localizations_en.dart
  9. 3
      lib/src/l10n/generated/quill_localizations_es.dart
  10. 3
      lib/src/l10n/generated/quill_localizations_fa.dart
  11. 3
      lib/src/l10n/generated/quill_localizations_fr.dart
  12. 3
      lib/src/l10n/generated/quill_localizations_he.dart
  13. 3
      lib/src/l10n/generated/quill_localizations_hi.dart
  14. 3
      lib/src/l10n/generated/quill_localizations_id.dart
  15. 3
      lib/src/l10n/generated/quill_localizations_it.dart
  16. 3
      lib/src/l10n/generated/quill_localizations_ja.dart
  17. 3
      lib/src/l10n/generated/quill_localizations_ko.dart
  18. 3
      lib/src/l10n/generated/quill_localizations_ku.dart
  19. 3
      lib/src/l10n/generated/quill_localizations_ms.dart
  20. 3
      lib/src/l10n/generated/quill_localizations_ne.dart
  21. 3
      lib/src/l10n/generated/quill_localizations_nl.dart
  22. 3
      lib/src/l10n/generated/quill_localizations_no.dart
  23. 3
      lib/src/l10n/generated/quill_localizations_pl.dart
  24. 3
      lib/src/l10n/generated/quill_localizations_pt.dart
  25. 3
      lib/src/l10n/generated/quill_localizations_ro.dart
  26. 3
      lib/src/l10n/generated/quill_localizations_ru.dart
  27. 3
      lib/src/l10n/generated/quill_localizations_sk.dart
  28. 3
      lib/src/l10n/generated/quill_localizations_sr.dart
  29. 3
      lib/src/l10n/generated/quill_localizations_sv.dart
  30. 3
      lib/src/l10n/generated/quill_localizations_sw.dart
  31. 3
      lib/src/l10n/generated/quill_localizations_tk.dart
  32. 3
      lib/src/l10n/generated/quill_localizations_tr.dart
  33. 3
      lib/src/l10n/generated/quill_localizations_uk.dart
  34. 3
      lib/src/l10n/generated/quill_localizations_ur.dart
  35. 3
      lib/src/l10n/generated/quill_localizations_vi.dart
  36. 3
      lib/src/l10n/generated/quill_localizations_zh.dart
  37. 6
      lib/src/l10n/quill_en.arb
  38. 40
      lib/src/l10n/untranslated.json
  39. 5
      lib/src/widgets/toolbar/buttons/toggle_style_button.dart
  40. 2
      scripts/ensure_translations_correct.dart

@ -415,10 +415,16 @@ abstract class FlutterQuillLocalizations {
/// **'Align right'**
String get alignRight;
/// Justify the text over the full window width
///
/// In en, this message translates to:
/// **'Align justify'**
String get alignJustify;
/// No description provided for @justifyWinWidth.
///
/// In en, this message translates to:
/// **'Justify'**
/// **'Justify win width'**
String get justifyWinWidth;
/// No description provided for @textDirection.

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsAr extends FlutterQuillLocalizations {
@override
String get alignRight => 'محاذاة اليمين';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'تبرير مع العرض';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsBg extends FlutterQuillLocalizations {
@override
String get alignRight => 'Подравни вдясно';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Подравни във всяка колонка';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsBn extends FlutterQuillLocalizations {
@override
String get alignRight => 'ন সিবদ';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'রসর সযত';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsCs extends FlutterQuillLocalizations {
@override
String get alignRight => 'Zarovnat vpravo';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Zarovnat do bloku';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsDa extends FlutterQuillLocalizations {
@override
String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsDe extends FlutterQuillLocalizations {
@override
String get alignRight => 'Rechtsbündig ausrichten';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Blocksatz';

@ -128,7 +128,10 @@ class FlutterQuillLocalizationsEn extends FlutterQuillLocalizations {
String get alignRight => 'Align right';
@override
String get justifyWinWidth => 'Justify';
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justify win width';
@override
String get textDirection => 'Text direction';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsEs extends FlutterQuillLocalizations {
@override
String get alignRight => 'Alinear a la derecha';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justificar';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsFa extends FlutterQuillLocalizations {
@override
String get alignRight => 'چیدمان راست';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'تضمین عرض پنجره';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsFr extends FlutterQuillLocalizations {
@override
String get alignRight => 'Aligner à droite';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justifier';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsHe extends FlutterQuillLocalizations {
@override
String get alignRight => 'יישור לימין';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'יישור לרוחב החלון';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsHi extends FlutterQuillLocalizations {
@override
String get alignRight => 'ित कर';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'जसिन च';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsId extends FlutterQuillLocalizations {
@override
String get alignRight => 'Rata Kanan';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Rata Kanan dan Kiri';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsIt extends FlutterQuillLocalizations {
@override
String get alignRight => 'Allinea a destra';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Giustifica per larghezza finestra';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsJa extends FlutterQuillLocalizations {
@override
String get alignRight => '右揃え';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => '両端揃え';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsKo extends FlutterQuillLocalizations {
@override
String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsKu extends FlutterQuillLocalizations {
@override
String get alignRight => 'بۆ ڕاست';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'پانی ڕێکبخە';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsMs extends FlutterQuillLocalizations {
@override
String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsNe extends FlutterQuillLocalizations {
@override
String get alignRight => ' पङिबद';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'जसिन च';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsNl extends FlutterQuillLocalizations {
@override
String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsNo extends FlutterQuillLocalizations {
@override
String get alignRight => 'Høyrejuster';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Rettferdiggjør bredden';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsPl extends FlutterQuillLocalizations {
@override
String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsPt extends FlutterQuillLocalizations {
@override
String get alignRight => 'Align right';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsRo extends FlutterQuillLocalizations {
@override
String get alignRight => 'Aliniază la dreapta';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justifică lățimea ferestrei';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsRu extends FlutterQuillLocalizations {
@override
String get alignRight => 'Выровнять по правому краю';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Выровнять по ширине окна';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsSk extends FlutterQuillLocalizations {
@override
String get alignRight => 'Zarovnať vpravo';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Zarovnať na šírku okna';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsSr extends FlutterQuillLocalizations {
@override
String get alignRight => 'Poravnanje desno';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Centriraj širinu prozora';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsSv extends FlutterQuillLocalizations {
@override
String get alignRight => 'Högerjustera';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justera till fönsterbredd';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsSw extends FlutterQuillLocalizations {
@override
String get alignRight => 'Pangilia Kulia';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Kuhalalisha Upana wa Ushindi';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsTk extends FlutterQuillLocalizations {
@override
String get alignRight => 'Saga deňleşdir';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Justify win width';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsTr extends FlutterQuillLocalizations {
@override
String get alignRight => 'Sağa Hizala';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Kenarlara Hizala';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsUk extends FlutterQuillLocalizations {
@override
String get alignRight => 'Вирівняти праворуч';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Вирівняти за шириною вікна';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsUr extends FlutterQuillLocalizations {
@override
String get alignRight => 'دائیں ہم آہنگ ہوں';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'جسٹیفائی ون چوڑائی';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsVi extends FlutterQuillLocalizations {
@override
String get alignRight => 'Căn phải';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => 'Căn đều chiều rộng';

@ -127,6 +127,9 @@ class FlutterQuillLocalizationsZh extends FlutterQuillLocalizations {
@override
String get alignRight => '右对齐';
@override
String get alignJustify => 'Align justify';
@override
String get justifyWinWidth => '两端对齐';

@ -41,7 +41,11 @@
"alignLeft": "Align left",
"alignCenter": "Align center",
"alignRight": "Align right",
"justifyWinWidth": "Justify",
"alignJustify": "Align justify",
"@alignJustify": {
"description": "Justify the text over the full window width"
},
"justifyWinWidth": "Justify win width",
"textDirection": "Text direction",
"headerStyle": "Header style",
"normal": "Normal",

@ -1,5 +1,6 @@
{
"ar": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -10,6 +11,7 @@
],
"bg": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -33,6 +35,7 @@
],
"bn": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -56,6 +59,7 @@
],
"cs": [
"alignJustify",
"caseSensitive",
"wholeWord",
"close",
@ -65,6 +69,7 @@
],
"da": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -88,6 +93,7 @@
],
"de": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -106,6 +112,7 @@
],
"en_US": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -129,6 +136,7 @@
],
"es": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -147,6 +155,7 @@
],
"fa": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -170,6 +179,7 @@
],
"fr": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -180,6 +190,7 @@
],
"he": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -203,6 +214,7 @@
],
"hi": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -226,6 +238,7 @@
],
"id": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -249,6 +262,7 @@
],
"it": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -272,6 +286,7 @@
],
"ja": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -295,6 +310,7 @@
],
"ko": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -318,6 +334,7 @@
],
"ku": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -328,6 +345,7 @@
],
"ku_CKB": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -338,6 +356,7 @@
],
"ms": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -361,6 +380,7 @@
],
"ne": [
"alignJustify",
"caseSensitive",
"wholeWord",
"close",
@ -370,6 +390,7 @@
],
"nl": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -393,6 +414,7 @@
],
"no": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -416,6 +438,7 @@
],
"pl": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -439,6 +462,7 @@
],
"pt": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -462,6 +486,7 @@
],
"pt_BR": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -485,6 +510,7 @@
],
"ro": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -495,6 +521,7 @@
],
"ro_RO": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -505,6 +532,7 @@
],
"ru": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -523,6 +551,7 @@
],
"sk": [
"alignJustify",
"caseSensitive",
"wholeWord",
"close",
@ -532,6 +561,7 @@
],
"sr": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -555,6 +585,7 @@
],
"sv": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -565,6 +596,7 @@
],
"sw": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -588,6 +620,7 @@
],
"tk": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -611,6 +644,7 @@
],
"tr": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -634,6 +668,7 @@
],
"uk": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -644,6 +679,7 @@
],
"ur": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -667,6 +703,7 @@
],
"vi": [
"alignJustify",
"normal",
"heading1",
"heading2",
@ -690,6 +727,7 @@
],
"zh": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -700,6 +738,7 @@
],
"zh_CN": [
"alignJustify",
"theImageHasBeenSavedAt",
"caseSensitive",
"wholeWord",
@ -710,6 +749,7 @@
],
"zh_HK": [
"alignJustify",
"normal",
"heading1",
"heading2",

@ -78,10 +78,7 @@ class QuillToolbarToggleStyleButtonState
'left' => (context.loc.alignLeft, Icons.format_align_left),
'right' => (context.loc.alignRight, Icons.format_align_right),
'center' => (context.loc.alignCenter, Icons.format_align_center),
'justify' => (
context.loc.justifyWinWidth,
Icons.format_align_justify
),
'justify' => (context.loc.alignJustify, Icons.format_align_justify),
Object() => throw ArgumentError(widget.attribute.value),
null => (context.loc.alignCenter, Icons.format_align_center),
};

@ -18,7 +18,7 @@ import 'package:yaml/yaml.dart';
// This must be updated once add or remove some translation keys
// if you update existing keys, no need to update it
const _expectedTranslationKeysLength = 96;
const _expectedTranslationKeysLength = 98;
Future<void> main(List<String> args) async {
final l10nYamlText = await File('l10n.yaml').readAsString();

Loading…
Cancel
Save