-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
feec83e
commit 6d4dde4
Showing
6 changed files
with
137 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
export const translationsMock: TranslatedProperty[] = [ | ||
{ | ||
field: 'ProductName', | ||
context: '319901251', | ||
translation: 'Apple Iphone 11 128gb 6.1" 12mp Purple', | ||
}, | ||
{ | ||
field: 'CategoryName', | ||
context: '14', | ||
translation: 'Phones, Smartphones and Smartwatches', | ||
}, | ||
{ | ||
field: 'CategoryName', | ||
context: '356', | ||
translation: 'Phones', | ||
}, | ||
{ | ||
field: 'Description', | ||
context: '319901251', | ||
translation: `READ WITH ATTENTION: | ||
What is a Showcase Device: | ||
Showcase device coming directly from the factory, where parts may be exchanged due to launch time and store display, such as: | ||
Screen, Battery, Housing, Camera, Power Connector, etc... | ||
Direct Warranty with Us of 3 Months for Manufacturing Defects and 7 Days for Return and Exchange | ||
We do not guarantee Water Resistance on the Device due to its launch time and the device has already had parts replaced. | ||
Battery above 85% percent | ||
No Original Box | ||
Working FaceID and Clean Icloud | ||
Original device tested and working | ||
Box Contents: | ||
Showcase Apparatus | ||
Lightning cable | ||
Source Toast | ||
Gift Case (According to Stock) | ||
Toast Film`, | ||
}, | ||
{ | ||
field: 'BrandName', | ||
context: '2000005', | ||
translation: 'Apple', | ||
}, | ||
{ | ||
field: 'SpecificationName', | ||
context: '30', | ||
translation: 'Variant_Color', | ||
}, | ||
{ | ||
field: 'SpecificationValue', | ||
context: 'Roxo/Lilas', | ||
translation: 'Purple', | ||
}, | ||
{ | ||
field: 'SkuName', | ||
context: '326782298', | ||
translation: 'Apple Iphone 11 128gb 6.1" 12mp Purple', | ||
}, | ||
] |
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