mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
i18n: regenerate
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/// To regenerate, run: `dart run slang`
|
||||
///
|
||||
/// Locales: 41
|
||||
/// Strings: 12433 (303 per locale)
|
||||
/// Strings: 12436 (303 per locale)
|
||||
|
||||
// coverage:ignore-file
|
||||
// ignore_for_file: type=lint
|
||||
|
||||
@@ -158,6 +158,7 @@ class _StringsTroubleshootPagePl extends _StringsTroubleshootPageEn {
|
||||
@override String get solution => 'Rozwiązanie:';
|
||||
@override String get fixButton => 'Napraw automatycznie';
|
||||
@override late final _StringsTroubleshootPageFirewallPl firewall = _StringsTroubleshootPageFirewallPl._(_root);
|
||||
@override late final _StringsTroubleshootPageNoDiscoveryPl noDiscovery = _StringsTroubleshootPageNoDiscoveryPl._(_root);
|
||||
@override late final _StringsTroubleshootPageNoConnectionPl noConnection = _StringsTroubleshootPageNoConnectionPl._(_root);
|
||||
}
|
||||
|
||||
@@ -293,6 +294,7 @@ class _StringsAboutPagePl extends _StringsAboutPageEn {
|
||||
];
|
||||
@override String get author => 'Autor';
|
||||
@override String get contributors => 'Współautorzy';
|
||||
@override String get packagers => 'Pakujący';
|
||||
@override String get translators => 'Tłumacze';
|
||||
}
|
||||
|
||||
@@ -585,6 +587,17 @@ class _StringsTroubleshootPageFirewallPl extends _StringsTroubleshootPageFirewal
|
||||
@override String get openFirewall => 'Otwórz zaporę';
|
||||
}
|
||||
|
||||
// Path: troubleshootPage.noDiscovery
|
||||
class _StringsTroubleshootPageNoDiscoveryPl extends _StringsTroubleshootPageNoDiscoveryEn {
|
||||
_StringsTroubleshootPageNoDiscoveryPl._(_StringsPl root) : this._root = root, super._(root);
|
||||
|
||||
@override final _StringsPl _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get symptom => 'To urządzenie nie może wykryć innych urządzeń.';
|
||||
@override String get solution => 'Upewnij się, że wszystkie urządzenia są w tej samej sieci Wi-Fi i mają tę samą konfigurację (port, adres multiemisji, szyfrowanie). Możesz spróbować wpisać adres IP urządzenia docelowego ręcznie. Jeśli to zadziała, rozważ dodanie tego urządzenia do ulubionych, aby mogło zostać automatycznie wykryte w przyszłości.';
|
||||
}
|
||||
|
||||
// Path: troubleshootPage.noConnection
|
||||
class _StringsTroubleshootPageNoConnectionPl extends _StringsTroubleshootPageNoConnectionEn {
|
||||
_StringsTroubleshootPageNoConnectionPl._(_StringsPl root) : this._root = root, super._(root);
|
||||
|
||||
Reference in New Issue
Block a user