-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* integration of the slang library and transfer of strings to the translation file # Conflicts: # lib/barcodes_panel.dart * add slang to barcode panel * review fixes/13 * fixes review/13 * fixes review/13 * fixes review/13 * fixes review/13 * fixes review/13 * fixes review/13 * fixes review/13
- Loading branch information
1 parent
092c8be
commit af04f85
Showing
11 changed files
with
507 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"appTitle": "Pola test codes", | ||
"barcodeList": "Barcode List", | ||
"description": "Description", | ||
"code": "Barcode", | ||
"addCode": "Add Barcode", | ||
"error": { | ||
"emptyDescription": "Description cannot be empty", | ||
"emptyCode": "Barcode cannot be empty", | ||
"invalidCode": "Invalid barcode" | ||
}, | ||
"codeType": "Code type", | ||
"barcodesDescription": { | ||
"companyNotVerified": "Company not verified", | ||
"companyVerifiedWithFullScores": "Company verified with full scores", | ||
"companyVerifiedWithIncompleteScores": "Company verified with incomplete scores", | ||
"internalCode": "Internal Code", | ||
"companyRegisteredOutsidePoland": "Company registered outside Poland", | ||
"companyRegisteredIn": "Company registered in...", | ||
"lidlOwnBrand": "Lidl's own brand", | ||
"polaFriend": "Pola's Friend", | ||
"extendedCompanyDescription": "Extended company description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"appTitle": "Kody testowe poli", | ||
"barcodeList": "Lista Kodów Kreskowych", | ||
"description": "Opis", | ||
"code": "Kod kreskowy", | ||
"addCode": "Dodaj kod kreskowy", | ||
"error": { | ||
"emptyDescription": "Opis nie może być pusty", | ||
"emptyCode": "Kod kreskowy nie może być pusty", | ||
"invalidCode": "Nieprawidłowy kod kreskowy" | ||
}, | ||
"codeType": "Typ kodu", | ||
"barcodesDescription": { | ||
"companyNotVerified": "Firma nie zweryfikowana", | ||
"companyVerifiedWithFullScores": "Firma zweryfikowana z pełną punktacją", | ||
"companyVerifiedWithIncompleteScores": "Firma zweryfikowana z niepełną punktacją", | ||
"internalCode": "Kod wewnętrzny", | ||
"companyRegisteredOutsidePoland": "Firma zarejestrowana poza Polską", | ||
"companyRegisteredIn": "Firma zarejerstrowana w ...", | ||
"lidlOwnBrand": "Marka własna Lidla", | ||
"polaFriend": "Przyjaciel Poli", | ||
"extendedCompanyDescription": "Rozszerzony opis firmy" | ||
} | ||
} |
Oops, something went wrong.