Merge branch 'main' of gitlab.com:famedly/fluffychat into main
This commit is contained in:
commit
96b9473040
2 changed files with 5 additions and 5 deletions
|
|
@ -503,7 +503,7 @@
|
|||
"timeOfDay": {}
|
||||
}
|
||||
},
|
||||
"dateWithoutYear": "{day}/{month}",
|
||||
"dateWithoutYear": "{day}-{month}",
|
||||
"@dateWithoutYear": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
|
|
@ -511,7 +511,7 @@
|
|||
"day": {}
|
||||
}
|
||||
},
|
||||
"dateWithYear": "{day}/{month}/{year}",
|
||||
"dateWithYear": "{day}-{month}-{year}",
|
||||
"@dateWithYear": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
|
|
@ -1148,7 +1148,7 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"openCamera": "Abrir la cámara",
|
||||
"openCamera": "Abrir cámara",
|
||||
"@openCamera": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
|
|
|
|||
|
|
@ -1099,7 +1099,7 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"yes": "네",
|
||||
"yes": "확인",
|
||||
"@yes": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
|
|
@ -1381,7 +1381,7 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"ok": "네",
|
||||
"ok": "확인",
|
||||
"@ok": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue