Update l10n

This commit is contained in:
kodjomoustapha 2024-04-15 13:03:30 +01:00
parent 0d94154223
commit b20816c056
15 changed files with 45 additions and 19 deletions

View file

@ -319,5 +319,7 @@
"background": "الخلفية",
"no_subtite_warning_message": "لا تؤثر لأنه لا توجد مسارات ترجمة في هذا الفيديو",
"grid_size": "حجم الشبكة",
"n_per_row": "{n} في الصف الواحد"
"n_per_row": "{n} في الصف الواحد",
"horizontal_continious": "مستمر أفقياً",
"edit_code": "تحرير الكود"
}

View file

@ -319,5 +319,7 @@
"background": "Hintergrund",
"no_subtite_warning_message": "Hat keine Wirkung, da in diesem Video keine Untertitelspuren vorhanden sind",
"grid_size": "Rastergröße",
"n_per_row": "{n} pro Zeile"
"n_per_row": "{n} pro Zeile",
"horizontal_continious": "Horizontal kontinuierlich",
"edit_code": "Code bearbeiten"
}

View file

@ -321,5 +321,7 @@
"background": "Background",
"no_subtite_warning_message": "Has no effect because there aren't any subtitle tracks in this video",
"grid_size": "Grid size",
"n_per_row": "{n} per row"
"n_per_row": "{n} per row",
"horizontal_continious": "Horizontal continuous",
"edit_code": "Edit code"
}

View file

@ -319,5 +319,7 @@
"background": "Fondo",
"no_subtite_warning_message": "No tiene efecto porque no hay pistas de subtítulos en este vídeo",
"grid_size": "Tamaño de la cuadrícula",
"n_per_row": "{n} por fila"
"n_per_row": "{n} por fila",
"horizontal_continious": "Horizontal continuo",
"edit_code": "Editar código"
}

View file

@ -319,5 +319,7 @@
"background": "Fondo",
"no_subtite_warning_message": "No tiene efecto porque no hay pistas de subtítulos en este video",
"grid_size": "Tamaño de la cuadrícula",
"n_per_row": "{n} por fila"
"n_per_row": "{n} por fila",
"horizontal_continious": "Continuo horizontal",
"edit_code": "Código de edición"
}

View file

@ -320,5 +320,7 @@
"background": "Arrière-plan",
"no_subtite_warning_message": "N'a aucun effet car il n'y a pas de pistes de sous-titres dans cette vidéo",
"grid_size": "Taille de la grille",
"n_per_row": "{n} par ligne"
"n_per_row": "{n} par ligne",
"horizontal_continious": "Horizontal continu",
"edit_code": "Modifier le code"
}

View file

@ -319,5 +319,7 @@
"background": "Latar Belakang",
"no_subtite_warning_message": "Tidak berpengaruh karena tidak ada trek subtitle dalam video ini",
"grid_size": "Ukuran Grid",
"n_per_row": "{n} per baris"
"n_per_row": "{n} per baris",
"horizontal_continious": "Lanjutan Horizontal",
"edit_code": "Kode Edit"
}

View file

@ -319,5 +319,7 @@
"background": "Sfondo",
"no_subtite_warning_message": "Non ha effetto perché non ci sono tracce sottotitoli in questo video",
"grid_size": "Dimensione griglia",
"n_per_row": "{n} per riga"
"n_per_row": "{n} per riga",
"horizontal_continious": "Orizzontale continuo",
"edit_code": "Modifica codice"
}

View file

@ -319,5 +319,7 @@
"background": "Fundo",
"no_subtite_warning_message": "Não tem efeito porque não há faixas de legendas neste vídeo",
"grid_size": "Tamanho da grade",
"n_per_row": "{n} por linha"
"n_per_row": "{n} por linha",
"horizontal_continious": "Contínuo horizontal",
"edit_code": "Editar código"
}

View file

@ -319,5 +319,7 @@
"background": "Fundo",
"no_subtite_warning_message": "Não tem efeito porque não há faixas de legenda neste vídeo",
"grid_size": "Tamanho da grade",
"n_per_row": "{n} por linha"
"n_per_row": "{n} por linha",
"horizontal_continious": "Contínuo horizontal",
"edit_code": "Editar código"
}

View file

@ -319,5 +319,7 @@
"background": "Фон",
"no_subtite_warning_message": "Не имеет эффекта, потому что в этом видео нет субтитров",
"grid_size": "Размер сетки",
"n_per_row": "{n} в ряд"
"n_per_row": "{n} в ряд",
"horizontal_continious": "Горизонтальное непрерывное",
"edit_code": "Редактировать код"
}

View file

@ -319,5 +319,7 @@
"background": "Arka Plan",
"no_subtite_warning_message": "Bu videoda altyazı parçaları olmadığı için etkisi yok",
"grid_size": "Kılavuz Boyutu",
"n_per_row": "{n} satır başına"
"n_per_row": "{n} satır başına",
"horizontal_continious": "Yatay sürekli",
"edit_code": "Kodu düzenle"
}

View file

@ -321,5 +321,7 @@
"background": "背景",
"no_subtite_warning_message": "由于此视频中没有字幕轨道,因此无效。",
"grid_size": "网格大小",
"n_per_row": "{n} 每行"
"n_per_row": "{n} 每行",
"horizontal_continious": "水平连续",
"edit_code": "编辑代码"
}

View file

@ -154,18 +154,18 @@ class _ExtensionDetailState extends ConsumerState<ExtensionDetail> {
});
}
},
child: const Row(
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Padding(
padding: EdgeInsets.symmetric(horizontal: 10),
padding: const EdgeInsets.symmetric(horizontal: 10),
child: Text(
"Edit code",
style: TextStyle(
l10n.edit_code,
style: const TextStyle(
fontSize: 20, fontWeight: FontWeight.bold),
),
),
Icon(Icons.code)
const Icon(Icons.code)
],
)),
),

View file

@ -368,7 +368,7 @@ String getReaderModeName(ReaderMode readerMode, BuildContext context) {
context.l10n.reading_mode_vertical_continuous,
ReaderMode.ltr => context.l10n.reading_mode_left_to_right,
ReaderMode.rtl => context.l10n.reading_mode_right_to_left,
ReaderMode.horizontalContinuous => "Horizontal Continuous",
ReaderMode.horizontalContinuous => context.l10n.horizontal_continious,
_ => context.l10n.reading_mode_webtoon
};
}