diff --git a/src/features/language/components/LanguageSwitchButton.vue b/src/features/language/components/LanguageSwitchButton.vue index 55d583b..e69de29 100644 --- a/src/features/language/components/LanguageSwitchButton.vue +++ b/src/features/language/components/LanguageSwitchButton.vue @@ -1,157 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index 4b6843b..e69de29 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -1,64 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/locales/ar.json b/src/locales/ar.json deleted file mode 100644 index e2ee776..0000000 --- a/src/locales/ar.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "search": { - "searchBar": { - "submit": "بحث", - "placeholder": "بحث..." - }, - "error": { - "searchNotAvailable": "البحث غير متاح في الوقت الحالي." - } - }, - "error": { - "tryAgainToAnotherTime": "يرجى المحاولة مرة أخرى لاحقاً.", - "pageNotFound": "الصفحة التي تبحث عنها غير موجودة. يرجى التحقق من الرابط أو العودة إلى صفحة البحث." - }, - "links": { - "back": { - "search": "العودة إلى البحث" - } - }, - "preferences": { - "colorScheme": { - "switch": { - "light": "التبديل إلى الوضع الفاتح", - "dark": "التبديل إلى الوضع الداكن", - "auto": "استخدام نظام الألوان للجهاز" - } - } - }, - "slogan": "صُنع للبحث." -} \ No newline at end of file diff --git a/src/locales/hi.json b/src/locales/hi.json deleted file mode 100644 index 253cb9b..0000000 --- a/src/locales/hi.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "search": { - "searchBar": { - "submit": "खोजें", - "placeholder": "खोजें..." - }, - "error": { - "searchNotAvailable": "खोज अभी उपलब्ध नहीं है।" - } - }, - "error": { - "tryAgainToAnotherTime": "कृपया बाद में पुनः प्रयास करें।", - "pageNotFound": "आप जिस पेज को खोज रहे हैं वह मौजूद नहीं है। कृपया URL जांचें या खोज पेज पर वापस जाएं।" - }, - "links": { - "back": { - "search": "खोज पर वापस जाएं" - } - }, - "preferences": { - "colorScheme": { - "switch": { - "light": "लाइट मोड पर स्विच करें", - "dark": "डार्क मोड पर स्विच करें", - "auto": "सिस्टम कलर स्कीम का उपयोग करें" - } - } - }, - "slogan": "खोज के लिए बनाया गया।" -} \ No newline at end of file diff --git a/src/locales/ja.json b/src/locales/ja.json deleted file mode 100644 index e396f5d..0000000 --- a/src/locales/ja.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "search": { - "searchBar": { - "submit": "検索", - "placeholder": "検索..." - }, - "error": { - "searchNotAvailable": "現在、検索をご利用いただけません。" - } - }, - "error": { - "tryAgainToAnotherTime": "後ほど再度お試しください。", - "pageNotFound": "お探しのページは存在しません。URLを確認するか、検索ページに戻ってください。" - }, - "links": { - "back": { - "search": "検索に戻る" - } - }, - "preferences": { - "colorScheme": { - "switch": { - "light": "ライトモードに切り替え", - "dark": "ダークモードに切り替え", - "auto": "システムのカラースキームを使用" - } - } - }, - "slogan": "検索のために作られた。" -} \ No newline at end of file diff --git a/src/locales/zh.json b/src/locales/zh.json deleted file mode 100644 index 8e6f205..0000000 --- a/src/locales/zh.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "search": { - "searchBar": { - "submit": "搜索", - "placeholder": "搜索..." - }, - "error": { - "searchNotAvailable": "搜索功能暂时不可用。" - } - }, - "error": { - "tryAgainToAnotherTime": "请稍后再试。", - "pageNotFound": "您查找的页面不存在。请检查网址或返回搜索页面。" - }, - "links": { - "back": { - "search": "返回搜索" - } - }, - "preferences": { - "colorScheme": { - "switch": { - "light": "切换到浅色模式", - "dark": "切换到深色模式", - "auto": "使用系统配色方案" - } - } - }, - "slogan": "专为搜索而生。" -} \ No newline at end of file