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