mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
feature/Add a new language - RO
This commit is contained in:
parent
cef0556da5
commit
28102179af
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api-explorer",
|
||||
"version": "1.0.19",
|
||||
"version": "1.0.20",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite & ts-node server/app.ts",
|
||||
|
||||
@ -27,10 +27,12 @@
|
||||
|
||||
import en from './en.json'
|
||||
import es from './es.json'
|
||||
import ro from './ro.json'
|
||||
|
||||
export const defaultLocale = 'EN'
|
||||
|
||||
export const languages = {
|
||||
EN: en,
|
||||
ES: es
|
||||
ES: es,
|
||||
RO: ro
|
||||
}
|
||||
|
||||
19
src/language/ro.json
Normal file
19
src/language/ro.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"header": {
|
||||
"portal_home": "Portal Acasă",
|
||||
"api_explorer": "Explorator API",
|
||||
"api_manager": "Administrator API",
|
||||
"glossary": "Glosar",
|
||||
"more": "Mai mult",
|
||||
"spaces": "Spații",
|
||||
"login": "Autentificare",
|
||||
"logoff": "Deconectare"
|
||||
},
|
||||
"preview": {
|
||||
"required_roles": "ROLURI NECESARE",
|
||||
"validations": "VALIDĂRI",
|
||||
"possible_errors": "POSIBILE ERORI",
|
||||
"connector_methods": "METODE DE CONECTOR"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user