Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions i18n/locales/gu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"index": {
"seo": {
"title": "LocalSend વેબ",
"description": "તમારા બ્રાઉઝર અને LocalSend ચલાવતા અન્ય ઉપકરણો વચ્ચે ફાઇલો શેર કરો."
},
"connecting": "કનેક્ટ થઈ રહ્યું છે...",
"webCryptoNotSupported": "તમારું બ્રાઉઝર LocalSend ને સપોર્ટ કરતું નથી: Web Crypto API જરૂરી છે.",
"empty": {
"title": "બીજા ઉપકરણ પર LocalSend ખોલો.",
"deviceHint": "આ સાઇટને બીજા બ્રાઉઝર અથવા નેટિવ સંસ્કરણ (v1.18.0 અથવા નવું) માં ખોલો.",
"lanHint": "ફક્ત સમાન નેટવર્કમાંના ઉપકરણો જ બતાવવામાં આવે છે."
},
"you": "તમે છો:",
"pin": {
"label": "PIN: ",
"none": "કોઈ નહીં"
},
"enterAlias": "નામ દાખલ કરો",
"enterPin": "PIN દાખલ કરો",
"progress": {
"titleSending": "ફાઇલો મોકલાઈ રહી છે...",
"titleReceiving": "ફાઇલો પ્રાપ્ત થઈ રહી છે..."
}
}
}
26 changes: 26 additions & 0 deletions i18n/locales/hi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"index": {
"seo": {
"title": "LocalSend वेब",
"description": "अपने ब्राउज़र और LocalSend चला रहे अन्य डिवाइसों के बीच फ़ाइलें साझा करें।"
},
"connecting": "कनेक्ट हो रहा है...",
"webCryptoNotSupported": "आपका ब्राउज़र LocalSend का समर्थन नहीं करता: Web Crypto API आवश्यक है।",
"empty": {
"title": "किसी अन्य डिवाइस पर LocalSend खोलें।",
"deviceHint": "इस साइट को किसी अन्य ब्राउज़र या नेटिव संस्करण (v1.18.0 या नया) में खोलें।",
"lanHint": "केवल समान नेटवर्क के डिवाइस ही दिखाए जाते हैं।"
},
"you": "आप हैं:",
"pin": {
"label": "PIN: ",
"none": "कोई नहीं"
},
"enterAlias": "नाम दर्ज करें",
"enterPin": "PIN दर्ज करें",
"progress": {
"titleSending": "फ़ाइलें भेजी जा रही हैं...",
"titleReceiving": "फ़ाइलें प्राप्त की जा रही हैं..."
}
}
}
12 changes: 12 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ export default defineNuxtConfig({
file: "fa.json",
name: "فارسی",
},
{
code: "gu",
language: "gu-IN",
file: "gu.json",
name: "ગુજરાતી",
},
{
code: "hi",
language: "hi-IN",
file: "hi.json",
name: "हिन्दी",
},
{
code: "hu",
language: "hu-HU",
Expand Down