Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
74485a4a
Commit
74485a4a
authored
Oct 9, 2020
by
Ming Rui Zhang
Browse files
Options
Downloads
Patches
Plain Diff
messagewebview: parameterize the time translations in chatview
Gitlab:
#141
Change-Id: I4f2987f5f51ec633032da3b545a034dcac93deaf
parent
fe13402b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/constant/JamiStrings.qml
+5
-5
5 additions, 5 deletions
src/constant/JamiStrings.qml
src/mainview/components/MessageWebView.qml
+2
-2
2 additions, 2 deletions
src/mainview/components/MessageWebView.qml
with
7 additions
and
7 deletions
src/constant/JamiStrings.qml
+
5
−
5
View file @
74485a4a
...
@@ -407,11 +407,11 @@ Item {
...
@@ -407,11 +407,11 @@ Item {
property
string
placeHolderTemporaryContact
:
qsTr
(
"
Note: an interaction will create a new contact.
"
)
property
string
placeHolderTemporaryContact
:
qsTr
(
"
Note: an interaction will create a new contact.
"
)
property
string
isNotInYourContacts
:
qsTr
(
"
is not in your contacts
"
)
property
string
isNotInYourContacts
:
qsTr
(
"
is not in your contacts
"
)
property
string
automaticallyAcceptInvitation
:
qsTr
(
"
Note: you can automatically accept this invitation by sending a message.
"
)
property
string
automaticallyAcceptInvitation
:
qsTr
(
"
Note: you can automatically accept this invitation by sending a message.
"
)
property
string
daysAgo
:
qsTr
(
"
days ago
"
)
property
string
daysAgo
:
qsTr
(
"
{0}
days ago
"
)
property
string
d
ayAgo
:
qsTr
(
"
day ago
"
)
property
string
oneD
ayAgo
:
qsTr
(
"
one
day ago
"
)
property
string
hoursAgo
:
qsTr
(
"
hours ago
"
)
property
string
hoursAgo
:
qsTr
(
"
{0}
hours ago
"
)
property
string
h
ourAgo
:
qsTr
(
"
hour ago
"
)
property
string
oneH
ourAgo
:
qsTr
(
"
one
hour ago
"
)
property
string
minutesAgo
:
qsTr
(
"
minutes ago
"
)
property
string
minutesAgo
:
qsTr
(
"
${0}
minutes ago
"
)
property
string
justNow
:
qsTr
(
"
just now
"
)
property
string
justNow
:
qsTr
(
"
just now
"
)
property
string
failureString
:
qsTr
(
"
Failure
"
)
property
string
failureString
:
qsTr
(
"
Failure
"
)
property
string
acceptString
:
qsTr
(
"
Accept
"
)
property
string
acceptString
:
qsTr
(
"
Accept
"
)
...
...
This diff is collapsed.
Click to expand it.
src/mainview/components/MessageWebView.qml
+
2
−
2
View file @
74485a4a
...
@@ -213,9 +213,9 @@ Rectangle {
...
@@ -213,9 +213,9 @@ Rectangle {
[
"
isNotInYourContacts
"
]
:
JamiStrings
.
isNotInYourContacts
,
[
"
isNotInYourContacts
"
]
:
JamiStrings
.
isNotInYourContacts
,
[
"
automaticallyAcceptInvitation
"
]
:
JamiStrings
.
automaticallyAcceptInvitation
,
[
"
automaticallyAcceptInvitation
"
]
:
JamiStrings
.
automaticallyAcceptInvitation
,
[
"
daysAgo
"
]
:
JamiStrings
.
daysAgo
,
[
"
daysAgo
"
]
:
JamiStrings
.
daysAgo
,
[
"
d
ayAgo
"
]
:
JamiStrings
.
d
ayAgo
,
[
"
oneD
ayAgo
"
]
:
JamiStrings
.
oneD
ayAgo
,
[
"
hoursAgo
"
]
:
JamiStrings
.
hoursAgo
,
[
"
hoursAgo
"
]
:
JamiStrings
.
hoursAgo
,
[
"
h
ourAgo
"
]
:
JamiStrings
.
h
ourAgo
,
[
"
oneH
ourAgo
"
]
:
JamiStrings
.
oneH
ourAgo
,
[
"
minutesAgo
"
]
:
JamiStrings
.
minutesAgo
,
[
"
minutesAgo
"
]
:
JamiStrings
.
minutesAgo
,
[
"
justNow
"
]
:
JamiStrings
.
justNow
,
[
"
justNow
"
]
:
JamiStrings
.
justNow
,
[
"
failureString
"
]
:
JamiStrings
.
failureString
,
[
"
failureString
"
]
:
JamiStrings
.
failureString
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment