forked from vueComponent/ant-design-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af93808
commit 3a51f27
Showing
21 changed files
with
274 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
export default { | ||
today: 'Danes', | ||
now: 'Trenutno', | ||
backToToday: 'Nazaj na danes', | ||
ok: 'V redu', | ||
clear: 'Počisti', | ||
month: 'Mesec', | ||
year: 'Leto', | ||
timeSelect: 'Izberite čas', | ||
dateSelect: 'Izberite datum', | ||
monthSelect: 'Izberite mesec', | ||
yearSelect: 'Izberite leto', | ||
decadeSelect: 'Izberite desetletje', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'DD.MM.YYYY', | ||
dayFormat: 'D', | ||
dateTimeFormat: 'DD.MM.YYYY HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'Prejšnji mesec (PageUp)', | ||
nextMonth: 'Naslednji mesec (PageDown)', | ||
previousYear: 'Prejšnje leto (Control + left)', | ||
nextYear: 'Naslednje leto (Control + right)', | ||
previousDecade: 'Prejšnje desetletje', | ||
nextDecade: 'Naslednje desetletje', | ||
previousCentury: 'Prejšnje stoletje', | ||
nextCentury: 'Naslednje stoletje', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default { | ||
// Options.jsx | ||
items_per_page: '/ halaman', | ||
jump_to: 'Menuju', | ||
jump_to_confirm: 'konfirmasi', | ||
page: '', | ||
|
||
// Pagination.jsx | ||
prev_page: 'Halaman Sebelumnya', | ||
next_page: 'Halaman Berikutnya', | ||
prev_5: '5 Halaman Sebelumnya', | ||
next_5: '5 Halaman Berikutnya', | ||
prev_3: '3 Halaman Sebelumnya', | ||
next_3: '3 Halaman Berikutnya', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default { | ||
// Options.jsx | ||
items_per_page: '/ strani', | ||
jump_to: 'Pojdi na', | ||
jump_to_confirm: 'potrdi', | ||
page: '', | ||
|
||
// Pagination.jsx | ||
prev_page: 'Prejšnja stran', | ||
next_page: 'Naslednja stran', | ||
prev_5: 'Prejšnjih 5 strani', | ||
next_5: 'Naslednjih 5 strani', | ||
prev_3: 'Prejšnje 3 strani', | ||
next_3: 'Naslednje 3 strani', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default { | ||
// Options.jsx | ||
items_per_page: '/ sayfa', | ||
jump_to: 'Git', | ||
jump_to_confirm: 'onayla', | ||
page: '', | ||
|
||
// Pagination.jsx | ||
prev_page: 'Önceki Sayfa', | ||
next_page: 'Sonraki Sayfa', | ||
prev_5: 'Önceki 5 Sayfa', | ||
next_5: 'Sonraki 5 Sayfa', | ||
prev_3: 'Önceki 3 Sayfa', | ||
next_3: 'Sonraki 3 Sayfa', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// base rc-steps 3.3.1 | ||
import Steps from './Steps' | ||
import Step from './Step' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.