initial commit to gitea

This commit is contained in:
2022-03-10 00:47:26 -05:00
parent 808ffa3211
commit f504e213a0
93 changed files with 4394 additions and 1539 deletions

View File

@@ -35,53 +35,57 @@ class MessageLookup extends MessageLookupByLibrary {
static m7(discount) => "-\$${discount}";
static m8(oss) => "Download at ${oss}";
static m8(domain) => "${domain} (available)";
static m9(expirationDate) => "Expires on ${expirationDate}";
static m9(domain) => "${domain} (unavailable)";
static m10(mon, yer) => "Exp: ${mon}/${yer}";
static m10(oss) => "Download at ${oss}";
static m11(name, rate) => "${name}(${rate}%)";
static m11(expirationDate) => "Expires on ${expirationDate}";
static m12(num) => "${num} follow-ups";
static m12(mon, yer) => "Exp: ${mon}/${yer}";
static m13(second) => "Retry after ${second}s";
static m13(name, rate) => "${name}(${rate}%)";
static m14(hours) => "${Intl.plural(hours, one: '1 hr', other: '${hours} hrs')}";
static m14(num) => "${num} follow-ups";
static m15(minamount) => "\$${minamount}+";
static m15(second) => "Retry after ${second}s";
static m16(shipfee) => "Delivery \$${shipfee}+";
static m16(hours) => "${Intl.plural(hours, one: '1 hr', other: '${hours} hrs')}";
static m17(minutes) => "${Intl.plural(minutes, one: '1 min', other: '${minutes} mins')}";
static m17(minamount) => "\$${minamount}+";
static m18(minprice) => "${minprice} more";
static m18(shipfee) => "Delivery \$${shipfee}+";
static m19(amount) => "Pay \$${amount} now";
static m19(minutes) => "${Intl.plural(minutes, one: '1 min', other: '${minutes} mins')}";
static m20(method) => "Pay with ${method}";
static m20(minprice) => "${minprice} more";
static m21(mobile) => "Payment verification code has been sent to your mobile phone ${mobile}. Please enter the verification code below.";
static m21(amount) => "Pay \$${amount} now";
static m22(discount) => "${discount}%off";
static m22(method) => "Pay with ${method}";
static m23(amount, discount) => "-\$${amount}(${discount}%off)";
static m23(p1, p2) => "Payment verification code has been sent to your ${p1} ${p2}. Please enter the verification code below.";
static m24(optionName) => "Please choice ${optionName}.";
static m24(discount) => "${discount}%off";
static m25(sold_qty) => " ${sold_qty} sold/mo";
static m25(amount, discount) => "-\$${amount}(${discount}%off)";
static m26(subtotal) => "Subtotal: ${subtotal}";
static m26(optionName) => "Please choice ${optionName}.";
static m27(num) => "Table#: ${num}";
static m27(sold_qty) => " ${sold_qty} sold/mo";
static m28(num) => "Ticket #${num}";
static m28(subtotal) => "Subtotal: ${subtotal}";
static m29(time) => "Today ${time}";
static m29(num) => "Table#: ${num}";
static m30(time) => "Tomorrow ${time}";
static m30(num) => "Ticket #${num}";
static m31(weight) => "Weight: ${weight}";
static m31(time) => "Today ${time}";
static m32(time) => "Tomorrow ${time}";
static m33(weight) => "Weight: ${weight}";
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function> {
@@ -130,6 +134,7 @@ class MessageLookup extends MessageLookupByLibrary {
"change_nickname" : MessageLookupByLibrary.simpleMessage("Change nickname"),
"change_password" : MessageLookupByLibrary.simpleMessage("Change password"),
"change_password_desc" : MessageLookupByLibrary.simpleMessage("Please enter the old password and your desired new password."),
"check_domain_name" : MessageLookupByLibrary.simpleMessage("Check availability"),
"check_option_is_optional" : MessageLookupByLibrary.simpleMessage("Optional. You can tap Next without selection."),
"check_option_is_required" : MessageLookupByLibrary.simpleMessage("Option is required. Select at lease an option then tap Next."),
"check_option_select_token" : m3,
@@ -152,6 +157,7 @@ class MessageLookup extends MessageLookupByLibrary {
"contact_us" : MessageLookupByLibrary.simpleMessage("Contact us"),
"copy" : MessageLookupByLibrary.simpleMessage("Copy"),
"coupons" : MessageLookupByLibrary.simpleMessage("Coupons"),
"create_a_online_store" : MessageLookupByLibrary.simpleMessage("Open an online store"),
"credit_card" : MessageLookupByLibrary.simpleMessage("Credit card"),
"credit_coupon" : MessageLookupByLibrary.simpleMessage("Credit/Coupon"),
"credit_debit_card" : MessageLookupByLibrary.simpleMessage("Credit or debit card"),
@@ -174,9 +180,13 @@ class MessageLookup extends MessageLookupByLibrary {
"discount_amount_token" : m7,
"document_langage" : MessageLookupByLibrary.simpleMessage("Document language"),
"document_type" : MessageLookupByLibrary.simpleMessage("Document type"),
"domain_available_token" : m8,
"domain_name" : MessageLookupByLibrary.simpleMessage("Domain name"),
"domain_unavailable_token" : m9,
"domains_separated_comma" : MessageLookupByLibrary.simpleMessage("Domains separated by comma"),
"dont_use" : MessageLookupByLibrary.simpleMessage("Do not redeem"),
"download" : MessageLookupByLibrary.simpleMessage("Download"),
"download_with_token" : m8,
"download_with_token" : m10,
"downloads" : MessageLookupByLibrary.simpleMessage("Downloads"),
"edit_address" : MessageLookupByLibrary.simpleMessage("Edit address"),
"email" : MessageLookupByLibrary.simpleMessage("Email"),
@@ -190,22 +200,24 @@ class MessageLookup extends MessageLookupByLibrary {
"english" : MessageLookupByLibrary.simpleMessage("English"),
"enter_coupon_code" : MessageLookupByLibrary.simpleMessage("Enter coupon code"),
"enter_delivery_address" : MessageLookupByLibrary.simpleMessage("Enter delivery address"),
"enter_desired_domain" : MessageLookupByLibrary.simpleMessage("Your desired domain name"),
"enter_keyword" : MessageLookupByLibrary.simpleMessage("Enter keyword"),
"enter_mobile_or_email" : MessageLookupByLibrary.simpleMessage("Enter mobile or email"),
"enter_new_nickname" : MessageLookupByLibrary.simpleMessage("Enter new nickname"),
"enter_product_keyword" : MessageLookupByLibrary.simpleMessage("Enter product keyword"),
"error" : MessageLookupByLibrary.simpleMessage("Error"),
"error_read_file" : MessageLookupByLibrary.simpleMessage("Error occurred while reading the file."),
"expiration_date" : MessageLookupByLibrary.simpleMessage("Expiration date"),
"expiration_date_token" : m9,
"expire_token" : m10,
"expiration_date_token" : m11,
"expire_token" : m12,
"expired_at" : MessageLookupByLibrary.simpleMessage("Expired at"),
"extra_fee_token" : m11,
"extra_fee_token" : m13,
"fax" : MessageLookupByLibrary.simpleMessage("Fax"),
"feature_not_available_web" : MessageLookupByLibrary.simpleMessage("This feature is not available on the web. Please install the App version."),
"featured_product" : MessageLookupByLibrary.simpleMessage("Featured"),
"finish" : MessageLookupByLibrary.simpleMessage("Finish"),
"follow_ups" : MessageLookupByLibrary.simpleMessage("Follow ups"),
"followups_token" : m12,
"followups_token" : m14,
"forgot_password" : MessageLookupByLibrary.simpleMessage("Forgot password"),
"forgot_password_description" : MessageLookupByLibrary.simpleMessage("Enter the Email or mobile number you used when registering, and then click the \'Get code\' button to get the validation code."),
"forgot_password_question" : MessageLookupByLibrary.simpleMessage("Forgot password?"),
@@ -217,7 +229,7 @@ class MessageLookup extends MessageLookupByLibrary {
"general_coupon" : MessageLookupByLibrary.simpleMessage("General coupon"),
"get_code" : MessageLookupByLibrary.simpleMessage("Get code"),
"get_code_again" : MessageLookupByLibrary.simpleMessage("Get code again"),
"get_code_token" : m13,
"get_code_token" : m15,
"get_coupon" : MessageLookupByLibrary.simpleMessage("Get coupon"),
"get_picture" : MessageLookupByLibrary.simpleMessage("Get picture"),
"get_picture_from" : MessageLookupByLibrary.simpleMessage("Get picture from..."),
@@ -226,7 +238,7 @@ class MessageLookup extends MessageLookupByLibrary {
"group_number_can_be_found" : MessageLookupByLibrary.simpleMessage("Group number can be found..."),
"home" : MessageLookupByLibrary.simpleMessage("Home"),
"hot_sale" : MessageLookupByLibrary.simpleMessage("Hot sale"),
"hour_token" : m14,
"hour_token" : m16,
"igoshow" : MessageLookupByLibrary.simpleMessage("iGoShow"),
"includes" : MessageLookupByLibrary.simpleMessage("Includes"),
"information" : MessageLookupByLibrary.simpleMessage("Information"),
@@ -245,10 +257,11 @@ class MessageLookup extends MessageLookupByLibrary {
"logout" : MessageLookupByLibrary.simpleMessage("Logout"),
"main_content_1" : MessageLookupByLibrary.simpleMessage("Since 1999, we have been committed to developing a complete and powerful sales system, helping thousands of small businesses handle sales smoothly. Currently we have two main products."),
"me" : MessageLookupByLibrary.simpleMessage("Me"),
"min_order_amount_token" : m15,
"min_shipping_fee" : m16,
"min_order_amount_token" : m17,
"min_shipping_fee" : m18,
"minipos" : MessageLookupByLibrary.simpleMessage("MiniPOS"),
"minute_token" : m17,
"minute_token" : m19,
"mobile" : MessageLookupByLibrary.simpleMessage("mobile"),
"mobile_email_username" : MessageLookupByLibrary.simpleMessage("Mobile, Email or MiniOffice username"),
"mobile_is_required" : MessageLookupByLibrary.simpleMessage("Mobile is required"),
"mobile_number" : MessageLookupByLibrary.simpleMessage("Mobile number"),
@@ -293,6 +306,7 @@ class MessageLookup extends MessageLookupByLibrary {
"ok" : MessageLookupByLibrary.simpleMessage("OK"),
"old_password" : MessageLookupByLibrary.simpleMessage("Old password"),
"online_payment" : MessageLookupByLibrary.simpleMessage("Online payment"),
"open_online_store" : MessageLookupByLibrary.simpleMessage("Open an online store"),
"optional_information" : MessageLookupByLibrary.simpleMessage("Optional Info."),
"order_acceipt" : MessageLookupByLibrary.simpleMessage("Accept"),
"order_again" : MessageLookupByLibrary.simpleMessage("Order again"),
@@ -302,7 +316,7 @@ class MessageLookup extends MessageLookupByLibrary {
"order_detail" : MessageLookupByLibrary.simpleMessage("Order detail"),
"order_fulfillment" : MessageLookupByLibrary.simpleMessage("Order fulfillment"),
"order_info" : MessageLookupByLibrary.simpleMessage("Order info."),
"order_more" : m18,
"order_more" : m20,
"order_number" : MessageLookupByLibrary.simpleMessage("Order No."),
"order_number_copied_to_clipboard" : MessageLookupByLibrary.simpleMessage("Order number copied to clipboard"),
"order_processing" : MessageLookupByLibrary.simpleMessage("Processing"),
@@ -317,30 +331,31 @@ class MessageLookup extends MessageLookupByLibrary {
"password_is_required" : MessageLookupByLibrary.simpleMessage("Password is required."),
"pay" : MessageLookupByLibrary.simpleMessage("Pay"),
"pay_after_meal" : MessageLookupByLibrary.simpleMessage("Pay after meal"),
"pay_amount_token" : m19,
"pay_amount_token" : m21,
"pay_later" : MessageLookupByLibrary.simpleMessage("Pay later"),
"pay_now" : MessageLookupByLibrary.simpleMessage("Pay now"),
"pay_on_deliery" : MessageLookupByLibrary.simpleMessage("Pay on delivery"),
"pay_on_deliery_pickup" : MessageLookupByLibrary.simpleMessage("Pay on delivery or pickup"),
"pay_with" : MessageLookupByLibrary.simpleMessage("Pay with"),
"pay_with_existing_cards" : MessageLookupByLibrary.simpleMessage("Pay with existing cards"),
"pay_with_token" : m20,
"pay_with_token" : m22,
"payment_amount" : MessageLookupByLibrary.simpleMessage("Payment amount"),
"payment_method" : MessageLookupByLibrary.simpleMessage("Payment method"),
"payment_method_not_set" : MessageLookupByLibrary.simpleMessage("No payment method specified. Please pay on delivery or pickup."),
"payment_status" : MessageLookupByLibrary.simpleMessage("Payment status"),
"payment_verification" : MessageLookupByLibrary.simpleMessage("Payment verification"),
"payment_verification_sent" : m21,
"payment_verification_sent" : m23,
"paypal" : MessageLookupByLibrary.simpleMessage("Paypal"),
"pending" : MessageLookupByLibrary.simpleMessage("Pending"),
"percent_discount" : MessageLookupByLibrary.simpleMessage("%OFF"),
"percentage_discount_token" : m22,
"percentage_discount_token2" : m23,
"percentage_discount_token" : m24,
"percentage_discount_token2" : m25,
"pick_a_coupon" : MessageLookupByLibrary.simpleMessage("Pick a coupon"),
"pickup" : MessageLookupByLibrary.simpleMessage("Pickup"),
"pickup_address" : MessageLookupByLibrary.simpleMessage("Pickup address"),
"pickup_at" : MessageLookupByLibrary.simpleMessage("Please pickup at"),
"pickup_discount" : MessageLookupByLibrary.simpleMessage("Pickup discount"),
"place_order_now" : MessageLookupByLibrary.simpleMessage("Place order now"),
"please_enter_coupon_code" : MessageLookupByLibrary.simpleMessage("Please enter a coupon code."),
"please_enter_group_number" : MessageLookupByLibrary.simpleMessage("Please enter your group number."),
"please_login" : MessageLookupByLibrary.simpleMessage("Please login"),
@@ -364,7 +379,7 @@ class MessageLookup extends MessageLookupByLibrary {
"quick_input" : MessageLookupByLibrary.simpleMessage("Quick input"),
"radio_option_is_optional" : MessageLookupByLibrary.simpleMessage("Optional. You can tap Next without selection."),
"radio_option_is_required" : MessageLookupByLibrary.simpleMessage("Option is required. Select an option then tap Next."),
"radio_option_select_token" : m24,
"radio_option_select_token" : m26,
"recalculating" : MessageLookupByLibrary.simpleMessage("Recalculating..."),
"red_coupon" : MessageLookupByLibrary.simpleMessage("Coupon"),
"redeem_coupon" : MessageLookupByLibrary.simpleMessage("Redeem"),
@@ -372,6 +387,7 @@ class MessageLookup extends MessageLookupByLibrary {
"registration" : MessageLookupByLibrary.simpleMessage("Registration"),
"release_to_load_more" : MessageLookupByLibrary.simpleMessage("Release to load more"),
"renew_license" : MessageLookupByLibrary.simpleMessage("Renew license"),
"renew_service_now" : MessageLookupByLibrary.simpleMessage("Renew service now"),
"renewal_fee" : MessageLookupByLibrary.simpleMessage("Renewal fee"),
"reply" : MessageLookupByLibrary.simpleMessage("Reply"),
"reset_password" : MessageLookupByLibrary.simpleMessage("Reset password"),
@@ -384,12 +400,14 @@ class MessageLookup extends MessageLookupByLibrary {
"saturday" : MessageLookupByLibrary.simpleMessage("Saturday"),
"save" : MessageLookupByLibrary.simpleMessage("Save"),
"schedule_delivery" : MessageLookupByLibrary.simpleMessage("Schedule delivery"),
"search" : MessageLookupByLibrary.simpleMessage("Search"),
"search_place" : MessageLookupByLibrary.simpleMessage("Search place"),
"search_product" : MessageLookupByLibrary.simpleMessage("Search product"),
"search_products" : MessageLookupByLibrary.simpleMessage("Search products"),
"select" : MessageLookupByLibrary.simpleMessage("Select"),
"select_a_payment_method" : MessageLookupByLibrary.simpleMessage("Select a payment method"),
"select_a_plan" : MessageLookupByLibrary.simpleMessage("Select a plan"),
"select_a_store" : MessageLookupByLibrary.simpleMessage("Select a store"),
"select_canada_post_shipping_rate" : MessageLookupByLibrary.simpleMessage("Please select Canada Post shipping rate."),
"select_delivery_time" : MessageLookupByLibrary.simpleMessage("Select delivery time"),
"select_document_lanuage" : MessageLookupByLibrary.simpleMessage("Select a language"),
@@ -404,7 +422,7 @@ class MessageLookup extends MessageLookupByLibrary {
"shop" : MessageLookupByLibrary.simpleMessage("Shop"),
"show_less" : MessageLookupByLibrary.simpleMessage("Show less"),
"show_more" : MessageLookupByLibrary.simpleMessage("Show more"),
"sold_per_month_token" : m25,
"sold_per_month_token" : m27,
"specification" : MessageLookupByLibrary.simpleMessage("Specification"),
"store" : MessageLookupByLibrary.simpleMessage("Store"),
"store_closed" : MessageLookupByLibrary.simpleMessage("Store closed"),
@@ -420,13 +438,13 @@ class MessageLookup extends MessageLookupByLibrary {
"submitting" : MessageLookupByLibrary.simpleMessage("Submitting..."),
"submitting_please_wait" : MessageLookupByLibrary.simpleMessage("Submitting, please wait..."),
"subtotal" : MessageLookupByLibrary.simpleMessage("Subtotal"),
"subtotal_token" : m26,
"subtotal_token" : m28,
"success" : MessageLookupByLibrary.simpleMessage("Success"),
"sun" : MessageLookupByLibrary.simpleMessage("Sun"),
"sunday" : MessageLookupByLibrary.simpleMessage("Sunday"),
"support" : MessageLookupByLibrary.simpleMessage("Support"),
"support_ticket" : MessageLookupByLibrary.simpleMessage("Support ticket"),
"table_token" : m27,
"table_token" : m29,
"tap_back_again_to_exit" : MessageLookupByLibrary.simpleMessage("Tap back again to exit"),
"tax" : MessageLookupByLibrary.simpleMessage("Tax"),
"thank_you_for_your_comment" : MessageLookupByLibrary.simpleMessage("Thank you for your comment."),
@@ -439,12 +457,12 @@ class MessageLookup extends MessageLookupByLibrary {
"thu" : MessageLookupByLibrary.simpleMessage("Thu"),
"thursday" : MessageLookupByLibrary.simpleMessage("Thursday"),
"ticket_created_success" : MessageLookupByLibrary.simpleMessage("Ticket has been created successfully."),
"ticket_number_token" : m28,
"ticket_number_token" : m30,
"today" : MessageLookupByLibrary.simpleMessage("Today"),
"today_with_time" : m29,
"today_with_time" : m31,
"toll_free" : MessageLookupByLibrary.simpleMessage("Toll free: "),
"tomorrow" : MessageLookupByLibrary.simpleMessage("Tomorrow"),
"tomorrow_with_time" : m30,
"tomorrow_with_time" : m32,
"total" : MessageLookupByLibrary.simpleMessage("Total"),
"tue" : MessageLookupByLibrary.simpleMessage("Tue"),
"tuesday" : MessageLookupByLibrary.simpleMessage("Tuesday"),
@@ -469,7 +487,7 @@ class MessageLookup extends MessageLookupByLibrary {
"wechatpay" : MessageLookupByLibrary.simpleMessage("Wechat pay"),
"wed" : MessageLookupByLibrary.simpleMessage("Wed"),
"wednesday" : MessageLookupByLibrary.simpleMessage("Wednesday"),
"weight_token" : m31,
"weight_token" : m33,
"wiki" : MessageLookupByLibrary.simpleMessage("Wiki"),
"wrong_payment_verification_code" : MessageLookupByLibrary.simpleMessage("Wrong payment verification code. Please check and enter again."),
"yes" : MessageLookupByLibrary.simpleMessage("Yes"),