This commit is contained in:
kifio
2017-09-21 09:11:48 +03:00
parent 912aa2248f
commit 78fe8f01bd
16 changed files with 196 additions and 53 deletions

View File

@@ -47,8 +47,57 @@ class MessageLookup extends MessageLookupByLibrary {
"ruble" : MessageLookupByLibrary.simpleMessage("Ruble"),
"dollar" : MessageLookupByLibrary.simpleMessage("Dollar"),
"hryvna" : MessageLookupByLibrary.simpleMessage("Hryvna"),
"nominative_ruble": MessageLookupByLibrary.simpleMessage("Rublo"),
"singular_ruble": MessageLookupByLibrary.simpleMessage("Rublo"),
"plural_ruble": MessageLookupByLibrary.simpleMessage("Rublos"),
"nominative_dollar": MessageLookupByLibrary.simpleMessage("Dólar Dolares"),
"singular_dollar": MessageLookupByLibrary.simpleMessage("Dólar Dolares"),
"plural_dollar": MessageLookupByLibrary.simpleMessage("Dólar Dolares"),
"nominative_hryvna": MessageLookupByLibrary.simpleMessage("Hryvnia"),
"singular_hryvna": MessageLookupByLibrary.simpleMessage("Hryvnia"),
"plural_hryvna": MessageLookupByLibrary.simpleMessage("Hryvnia"),
"nominative_tenge": MessageLookupByLibrary.simpleMessage("Tenge"),
"singular_tenge": MessageLookupByLibrary.simpleMessage("Tenge"),
"plural_tenge": MessageLookupByLibrary.simpleMessage("Tenge"),
"nominative_euro": MessageLookupByLibrary.simpleMessage("Euro"),
"singular_euro": MessageLookupByLibrary.simpleMessage("Euro"),
"plural_euro": MessageLookupByLibrary.simpleMessage("Euro"),
"registration_guide": MessageLookupByLibrary.simpleMessage('''
Después del inicio de una aplicación móvil usted será movido a la página del registro del negocio. Ponga DIN del negocio (DIN está generada por el sistema en el paso del registro del negocio).
''')
Store log in screen is the first thing you will see after starting the application.
Enter the store number (DIN). You can look it up in the loyalty program control panel. If you do not have access to the control panel, ask the administrator.
Click the ""Login"" button.
Please wait while the administrator activates your request. You can refresh your store activation status by pressing the ""Update activation status"" button.
After the administrator activates your request, click the ""Complete activation"" button. The application is ready to use.
If you want to log in as another store, click the Menu button (upper right corner of the screen) and select "Exit".
'''),
"usage_guide": MessageLookupByLibrary.simpleMessage('''
Step 1:
Launch this application and scan your customer's loyalty card using the built in scanner.
If the scan is successful, the customer's information will appear on the screen.
Step 2:
Enter the purchase amount and click the ""Create a purchase"" button.
In a pop-up window press ""YES"" to confirm the amount and allot the points to a customer.
If you want to correct the amount, press ""NO"" and you will return back to the purchase screen where you can adjust the amount.
'''),
"support_guide": MessageLookupByLibrary.simpleMessage('''
Always recommend your customers to install your loyalty card app, so they can participate in your loyalty program.
If you have any problems with the application, feel free to contact the support.
Phone:\n%s\n
Our website:\n%s'''),
"common_guide": MessageLookupByLibrary.simpleMessage('''
To improve barcode scanning quality, adjust the distance between the camera and the barcode so that the border around the barcode (if any) is not visible. Otherwise the vertical lines of the border could be wrongly considered as part of the code.''')
};
}