Skip to content

Commit

Permalink
fixes review
Browse files Browse the repository at this point in the history
  • Loading branch information
karolgeneral committed Sep 25, 2024
1 parent ca5eddc commit f64b540
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions lib/i18n/strings.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// Locales: 1
/// Strings: 24
///
/// Built on 2024-09-23 at 13:35 UTC
/// Built on 2024-09-25 at 20:42 UTC
// coverage:ignore-file
// ignore_for_file: type=lint
Expand Down Expand Up @@ -189,8 +189,8 @@ class _StringsCompanyScreenEn {
String points({required Object score}) => '${score} pkt';
String get companyFriend => ' Ta firma jest przyjacielem Poli';
String get polaFriends => 'Przyjaciele Poli';
String get companyUnverified => 'Firma niezweryfikowana';
String get thankYou => 'Dziekujemy';
String get companyUnverified => 'Niestety, ta firma nie została jeszcze zweryfikowana, więc nie możemy wyświetlić jej oceny. Stale rozszerzamy naszą bazę, aby uwzględnić więcej firm.';
String get thankYou => 'Dziękujemy za cierpliwość!';
}

// Path: scan
Expand Down Expand Up @@ -230,8 +230,8 @@ extension on Translations {
case 'companyScreen.points': return ({required Object score}) => '${score} pkt';
case 'companyScreen.companyFriend': return ' Ta firma jest przyjacielem Poli';
case 'companyScreen.polaFriends': return 'Przyjaciele Poli';
case 'companyScreen.companyUnverified': return 'Firma niezweryfikowana';
case 'companyScreen.thankYou': return 'Dziekujemy';
case 'companyScreen.companyUnverified': return 'Niestety, ta firma nie została jeszcze zweryfikowana, więc nie możemy wyświetlić jej oceny. Stale rozszerzamy naszą bazę, aby uwzględnić więcej firm.';
case 'companyScreen.thankYou': return 'Dziękujemy za cierpliwość!';
case 'scan.scanning': return 'Skanowanie';
default: return null;
}
Expand Down
4 changes: 2 additions & 2 deletions lib/i18n/strings.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"points":"$score pkt",
"companyFriend": " Ta firma jest przyjacielem Poli",
"polaFriends": "Przyjaciele Poli",
"companyUnverified": "Firma niezweryfikowana",
"thankYou": "Dziekujemy"
"companyUnverified": "Niestety, ta firma nie została jeszcze zweryfikowana, więc nie możemy wyświetlić jej oceny. Stale rozszerzamy naszą bazę, aby uwzględnić więcej firm.",
"thankYou": "Dziękujemy za cierpliwość!"
},
"scan": {
"scanning": "Skanowanie"
Expand Down

0 comments on commit f64b540

Please sign in to comment.