Skip to content

Commit dc65a72

Browse files
chore: translate i18n files (langgenius#23679)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
1 parent ea502d3 commit dc65a72

File tree

17 files changed

+118
-0
lines changed

17 files changed

+118
-0
lines changed

‎web/i18n/de-DE/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: 'Wähle Zeit',
3333
},
3434
defaultPlaceholder: 'Wähle eine Zeit...',
35+
dateFormats: {
36+
displayWithTime: 'MMMM D, YYYY hh:mm A',
37+
output: 'YYYY-MM-DD',
38+
display: 'MMMM D, YYYY',
39+
input: 'YYYY-MM-DD',
40+
outputWithTime: 'YYYY-MM-DDTHH:mm:ss.SSSZ',
41+
},
3542
}
3643

3744
export default translation

‎web/i18n/es-ES/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: 'Elegir hora',
3333
},
3434
defaultPlaceholder: 'Elige una hora...',
35+
dateFormats: {
36+
input: 'AAAA-MM-DD',
37+
output: 'AAAA-MM-DD',
38+
display: 'MMMM D, AAAA',
39+
outputWithTime: 'AAAA-MM-DDTHH:mm:ss.SSSZ',
40+
displayWithTime: 'MMMM D, YYYY hh:mm A',
41+
},
3542
}
3643

3744
export default translation

‎web/i18n/fa-IR/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: 'زمان انتخاب کنید',
3333
},
3434
defaultPlaceholder: 'زمانی را انتخاب کنید...',
35+
dateFormats: {
36+
output: 'YYYY-MM-DD',
37+
input: 'YYYY-MM-DD',
38+
display: 'MMMM D, YYYY',
39+
displayWithTime: 'MMMM D, YYYY hh:mm A',
40+
outputWithTime: 'YYYY-MM-DDTHH:mm:ss.SSSZ',
41+
},
3542
}
3643

3744
export default translation

‎web/i18n/fr-FR/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: 'Choisir le temps',
3333
},
3434
defaultPlaceholder: 'Choisissez un moment...',
35+
dateFormats: {
36+
display: 'MMMM D, AAAA',
37+
output: 'AAAA-MM-JJ',
38+
input: 'AAAA-MM-JJ',
39+
displayWithTime: 'MMMM D, YYYY hh:mm A',
40+
outputWithTime: 'AAAA-MM-JJTHH:mm:ss.SSSZ',
41+
},
3542
}
3643

3744
export default translation

‎web/i18n/hi-IN/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: 'समय चुनें',
3333
},
3434
defaultPlaceholder: 'एक समय चुनें...',
35+
dateFormats: {
36+
outputWithTime: 'YYYY-MM-DDTHH:mm:ss.SSSZ',
37+
input: 'YYYY-MM-DD',
38+
output: 'YYYY-MM-DD',
39+
display: 'MMMM D, YYYY',
40+
displayWithTime: 'MMMM D, YYYY hh:mm A',
41+
},
3542
}
3643

3744
export default translation

‎web/i18n/it-IT/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: 'Scegli Tempo',
3333
},
3434
defaultPlaceholder: 'Scegli un orario...',
35+
dateFormats: {
36+
display: 'MMMM D, YYYY',
37+
input: 'AAAA-MM-GG',
38+
output: 'AAAA-MM-GG',
39+
outputWithTime: 'AAAA-MM-GGTHH:mm:ss.SSSZ',
40+
displayWithTime: 'MMMM D, YYYY hh:mm A',
41+
},
3542
}
3643

3744
export default translation

‎web/i18n/ko-KR/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: '시간 선택',
3333
},
3434
defaultPlaceholder: '시간을 선택하세요...',
35+
dateFormats: {
36+
input: 'YYYY-MM-DD',
37+
display: 'MMMM D, YYYY',
38+
outputWithTime: 'YYYY-MM-DDTHH:mm:ss.SSSZ',
39+
displayWithTime: 'MMMM D, YYYY hh:mm A',
40+
output: 'YYYY-MM-DD',
41+
},
3542
}
3643

3744
export default translation

‎web/i18n/pl-PL/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: 'Wybierz czas',
3333
},
3434
defaultPlaceholder: 'Wybierz czas...',
35+
dateFormats: {
36+
output: 'RRRR-MM-DD',
37+
displayWithTime: 'MMMM D, YYYY hh:mm A',
38+
display: 'MMMM D, YYYY',
39+
input: 'RRRR-MM-DD',
40+
outputWithTime: 'RRRR-MM-DDTHH:mm:ss.SSSZ',
41+
},
3542
}
3643

3744
export default translation

‎web/i18n/pt-BR/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: 'Escolha o Horário',
3333
},
3434
defaultPlaceholder: 'Escolha um horário...',
35+
dateFormats: {
36+
input: 'AAAA-MM-DD',
37+
output: 'AAAA-MM-DD',
38+
outputWithTime: 'AAAA-MM-DDTHH:mm:ss.SSSZ',
39+
displayWithTime: 'MMMM D, YYYY hh:mm A',
40+
display: 'MMMM D, YYYY',
41+
},
3542
}
3643

3744
export default translation

‎web/i18n/ro-RO/time.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ const translation = {
3232
pickTime: 'Alegeți timpul',
3333
},
3434
defaultPlaceholder: 'Alege o oră...',
35+
dateFormats: {
36+
display: 'MMMM D, YYYY',
37+
input: 'AAAA-LL-ZZ',
38+
output: 'AAAA-LL-ZZ',
39+
displayWithTime: 'MMMM D, YYYY hh:mm A',
40+
outputWithTime: 'AAAA-LL-ZZSS:mm:ss.SSSZ',
41+
},
3542
}
3643

3744
export default translation

0 commit comments

Comments
 (0)