mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-05 12:16:13 +01:00
Add Brazilian Portuguese locale in menu
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
"createFirst": "Crie a primeira",
|
"createFirst": "Crie a primeira",
|
||||||
"noExpenses": "Seu grupo ainda não contém nenhuma despesa.",
|
"noExpenses": "Seu grupo ainda não contém nenhuma despesa.",
|
||||||
"exportJson": "Exportar para JSON",
|
"exportJson": "Exportar para JSON",
|
||||||
|
"exportCsv": "Exportar para CSV",
|
||||||
"searchPlaceholder": "Pesquisar por uma despesa…",
|
"searchPlaceholder": "Pesquisar por uma despesa…",
|
||||||
"ActiveUserModal": {
|
"ActiveUserModal": {
|
||||||
"title": "Quem é você?",
|
"title": "Quem é você?",
|
||||||
@@ -385,4 +386,4 @@
|
|||||||
"Water": "Água"
|
"Water": "Água"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
"createFirst": "İlk masrafı oluştur",
|
"createFirst": "İlk masrafı oluştur",
|
||||||
"noExpenses": "Grubunuzda henüz herhangi bir masraf yok.",
|
"noExpenses": "Grubunuzda henüz herhangi bir masraf yok.",
|
||||||
"exportJson": "JSON olarak dışa aktar",
|
"exportJson": "JSON olarak dışa aktar",
|
||||||
|
"exportCsv": "CSV olarak dışa aktar",
|
||||||
"searchPlaceholder": "Bir masraf arayın…",
|
"searchPlaceholder": "Bir masraf arayın…",
|
||||||
"ActiveUserModal": {
|
"ActiveUserModal": {
|
||||||
"title": "Kimsiniz?",
|
"title": "Kimsiniz?",
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ export const localeLabels = {
|
|||||||
'ua-UA': 'Українська',
|
'ua-UA': 'Українська',
|
||||||
ro: 'Română',
|
ro: 'Română',
|
||||||
'tr-TR': 'Türkçe',
|
'tr-TR': 'Türkçe',
|
||||||
|
'pt-BR': 'Português Brasileiro',
|
||||||
} as const
|
} as const
|
||||||
|
|
||||||
export const locales: (keyof typeof localeLabels)[] = Object.keys(
|
export const locales: (keyof typeof localeLabels)[] = Object.keys(
|
||||||
|
|||||||
Reference in New Issue
Block a user