Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
a7fdd1b2
Commit
a7fdd1b2
authored
Nov 28, 2022
by
Takumi Imai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#50854 言語表示修正
parent
211c1638
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
abweb/common/json/lang/lang-en.json
+3
-1
abweb/common/json/lang/lang-ja.json
+3
-1
abweb/common/json/lang/lang-ko.json
+3
-1
abweb/html/index.html
+2
-2
No files found.
abweb/common/json/lang/lang-en.json
View file @
a7fdd1b2
...
...
@@ -122,5 +122,6 @@
"close"
:
"Close"
,
"dateError"
:
"Set the start date before the end date."
,
"onlyRfid"
:
"RFID or barcode is set.
\n
Please scan the code."
,
"errorOccured"
:
"Communication error."
"errorOccured"
:
"Communication error."
,
"selectData"
:
"Choice"
}
\ No newline at end of file
abweb/common/json/lang/lang-ja.json
View file @
a7fdd1b2
...
...
@@ -120,5 +120,6 @@
"close"
:
"閉じる"
,
"dateError"
:
"開始日は終了日の前に設定してください。"
,
"onlyRfid"
:
"RFID又はバーコードが設定されています。
\n
該当コードを読み込んでください。"
,
"errorOccured"
:
"通信エラーです。"
"errorOccured"
:
"通信エラーです。"
,
"selectData"
:
"選択"
}
\ No newline at end of file
abweb/common/json/lang/lang-ko.json
View file @
a7fdd1b2
...
...
@@ -119,5 +119,6 @@
"close"
:
"Close"
,
"dateError"
:
"시작일은 종료일 이전에 설정하십시오."
,
"onlyRfid"
:
"RFID또는 바코드가 설정되어있습니다.
\n
해당코드를 스캔해주십시오."
,
"errorOccured"
:
"통신 오류입니다."
"errorOccured"
:
"통신 오류입니다."
,
"selectData"
:
"선택"
}
\ No newline at end of file
abweb/html/index.html
View file @
a7fdd1b2
...
...
@@ -60,7 +60,7 @@
<div
class=
"form-group p-2 mb-0"
>
<label
class=
"lang"
lang=
"startDate"
></label>
<div
class=
"input-group date"
id=
"datetimepicker1"
data-target-input=
"nearest"
>
<input
type=
"text"
name=
"start"
class=
"form-control form-control-sm datetimepicker-input
"
data-target=
"#datetimepicker1"
placeholder=
"選択
"
id=
"searchStartDate"
>
<input
type=
"text"
name=
"start"
class=
"form-control form-control-sm datetimepicker-input
lang"
data-target=
"#datetimepicker1"
lang=
"selectData"
placeholder=
"
"
id=
"searchStartDate"
>
<div
class=
"input-group-append"
data-target=
"#datetimepicker1"
data-toggle=
"datetimepicker"
>
<div
class=
"input-group-text py-1 px-2"
>
<img
src=
"../common/img/icon_calendar.svg"
type=
"image"
alt=
""
class=
"calendar-icon lang"
lang=
"calendar"
>
...
...
@@ -71,7 +71,7 @@
<div
class=
"form-group p-2 mb-0"
>
<label
class=
"lang"
lang=
"endDate"
></label>
<div
class=
"input-group date"
id=
"datetimepicker2"
data-target-input=
"nearest"
>
<input
type=
"text"
name=
"end"
class=
"form-control form-control-sm datetimepicker-input
"
data-target=
"#datetimepicker2"
placeholder=
"選択
"
id=
"searchEndDate"
>
<input
type=
"text"
name=
"end"
class=
"form-control form-control-sm datetimepicker-input
lang"
data-target=
"#datetimepicker2"
lang=
"selectData"
placeholder=
"
"
id=
"searchEndDate"
>
<div
class=
"input-group-append"
data-target=
"#datetimepicker2"
data-toggle=
"datetimepicker"
>
<div
class=
"input-group-text py-1 px-2"
>
<img
src=
"../common/img/icon_calendar.svg"
type=
"image"
alt=
""
class=
"calendar-icon lang"
lang=
"calendar"
>
...
...
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