Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
reason
2021-12-28 15:00:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c475eeac4aa7abf489b4b85e9ee53457d43f6aef
c475eeac
1 parent
a038b6d7
clear
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
85 additions
and
2 deletions
lib/generated/intl/messages_en.dart
lib/generated/intl/messages_zh.dart
lib/generated/l10n.dart
lib/l10n/intl_en.arb
lib/l10n/intl_zh.arb
lib/order/page/order_info_page.dart
lib/order/page/order_page.dart
lib/generated/intl/messages_en.dart
View file @
c475eea
...
...
@@ -22,6 +22,8 @@ class MessageLookup extends MessageLookupByLibrary {
final
messages
=
_notInlinedMessages
(
_notInlinedMessages
);
static
Map
<
String
,
Function
>
_notInlinedMessages
(
_
)
=>
<
String
,
Function
>{
"categoryBottomNavigationBarItemTitle"
:
MessageLookupByLibrary
.
simpleMessage
(
"category"
),
"confirm"
:
MessageLookupByLibrary
.
simpleMessage
(
"Confirm"
),
"forgotPasswordLink"
:
MessageLookupByLibrary
.
simpleMessage
(
"Forgot Password"
),
...
...
@@ -40,14 +42,20 @@ class MessageLookup extends MessageLookupByLibrary {
"login"
:
MessageLookupByLibrary
.
simpleMessage
(
"Login"
),
"noAccountRegisterLink"
:
MessageLookupByLibrary
.
simpleMessage
(
"No account yet? Register now"
),
"onePoemBottomNavigationBarItemTitle"
:
MessageLookupByLibrary
.
simpleMessage
(
"Poem"
),
"openYourAccount"
:
MessageLookupByLibrary
.
simpleMessage
(
"Open your account"
),
"passwordLogin"
:
MessageLookupByLibrary
.
simpleMessage
(
"Password Login"
),
"profileBottomNavigationBarItemTitle"
:
MessageLookupByLibrary
.
simpleMessage
(
"profile"
),
"register"
:
MessageLookupByLibrary
.
simpleMessage
(
"Register"
),
"registeredTips"
:
MessageLookupByLibrary
.
simpleMessage
(
"Unregistered mobile phone number, please "
),
"resetLoginPassword"
:
MessageLookupByLibrary
.
simpleMessage
(
"Reset Login Password"
),
"timelineBottomNavigationBarItemTitle"
:
MessageLookupByLibrary
.
simpleMessage
(
"timeline"
),
"title"
:
MessageLookupByLibrary
.
simpleMessage
(
"One Poem"
),
"verificationButton"
:
MessageLookupByLibrary
.
simpleMessage
(
"Not really sent, just log in!"
),
...
...
lib/generated/intl/messages_zh.dart
View file @
c475eea
...
...
@@ -22,6 +22,8 @@ class MessageLookup extends MessageLookupByLibrary {
final
messages
=
_notInlinedMessages
(
_notInlinedMessages
);
static
Map
<
String
,
Function
>
_notInlinedMessages
(
_
)
=>
<
String
,
Function
>{
"categoryBottomNavigationBarItemTitle"
:
MessageLookupByLibrary
.
simpleMessage
(
"众妙"
),
"confirm"
:
MessageLookupByLibrary
.
simpleMessage
(
"确认"
),
"forgotPasswordLink"
:
MessageLookupByLibrary
.
simpleMessage
(
"忘记密码"
),
"getVerificationCode"
:
MessageLookupByLibrary
.
simpleMessage
(
"获取验证码"
),
...
...
@@ -34,12 +36,18 @@ class MessageLookup extends MessageLookupByLibrary {
"login"
:
MessageLookupByLibrary
.
simpleMessage
(
"登录"
),
"noAccountRegisterLink"
:
MessageLookupByLibrary
.
simpleMessage
(
"还没账号?快去注册"
),
"onePoemBottomNavigationBarItemTitle"
:
MessageLookupByLibrary
.
simpleMessage
(
"一言"
),
"openYourAccount"
:
MessageLookupByLibrary
.
simpleMessage
(
"开启你的账号"
),
"passwordLogin"
:
MessageLookupByLibrary
.
simpleMessage
(
"密码登录"
),
"profileBottomNavigationBarItemTitle"
:
MessageLookupByLibrary
.
simpleMessage
(
"我在"
),
"register"
:
MessageLookupByLibrary
.
simpleMessage
(
"注册"
),
"registeredTips"
:
MessageLookupByLibrary
.
simpleMessage
(
"提示:未注册账号的手机号,请先"
),
"resetLoginPassword"
:
MessageLookupByLibrary
.
simpleMessage
(
"重置登录密码"
),
"timelineBottomNavigationBarItemTitle"
:
MessageLookupByLibrary
.
simpleMessage
(
"临境"
),
"title"
:
MessageLookupByLibrary
.
simpleMessage
(
"一言"
),
"verificationButton"
:
MessageLookupByLibrary
.
simpleMessage
(
"并没有真正发送哦,直接登录吧!"
),
...
...
lib/generated/l10n.dart
View file @
c475eea
...
...
@@ -229,6 +229,46 @@ class S {
args:
[],
);
}
/// `Poem`
String
get
onePoemBottomNavigationBarItemTitle
{
return
Intl
.
message
(
'Poem'
,
name:
'onePoemBottomNavigationBarItemTitle'
,
desc:
'One Poem'
,
args:
[],
);
}
/// `timeline`
String
get
timelineBottomNavigationBarItemTitle
{
return
Intl
.
message
(
'timeline'
,
name:
'timelineBottomNavigationBarItemTitle'
,
desc:
'One Poem'
,
args:
[],
);
}
/// `category`
String
get
categoryBottomNavigationBarItemTitle
{
return
Intl
.
message
(
'category'
,
name:
'categoryBottomNavigationBarItemTitle'
,
desc:
'One Poem'
,
args:
[],
);
}
/// `profile`
String
get
profileBottomNavigationBarItemTitle
{
return
Intl
.
message
(
'profile'
,
name:
'profileBottomNavigationBarItemTitle'
,
desc:
'One Poem'
,
args:
[],
);
}
}
class
AppLocalizationDelegate
extends
LocalizationsDelegate
<
S
>
{
...
...
lib/l10n/intl_en.arb
View file @
c475eea
...
...
@@ -106,5 +106,29 @@
"description"
:
"Registered Tips"
,
"type"
:
"text"
,
"placeholders"
:
{}
},
"onePoemBottomNavigationBarItemTitle"
:
"Poem"
,
"@onePoemBottomNavigationBarItemTitle"
:
{
"description"
:
"One Poem"
,
"type"
:
"text"
,
"placeholders"
:
{}
},
"timelineBottomNavigationBarItemTitle"
:
"timeline"
,
"@timelineBottomNavigationBarItemTitle"
:
{
"description"
:
"One Poem"
,
"type"
:
"text"
,
"placeholders"
:
{}
},
"categoryBottomNavigationBarItemTitle"
:
"category"
,
"@categoryBottomNavigationBarItemTitle"
:
{
"description"
:
"One Poem"
,
"type"
:
"text"
,
"placeholders"
:
{}
},
"profileBottomNavigationBarItemTitle"
:
"profile"
,
"@profileBottomNavigationBarItemTitle"
:
{
"description"
:
"One Poem"
,
"type"
:
"text"
,
"placeholders"
:
{}
}
}
\ No newline at end of file
...
...
lib/l10n/intl_zh.arb
View file @
c475eea
...
...
@@ -16,5 +16,9 @@
"getVerificationCode"
:
"获取验证码"
,
"confirm"
:
"确认"
,
"resetLoginPassword"
:
"重置登录密码"
,
"registeredTips"
:
"提示:未注册账号的手机号,请先"
"registeredTips"
:
"提示:未注册账号的手机号,请先"
,
"onePoemBottomNavigationBarItemTitle"
:
"一言"
,
"timelineBottomNavigationBarItemTitle"
:
"临境"
,
"categoryBottomNavigationBarItemTitle"
:
"众妙"
,
"profileBottomNavigationBarItemTitle"
:
"我在"
}
\ No newline at end of file
...
...
lib/order/page/order_info_page.dart
View file @
c475eea
import
'package:flutter/material.dart'
;
import
'package:one_poem/res/resources.dart'
;
import
'package:one_poem/routers/fluro_navigator.dart'
;
...
...
lib/order/page/order_page.dart
View file @
c475eea
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment