Bug fixes

This commit is contained in:
Juan Gilsanz Polo
2025-04-03 22:50:14 +02:00
parent 93ebb1de40
commit e18d949767
9 changed files with 91 additions and 29 deletions

View File

@@ -4,9 +4,9 @@
/// To regenerate, run: `dart run slang`
///
/// Locales: 3
/// Strings: 621 (207 per locale)
/// Strings: 624 (208 per locale)
///
/// Built on 2025-04-03 at 20:13 UTC
/// Built on 2025-04-03 at 20:45 UTC
// coverage:ignore-file
// ignore_for_file: type=lint
@@ -296,6 +296,7 @@ class _StringsWebviewEn {
String get copyLinkClipboard => 'Copy link to clipboard';
String get linkCopiedClipboard => 'Link copied to the clipboard.';
String get share => 'Share';
String get invalidBookmarkData => 'The bookmark has invalid data or it\'s corrupted.';
}
// Path: colors
@@ -709,6 +710,7 @@ class _StringsWebviewEs implements _StringsWebviewEn {
@override String get copyLinkClipboard => 'Copiar enlace al portapapeles';
@override String get linkCopiedClipboard => 'Enlace copiado al portapapeles.';
@override String get share => 'Compartir';
@override String get invalidBookmarkData => 'El marcador tiene datos inválidos o está corrupto.';
}
// Path: colors
@@ -1122,6 +1124,7 @@ class _StringsWebviewTr implements _StringsWebviewEn {
@override String get copyLinkClipboard => 'Bağlantıyı panoya kopyala';
@override String get linkCopiedClipboard => 'Bağlantı panoya kopyalandı.';
@override String get share => 'Paylaş';
@override String get invalidBookmarkData => 'The bookmark has invalid data or it\'s corrupted.';
}
// Path: colors
@@ -1566,6 +1569,7 @@ extension on Translations {
case 'webview.copyLinkClipboard': return 'Copy link to clipboard';
case 'webview.linkCopiedClipboard': return 'Link copied to the clipboard.';
case 'webview.share': return 'Share';
case 'webview.invalidBookmarkData': return 'The bookmark has invalid data or it\'s corrupted.';
case 'colors.red': return 'Red';
case 'colors.green': return 'Green';
case 'colors.blue': return 'Blue';
@@ -1781,6 +1785,7 @@ extension on _StringsEs {
case 'webview.copyLinkClipboard': return 'Copiar enlace al portapapeles';
case 'webview.linkCopiedClipboard': return 'Enlace copiado al portapapeles.';
case 'webview.share': return 'Compartir';
case 'webview.invalidBookmarkData': return 'El marcador tiene datos inválidos o está corrupto.';
case 'colors.red': return 'Rojo';
case 'colors.green': return 'Verde';
case 'colors.blue': return 'Azul';
@@ -1996,6 +2001,7 @@ extension on _StringsTr {
case 'webview.copyLinkClipboard': return 'Bağlantıyı panoya kopyala';
case 'webview.linkCopiedClipboard': return 'Bağlantı panoya kopyalandı.';
case 'webview.share': return 'Paylaş';
case 'webview.invalidBookmarkData': return 'The bookmark has invalid data or it\'s corrupted.';
case 'colors.red': return 'Kırmızı';
case 'colors.green': return 'Yeşil';
case 'colors.blue': return 'Mavi';

View File

@@ -227,7 +227,8 @@
"openInSystemBrowser": "Open in system browser",
"copyLinkClipboard": "Copy link to clipboard",
"linkCopiedClipboard": "Link copied to the clipboard.",
"share": "Share"
"share": "Share",
"invalidBookmarkData": "The bookmark has invalid data or it's corrupted."
},
"colors": {
"red": "Red",

View File

@@ -227,7 +227,8 @@
"openInSystemBrowser": "Abrir en el navegador del sistema",
"copyLinkClipboard": "Copiar enlace al portapapeles",
"linkCopiedClipboard": "Enlace copiado al portapapeles.",
"share": "Compartir"
"share": "Compartir",
"invalidBookmarkData": "El marcador tiene datos inválidos o está corrupto."
},
"colors": {
"red": "Rojo",

View File

@@ -227,7 +227,8 @@
"openInSystemBrowser": "Sistem tarayıcısında aç",
"copyLinkClipboard": "Bağlantıyı panoya kopyala",
"linkCopiedClipboard": "Bağlantı panoya kopyalandı.",
"share": "Paylaş"
"share": "Paylaş",
"invalidBookmarkData": "The bookmark has invalid data or it's corrupted."
},
"colors": {
"red": "Kırmızı",