Update hi-in locale

This commit is contained in:
Sam Becker 2025-09-08 08:40:34 -05:00
parent cb79fcf4db
commit 61c1b1b0ec
2 changed files with 149 additions and 149 deletions

View File

@ -388,7 +388,7 @@ Partial internationalization (for non-admin, user-facing text) provided for a ha
To add support for a new language, open a PR following instructions in [/src/i18n/index.ts](https://github.com/sambecker/exif-photo-blog/blob/main/src/i18n/index.ts), using [en-us.ts](https://github.com/sambecker/exif-photo-blog/blob/main/src/i18n/locales/en-us.ts) as reference.
Thank you ❤️ translators: [@sconetto](https://github.com/sconetto) (`pt-br`, `pt-pt`), [@brandnholl](https://github.com/brandnholl) (`id-id`), [@TongEc](https://github.com/TongEc) (`zh-cn`), [@xahidex](https://github.com/xahidex) (`bd-bn`,`hi-in` ), [@mehmetabak](https://github.com/mehmetabak) (`tr-tr`), [@simondeeley](https://github.com/simondeeley) (`en-gb`)
Thank you ❤️ translators: [@sconetto](https://github.com/sconetto) (`pt-br`, `pt-pt`), [@brandnholl](https://github.com/brandnholl) (`id-id`), [@TongEc](https://github.com/TongEc) (`zh-cn`), [@xahidex](https://github.com/xahidex) (`bd-bn`, `hi-in`), [@mehmetabak](https://github.com/mehmetabak) (`tr-tr`), [@simondeeley](https://github.com/simondeeley) (`en-gb`)
📖  FAQ
-

View File

@ -1,7 +1,7 @@
import { I18N } from '..';
export { hi as default } from 'date-fns/locale/hi';
export const TEXT = {
export const TEXT: I18N = {
photo: {
photo: 'फोटो',
photoPlural: 'फोटोवां',
@ -111,9 +111,8 @@ export const TEXT = {
manageLenses: 'लेंस प्रबंधित करें',
manageTags: 'टैग प्रबंधित करें',
manageRecipes: 'रेसिपी प्रबंधित करें',
batchEdit: 'फोटो बैच संपादित करें...',
batchEditShort: 'बैच संपादित करें...',
batchExitEdit: 'बैच संपादन से बाहर निकलें',
selectPhotos: 'फोटो चुनें...',
selectPhotosExit: 'चयन बंद करें',
appInsights: 'ऐप इनसाइट्स',
appConfig: 'ऐप कॉन्फ़िगरेशन',
edit: 'संपादित करें',
@ -124,6 +123,7 @@ export const TEXT = {
download: 'डाउनलोड करें',
sync: 'सिंक करें',
delete: 'हटाएं',
// eslint-disable-next-line max-len
deleteConfirm: 'क्या आप सुनिश्चित हैं कि "{{photoTitle}}" को हटाना चाहते हैं?',
},
onboarding: {
@ -132,7 +132,7 @@ export const TEXT = {
setupSignIn: 'फोटो अपलोड करने के लिए साइन इन करें',
setupFirstPhoto: 'अपनी पहली फोटो जोड़ें',
// eslint-disable-next-line max-len
setupConfig: 'साइट का नाम और अन्य कॉन्फ़िगरेशन बदलने के लिए पर्यावरण चर संपादित करें जो कि',
setupConfig: 'साइट का नाम और अन्य कॉन्फ़िगरेशन बदलने के लिए पर्यावरण चर संपादित करें',
},
misc: {
loading: 'लोड हो रहा है...',