Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mobile Datovka
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Datovka projects
mobile Datovka
Commits
472a2947
Commit
472a2947
authored
Sep 26, 2018
by
Karel Slaný
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Czech localisation.
parent
b8468379
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1112 additions
and
295 deletions
+1112
-295
qml/pages/PageGovServiceList.qml
qml/pages/PageGovServiceList.qml
+2
-2
qml/pages/PageMenuAccount.qml
qml/pages/PageMenuAccount.qml
+1
-1
res/locale/datovka_cs.ts
res/locale/datovka_cs.ts
+550
-142
res/locale/datovka_en.ts
res/locale/datovka_en.ts
+550
-142
src/datovka_shared/gov_services/service/gov_mv_rt_vt.cpp
src/datovka_shared/gov_services/service/gov_mv_rt_vt.cpp
+1
-1
src/datovka_shared/gov_services/service/gov_mv_rt_vt.h
src/datovka_shared/gov_services/service/gov_mv_rt_vt.h
+2
-1
src/datovka_shared/gov_services/service/gov_mv_skd_vp.h
src/datovka_shared/gov_services/service/gov_mv_skd_vp.h
+1
-1
src/datovka_shared/gov_services/service/gov_mv_vr_vp.h
src/datovka_shared/gov_services/service/gov_mv_vr_vp.h
+1
-1
src/datovka_shared/gov_services/service/gov_szr_rob_vu.cpp
src/datovka_shared/gov_services/service/gov_szr_rob_vu.cpp
+1
-1
src/datovka_shared/gov_services/service/gov_szr_rob_vvu.cpp
src/datovka_shared/gov_services/service/gov_szr_rob_vvu.cpp
+3
-3
No files found.
qml/pages/PageGovServiceList.qml
View file @
472a2947
...
...
@@ -63,7 +63,7 @@ Component {
}
PageHeader
{
id
:
headerBar
title
:
qsTr
(
"
GOV
Services
"
);
title
:
qsTr
(
"
E-Gov
Services
"
);
onBackClicked
:
{
pageView
.
pop
()
}
...
...
@@ -77,7 +77,7 @@ Component {
anchors.verticalCenter
:
parent
.
verticalCenter
sourceSize.height
:
imgHeightHeader
source
:
"
qrc:/ui/magnify.svg
"
accessibleName
:
qsTr
(
"
Filter service.
"
)
accessibleName
:
qsTr
(
"
Set filter
"
)
onClicked
:
{
govServiceList
.
anchors
.
top
=
filterBar
.
bottom
filterBar
.
visible
=
true
...
...
qml/pages/PageMenuAccount.qml
View file @
472a2947
...
...
@@ -144,7 +144,7 @@ Component {
image
:
"
qrc:/ui/timer.svg
"
showEntry
:
true
showNext
:
true
name
:
qsTr
(
"
Send
GOV
request
"
)
name
:
qsTr
(
"
Send
e-gov
request
"
)
funcName
:
"
govServiceList
"
}
ListElement
{
...
...
res/locale/datovka_cs.ts
View file @
472a2947
This diff is collapsed.
Click to expand it.
res/locale/datovka_en.ts
View file @
472a2947
This diff is collapsed.
Click to expand it.
src/datovka_shared/gov_services/service/gov_mv_rt_vt.cpp
View file @
472a2947
...
...
@@ -173,7 +173,7 @@ const QString &Gov::SrvcMvRtVt::internalId(void) const
const
QString
&
Gov
::
SrvcMvRtVt
::
fullName
(
void
)
const
{
static
const
QString
fullName
(
tr
(
"Printout from the criminal records"
));
//
Výpis z Rejstříku trestů
//
"Výpis z Rejstříku trestů"
return
fullName
;
}
...
...
src/datovka_shared/gov_services/service/gov_mv_rt_vt.h
View file @
472a2947
...
...
@@ -39,7 +39,8 @@ namespace Gov {
* Source DS type: FO
*/
class
SrvcMvRtVt
:
public
Service
{
Q_DECLARE_TR_FUNCTIONS
(
SrvcMvCrrVbh
)
Q_DECLARE_TR_FUNCTIONS
(
SrvcMvRtVt
)
public:
/*!
* @brief Constructor.
...
...
src/datovka_shared/gov_services/service/gov_mv_skd_vp.h
View file @
472a2947
...
...
@@ -38,7 +38,7 @@ namespace Gov {
* Source DS type: FO, PFO, PO.
*/
class
SrvcMvSkdVp
:
public
Service
{
Q_DECLARE_TR_FUNCTIONS
(
SrvcMv
CrrVbh
)
Q_DECLARE_TR_FUNCTIONS
(
SrvcMv
SkdVp
)
public:
/*!
...
...
src/datovka_shared/gov_services/service/gov_mv_vr_vp.h
View file @
472a2947
...
...
@@ -38,7 +38,7 @@ namespace Gov {
* Source DS type: FO, PFO, PO.
*/
class
SrvcMvVrVp
:
public
Service
{
Q_DECLARE_TR_FUNCTIONS
(
SrvcMv
CrrVbh
)
Q_DECLARE_TR_FUNCTIONS
(
SrvcMv
VrVp
)
public:
/*!
...
...
src/datovka_shared/gov_services/service/gov_szr_rob_vu.cpp
View file @
472a2947
...
...
@@ -92,7 +92,7 @@ const QString &Gov::SrvcSzrRobVu::internalId(void) const
const
QString
&
Gov
::
SrvcSzrRobVu
::
fullName
(
void
)
const
{
static
const
QString
fullName
(
tr
(
"Printout from the resident register"
));
//
Výpis z Registru obyvatel
//
"Výpis z Registru obyvatel"
return
fullName
;
}
...
...
src/datovka_shared/gov_services/service/gov_szr_rob_vvu.cpp
View file @
472a2947
...
...
@@ -91,7 +91,7 @@ QList<Gov::FormField> SzrRobVvuData::allFields(void) const
ff
.
setKey
(
FROM_KEY
);
ff
.
setVal
(
m_userFromDate
.
isNull
()
?
QString
()
:
m_userFromDate
.
toString
(
GOV_DATE_FORMAT
));
ff
.
setDescr
(
tr
(
"From"
));
ff
.
setPlaceholder
(
tr
(
"Select
date from
"
));
ff
.
setPlaceholder
(
tr
(
"Select
start date
"
));
ff
.
setProperties
(
Gov
::
FormFieldType
::
PROP_MANDATORY
|
Gov
::
FormFieldType
::
PROP_USER_INPUT
|
Gov
::
FormFieldType
::
PROP_TYPE_DATE
);
...
...
@@ -102,7 +102,7 @@ QList<Gov::FormField> SzrRobVvuData::allFields(void) const
ff
.
setKey
(
TO_KEY
);
ff
.
setVal
(
m_userToDate
.
isNull
()
?
QString
()
:
m_userToDate
.
toString
(
GOV_DATE_FORMAT
));
ff
.
setDescr
(
tr
(
"To"
));
ff
.
setPlaceholder
(
tr
(
"Select
date to
"
));
ff
.
setPlaceholder
(
tr
(
"Select
end date
"
));
ff
.
setProperties
(
Gov
::
FormFieldType
::
PROP_MANDATORY
|
Gov
::
FormFieldType
::
PROP_USER_INPUT
|
Gov
::
FormFieldType
::
PROP_TYPE_DATE
);
...
...
@@ -132,7 +132,7 @@ const QString &Gov::SrvcSzrRobVvu::internalId(void) const
const
QString
&
Gov
::
SrvcSzrRobVvu
::
fullName
(
void
)
const
{
static
const
QString
fullName
(
tr
(
"Printout about the usage of entries from the resident register"
));
//
Výpis o využití údajů z registru obyvatel
//
"Výpis o využití údajů z registru obyvatel"
return
fullName
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment