Merge pull request #450 from xicoivy/main

Update Croatian (hr.json) translations
This commit is contained in:
Nayif 2026-01-30 19:37:50 +05:30 committed by GitHub
commit 28216b475f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 2755 additions and 1376 deletions

View file

@ -633,6 +633,7 @@
"croatian": "الكرواتية",
"chinese": "الصينية (المبسطة)",
"hindi": "الهندية",
"serbian": "الصربية",
"account": "الحساب",
"content_discovery": "المحتوى والاكتشاف",
"appearance": "المظهر",
@ -1363,4 +1364,4 @@
"no_logs_captured": "لم يتم التقاط سجلات."
}
}
}
}

View file

@ -633,6 +633,7 @@
"croatian": "Kroatisch",
"chinese": "Chinesisch (Vereinfacht)",
"hindi": "Hindi",
"serbian": "Serbisch",
"account": "Konto",
"content_discovery": "Inhalt & Entdeckung",
"appearance": "Aussehen",
@ -1363,4 +1364,4 @@
"no_logs_captured": "Keine Logs erfasst."
}
}
}
}

View file

@ -633,6 +633,7 @@
"croatian": "Croatian",
"chinese": "Chinese (Simplified)",
"hindi": "Hindi",
"serbian": "Serbian",
"account": "Account",
"content_discovery": "Content & Discovery",
"appearance": "Appearance",
@ -1363,4 +1364,4 @@
"no_logs_captured": "No logs captured."
}
}
}
}

View file

@ -633,6 +633,7 @@
"croatian": "Croata",
"chinese": "Chino (Simplificado)",
"hindi": "Hindi",
"serbian": "Serbio",
"account": "Cuenta",
"content_discovery": "Contenido y descubrimiento",
"appearance": "Apariencia",
@ -1363,4 +1364,4 @@
"no_logs_captured": "No se capturaron registros."
}
}
}
}

View file

@ -633,6 +633,7 @@
"croatian": "Croate",
"chinese": "Chinois (Simplifié)",
"hindi": "Hindi",
"serbian": "Serbe",
"account": "Compte",
"content_discovery": "Contenu et découverte",
"appearance": "Apparence",
@ -1363,4 +1364,4 @@
"no_logs_captured": "Aucun log capturé."
}
}
}
}

View file

@ -633,6 +633,7 @@
"croatian": "क्रोएशियाई",
"chinese": "चीनी (सरलीकृत)",
"hindi": "हिन्दी",
"serbian": "सर्बियाई",
"account": "खाता",
"content_discovery": "सामग्री और खोज",
"appearance": "दिखावट",
@ -1363,4 +1364,4 @@
"no_logs_captured": "कोई लॉग कैप्चर नहीं किया गया।"
}
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -633,6 +633,7 @@
"croatian": "Croato",
"chinese": "Cinese (Semplificato)",
"hindi": "Hindi",
"serbian": "Serbo",
"account": "Account",
"content_discovery": "Contenuti e Scoperta",
"appearance": "Aspetto",
@ -1363,4 +1364,4 @@
"no_logs_captured": "Nessun log catturato."
}
}
}
}

View file

@ -647,6 +647,7 @@
"croatian": "Croata",
"chinese": "Chinês (Simplificado)",
"hindi": "Hindi",
"serbian": "Sérvio",
"account": "Conta",
"content_discovery": "Conteúdo e Descoberta",
"appearance": "Aparência",
@ -1377,4 +1378,4 @@
"no_logs_captured": "Nenhum log capturado."
}
}
}
}

View file

@ -647,6 +647,7 @@
"croatian": "Croata",
"chinese": "Chinês (Simplificado)",
"hindi": "Hindi",
"serbian": "Sérvio",
"account": "Conta",
"content_discovery": "Conteúdo e Descoberta",
"appearance": "Aparência",
@ -1377,4 +1378,4 @@
"no_logs_captured": "Nenhum log capturado."
}
}
}
}

1365
src/i18n/locales/sr.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -633,6 +633,7 @@
"croatian": "克罗地亚语",
"chinese": "简体中文",
"hindi": "印地语",
"serbian": "塞尔维亚语",
"account": "账户",
"content_discovery": "内容与发现",
"appearance": "外观",
@ -1363,4 +1364,4 @@
"no_logs_captured": "未捕获日志。"
}
}
}
}

View file

@ -10,6 +10,7 @@ import de from './locales/de.json';
import hr from './locales/hr.json';
import hi from './locales/hi.json';
import zhCN from './locales/zh-CN.json';
import sr from './locales/sr.json';
export const resources = {
en: { translation: en },
@ -23,4 +24,5 @@ export const resources = {
hr: { translation: hr },
'zh-CN': { translation: zhCN },
hi: { translation: hi },
sr: { translation: sr },
};